:root {
    --gray6: #F2F2F2;
    --gray4:#BDBDBD;
    --rojo:#E0115F;
    --tec-blue: #073DA3;
    --nuevo-tec-blue:#8EA1FF;
}

/* ******* */
/* HEADER  */
.carousel-credenciales .carousel .carousel-inner .carousel-item:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--Purple_Dark-Tec);
    opacity: 0.45;
    height:800px;
}
.carousel-inner{
    overflow: hidden;
    height:auto;
}
.carousel-item{
    max-height:800px !important;
}
.tittle-section{
    width:55%;
}
.tittle-section h1{
    font-weight:800;
    font-size:3.5rem !important;
}
.carousel .subtittle.text-white{
    font-size:1.5rem !important;
}
@media only screen and (max-width: 992px) {
    .tittle-section h1{
        font-size:2rem !important;
    }
    .tittle-section{
        width:75%;
    }
    .carousel .subtittle.text-white{
        font-size:1rem !important;
    }
}
@media only screen and (max-width: 767px) {
    .tittle-section h1{
        font-size:1.5rem !important;
    }
    .tittle-section{
        width:80%;
    }
    .carousel .subtittle.text-white{
        font-size:0.8rem !important;
    }
}
@media only screen and (max-width: 550px){
    .movilc{
        height: 300px;
    }
    .tittle-section {
        width: 75%;
    }
}
/* ******* */
/* SECCION */
.content-section{
    padding: 0 4rem 3rem 4rem!important;
}
.tittle-section-content{
    padding: 3rem 4rem;
}
.content-section-gray{
    background-color: var(--gray6);
    padding: 2.5rem 4rem;
}
.content-section-gray-2{
    background-color: var(--gray6); 
    padding: 0;
}
.space-white{
    padding-top: 2.5rem;
}

/* ******* */
/* TITULOS */
.tittle-section-center{
    padding: 2rem;
}
.tittle-section-center h3{
    font-size: 2.5rem;
    font-weight: 800;
}
.tittle-small h2{
    font-size: 2rem;
    font-weight: 800;
    padding-bottom: 2rem;
}
/* ********************* */
/* INTRO CERTIFICACIONES */
.info-tittle {
    display: flex;
    justify-content: center;
    align-items: center;
}
.desktop-text, .desktop-version{
    display: block;
}
.movil-text{
    display: none;
}
.info-tittle-text-dos {
    width: 55%;
    padding: 0 2rem;
    border-left: 4px solid var(--rojo);
    border-right: 4px solid var(--rojo);
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    color: #828282;
}
@media only screen and (max-width: 767px) {
    .info-tittle-text-dos {
        width: 95%;
        padding: 0 0.3rem;
        border-left: 4px solid var(--rojo);
        border-right: 4px solid var(--rojo);
        text-align: center;
        font-size: 1.4rem;
        font-weight: bold;
        color: #828282;
    }
    .desktop-text,.desktop-version{
        display: none !important;
    }
    .movil-text{
        display: block;
    }
}
/* ********************* */
/* Certificaciones y certificado */
.tittle-small p{
    font-size: 1.2rem;
    margin: 0;
}
@media only screen and (max-width: 767px){
    
}

