/* Global Styles */
:root {
    --primary-color: #e84118;
    --secondary-color: #333;
    --light-color: #f8f9fa;
    --dark-color: #212529;
    --white-color: #ffffff;
}


@font-face {
     font-family: 'Periodico';
     src: url("fonts/PeriodicoDisplay-UtLg.woff2") format("woff2"), url("fonts/PeriodicoDisplay-UtLg.woff") format("woff");
     font-weight: 400;
     font-style: normal;
     font-display: swap;
}
 @font-face {
     font-family: 'Periodico';
     src: url("fonts/PeriodicoDisplay-Rg.woff2") format("woff2"), url("fonts/PeriodicoDisplay-Rg.woff") format("woff");
     font-weight: 600;
     font-style: bold;
     font-display: swap;
}
@font-face{
    font-family: 'Emtype-sb';
    src:url("fonts/Emtype-Foundry-PeriodicoDisplay-SmBd.92b10a.woff");
}
/*@font-face {
     font-family: 'Visuelt';
     src: url("fonts/VisueltPro-Regular.woff2") format("woff2"), url("fonts/VisueltPro-Regular.woff") format("woff");
     font-weight: 400;
     font-style: normal;
     font-display: swap;
}
 @font-face {
     font-family: 'Visuelt';
     src: url("fonts/VisueltPro-Bold.woff2") format("woff2"), url("fonts/VisueltPro-Bold.woff") format("woff");
     font-weight: 700;
     font-style: normal;
     font-display: swap;
}*/


