@font-face {
    font-family: 'Wanderlust';
    src: url('./fonts/WanderlustRegularRegular.woff2') format('woff2'),
        url('./fonts/WanderlustRegularRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body {
    font-family: 'Lato', Arial, "Helvetica Neue" !important;
}
ol, ul {
    padding-left: 1rem !important;
}

/* ============================= */
/* FOOTER FUNDESTIC              */
/* ============================= */

.footer-fundestic {
    position: relative;
    background: #ffffff;
    color: #000000;
    padding: 34px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.footer-fundestic__links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px 28px;
    color: #000000;
    font-family: "Lato", Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
    text-align: center;
    text-transform: uppercase;
}

.footer-fundestic__links span,
.footer-fundestic__links a {
    color: #000000;
}

.footer-fundestic__links a {
    text-decoration: none;
    transition: opacity 0.25s ease;
}

.footer-fundestic__links a:hover {
    color: #000000;
    opacity: 0.65;
}

.btn-subir-footer {
    position: fixed;
    right: 28px;
    bottom: 28px;
    z-index: 999;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /*width: 45px;
    height: 50px;*/
    /*background: #ffffff;*/
    /*border-radius: 50%;*/
    /*box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);*/
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.btn-subir-footer:hover {
    transform: translateY(-3px);
    /*box-shadow: 0 8px 26px rgba(0, 0, 0, 0.2);*/
}

.btn-subir-footer img {
    display: block;
    /*max-width: 22px;
    height: auto;*/
}

@media (max-width: 575.98px) {
    .footer-fundestic {
        padding: 28px 16px;
    }

    .footer-fundestic__links {
        flex-direction: column;
        gap: 8px;
        font-size: 13px;
    }

    .btn-subir-footer {
        right: 18px;
        bottom: 18px;
       /* width: 42px;
        height: 42px;*/
    }

    .btn-subir-footer img {
        /*max-width: 20px;*/
    }
}


.promotores-content ol, .promotores-content ul {
    list-style-position: inside;
}
.promotores-content li {
    list-style-type: none;
}
.promotores-content ol {
    counter-reset: ol; //reset the counter for every new ol
}
.promotores-content ul li:before {
        content: '\2022 \00a0 \00a0 \00a0'; //bullet unicode followed by 3 non breakable spaces
}
.promotores-content ol li:before {
        counter-increment: ol;
        content: counter(ol) '.\00a0 \00a0 \00a0'; //css counter followed by a dot and 3 non breakable spaces
}
.container-fluid{
    margin-right: auto;
    margin-left: auto;
}
.navbar{
/*    max-width: 1320px;*/
    margin:auto;
}

.player {
    width: 60px;
    height: 60px;
    /*background: url('https://talentya.com/imagenes/play.png') no-repeat center center;
    background-size: cover;*/
    cursor: pointer;
 }

.nav-link {
    color: #000000;    
    font-family: 'Lato', sans-serif;
}
.nav a:hover {
    color: #d2222a;
}
.nav-link:focus, .nav-link:hover {
  color: #d2222a !important;
}
.blanco{
    color: #ffffff !important;
}
.logo{
    padding-left: 15px;;
}
.titulo-seccion, .titulo-seccion a{
    font-family: 'Wanderlust', sans-serif;
    font-size: 40px;
    color: #d2222a !important;
    font-weight: bold;
    text-decoration: none;
}
.cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
     height: 200px;
}
.owl-titulo {
    color: #ffffff;
    font-family: 'rubiklight', sans-serif !important;
    font-size: 18px;
    position: absolute;
    bottom: 3vh;
    left: 3vh;
    width: 70%;
    /* opacity: 0.6; */
}
.owl-sep {
    width: 35px;
    height: 1px;
    /* margin: 10px 0; */
    position: absolute;
    bottom: 2vh;
    left: 3vh;
	background-color: #ffffff;
}
.texto-sombra{
    text-shadow: 1px 1px #000000;
}
footer{
    background-color: #000000;
}
.footer {
    background-color: #000000;
    color: #ffffff;
    text-align: left;
    font-size: 13px;
}
.footer a{
    font-size: 13px;
    color: #ffffff;
    text-decoration: none;
}
.titulo-wander{
    font-family: 'Wanderlust', sans-serif;
    font-size: 60px;
    color: #d2222a;    
}
.verde{
    color: #d2222a !important;
}
.titulo-wander2{
	font-family: 'Wanderlust', sans-serif;
	font-size: 30px;
	color: #d2222a;
}
.index-gal-year{
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    border-radius: 0;
    border:0;
}
.index-gal-year-premios{
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    border-radius: 0;
    border:0;
}
.index-gal-titulo{
    position: absolute;
    left: 23px;
    bottom: 13px;
    color: #fff;
    font-size: 17px;
}
.index-gal-titulo .sep{
    width: 50px;
}
.index-gal-titulo a{
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}
/*Ampliar ponente*/
#ampliarponentes .modal-dialog{
	width: 1000px;
    padding-top: 60px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}