/* ********************* */
/* Certificaciones y certificado  reels JS*/
.experiencias-col-arrow > div >p{
    text-transform: uppercase;
    font-weight: bold;
}
.titulo_certificado{
    font-weight: bold;
    text-transform: uppercase;
}
.intro_certificado{
    padding: 1.5rem 0;
}
.link_certificados{
    color: #fff;
    text-transform: uppercase;
}
.link_certificados span{
    padding-left: 10px;
}
/* ********************* */
/* Nueva forma de certificar*/
.tittle-section-content h3{
    font-size: 2.5rem;
    font-weight: 800;
}
.video-credAlt{
    min-height: 400px;
}
.video-credAlt.cv-video {
    background: linear-gradient(0deg, rgba(51, 51, 51, 0.7), rgba(51, 51, 51, 0.7)), url(/resources/img/credenciales-video.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding-right: 0px;
}
.certificar-conocimientos{
    padding: 2rem 4rem 2rem 2rem;
}
.certificar-conocimientos h4{
    font-weight: bold;
    padding-bottom: 1rem;
}
.certificar-conocimientos ul{
    padding-left: 2rem;
}
.certificar-conocimientos ul li{
    list-style: disc;
    padding-bottom: 1rem;
}

@media only screen and (max-width: 767px){
    .content-section{
        padding: 0 1rem 3rem 1rem!important;
    }
    .tittle-section-content{
        padding: 3rem 1rem;
    }
    .tittle-section-content h3,.tittle-small h2,.tittle-section-center h3{
        font-size: 1.5rem;
    }
    .content-section-gray{
        padding: 2.5rem 0.6rem;
    }
}
/* ******************** */
/* Obtene una certificacion o certificado */
.detalle{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 20px;
}
.detalle-item {
    height: fit-content;
}

.detalle-tittle {
    width: 100%;
    border-bottom: 1px solid var(--gray4);
    align-items: center;
    padding-bottom: 15px;
    cursor: pointer;
}
.detalle-active{
    color: var(--rojo);
}

.detalle-tittle p,
.detalle-card-info p {
    margin-bottom: 0;
}

.detalle-tittle-clases,
.detalle-tittle-time {
    width: 10%;
}

.detalle-tittle-content {
    width: 70%;
}

.datalle-tittle-arrow i {
    font-size: 1.5rem;
}

.detalle-tittle-content {
    font-size: 1.2rem;
    padding-left: 20px;
}

.detalle-tittle-clases,
.detalle-tittle-time {
    color: #4f4f4f;
}

.detalle-card {
    width: 95%;
    /*box-shadow: 0px 2px 12px rgb(0 0 0 / 12%);*/
    border-radius: 16px;
    height: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
    transition: all 0.2s ease;
}

.detalle-card-show {
    height: auto;
    padding: 2rem 1rem;
    display: block;
    margin: 20px auto;
}

.detalle-card-content i {
    font-size: 2rem;
}

.detalle-card-content-info {
    padding-left: 15px;
}

.experiencias-descripcion{
    padding: 2rem 4rem!important;
}

/*.detalle-card-content-info p:first-child{
    font-weight: bold;
    font-size: 1.2rem;
}*/
.detalle-card-info {
    align-items: center;
}

.detalle-card-info-code {
    font-weight: bold;
    font-size: 1.5rem;
}

.detalle-card-info-time {
    margin-left: 15px;
    background: var(--gray6);
    border-radius: 15px;
    padding: 5px;
}

.detalle-card-info a {
    margin-left: auto;
    color: var(--rojo);
}

.detalle-card-info a:hover {
    color: var(--tec-blue);
}

.detalle-card-content-info-name{
    color: #000;
}
.cert-progra{
    list-style: disc;
}
@media only screen and (max-width: 767px) {
    .detalle {
        grid-template-columns: repeat(1, 1fr);
    }
}
/* ******************** */
/* Te ayudamos a resolver tus dudas */
.resolver-dudas{
    display: flex;
    padding: 2rem 0;
}
.resolver-dudas-text{
    font-weight: bold;
}
.resolver-dudas-contacto{
    background-color: var(--rojo);
    padding: 10px 15px;
    margin-left: auto;
    font-weight: bold;
    font-size: 1.1rem;
}
@media only screen and (max-width: 767px) {
    .resolver-dudas{
        display: block;
        text-align: center;
    }
    .resolver-dudas-text{
        padding-bottom: 1.5rem;
    }
}

/* ******************** */
/* Te ayudamos a resolver tus dudas */
.PerfilCompetitivo{
    font-size: 1.2rem;
}
.PerfilCompetitivo li{
    padding-left: 1.5rem;
    padding-bottom: 1rem;
}
.perfilCompetitivo-imagen img{
    width: 100%;
}

.video-faq-link {
    padding: 4rem 4rem!important;
}

.contacto-consultor-button {
    background: #fff;
    display: block;
    width: fit-content;
    padding: 5px 10px;
    margin-top: 0;
    color: var(--rojo)!important;
    font-weight: bold;
}

.contacto-consultor-button a{
    color: var(--rojo);
}


/* ******************** */
/* Te ayudamos a resolver tus dudas */
.gradient-section {
    background: rgb(7, 61, 163);
    background: linear-gradient(135deg, rgba(7, 61, 163, 1) 0%, rgba(224, 17, 95, 1) 100%, rgba(0, 212, 255, 1) 100%);
}
.rankings{
    padding: 4rem 2.5rem;
}
.rankings-tittle{
    color: #fff;
    font-size: 2.5rem;
    font-weight: bold;
}
.rankings-tittle span{
    padding-right: 20px;
}
.rankings-content{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    padding-top: 5rem;
}
.rankings-content-item{
    text-align: center;
}
.rankings-content-item img{
    width: 150px;
    margin: auto;
    display: block;
}
.rankings-content-item i{
    font-size: 2.5rem;
}
.rankings-content-item .number-one{
    font-size: 2.5rem;
    font-weight: bold;
}
.rankings-content-item p{
    padding-top: 1.5rem;
    width: 70%;
    display: block;
    margin: auto;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .rankings-content{
        grid-template-columns: repeat(1, 1fr);
    }
    .rankings-content-item{
        padding-top: 2rem;
    }
}

/* ******************** */
/* Te ayudamos a resolver tus dudas */
.card-section-especializacion{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 50px;
    gap: 50px;
}
.cards-items-content-habilidades{
    border-radius: 30px;
    padding: 40px;
    width: max-content;
    position: relative;
    border: 10px solid transparent; 
    background: #FFF;
    background-clip: padding-box;
    display: block;
    margin: auto;
}
.cards-items-content-habilidades:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -3px;
    border-radius: 22px;
    background: linear-gradient(106.69deg, var(--tec-blue) 18.77%, #424EA6 59.06%, var(--rojo) 97.71%);
}
.cards-items-content-habilidades i{
    font-size: 3rem;
    color: var(--tec-blue);
}
.habilidades-tittle{
    color: var(--tec-blue);
    font-weight: 800;
    padding-top: 10px;
    font-size: 1.3rem;
}
@media only screen and (max-width: 992px){
    .card-section-especializacion{
        grid-template-columns: auto auto;
    }
}
@media only screen and (max-width: 767px){
    .card-section-especializacion{
        grid-template-columns: auto;
    }
    .habilidades-tittle{
        font-size: 1.1rem;
    }
}

/* ******************** */
/* Te ayudamos a resolver tus dudas */
.certificacionesAtencion {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 0px;
}
.cardCertificaciones{
    height: 400px;
}
.etiqueta-New {
    width: 100%;
    text-align: center;
    font-weight: bold;
    padding: 6px 10px;
    background-color: var(--nuevo-tec-blue);
    text-transform: uppercase;
    font-size: 1rem;
    z-index: 1;
}
.tarjetas-imagen {
    position: relative;
    display: flex;
    height: 100%;
    width: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    align-items: center;
    justify-content: center;
}
.tarjetas-imagen:hover {
    background: rgba(52, 57, 129, 0.5) 20% !important;
}

.tarjetas-imagen-back {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    z-index: -1;
}
.titulo-tarjeta {
    margin: auto;
    width: 85%;
}
.space{
    display: block;
    padding-top: 3rem;
}
.info-tittle-text-dos span{
    display: block;
}
@media only screen and (max-width: 992px) {
    .certificacionesAtencion {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (max-width: 767px) {
    .certificacionesAtencion {
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 0px;
    }
    .contacto-consultor-button{
        position: relative;
        z-index: 2;
    }
}

.titulo-tarjeta > h3{
    text-transform: none!important;
}