/*---------------------------------------- Imports -----------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;0,900;1,400;1,700&display=block'); /*display=swap*/

/*---------------------------------------- Modificaciones para ARQDIS -----------------------------------------*/
footer {
    margin-top: 0;
}

footer .scroll-top-icon {
    display: none;
}

/*--------------------------------------- CSS Reset ----------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
    border-spacing: 0;
}
a{
    text-decoration: none;
}
button{
    background: none;
    border: none;
    border-radius: 0;
    padding: 0;
}
address{
    font-style: normal;
}

.arqdis-root *, .arqdis-root *::before, .arqdis-root *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
 overflow-wrap: unset;
}

.arqdis-root {
    line-height: 1.42857143;
}

/*--------------------------------------- Generales ----------------------------------------*/
.arqdis-root{
    /*-------- TipografÃƒÂ­a --------*/
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: var(--arqdis-root-fz);

    --arqdis-root-fz: 14.5px;

    --fz-9pt: calc( 0.7*var(--arqdis-root-fz) );
    --fz-10pt: calc( 0.85*var(--arqdis-root-fz) );
    --fz-11pt: calc( 0.925*var(--arqdis-root-fz) );
    --fz-12pt: calc( 1*var(--arqdis-root-fz) );
    --fz-13pt: calc( 1.0625*var(--arqdis-root-fz) );
    --fz-14pt: calc( 1.125*var(--arqdis-root-fz) );
    --fz-15pt: calc( 1.25*var(--arqdis-root-fz) );
    --fz-16pt: calc( 1.3*var(--arqdis-root-fz) );
    --fz-17pt: calc( 1.4*var(--arqdis-root-fz) );
    --fz-18pt: calc( 1.5*var(--arqdis-root-fz) );
    --fz-20pt: calc( 1.625*var(--arqdis-root-fz) );
    --fz-22pt: calc( 1.83*var(--arqdis-root-fz) );
    --fz-24pt: calc( 2*var(--arqdis-root-fz) );
    --fz-26pt: calc( 2.16*var(--arqdis-root-fz) );
    --fz-28pt: calc( 2.33*var(--arqdis-root-fz) );
    --fz-30pt: calc( 2.5*var(--arqdis-root-fz) );
    --fz-32pt: calc( 2.66*var(--arqdis-root-fz) );
    --fz-35pt: calc( 2.9*var(--arqdis-root-fz) );
    --fz-40pt: calc( 3.3*var(--arqdis-root-fz) );
    --fz-45pt: calc( 3.75*var(--arqdis-root-fz) );
    --fz-50pt: calc( 4.16*var(--arqdis-root-fz) );
    --fz-60pt: calc( 5*var(--arqdis-root-fz) );
    --fz-65pt: calc( 5.41*var(--arqdis-root-fz) );
    --fz-70pt: calc( 5.83*var(--arqdis-root-fz) );
    --fz-85pt: calc( 7.08*var(--arqdis-root-fz) );
    --fz-90pt: calc( 7.5*var(--arqdis-root-fz) );
    --fz-100pt: calc( 8.3*var(--arqdis-root-fz) );
    --fz-115pt: calc( 9.58*var(--arqdis-root-fz) );
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;


    /*---------- GrÃƒÂ¡fica ---------*/
    --arqdis-c1: #000000;
    --arqdis-c2: #ffffff;
    --arqdis-c3: #0000ff;
    --arqdis-c4: #a7a7a7;
    --arqdis-c5: #fff138;
    --arqdis-c6: #5b5bff;
    --arqids-c7: #13a2e2;

    --masthead-h: 111px;
    --viewport-h: 100vh;
    --max-content-w: 2200px;
    --side-pad: 50px;
}

.arqdis-root * {
    font-family: inherit !important;
}

html {
    scroll-behavior: smooth;
}

/* ---- Cuerpos de texto ---- */

.arqdis-root p{
    font-size: var(--fz-16pt);
    color: var(--arqdis-c1);
    margin-bottom: 1.3em;
    line-height: 1.4em;
}

p.arqdis-cuerpo-hero {
    font-size: var(--fz-18pt);
    color: var(--arqdis-c2);
}

.arqdis-root strong{
    font-weight: 700;
}

.arqdis-root em{
    font-style: italic;
}

/* ---- Headers y subheaders ---- */
.arqdis-h1,
.arqdis-h2,
.arqdis-h3,
p.arqdis-subtitulo-h1,
p.arqdis-subtitulo-h2,
p.arqdis-subtitulo-h3 {
    line-height: 1em;
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 0.3em;
    display: block;
}

.arqdis-h1,
.arqdis-hero-info {
    font-size: var(--fz-115pt);
    color: var(--arqdis-c2);
}

.arqdis-hero-info nav {
    font-size: 0;
}

.arqdis-h1{
    margin-top: -0.15em;
}

.arqdis-h2,
.arqdis-section {
    font-size: var(--fz-60pt);
    color: var(--arqdis-c1);
    margin-bottom: 0.1em;
    text-align: center;
}

.arqdis-h3,
.arqdis-ciclo,
.arqdis-egresados-slide-wrapper,
.arqdis-modulo-egresados {
    font-size: var(--fz-30pt);
    color: var(--arqdis-c1);
}

.arqdis-root p.arqdis-subtitulo-h1 {
    font-size: var(--fz-40pt);
    color: var(--arqdis-c2);
}

.arqdis-root p.arqdis-subtitulo-h2 {
    font-size: var(--fz-24pt);
    color: var(--arqdis-c4);
    margin-bottom: 1em;
}

.arqdis-root p.arqdis-subtitulo-h3 {
    font-size: var(--fz-20pt);
    color: var(--arqdis-c4);
}

/* ---- Botones y enlaces ---- */

.arqdis-root p a{
    color: var(--arqdis-c3);
    font-style: italic;
    transition: color 0.3s;
    text-decoration: none;
}

.arqdis-root p a:hover{
    color: var(--arqdis-c6);
    text-decoration: none;
}

.arqdis-boton,
.arqdis-boton-cta {
    font-weight: 900;
    text-transform: uppercase;
}
.arqdis-links.arqdis-boton > a:hover {
    background-color: #000000;
}

.arqdis-boton-cta,
.arqdis-boton-flotante {
    font-size: var(--fz-24pt);
}

.arqdis-boton-cta {
    background-color: var(--arqdis-c5);
    color: var(--arqdis-c1);
    transition: color 0.3s, background-color 0.3s;
}

