.tab {
    display:table;
    width:100%;
}

.modulo input {
    width:100%;
    display:block;
    height:55px;
    padding:0 10px;
    margin:4px 0 13px 0;
    border-radius:2px;
    border:1px solid #c9c9c9;
    font-size:17px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.modulo input[type="submit"], .modulo input[type="button"] {
    background:#475917;
    color:#fff;
    border:none;
    -webkit-appearance: none;
    border-radius: 0;
}

.modulo input[type="checkbox"] {
    width:auto;
    height:auto;
    display:inline-block;
    margin-right:4px;
    margin-bottom:0
}

.modulo textarea {
    width:100%;
    display:block;
    height:150px;
    padding:10px;
    margin:4px 0 13px 0;
    border-radius:2px;
    border:1px solid #c9c9c9;
    font-size:17px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.modulo select {
    width:100%;
    display:block;
    height:55px;
    padding:0 10px;
    margin:4px 0 13px 0;
    background:url(../img/bg-select.png) no-repeat center right;
    border-radius:2px;
    border:1px solid #c9c9c9;
    font-size:17px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    
    appearance: none;
    -webkit-appearance:none;
    -moz-appearance: none;
}

.modulo input[type="radio"] {
    width:auto !important;
    height:auto !important
}

.modulo .privacy {
    font-size:12px;
    line-height:16px;
    margin:20px 0
}

.modulo small {
    font-size:13px;
    line-height:14px
}

.center-txt {
    text-align:center
}

.gray-section {
    background:#f8f8f8;
    padding:100px 0;
    margin-top:40px;
    position:relative
}

.gray-section #top-sect {
    position:absolute;
    top:0;
    left:0;
    right:0;
    width:100%;
    z-index:10
}

.gray-section #bott-sect {
    position:absolute;
    bottom:-7px;
    left:0;
    right:0;
    width:100%;
}

.el-service-home img {
    display:block;
    margin-bottom:20px
}

.el-service-home h3 {
    font-size:20px;
    line-height:22px;
    text-align:center
}

.bott-y {
    display:block;
    background:#86AA33;
    color:#fff;
    font-size:17px;
    height:43px;
    line-height:43px;
    padding:0 20px 0 65px;
    text-align:center;
    width:100%;
    max-width:400px;
    position:relative;
    font-family:'Domine', serif;
}

.bott-y:before {
    content:"";
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    width:45px;
    height:43px;
    background:url(../img/plus-bott-y.jpg);
}

.bott-plus-serv {
    margin-top:-65px
}

.bott-sidebar {
    background:#90b735;
    color:#fff;
    padding:10px 15px;
    text-transform:uppercase;
    display:block;
    text-align:center;
    font-size:18px;
    line-height:18px;
    font-weight:bold;
    margin-bottom:10px
}

.el-box h3 {
   font-size:15px;
   line-height:20px;
   margin:10px 0
}

.el-box a {
   display:block;
   margin-bottom:10px
}

.gallery {
    margin-top:30px;
}

.gallery a {
    display:block;
    margin-bottom:20px
}

@media (max-width:840px) {
    .gallery a {
        margin-bottom:7px
    }
}

@media (max-width:480px) {
    .gallery a.span5 {
        width:31.3%;
        margin-left:2%;
        float:left;
        margin-bottom:0
    }
}

@media (max-width:600px) {
    .page-sidebar .span64 {
        width:auto;
        float:none;
        margin-bottom:30px
    }
    
    .page-sidebar .span30 {
        width:auto;
        float:none;
    }
}

img.img-sx {
    max-width:30%;
    float:left;
    margin:0 20px 20px 0
}

@media (max-width:480px) {
    img.img-sx {
        width:100%;
        max-width:none;
        float:none;
        margin:0 0 10px 0
    }
}

.bott {
    display:inline-block;
    padding:8px 10px;
    background:#B3BA55;
    color:#fff
}

.btt-covid {
    display:block;
    width:100%;
    max-width:500px;
    text-align:center;
    padding:20px 30px;
    font-size:20px;
    background:#60ceea;
    color:#fff;
    margin:20px auto
}

.btt-covid big {
    font-size:45px;
    line-height:45px;
    font-weight:700;
    display:block;
    text-transform:uppercase
}





/* --------- 768px - Tablet --------- */

@media (max-width:768px) {
    
    
}



/* --------- 480px - Smartphone --------- */

@media (max-width:480px) {

    
}