/*por que*/

.porque{
    background-color: #FFDE59;
    text-align: center;
    padding-bottom: 70px;
}

.porque h1{
    padding-top: 70px;
    font-weight: bolder;
}

.porque h2{
    font-size: 20px;
    padding-bottom: 35px;
}
/*nosotros*/
.nosotros{
    display: flex;
    flex-direction: column;
    background-color: #f4f4f4;
}

.nosotros .content{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 70px;
}


.nosotros .content>div{
    width: 50%;
    min-width: 300px;
}

.nosotros .image img{
    width: 80%;
}
/*landing*/


.landing{
    display: flex;
    position: relative;
    top: 120px;
    justify-content: end;
    height: 80vh;
}

.landing .texts{
    left: 7%;
    top: 30%;
    width: 56%;
    height: auto;
    position: absolute;
    border-radius: 10px;
    padding: 35px 40px;
    background-color: rgba(255,255,255,.3);
}

.landing h1{
    font-weight: 900;
    font-size: 44px;
}

.landing p{
    padding: 10px 0px;
    font-size: 24px;
    border-bottom: 5px solid #ffde59;
}

.landing .image{
    z-index: -10;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
}

.landing .image img{
    width: 48%;
    height: 104%;
}


@media (max-width: 900px) {
    .landing{
        top: 80px;
        height: 450px;
    }
    .landing .texts{
        top: 25%;
    }

    .landing h1{
        font-size: 21px;
    }


    /*nosotros*/
        .nosotros .content{
            flex-direction: column-reverse;
        }

        .nosotros .content>div{
            width: 80%;
        }


        .nosotros .image{
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 25px 0px;
        }

        .nosotros .text{
            text-align: center;
            padding: 20px 0px;
        }
}
/*servicios*/

.servicios{
    position:relative;
    background: url(../img/landing/servicios.webp) no-repeat fixed;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: white;
    position: relative;
    padding-bottom: 20px;
}

.servicios .text{
    text-align: center;
}

.servicios-items{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}

.servicios-item:hover{
    cursor: pointer;
    background-color: rgba(255, 255, 255, .6);
}