#ampliarponentes .modal-body {
    padding: 0;
}

.volver-ficha a{
	font-family: 'rubikmedium', sans-serif;
	font-size: 12px !important;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
}
.titulo-contenido-ponente{
	font-size: 48px !important;
	line-height: 48px;
    color: #d2222a;
    font-weight: 300;
}
.imagen-ponente{
    margin-top: -50px;
}
.ponentes-volver{
	position: absolute;
	top:10px;right:10px;
}
.ponentes-compartir{
	list-style: none;
	color: #666666;
	font-size:14px;
	padding-left: 0;
}
.ponentes-compartir li{
	margin-top:5px;
}
.ponentes-compartir i{
	margin-right:5px;
}
.ponentes-compartir a{
    color: #000000;
    text-decoration: none;
}
.ponentes-compartir .fa-facebook{
	color: #336699;
	font-size:18px;
}
.ponentes-compartir .fa-twitter{
	color: #00ccff;
	font-size:18px;
}
.ponentes-compartir .fa-linkedin{
	color: #006699;
	font-size:18px;
}
.ponentes-titulo-video{
    min-height: 63px;
}
.ponentes-titulo-video-texto{
    font-size: 18px;
    line-height: 20px;
}
.ponentes-video { 
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
    max-width: 100%; 
} 
    
.ponentes-video iframe, .ponentes-video object, .ponentes-video embed { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
}
.panel-default{
    border:0;
	border-radius: 0;
	box-shadow: none;
}
.panel-default>.panel-heading {
    color: #999999;
    background-color: #ffffff;
    border-color: #ffffff;
	font-size: 20px;
	padding-top: 0;
}
.panel-default a {
    color: #999999;
	border:0;
	border-radius: 0;
}

.tab-content{
	margin-bottom: 30px;
	font-size: 15px;
	color: #000000;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 30px 40px 30px 40px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	color: #d2222a;
	cursor: default;
	background-color: #fff;
	border-top: 10px solid #d2222a;
	border-bottom: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
    text-decoration: none;
    border-radius: 0;
}
.nav-pills .nav-link {
    padding: 30px 40px 30px 40px;
    font-weight: bold;
    font-size: 18px;
    border-top: 10px solid #ffffff;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    text-decoration: none;
    border-radius: 0;
    color: #999999;
}

/*Ampliacion video*/
.titulo-contenido-video{
	font-size: 38px !important;
	line-height: 38px;
    color: #d2222a;
    font-weight: 300;
}

/*Colaboradores*/

.gal-img-colaboradores, .gal-img-colaboradores a{
    font-size: 12px;
    text-decoration: none !important;
    color: #000000;
}

.imagen-colaboradores{
    max-width: 140px;
    max-height: 90px;

}

@media (max-width: 1180px) {	
	.logo{
        /*width: 240px;*/
        float: left;;
    }
    .titulo-contenido-video{
        font-size: 30px !important;
        line-height: 30px;
    }
    
}

@media (max-width: 768px) {	
    .contenedor-ampliar-ponentes{
        padding-left: 0 !important;
        display: block !important;
        padding-bottom: 18px !important;
    }
    .titulo-contenido-ponente {
        font-size: 40px !important;
        line-height: 40px;
        text-align: center !important;
        margin-top: 35px;
    }
    .imagen-ponente{
        text-align: center !important;
        padding: 0;
    }
}

