*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
/********* NAVBAR *********************************************/
html{
    scroll-behavior: smooth;
} 

.navConteiner{
    width: 100%;
    height: 200px;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
    /* background-color: #053B48; */
    background: linear-gradient(to left ,#084f61, #01121f);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    z-index: 1;
}

.logoConteiner{
    margin-left: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    h1{
        font-size: 30px;
        color: white;
        transition: 0.3s;
        &:hover{
            transform: scale(1.1);
        }
    }
    a{
        text-decoration: none;
    }


}
.logo{
    width: 80px;
    height: 80px;
    margin-right: 30px;
    transition: 0.5s;
}
.logo:hover{
    transform: scale(1.3);
    cursor: pointer;
}
.linkList{
    margin-right: 30px;
    display: flex;
    gap: 40px;
    justify-content: center;
    align-items: center;
    list-style: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    a li{
        transition: 0.2s;
        border-radius: 15px;
        padding: 8px;
    }
    li:hover{
       transform: scale(1.1);
       background-color: #0E8AAA;
       border-radius: 15px;
       padding: 8px;
    }
    a{
        text-decoration: none;
        color: white;
        font-size: 18px;
      
    }
   
}
.botonMenu{
    width: 100px;
    padding: 10px;
    border: none;
    background-color: #0E8AAA;
    border-radius: 15px;
    display: none;
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 20px;
    transition: .3s;
    &:hover{
        transform: scale(1.1);
    }
}

.menu{
    width: 70%;
    height: 150vh;
    display: flex;
    flex-direction: column;
    gap: 15px;
    background-color: #022c36;
    align-items: center;
    color: white;
    position: fixed;
    z-index: 2;
}
.menu div p{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 20px;    
}
.menu ul{
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 25px;
}
.menu ul li{
    padding: 15px;
    width: 100%;
    background-color: #0E8AAA;
    text-align: center;
}
.menu ul li a{
    font-size: 20px;
    text-decoration: none;
    color: #ffffff;
}
.menuHead{
    margin-top: 50px;
    display: flex;
    justify-content: space-around;
}
.cerrar{
    padding: 15px;
    border-radius: 15px;
    width: fit-content;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 20px;
    background-color: #2c6979;
    border: none;
    color: white;
}
.botonOffCanvas{
    border: none;
    background-color: #0E8AAA;
}
.active{
    display: none;
}
.background{
    opacity: 30%;
    background-color: #000000;
}



/************************************/

.mainConteiner{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #000000;
}



.inscripcionConteiner{
    padding-top: 150px;
    max-width: 1200px;
    width: 100%;
    background: linear-gradient(#2f869c, rgb(2, 39, 54));
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    button{
        margin-top: 15px;
        padding: 8px;
        border-radius: 10px;
        background-color: #0E8AAA;
        border: none;
        transition: .3s;
        &:hover{
            transform: scale(1.1);
        }
       
    }
    button a {
        text-decoration: none;
        color: white;
        font-size: 20px;
    }
    img{
        width: 70px;
        height: 70px;
        filter: invert(100%);
    }
    p{
        color: white;
        width: 50%;
        text-align: center;
        font-size: 20px;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
    }
 
}

.inscripcionTitulo{
    font-size: 35px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: white;
}
.beneficiosTitulo{
    margin-top: 80px;
    font-size: 35px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: white;

}
.beneficiosLista{
    color: white;
    font-size: 20px;
}
.obraSocialTitulo{
    margin-top: 80px;
    font-size: 35px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: white;

}
#diapeluquero{
    margin-top: 50px;
    font-size: 35px;
    font-weight: bolder;
}





/*********************************************************************************************/





@media screen and (max-width: 1500px){
    .navConteiner{
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    .linkList{
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media screen and (max-width: 1200px){
   .historiaDescripcion{
    padding-right: 30px;
   }
   .respuesta{
    height: 430px;
   }
}
@media screen and (max-width: 1100px){
    .historiaTitulo{
        margin-top: 50px;
    }
    .historia{
        margin-top: 100px;
    }
    .historiaImg{
     object-fit: cover;
     width: 400px;
     height: 400px;
    }
    .wave{
        margin-top: 100px;
    }
    .escalaSalarialConteiner p{
        width: 80%;
    }
    .pregunta{
        padding: 15px;
    }
    .respuesta{
        height: 520px;
    }
    
 }
 @media screen and (max-width: 950px){
    .logoConteiner{
        gap: 15px;
    }
    .linkList{
        gap: 15px;
        li a{
            font-size: 16px;
        }
    }
    .textoConteiner{
        width: 70%;
    }
    .historia{
        margin-top: 30px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .historiaImg{
        width: 500px;
        height: 500px;
    }
    .historiaDescripcion{
        width: 100%;
        padding: 0;
    }
    .edificio{
        width: 300px;
        height: 300px;
    }
    .mapa{
        iframe{
            width: 350px;
            height: 200px;
        }
    }
    .preguntasCard{
            width: 40%;
        }
    
}
 @media screen and (max-width: 800px){/*Aca empieza en menu hamburguesa*/
    .quienesSomos{
        margin-top: 0;
        width: 90%;
        margin-bottom: 50px;
    }
    .botonMenu{
        position: fixed;
        right: 10px;
        top: 140px;
    }
   .botonMenu{
    display: block;
    z-index: 3;
   }
   .linkList{
    display: none;
   }
   .navConteiner{
    align-items: center;
   }
   .coveniosConteiner{
    padding-top: 50px;
    p{
        width: 80%;
    }
   }
   .conveniosTitulo{
    margin: 0;
    padding: 0;
   }
   .convenio{ 
        padding: 0;
        margin: 0;
        p{
            width: 70%;
            margin-top: 20px;
            margin-bottom: 20px;
            padding: 0;
        }   
        button{
            margin: 0;
            padding: 8px;
            box-shadow: 5px 5px 10px #000000 ;
        }
        button a {
            font-size: 17px;
        }
    }
    .escalaSalarialConteiner{
        margin: 0;
        padding: 50px;
    }
    .inscripcionConteiner{
        margin: 0;
        padding: 50px;
        p{
            width: 80%;
        }
    }
    #wave2{
        width: 114%;
        margin-bottom: -50px;
      
    }
    .contacto{
        hr{
            width: 70%;
        }
    }
    .ubicacion{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

  
 }
 @media screen and (max-width: 720px) {
    .preguntasInnerConteiner{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        .preguntasCard{
            width: 80%;
            .respuesta{
                height: fit-content;
            }
        }
    }
 }
 @media screen and (max-width: 680px){
    #wave2{
        width: 118%;
    }
 }
 @media screen and (max-width: 600px){
    .historiaDescripcion{
        font-size: 16px;
        width: 100%;
    }
    .coveniosConteiner{
        padding: 5px;
    }
    .quienesSomos{
        font-size: 16px;
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .logoConteiner {
        display: flex;
        justify-content: center;
        h1{
            width: 80%;
            font-size: 25px;
        }
    }
   
    .escalaSalarialConteiner{
        padding: 50px;
    }
    .inscripcionConteiner{
        padding: 50px;
        p{
            font-size: 16px;
        }
      
    }
    #wave2{
        width: 120%;
    }

    
 }
 @media screen and (max-width: 500px){
    .logoConteiner h1 {
        width: 80%;
        font-size: 20px;
    }
    .historiaConteiner{
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .historiaTitulo{
        padding: 0;
        margin-bottom: 30px;
    }
    .historiaImg{
        padding: 0;
        width: 350px;
        height: 350px;
    }
    .historiaDescripcion{
        padding: 0;
        font-size: 16px;
        width: 100%;
        text-align: center;
    }
    .quienesSomos{
        p{
            text-align: center;
            margin-bottom: 150px;
        }
    }
    #wave2{
        width: 125%;
    }
    .coveniosConteiner{
        p{
            width: 95%;
            font-size: 16px;
        }
    }
    .inscripcionConteiner{
        p{
            width: 90%;
            font-size: 16px;
        }
    }


 }