@font-face {
    font-family: "Morganite bold";
    src: url("font/morganite-bold.ttf");
}

.respuesta{
    margin-top: 50px;
    margin-bottom: 10px;
}

ul{
    padding: 0 !important;
}

.menu-principal{
    background: #BDCC01;
    padding: 18px 0;
}

.menu-principal .menu-redes {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: 10px;
    margin-right: 40px;
}

.menu-principal .menu-redes li{
    list-style: none;
    margin: 10px 0;
}

.menu-principal .menu-redes img{
    width: 30px;
    margin-left: 10px;
}

.menu-principal .menu-idiomas {
    display: flex;
    margin-top: 20px;
}

.menu-principal .menu-idiomas li{
    list-style: none;
    margin: 0px 10px;
}

.menu-principal .menu-idiomas li a{
    
    font-family: "Morganite bold";
    font-weight: 900;
    font-size: 45px;
    line-height: 50px;
    text-decoration:none;
    color: #fff;
    padding: 0px 10px;
    
}

.menu-principal .bordes {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.menu-principal .menu-idiomas li a.active, .menu-responsive .contenido .fila .menu-idiomas li a.active{
     background: #fff;
    color: #BDCC01;
    padding: 8px 10px 0px;
    border-radius: 10px;
}

.menu-principal h3{
    text-align: center;
    margin: 10px;
}

.menu-principal h3 a{
    font-family: "Morganite bold";
    font-weight: 900;
    font-size: 45px;
    line-height: 70px;
    letter-spacing: 0.02em;
    color: #fff;
    text-decoration: none;
}

.menu-principal img{  
    width: 270px;
    height: 50px;
}

.banner{
    position: static;
    margin-bottom: -270px;
}

.banner img{
    width: 100%;
}

.banner.nosotros img{
    width: 100%;
}

.banner h1{
    position: relative;
    top: -380px;
    font-family: "Morganite bold";
    font-weight: 900;
    font-size: 120px;
    line-height: 120px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.02em;
    color: #fff;
    width: 590px;
    margin: auto;
}

.banner.nosotros h1{
    width: 310px !important;
}

.banner.nosotros{
    margin-bottom: -140px;
}

.informacion{
    padding: 150px 0;
}

.informacion p{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 42px;
    display: flex;
    align-items: center;
    text-align: center;
    width: 70%;
    margin: auto;
    color:#4F4F4F;
}

.informacion .reporte{
    font-family: "Morganite bold";
    font-weight: 900;
    font-size: 52.5px;
    line-height: 52px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.02em;
    justify-content: center;
    text-decoration: none;
    background: #BDCC01;
    width: 40%;
    margin: auto;
    margin-top: 130px;
    padding: 10px 0;
    color: #fff;
}

.informacion .nosotros{
    width: 80%;
}

.contacto{
    padding: 40px 0 130px 0;
    background: #BDCC01;
}

.contacto p{
    font-family: "Morganite bold";
    font-weight: 900;
    font-size: 75px;
    line-height: 75px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #fff;
}


.contacto label{
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18.75px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    margin: 5px 0;
}

.contacto input{
    background: transparent;
    width: 100%;
    height: 45.7px;
    border: 1.5px solid #FFFFFF;
    box-sizing: border-box;
}

.contacto .enviar{
    margin: 30px auto -30px auto;
    padding: 10px 30px;
    border: 0px;
    background: #000;
    color: #fff;
    font-family: "Morganite bold";
    font-weight: 900;
    font-size: 52.5px;
    line-height: 22px;
    display: flex !important;
    width: 20%;
    justify-content: center;
}

footer{
    background: #4F4F4F;
    padding: 30px 0;
}

footer p{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    margin-bottom: 0;
}

footer .menu-redes {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: 0;
}

footer .menu-redes li{
    list-style: none;
    margin-left: 10px;
}

.menu-responsive{
    display: none;
}

@media(max-width: 992px){
    .menu-principal{
        display: none;
    }
    .menu-responsive{
        display: block;
        background: #BDCC01;
        height: 50px;
    }

    .menu-responsive .contenido{
        display: flex;
        flex-wrap: wrap;
    }

    .menu-responsive .contenido .fila:nth-child(1){
        width: 50%;
    }

    .menu-responsive .contenido .fila img{
        width: 160px;
        height: 50px;
    }
    

    .menu-responsive .contenido .fila:nth-child(2){
            width: 35%;
    }

    .menu-responsive .contenido .fila .menu-idiomas{
        display: flex;
        list-style: none;
        margin-top: 20px;
        justify-content: flex-end;
    }

    .menu-responsive .contenido .fila .menu-idiomas li{
        margin-left: 10px;
    }

    .menu-responsive .contenido .fila .menu-idiomas li a{
        font-family: "Morganite bold";
        font-weight: 900;
        font-size: 35px;
        line-height: 0px;
        text-decoration: none;
        color: #fff;
    }

    .menu-responsive .contenido .fila:nth-child(3){
        width: 17%;
        display: flex;
        justify-content: flex-end;
        margin-left: -10px;
    }

    .menu-responsive .contenido .fila .hamburgesa{
        Width:23px;
        Height: 3px;
        background: #fff;
        margin-top: 25px;
        position: relative;
    }

    .menu-responsive .contenido .fila .hamburgesa::before{
        content: '';
        Width: 23px;
        Height: 3px;
        background: #fff;
        position: absolute;
        top: -8px;
    }

    .menu-responsive .contenido .fila .hamburgesa::after{
        content: '';
        Width: 23px;
        Height: 3px;
        background: #fff;
        position: absolute;
        bottom: -8px;
    }

    .menu-responsive .contenido .fila .hamburgesa.active{
        background: transparent;
        transition: 0.5s;
    }

    .menu-responsive .contenido .fila .hamburgesa.active::before{
        top: 0px;
        transform: rotate(45deg);
    }

    .menu-responsive .contenido .fila .hamburgesa.active::after{
        bottom: 0px;
        transform: rotate(-45deg);
    }

    .menu-res{        
        z-index: 999;
        position: absolute;
        width: 100%;
        background: #BDCC01;
        left: 0;
        top: 50px;
        padding: 30px 0;
        display: none;
    }

    .menu-res .sub-menu{
        text-align: center;
        padding: 0;
    }

    .menu-res .sub-menu li{
        list-style: none;
        margin: 10px 0;
    }

    .menu-res .sub-menu li a{
        font-family: "Morganite bold";
        font-weight: 900;
        font-size: 34.5695px;
        line-height: 35px;
        text-align: center;
        letter-spacing: 0.02em;
        text-decoration: none;
        color: #fff;
        
    }

    .menu-res .redes-res{
        display: flex;
        justify-content: center;
    }

    .menu-res .redes-res li{
        list-style: none;
        margin: 0px 5px;
    }

    .banner img{
        height: 70vh;
        object-fit: cover;
    }

    .banner h1{
        top: -250px;
        font-size: 70px;
        line-height: 80px;
        width: 100%;
    }

    .banner.nosotros h1{
        justify-content: center;
        margin-top:3%;
    }
        
    .informacion{
        padding: 150px 0 70px 0;
    }

    .informacion p{
        font-size: 23px;
        line-height: 30px;
        width: 100%;
    }

    .informacion .reporte{
        width: 90%;
        font-size: 32.5px;
        margin-top: 40px;
    }
    
    .contacto p{
        font-size: 40px;
        line-height: 50px;
    }

    footer p{
        justify-content: center;
    }

    footer .menu-redes{
        margin: 20px 0 0;
        justify-content: center;
    }
}