@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap');
*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}
html, body{
    height: 100%;
}


/**** estilização ***/
.contato-form .sucesso{
    display: none;
    width: 100%;
    padding: 13px 1.5%;
    color: #008000;
    font-weight: bold;
    font-size: 14px;
    background-color: #c0f98a;
}

.overlay-loading{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.6);
}

.overlay-loading img{
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}



/* Divs Gerais */
.container{
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
}

.container2{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 20px;
}

.container2 h2 {
    text-align: center;
    margin-bottom: 15px;
    font-size: 24px;
}

.container2 p {
    text-align: justify;
    font-size: 18px;
}

.clear{
    clear: both;
}

.w100{
    width: 100%;
}

.w50{
    width: 50%;
}




/* Divs Gerais -----------------------------*/

header{
    padding: 17px 2% 24px 2%;
    background-color: #1e1e1c;
}

.logo1{
    float: left;
    width: 280px;
    height: 88px;
    background-image: url('../img/logo.png');
    background-size: contain;
    background-position-y: center;
    background-repeat: no-repeat;
}

.logo11{
    float: left;
    width: 276px;
    margin-top: 30px;
    margin-left: 20px;
    color: white;
    font-size: 25px;
}

.logo-mob{
    color: #1e1e1c;
    display: none;
    text-align: center;
    width: 100%;
    margin-top: 20px;
    font-size: 1.5em;
}

.logo2{
    float: right;
    width: 200px;
    height: 60px;
    background-size: contain;
    background-position-y: center;
    background-repeat: no-repeat;
}

.logo2 i{
   color: white;
   font-size: 35px;
   margin-right: 37px;
   margin-top: 25px;
   cursor: pointer;
   
}
.logo2 i:hover{
    transition: 1s;
    -moz-transition: 1s;
    color: #ffd300;
    
 }

 .linha{
    width: 100%;
    height: auto;
    color: #1e1e1c;
    text-align: center;
    padding: 15px 35px 15px 35px;
    background-color: #ffd300;
    position: relative;
}

section.slide{
    width: 100%;
    height: 66vh;
    position: relative;
}

div.slide-single{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    z-index: 1;
    background-size: cover;
    background-position: 100%  30%;
}

div.slide-single:nth-of-type(3){
    background-position: 100%  90%;
}

.bullets{
    position: absolute;
    z-index: 5;
    bottom: 10px;
    left: 15px;
    top: 60vh;
}

.bullets span{
    margin: 0 8px;
    width: 16px;
    height: 16px;
    background-color: #444;
    cursor: pointer;
    border-radius: 50%;
    display: inline-block;


}

.bullets span.active-slider{
    background-color: white;
}


section .categoria-header{
    width: 100%;
    height: 100px;
    max-width: 250px;
    position: absolute;
    background-color: white;
    padding: 20px;
    left: 50%;
    top: 82vh;
    text-align: center;
    transform: translatex(-50%);
    z-index: 2;
}

section .categoria-header h2{
    color: #373b3d;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 2;
}

section .categoria-header .ln{
    width: 100%;
    max-width: 200px;
    background-color: #ffd300;
    height: 3px;
    margin-top: 15px;
    z-index: 2;
}


.categoria-header2{
    width: 100%;
    height: 100px;
    max-width: 250px;
    position: absolute;
    background-color: white;
    padding: 20px;
    left: 50%;
    top: 90vh;
    text-align: center;
    transform: translatex(-50%);
    z-index: 2;
}

.categoria-header2 h2{
    color: #373b3d;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 2;
}

.categoria-header2 .ln{
    width: 100%;
    max-width: 200px;
    background-color: #ffd300;
    height: 3px;
    margin-top: 15px;
    z-index: 2;
}


section .categoria-wraper{
    width: 100%;
    height: 255px;
    background-color: #f6ba18;
    padding: 20px;
    margin-top: 60px;
    
}

section .categoria-single{
    float: left;
    width: 33.3%;
    background-color: #373b3d;
    border: 15px solid #f6ba18 ;
    padding: 20px;
    text-align: center;
    height: 220px;
    vertical-align: middle;
   
}

section .categoria-wraper{
    width: 100%;
    height: 255px;
    background-color: #f6ba18;
    padding: 20px;
    margin-top: 60px;
    
}

section .categoria-single{
    float: left;
    width: 33.3%;
    background-color: #373b3d;
    border: 15px solid #fff ;
    padding: 20px;
    text-align: center;
    height: 220px;
    vertical-align: middle;
}

section .categoria-single .img-destaque{
    width: 100%;
    height: 80px;

}

section .categoria-single .img-destaque i{
    color: #f6ba18;
    font-size: 4em;

}
section .categoria-single .text-destaque{
    width: 100%;
    margin-top: 20px;
    display: block;
    color: white; 

}
section .categoria-single h2{
    font-weight: 300;
    font-size: 20px;
}