@font-face {
    font-family: 'Visuelt';
    src: url('fonts2/VisueltPro-Bold.woff2') format('woff2'),
        url('fonts2/VisueltPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Visuelt';
    src: url('fonts2/VisueltPro-Regular.woff2') format('woff2'),
        url('fonts2/VisueltPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Visuelt';
    src: url('fonts2/VisueltPro-Light.woff2') format('woff2'),
        url('font2s/VisueltPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Visuelt';
    src: url('fonts2/VisueltPro-Medium.woff2') format('woff2'),
        url('fonts2/VisueltPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}





/*--------PRELOADER-----------*/
body{
    position: fixed;
    overflow: hidden;
    height: 100vh;
    width: 100vw;
     font-family: 'Visuelt';
}
body.FullLoaded{
    position: relative;
    overflow: auto;
    height: auto;
    width: auto;
}

#Preloader {
    position: fixed;
    z-index: 99999;
    background: white;
    height: 100vh;
    width: 100vw;
    transition: all 1s ease;
    transition-timing-function: cubic-bezier(.84,-0.01,.17,1);
}
.PreloaderStart{
    top: 0;
    left: 0;
}

.PreloaderOut{
   transform: translateY(-100%);
}


.loader {
    /*width: 60px;
    height: 60px;
    border-radius: 50%;
    display: inline-block;
    border-top: 1px solid #ed3d3dde;
    border-right: 1px solid transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;*/
    position: absolute;
    top: 45%;
    left: 50%;
    margin-top: -30px;
    margin-left: -20px;
    
}


/* Loader 2 */
.loader-2 {
  display: block;
	height: 60px;
	width: 60px;
	-webkit-animation: loader-2-1 3s linear infinite;
	        animation: loader-2-1 3s linear infinite;
}
@-webkit-keyframes loader-2-1 {
	0%   { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}
@keyframes loader-2-1 {
	0%   { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
.loader-2 span {
	display: block;
	position: absolute;
	top: 0; left: 0;
	bottom: 0; right: 0;
	margin: auto;
	height: 60px;
	width: 60px;
	clip: rect(30px, 60px, 60px, 0);
	-webkit-animation: loader-2-2 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
	        animation: loader-2-2 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}
@-webkit-keyframes loader-2-2 {
	0%   { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}
@keyframes loader-2-2 {
	0%   { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
.loader-2 span::before {
	content: "";
	display: block;
	position: absolute;
	top: 0; left: 0;
	bottom: 0; right: 0;
	margin: auto;
	height: 60px;
	width: 60px;
	border: 4px solid transparent;
	border-top: 4px solid #770b98;
	border-radius: 50%;
	-webkit-animation: loader-2-3 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
	        animation: loader-2-3 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}
@-webkit-keyframes loader-2-3 {
	0%   { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}
@keyframes loader-2-3 {
	0%   { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
.loader-2 span::after {
	content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 60px;
    width: 60px;
    border: 4px solid rgb(246 97 0);
    border-radius: 50%;
}


body.FullLoaded .loader{
    display: none;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 

.bg-orange{
    background-color: #e65014;
}


.fondo-hero .TechVideoHero{
    transform: scale(1.6);
    transition: all 3s ease;
}
.FullLoaded .fondo-hero .TechVideoHero{
    transform: scale(1);
    transition-delay: .3s;
}

.HeroLogoStart{
    transform: translateY(150%);
    position: relative;
    display: block;
    transition: all 1s ease;
    transition-timing-function: cubic-bezier(.72,.14,.13,1);
}
.FullLoaded .HeroLogoStart{
    transition-delay: .3s;
    transform: translateY(0%);

}


.HeroTextStart{
    transform: translateY(150%);
    position: relative;
    display: block;
    transition: all 1.5s ease;
    transition-timing-function: cubic-bezier(.72,.14,.13,1);
}
.FullLoaded .HeroTextStart{
    transition-delay: .3s;
    transform: translateY(0%);

}

/*------------------------*/


body {
    font-family: 'Visuelt';
    color: var(--secondary-color);
    overflow-x: hidden;
}


/* Header */
header {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.logo {
    height: 80px;
}

.navbar-nav .nav-link {
    font-weight: 500;
    padding: 0.5rem 1rem;
    transition: color 0.3s;
}

.navbar-nav .nav-link:hover {
    color: var(--primary-color);
}

/* Hero Section */
.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 110px;
    overflow: hidden;
    z-index: 0;
        background: #3a3637;
}


.fondo-hero{
    background: url(../pics/hero.jpg) no-repeat center center;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: translateY(0px);
    position: fixed;
    transition: all .1s ease;
}





.TechVideoHero{
    position: absolute;
    overflow: hidden;
    background-color: #000000;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    top: 60px;
    transition: all 1s ease;
}


.TechVideoHero video {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
   object-position: center 10%;
    opacity: 1;
}

#Previously{
    background: white;
    position: relative;
}
.PlayerVideoWrapper{
    position: relative;
    min-height: auto;
    background-color: white;
    padding: 0 70px 70px 70px;
}
.PlayerVideoHero{
    position: relative;
    overflow: hidden;
    background-color: #000000;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 0;
    top: 0px;
    transition: all 1s ease;
    
    height: 60vh;
    width: 110vh;
    margin: auto;
}


.PlayerVideoHero video {
    position: relative;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 10%;
    opacity: 1;
    transform: scale(1.05);
}

.PlayerVideoBot{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    margin-left: -50px;
    margin-top: -50px;
}


.lity-iframe .lity-container, 
.lity-youtube .lity-container, 
.lity-vimeo .lity-container, 
.lity-facebookvideo .lity-container, 
.lity-googlemaps .lity-container {
    width: 100%;
    max-width: 90%;
}
button.lity-close,
button.lity-close:hover{
    color: transparent;
    width: 100px;
    height: 100px;
    background: url(../pics/close.svg) no-repeat center center;
    background-size: 70px;
    margin: 20px;
    text-shadow: none;
}


.hero-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.12);
}

.hero-section h1 {
    font-size: 4rem;
    margin-bottom: 1rem;
    position: relative;
}

.hero-section h1 span {
    color: var(--white-color);
}

.hero-section .lead {
    font-size: 1.8rem;
    position: relative;
}

.hero-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120px;
    background-image: url(../pics/hero-shape.png);
    background-position: left top;
    background-repeat: no-repeat;
    z-index: 3;
    position: fixed;
    /*border: 1px solid lime;*/
    height: 100%;
    background-position: left bottom;
    background-size: 230px 350px;
}

/* About Section */
.intro-text {
    font-size: 1.5rem;
    max-width: 800px;
    margin: 0 auto;
    color: var(--secondary-color);
}

.about-img {
    position: relative;
    z-index: 1;
}

.about-content {
    font-size: 1.1rem;
    line-height: 1.8;
}

#acerca{
    background-image: url(../pics-2026/box3.png);
    background-position: center;
    background-size: cover;
    color: white;
    position: relative;
}

.acerca-shape {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url('../pics-2026/box4.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    z-index: 2;
    pointer-events: none;
    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}


.acerca-persona-1 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-image: url('../pics-2026/box.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    pointer-events: none;
    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.acerca-persona-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-image: url('../pics-2026/box2.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
     z-index: 3;
}


.about-content {
    display: flex;
    align-items: center;
    min-height: 480px;
}

/* Why Participate Section */
#participar{
    background: white;
    position: relative;
}
.text-viu{
    color: #e65014
}
.section-title {
}

.participate-img {
    position: relative;
}

.partner-logo-1{
    max-width: 140px;
}

.partner-logo-2{
    max-width: 200px;
}

.partner-logo-4{
    max-width: 180px;
}

.img-frame {
    position: relative;
    z-index: 1;
}

.img-frame img {
    width: 100%;
    height: auto;
}

.participate-content {
    padding: 2rem;
}

.custom-indicators {
    display: flex;
    gap: 0.5rem;
    margin-top: 1rem;
}

.custom-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ccc;
    border: none;
    padding: 0;
}

.custom-indicators button.active {
    background-color: var(--primary-color);
}

/* Partners Section */

#partners{
    background-image: url(../pics/bg-partners.jpg);
    background-position: center;
    background-size: cover;
    color: white;
    position: relative;
}
.partner-logo {
    filter: brightness(0) invert(1);
    transition: transform 0.3s;
    max-height: 60px;
    width: auto;
}

.partner-logo:hover {
    transform: scale(1.1);
}

/* Degrees Section */
.degree-card {
    border: none;
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); */
    transition: transform 0.3s;
    overflow: hidden;
    transition: all .3s ease;

}

.shape-over{
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 60px;
}
.badge{
    border-radius: 0;
    background-color: #e65014 !important;
    font-size: 21px;
    font-weight: 400;
}
.degree-card{
    text-decoration: none;
    border-radius: 0;
    padding-bottom: 20px;
}
a.degree-card:hover {
    transform: translateY(0px);
    box-shadow: 0 8px 25px 10px rgba(115, 115, 115, 0.19) !important;
}
.degree-card:hover h5{
    color: #e65014;
}

.card-body{
    padding: 30px;
    min-height: 16em;
}
.curso-card-pic{
    position: relative;
}
.curso-card-pic .curso-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .2;
    top: 0;
    left: 0;
    transition: all .3s ease;
}
.degree-card:hover .curso-overlay{
    opacity: 0;
}

.degree-card .card-img-top {
    overflow: hidden;
    border-radius: 0;
}

.degree-card .card-img-top img {
    transition: transform 0.5s;
}
.card-title {
    
}

.card-text {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
}
.line-clamp-4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    height: calc(1.4em * 4);
}

.degree-category {
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: silver;
}

.degree-info {
    font-size: 0.85rem;
    color: #666;
}
.block-icon{
    background-image: url(../pics/icon-1.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 37px;
    padding: 40px 16px 0 16px;
    height: 70px;
    min-width: 30%;
}
.block-ico-laptop{
    background-image: url(../pics/icon-2.png);
}
.block-ico-calendar{
    background-image: url(../pics/icon-3.png);
}

.block-icon-line{
    border-right: 1px solid silver;
}


.f-footer{
    background: #333333;
}

 footer .logo-viu {
	 filter: brightness(0) invert(1);
}
.upper-footer {
    min-height: 145px;
    position: relative;
}
.upper-footer img {
    max-width: 100%;
    height: auto;
}
.upper-footer .container,
.down-footer .container{
    align-items: center;
    justify-content: center;
}
.upper-footer .block-logo {
    width: 25%;
}
footer a{
    color: white;
}

footer a{
    color: transparent;
}
footer p a{
    color: white;
}


.navbar-toggler{
    border: none;
    outline: none !important;
}
.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    color: #e0e0e0;
    font-size: 24px;
}

.swiper-pagination {
    position: relative;
    padding-top: 40px;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
}
.swiper-pagination-bullet{
    background: #666;
}
.swiper-pagination-bullet-active{
    background: gray;
}

.navbar-nav .nav-link {
    border: 1px solid #d5d5d5;
    border-radius: 20px;
    padding: 2px 13px !important;
    margin: 0 4px;
    font-size: 18px;
}
.navbar-nav .nav-link:hover {
    border: 1px solid #e65014;
    background: #e65014;
    color: white;
    transition: background 0.2s ease, border-color 0.2s ease;
}


[data-aos=fade-up] {
    transform: translate3d(0, 20px, 0);
}
[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
    transition-duration: .6s;
}


#grados{
    background: white;
    position: relative;
}
#masters{
    background: #F7F7F7;
    position: relative;
}

footer{
    position: relative;
}

/*/////////*/

.bg-gray{
    background-image: url(../pics/tile.png);
    background-size: 20px;
}
.desubreSwiper {
    width: calc(100% - 0px); /* Ajusta el ancho según el padding */
    margin: 0 auto; /* Centra el contenedor si es necesario */
}
.swiper-color{

    padding: 24px;
}
.swiper-deco-wrap{
    padding-right: 20px;
}
#descubre .swiper-color h3{
    color: white;
    font-weight: 500;
    font-size: 24px;
}
#descubre .swiper-color p{
    color: white;
    font-weight: 300;
    font-size: 15px;
    line-height: 120%;
}
.circle-wrap{
    width: 100px;
    background: white;
    height: 100px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    align-items: center;
    justify-content: center;
}
.circle-wrap div{
    align-items: center;
    justify-content: center;
    text-align: center;
}

.c-txt-1{
    display: inline-block;
    margin: 0;
    line-height: 100%;
    font-size: 11px;
    letter-spacing: 2px;
    color: gray;
    margin-bottom: 0;
}
.c-txt-2{
    font-size: 48px;
    display: inline-block;
    margin: 0;
    line-height: 100%;
}

#descubre .swiper-wrapper {
    display: flex;
    align-items: stretch;
    
}
#descubre .swiper-slide {
    display: flex;
    flex-direction: column;
    height: auto;
}
#descubre .swiper-slide-content {
    display: flex;
    flex-direction: column;
    flex: 1;
}
#descubre .swiper-deco-wrap{
    display: flex;
    flex-direction: column;
    height: 100%;
}
#descubre .swiper-color {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #E65115;
    background: linear-gradient(90deg,rgba(230, 81, 21, 1) 11%, rgba(236, 124, 85, 1) 100%);
    /*background-image: url(../pics/slider-deco.png);
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: top right;*/
    /*background-color: #e65014;*/
    padding-bottom: 10px;
    position: relative;
}
#descubre .swiper-color:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background-image: url(../pics/slider-deco.png);
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: top right;
}