@media (max-width: 480px) {	
	.navbar{
        justify-content: space-between !important;
    }
    .logo{
        /*width: 200px;*/
        float: left;;
    }
    .navbar-toggler{
        border:0;
        color: #000000;
        font-size: 21px;
        font-weight: bold;
    }
    .navbar-toggler-icon {
        width: 1.3em;
        height: 1.3em;
        border-color: #000000;
        margin-top: -4px;
        margin-right: 4px;
        color:#000000;
    }
    .navbar-toggler:focus, .navbar-toggler:active, .navbar-toggler-icon:focus {
        outline: none;
        box-shadow: none;
    }
    .navbar-nav {
        margin-top: 20px;
    }
    .nav-link{
        text-align: center;
    }
    .player{
        text-align: right;
    }
    .player img{
        width: 70%;
    }
    .spons img{
        padding: 7px 10px !important;
        width: 22%;
    }
    .owl-titulo {
        font-size: 12px;
        position: absolute;
        bottom: 2vh;
        left: 5vh;
        width: 70%;
    }
    .owl-sep {
        width: 35px;
        height: 1px;
        position: absolute;
        bottom: 1vh;
        left: 5vh;
    }
    #ampliarponentes .modal-dialog{
        width: 95%;
        padding-top: 60px;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
    }
    .contenedor-ampliar-ponentes{
        padding-left: 0 !important;
        display: block !important;
        padding-bottom: 8px !important;
    }
    .ponentes-volver{
        position: absolute;
        top:15px;right:10px;
    }
    .imagen-ponente{
        text-align: center !important;
        padding: 0;
        margin-top: 0;
    }
    .titulo-contenido-ponente {
        font-size: 30px !important;
        line-height: 30px;
        text-align: center !important;
        margin-top: 15px;
    }
    
}






/* ============================= */
/* CONVENIOS LISTADO + AMPLIAR   */
/* Bootstrap 5                   */
/* ============================= */

.convenios-listado-page,
.convenio-ampliar-page,
.ampliar-page {
    background: #ffffff;
    padding: 0px 0 60px;
}

.convenios-listado-container,
.convenio-ampliar-container,
.ampliar-container {
    background: #ffffff;
    padding: 42px 16px 70px;
    min-height: 560px;
}

.ampliar-migas {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    max-width: 1120px;
    margin: 0 auto 42px;
    padding-bottom: 18px;
    border-bottom: 1px solid #b7bd00;
}

.ampliar-migas,
.ampliar-migas a {
    color: #222222;
    font-family: "Lato", Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
}

.ampliar-migas a:hover {
    color: #00747a;
}

.ampliar-migas__content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
}

.ampliar-volver {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.ampliar-volver img {
    max-width: 36px;
    height: auto;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.ampliar-volver:hover img {
    opacity: 0.75;
    transform: translateX(-2px);
}

.ampliar-estructura-title,
.convenios-listado-title {
    margin-bottom: 42px;
    color: #00747a;
    font-family: "Lato", Arial, sans-serif;
    font-size: 34px;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: 1.8px;
    text-align: center;
    text-transform: uppercase;
}

.ampliar-estructura-title h1,
.ampliar-estructura-title h2,
.ampliar-estructura-title h3,
.ampliar-estructura-title .Titulo_seccion_general,
.convenios-listado-title h1,
.convenios-listado-title h2,
.convenios-listado-title h3,
.convenios-listado-title .Titulo_seccion_general {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-align: inherit;
    text-transform: inherit;
    margin: 0;
}

.convenio-ampliar-card {
    max-width: 1120px;
    margin: 0 auto;
    padding: 8px 0 0;
}

.convenio-ampliar-media {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 260px;
    background: #ffffff;
}

.convenio-ampliar-media img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 420px;
    object-fit: contain;
    margin: 0 auto;
}

.convenio-ampliar-media iframe,
.convenio-ampliar-media video {
    max-width: 100%;
}

.convenio-videos-secundarios {
    margin-top: 22px;
}

.convenio-video-title {
    margin: 10px 0 0;
    color: #222222;
    font-family: "Lato", Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
}

.convenio-ampliar-content-box {
    padding: 10px 0;
}

.convenio-ampliar-title {
    margin: 0 0 24px;
    color: #111111;
    font-family: "Lato", Arial, sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.convenio-ampliar-title::after {
    content: "";
    display: block;
    width: 68px;
    height: 1px;
    margin-top: 18px;
    background: #b7bd00;
}

.convenio-ampliar-text {
    color: #222222;
    font-family: "Lato", Arial, sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.72;
}

.convenio-ampliar-text p {
    margin: 0 0 20px;
}

.convenio-ampliar-text a {
    color: #00747a;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.convenio-ampliar-text a:hover {
    color: #000000;
}

.convenio-share {
    margin-top: 28px;
}

.convenio-share__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: transparent;
    border: 0;
    cursor: pointer;
}

.convenio-share__button img {
    width: 34px;
    height: auto;
    opacity: 0.8;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.convenio-share__button:hover img {
    opacity: 1;
    transform: translateY(-2px);
}

.convenio-share-popover {
    min-width: 150px;
    padding: 4px 2px;
}

.convenio-share-popover__title {
    margin-bottom: 8px;
    color: #00747a;
    font-family: "Lato", Arial, sans-serif;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
}

.convenio-share-popover__icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.convenio-share-popover__icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    color: #111111;
    text-decoration: none;
    border-radius: 50%;
    background: #f2f4f8;
    transition: background-color 0.25s ease, color 0.25s ease;
}

.convenio-share-popover__icons a:hover {
    background: #00747a;
    color: #ffffff;
}

.convenio-galeria {
    max-width: 1120px;
    margin: 48px auto 0;
}

.convenio-galeria__item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    overflow: hidden;
    background: #f5f6f8;
    text-decoration: none;
}

