body{
    margin: 0;

}
*{
    margin: 0;
    padding: 0;
}
@font-face {
    font-family: Gotham Book;
    src: url('../assets/Gotham Book Font.otf');
 }

@media only screen and (min-width: 1801px) and (max-width: 2400px){
    .headercont{
        width: 100%;
        height: 80px;
        background-color:white;
        opacity: 1;
        position: fixed;
        z-index: 99;
        display: flex;
        flex-direction: row;
        opacity: 1;

    }
    .logoom{
        margin: 22px 0px 18px 200px;
        width: 106px;
        height: 40px;        
    }
    .logoimg{
        background-repeat:no-repeat;
        width: 106px;
        height: 40px; 
    }
    .redesocial{
        margin: 22px 180px 10px 1150px;
        width: 212px;
        height: 38px;
        display: flex;
        flex-direction: row; 
    }
    .btnredesocial{
        margin: 0px 5px 0px 5px;
        width: 38px;
        height: 38px;
    }
    .banner{
        margin: 0px 0px 20px 0px ;
        width: 100%;
        background-color: white;
        display: flex;
        flex-direction: row;
        z-index: 80;
    }
    .bannerimg{
        margin: 40px 0px 10px 0px;
        width: 100%;
        background-color: white;
        z-index:80 ;

    }
    .bodyconteudo{
        width: 100%;
        display: flex;
        flex-direction: row;
    }
    .texto{
        width: 40%;
        text-align: justify;
        font-family:Roboto;
        font-weight: 50;
        font-size: 18px;
        color: black;
        margin: 30px 40px 30px 200px ;
    }
    .paragrafo{
        text-align: left;
        font-family:Roboto;
        font-weight: 50;
        font-size: 18px;
        color: black;

    }
    .paragrafo2{
        text-align: left;
        font-family:Roboto;
        font-weight: 50;
        font-size: 18px;
        color: black;

    }
    .formulario{
        width:50%;
        margin: 30px 200px 30px 40px ;
        

    }
    .camposform{
        width: 100%;
        height: 30px;
        padding-left: 8px;
        margin: 10px 0px 0px 0px;
        text-align: justify;
        font-family:Roboto;
        font-weight: 50;
        font-size: 12px;
        color: black;
        border-radius: 2px;
    }
    .btnenviar{
        width: 20%;
        height: 30px;
        padding: 5px 5px 5px 5px;
        margin: 10px 0px 0px 0px;
        text-align: center;
        font-family:Roboto;
        font-weight: 50;
        font-size: 13px;
        color: black;
        border-radius: 2px;
        background-color: #fff;
    }
    .footercont{
        width: 100%;
        height: 35px;
        display: flex;
        flex-direction:row;
        position:absolute;
        background-color: #E9590D;
        z-index: 88;
        top: 110%;
        display: flex;
        flex-direction: row;
    
    }
    .imgwhats{
        width: 1%;
        float: left;
    }
    .afootercont{
        background-color: #E9590D;
        float: left;
        margin: 10px 0px 5px 160px;
        font-size:14px;
        font-family:Roboto;
        font-weight: normal;
        text-align:left;
        color:#fff;
        margin-top:10px ;
        align-content: left;
        width: 50%;
        
    }
    .afootercont2{
        background-color: #E9590D;
        float: right;
        margin: 10px 150px 5px 0px;
        font-size:14px;
        font-family:Roboto;
        font-weight: normal;
        text-align: right;
        color:#fff;
        margin-top:10px ;
        align-content: right;
        width: 50%;
        
    }
}