.servicios-item{
    width: 33%;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.servicios-item-image{
    width: 50px;
}

.servicios-item-text{
    width: 100%;
    height: 30px;
    font-weight: bold;
    text-align: center;
    margin-top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ajuste{
    margin-top: 11px;
}

/*es momento*/

.es-momento{
    position: relative;
    top: 120px;
}

.es-momento .container-header{
    background-color: #ffde59;
}

.es-momento .title{
    padding: 70px 0px 35px 0px;
}

.es-momento .text{
    text-align: center;
    padding-bottom: 50px;
}

.es-momento-items{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 40px;
}

.es-momento-item{
    width: 24%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px 0px;
}

.container-item{
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background-color: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    bottom: 0px;
    -webkit-transition: all .7s ease;
}

.container-item:hover{
    cursor: pointer;
    bottom: 20px;
}

.es-momento-image{
    width: 100%;
    display: flex;
    max-width: 150px;
    position: relative;
    bottom: 15px;
    justify-content: center;
}

.es-momento-image img{
    width: 114px;
}

.es-momento-text{
    color: white;
    position: relative;
    bottom: 10px;
    width: 100%;
    text-align: center;
    font-weight: bold;
}

.modal .modal-content{
    width: 66%;
    left: 17%;
    top: 6.5%;
    height: 87%;;
    position: absolute;
}

.modal .triangulos{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 0;
}

.modal .yellow-container{
    left: 4%;
    top: 7%;
    width: 91%;
    height: 86%;
    position: absolute;
    background-color: #FEDD58;
    box-shadow: -5px -5px 10px rgba(0,0,0,.2);
}

.modal .text{
    width: 93%;
    left: 3.5%;
    position: absolute;
    top: 6%;
    height: 75%;
    background-color: rgba(0,0,0,.21);
}


.modal img{
    position: absolute;
    bottom: 6%;
    z-index: 1;
    height: 104%;
    left: 3.5%;
    width: 30%;
}

.container-text{
    position: absolute;
    right: 0;
    width: 68%;
    height: 100%;

}

.modal .white-bar{
    width: 93%;
    bottom: 6%;
    left: 3.5%;
    height: 13%;
    position: absolute;
    background-color: white;
}

.texto1{
    color: white;
    margin-top: 10%;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.texto2{
    color: white;
    bottom: 10px;
    font-size: 50px;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
}

.texto3{
    bottom: 3%;
    font-size: 20px;
    position: relative;
    padding-right: 10%;
    font-weight: bold;
    text-align: justify;
}

.container-b{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    bottom: 5%;
    width: 100%;
    padding-right: 10%;
}

.modal a{
    height: 50px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    background-color: black;
}


.modal .close{
    top: 17%;
    right: 24%;
    z-index: 1000;
    position: absolute;
}

.modal .close span{
    font-weight: 300;
    color: white;
    font-size: 50px;
}




@media(max-width:1050px){

    #psicometria .texto3{
        font-size: 13px;
    }

    .modal img{
        display: none;
    }

    .container-text{
        width: 100%;
    }

    .texto1{
        padding-left: 3%
    }

    .texto2{
        padding-left: 3%;
        font-size: 34px;
    }

    .texto3{
        padding: 0% 3%;
    }

    .container-b{
        justify-content: center;
        padding: 0;
        bottom: 2%;
    }

    .modal .white-bar{
        height: 8%;
    }

    .modal .text{
        height: 80%;
    }
}

@media(max-width:720px){

    .modal a{
        right: 28%;
    }

}


@media(max-width:892px){
    .es-momento-item{
        width: 50%;
    }

    .es-momento .title{
        font-size: 40px;
    }
}

@media(max-width:640px){
    .modal .modal-content{
        width: 100%;
        left: 0%;
        height: 600px;
    }
    .texto1{
        font-size: 18px;
    }

    .texto2{
        font-size: 32px;
        margin-bottom: 10px;
    }
    .texto3{
        font-size: 12px !important;
    }

    .modal .close{
        right: 10%;
    }

    .modal .yellow-container{
        width: 95%;
        left: 2.5%;
    }

}


/*nuestros clientes*/

.clientes{
    padding-bottom: 70px;
    position: relative;
}
.carrousel{
    display: flex;
    height: 250px;
    align-items: center;
    justify-content: center;
}

.carrousel-content{
    width: 95%;
    height: 150px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.carrousel-item{
    width: 100%;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: space-around;
}

.carrousel img{
    width: 12%;
}

i.arrow{
    cursor: pointer;
    font-size: 50px;
    color: white;
    text-shadow: 0px 10px 10px rgba(0, 0, 0, .5);
    -webkit-text-stroke: 1px lightgrey;
}

#item-1, #item-2, #next, #prev{
    -webkit-transition: all 1s ease;
}

/*diseño mobile*/

.mobile-carrousel{
    overflow: hidden;
    justify-content: space-between;
    align-items: center;
    display: flex;
    display: none;
}

.mobile-carrousel-content{
    width: 95%;
    height: 155px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.mobile-carrousel-item{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    -webkit-transition: all 1s ease;
}

.mobile-carrousel-item img{
    width: 250px;
}

/*modals*/

#psicometria .yellow-container img{
    transform: scaleX(-1);
    height: 60%;
    width: 56%;
    bottom: -8%;
    left: -4.5%;
}

#estudiosSocioeEonomicos .container-text{
    width: 55%;
}

#estudiosSocioeEonomicos .texto3{
    font-size: 19px;
}
#estudiosSocioeEonomicos .texto2{
    top:16px;
    font-size: 37px;
    margin-bottom: 20px;
}

#estudiosSocioeEonomicos .texto1{
    position: relative;top: 24px;
}
.modal#estudiosSocioeEonomicos .yellow-container img{
    width: 52%;
    height: 83%;
    left: -3.5%;
}

.modal#headHunting .yellow-container img{
    width: 34%;
    height: 88%;
}

.modal#headHunting .texto3{
    font-size: 16px;
}

.modal#administracionPersonal .yellow-container img{
    width: 43%;
    left: 0;
    bottom: 4%;
}

.modal#garantias .yellow-container img{
    top: 7%;
    left: -4.5%;
    width: 36%;
    height: 73%;
}

.modal#garantias .texto3{
    bottom: -10%;
}
.modal#backgroundCheck .yellow-container img{
    height: 89%;
    width: 57%;
    left: -12.5%;
}

.modal#trainingYCapacitacion .yellow-container img{
    bottom: 5.5%;
    height: 94.5%;
    left: -4.5%;
    width: 48%;
}

.modal#trainingYCapacitacion .yellow-container .container-text{
    width: 64%;
}

.modal#evaluacionesPolimetricasYPoligraficas .yellow-container img{
    bottom: 15%;
    height: 69%;
    left: -3.5%;
    width: 47%;
}

.modal#evaluacionesPolimetricasYPoligraficas .yellow-container .container-text{
    width: 57%;
}

.moda#intercambioDeNegocios .container-text{
    width: 66%;
}

.modal#intercambioDeNegocios .yellow-container img{
    width: 41%;
    height: 64%;
    bottom: 22%;
    left: -4.5%;
}

.modal#intercambioDeNegocios .yellow-container .container-text{
    width: 61%;
}

.modal#alianzasComerciales .yellow-container img{
    position: absolute;
    bottom: 30%;
    z-index: 1;
    height: 41%;
    left: -4.5%;
    width: 45%;
}

.modal#alianzasComerciales .container-text{
    width: 60%;
}

.modal#lineasDeCredito .yellow-container img{
    position: absolute;
    bottom: 6%;
    z-index: 1;
    height: 104%;
    left: -3.5%;
    width: 42%;
}

