*{
    font-family: 'Roboto', sans-serif;
}

head{
    background-color:#494949;
}

body{
    background-color: white;
}

html{
    scroll-behavior: smooth;
}

/* NAVBAR + PRESENTACION */
header{
width: 100%;
height: 100%;
}

.nav{
    position: fixed;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px;
    transition: all 0.5s ease;
    z-index: 10;
}

.nav.active{
background: white;
padding: 15px;
}

.nav.active .logo{
color: black;
font-weight: 100;
}

.nav.active a,
.nav.active .menu_btn{
color: black;
}

.nav.active a:hover{
    color: white;
    background: black;
    border-radius: 15px;
    }

.scrol{
height: 100px;
}

.logo{
font-size: 25px;
color: white;
font-weight: 100;
}

.menu{
display: flex;
}

.menu li{
    list-style: none;
    margin: 10px;
}

.menu li a{
    color: white;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
}

.menu li a:hover{
    padding: 5px 10px;
    background: white;
    color: black;
    border-radius: 15px;
}

.menu_btn{
    color: white;
    font-size: 20px;
    display: none;
    cursor: pointer;
}

@media screen and (max-width:1000px){
    .menu_btn{
        display: block;
    }

    .menu{
        position: absolute;
        top: 0;
        left: 0;
        width: 90%;
        height: 100vh;
        background: #494949;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        transition: all 0.5s ease;
        transform: translatex(-100%);
        border-radius: 6px;
    }

    .menu li{
        margin: 15px 0;
    }

    .menu.active{
        transform: translatex(0);
    }

    .nuestroEquipo{
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

}

.back{
    background-image: url(fotos/presentacion.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}

.presentacion{
    color: white;
    height: 40em;
    text-align: center;
    
}

.presentacion h1{
    padding-top:7em
}

/* FIN NAVBAR + PRESENTACION */

/* SERVICIOS */
.servicios{
    background-color: white;
    text-align: center;
}

.row{
    display: flex;
    justify-content: center;
    width: 90%;
    margin: 0 auto; 
}

.col{
        display: flex;
        justify-content: center;
        padding: 3%;
}


.col figure{
    position: relative; 
    box-shadow: 0px 15px 25px rgba(0,0,0,0.5);
    border: none;
    cursor: pointer;
    width: 200px;
    height: 165px;
    overflow: hidden;
    border-radius: 10px;
}

.col figure h3{
    transition: all 500ms ease-out;
    margin-top: 30px;
}

.col figure img{
transition: all 500ms ease-out;
}

.capa{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: rgb(128, 128, 128,0.7);
    transition: all 500ms ease-out;
    opacity: 0;
    visibility: hidden;
    text-align: center;
}

.col figure:hover > .capa{
    opacity: 1;
    visibility: visible;
}

.col figure:hover > .capa h3{
    margin-top: 50px;
}

.capa a{
    text-decoration: none;
    color: black;
    transition: all 0.5s ease;
    font-weight: bold;
    padding: 6px;
}

.capa a:hover{
    cursor: pointer;
    border-radius: 15px;
    background-color: black;
    color: white;
}


@media screen and (max-width:1170px){
   .col{
    flex: 1 1 calc(50% - 10px);
   }
}


/* FIN SERVICIOS */

/* SOBRE NOSOTROS */

.sobreNosotros{
    background-color: #494949;
    display: flex;
    padding-left: 7%;
    padding-right: 7%;
    padding-top: 7%;
    padding-bottom: 10%;
}

.textosn{
    color: white;
    text-align: justify;
    padding-left: 3%;
}

.textoQuasar{
    color: white;
    text-align: justify;
}

/* FIN SOBRE NOSOTROS */

/* NUESTRO EQUIPO */

@media screen and (max-width:600px){
    .info p{
        font-size: 15px;
        font-weight: bold;
    }
}

.nuestroEquipo{
 display: flex;
 justify-content: center;
}

.equipo{
    padding: 3% 3%;
    max-width: 600px;
    
}

.equipo p img{
    box-shadow: 0px 15px 25px rgba(0,0,0,0.5);
    border-radius: 10px;
}

.info{
    display: flex;
    justify-content: center;
    align-items: baseline;
    font-size: 20px;
}

.info a i{
    font-size: 20px;
}

/* FIN NUESTRO EQUIPO */


/* CONTACTO */

.contacto{
    background-image: url(fotos/contacto.jpg);
    background-size: 100% 100%;
    background-attachment: fixed;
    margin: 0;
    color: white;
    padding: 5% 0;
}

form{
    width: 50%;
    margin: auto;
    background: rgba(0,0,0,0.5);
    padding: 2% 4%;
    text-align: center;
    box-sizing: border-box;
    margin-top: 3%;
    border-radius: 20px;

}

input , textarea{
    width: 100%;
    margin-bottom: 2%;
    padding: 2%;
    box-sizing: border-box;
    border-radius: 6px;
    border: none;
}

textarea{
    min-height: 150px;
}

#btn_enviar{
    border-radius: 6px;
    font-size: 20px;
    color: white;
    background-color: #494949;
    border: none;
}

#btn_enviar:hover{
cursor: pointer;
}

