@font-face {
    font-family: FS Emeric;
    font-weight: 400;
    src: url("./FSEmeric/FSEmeric-Regular.otf") format("opentype");
}
@font-face {
    font-family: FS Emeric;
    font-weight: 600;
    src: url("./FSEmeric/FSEmeric-Bold.otf") format("opentype");
}
@font-face {
    font-family: FS Emeric;
    font-weight: 700;
    src: url("./FSEmeric/FSEmeric-SemiBold.otf") format("opentype");
}
@font-face {
    font-family: FS Emeric;
    font-weight: 900;
    src: url("./FSEmeric/FSEmeric-Heavy.otf") format("opentype");
}

*{
    margin: 0;
    box-sizing: border-box;
 
}

.body{
    overflow: hidden;
}

.header_wrapper{
    background-color: #F2F2F2;
    display: flex;
    flex-direction: row;
    padding: 20px 90px;
}
.campaign_wrapper{
    width: 50%;
}

.campaign_wrapper img{
    width: 100%;
    max-width: 250px;
}
.logo_wrapper{
    width: 50%;
    display: flex;
    justify-content: end;
}

.logo_wrapper img{
    width: 100%;
    max-width: 220px;
}

.sumate_wrapper{
margin: 60px;
}

.sumate_wrapper p{
    font-weight: 600;
    font-size: 13px;
    color: #898989;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}
.sumate_title_wrapper{
    text-align: center;
}

.sumate_title_wrapper h1 {
    font-family: FS Emeric;
    font-weight: 800;
    font-size: 35px;
    color: #004571;
    padding: 10px;
}

.sumate_title_wrapper p{
    font-family: 'Open sans', sans-serif;
    font-weight: 400;
    font-size: 17px;
}

.select_wrapper{
display: flex;
flex-direction: row;
justify-content: center;
margin: 50px;
}

.select_wrapper select{
    width: 400px;
    padding: 8px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;

}

.select_wrapper select:focus{
    outline: none !important;
    border:2px solid #EC7A29;

}
.destacado_left_wrapper{
    width: 50%;
    padding: 50px;
    background-color: #EC7A29;
    display: flex;
    justify-content: center;
    align-items: center;
}
.destacado_left_wrapper h1{
    font-family: FS Emeric;
    font-size: 40px;
    font-weight: 800;
    color: #ffffff;
}


.destacado_right_wrapper{
width: 50%;    
padding: 60px;
background-color: #F2F2F2;
display: flex;
justify-content: center;
}
.destacado_right_wrapper img{
    width: 100%;
    max-width: 347px;
    height: auto;
}
.sumate_al_mundo_wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.beneficios_wrapper{
    background-color: #004571;
    padding: 70px;
   
}

.beneficios_wrapper h2{
    font-family: FS Emeric;
    font-weight: 600;
    font-size: 35px;
    text-align: center;
    color: #ffffff;
}

.beneficios_wrapper p{
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
}

.beneficios_img_wrapper{
    width: 100px;
    border-radius: 50%;
    background-color: #ffffff;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}



.beneficio{
    width: 300px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    margin: 10px;
}

.beneficio h3 {
    font-family: FS Emeric;
    font-size: 25px;
    font-weight: 700;
    color: #ffffff;
    padding: 10px 0px;
}

.beneficio p{
    font-weight: 400;
    font-size: 15px;
}

.beneficios_cards_wrapper{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 80px 80px 10px;
    
}

.oficina_wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.registrate_wrapper{
    width: 50%;
    padding: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F4F3EF;
}

.registrate_wrapper > div{
    width: 500px;
    background-color: #ffffff;
    padding: 50px;
    box-shadow: 0px 0px 10px #707070;
}

.registrate_wrapper > div > h3{
    font-family: FS Emeric;
    font-size: 30px;
    font-weight: 900;
    color: #EC7A29;
    margin: 10px 0px;
}

.registrate_wrapper > div > p {
 font-family: 'Open Sans', sans-serif;
 font-size: 15px;
 font-weight: 500;
 margin: 10px 0px;
}

.registrate_bttn{
    background-color: #004571;
    color: #ffffff;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    border: none;
    padding: 5px;
    width: 200px;
    height: 40px;
    border-radius: 50px;
    margin: 10px 0px;
}

.registrate_bttn a{
    text-decoration: none;
    color: #ffffff;
}

.contacto_wrapper{
    margin: 70px;
}

.emergencias{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.emergencias h2{
    font-weight: 900;
    font-size: 35px;
    color: #004571;
    font-family: FS Emeric;
}

.emergencias h1{
    font-weight: 900;
    font-size: 45px;
    color: #004571;
    font-family: FS Emeric;
    text-align: center;
}

.emergencias h1 a{
    text-decoration: none;
    color: #004571;
}

.contacto{
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 50px;
}

.contacto_naturgy{
    padding: 30px;
}

.contacto_naturgy h5{
    font-family: FS Emeric;
    font-size: 25px;
    font-weight: 900;
    color: #EC7A29;
    text-align: center;
}

.contacto_naturgy a{
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    color: #004571;
}

.contacto_naturgy p{
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    color: #004571;
    margin: 10px 0px;
}

.form_titular_wrapper, .form_referido_wrapper{
   
        display: none;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
flex-direction: column;
align-items: center;
    
}




.form_titular_close,  .form_referido_close{
    display: flex;
    flex-direction: row;
    justify-content: end;
    width: 100%;
    cursor: pointer;
}

.form_titular_close img, .form_referido_close img{
    width: 20px;
}

.form_titular{
    background-color: #ffffff;
    width: 100%;
    max-width: 600px;
    margin: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    box-shadow: 0px 0px 100px #707070;
}

.datos_wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}

.form_referido{
    background-color: #ffffff;
    width: 100%;
    max-width: 900px;
    margin: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    box-shadow: 0px 0px 100px #707070;
}

.form_titular h2, .form_referido h2{
    font-family: FS Emeric;
    font-weight: 900;
    font-size: 25px;
    color: #EC7A29;
    text-align: center;
}

.form_titular > form > div> label, .datos_referente > div> label, .datos_referido > div> label{
    font-size: 11px;
    color: #004571;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
}

.form_titular >form > div > input, .datos_referente > div > input, .datos_referido > div > input {
    height: 25px;
    border: 2px solid #EC7A29;
    border-radius: 5px;
    width: 330px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #004571;
    margin-top: 5px;
}
.datos_referido, .datos_referente{
    margin: 12px;
}


.form_titular >form > div > input:focus, .datos_referente > div > input:focus, .datos_referido > div > input:focus{ 
    border: 2px solid #EC7A29;
    outline: none !important;
}  

.form_titular > form > div, .datos_referente> div, .datos_referido> div{
    display: flex;
    flex-direction: column;
    margin: 10px 0px;
}

.bttn_enviar{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.bttn_enviar button{
    height: 35px;
    width: 150px;
    background-color: #EC7A29;
    border: none;
    border-radius: 10px;
    font-family: FS Emeric;
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
}

footer{
    padding: 10px 50px;
}

.footer_logo img{
    width: 100%;
    max-width: 150px;
}


.footer_wrapper{
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: 1px solid #EC7A29;
    padding: 20px;
}

.footer_social a {
    text-decoration: none;
}
.footer_social a img{
    width: 40px;
}
@media only screen and (max-width: 500px) {
    

    .form_titular, .form_referido{
        background-color: #ffffff;
        width: 100%;
        max-width: 400px;
        margin: 50px;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 25px;
        box-shadow: 0px 0px 100px #707070;
    }
}

@media only screen and (max-width: 900px) {
    .header_wrapper{
        padding: 20px;
        justify-content: space-around;
    }
    .campaign_wrapper{
        display: flex;
        flex-direction: column;
        align-self: center;
        width: 30%;
    }

    .logo_wrapper{
        width: 30%;
    }
.destacado_left_wrapper{
        width: 100%;
        height: 300px;
    }
    .destacado_right_wrapper{
        width: 100%;
    }
    .registrate_wrapper{
        width: 100%;
    }
    .beneficios_wrapper{
        padding: 70px 30px;
    }
    .beneficios_cards_wrapper{
        text-align: center;
    }

    .footer_wrapper{
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .footer_logo{
        padding: 30px;
    }

    .form_titular > form > div> label, .datos_referente > div> label, .datos_referido > div> label{
        font-size: 11px;
    }

    .form_titular >form > div > input, .datos_referente > div > input, .datos_referido > div > input{
        font-size: 11px;
    }

    

}