.viu-nav{
    position: relative;
    width: 130px;
    height: 60px;
    background: #ffffff;
    border: 1px solid #471881;
    padding: 0;
     display: inline-block;
}
#descubre .viu-nav{
    background: #eaeaea;
}
.viu-nav .separation{
    position: absolute;
    height: 20px;
    width: 1px;
    border-right: 1px solid #4718815e;
    top: 19px;
    left: 63px;
}
.viu-nav .swiper-button-next:after, 
.viu-nav .swiper-button-prev:after {
    color: #471881;
    font-size: 18px;
}
.viu-nav .swiper-button-next{
   left: 84px;
}
.viu-nav .swiper-button-prev{
   left: 16px;
}

.mentoresSwiper img{
    width: 100%;
}
#mentores,
#mentores .viu-nav{
    background-color: #efefef;
}

#NavJurado{
    display: none;
}
/* Responsive Styles */
@media (max-width: 1200px) {

     #NavJurado{
        display: block;
    }
}


/* Responsive Styles */
@media (max-width: 991.98px) {
    
   
    .hero-section h1 {
        font-size: 3rem;
    }
    
    .hero-section .lead {
        font-size: 1.2rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .intro-text {
        font-size: 1.2rem;
    }
    
    .logo-hero{
        width: 80% !important;
    }
    .hero-shape {
        /*width: 100px;
        height: 270px;*/
    }
    .acerca-shape {
        /*width: 90px;
        height: 260px;*/
    }
    .acerca-persona-1,
    .acerca-persona-2{
        display: none
    }
    .logo {
        height: 60px;
    }
    .partner-logo {
        /*max-height: 40px;*/
        max-height: none;
        width: 80%;
    }
    .navbar-nav{
        padding-top: 14px;
    }
    .navbar-nav .nav-link {
        margin-bottom: 8px;
    }
    
    .card-body {
        padding: 20px 10px;
    }
    .card-footer {
        padding: 4px 0;
    }
    #HeroLogo{
        max-width: 80%;
    }
    .hero-play{
        max-width: 80px;
    }

    button.lity-close, 
    button.lity-close:hover {
        background-size: 60px;
        margin: 0;
    }
    
    .about-content .line-h-160{
        line-height: 140%;
        text-align: center;
    }
    
    .hero-shape {
        width: 90px;
        height: 100%;
        background-size: 200px 320px;
    }
    
    
}