@media only screen and (min-width: 1280px) and (max-width: 1800px){
    .headercont{
        width: 100%;
        height: 80px;
        background-color:white;
        opacity: 1;
        position: fixed;
        z-index: 99;
        display: flex;
        flex-direction: row;
        opacity: 1;

    }
    .logoom{
        margin: 22px 0px 18px 180px;
        width: 106px;
        height: 40px;        
    }
    .logoimg{
        background-repeat:no-repeat;
        width: 106px;
        height: 40px; 
    }
    .redesocial{
        margin: 22px 180px 10px 680px;
        width: 212px;
        height: 38px;
        display: flex;
        flex-direction: row; 
    }
    .btnredesocial{
        margin: 0px 5px 0px 5px;
        width: 38px;
        height: 38px;
    }
    .banner{
        margin: 0px 0px 20px 0px ;
        width: 100%;
        background-color: white;
        display: flex;
        flex-direction: row;
        z-index: 80;
    }
    .bannerimg{
        margin: 60px 170px 10px 120px;
        width: 80%;
        background-color: white;
        z-index:80 ;

    }
    .bodyconteudo{
        width: 100%;
        display: flex;
        flex-direction: row;
    }
    .texto{
        width: 35%;
        text-align: justify;
        font-family:Roboto;
        font-weight: 50;
        font-size: 16px;
        color: black;
        margin: 30px 40px 30px 180px ;
    }
    .paragrafo{
        text-align: left;
        font-family:Roboto;
        font-weight: 50;
        font-size: 16px;
        color: black;

    }
    .paragrafo2{
        text-align: left;
        font-family:Roboto;
        font-weight: 50;
        font-size: 16px;
        color: black;

    }
    .formulario{
        width:40%;
        margin: 30px 160px 30px 40px ;
        

    }
    .camposform{
        width: 100%;
        height: 30px;
        padding-left: 8px;
        margin: 10px 0px 0px 0px;
        text-align: justify;
        font-family:Roboto;
        font-weight: 50;
        font-size: 12px;
        color: black;
        border-radius: 2px;
    }
    .btnenviar{
        width: 20%;
        height: 30px;
        padding: 5px 5px 5px 5px;
        margin: 10px 0px 0px 0px;
        text-align: center;
        font-family:Roboto;
        font-weight: 50;
        font-size: 13px;
        color: black;
        border-radius: 2px;
        background-color: #fff;
    }
    .footercont{
        width: 100%;
        height: 35px;
        display: flex;
        flex-direction:row;
        position:absolute;
        background-color: #E9590D;
        z-index: 88;
        top: 145%;
        display: flex;
        flex-direction: row;
    
    }
    .imgwhats{
        width: 1%;
        float: left;
    }
    .afootercont{
        background-color: #E9590D;
        float: left;
        margin: 10px 0px 5px 160px;
        font-size:14px;
        font-family:Roboto;
        font-weight: normal;
        text-align:left;
        color:#fff;
        margin-top:10px ;
        align-content: left;
        width: 50%;
        
    }
    .afootercont2{
        background-color: #E9590D;
        float: right;
        margin: 10px 150px 5px 0px;
        font-size:14px;
        font-family:Roboto;
        font-weight: normal;
        text-align: right;
        color:#fff;
        margin-top:10px ;
        align-content: right;
        width: 50%;
        
    }
}





@media only screen and (min-width: 120px) and (max-width: 1279px){
    .headercont{
        width: 100%;
        height: 80px;
        background-color:white;
        opacity: 1;
        position: fixed;
        z-index: 99;
        display: flex;
        flex-direction: row;
        opacity: 1;

    }
    .logoom{
        margin: 22px 0px 18px 140px;
        width: 106px;
        height: 40px;        
    }
    .logoimg{
        background-repeat:no-repeat;
        width: 106px;
        height: 40px; 
    }
    .redesocial{
        margin: 22px 180px 10px 380px;
        width: 212px;
        height: 38px;
        display: flex;
        flex-direction: row; 
    }
    .btnredesocial{
        margin: 0px 5px 0px 5px;
        width: 38px;
        height: 38px;
    }
    .banner{
        margin: 0px 0px 20px 0px ;
        width: 100%;
        background-color: white;
        display: flex;
        flex-direction: row;
        z-index: 80;
    }
    .bannerimg{
        margin: 80px 0px 10px 0px;
        width: 100%;
        background-color: white;
        z-index:80 ;

    }
    .bodyconteudo{
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .texto{
        width: 70%;
        text-align: justify;
        font-family:Roboto;
        font-weight: 50;
        font-size: 22px;
        color: black;
        margin: 30px 140px 30px 140px ;
    }
    .paragrafo{
        text-align: left;
        font-family:Roboto;
        font-weight: 50;
        font-size: 22px;
        color: black;

    }
    .paragrafo2{
        text-align: left;
        font-family:Roboto;
        font-weight: 50;
        font-size: 22px;
        color: black;

    }
    .formulario{
        width:70%;
        margin: 30px 140px 30px 140px ;
        

    }
    .camposform{
        width: 100%;
        height: 80px;
        padding-left: 8px;
        margin: 20px 0px 0px 0px;
        text-align: justify;
        font-family:Roboto;
        font-weight: 50;
        font-size: 22px;
        color: black;
        border-radius: 4px;
    }
    .btnenviar{
        width: 30%;
        height: 80px;
        padding: 5px 5px 5px 5px;
        margin: 30px 0px 0px 0px;
        text-align: center;
        font-family:Roboto;
        font-weight: 50;
        font-size: 23px;
        color: black;
        border-radius: 2px;
        background-color: #fff;
    }
    .footercont{
        width: 100%;
        height: 50px;
        display: flex;
        flex-direction:row;
        position:absolute;
        background-color: #E9590D;
        z-index: 88;
        top: 135%;
        display: flex;
        flex-direction: row;
    
    }
    .imgwhats{
        width: 1%;
        float: left;
    }
    .afootercont{
        background-color: #E9590D;
        float: left;
        margin: 10px 0px 5px 160px;
        font-size:20px;
        font-family:Roboto;
        font-weight: normal;
        text-align:left;
        color:#fff;
        margin-top:10px ;
        align-content: left;
        width: 50%;
        
    }
    .afootercont2{
        background-color: #E9590D;
        float: right;
        margin: 10px 150px 5px 0px;
        font-size:20px;
        font-family:Roboto;
        font-weight: normal;
        text-align: right;
        color:#fff;
        margin-top:10px ;
        align-content: right;
        width: 50%;
        
    }
}