/* Importar fuente Open Sans */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');
/* Template */
.noPadding {
    padding: 0;
}
.row {
    padding: 0;
    margin: 0;
}
body {
    font-family: 'Open Sans', sans-serif;
}
section {
    padding: 5em 0 !important;
    position: relative;
}
.btn-link {
    text-decoration: underline;
}

.redTxt {
    color: #d94f2e;
}
.blueTxt {
    color: #57AFD1;
}

/* titles */
h1, h2, h3 {
    font-weight: bold;
}
h2 {
    font-size: 2.5em;
    margin-bottom: 0.5em;
}
/* NAV */
.logoMain {
    width: 6em;    
}
.nav-item .btn {
    padding: 0.3em 1.8em !important;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-top: 0.7em;
    padding-left: 2em;
    padding-right: 2em;
}
.navColor {
    background-color: rgba(255,255,255,0.8) !important;
}
/* Button */
.btn {
    position: relative;
    font-size: 1.1em;
    line-height: 2em;
    padding: 0.5em 1.8em;
    -webkit-border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -o-border-radius: 0.8em;
    border-radius: 0.8em;
    text-decoration: none;
}
.btn:before {
    content: " ";
    position: absolute;
    width: 96%;
    height: 86%;
    left: 2%;
    top: 7%;
    -webkit-border-radius: 0.55em;
    -moz-border-radius: 0.55em;
    -o-border-radius: 0.55em;
    border-radius: 0.55em;
    border: 1px dashed #fff;
}
.btnPrimary {
    background: #e9ab3b;
}
.btnPrimary:hover {
    background: #d94f2e;
    color: #fff;
}
.btnSecondary {
    background: #ffe1cd;
}
.btnSecondary:hover {
    background: #703f1b;
    color: #fff;
}
.btnSecondary:before {
    content: " ";
    position: absolute;
    width: 96%;
    height: 86%;
    left: 2%;
    top: 7%;
    -webkit-border-radius: 0.55em;
    -moz-border-radius: 0.55em;
    -o-border-radius: 0.55em;
    border-radius: 0.55em;
    border: 1px dashed #AEA597;
}
.btnTerciary {
    background: #fff;
}
.btnTerciary:hover {
    background: #703f1b;
    color: #fff;
}
.btnTerciary:before {
    content: " ";
    position: absolute;
    width: 96%;
    height: 86%;
    left: 2%;
    top: 7%;
    -webkit-border-radius: 0.55em;
    -moz-border-radius: 0.55em;
    -o-border-radius: 0.55em;
    border-radius: 0.55em;
    border: 1px dashed #AEA597;
}
.btnFull {
    width: 100%;
}
/* hero */
.hero {
    background: #a2c4c1;
    /* min-height: 85vh; */
    min-height: 54em;
    padding-top: 6em;
    background: url(../img/bg-hero2.jpg) no-repeat center right; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.plecaHero {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 100%;
    height: 20vh;
}
.logosPartners img {
    max-height: 3.5em;
    padding-right: 0.8em;
    margin-bottom:1em;
}
.logosPartners img:last-child {
    padding-right: 0;
}
.hero p {
    margin: 1.5em 0 2em 0;
}
.hero .btnPrimary {
    margin-right: 1em;
}
.hero .btn {
    margin-bottom: 1em;
}
.buttonsHero {
    margin-bottom: 3em;
}
.buttonsHero2 {
    margin-top: 2em;
    margin-bottom: 3em;
}
.buttonsHero2 .marginLeft {
    margin-left: 1em;
}
/* clientes */
.clientes {
    background: #fff;
    padding-top: 0 !important;
}
.clientes p {
    margin-bottom: 4em;
}
.clientes img, .serviciosDivIconos img {
    opacity: 1;
    transition: transform 0.3s;
}
.clientes img:hover, .serviciosDivIconos img:hover {
    transform: scale(1.1);
}
.clientes h3 {
    margin-bottom: 2em;
}
.clientes .title3 {
    margin-top: 2em;
}


/* servicios */
.servicios {
    background: #e8d3b9;
    background: url(../img/bg-servicios.jpg) no-repeat top center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
}
.serviciosHero {
    position: relative;
    padding: 3em 0;
    margin-bottom: 4em;
}
.serviciosHero h2, .serviciosHero p {
    position: relative;
    z-index: 2;
}
.serviciosFunnel {
    position: absolute;
    height: 100%;
    width: 50%;
    left: 25%;
    right: 25%;
    top: 0;
}
.frase {
    color: #fff;
    font-size: 1.5em;
    padding: 2em 0;
}
.serviciosHeader {
    text-align: left;
    position: relative;
    padding: 1em 0 1em 12em;
    z-index: 2;
}
.serviciosHeader h3 {
    margin-bottom: 0;
    font-size: 1.5em;
}
.serviciosHeader p {
    margin-bottom: 0;
    font-size: 0.8em;
}
.serviciosHeader img {
    height: 122%;
    position: absolute;
    left: 2em;
    top: -11%;
}
.serviciosHeader01 {
    background: #ebad3c;
    background: url(../img/bg-servicios-title-01.jpg) no-repeat top center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.serviciosHeader02 {
    background: #C6CD61;
    background: url(../img/bg-servicios-title-02.jpg) no-repeat top center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.serviciosHeader03 {
    background: #57AFD1;
    background: url(../img/bg-servicios-title-03.jpg) no-repeat top center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.serviciosDiv {
    position: relative;
    font-size: 1em;
    padding: 4em 2em 2em 2em;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -o-border-radius: 0.5em;
    border-radius: 0.5em;
    text-decoration: none;
    transform: translateY(-1.5em);
}
.serviciosDiv:before {
    content: " ";
    position: absolute;
    width: 98%;
    height: 98%;
    left: 1%;
    top: 1%;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -o-border-radius: 0.5em;
    border-radius: 0.5em;
    border: 1px dashed #fff;
}
.serviciosDiv01 {
    background: #ebad3c;
}
.serviciosDiv02 {
    background: #C6CD61;
}
.serviciosDiv03 {
    background: #57AFD1;
}
.serviciosDivIconos {
    text-align: center;
    border-left: 1px solid #fff;
    padding: 1em;
}
.serviciosDivIconos p {
    font-size: 0.6em;
}
.serviciosDivIconos img {
    max-width: 3.6em;
    margin-bottom: 0.4em;
}
/* journey */
.journey {
    background: #f0eed2;
    font-size: 0.9em;
    padding-bottom: 1em !important;
}
.imgBgJourney {
    width: 100%;
}
.journeyImg {
    transition: transform 0.3s;
}
.journeyImg:hover {
    transform: scale(1.1);
}
.normalTxt {
    margin: 0;
    padding: 0;
    font-size: 1.1em;
}
.smallTxt {
    font-size: 0.8em;
    color: #80764F;
    margin-bottom: 4em;
}
.journey h3 {
    font-size: 1.2em;
    padding-left: 2.8em;
}
.journeyH01engagement h3 {
    color: #d94f2e;
    display: inline-block;
    height: 2em;
    line-height: 2em;
    background-image: url(../img/icon-engagement.svg) !important;
    background-size: 2em !important;
    background-repeat: no-repeat !important;
    background-position: 5px 0.3rem !important;
}
.journeyH02acquire h3 {
    color: #432e75;
    display: inline-block;
    height: 2em;
    line-height: 2em;
    background-image: url(../img/icon-acquire.svg) !important;
    background-size: 2em !important;
    background-repeat: no-repeat !important;
    background-position: 5px 0.3rem !important;
}
.journeyH03onboarding h3 {
    color: #dd9624;
    display: inline-block;
    height: 2em;
    line-height: 2em;
    background-image: url(../img/icon-onboarding.svg) !important;
    background-size: 2em !important;
    background-repeat: no-repeat !important;
    background-position: 5px 0.3rem !important;
}
.journeyH04advocacy h3 {
    color: #703f1b;
    display: inline-block;
    height: 2em;
    line-height: 2em;
    background-image: url(../img/icon-advocacy.svg) !important;
    background-size: 2em !important;
    background-repeat: no-repeat !important;
    background-position: 5px 0.3rem !important;
}
.journeyH05retain h3 {
    color: #42A8A5;
    display: inline-block;
    height: 2em;
    line-height: 2em;
    background-image: url(../img/icon-retain.svg) !important;
    background-size: 2em !important;
    background-repeat: no-repeat !important;
    background-position: 5px 0.3rem !important;
}
.journeyH01engagement {
    text-align: center;
    
}
.journeyH02acquire, .journeyH03onboarding {
    text-align: right;
}
.journeyH02acquire, .journeyH04advocacy {
    margin-bottom: 4em;
    margin-top: 2em;
}
/* equipo */
.equipo {
    background: #f0eed2;
    padding-top: 0 !important;
}
.formDiv {
    position: relative;
    font-size: 1em;
    padding: 4em;
    margin-top: 4em;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -o-border-radius: 0.5em;
    border-radius: 0.5em;
    text-decoration: none;
    background: #E3D4C2;
    transform: translateY(-1.5em);
}
.formDiv:before {
    content: " ";
    position: absolute;
    width: 98%;
    height: 98%;
    left: 1%;
    top: 1%;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -o-border-radius: 0.5em;
    border-radius: 0.5em;
    border: 1px dashed #AEA597;
}
.imgCultura {
    width: 100%;
    margin-top: 2.6em;
    -webkit-border-radius: 0.45em;
    -moz-border-radius: 0.45em;
    -o-border-radius: 0.45em;
    border-radius: 0.45em;
}
.logosCultura {
    margin-top: 2em;
    margin-bottom: 2em;
}
.logosCultura img {
    width: 5em;
}
.logosCultura img:first-child {
    margin-right: 1em;
}
.formDiv h3 {
    font-size: 2em;
}
/* inputs */
.formDiv input {
    width: 100%;
    background: #fff;
    height: 2.8em;
    padding: 0.3em 0.5em;
    border: none;
    border-bottom: 3px solid #EBAD3C;
    margin-bottom: 1em;
    -webkit-border-radius: 0.4em 0.4em 0 0;
    -moz-border-radius: 0.4em 0.4em 0 0;
    -o-border-radius: 0.4em 0.4em 0 0;
    border-radius: 0.4em 0.4em 0 0;
}
.formDiv textarea {
    width: 100%;
    background: #fff;
    height: 7em;
    resize: none;
    padding: 0.3em 0.5em;
    border: none;
    border-bottom: 3px solid #EBAD3C;
    margin-bottom: 1em;
    -webkit-border-radius: 0.4em 0.4em 0 0;
    -moz-border-radius: 0.4em 0.4em 0 0;
    -o-border-radius: 0.4em 0.4em 0 0;
    border-radius: 0.4em 0.4em 0 0;
}
.inputLeft {
    padding-right: 0.5em;
}
.inputRight {
    padding-left: 0.5em;
}
.formDiv .btnTerciary {
    position: relative;
    font-size: 1.1em;
    line-height: 1.5em;
    padding: 0.5em 1.8em;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    -o-border-radius: 1em;
    border-radius: 1em;
    text-decoration: none;
    margin-bottom: 1em;
}
.culturaDiv {
    padding-left: 3em;
}
/* caracteristicas */
.caracteristicas {
    background: #f0eed2;
}
.caracteristicas img {
    width: 100%;
}
.caracteristicas:after {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 50.1%;
    bottom: -0.1%;
    left: 0;
    right: 0;
    background: #d8e3ed;
    z-index: 1;
}
.caracteristicas .row {
    position: relative;
    z-index: 2;
}
.caracteristicas p {
    padding: 1.2em;
}



/* contacto */
.contacto {
    background: #d8e3ed;
    min-height: 100vh;
    padding-bottom: 20em;
    background: url(../img/bg-contacto.jpg) no-repeat top center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.contacto h2 {
    margin-bottom: 2em;
}
.contacto .btn {
    font-size: 1em;
    margin-bottom: 1.2em;
    text-align: left;
    padding-left: 3.7rem;
}
.contactoDiv {
    padding-bottom: 10em;
}
.btnWhatsapp {
    background-image: url(../img/icon-whatsapp.svg) !important;
    background-size: 1.6em !important;
    background-repeat: no-repeat !important;
    background-position: 1.3rem 0.68rem !important;
}
.btnEmail {
    background-image: url(../img/icon-email.svg) !important;
    background-size: 1.6em !important;
    background-repeat: no-repeat !important;
    background-position: 1.3rem 0.8rem !important;
}
.btnMessenger {
    background-image: url(../img/icon-messenger.svg) !important;
    background-size: 1.6em !important;
    background-repeat: no-repeat !important;
    background-position: 1.3rem 0.7rem !important;
}
.btnCita {
    background-image: url(../img/icon-google-calendar.svg) !important;
    background-size: 1.6em !important;
    background-repeat: no-repeat !important;
    background-position: 1.3rem 0.7rem !important;
}
.direccionesGps, .direccionesMail, .direccionesTel {
    padding-left: 3.7rem;
    min-height: 3rem;
}
.direccionesGps {
    background-image: url(../img/icon-ubicacion.svg) !important;
    background-size: 1.6em !important;
    background-repeat: no-repeat !important;
    background-position: 1.3rem 0.3rem !important;
}
.direccionesMail {
    background-image: url(../img/icon-mail.svg) !important;
    background-size: 1.6em !important;
    background-repeat: no-repeat !important;
    background-position: 1.3rem 0.2rem !important;
}
.direccionesTel {
    background-image: url(../img/icon-tel.svg) !important;
    background-size: 1.6em !important;
    background-repeat: no-repeat !important;
    background-position: 1.3rem 0.2rem !important;
}
/* footer */
footer {
    background: #c6cd61;
    padding: 2em !important;
}
.logosSocialMedia ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.logosSocialMedia li {
    display: inline-block;
}
.logosSocialMedia img {
    height: 2em;
    max-height: 1.8em;
    padding-right: 1em;
    margin-bottom: 0.5em;
    transition: opacity 0.3s;
}
.logosSocialMedia img:hover {
    opacity: 0.6;
}
.logoFooter img {
    width: 8em;
    transition: opacity 0.3s;
    transform: translateY(-0.5em);
}
.logoFooter img:hover {
    width: 8em;
    opacity: 0.6;
}
.linksFooter {
    list-style: none;
    margin: 0;
    padding: 0;
}
.linksFooter li {
    display: inline-block;
    padding-right: 2em;
    font-size: 0.7em;
    margin-bottom: 0.5em;
}
.linksFooter a {
    color: #000;
}
.lastTxt {
    float: right;
    margin-top: 0.65em;
}
.lastTxt2 {
    margin-top: 0.65em;
}



.textoCandidato {
    display: none;
}
.formDivCandidato {
    display: none;
}



/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */


@media only screen and (max-width : 400px) {
    .contacto .btn {
        font-size: 0.8em !important;
    }
    .contactoDiv {
        padding-left: 0;
        padding-right: 0;
    }
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
    .equipo .btn {
        margin-bottom: 1em;
    }
    /* nav */
    .nav-item .btn {
        padding: 0.3em 1.8em !important;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-top: 0.7em;
        padding-left: 2em;
        padding-right: 2em;
        text-align: center;
    }
    .nav-item {
        border-bottom: 1px solid rgb(205, 205, 205);
    }
    .nav-item:nth-child(5), .nav-item:last-child {
        border-bottom: none;
    }
    
    .navColor {
        background-color: rgba(255,255,255,1) !important;
    }
    /* hero */
    .hero {
        height: auto;
    }
    .hero {
        background: url(../img/bg-hero-small.jpg) no-repeat bottom right; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .hero p {
        padding-right: 1.5em;
    }
    .logosPartners {
        margin-top: 0.5em;
    }
    .logosPartners img {
        max-height: 3em;
        max-width: 5.2em;
        padding-right: 0.4em;
        margin-bottom:1em;
    }
    .buttonsHero {
        margin-bottom: 6em;
    }
    .serviciosHeader img {
        height: 122%;
        position: absolute;
        left: 0em;
        top: -11%;
    }
    .serviciosHeader {
        text-align: left;
        position: relative;
        padding: 1em 0 1em 8em;
        z-index: 2;
    }
    .serviciosDivIconos {
        text-align: center;
        border-left: none;
        border-top: 1px solid #fff;
        padding: 0em;
        padding-top: 3em;
        padding-bottom: 1em;
        margin-top: 3em;
    }
    .serviciosDivIconos p {
        font-size: 0.9em;
    }
    .frase {
        text-align: center;
    }
    .serviciosDiv {
        position: relative;
        font-size: 1em;
        padding: 4em 1em 1em 1em;
    }
    .journeyH01engagement, .journeyH02acquire, .journeyH03onboarding, .journeyH04advocacy, .journeyH05retain {
        text-align: left;
    }
    .text-center {
        text-align: left !important;
    }
    h2 {
        font-size: 2em;
    }
    .serviciosFunnel {
        position: absolute;
        height: 100%;
        width: 50%;
        left: 10%;
        right: 25%;
        top: 0;
    }
    .formDiv {
        padding: 2em 1em;
    }
    .inputLeft {
        padding-right: 0;
    }
    .inputRight {
        padding-left: 0;
    }
    .culturaDiv {
        padding-left: 1em;
    }
    .caracteristicas {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        text-align: center;
    }
    .caracteristicas img {
        width: 80%;
    }
    .contacto {
        min-height: 188vh;
    }
    .logosSocialMedia, .logoFooter {
        text-align: center !important;
        margin-bottom: 1.5em;
    }
    .logosSocialMedia img {
        padding-right: 1em;
        padding-left: 1em;
    }
    .linksFooter {
        text-align: center;
    }
    .caracteristicas:after {
        content: ' ';
        position: absolute;
        width: 100%;
        height: 40.1%;
        bottom: -0.1%;
        left: 0;
        right: 0;
        background: #d8e3ed;
        z-index: 1;
    }
    .lastTxt {
        float: none;
    }
    .linksFooter li {
        display: block !important;
        padding-right: 0 !important;
    }

    .ajustarMedidas .btn {
        margin-bottom: 1em;
        width: 100%;
    }
}

/* Small Devices, tablets */ 
@media only screen and (max-width : 768px) {

}

/* Fixes */
@media (min-width: 768px) and (max-width: 991px) {
    .journeyH01engagement, .journeyH02acquire, .journeyH03onboarding, .journeyH04advocacy, .journeyH05retain {
        text-align: left;
    }
    .journeyImg {
        text-align: center;
    }
    .journeyImg img {
        max-width: 70%;
        margin-top: 0;
        margin-bottom: 2em;
    }
    .journeyH03onboarding, .journeyH05retain {
        margin-bottom: 4em;
        margin-top: 2em;
    }
    .culturaDiv {
        padding-left: 0.9em !important;
    }
    .caracteristicas:after {
        content: ' ';
        position: absolute;
        width: 100%;
        height: 35%;
        bottom: -0.1%;
        left: 0;
        right: 0;
        background: #d8e3ed;
        z-index: 1;
    }
}
/* Fixes */
@media (min-width: 768px) and (max-width: 1200px) {

}

/* Big Screens */
@media only screen and (min-width : 1200px) {
    .journeyH03onboarding {
        transform: translateX(2em);
    }
    .journeyH05retain {
        transform: translateX(-2em);
    }
    .contacto {
        background: #d8e3ed;
        min-height: 100vh;
        padding-bottom: 40em;
        background: url(../img/bg-contacto.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

/* Huge Screens */
@media only screen and (min-width : 1900px) {
    .hero {
        padding-top: 10em !important;
        min-height: 85vh;
    }
}