@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,300,400,700,900&display=swap');

/* General */

body {
    color: #262626;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    background-color: #ffffff;
    overflow-x: hidden;
    max-width: 100%;
    overflow-x: hidden !important;
    transition: inherit;
    margin: 0;
}

p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #262626;
}
.row {
    margin-right: 0 !important;
}
.container-fluid {
    padding-right: 0 !important;
    margin-right: 0 !important;
}
.height300 {
    height: 300px;
}
.width300 {
    width: 300px;
}
.height100 {
    height: 100px !important;
}

.height500 {
    height: 50px !important;
}

.ultra-light {
    font-weight: 100;
}

.light {
    font-weight: 300;
}

.medium {
    font-weight: 400;
}

.bold {
    font-weight: 700;
}

.heavy {
    font-weight: 900;
}
.center {
    margin: 0 auto;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
}

img {
    max-width: 100%;
}

a {
    color: #DC0054;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #DC0054;
    text-decoration: none;
}

a img {
    border: none;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 25px;
}

h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}
.blanco {
    color: #ffffff !important;
}

.gris {
    color: #262626 !important;
}

.gris-oscuro {
    color: #2e3542;
}

.bg-gris-oscuro {
    background: #2e3542;
} 

.bg-gris {
    background-color: #262626 !important;
}
.bg-gris-claro {
    background-color: #f7fbff !important;
}

.azul-cielo {
    color: #009AD9 !important;
}

.bg-azul-cielo {
    background-color: #0082B7 !important;
}

.azul {
    color: #0067A7 !important;
}
.azul-reflex {
    color: #0071CE;
}

.bg-azul {
    background-color: #0067A7 !important;
}
.bg-reflex {
    background-color: #0071CE !important;
}

.turquesa {
    color: #009D7E;
}

.bg-turquesa {
    background-color: #009D7E !important;
}

.naranja {
    color: #ED8500 !important;
}

.bg-naranja {
    background-color: #ED8500 !important;
}

.morado {
    color: #7E318A !important;
}

.bg-morado {
    background-color: #7E318A !important;
}

.lila {
    color: #AD338C !important;
}

.bg-lila {
    background-color: #AD338C !important;
}

.magenta {
    color: #DC0054 !important;
}

.bg-magenta {
    background-color: #DC0054 !important;
}

.amarillo {
    color: #EED100 !important;
}

.bg-amarillo {
    background-color: #EED100 !important;
}

.mostaza {
    color: #EEB700 !important;
}

.bg-mostaza {
    background-color: #EEB700 !important;
}

.verde {
    color: #97BE13 !important;
}

.bg-verde {
    background-color: #97BE13 !important;
}
.blanco {
    color: #ffffff;
}
.txt13 {
    font-size: 13px;
    line-height: 15px;
}