/* FIN CONTACTO */

/* FOOTER */
footer{
    background-color: #494949;
    padding-top: 3%;
    color: white;
}

.foot{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 0 2%;
}

.foot_cont img{
    width: 32px;
    height: 32px;
}

@media screen and (max-width:850px){
    .foot{
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin: 0 auto;
    }
}
/* FIN FOOTER */

/* PAGINA SERVICIOS */
.back_people{
background-image: url(fotos/peopleCareBackground.jpeg);
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}

.back_recruiting{
    background-image: url(fotos/RecruitingIT.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.back_desarrollo{
    background-image: url(fotos/desarrollo.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.back_broker{
    background-image: url(fotos/brokerIt.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.informacion{
    background-color: white;
    text-align: justify;
    padding: 3% 5%;
    font-size: 20px;
}

.informacion a{
    color: black;
    transition: all 0.3s ease;
}

.informacion a:hover{
    color: white;
    cursor: pointer;
    background-color: black;
    border-radius: 15px;
    padding: 5px 10px;
}

.volver a{
    text-decoration: none;
    color: red;
    transition: all 0.5s ease;
    font-weight: bold;
    padding: 6px;
}

.volver a:hover{
    cursor: pointer;
    border-radius: 15px;
    background-color: black;
    color: white;
}

.volver{
    margin-top: 3%;
}
/* FIN PAGINA SERVICIOS */

/* BROKER IT */
.recursos{
    display: flex;
    justify-content: center;
    padding-top: 10vh;
    padding-bottom: 10vh;
}

.inrecursos{
    padding-inline: 10vh;
}

.modal{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #494949bd;
    display: flex;
    opacity: 0;
    pointer-events: none;
    transition: opacity .5s;
    --transform: translateY(-100vh);
    --transition: transform .8s;
}

.modal--show{
    opacity: 1;
    pointer-events: unset;
    transition: opacity .5s;
    --transform: translateY(0);
}

.modalContainer{
    margin: auto;
    width: 90%;
    max-width: 80%;
    height: max-content;
    background-color: white;
    border-radius: 6px;
    padding: 2.5em 2.5em;
    display: grid;
    gap: 1em;
    place-items: center;
    grid-auto-columns: 100%;
    transform: var(--transform);
    transition: var(--transition);
}

.casos{
    display: flex;
    justify-content: center;
    padding-top: 2vh;
}
.casoTipico{
    padding: 0vh 2vh;
    width: 50%;
    transition: ease-out 0.3s;
}
.caso{
    padding: 0vh 2vh;
    transition: ease-out 0.3s;
}

.caso h2{
    text-align: center;
}

.caso:hover{
    background-color: #C7C7C7;
    border-radius: 2vh;
    padding: 2vh 2vh;
    transition: ease-out 0.3s;
}

.casoTipico:hover{
    background-color: #C7C7C7;
    border-radius: 2vh;
    padding: 2vh 2vh;
    transition: ease-out 0.3s;
}

.seccionCasos{
    padding: 5vh 0;  
    border-top: 2px solid #FB7373; 
}

.seccionCasos h1{
    text-align: center;
    margin-bottom: 5vh;
}

.seccionBeneficios{
    padding: 5vh 0;  
    border-top: 2px solid #8AFB73; 
    border-bottom: 2px solid #FBC373; 
}
.seccionBeneficios h1{
    text-align: center;
    margin-bottom: 5vh;
}

@media screen and (max-width:850px){
    .casos{
        flex-direction: column;
    }
    .necesidad{
        text-align: left;
    }
    .seccionCasos{
        text-align: left;
    }
    .seccionBeneficios{
        text-align: left;
    }
    .empresa{
        text-align: left;
    }
    .secondlvl{
        font-size: 18px;
    }
    .casoTipico{
        padding: 0vh 2vh;
        width: 100%;
        transition: ease-out 0.3s;
    }
}

/* BROKER IT */