section.posto{
    width: 100%;
    padding: 20px 0 50px 0;
    background-color: #e2e3e4;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

section.posto h2{
    color: #373b3d;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 50px;
    margin-bottom: 30px;
    width: 100%;
}

section.posto .posto-single{
    width: 50%;
    max-width: 600px;
    background-color: #373b3d;
    border: 10px solid #e2e3e4 ;
    padding: 10px;
    text-align: center;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;

}

section.posto .posto-single:hover{
    transition: 1s;
    -moz-transition: 1s;
    background-color: #1f1f1f;
    color: #f7de6e;
}   

.posto-single .posto-wraper1{
    width: 35%;
    height: 150px;
    float: left;
    margin-right: 5px;
    vertical-align: middle;
}

.posto-single .posto-wraper2{
    width: 56%;
    height: 150px;
    float: right;
    vertical-align: middle;
    margin-right: 10px;
    
}

.posto-single .posto-wraper2 h2{
    font-size: 18px;
    color: white;
    margin:  30px 0 10px 0;
}
.posto-single .posto-wraper2 p{
    font-size: 12px;
    color: white;
    margin: 0;
}

section.contato{
    width: 100%;
}

section.contato .contato-img{
    float: left;
    width: 50%;
    height: 400px;
    background-image: url(../img/img-footer.jpg);
    background-position: 10% top;
    background-size: cover;
}
section.contato .contato-form{
    float: right;
    width: 50%;
    text-align: center;
    padding: 40px 20px;
}

section.contato .form-wraper{
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 10px;
}

section.contato .form-wraper h2{
    color: #373b3d;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
}
section.contato .input-wraper{
    float: left;
    padding: 5px;
    margin-top: 8px;
}
section.contato input[type=text]{
    width: 100%;
    border: 1px solid #ccc;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
}

section.contato textarea{
    width: 100%;
    height: 120px;
    border: 1px solid #ccc;
    padding: 8px;
    resize: none;
}

section.contato input[type=submit]{
    border: none;
    width: 100%;
    cursor: pointer;
    background-image: linear-gradient(to right, rgba(246,186,24,1), rgba(246,186,24,1)) !important;
    padding: 10px 0;
    color: #1e1e1c;
    font-weight: 700;
    font-size: 20px;
}
section.contato input[type=submit]:hover{
    transition: 1s;
    -moz-transition: 1s;
    background-color: #ba8d13;
    color: #1e1e1c;
    border: none;
}
footer{
    width: 100%;
    padding: 18px 0;
    text-align: center;
    background-color: #373b3d;
    color: white;
    font-weight: 400;
    font-size: 12px;
}

@media screen and (max-width: 1024px) {
 
    section.posto{
        padding-left: 20px ;
    }



    section.posto .posto-single{
        width: 44%;
        padding: 10px;
        margin: 20px;
        border: none;
        
    }
    
     .logo1{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 200px;
}

}



@media screen and (max-width: 900px){
    div.logo11 {
        margin-left: 70px;
    }

    div.slide-single{
        background-size: cover;
        background-position:  50%;
    }

}


@media only screen and (max-width: 800px) and (orientation: landscape) {
    div.logo11 {
        margin-left: 0;
        margin-right: 0;
    }

     .categoria-header{
        
        display: none;
    }
    
    .categoria-header2{
        top: 119%;
        display: block !important;
    }
}

@media screen and (max-width: 800px){
    section.posto .posto-single{
        width: 80%;
        float: none;
        padding: 10px;
        margin: 30px auto;
        
    }
    
   .categoria-header{

    top: 110% !important;
    }

    .posto-single .posto-wraper2{
        margin-right: 25px;
    }

    section.contato .contato-img{
        width: 100%;
    }

    section.contato .contato-form{
        width: 100%;
 
    }

    section.contato .form-wraper{
        max-width: 700px;
    }
    .w50{
        width: 100%;
    }
}

@media screen and (max-width: 720px){
    
    .bullets{
        position: absolute;
        z-index: 5;
        bottom: 10px;
        left: 33%;
        top: 57vh;
    }
    
    div.slide-single{
        background-position: 41% 10%;
    }
    
    div.slide-single:nth-of-type(2){
        background-position: 53% 10%;
    }

    div.slide-single:nth-of-type(3){
        background-position: 79% 50% !important;
    }

    div.logo11 {
        display: none;
    }
    
    div.logo-mob {
        display:block;
        color: white;
    }
    
    .logo1{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 180px;
}


.logo2{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 20px;
    width: 180px;
}

.logo2 i {
    font-size: 28px;
    margin-left: 0;
    
}
    
    section.categorias .categoria-wraper{
        height: auto;
    }
    
    section .categoria-single{
        float: none;
        display: block;
        width: 62%;
        margin: 20px auto;

    }

   
}  