.arqdis-boton-cta:hover,
.arqdis-boton-cta:focus,
.arqdis-boton-cta:active {
    text-decoration: none;
    color: var(--arqdis-c2);
    background-color: var(--arqdis-c1) !important;
}

.arqdis-boton{
    font-size: var(--fz-18pt);
    color: var(--arqdis-c2);
    background-color: var(--arqdis-c1);
    display: block;
    transition: color 0.3s, background-color 0.3s;
}

.arqdis-boton:hover,
.arqdis-boton:focus,
.arqdis-boton:active {
    background-color: var(--arqdis-c5) !important;
    color: var(--arqdis-c1);
    text-decoration: none;
}

.arqdis-enlace,
.arqdis-enlace-hero,
.arqdis-enlace:hover,
.arqdis-enlace-hero:hover,
.arqdis-enlace:focus,
.arqdis-enlace-hero:focus,
.arqdis-enlace:active,
.arqdis-enlace-hero:active {
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-underline-offset: 3px;
    text-decoration-skip-ink: none;
    transition: color 0.3s;
}

.arqdis-enlace {
    font-size: var(--fz-18pt);
    color: var(--arqdis-c3);
}

.arqdis-enlace:hover,
.arqdis-enlace:focus,
.arqdis-enlace:active {
    color: var(--arqdis-c6);
}

.arqdis-enlace-hero {
    font-size: var(--fz-20pt);
    color: var(--arqdis-c2);
}

.arqdis-enlace-hero:hover,
.arqdis-enlace-hero:focus,
.arqdis-enlace-hero:active {
    color: var(--arqdis-c5);
}





[target="_blank"]{
    cursor: alias;
}

[data-button-type="scroll-down"]{
    cursor: s-resize;
}

.card{
    /*max-width: 450px;*/
    margin: 10px;

}