.convenio-galeria__item img {
    display: block;
    width: 100%;
    height: 120px;
    object-fit: cover;
    transition: transform 0.25s ease;
}

.convenio-galeria__item:hover img {
    transform: scale(1.04);
}

.convenio-relacionados {
    max-width: 1120px;
    margin: 56px auto 0;
    padding-top: 32px;
    border-top: 1px solid #b7bd00;
}

.convenio-relacionados__title {
    margin: 0 0 24px;
    color: #00747a;
    font-family: "Lato", Arial, sans-serif;
    font-size: 22px;
    font-weight: 300;
    text-transform: uppercase;
}

.convenio-rel-card,
.convenio-list-card {
    height: 100%;
    background: #ffffff;
}

.convenio-rel-card__media,
.convenio-list-card__media {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 170px;
    padding: 18px;
    background: #ffffff;
    text-decoration: none;
}

.convenio-rel-card__media img,
.convenio-list-card__media img {
    display: block;
    width: auto;
    max-width: 95%;
    max-height: 250px;
    object-fit: contain;
    margin: 0 auto;
}

.convenio-rel-card__title,
.convenio-list-card__title {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 62px;
    padding: 9px 14px;
    background: #00747a;
    color: #ffffff;
    font-family: "Lato", Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 0.25s ease;
}

.convenio-rel-card__title:hover,
.convenio-list-card__title:hover {
    background: #005f65;
    color: #ffffff;
}

.convenios-listado-grid {
    max-width: 1120px;
    margin: 0 auto;
}

@media (max-width: 991.98px) {
    .convenios-listado-container,
    .convenio-ampliar-container,
    .ampliar-container {
        padding: 38px 24px 58px;
    }

    .ampliar-estructura-title,
    .convenios-listado-title {
        font-size: 30px;
    }

    .convenio-ampliar-title {
        font-size: 24px;
        text-align: center;
    }

    .convenio-ampliar-title::after {
        margin-right: auto;
        margin-left: auto;
    }

    .convenio-ampliar-text {
        font-size: 16px;
        text-align: center;
    }

    .convenio-share {
        text-align: center;
    }
}

@media (max-width: 575.98px) {
    .convenios-listado-page,
    .convenio-ampliar-page,
    .ampliar-page {
        padding: 18px 0 42px;
    }

    .convenios-listado-container,
    .convenio-ampliar-container,
    .ampliar-container {
        padding: 32px 18px 46px;
    }

    .ampliar-migas {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
        margin-bottom: 32px;
    }

    .ampliar-volver img {
        max-width: 32px;
    }

    .ampliar-estructura-title,
    .convenios-listado-title {
        font-size: 27px;
        letter-spacing: 1.2px;
    }

    .convenio-ampliar-media {
        min-height: 190px;
    }

    .convenio-ampliar-media img {
        max-height: 260px;
    }

    .convenio-ampliar-title {
        font-size: 22px;
    }

    .convenio-ampliar-text {
        font-size: 15.5px;
        line-height: 1.68;
    }

    .convenio-rel-card__title,
    .convenio-list-card__title {
        font-size: 16px;
    }
}