.modal#planesDePago .yellow-container img{
    position: absolute;
    bottom: 6%;
    z-index: 1;
    height: 102%;
    left: -0.5%;
    width: 33%;
}

.modal#apoyoEspecialASectorSalud .yellow-container .container-text{
    width: 64%;
}

.modal#apoyoEspecialASectorSalud .yellow-container img{
    position: absolute;
    bottom: 3%;
    z-index: 1;
    height: 92%;
    left: 2.5%;
    width: 33%;
}

@media(max-width: 1600px){

    .texto3{
        font-size: 16px;
    }


    .modal a{
        bottom: 2%;
    }

    #intercambioDeNegocios .texto3{
        font-size: 12px;
    }
}

@media(max-width: 1400px){
    #psicometria .texto3{
        font-size: 11px;
    }


    #estudiosSocioeEonomicos .texto2{
        font-size: 30px;
    }

    #estudiosSocioeEonomicos .texto3{
        font-size: 12px;
        top: 29px;
    }

    #evaluacionesPolimetricasYPoligraficas .container-text .texto2{
        font-size: 42px;
        margin-bottom: 30px;
    }
    #evaluacionesPolimetricasYPoligraficas .container-text .texto1{
        margin-bottom: 9px;
        font-size: 16px;
    }
}


@media(max-width: 1340px){

    #backgroundCheck .texto3{
        font-size: 13px;
    }

}



@media(max-width: 1150px){


    #estudiosSocioeEonomicos .texto2{
        font-size: 25px;
    }
    .modal#estudiosSocioeEonomicos .yellow-container img{
        width: 48%;
        height: 78%;
    }

    #estudiosSocioeEonomicos .container-text{
        width: 56%;
    }

    #evaluacionesPolimetricasYPoligraficas .container-text .texto2{
        font-size: 34px;
        margin-bottom: 30px;
    }
    #evaluacionesPolimetricasYPoligraficas .container-text .texto1{
        margin-bottom: 9px;
        font-size: 13px;
    }
}



@media(max-width:1249px){

    .servicios-items{
        justify-content: center;
    }

    .servicios-item{
        width: 290px;
    }

    .servicios-item{
        width: 250px;
    }
}

@media(max-width: 950px) {
    .modal#headHunting .texto3 {
        font-size: 14px;
    }

    #estudiosSocioeEonomicos .container-text{
        width: 100%;
    }
    #estudiosSocioeEonomicos .texto3{
        font-size: 13px;
    }
    .modal#evaluacionesPolimetricasYPoligraficas .yellow-container .container-text{
        width: 100%;
    }

    .modal#trainingYCapacitacion .yellow-container .container-text{
        width: 100%;
    }

    .modal#alianzasComerciales .container-text{
        width: 100%;
    }

    .modal#apoyoEspecialASectorSalud .yellow-container .container-text{
        width: 100%;
    }
    .modal#intercambioDeNegocios .yellow-container .container-text{
        width: 100%;
    }


    #intercambioDeNegocios .texto3{
        font-size: 13px;
    }

    #alianzasComerciales .texto3{
        top: 30px;
    }

    #alianzasComerciales .texto1{
        position: relative;
        bottom: -22px;
    }

    #alianzasComerciales .texto2{
        position: relative;
        bottom: -15px;
    }

    #lineasDeCredito .texto1{
        margin-top: 25%;
    }

    #planesDePago .texto1{
        margin-top: 33%;
    }

    .carrousel{
        display: none;
    }

    .mobile-carrousel{
        display: flex;
    }

    .servicios-item{
        width: 33%;
    }

    .servicios-item{
        width: 50%;
    }
}

@media(max-width:770px){
    #reclutamientoYSeleccion .texto3{
        font-size: 14px;
    }

    .landing{
        height: 320px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .landing .image img{
        width: 320px;
        height: 320px;
    }

    .landing .texts{
        top: 45px;
        left: 10%;
        width: 80%;
        padding: 35px 10px;
    }

    .landing h1{
        font-size: 17px;
        text-align: center;
    }

    .landing p{
        text-align: center;
    }

    .landing .image img{
        width: 70%;
    }


}

@media(max-width: 640px) {
    #administracionPersonal .texto3{
        font-size: 16px;
    }

    #backgroundCheck .texto3{
        font-size: 15px;
    }

    #trainingYCapacitacion .texto3{
        font-size: 15px;
    }

    #evaluacionesPolimetricasYPoligraficas .texto3{
        font-size: 15px;
    }
}




@media(max-width:545px){

    .servicios-item{
        width: 100%;
    }

    .modal#headHunting .texto3 {
        font-size: 13px;
    }

    #reclutamientoYSeleccion .texto3{
        font-size: 13px;
    }
    .es-momento-item{
        width: 100%;
    }
}


@media(max-width:424px){
    .mobile-carrousel-item img{
        width: 150px;
    }
}