.full {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

.pt50 {
    padding-top: 50px;
}

.pt100 {
    padding-top: 100px;
}
@media (max-width:768px) {
    .pt100 {
        padding-top: 0px;
    }
}
@media (max-width:360px) {
    .pt100 {
        padding-top: 0px;
    }
}


.mt100 {
    margin-top: 100px;
}

.mt200 {
    margin-top: 200px;
}

.mt50 {
    margin-top: 50px;
}
.mb50 {
    margin-bottom: 50px;
}

.pb100 {
    padding-bottom: 100px;
}

.pt200 {
    padding-top: 200px;
}
@media (max-width:768px) {
    .pt200 {
        padding-top: 0px;
    }
}
@media (max-width:360px) {
    .pt200 {
        padding-top: 0px;
    }
}
.pheader {
    padding-top: 10px;
}
@media (max-width:1440px) {
    .pheader {
        padding-top: 0;
    }
}
@media (max-width:768px) {
    .pheader {
        padding-top: 20px;
    }
}
@media (max-width:360px) {
    .pheader {
        padding-top: 46px;
    }
}
.sheader {
    padding-top: 0;
}

@media (max-width:360px) {
    .sheader {
        padding-top: 60px;
    }
}
.pheaderN {
    padding-top: 10px;
}
@media (max-width:768px) {
    .pheaderN {
        padding-top: 20px;
    }
}
@media (max-width:360px) {
    .pheaderN {
        padding-top: 36px;
    }
}
.pheader100 {
    padding-top: 100px;
}
@media (max-width:768px) {
    .pheader100 {
        padding-top: 80px;
    }
}
@media (max-width:360px) {
    .pheader100 {
        padding-top: 70px;
    }
}

.pb200 {
    padding-bottom: 200px;
}
.pb300 {
    padding-bottom: 300px;
}

.titulos {
    padding: 40px 0;
    font-size: 36px;
    text-align: center;
    line-height: 39px;
    text-transform: uppercase;
}
@media (max-width:360px) {
    .titulos {
        font-size: 29px;
    }  
}

.subtitulos {
    padding: 0 30px;
    font-size: 28px;
    text-align: left;
    line-height: 30px;
}
@media (max-width:768px) {
    .subtitulos {
        font-size:23px;
        text-align: center;
    }
}

.centrar-img {
    text-align: center;
}

.derecha-img {
    text-align: right;
}

.text-container {
    padding: 10px 30px;
    text-align: justify;
}

.text-white {
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
}

.fs-18 {
    font-size: 18px;
    line-height: 24px;
}

.boton-turquesa {
    background: #009D7E;
    border: none;
    border-radius: 30px;
    display: inline-block;
    padding: 6px 44px;
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}
.boton-turquesa:hover,
.boton-turquesa:focus {
    color: #ffffff;
    text-decoration: none;
}

.boton-amarillo {
    background: #EED100;
    border: none;
    border-radius: 30px;
    display: inline-block;
    padding: 6px 44px;
    text-decoration: none;
    color: #262626;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

.boton-gris {
    background: #262626;
    border: none;
    border-radius: 30px;
    display: inline-block;
    padding: 6px 44px;
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

.boton-azul {
    background: #0071CE;
    border: none;
    border-radius: 30px;
    display: inline-block;
    padding: 6px 44px;
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

.boton-lila {
    background: #AD338C;
    border: none;
    border-radius: 30px;
    display: inline-block;
    padding: 6px 44px;
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

.boton-morado {
    background: #7E318A;
    border: none;
    border-radius: 30px;
    display: inline-block;
    padding: 6px 44px;
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

.boton-magentabg {
    background: #DC0054;
    border: none;
    border-radius: 30px;
    display: inline-block;
    padding: 6px 44px;
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

.boton-verde {
    background: #97BE13;
    border: none;
    border-radius: 30px;
    display: inline-block;
    padding: 6px 44px;
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

.boton-naranja {
    background: #ED8500;
    border: none;
    border-radius: 30px;
    display: inline-block;
    padding: 6px 44px;
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

.boton-amarillo-line {
    border: 4px solid #FFC807;
    color: #FFC807;
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
    padding: 5px 15px;
    text-align: center;
}

.boton-verde-line {
    border: 4px solid #3AAD49;
    color: #3AAD49;
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
    padding: 5px 15px;
    text-align: center;
}

.boton-negro-line {
    border: 4px solid #000000;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
    padding: 5px 15px;
    text-align: center;
}

.lh-30 {
    line-height: 30px;
}
.lh-20 {
    line-height: 20px;
}
.lh-25 {
    line-height: 25px;
}


/* Menú */

.menu {
    background-color: rgba(255, 255, 255, 0.616);
    box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.161);
    padding: 10px 16px;
    margin: 0;
}

.menu a {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    text-align: center;
    color: #262626;
    transition: all .2s ease-out, color .2s ease-out;
    font-weight: 900;
}

.menu a:hover {
    color: #DC0054;
    text-shadow: 0px 5px 6px rgba(0, 0, 0, 0.161);
}

.logo {
    padding-left: 50px;
    padding-right: 50px;
}

.nav-link {
    padding: 0 16px !important;
}

/* Buscador */

.search {
    min-height: 200px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    background: url("../images/home/bg-search.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15px;
}

.search form {
    width: 100%;
    max-width: 80%;
    padding-top: 50px;
}

.search form .inner-form {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    border-radius: 34px;
    overflow: hidden;
    margin-bottom: 30px;
}

.search form .inner-form .input-field {
    height: 40px;
}

.search form .inner-form .input-field input {
    height: 100%;
    background: transparent;
    border: 0;
    display: block;
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    color: #000;
}

.search form .inner-form .input-field input.placeholder {
    color: #222;
    font-size: 16px;
}

.search form .inner-form .input-field input:-moz-placeholder {
    color: #222;
    font-size: 16px;
}

.search form .inner-form .input-field input::-webkit-input-placeholder {
    color: #222;
    font-size: 16px;
}

.search form .inner-form .input-field input:hover,
.search form .inner-form .input-field input:focus {
    box-shadow: none;
    outline: 0;
}

.search form .inner-form .input-field.first-wrap {
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background: #d9f1e3;
}

.search form .inner-form .input-field.first-wrap input {
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.search form .inner-form .input-field.first-wrap .svg-wrapper {
    min-width: 80px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.search form .inner-form .input-field.first-wrap svg {
    width: 36px;
    height: 36px;
    fill: #7E318A;
}

.search form .inner-form .input-field.second-wrap {
    min-width: 216px;
}

.search form .inner-form .input-field.second-wrap .btn-search {
    height: 100%;
    width: 100%;
    white-space: nowrap;
    font-size: 16px;
    color: #fff;
    border: 0;
    cursor: pointer;
    position: relative;
    z-index: 0;
    background: #AD338C;
    transition: all .2s ease-out, color .2s ease-out;
    font-weight: 300;
}

.search form .inner-form .input-field.second-wrap .btn-search:hover {
    background: #B21555;
}

.search form .inner-form .input-field.second-wrap .btn-search:focus {
    outline: 0;
    box-shadow: none;
}

.search form .info {
    font-size: 15px;
    color: #ccc;
    padding-left: 26px;
}

@media screen and (max-width: 992px) {
    .search form .inner-form .input-field {
        height: 50px;
    }
}

@media screen and (max-width: 767px) {
    .search form .inner-form .input-field.first-wrap .svg-wrapper {
        min-width: 40px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 10px;
    }
    .search form .inner-form .input-field.first-wrap svg {
        width: 26px;
        height: 26px;
        fill: #7E318A;
    }
    .search form .inner-form .input-field.second-wrap {
        min-width: 100px;
    }
    .search form .inner-form .input-field.second-wrap .btn-search {
        font-size: 13px;
    }
}


/* Seccion pasión */

.bg-app {
    background-image: url("../images/home/app.png");
    background-size: cover;
    background-position: top;
}
.app {
    text-align: left;
    color: #ffffff;
    font-size: 2rem;
    line-height: 2rem;
    padding-left: 20px;
}
.bg-innovacion {
    background-image: url("../images/home/Innovacion.png");
    background-size: cover;
    background-position: top;
}
.bg-srse {
    background-image: url("../images/home/Responsabilidad-social.png");
    background-size: cover;
    background-position: top;
}
.bg-nuevacultura {
    background-image: url("../images/home/Nueva-cultura-laboral.png");
    background-size: cover;
    background-position: top;
}
.bg-emprendimiento {
    background-image: url("../images/home/Emprendimiento.png");
    background-size: cover;
    background-position: top;
}
.bg-desarrollopyme {
    background-image: url("../images/home/Desarollo-pyme.png");
    background-size: cover;
    background-position: top;
}
.bg-gestiontalento {
    background-image: url("../images/home/Gestion-de-talento.png");
    background-size: cover;
    background-position: top;
}
.bg-ssm {
    background-image: url("../images/home/Seguridad-y-medioambiente.png");
    background-size: cover;
    background-position: top;
}
.txt-seccion {
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
}
@media (min-width:768px) {
    .txt-seccion{
       font-size: 14px;
       line-height: 16px;
    }
}
@media (min-width:951px) {
    .txt-seccion{
       font-size: 13px;
       line-height: 18px;
    }
}
@media (min-width:1400px) {
    .txt-seccion{
       font-size: 18px;
       line-height: 20px;
    }
}


/* Seccion Noticias y Eventos */

.bg-noticias {
    background-image: url("../images/home/b-noticias.png");
    background-size: cover;
    background-position: top;
    padding: 180px 0;
}

.nota {
    background-color: #0067A7;
    height: 80px;
    max-height: 100px;
}

.nota a {
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    color: #EEB700;
}

.nota a:hover {
    color: #ffffff;
    text-shadow: 0px 5px 6px rgba(0, 0, 0, 0.161);
}

.evento {
    height: 180px;
}

.card-title {
    margin: 0;
}

.card-body {
    padding: 10px 20px;
}

.card-img-overlay {
    padding: 10px 20px;
}

.card-img {
    max-height: 320px;
}

.curso {
    max-width: 62px;
    margin-left: -24px;
}

.fecha-dia {
    font-size: 26px;
    line-height: 27px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    padding-top: 5px;
    margin: 0;
}

.fecha-mes {
    font-size: 17px;
    line-height: 17px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    padding-bottom: 5px;
}

.curso-categoria {
    font-size: 14px;
    color: #97BE13;
    text-align: left;
    margin-left: -10px;
}

.curso-titulo {
    font-size: 16px;
    line-height: 17px;
    font-weight: 700;
    color: #ffffff;
}

.curso-titulo a {
    color: #ffffff;
}

.curso-titulo a:hover {
    color: #97BE13;
}

.card-columns {
    gap: 0;
}

.card-columns .card {
    margin-bottom: 0;
}


/* Socios */

.socio {
    position: absolute;
    top: 50%;
    left: 50%;
}

.socio-nombre {
    font-size: 20px;
    color: #DC0054;
    font-weight: bold;
}

.socio-puesto {
    font-size: 12px;
    color: #DC0054;
    text-align: center;
    line-height: 12px;
}

.socio-testimonio {
    font-size: 13px;
    text-align: center;
    font-weight: 400;
    color: #262626;
}

.visuallyhidden {
    position: absolute;
    z-index: -1;
    right: 0;
    opacity: 0;
}

.card-carousel {
    --card-width: 100%;
    --card-max-width: 300px;
    --card-height: 400px;
    --carousel-min-width: 600px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: var(--card-height);
    min-width: var(--carousel-min-width);
    transition: filter .3s ease;
}

@media screen and (max-width: 640px) {
    .card-carousel {
        margin-left: calc((100vw - var(--carousel-min-width) - 40px) / 2)
    }
}

.card-carousel.smooth-return {
    transition: all .2s ease;
}

.card-carousel .card {
    background: #EED100;
    width: var(--card-width);
    max-width: var(--card-max-width);
    text-align: center;
    padding: 1em;
    min-width: 250px;
    height: var(--card-height);
    position: absolute;
    margin: 0 auto;
    color: rgba(0, 0, 0, .5);
    transition: inherit;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
    border-radius: 1em;
    filter: brightness(.9);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.card.highlight {
    filter: brightness(1)
}

.card:nth-of-type(1) .image-container {
    background-image: url("../images/home/socios/1.png");
}

.card:nth-of-type(2) .image-container {
    background-image: url("../images/home/socios/2.png")
}

.card:nth-of-type(3) .image-container {
    background-image: url("../images/home/socios/3.png")
}

.card:nth-of-type(4) .image-container {
    background-image: url("../images/home/socios/4.png")
}

.card:nth-of-type(5) .image-container {
    background-image: url("../images/home/socios/5.png")
}

.image-container {
    width: 8em;
    height: 8em;
    position: relative;
    background-size: cover;
    margin-bottom: 2em;
    border-radius: 100%;
    padding: 1em;
    -webkit-box-shadow: inset 0px 0px 17px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 0px 17px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 0px 17px 0px rgba(0, 0, 0, 0.3);
}

.image-container::after {
    content: "";
    display: block;
    width: 120%;
    height: 120%;
    border: solid 3px rgba(0, 0, 0, .1);
    border-radius: 100%;
    position: absolute;
    top: calc(-10% - 3px);
    left: calc(-10% - 3px);
}


/* Ads */

.ads {
    margin: 0 auto;
}


/* Footer */

.links {
    font-size: 15px;
    color: #ffffff;
    line-height: 24px;
    font-weight: 500;
}

.links a:hover {
    font-weight: bold;
}

.links-eventos {
    font-size: 17px;
    line-height: 17px;
    color: #ffffff;
    font-weight: bold;
}

.links-eventos2 {
    font-size: 17px;
    line-height: 20px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

hr {
    border: solid 1px #ffffff;
    margin: 0;
    width: 100%;
}

.boton {
    background-color: #ffffff;
    border-radius: 6px;
    display: inline-block;
    text-align: center;
    color: #0071CE !important;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
}

footer.page-footer .footer-copyright {
    color: #0067A7;
    background-color: #F1F9FF;
}


/* PERSONA */

.persona-vid-bg {
    background-image: url("../images/nosotros/bg-video.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 30px 0;
}

.persona-video {
    width: 560px;
    height: 315px;
}
@media (max-width:768px) {
    .persona-video {
        width: 560px;
        height: auto;
    }
}
@media (max-width:360px) {
    .persona-video {
        width: 324px;
        height: auto;
    }
}


/* Comités */

.bg-comite {
    background-image: url("../images/nosotros/bg-comites.png");
    background-position: center;
    background-size: cover;
    padding: 130px 0;
}

.boton-magenta {
    background: none;
    border: #DC0054 solid 3px;
    border-radius: 30px;
    display: inline-block;
    padding: 6px 24px;
    text-decoration: none;
    color: #DC0054;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

.boton-magenta:hover {
    background-color: #DC0054;
    color: #ffffff;
    font-size: 18px;
}


/* Progreso */

.bg-progreso {
    background-image: url("../images/nosotros/bg-progreso.png");
    background-position: top;
    background-size: contain;
    background-repeat: repeat;
}

/* ADN */
.adn {
    font-size: 20px;
    text-align: justify;
    line-height: 26px;
    padding-left: 20px;
}


/* Línea de tiempo */

.main-timeline {
    overflow: hidden;
    position: relative;
}

.main-timeline .timeline {
    width: 50%;
    float: left;
    z-index: 1;
    position: relative;
}

.main-timeline .timeline:before,
.main-timeline .timeline:after {
    content: "";
    display: block;
    clear: both;
}

.main-timeline .timeline:before {
    content: "";
    width: 40px;
    height: 90%;
    background: #0071CE;
    position: absolute;
    top: 10%;
    right: -20px;
}

.main-timeline .timeline:last-child:before {
    height: 0;
}

.main-timeline .timeline-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #0071CE;
    overflow: hidden;
    text-align: center;
    position: absolute;
    top: 0;
    right: -40px;
    z-index: 3;
}

.main-timeline .timeline-icon:before {
    content: "";
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #0071CE;
    box-shadow: 0 0 0 4px #0071CE;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.main-timeline .timeline-icon i {
    font-size: 35px;
    color: #303a3b;
    line-height: 80px;
    z-index: 1;
    position: relative;
}

.main-timeline .year {
    display: block;
    padding: 0 60px 0 30px;
    font-size: 30px;
    color: #303a3b;
    text-align: right;
    border-bottom: 2px solid #303a3b;
    z-index: 2;
    position: relative;
}

.main-timeline .year:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #0071CE;
    border: 5px solid #fff;
    box-shadow: 0 0 0 4px #0071CE;
    margin: auto;
    position: absolute;
    bottom: -15px;
    left: 4px;
}

.main-timeline .year:after {
    content: "";
    border-left: 10px solid #303a3b;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    bottom: -11px;
    left: 50px;
}

.main-timeline .timeline-content {
    padding: 18px 60px 18px 40px;
    text-align: right;
    position: relative;
    z-index: 1;
}

.main-timeline .timeline-content:before,
.main-timeline .timeline-content:after {
    content: "";
    width: 80px;
    height: 150px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: -7%;
    right: 15px;
    z-index: -1;
}

.main-timeline .timeline-content:after {
    left: auto;
    right: -95px;
}

.main-timeline .timeline:last-child .timeline-content:before,
.main-timeline .timeline:last-child .timeline-content:after {
    width: 0;
    height: 0;
}

.main-timeline .title {
    font-size: 22px;
    font-weight: bold;
    color: #0071CE;
    margin-top: 0;
}

.main-timeline .description {
    font-size: 15px;
    color: #7f8386;
    line-height: 25px;
}

.main-timeline .timeline:nth-child(2) {
    margin-top: 140px;
}

.main-timeline .timeline:nth-child(even) {
    margin-bottom: 80px;
}

.main-timeline .timeline:nth-child(odd) {
    margin: -140px 0 0 0;
}

.main-timeline .timeline:first-child,
.main-timeline .timeline:last-child:nth-child(even) {
    margin: 0 !important;
}

.main-timeline .timeline:nth-child(2n):before,
.main-timeline .timeline:nth-child(2n) .timeline-icon {
    right: auto;
    left: -20px;
}

.main-timeline .timeline:nth-child(2n) .timeline-icon {
    left: -40px
}

.main-timeline .timeline:nth-child(2n) .year {
    padding: 0 30px 0 60px;
    text-align: left;
}

.main-timeline .timeline:nth-child(2n) .year:before {
    left: auto;
    right: 3px;
}

.main-timeline .timeline:nth-child(2n) .year:after {
    border-left: none;
    border-right: 10px solid #303a3b;
    right: 50px;
}

.main-timeline .timeline:nth-child(2n) .timeline-content {
    padding: 18px 40px 18px 60px;
    text-align: left;
}

.main-timeline .timeline:nth-child(2n) .timeline-content:before {
    left: -95px;
}

.main-timeline .timeline:nth-child(2n) .timeline-content:after {
    left: 15px;
}

.main-timeline .timeline:nth-child(2n):before,
.main-timeline .timeline:nth-child(2n) .timeline-icon {
    background: #EC8400;
}

.main-timeline .timeline:nth-child(2n) .timeline-icon:before {
    border-color: #EC8400;
    box-shadow: 0 0 0 4px #EC8400;
}

.main-timeline .timeline:nth-child(2n) .year:before {
    background: #EC8400;
    box-shadow: 0 0 0 4px #EC8400;
}

.main-timeline .timeline:nth-child(2n) .title {
    color: #EC8400;
}

.main-timeline .timeline:nth-child(3n):before,
.main-timeline .timeline:nth-child(3n) .timeline-icon {
    background: #009C7E;
}

.main-timeline .timeline:nth-child(3n) .timeline-icon:before {
    border-color: #009C7E;
    box-shadow: 0 0 0 4px #009C7E;
}

.main-timeline .timeline:nth-child(3n) .year:before {
    background: #009C7E;
    box-shadow: 0 0 0 4px #009C7E;
}

.main-timeline .timeline:nth-child(3n) .title {
    color: #009C7E;
}

.main-timeline .timeline:nth-child(4n):before,
.main-timeline .timeline:nth-child(4n) .timeline-icon {
    background: #95BC13;
}

.main-timeline .timeline:nth-child(4n) .timeline-icon:before {
    border-color: #95BC13;
    box-shadow: 0 0 0 4px #95BC13;
}

.main-timeline .timeline:nth-child(4n) .year:before {
    background: #95BC13;
    box-shadow: 0 0 0 4px #95BC13;
}

.main-timeline .timeline:nth-child(4n) .title {
    color: #95BC13;
}

.main-timeline .timeline:nth-child(5n):before,
.main-timeline .timeline:nth-child(5n) .timeline-icon {
    background: #7E3189;
}

.main-timeline .timeline:nth-child(5n) .timeline-icon:before {
    border-color: #7E3189;
    box-shadow: 0 0 0 4px #7E3189;
}

.main-timeline .timeline:nth-child(5n) .year:before {
    background: #7E3189;
    box-shadow: 0 0 0 4px #7E3189;
}

.main-timeline .timeline:nth-child(5n) .title {
    color: #7E3189;
}

.main-timeline .timeline:nth-child(6n):before,
.main-timeline .timeline:nth-child(6n) .timeline-icon {
    background: #EEB700;
}

.main-timeline .timeline:nth-child(6n) .timeline-icon:before {
    border-color: #EEB700;
    box-shadow: 0 0 0 4px #EEB700;
}

.main-timeline .timeline:nth-child(6n) .year:before {
    background: #EEB700;
    box-shadow: 0 0 0 4px #EEB700;
}

.main-timeline .timeline:nth-child(6n) .title {
    color: #EEB700;
}

.main-timeline .timeline:nth-child(7n):before,
.main-timeline .timeline:nth-child(7n) .timeline-icon {
    background: #DB0054;
}

.main-timeline .timeline:nth-child(7n) .timeline-icon:before {
    border-color: #DB0054;
    box-shadow: 0 0 0 4px #DB0054;
}

.main-timeline .timeline:nth-child(7n) .year:before {
    background: #DB0054;
    box-shadow: 0 0 0 4px #DB0054;
}

.main-timeline .timeline:nth-child(7n) .title {
    color: #DB0054;
}

@media only screen and (max-width: 990px) {
    .main-timeline .timeline {
        width: 100%;
    }
    .main-timeline .timeline:nth-child(even),
    .main-timeline .timeline:nth-child(odd) {
        margin: 0;
    }
    .main-timeline .timeline:before,
    .main-timeline .timeline:nth-child(2n):before {
        width: 30px;
        height: 100%;
        left: 25px;
    }
    .main-timeline .timeline-icon,
    .main-timeline .timeline:nth-child(2n) .timeline-icon {
        left: 0;
    }
    .main-timeline .year,
    .main-timeline .timeline:nth-child(2n) .year {
        text-align: left;
        padding: 0 30px 0 100px;
    }
    .main-timeline .year:before,
    .main-timeline .timeline:nth-child(2n) .year:before {
        left: auto;
        right: 4px;
    }
    .main-timeline .year:after {
        left: auto;
        right: 50px;
        border-right: 10px solid #303a3b;
        border-left: none;
    }
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(2n) .timeline-content {
        text-align: left;
        padding: 18px 40px 18px 100px;
    }
    .main-timeline .timeline-content:before,
    .main-timeline .timeline-content:after {
        width: 0;
        height: 0;
    }
}

  


/* Capacitación */

.bg-capacitacion {
    background-image: url("../images/desarrollo-pyme/bg-capacitacion.png");
    background-position: top;
    background-size: cover;
}

.cuadro {
    background-color: #AD338C;
    display: inline-block;
}

.valor {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
}


/* Networking */

.bg-networking {
    background-image: url("../images/desarrollo-pyme/bg-networking.png");
    background-position: top;
    background-size: content;
    background-repeat: no-repeat;
    padding-top: 30px;
}

/* Contabilidad */
.texto-conta {
    font-size: 22px;
    line-height: 40px;
    padding: 40px 60px;
}

@media (max-width: 768px) {
    .texto-conta {
        font-size: 16px;
        line-height: 21px;
        padding: 41px 45px;
    }
}

.texto-juridico {
    font-size: 22px;
    line-height: 40px;
    padding: 0 60px;
}

@media (max-width: 768px) {
    .texto-juridico {
        font-size: 16px;
        line-height: 21px;
        padding: 0 45px 40px;
    }
}

/* Diagnóstico */
.img-diag {
    max-width: 100%;
}

@media (max-width: 768px) {
    .img-diag {
        max-width: 50%;
    }
}
@media (max-width: 360px) {
    .img-diag {
        max-width: 100%;
    }
}



/* Formulario marketing */

.label {
    color: #009D7E;
    font-size: 16px;
    font-weight: 700;
}

.input {
    border: 2px solid #009D7E;
    border-radius: 10px;
}


/* Aulas */

.bg-aulas {
    background-image: url("../images/desarrollo-pyme/bg-aulas.png");
    background-position: top;
    background-size: content;
    background-repeat: no-repeat;
    padding-top: 250px;
}


/* Mansory gallery */

.gal {
    -webkit-column-count: 3;
    /* Chrome, Safari, Opera */
    -moz-column-count: 3;
    /* Firefox */
    column-count: 3;
}

.gal img {
    width: 100%;
    padding: 7px 0;
}

@media (max-width: 500px) {
    .gal {
        -webkit-column-count: 1;
        /* Chrome, Safari, Opera */
        -moz-column-count: 1;
        /* Firefox */
        column-count: 1;
    }
}


/* Desarollo de talento */

.bg-talento {
    background-image: url("../images/gestion-talento/bg-talento.png");
    background-position: bottom;
    background-size: content;
    background-repeat: no-repeat;
    padding-top: 30px;
}

.card-img-top-200 {
    overflow: hidden;
    max-height: 200px;
}

.btn-np {
    color: #ED8500;
    padding: 0 10px;
}

.btn-np a {
    color: #ED8500;
}

.taller {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    line-height: 21px !important;
}

.bg-conferencias {
    background-image: url("../images/gestion-talento/bg-conferencias.png");
    background-position: bottom;
    background-size: content;
    background-repeat: no-repeat;
    padding-top: 30px;
}


/* Remunera */

.bg-remunera {
    background-image: url("../images/gestion-talento/bg-remunera.png");
    background-position: bottom;
    background-size: content;
    background-repeat: no-repeat;
    padding-top: 30px;
}


/* Psicometria */

.bg-psicometria {
    background-image: url("../images/gestion-talento/bg-psicometria.png");
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100px;
}


/* Bolsa de trabajo */

.bg-bolsa {
    background-image: url("../images/gestion-talento/bg-bolsa.png");
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    padding-top: 164px;
}
@media (max-width:768px) {
    .bg-bolsa {
        padding-top: 109px;
    }
}

.text-bolsa {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
}


/* Seguridad y Medioambiente */

.bg-experto {
    background-image: url("../images/seguridad-medioambiente/bg-experto.png");
    background-position: top;
    background-size: content;
    background-repeat: no-repeat;
    padding-top: 100px;
}

.experto-video {
    width: 800px;
    height: 450px;
}


/* Parallax */

.parallax {
    position: relative;
    background-color: black;
    height: 85vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}
@media (max-width:1400px) {
    .parallax {
        height: 130vh;
    }
}
@media (max-width:360px) {
    .parallax {
        height: 160vh;
    }
}

.parallax video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.parallax .container {
    position: relative;
    z-index: 2;
}

.parallax .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
}

@media (pointer: coarse) and (hover: none) {
    .parallax {
        background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
    }
    .parallax video {
        display: none;
    }
}


/* Taller */

.bg-taller1 {
    background-image: url("../images/seguridad-medioambiente/taller1.jpg");
    background-position: top;
    background-size: auto;
    background-repeat: no-repeat;
    padding: 35px 10px;
}

.bg-taller2 {
    background-image: url("../images/seguridad-medioambiente/taller2.jpg");
    background-position: top;
    background-size: auto;
    background-repeat: no-repeat;
    padding: 35px 10px;
}

.bg-taller3 {
    background-image: url("../images/seguridad-medioambiente/taller3.jpg");
    background-position: top;
    background-size: auto;
    background-repeat: no-repeat;
    padding: 35px 10px;
}


/* RSE */

.bg-rse {
    background-image: url("../images/rse/bg-diagnostico.png");
    background-position: top;
    background-size: content;
    background-repeat: no-repeat;
    padding: 35px;
}

.bg-impulsor {
    background-image: url("../images/rse/bg-impulsor.png");
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100px;
}

.bg-distintivo {
    background-image: url("../images/rse/bg-distintivo.png");
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 80px;
    padding-bottom: 200px;
}

.bg-blanco {
    background: #ffffff;
    border: none;
    border-radius: 30px;
    display: inline-block;
    padding: 44px;
}

.bg-practicas {
    background-image: url("../images/rse/bg-practicas.png");
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}


/* Makiiing */

.bg-makiiing {
    background-image: url("../images/innovacion/bg-makiiing.png");
    background-position: top;
    background-size: content;
    background-repeat: no-repeat;
    padding-top: 150px;
}

.bg-makiiing-txt {
    background-image: url("../images/innovacion/bg-makiiing-txt.png");
    background-position: top;
    background-size: content;
    background-repeat: no-repeat;
    padding: 100px 200px;
}

@media (max-width:768px) {
    .bg-makiiing-txt {
        padding: 50px;
    }
}

/* Evaluación Laboral */
.label-ev {
    color: #EC8400;
    padding-left: 10px;
    font-weight: 700;
}
.input-ev {
    font-weight: 700;
    padding: 10px 0 0 10px;
    color: #262626;
}


/* Contacto */

.mapa {
    width: 823px;
    height: 600px;
}
@media (max-width:768px) {
    .mapa {
        width: 433px;
        height: 638px;
    }
}
@media (max-width:360px) {
    .mapa {
        width: 328px;
        height: 240px;
    }
}


.input-contacto {
    padding: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    background-color: #0067A7;
}

.control-contacto {
    height: 60px;
    border: 1px solid #57cef2;
    border-radius: 0;
}

.select-wrapper ul {
    padding-left: 0;
    list-style-type: none;
}


/* Únete a la familia */

.bg-colaborador {
    background-color: #AD338C;
    padding: 30px 0;
}

.btn-colaborador {
    color: #ffffff;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    background-color: transparent;
    border: none;
}

.bg-servicio {
    background-color: #7E318A;
    padding: 30px 0;
}

.btn-servicio {
    color: #ffffff;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    background-color: transparent;
    border: none;
}

.input-rh {
    font-weight: 700;
    padding: 10px 0 0 10px;
    color: #AD338C;
}

.input-rh-s {
    color: #7E318A;
    font-weight: 700;
    padding: 10px 0 0 10px;
}

.control-rh {
    border: 1px solid #AD338C;
    background-color: rgba(173, 51, 140, 0.089);
}

.control-rh-s {
    border: 1px solid #7E318A;
    background-color: rgba(126, 49, 138, 0.089);
}

.rh-select {
    background-color: rgba(173, 51, 140, 0.089);
    border: 1px solid #AD338C;
}

.rh-select-s {
    border: 1px solid #7E318A;
    background-color: rgba(126, 49, 138, 0.089);
}

.label-rh {
    color: #AD338C;
    padding-left: 10px;
}

.label-rh-s {
    color: #7E318A;
}

.otro-rh {
    border-bottom: 1px solid #AD338C;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: unset;
}

.otro-rh-s {
    border-bottom: 1px solid #7E318A;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: unset;
}


/* Membresías */

.membresia {
    font-size: 30px;
    text-align: center;
    padding: 30px 0 10px 0;
    font-weight: 800;
}
.standard {
    font-size: 30px;
}
@media (max-width: 768px) {
    .standard {
        font-size: 22px;
    }
}

.membresia a {
    font-weight: 900;
}

.membresia a:hover {
    color: #ffffff;
    text-shadow: 0px 5px 6px rgba(0, 0, 0, 0.161);
}

.membresia-text {
    font-size: 14px;
    line-height: 18px;
    color: #F1F9FF;
    text-align: justify;
    padding: 10px 20px;
}

.membresia-tag {
    background: #d0d0d0;
    border: none;
    border-radius: 30px;
    display: inline-block;
    padding: 6px 44px;
    text-decoration: none;
    color: #0f3479;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

/* FAQ */
.faq {
    font-size: 20px;
    font-weight: 900;
    text-align: left;
    margin: 0;
    padding: 0px;
    color: #5557E6;
}
.faq100 {
    font-size: 17px;
    font-weight: 900;
    text-align: left;
    margin: 0;
    padding: 0px;
    color: #2e356e;
}
.card-accordion {
    height: 50px;
}


/* Gracias */

.gracias {
    font-size: 80px;
    line-height: 95px;
    color: #DC0054;
    font-weight: 900;
    text-align: center;
}
.gracias2 {
    font-size: 40px;
    line-height: 40px;
    color: #DC0054;
    font-weight: 900;
    text-align: center;
}


/* Sticky */
#sticky-afiliacion{
    position : fixed;
    bottom : 10px;
    left : 10px;
    z-index : 99999;
}
.afiliate {
    width: 35%;
}
@media (max-width: 768px) {
    .afiliate {
        width: 60%;
    }
    #sticky-afiliacion{
        position : fixed;
        bottom : 8px;
        left : 10px;
        z-index : 99999;
    }
}

.popup {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    animation: popup 1s 2s forwards;
    visibility: hidden;
    opacity: 0;
    z-index : 99998;
}
.contenido-popup {
    margin: auto;
    width: 40%;
    height: auto;
}
#cerrar {
    display: none;
}
#cerrar + label {
    position: fixed;
    color: #ffffff;
    font-size: 25px;
    text-align: center;
    background: darkred;
    height: 42px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    right: 25%;
    cursor: pointer;
    animation: popup 1s 2s forwards;
    visibility: hidden;
    opacity: 0;
    z-index : 99999;
}

#cerrar:checked + label, #cerrar:checked ~ .popup {
    display: none;
}
@keyframes popup {
    100% {
        visibility: visible;
        opacity: 1;
    }
}

.salvemos {
    font-size: 30px;
    line-height: 35px;
    font-weight: 900;
    color: #66d7de;
    text-align: center;
}
@media (max-width: 400px) {
    .salvemos {
        font-size: 18px;
        line-height: 19px;
    }
}
.salvemosh {
    font-size: 46px;
    line-height: 47px;
    font-weight: 900;
    color: #e5332a;
    text-align: center;
}

@media (max-width: 400px) {
    .salvemosh {
        font-size: 26px;
        line-height: 27px;
    }
}


.txt-salvemos {
    font-size: 18px;
    font-weight: 500;
    text-align: justify;
    line-height: 20px;
    color: #262626;
    margin-right: 0;
}

@media (max-width: 400px) {
    .txt-salvemos {
        padding: 0 20px;
        font-size: 15px;
    }
}
.remedios {
    font-size: 25px;
    line-height: 35px;
    font-weight: 900;
    color: #5f5f5f;
    text-align: center;
}
@media (max-width: 400px) {
    .salvemos {
        font-size: 18px;
        line-height: 19px;
    }
}
.bg-salvemos {
    background-color: #66d7de;
}
/* Aprendizaje */

@media all and (min-width: 992px) {
	.navbar{ padding-top: 0; padding-bottom: 0; }
	.navbar .has-megamenu{position:static!important;}
	.navbar .megamenu{left:0; right:0; width:100%; padding:20px;  }
	.navbar .nav-link{ padding-top:1rem; padding-bottom:1rem;  }
}

.nombre-evento {
    font-size: 18px;
    color: #AD338C;
    font-weight: 800;
    text-align: center;
    padding: 15px 10px;
}
.dia {
    font-size: 33px;
    color: #0071CE;
    font-weight: 900;
    text-align: center;
    line-height: 33px;
    padding-bottom: 0;
    margin-bottom: 0;
}
.mes {
    font-size: 26px;
    line-height: 28px;
    font-weight: 300;
    color: #0071CE;
    text-align: center;
}
.sub-info {
    font-size: 14px;
    color: #001B71;
    margin-bottom: 0;
}
.boton-info {
    background: none;
    border: #AD338C solid 3px;
    border-radius: 30px;
    padding: 4px 20px 4px 20px;
    text-decoration: none;
    color: #AD338C;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
}

.boton-info:hover {
    color: #f7fbff;
    background-color: #AD338C;
    box-shadow: 0px 15px 20px rgba(68, 70, 70, 0.4);
    transform: translateY(-7px);
}
.boton-carrito {
    background: none;
    border: #95BC13 solid 3px;
    color: #95BC13;
    border-radius: 30px;
    padding: 3px 20px 4px 20px;
    text-decoration: none;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
}

.boton-carrito:hover {
    background-color: #95BC13 ;
    color: #ffffff;
    box-shadow: 0px 15px 20px rgba(68, 70, 70, 0.4);
    transform: translateY(-7px);
}
.precio {
    font-size: 18px;
    font-weight: 700;
    color: #0071CE;
    padding-right: 15px;
    text-align: center;
}
.tachado {
    font-size: 14px;
    text-decoration: line-through;
    font-weight: 400;
    color: #262626;
}

.evento-titulo {
    padding-top: 40px;
    font-size: 36px;
    text-align: left;
    line-height: 39px;
    text-transform: uppercase;
    color: #7E318A;
    font-weight: bold;
}
.categoria {
    color: #0071CE;
    font-weight: 700;
    font-size: 16px;
}
.bg-gris-medio {
    background-color: #F7F7FF;
}
.bg-degradado {
    background: rgba(0,159,154,1);
    background: -moz-linear-gradient(-45deg, rgba(0,159,154,1) 0%, rgba(0,159,154,1) 41%, rgba(34,150,119,1) 64%, rgba(34,150,119,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,159,154,1)), color-stop(41%, rgba(0,159,154,1)), color-stop(64%, rgba(34,150,119,1)), color-stop(100%, rgba(34,150,119,1)));
    background: -webkit-linear-gradient(-45deg, rgba(0,159,154,1) 0%, rgba(0,159,154,1) 41%, rgba(34,150,119,1) 64%, rgba(34,150,119,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(0,159,154,1) 0%, rgba(0,159,154,1) 41%, rgba(34,150,119,1) 64%, rgba(34,150,119,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(0,159,154,1) 0%, rgba(0,159,154,1) 41%, rgba(34,150,119,1) 64%, rgba(34,150,119,1) 100%);
    background: linear-gradient(135deg, rgba(0,159,154,1) 0%, rgba(0,159,154,1) 41%, rgba(34,150,119,1) 64%, rgba(34,150,119,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009f9a', endColorstr='#229677', GradientType=1 );
}

/* -------------------------------- SIX SIGMA ------------------------------- */
.bg-lean {
    background-color: #E8FFFA;
}
.quote {
    font-size: 40px;
    font-weight: 600;
    color: #1C1C1C;
}

/* ----------------------------- PROGRESO SOCIAL ---------------------------- */
.progresoheader {
    background-image: url("../images/progreso-social/progresoheader-100.jpg");
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70px 0 150px 0;
}
.progreso-descripcion {
    font-size: 22px;
    line-height: 35px;
    font-weight: 500;
    color: #5f5f5f;
    text-align: center;
}
.progreso-span {
    color: #EC8400;
    font-weight: 900;
}
.progreso-bg {
    background-image: url("../images/progreso-social/progresobg.svg");
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0;
}
.progreso-titulos {
    padding: 40px 0 25px 0;
    font-size: 36px;
    line-height: 39px;
    text-transform: uppercase;
}
.boton-diagnostico {
    background: #ED8500;
    border: none;
    border-radius: 50px;
    display: inline-block;
    padding: 6px 100px;
    text-decoration: none;
    color: #ffffff;
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    line-height: 27px;
}
.boton-diagnostico:hover {
    color: #1C1C1C !important;
}
.progreso-frase {
    background-image: url("../images/progreso-social/progresofrase.png");
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0 40px;
}

@media (max-width: 768px) {

}
@media (max-width: 400px) {
    .progreso-descripcion {
        font-size: 15px;
        line-height: 20px;
    }
    .boton-diagnostico {
        font-size: 18px;
        line-height: 20px;
    }
    .progreso-titulos {
        font-size: 23px;
        line-height: 25px;
        padding: 20px 0 10px 0;
    }
    .progreso-bg {
        padding: 20px 0 120px 0;
    }
}