/*
 ██████   ██████  ██████  ███    ███
██       ██      ██    ██ ████  ████
██   ███ ██      ██    ██ ██ ████ ██
██    ██ ██      ██    ██ ██  ██  ██
 ██████   ██████  ██████  ██      ██
                                
 DESARROLLADO POR GERENCIA DE COMUNICACIÓN ESPOL 2026
 Desarrollador CSS: Amhed Flores Ordóñez
 fecha de actualización: 10-marzo-2026
 */
@charset "UTF-8";
@import url(https://cdn.espol.edu.ec/css/global.css);
@import url(https://cdn.espol.edu.ec/css/espol_colores.css);
/* ESPOL Galápagos */
:root {
--bs-shadow-btn:var(--es-galapagos);
--bs-centro-c-c:var(--es-galapagos-c);
--bs-slider: var(--bs-c-1);
}
.arrow-3 {
    background: var(--bs-espol) !important;
}
section {
    scroll-margin-top: var(--margin-header);
}
#proyecto, #galapagos {
    scroll-margin-top: calc(var(--margin-header) + var(--padding));
}
 #cooperacion {
    scroll-margin-top: calc(var(--margin-header) + var(--padding) * 3);
}
nav#menu_principal .links-container :where(a, span) {
    font-size: clamp(12px, 1.2vw, 14px);
}
#logo li:first-child svg {
    width: 90px;
}
.logo_index ul {
    flex-direction: column;
}
.logo_index li:first-child {
    position: relative;
}
.logo_index li:first-child svg {
    width: 290px;
    height: 115px;
}
.logo_index li:first-child:after {
    content: '';
    position: absolute;
    inset: auto auto -14px 0;
    width: calc(100% - 17px);
    height: 2px;
    background-color: var(--bs-c-4);
}
.logo_index li:last-child svg {
    position: absolute;
    inset: 126px auto auto -40px;
    width: 314px;
    height: 80px;
}
section.emphasis .scroll-image {
    height: 100%;
}
section.slider.video a,
.slick-initialized .slick-slide {
    position: relative;
    background: transparent !important;
}
section.slider.video.carrusel .slick-slide:has(img, video)::before {
    position: absolute;
    inset: auto auto calc(0dvh + 120px) 20%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60%;
    height: auto;
    padding: var(--padding);
    background-image: linear-gradient(var(--bs-c-4), var(--bs-c-2)),
                        linear-gradient(var(--bs-c-4), var(--bs-c-2)),
                        linear-gradient(var(--bs-c-4), var(--bs-c-2)),
                        linear-gradient(var(--bs-c-4), var(--bs-c-2)),
                        linear-gradient(var(--bs-c-4), var(--bs-c-2)),
                        linear-gradient(var(--bs-c-4), var(--bs-c-2)),
                        linear-gradient(var(--bs-c-4), var(--bs-c-2)),
                        linear-gradient(var(--bs-c-4), var(--bs-c-2));
    background-size: 30px 4px, 4px 30px,
                     30px 4px, 4px 30px,
                     30px 4px, 4px 30px,
                     30px 4px, 4px 30px;
    background-position: left top, left top, right top, right top, left bottom, left bottom, right bottom, right bottom;
    background-repeat: no-repeat;
    font-family: 'Roboto-Medium';
    font-size: clamp(1.1rem, 0.3943rem + 2.2vw, 2rem);
    color: var(--bs-c-4);
    text-align: center;
    text-transform: uppercase;
}
section.slider.video.carrusel .slick-slide:has(img)::before {
    content: attr(data-texto-imagen);
}
section.slider.video.carrusel .slick-slide:has(video)::before {
    content: attr(data-texto-video);
}
section.slider.video :is(img, video) {
    opacity: 1;
    mix-blend-mode: soft-light;
}
article.glass.center {
    background-color: var(--bs-c-1-opc);
}
section.parrafos p {
    gap: 1.5lh;
}
html[data-theme="dark"] .card-contenedor .informativo .card :is(h2, h3, h4),
html[data-theme="dark"] section.showcase ul li h3,
section.barra p a {
    color: var(--bs-c-1);
}
html[data-theme="dark"] .informativo .card:is(.modelo-1, .modelo-2):hover svg path {
    fill: var(--bs-c-1);
}
section.callout-servicio ul {
    max-width: 1300px;
    margin: 0 auto;
    padding: var(--padding) var(--padding) 0;
}
section.callout-servicio ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-block-end: var(--padding);
    gap: calc(var(--gap) / 2);
    border-radius: var(--radiusbg);
}
section.callout-servicio ul li:before {
    content: '\f560';
    position: relative;
    font-family: var(--font-icons);
    font-size: clamp(2em, 6vw, 3em);
    background: linear-gradient(var(--bs-c-1), var(--bs-centro-color));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
section.callout-servicio ul p {
    color: var(--bs-body-color) !important;
}
section.callout-servicio ul li figure {
    background: none !important;
}
.card-contenedor .informativo .card,
.cards ul.objetives.simbolo > li {
    box-shadow: none;
}
section.showcase {
    background-color: var(--bs-main) !important;
}
section.callout .callout-content {
    flex-direction: column;
}
section.emphasis {
    margin-block-start: 0;
    border-radius: 0;
}
section.showcase ul li h3 {
    font-weight: 100;
    line-height: normal;
    color: var(--bs-centro-color);
}
section.showcase .container:last-child p {
    padding-top: var(--padding);
}
section.callout-servicio li p {
    font-size: 1.1rem;
    font-family: 'Roboto-Medium';
    text-align: left;
}
section.card-contenedor:has(.informativo img),
section.barra.centro:has(h1) {
    background-color: var(--bs-c-1) !important;
}
section.showcase ul li h3,
section.barra .container.comment cite {
    font-size: 1.2rem;
}
section.about:has(.glass.center) {
    background-position: center !important;
}
section.emphasis :is(h1, h2) {
    font-size: 2.2rem;
}
section.emphasis li.icon h3 {
    color: var(--bs-body-color);
    text-transform: none;
}
section.callout-servicio .container p {
    color: var(--card-title);
}
section.barra a.arrow_4 {
    background: var(--bs-centro-color);
}
section.barra p a {
    text-decoration: underline;
    font-weight: bolder;
}
section.barra p a:hover {
    color: var(--link-hover);
}
section.callout .callout-img img {
    object-position: center 25%;
}
section.callout a.arrow-2::after {
    content: '\f1c1';
}
.card-contenedor .informativo .card h3,
section.emphasis li.icon h3,
section.barra .container h2,
section.barra.centro p,
section:last-of-type .barra.light p,
.backimage h2  {
    font-size: 1.4rem;
}
section.parrafos .container h3 {
    font-size: 2rem;
    font-weight: bolder;
}
section.parrafos {
    background-color: var(--bs-c-1) !important;
    border-radius: var(--radiusbg) var(--radiusbg) 0 0;
    margin-block-start: calc(var(--padding) * -1);
}
section.showcase .container:last-child p,
section.barra .container :is(h1, h2),
section.barra.light p,
section.barra.centro p,
section.barra:has(h1) .container p  {
    text-align: center;
}
section.barra .container h1 {
    font-size: clamp(2rem, 0.3943rem + 3.4783vw, 2.8rem);
    font-weight: bolder;
}
section.callout {
    padding-block: 0 !important;
}
section.callout .callout-img li {
    top: 0;
    height: 100% !important;
    animation: none !important;
    transform: none !important;
}
section:last-of-type .barra.light:has(h2.visually-hidden) {
    background: var(--bs-main-1) !important;
}
section.barra.centro:has(h2.visually-hidden):before {
    content: "";
    position: absolute;
    top: -20px;
    width: 100%;
    height: 50px;
    background: inherit;
    clip-path: ellipse(70% 100% at 50% 100%);
    -webkit-clip-path: ellipse(70% 100% at 50% 100%);
    transform: translateX(calc(var(--padding) * -1));
}
section.emphasis li.icon h3,
section.barra.centro p,
section:last-of-type .barra.light p {
    font-family: 'SF-Pro-Regular', Arial, Helvetica;
}
article.glass.center :is(h2, p),
section.parrafos p,
section.parrafos .container h3,
section.callout mark,
section.barra.centro p,
section.bloques.bloques-colores ul.container li:nth-of-type(5n+1),
section.bloques.bloques-colores ul.container li:nth-of-type(5n+2),
section#enfoque :is(h2, p),
section:last-of-type .barra.light:has(h2:not(.visually-hidden)) :is(h2, p) {
    color: var(--bs-c-9);
}
section.bloques.bloques-colores ul.container li:nth-of-type(5n+4),
section.barra.centro:has(h2.visually-hidden) * {
    color: var(--bs-c-4);
}
.logo_index li:last-child svg rect,
section.bloques .btn-container {
    display: none;
}
section.bloques.bloques-colores ul.container li:nth-of-type(5n+2),
section.callout-servicio,
section:last-of-type .barra.light:has(h2),
section :has(.backimage) {
    background-color: rgb(var(--es-galapagos-c-1)) !important;
}
section.callout-servicio {
    border-radius: var(--radiusbg) var(--radiusbg) 0 0;
    margin-block-start: calc(var(--padding) * -1);
}
.emphasis-container {
    top: 40%;
    transform: translateY(-10%);
}
section.noticia {
    background-color: var(--bs-main) !important;
}
section.showcase ul li h3 {
    padding: 0;
}
section:last-of-type .barra.light:has(h2.visually-hidden),
section:last-of-type .barra.light:has(h2) {
    padding-block: 0;
}
section.barra :has(h1).container p,
section.barra.centro p,
section.barra.light p,
section:last-of-type .barra.light p,
section.barra.centro:has(h2.visually-hidden) {
    padding-inline: var(--padding);
}
section.barra .container p {
    padding-inline: 0;
}
section.callout-producto > ul,
section.barra.light p,
section.barra.centro p,
section.noticia:has(h2),
section.noticia h2 {
    padding-block-end: 0;
}
section.parrafos .container h3,
section:has(.backimage),
section.bloques.bloques-colores,
section.callout-producto > ul h2,
section.about :is(h1, h2),
section.noticia {
    padding-block-start: 0;
}
section.showcase ul {
    padding-block-start: var(--padding);
}
section.noticia h2 {
    padding-block-end: calc(var(--padding) / 2);
}
/* footer  adaptación*/
#fc2, #fc1 :is(ul li:last-child, h4) {
    display: none !important;
}
footer#footer_centros a:is(.btn_eventos, .btn_noticias) {
    width: 250px;
}
#novedades_espol {
    flex-direction: row;
}
footer#footer_centros ul:is(.fn1, .fn2) li {
    flex: 1 0 calc(50% - var(--gap)) !important
}
#fc1 {
    justify-content: center !important;
}
#fc3 {
    align-items: flex-start;
}
@media (max-width: 1023px) {
    section {
        scroll-margin-top: calc(var(--menu-mobile) * 2)
    }
    main section.section:has(.slider) {
        padding: 0;
    }
    #proyecto, #galapagos {
        scroll-margin-top: calc(var(--menu-escritorio) - 5px);
    }
    #cooperacion {
        scroll-margin-top: calc(var(--menu-mobile) * 2 + var(--padding) * 4);
    }
    nav#menu_principal .links-container :where(a, span) {
        font-size: 14px
    }
}
@media (max-width: 968px) {
    section.callout .callout-img {
        top: 0;
    }
}
@media (max-width: 768px) {
    section.callout .callout-img li {
        top: 0 !important;
    }
    section.emphasis.emphasis--galeria .scroll-image {
        min-height: 100%;
    }
    section.parrafos p {
        columns: 1;
        text-align: center;
    }
    section.about article {
        text-align: center;
    }
    footer#footer_centros ul.fn2 li {
        flex: 1 0 100% !important;
    }
    #novedades_espol {
        flex-direction: column;
        width: 100%;
    }
    footer#footer_centros a:is(.btn_eventos, .btn_noticias) {
        width: 100%;
    }
    section.slider.video.carrusel .slick-slide:has(img, video)::before {
        bottom: 40dvh;
        width: calc(100% - var(--padding));
        left: calc(var(--padding) / 2);
    }
    section.slider.video.carrusel .slick-slide:has(video)::after {
        bottom: calc(40dvh - 20px);
    }
}
@media (max-width: 630px) {
    .backimage :is(h2, h3, h4, p) {
        color: var(--bs-c-4);
    }
    .backimage > li {
        padding-bottom: 75%;
    }
}
@media (max-width: 465px) {
    #logo li:first-child svg {
        width: 74px;
    }
    #logo li:last-child svg {
        width: 125px;
    }
}
@keyframes esquinasMove {
    0% {background-position: left top, left top, right bottom, right bottom;}
    25% {background-position: right top, right top, left bottom, left bottom;}
    50% {background-position: right bottom, right bottom, left top, left top;}
    75% {background-position: left bottom, left bottom, right top, right top;}
    100% {background-position: left top, left top, right bottom, right bottom;}
}
@media (prefers-reduced-motion: no-preference) {
    section.callout .callout-img li:hover img {
        transform: scale(var(--scale_img_sm));
    }
    section.callout .callout-img li img {
        transition: transform 0.3s ease;
    }
    section.slider.video.carrusel .slick-slide:has(img, video)::before {
        animation: esquinasMove 6s cubic-bezier(0.215, 0.610, 0.355, 1) infinite;
    }
}