@media (max-width: 767.98px) {
    .hero-section h1 {
        font-size: 2.5rem;
    }
    
    .hero-section {
        min-height: 80vh;
    }
    
    .participate-img {
        margin-bottom: 2rem;
    }
    
    .footer-logos {
        text-align: center;
        margin-top: 1.5rem;
    }
    
    .social-icons, .footer-links {
        text-align: center;
        margin-top: 1rem;
    }
}

@media (max-width: 575.98px) {
    .hero-section h1 {
        font-size: 2rem;
    }
    
    .hero-section .lead {
        font-size: 1rem;
    }
    
    .section-title {
        font-size: 1.8rem;
    }
    
    .intro-text {
        font-size: 1.1rem;
    }
    
    .swiper-deco-wrap {
        padding-left: 30px;
        padding-right: 30px;
    }
    footer svg{
        max-width: 200px;
    }
    
}

/*///////////////////////////////*/
.bg-reto{
    background-color: #373536;
    background-image:url(../pics-reto/fondo-reto.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
}
.sticky-column {
    position: sticky;
    top: 106px;
    width: auto;
    height: 90vh;
    /*background-color: #373536;*/
}
.sticky-wrap{
    background-image:url(../pics-reto/reto-1.jpg);
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;    
    background-position: center;
    background-repeat: no-repeat;
}

#RetoLogo{
    width: 200px;
    margin-bottom: 50PX;
    margin-top: 10px;
}
.bg-reto h2 span{
    color: #DDB7FF;
}
.f-reto-claim-1 {
    background-color: #E65014;
    color: white;
    line-height: 120%;
    padding: 12px 20px;
    display: block;
    margin-bottom: 14px;
    font-weight: 400;
}
.f-reto-claim-1 p{
    font-size: 17px;
    margin: 0;
}