@media only screen and (max-width: 1999px){
    .arqdis-root p.arqdis-subtitulo-h1 {
        font-size: var(--fz-30pt);
    }

    p.arqdis-cuerpo-hero {
        font-size: var(--fz-16pt);
    }
    
    .arqdis-h2,
    .arqdis-section {
        font-size: var(--fz-50pt);
        
    }


    .arqdis-root p.arqdis-subtitulo-h2 {
        font-size: var(--fz-22pt);
    }
    
    .arqdis-h3,
    .arqdis-ciclo,
    .arqdis-egresados-slide-wrapper,
    .arqdis-modulo-egresados {
        font-size: var(--fz-26pt);
    }
    
    .arqdis-root p.arqdis-subtitulo-h3 {
        font-size: var(--fz-18pt);
    }

    .arqdis-boton-cta,
    .arqdis-boton-flotante {
        font-size: var(--fz-20pt);
    }

    .arqdis-boton{
        font-size: var(--fz-16pt);
    }
    div.fis-col3{
        width: 33.3%;
        margin: 0 auto;
        padding: 2em;
    }
    div.fis-col3 p{
        text-align: justify;
    }
    div.icon-box{
        display: flex;
        justify-content:space-around;
    }
    div.icon-box  p{
        font-size: 1rem;
        text-align: center !important;
    }
    div.fis-row2{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    div.fis-col2{
        width: 50%;
        padding: 1em;
    }
    .card{
       /* max-width: 450px;*/
        margin: 10px;
    
    }
}

@media only screen and (max-width: 1799px){
    .arqdis-h1,
    .arqdis-hero-info {
        font-size: var(--fz-100pt);
    }
    div.fis-col3{
        width: 33.3%;
        margin: 0 auto;
        padding: 2em;
    }
    div.fis-col4{
        
        margin: 0 auto;
        padding: 1em;
    }
    .icon-box{
        display: flex;
        justify-content:space-around;
        max-width: 100%;
    }
    .icon-box  p{
        font-size: 1rem;
    }
    div.fis-row2{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    div.fis-col2{
        width: 50%;
        padding: 1em;
    }
    .card{
       max-width: 450px;
         margin: 10px;
     
     }
  
}

@media only screen and (max-width: 1699px){
    .arqdis-h1,
    .arqdis-hero-info {
        font-size: var(--fz-90pt);
    }
    div.fis-col3{
        width: 33.3%;
        margin: 0 auto;
        padding: 2em;
    }
    div.icon-box{
        display: flex;
        justify-content:space-around;
    }
    .icon-box  p{
        font-size: 1rem;
    }
    div.fis-row2{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    div.fis-col2{
        width: 50%;
        padding: 1em;
    }
    .card{
        max-width: 450px;
          margin: 10px;
      
      }
}

@media only screen and (max-width: 1499px){
    .arqdis-root p{
        font-size: var(--fz-14pt);
    }

    .arqdis-root p.arqdis-subtitulo-h1 {
        font-size: var(--fz-20pt);
    }

    .arqdis-enlace-hero {
        font-size: var(--fz-16pt);
    }
    
    p.arqdis-cuerpo-hero {
        font-size: var(--fz-14pt);
        margin-bottom: 0.8em;
    }

    .arqdis-h1,
    .arqdis-hero-info {
        font-size: var(--fz-65pt);
    }

    .arqdis-h1 {
        margin-bottom: 0;
    }
    
    .arqdis-h2,
    .arqdis-section {
        font-size: var(--fz-40pt);
        text-align: center;
    }


    .arqdis-h2,
    .arqdis-section-header {
        font-size: var(--fz-40pt);
        text-align: center;
    }
    .arqdis-root p.arqdis-subtitulo-h2 {
        font-size: var(--fz-18pt);
    }
    
    .arqdis-h3,
    .arqdis-ciclo,
    .arqdis-egresados-slide-wrapper,
    .arqdis-modulo-egresados {
        font-size: var(--fz-24pt);
    }
    
    .arqdis-root p.arqdis-subtitulo-h3 {
        font-size: var(--fz-16pt);
    }

    .arqdis-boton-cta,
    .arqdis-boton-flotante {
        font-size: var(--fz-16pt);
    }

    .arqdis-boton{
        font-size: var(--fz-16pt);
    }

    .arqdis-enlace {
        font-size: var(--fz-16pt);
    }
    div.fis-col3{
        width: 33.3%;
        margin: 0 auto;
        padding: 2em;
    }
    div.icon-box{
        display: flex;
        justify-content:space-around;
    }
    .icon-box  p{
        font-size: 1rem;
    }
    div.fis-row2{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    div.fis-col2{
        width: 50%;
        padding: 1em;
    }
    .card{
        max-width: 450px;
          margin: 10px;
      
      }
}

@media only screen and (max-width: 1199px){
    .arqdis-h1,
    .arqdis-hero-info {
        font-size: var(--fz-50pt);
    }

    .arqdis-root p.arqdis-subtitulo-h1 {
        font-size: var(--fz-18pt);
    }

    .arqdis-enlace-hero {
        font-size: var(--fz-14pt);
    }
    
    .arqdis-h2,
    .arqdis-section {
        font-size: var(--fz-30pt);
        text-align: center;
    }

    .arqdis-root p.arqdis-subtitulo-h2 {
        font-size: var(--fz-16pt);
    }
    
    .arqdis-h3,
    .arqdis-ciclo,
    .arqdis-egresados-slide-wrapper,
    .arqdis-modulo-egresados {
        font-size: var(--fz-20pt);
    }
    
    .arqdis-root p.arqdis-subtitulo-h3 {
        font-size: var(--fz-16pt);
    }

    .arqdis-boton-cta, 
    .arqdis-boton-flotante {
        font-size: var(--fz-14pt);
    }

    .arqdis-boton{
        font-size: var(--fz-14pt);
    }

    .arqdis-enlace {
        font-size: var(--fz-14pt);
    }
    div.fis-col3{
        width: 33.3%;
        margin: 0 auto;
        padding: 2em;
    }
    div.icon-box{
        display: flex;
        justify-content:space-around;
    }
    .icon-box  p{
        font-size: 1rem;
    }
    div.fis-row2{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    div.fis-col2{
        width: 50%;
        padding: 1em;
    }
    .card{
        max-width: 450px;
        margin: 10px;
      
      }
}

@media only screen and (max-width: 991px){
    .arqdis-h1,
    .arqdis-hero-info {
        font-size: var(--fz-45pt);
    }

    .arqdis-root p.arqdis-subtitulo-h1 {
        font-size: var(--fz-16pt);
    }

    .arqdis-h2,
    .arqdis-section {
        font-size: var(--fz-26pt);
        text-align: center;
    }

    .arqdis-root p.arqdis-subtitulo-h2 {
        font-size: var(--fz-14pt);
    }

    .arqdis-h3,
    .arqdis-ciclo,
    .arqdis-egresados-slide-wrapper,
    .arqdis-modulo-egresados {
        font-size: var(--fz-16pt);
    }
    
    .arqdis-root p.arqdis-subtitulo-h3 {
        font-size: 1.6rem;
    }
    div.fis-col3{
        width: 100%;
        margin: 0 auto;
        padding: 2em;
    }
    div.fis-col4{
        
        margin: 0 auto;
        padding: 2em;
    }
    div.fis-row2{
        display: block;
    }
    div.fis-col2{
        width: 100%;
        padding: 1em;
    }
    p.hide{
        display: none;
    }
    .card{
        width: 60%;
    }
}

@media only screen and (max-width: 767px){
    .arqdis-h1,
    .arqdis-hero-info {
        font-size: var(--fz-40pt);
    }

    .arqdis-h2,
    .arqdis-section {
        font-size: var(--fz-24pt);
        text-align: center;
    }
    div.fis-col3{
        width: 450px;
        margin: 0 auto;
        padding: 2em;
    }
    div.icon-box{
        display: flex;
        justify-content:space-around;
    }
    .icon-box  p{
        font-size: 1rem;
    }
    .card{
        width: 100%;
    }

}

@media only screen and (max-width: 575px){
    .arqdis-h1,
    .arqdis-hero-info {
        font-size: var(--fz-35pt);
    }

    .arqdis-h3,
    .arqdis-ciclo,
    .arqdis-egresados-slide-wrapper,
    .arqdis-modulo-egresados {
        font-size: var(--fz-15pt);
    }
    div.fis-col3{
        width: 450px;
        margin: 0 auto;
        padding: 2em;
    }
    
    div.icon-box{
        display: block;
        justify-content:space-around;
    }
    .icon-box  p{
        font-size: 1rem;
    }
    .card{
        width: 100%;
        margin: 10px;
    
    }
}

/*-------------------------------------- DiagramaciÃƒÂ³n --------------------------------------*/

/* fadein al cargar */
.arqdis-root{
    opacity: 1 !important;
    transition: opacity 0.3s 0.4s;
}

 ---- DiagramaciÃƒÂ³n general ---- 
.arqdis-hero p,
.arqdis-section p{
    width: 100% !important;
}

.arqdis-hero,
.arqdis-section {
    padding: var(--side-pad);
    max-width: var(--max-content-w);
    margin: 0 auto;
}

/* ---- SecciÃƒÂ³n: Hero banner ---- */
.arqdis-hero-wrapper{
    background-color: var(--arqdis-c1);
    z-index: 4;
    position: relative;
}

.arqdis-hero{
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    min-height: calc( var(--viewport-h) - var(--masthead-h) );
    align-content: center;
    gap: min(8vw, 170px);
}

.arqdis-hero-video{
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    width: 100%;
    overflow: hidden;
    --button-s: 15%;
}

.arqdis-hero-video > iframe, 
.arqdis-hero-video-placeholder{
    position: absolute;
    top: 0;
    width: 100%;
    max-height: 100%;
    left: 0;
}

.arqdis-hero-video-placeholder {
    width: 100%;
    height: 100%;
    background-color: #1d1d1d;
    transition: opacity 0.3s;
}

.arqdis-hero-video-placeholder::after{
    content: '';
    width: calc(var(--button-s)*0.5);
    height: calc( var(--button-s)*0.5*16/9 );
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(assets/yt-loading.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translate(-50%, -50%);
    z-index: 1;
    mix-blend-mode: screen;
}

.now-playing .arqdis-hero-video-placeholder,
.arqdis-hero-video-placeholder.hide-placeholder {
    pointer-events: none;
    opacity: 0;
}

.arqdis-hero-video.now-playing{
    cursor: pointer;
}

.arqdis-hero-video.now-playing iframe{
    pointer-events: none;
}

.arqdis-hero-video.now-playing::before,
.arqdis-hero-video.now-playing::after {
    content: '';
    width: var(--button-s);
    height: calc( var(--button-s)*16/9 );
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(images/speaker.svg);
    background-position: center;
    background-repeat: no-repeat;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.arqdis-hero-video.now-playing::before {
    background-image: url(images/speaker.svg);
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    transition: background-color 0.3s, opacity 0.3s;;
}

.arqdis-hero-video.now-playing::after {
    background-image: url(images/block-sound.svg);
}

.arqdis-hero-video.now-playing:hover::before{
    background-color: rgba(0, 0, 0, 0.8);
}

.arqdis-hero-video.now-playing.playing-unmuted::before {
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.8);
}

.arqdis-hero-video.now-playing.playing-unmuted:hover::before {
    opacity: 1;
}

.arqdis-hero-video.now-playing.playing-unmuted::after {
    opacity: 0;
}

.arqdis-hero-info nav > *:not(:last-child) {
    margin-right: 1em;
}

/* ---- SecciÃƒÂ³n: Cuerpo de contenido ---- */
.arqdis-section {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}

.arqdis-ciclo,
.arqdis-egresados-slide-wrapper {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
    gap: max( 30px, min(5vw, 110px));
    align-items: center;
}

.arqdis-ciclo,
.arqdis-modulo-egresados {
    margin-top: 3em;
    margin-bottom: 6em;
    position: relative;
    left: min( 70px, max( 10px, calc(50vw - var(--max-content-w)/2 - 30px) ) );
}

.arqdis-ciclo:last-child{
    margin-bottom: 0;
}

.arqdis-ciclo:nth-child(2n+1){
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
    left: unset;
    right: min( 70px, max( 10px, calc(50vw - var(--max-content-w)/2 ) ) );
}

.arqdis-ciclo-carrusel {
    grid-column: 2;
    grid-row: 1;
}

.arqdis-ciclo-info {
    grid-column: 1;
    grid-row: 1;
}
.arqdis-ciclo-info p{
    text-align: justify;
}

.arqdis-ciclo:nth-child(2n+1) .arqdis-ciclo-carrusel {
    grid-column: 1;
    grid-row: 1;
}

.arqdis-ciclo:nth-child(2n+1) .arqdis-ciclo-info {
    grid-column: 2;
    grid-row: 1;
}


.arqdis-ciclo-carrusel {
    position: relative;
    padding-bottom: 66.76%; /* 2500:1669 */
    height: 0;
    width: 100%;
}

.arqdis-ciclo-carrusel > figure {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    animation-duration: 18s;
    animation-iteration-count: infinite;
}

figure img {
    max-width: 100%;
    height: auto;
}

.arqdis-ciclo-carrusel > figure:nth-of-type(3),
.arqdis-egresados-slide-wrapper > figure:nth-of-type(1) {
    animation-name: img1;
    z-index: 3;
}

[data-total-slides="2"] .arqdis-egresados-slide-wrapper > figure:nth-of-type(1) {
    animation-name: img1-alt;
}

.arqdis-ciclo-carrusel > figure:nth-of-type(2),
.arqdis-egresados-slide-wrapper figure:nth-of-type(2) {
    animation-name: img2;
    z-index: 2;
}

[data-total-slides="2"] .arqdis-egresados-slide-wrapper figure:nth-of-type(2) {
    animation-name: img2-alt;
}

.arqdis-ciclo-carrusel > figure:nth-of-type(1),
.arqdis-egresados-slide-wrapper figure:nth-of-type(3) {
    animation-name: img3;
    z-index: 1;
}

.arqdis-modulo-egresados .arqdis-enlace{
    display: block;
    width: max-content;
    margin-left: auto;
    margin-top: 1em;
}

.arqdis-egresados-slide-wrapper figure{
    position: relative;
    grid-column: 2;
    grid-row: 1;
    animation-duration: 18s;
    animation-iteration-count: infinite;
    width: 100%;
    height: auto;
}

.arqdis-ciclo-carrusel > figure:not(:nth-of-type(1)):not(:nth-of-type(2)):not(:nth-of-type(3)),
.arqdis-egresados-slide-wrapper figure:not(:nth-of-type(1)):not(:nth-of-type(2)):not(:nth-of-type(3)) {
    display: none;
}

.arqdis-show-on-mobile,
.arqdis-indicador-carrusel{
    display: none;
}

.arqdis-modulo-egresados:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1499px){
    .arqdis-hero-video{
        position: absolute;
        top: 0;
        left: 0;
        --button-s: 10%;
    }

    .arqdis-hero-video.now-playing::before, 
    .arqdis-hero-video.now-playing::after {
        transform: translate(-50%, -70%);
    }

    .arqdis-hero {
        display: block;
        padding-top: 0;
        padding-bottom: 0;
        min-height: 48vw; /* 56.25vw; */
        height: calc( var(--viewport-h) - var(--masthead-h) );
        max-height: 65vw;
    }

    .arqdis-hero-wrapper{
        overflow: hidden;
    }

    .arqdis-hero-info {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        grid-template-rows: 1fr min-content;
        align-items: end;
        column-gap: 50px;

        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        padding-right: inherit;
        padding-left: inherit;
        padding-bottom: 0.8em;
        padding-top: 1.5em;
        background-image: linear-gradient(#0000 0%, #000000e6 50%, black 100%);
        z-index: 1;
    }

    .arqdis-header {
        grid-column: 1;
        grid-row: 1 / span 2;
    }

    .arqdis-hero-info nav{
        grid-column: 2;
        grid-row: 2;
        width: 100%;
        max-width: 700px;
        justify-self: end;
    }

    .arqdis-cuerpo-hero{
        grid-column: 2;
        grid-row: 1;
        justify-self: end;
    }

    .arqdis-hidden-in-laptop {
        display: none;
    }

    .arqdis-ciclo,
    .arqdis-egresados-slide-wrapper {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1.5fr);
    }
    .arqdis-ciclo:nth-child(2n+1){
        grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
    }
    div.fis-col3{
        width: 450px;
        margin: 0 auto;
        padding: 2em;
    }
    
}

@media only screen and (max-width: 1199px){
    .arqdis-root{
        --side-pad: 30px;
    }

    .arqdis-ciclo, .arqdis-modulo-egresados {
        left: 0;
    }

    .arqdis-ciclo:nth-child(2n+1) {
        left: unset;
        right: 0;
    }

    .arqdis-ciclo,
    .arqdis-egresados-slide-wrapper {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }
    .arqdis-ciclo:nth-child(2n+1){
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }
    div.fis-col3{
        width: 100%;
        margin: 0 auto;
        padding: 2em;
    }
    div.fis-col4{
        width: 60%;
        margin: 0 auto;
        padding: 2em;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1499px) and (min-aspect-ratio: 16/9){
    .arqdis-hero-video {
        top: max(-100px, -4vw);
    }

    .arqdis-hero-video.now-playing::before, .arqdis-hero-video.now-playing::after {
        transform: translate(-50%, -80%);
    }

    .arqdis-hero-video-placeholder::after {
        transform: translate(-50%, -90%);
    }
    div.fis-col3{
        width: 50%;
        margin: 0 auto;
        padding: 2em;
    }
}

@media only screen and (max-width: 991px){
    .arqdis-hidden-in-laptop {
        display: unset;
    }

    .arqdis-hero {
        min-height: unset;
        height: unset;
        max-height: unset;
        padding-top: 56.25vw;
        --head-overlap: 8.5vw; /* 80px */
    }

    .arqdis-hero-wrapper{
        overflow: unset;
    }

    .arqdis-hero::before {
        position: absolute;
        content: '';
        width: 100%;
        height: calc(var(--head-overlap)*1.3);
        top: calc( 56.25vw - var(--head-overlap)*1.2 );
        left: 0;
        background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, black 50%, black 100%);
        z-index: 1;
    }

    .arqdis-hero-info {
        position: relative;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        align-items: start;

        background-image: unset;
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        margin-top: calc( -1*var(--head-overlap) );
    }

    .arqdis-h1{
        margin-bottom: 0.3em;
    }

    .arqdis-header {
        grid-column: 1;
        grid-row: 1;
    }

    .arqdis-hero-info nav{
        grid-column: 1;
        grid-row: 3;
        width: 100%;
        max-width: 700px;
        justify-self: start;
    }

    .arqdis-cuerpo-hero{
        grid-column: 1;
        grid-row: 2;
        justify-self: start;
    }

    .arqdis-ciclo, .arqdis-modulo-egresados {
        margin-bottom: 4em;
    }

    .arqdis-ciclo-carrusel > figure,
    .arqdis-ciclo-carrusel > figure:nth-of-type(1),
    .arqdis-egresados-slide-wrapper figure:nth-of-type(1),
    .arqdis-ciclo:nth-child(2n+1) .arqdis-ciclo-carrusel > figure:nth-of-type(1),
    .arqdis-ciclo-carrusel > figure:nth-of-type(2),
    .arqdis-egresados-slide-wrapper figure:nth-of-type(2),
    .arqdis-ciclo:nth-child(2n+1) .arqdis-ciclo-carrusel > figure:nth-of-type(2),
    .arqdis-ciclo-carrusel > figure:nth-of-type(3),
    .arqdis-egresados-slide-wrapper figure:nth-of-type(3),
    .arqdis-ciclo:nth-child(2n+1) .arqdis-ciclo-carrusel > figure:nth-of-type(3) {
        top: 0;
        left: 0;
        right: unset;
        animation: none !important;
    }

    .arqdis-ciclo, 
    .arqdis-egresados-slide-wrapper,
    .arqdis-ciclo:nth-child(2n+1) {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .arqdis-ciclo-carrusel,
    .arqdis-ciclo-info,
    .arqdis-ciclo:nth-child(2n+1) .arqdis-ciclo-carrusel,
    .arqdis-ciclo:nth-child(2n+1) .arqdis-ciclo-info,
    .arqdis-egresados-slide-wrapper figure {
        grid-column: unset;
        grid-row: unset;
    }

    .arqdis-ciclo-carrusel {
        margin-left: calc(-1*var(--side-pad));
        margin-right: calc(-1*var(--side-pad));
        width: 100vw;
        position: relative;
        padding-bottom: unset;
        height: unset;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -ms-overflow-style: none;

        display: flex;
        flex-wrap: nowrap;
    }

    .arqdis-ciclo[data-current-slide][data-total-slides]::after,
    .arqdis-modulo-egresados[data-current-slide][data-total-slides]::after{
        content: attr(data-current-slide) '/' attr(data-total-slides);
        position: absolute;
        background-color: rgba(0, 0, 0, 0.6);
        right: calc(10px - var(--side-pad));
        top: 10px;
        z-index: 3;
        color: white;
        font-size: var(--fz-12pt);
        font-weight: 700;
        padding: 0.2em 0.5em;
        border-radius: 1em;
        letter-spacing: 0.2em;
    }

    .arqdis-ciclo-carrusel::-webkit-scrollbar {
        display: none;
    }      

    .arqdis-ciclo-carrusel figure {
        position: relative;
        flex-shrink: 0;
        scroll-snap-align: center;
        width: 100vw;
    }

    .arqdis-show-on-mobile, 
    .arqdis-egresados-slide-wrapper figure:not(:nth-of-type(1)):not(:nth-of-type(2)):not(:nth-of-type(3)) {
        display: unset
    }

    .arqdis-egresados-slide-wrapper {
        grid-template-columns: 100vw;
        grid-auto-columns: 100vw;
        grid-auto-flow: column;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -ms-overflow-style: none;
        column-gap: 0;
        margin-left: calc(-1*var(--side-pad));
        margin-right: calc(-1*var(--side-pad));
    }

    .arqdis-egresados-slide-wrapper figure {
        scroll-snap-align: center;
        grid-row: 1;
        object-fit: cover;
        width: 100vw;
    }

    .arqdis-egresados-slide-wrapper::-webkit-scrollbar {
        display: none;
    }

    .arqdis-egresados-slide-wrapper > p{
        grid-row: 2;
        grid-column: 1;
        display: grid;
        grid-template-columns: 100vw;
        grid-auto-columns: 100vw;
        grid-auto-flow: column;
    }

    .arqdis-egresados-slide-wrapper > .arqdis-indicador-carrusel ~ p {
        grid-row: 3;
    }

    .arqdis-egresados-slide-wrapper > .arqdis-indicador-carrusel{
        grid-row: 2;
        grid-column: 1;
        position: sticky;
        left: 0;
    }

    .arqdis-egresados-slide-wrapper > p > span{
        padding-left: var(--side-pad);
        padding-right: var(--side-pad);
    }

    .arqdis-indicador-carrusel {
        display: flex;
        justify-content: center;
        margin-bottom: 7px;
    }

    .arqdis-modulo-egresados .arqdis-indicador-carrusel {
        margin-bottom: 0;
    }

    .arqdis-indicador-carrusel span {
        display: block;
        width: 5px;
        height: 5px;
        background-color: var(--arqdis-c4);
        border-radius: 2.5px;
        margin: 0 2.5px;
        transition: 0.3s;
    }

    .arqdis-indicador-carrusel span.arqdis-indicador-seleccionado {
        background-color: var(--arqids-c7);
        transform: scale(1.5);
    }
}

@media only screen and (max-width: 767px){
    .arqdis-root {
        --side-pad: 15px;
    }
    div.fis-col3{
        width: 100%;
        margin: 0 auto;
        padding: 2em;
    }
    .card{
        max-width: 100%;
        margin: 10px;
    
    }
}

@media only screen and (max-width: 575px){
    .arqdis-enlace-hero-cta{
        display: none;
    }

    .arqdis-hero-video {
        --button-s: 18%;
    }
    div.fis-col3{
        width: 100%;
        margin: 0 auto;
        padding: 2em;
    }
    .card{
        max-width: 100%;
        margin: 10px;
    
    }
}


/* ---- Seccion: Enlaces del footer ---- */
.arqdis-boton-cta{
    display: block;
    margin: 0;
    padding: 1em;
    position: sticky;
    bottom: 0;
    z-index: 3;
    text-align: center;
}

.arqdis-boton{
    margin: 0;
    padding: 1em;
}

.arqdis-links{
    display: flex;
    flex-wrap: wrap;
}

.arqdis-links > a{
    box-sizing: border-box;
    text-align: center;
    width: 33.33%;
    border: 1px solid rgb(163, 163, 163);
}
.arqdis-links > a:hover{
    background-color:rgb(0, 0, 0) !important;
    color: #fff;
}
.arqdis-links > a:nth-child(5):nth-last-child(1),
.arqdis-links > a:nth-child(4):nth-last-child(2) {
    width: 50%;
}

.arqdis-links > a:last-child,
.arqdis-links > a:nth-last-child(2) {
    border-bottom-width: 2px;
}

hr.button-breaks {
    margin: 0;
    border-top: 0;
    border-bottom: 1px solid var(--arqdis-c5);
}

.arqdis-boton-flotante {
    position: sticky;
    bottom: 4.5em;
    display: flex;
    align-content: center;
    justify-content: center;
    width: max(60px, min(6vw, 110px));
    height: max(60px, min(6vw, 110px));
    background-color: var(--arqdis-c1) !important;
    border-radius: 100px;
    z-index: 3;
    margin: 15px;
    margin-bottom: 1em;
    margin-left: auto;
    transform-origin: center;
    transform: scale(1);
    transition: transform 0.3s;
    color: var(--arqdis-c1);
}

.arqdis-boton-cta,
.arqdis-boton-flotante{
    
    pointer-events: none;
    transition: 0.3s;
    background-color: yellow;
}

.show-ctas .arqdis-boton-cta,
.show-ctas .arqdis-boton-flotante{
    pointer-events: unset;
    opacity: 1;
}

.arqdis-boton-flotante figure{
    width: 60%;
    display: flex;
}

.arqdis-boton-flotante figure img{
    position: relative;
    left: 2%;
    bottom: 2%;
}

.arqdis-boton-flotante:hover,
.arqdis-boton-flotante:focus,
.arqdis-boton-flotante:active {
    transform: scale(1.08);
}

@media only screen and (max-width: 991px){
    .arqdis-links > a,
    .arqdis-links > a:nth-child(5):nth-last-child(1), 
    .arqdis-links > a:nth-child(4):nth-last-child(2) {
        width: 100%;
    }

    .arqdis-links > a:nth-last-child(2) {
        border-bottom-width: 1px;
    }
}

@media only screen and (max-width: 575px){
    .arqdis-links > a {
        border-left: none;
        border-right: none;
    }
}


/*------------------------------- Desactivar hovers en mÃƒÂ³vil -------------------------------*/
@media (hover: none) {
    .arqdis-boton-cta:hover,
    .arqdis-boton-cta:focus,
    .arqdis-boton-cta:active {
        color: var(--arqdis-c1);
        background-color: var(--arqdis-c5) !important;
    }

    .arqdis-boton:hover,
    .arqdis-boton:focus,
    .arqdis-boton:active {
        background-color: var(--arqdis-c1) !important;
        color: var(--arqdis-c2);
    }

    .arqdis-enlace:hover,
    .arqdis-enlace:focus,
    .arqdis-enlace:active {
        color: var(--arqdis-c3);
    }

    .arqdis-enlace-hero:hover,
    .arqdis-enlace-hero:focus,
    .arqdis-enlace-hero:active {
        color: var(--arqdis-c2);
    }

    .arqdis-enlace-hero:hover::after,
    .arqdis-enlace-hero:focus::after,
    .arqdis-enlace-hero:active::after {
        filter: sepia(0) saturate(0) hue-rotate(0deg);
    }

    .arqdis-enlace:hover::after,
    .arqdis-enlace:focus::after,
    .arqdis-enlace:active::after {
        filter: saturate(1) brightness(1);
    }

    .arqdis-hero-video.now-playing:hover::before{
        background-color: rgba(0, 0, 0, 0.4);
    }

    .arqdis-hero-video.now-playing.playing-unmuted:hover::before {
        opacity: 0;
    }

    .arqdis-hero-video.now-playing.playing-unmuted::before {
        transition-delay: 1s;
    }

    .arqdis-boton-flotante:hover,
    .arqdis-boton-flotante:focus,
    .arqdis-boton-flotante:active {
        transform: scale(1);
    }
    
    .arqdis-root p a:hover{
        color: var(--arqdis-c3);
    }
}


/*------------------------------- Ajustes scouting -------------------------------*/
.view-id-footer_top.enlace-de-interes{
    display: none;
}

.page-pregrado-oferta-academica .arqdis-links {
    margin-bottom: -3px;
}

.widgetcontacto {
    display: none;
}

.page-pregrado-oferta-academica .container-fluid {
    overflow: unset;
}































/* ---- Animaciones ---- */
@keyframes img1 {
    0% {
        opacity: 1;
    }
    28% {
        opacity: 1;
    }
    33% {
        opacity: 0;
    }
    95% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes img2 {
    0% {
        opacity: 0;
    }
    28% {
        opacity: 0;
    }
    33% {
        opacity: 1;
    }
    61% {
        opacity: 1;
    }
    66% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes img3 {
    0% {
        opacity: 0;
    }
    61%{
        opacity: 0;
    }
    66% {
        opacity: 1;
    }
    95% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes img1-alt {
    0% {
        opacity: 1;
    }
    47.5% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    97.5% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes img2-alt {
    0% {
        opacity: 0;
    }
    47.5% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    97.5% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
/*------------------------Physics style------------------------------*/
.fis-section-1{
    padding: 3em 3em;
    
}

h2.fis-h2{
    text-align: center;
    padding-bottom: 0.5em;
    font-size: 4rem !important;
}
div.fis-row3{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.fis-col3{
    width: 33.3%;
    margin: 0 auto;
    padding: 1em;
}
.fis-col3 em{
    font-size: small;
}
h3.fis-h3{
    font-size: x-large;
}
.h3-w100{
    width: 100%;
    padding: 1em 1em;
    
}
h4.fis-h4{
    font-size: large ;
    padding-top: 1em;
    color: #2b2b2b;
}
.alert-fis{
    padding: 4em 2em;
    background-color: #ebebeb;
    color: #000000;
}
.center{
    text-align: center;
}

.btn-fis{
    padding: 0.3em 0.4em;
    text-decoration: none;
    font-size:medium ;
    background-color: #fff138;
    border-radius: 2em;
    color: #000000;
    cursor: pointer;
    margin: 1em;
    display: block;
}
.btn-xs{
    padding: 0.18em 0.28em;
    text-decoration: none;
    font-size:small ;
    background-color: #000000;
    border-radius: 1.5em;
    color:#fff138 !important;
    cursor: pointer;
    margin-bottom: none;
}
img.icon{
    width: 40px;
    margin-bottom: 0.8em;
}

.fis-section-2{
    margin: 1em 0;
    padding: 3em 1em;
    background-color: #e7e7e7;    
}
.border-box{
    border: 1px solid #2b2b2b;
    margin: 1em;
}



/***************************************Option Cards*********************************/
.container_cards{
    max-width:100%;    
    display: flex;
    justify-content:space-evenly;
    align-items: center;
    font-family:arial;
    
    flex-wrap: wrap;
}


.card .cover{
    width: 100%;
    overflow: hidden;
}

.card .img_back{
    width: 100%;
    height: 200px;
    bottom: -80px;
    left: 0;
    background-size: cover;
    border-radius: 20px 20px 0px 0px;
    
}

    .card:nth-of-type(3) .img_back {
        background-image: url(https://fisica.uniandes.edu.co/sites/default/files/images/pages/programs/options/opcion-fisica.png);
    }
    .card:nth-of-type(1) .img_back {
        background-image: url(https://fisica.uniandes.edu.co/sites/default/files/images/pages/programs/options/opcion-astronomia.png);
    }
    .card:nth-of-type(2) .img_back {
        background-image: url(https://fisica.uniandes.edu.co/sites/default/files/images/pages/programs/options/opcion-nano_ciencia-tecnologia.png);
    }
.card .description{
    background: white;
    margin-top: -10px;
    padding: 30px;
    border-radius: 0px 0px 20px 20px;
    
}
.card .description .t1{
    margin-top: 20px;
    text-align: center;
}
.card .description p{
    margin: 15px auto !important;
    text-align: justify;
}
.card .description .btn-card{
    padding: 10px 30px;
    margin-top: 20px;   
    border: none;
    color: aliceblue;
    font-size: 12px;
    cursor: pointer;
    border-radius: 15px;

}
/*******************style for major physics***********/
.card .description .btn-options{
    background-color:#381552;
    width: 100%;
    transition: all 300ms;
    
}
.card .description .btn-options:hover{
    background-color:#8a67a3;

}
.card .description p>em{
font-size: small;
}

.img-fis{
    border-radius: 20px 0px;
    margin-bottom: 2rem;
    max-width: 350px;
}

.t-left{
text-align: left !important;
}
.t-right{
    text-align: right !important;
}


/*************************************flip card**************************************/
.maincontainer
{
    width: 415px;
    height: 300px;
    margin: 10px;
    
}

.maincontainer img
{
   border-radius: 10px;
   width: 415;
}

.back h2
{
    position: absolute;
}

.back p{
    font-size: 15px;
}

.front h2
{
    position: absolute;
    padding: 10px;
    top: 20%;
    color: #ffffff;
}

/* style the maincontainer class with all child div's of class .front */
.maincontainer > .front
{
    position: absolute;
    transform: perspective(600px) rotateY(0deg);
    
    width: 415px;
    height: 300px;
    
    backface-visibility: hidden; /* cant see the backside elements as theyre turning around */
    transition: transform .5s linear 0s;
}

/* style the maincontainer class with all child div's of class .back */
.maincontainer > .back
{
    position: absolute;
    transform: perspective(600px) rotateY(180deg);
    background: #ffffff;
    color: #2e2e2e;
    width: 415px;
    height: 300px;
    border-radius: 10px;
    padding: 2rem;
    backface-visibility: hidden; /* cant see the backside elements as theyre turning around */
    transition: transform .5s linear 0s;
}

.maincontainer:hover > .front
{
    transform: perspective(600px) rotateY(-180deg);
}

.maincontainer:hover > .back
{
    transform: perspective(600px) rotateY(0deg);
}


/*****************************************************vida universitaria*********************************/

.row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.row:nth-child(even) .content {
    order: 2;
}
.content {
    flex: 1;
}
.image {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}
.image img {
    max-width: 100%;
    height: auto;
}
@media (max-width: 600px) {
    .row {
        flex-direction: column;
    }
    .image {
        justify-content: center;
    }
}

/*********************************************************************Fig caption Overlay***************************/

.fis-caption {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    margin: 0;
    color: #fff;
  }
  
  .fis-caption img {
    display: block;
    max-width: 100%;
    height: auto;
    
  }
  
  .fis-caption-text{
    position: absolute;
    width: 100%;
    left: 50%; 
    left: 0;
  bottom: 0;
  padding: 0.55em 0.75em;
    background-color: #00000073; 
    color: #fff; 
    padding: 10px 20px;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  }
  .fis-caption p{
    color: #fff !important;
    margin: 0 auto !important;
    padding: 0 !important;
    font-size: 0.85rem !important;
  }
  .fis-caption:hover .wp-caption-text {
  opacity: 1;
  }

  .arqdis-carrusel-flecha {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    cursor: pointer;
    z-index: 10;
}

/* Contenedor del carrusel */
.slider {
    position: relative; /* Esto hace que las flechas se posicionen respecto a este contenedor */
    width: 100%;        /* Asegura que el contenedor ocupe todo el ancho disponible */
    overflow: hidden;   /* Oculta cualquier contenido que se desborde */
}

/* Flechas de navegación */
.arqdis-carrusel-flecha {
    position: absolute;  /* Posiciona las flechas de manera absoluta dentro del contenedor */
    top: 50%;            /* Centra verticalmente las flechas */
    transform: translateY(-50%); /* Ajusta la posición para que estén exactamente en el centro */
    font-size: 30px;     /* Tamaño de la flecha */
    color: white;        /* Color de la flecha */
    background: rgba(0, 0, 0, 0.5); /* Fondo semitransparente */
    padding: 10px;       /* Espaciado de las flechas */
    cursor: pointer;     /* Muestra un cursor de puntero cuando el usuario pasa sobre ellas */
    z-index: 10;         /* Asegura que las flechas estén por encima de las imágenes */
}

/* Flecha izquierda (ubicada a la izquierda del carrusel) */
.arqdis-carrusel-flecha.izquierda {
    left: 10px; /* Ubicación de la flecha a la izquierda */
}

/* Flecha derecha (ubicada a la derecha del carrusel) */
.arqdis-carrusel-flecha.derecha {
    right: 10px; /* Ubicación de la flecha a la derecha */
}

/* Flechas al pasar el cursor */
.arqdis-carrusel-flecha:hover {
    background: rgba(0, 0, 0, 0.8); /* Hace que el fondo sea más oscuro cuando se pasa el cursor */
}

/* Ocultar todas las imágenes por defecto */
.fis-caption {
    display: none; /* Oculta las imágenes cuando no están activas */
}

/* Mostrar la imagen activa */
.fis-caption.active {
    display: block; /* Muestra la imagen activa */
}

/*             *****************************   Slider 2        ****************************                */

.slider-2 {
    position: relative; /* Esto hace que las flechas se posicionen respecto a este contenedor */
    width: 100%;        /* Asegura que el contenedor ocupe todo el ancho disponible */
    overflow: hidden;   /* Oculta cualquier contenido que se desborde */
}

/* Flechas de navegación */
.arqdis-carrusel-flecha {
    position: absolute;  /* Posiciona las flechas de manera absoluta dentro del contenedor */
    top: 50%;            /* Centra verticalmente las flechas */
    transform: translateY(-50%); /* Ajusta la posición para que estén exactamente en el centro */
    font-size: 30px;     /* Tamaño de la flecha */
    color: white;        /* Color de la flecha */
    background: rgba(0, 0, 0, 0.5); /* Fondo semitransparente */
    padding: 10px;       /* Espaciado de las flechas */
    cursor: pointer;     /* Muestra un cursor de puntero cuando el usuario pasa sobre ellas */
    z-index: 10;         /* Asegura que las flechas estén por encima de las imágenes */
}

/* Flecha izquierda (ubicada a la izquierda del carrusel) */
.arqdis-carrusel-flecha.izquierda {
    left: 10px; /* Ubicación de la flecha a la izquierda */
}

/* Flecha derecha (ubicada a la derecha del carrusel) */
.arqdis-carrusel-flecha.derecha {
    right: 10px; /* Ubicación de la flecha a la derecha */
}

/* Flechas al pasar el cursor */
.arqdis-carrusel-flecha:hover {
    background: rgba(0, 0, 0, 0.8); /* Hace que el fondo sea más oscuro cuando se pasa el cursor */
}

/* Ocultar todas las imágenes por defecto */
.fis-caption-2 {
    display: none; /* Oculta las imágenes cuando no están activas */
}

/* Mostrar la imagen activa */
.fis-caption-2.active {
    display: block; /* Muestra la imagen activa */
}

.bg-gray-100 {
    background-color: #f7fafc;
}
.text-gray-800 {
    color: #2d3748;
}
.text-gray-700 {
    color: #4a5568;
}
.text-blue-600 {
    color: #3182ce;
    float: right;
}
.text-blue-600:hover {
    color: #2b6cb0;
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}
.max-w-3xl {
    max-width: 48rem;
}
.max-w-4xl {
    max-width: 56rem;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.text-center {
    text-align: center;
}
.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}
.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.font-bold {
    font-weight: 700;
}
.font-semibold {
    font-weight: 600;
}
.mb-4 {
    margin-bottom: 1rem;
}
.mb-6 {
    margin-bottom: 1.5rem;
    max-width: 70%;
    margin: 0 auto;
}
.mb-2 {
    margin-bottom: 0.5rem;
    
}
.list-disc {
    list-style-type: square;
    
}
.pl-5 {
    padding-left: 1.25rem;
}


.background-af {
    background-image: linear-gradient(rgba(0, 0, 0, 0.37), rgba(0, 0, 0)), url("https://aspirantes.uniandes.edu.co/sites/default/files/Landing-Fisica/images/OpticaC.JPG");
    backdrop-filter: blur(10px);
    background-size: cover;
    -webkit-backdrop-filter: blur(10px);
    background-position: center;
    padding: 8.5rem 1.5rem;
    color: white;
    border-top: 5PX solid #e9b657;
}
.background-af > .h2-af{
    color: #e9b657;
    font-size: 3rem;
    text-align: center;
    top: -20px;
    padding-bottom: 1rem;
}
.apoyo-f {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.section-af {
    color: #fff;
    padding: 20px;
    border: 10px;
    min-width: 600px;
    max-width: 800px;
    border: 1px solid #e9b657;
    border-radius: 30px;
    
}
.section-af a {
    color: rgb(240, 200, 69);
    border: none;
    padding: 1px 2px;
    cursor: pointer;
    font-size: 13px;
}
.section-af a:hover {
    background-color: rgba(0, 0, 0, 0.11);
    border: 1px solid orange;
    border-radius: 15px 10px;
    color: #fff;
}
.section-af > h2{
    color: #e9b657;
    font-size: 2rem;
    text-align: center;
    
    padding-bottom: 1rem;
}
.section-af, .background-af > p{
    color: #fff !important;
}