.f-reto-claim-2{
    background-color: #302E2E;
    color: white;
    line-height: 120%;
    padding: 18px 20px 20px 60px;
    display: block;
    margin-bottom: 14px;
    font-weight: 400;
    background-image: url(../pics-reto/finger.png);
    background-repeat: no-repeat;
    background-position: left 20px top 16px;
    background-size: 20px;
    line-height: 120%;
}
.f-reto-claim-2 p{
    font-size: 18px;
    margin: 0;
    color: #c6a5e4;
}

@media (max-width: 767.98px) {
    
    .sticky-column {
        height: 50vh;
    }
    .sticky-wrap{   
        background-position: top center;
    }
    
}





/*///////////////////////////////*/

.testimonial-slide-wrap{
    background-color: #F5B397;
    color: white;
    line-height: 120%;
    padding: 20px;
    display: block;
    font-weight: 400;
    /*background-image: url(../pics-reto/testimonial-bg.jpg);*/
    background-image: url(../pics-2026/bg-testimonials.jpg);
    background-repeat: no-repeat;
    background-position: left top ;
    background-size: cover;
    margin-right: 20px;
    height: 100%;
    position: relative;
}

.testimonial-slide-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background-image: url(../pics/slider-deco.png);
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: top right;
}



.testimonial-foto img{
    width: 100%;
}
.testimonial-text{
    padding: 15px;
    background: white;
    border-radius: 10px;
    width: 100%;
}
.testimonial-text p{
    color: black;
    margin: 0;
}
.testimonial-autor{
    padding: 15px;
    background: #e65014;
    border-radius: 10px;
    width: 100%;
}

.testimonialSwiper .swiper-slide{
    height: 100%
}





@media (max-width: 767.98px) {
    
    .testimonial-slide-wrap{ 
       margin-right: 20px;
        margin-left: 20px;
    }
    
}

#BigTeams{
    background-color: #CC8CBD;
    background-image:url(../pics/equipo-bg-deg.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 100% 100%;
}

#BigTeams .sticky-wrap{
    background-image:url(../pics/equipo-pic.jpg);
    width: 100%;
    height: 100%;
    display: block;
    /*background-size: 50%;*/
    background-position: center left;
    background-repeat: no-repeat;
   /* background-attachment: fixed;*/
    
    background-size: cover;
    background-attachment: inherit;
}

#BigTeams.bg-reto-sticky .sticky-wrap{
    background-size: cover;
    background-attachment: inherit;
}



#Equipos .text-lila{color:#BAA8F4}

#Equipos small{
    letter-spacing: 2px;
    color: silver;
    font-weight: 400;
    margin-bottom: 4px;
    display: block;
}

#Equipos .row-1,
#Equipos .row-2{
    background: white;
}

#BigTeams #Equipos .row-1,
#BigTeams #Equipos .row-2{
    background: transparent;
}

#BigTeams #Equipos .container{
    background-image:url(../pics/equipo-wrap-box.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 1500px;
    
}
#BigTeams #Equipos .row-2,
#BigTeams #Equipos .row-3{
    border-bottom: 1px solid #C6C6C6;
}

.bot-show{
    padding: 14px 20px;
    text-align: right;
    background: #EFEFEF;
    color: #767676;
    border-top: 1px solid #C6C6C6;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 14px;
    cursor: pointer;
    transition: all .2s ease;
}
.bot-show:hover{
    background: #e5e5e5;
}
.bot-show span{
    padding-right: 36px;
    position: relative;
    display: block;
}
.bot-show span:after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 18px;
    background-image: url(../pics/bot-show.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 18px;
    padding-right: 30px;
    transform: rotate(180deg)
}
/* Estilos para la animación suave de los divs wrap */
#wrap-1, #wrap-2, #wrap-3, #wrap-4 {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.6s cubic-bezier(.53, 0, .29, .99);
}



#wrap-1.show, #wrap-2.show, #wrap-3.show, #wrap-4.show {
    max-height: 1000px; /* Ajusta este valor según el contenido máximo esperado */
    opacity: 1;
    transform: translateY(0);
}

/* Opcional: Si quieres una animación más específica para la altura */
#wrap-1, #wrap-2, #wrap-3, #wrap-4 {
    transition: 
        max-height 0.6s cubic-bezier(.53, 0, .29, .99),
        opacity 0.4s cubic-bezier(.53, 0, .29, .99) 0.1s,
        transform 0.5s cubic-bezier(.53, 0, .29, .99) 0.05s;
}


#wrap-1.wrap-open,
#wrap-2.wrap-open,
#wrap-3.wrap-open,
#wrap-4.wrap-open{
   max-height: inherit;
    opacity: 1;
    transform: translateY(-0px);
}


#Equipos .row-1{
    border-bottom: 1px solid #C6C6C6;
}
#Equipos .col-lg-4{
    border-right: 1px solid #C6C6C6;
}
#BigTeams #Equipos .col-lg-3{
    border-right: 1px solid #C6C6C6;
}
#Equipos .col-lg-8{
    background-image: url(../pics/equipo-dot.png);
    background-position: top 17px right 5%;
    background-repeat: no-repeat;
    background-size: 12px;
}
#Equipos .equipo-box{
    background-image: url(../pics/equipo-box.png);
    background-position: top 0 left 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    width: 140px;
    height: 80px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    font-weight: 300;
    margin-top: 30px;
    margin-bottom: 30px;
}

#BigTeams #Equipos .equipo-box{
    width: 90px;
    height: 54px;
    font-size: 36px;
    margin-top: 0px;
    margin-bottom: 30px;
}
#Equipos .bg-dark-gray{
    background: #363636;
}
#Equipos .bg-lila{
    background: #CAB9FF;
    background-image: url(../pics/equipo-bg-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
#Equipos .bg-gradient-2{
    background: #FE9D76;
    background-image: url(../pics/equipo-bg-4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}


@media (max-width: 767.98px) {
    
    #Equipos .row-1{
        border-bottom: 1px solid #C6C6C6;
    }
    #Equipos .col-lg-4{
        border-right: none;
         border-bottom: 1px solid #C6C6C6;
    }
    #Equipos .equipo-box{
        font-size: 50px;
    }
    
    #BigTeams #Equipos .equipo-box {
        width: 80px;
        height: 46px;
        font-size: 30px;
        margin-bottom: 0;
    }
    #BigTeams .sticky-wrap {
        background-attachment: inherit;
        background-size: cover;
    }
    
}


 .acerca-shape {
        background-image: url(../pics-2026/box4-xl.png);
    }

@media (max-width: 1400px) {
    .acerca-shape {
        background-image: url(../pics-2026/box4-l.png);
    }
    
    .PlayerVideoHero{
        width: 100%;
        height: 100%;
    }

    
    
}

@media (max-width: 1200px) {
    .acerca-shape {
        background-image: url(../pics-2026/box4-m.png);
    }
    .PlayerVideoWrapper {
        padding: 0 40px 40px 40px;
    }
    .PlayerVideoHero video {
        transform: scale(1.1);
    }
}

@media (max-width: 990px) {
    .acerca-shape {
        /*background-image: url(../pics-2026/box4-s.png);*/
        background-image: none;
    }
    .about-content {
        min-height: auto;
    }
    
    .PlayerVideoWrapper {
        padding: 0 10px 10px 10px;
    }
    .about-content-wrap{
        text-align: center;
    }
    
}

