
:root {
    --border-radius-size: 14px;
    --warning: #EC9B3B;
    --danger: #EE5487;
    --success: #82BB30;
    --help: #4FACFF;
}

html,
body {
    position: relative;
    height: 100%;
}

body {
    background: #eee;
    color: #000;
    margin: 0;
    padding: 0;
}

header {
    background-image: url('../img/HeaderFisibility.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 120%;
    max-width: 100vw;
}

footer {
    background-image: url('../img/FooterFisibility.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100vw;
    max-width: 100vw;
    min-height: 50vh;
}

/* MENU & LANGUAGE SELECT */
.navbar {
    background-image: url('../img/navbar.png');
    background-size: cover; /* Ajusta el tamaño de la imagen para cubrir completamente el fondo */
    background-position: center; /* Centra la imagen en el fondo */
    text-align: center;
    padding: 10px;
    margin: 20px 0;
}

.navbar a {
    font-weight: 600;
    margin: 0 40px;
    text-decoration: none;
    color: black;
}

.navbar a:hover {
    border-top: 2px solid #0D283D;
    border-bottom: 2px solid #0D283D;
    color: #0D283D;
    box-shadow: 0 0 10px 3px #0D283D;
}
  
.language-select {
    padding: 5px;
    font-size: 18px;
    color: black;
    border: transparent;
    outline: none;
}

.content {
    padding: 20px;
}
/* THE END MENU & LANGUAGE SELECT */

/* WINDOW & SLIDER */
.modal-container {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 90vw;
    min-height: 90vh;
    background-color: #fff;
    text-align: center;
    align-items: center;
    transform: translate(-50%, -50%) scale(0); /* Inicialmente, el modal está invisible y en escala 0 */
    transition: transform 1.5s ease;
    box-shadow: 0 0 6px 0 rgba(255, 255, 255, 0.8); /* Sombra suave */
    /* box-shadow: -1px 15px 30px -12px black; */
    border-radius: 10px; /* Bordes redondeados */
}

#contentModal.active {
    transform: translate(-50%, -50%) scale(1); /* Cuando la clase 'active' está presente, el modal se escala a tamaño completo */
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.autoplay-progress {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: var(--swiper-theme-color);
}

.autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: var(--swiper-theme-color);
    fill: none;
    stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
}

.close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 30px;
    cursor: pointer;
    color: #333;
    z-index: 100;
}
/* THE END WINDOW & SLIDER */

/* IMAGE SETTINGS */
.fisibility-card__image {
    position: relative;
    height: 50vh;
}

.fisibility-card__image img.main-img {
    height: 100%;
    width: auto;
    margin: 0 15%;
}

.fisibility-card__image img.main-one:hover {
    filter: saturate(180%);
    -webkit-transform:scale(1.3);transform:scale(1.12);
    box-shadow: 0px 0px 1px 1px var(--success);
    -webkit-box-shadow: 0px 0px 1px 1px var(--success);
}

.one .fisibility-card__image {
    background: url(../img/landingPage/1-MVP.png);
    background-repeat: no-repeat;
    background-size: cover; 
    position: relative;
}

.five .fisibility-card__image {
    background-color: #fff ;
    position: relative;
    height: 50%;
}

.five .fisibility-card__image img {
    height: 80%;
    width: auto;
    margin: 20px 15% 0 15%;
}

.fisibility-card--left__image {
    position: relative;
    max-width: 70vw;
    max-height: 90vh;
}

.fisibility-card--left__image img{
    position: relative;
    height: 90vh;
    width: 55vw;
}

.seven .fisibility-card--left__image {
    max-width: 60vw;
    max-height: 90vh;
}

.seven .fisibility-card--left__image img {
    height: 100%;
    width: auto;
    max-width: 50vw;
    max-height: 90vh;
}


/* CONTENT */
.fisibility-card {
    background: white;
    width: 140%;
    height: 90%;
    display: inline-block;
    margin: auto;
    border-radius: var(--border-radius-size) + 5;
    position: relative;
    text-align: center;
    z-index: 9999;
}

.fisibility-card p {
    display: block;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.fisibility-card span {
    margin: 20px;
}

.fisibility-card__unit-name {
    font-size: 2.6rem;
    line-height: 1.2;
    color: black;
    font-weight: 900;
    margin: 30px;
}

    .two .fisibility-card__unit-name {
        font-size: 4rem;
        margin: 50px 70px;
    }

    .fisibility-card__unit-name--right {
        margin: 0;
    }

    .five .fisibility-card__unit-name {
        margin: 20px 70px;
    }
    
    .seven .fisibility-card__unit-name p {
        margin: 10px 0;
    }

.fisibility-card__unit-description {
    padding: 20px;
    margin: 0 20px;  
    font-size: 1.6rem;
    line-height: 1.2;
}
    .five .fisibility-card__unit-description {
        margin: 0;
    }
    .six .fisibility-card__unit-description {
        margin: 0;
        padding: 0;
        font-size: 1.2rem;
    }
    .seven .fisibility-card__unit-description {
        margin: 30px;
        padding: 0;
    }
    .eight .fisibility-card__unit-description {
        font-size: 1.4rem;
        margin: 50px 0;
        padding: 0;
    }
    .eight .fisibility-card__unit-description p {
        margin: 10px 0;
    }
    .ten .fisibility-card__unit-description p {
        margin-bottom: 20px;
        font-size: 1.4rem;
    }

.fisibility-card__level {
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 3px;
}

    .fisibility-card__level--warning {
        color: var(--warning);
    }

    .fisibility-card__level--help {
        color: var(--help);
        margin: 10px 30px;
    }

    .fisibility-card__level--danger {
        color: var(--danger);
    }

    .fisibility-card__level--success {
        color: var(--success);
    }
    .six .fisibility-card__level {
        margin: 0;
    }
    .eight .fisibility-card__level {
        margin: 0;
    }

.fisibility-card--left {
    background: white;
    width: 140%;
    height: 90%;
    display: flex;
    flex-direction: row;
    max-width: 90vw;
    margin: auto;
    border-radius: var(--border-radius-size) + 5;
    position: relative;
    text-align: left;
    z-index: 9999;
    margin: 0;
}

.fisibility-card--left.alt--right {
    flex-direction: row-reverse;
}

.content--main {
    margin: 40px;
}

.content--main .custom-list {
    list-style-type: none;
    padding: 0;
    margin: 40px 0;
}

.eleven ul {
    list-style-type: none;
    padding: 0;
    margin: 40px 20px;
}

.content--main .custom-list p {
    list-style-type: none;
    padding: 0;
    display: inline;
}

.eleven ul p {
    list-style-type: none;
    padding: 0;
    display: inline;
}

.content--main .custom-list li {
    margin-bottom: 20px;
}

.content--main .custom-list li::before {
    content: '✗'; /* Puedes cambiar el contenido a la 'X' o cualquier otro símbolo que desees */
    color: red; /* Puedes ajustar el color según tus preferencias */
    font-size: 1.5em; /* Puedes ajustar el tamaño según tus preferencias */
    margin-right: 0.5em; /* Ajusta el espacio entre la 'X' y el texto del elemento de la lista */
}

.eleven ul li::before {
    content: '✓'; /* Puedes cambiar el contenido a la 'X' o cualquier otro símbolo que desees */
    color: green; /* Puedes ajustar el color según tus preferencias */
    font-size: 1.5em; /* Puedes ajustar el tamaño según tus preferencias */
    margin-right: 7px; /* Ajusta el espacio entre la 'X' y el texto del elemento de la lista */
}

.content--main .read-more a {
    color: var(--help);
    display: inline-block;
    position: relative;
    text-decoration: none;
}

.seven .content--main .read-more a {
    margin: 30px;
}
  
.content--main .read-more a:after {
    content: "➜";
    color: var(--help);
    margin-left: -10px;
    opacity: 0;
    vertical-align: middle;
    transition: margin 0.3s, opacity 0.3s;
}

.content--main .read-more a:hover:after {
    margin-left: 5px;
    opacity: 1;
}

.nine-slide {
    display: flex;
    flex-direction: column;
}

    .nine-slide .fisibility-card__unit-name {
        margin: 0;
        padding: 0;
        margin-top: 30px;
    }
    .nine-slide .fisibility-card__unit-name p {
        margin: 0;
        padding: 0;
    }
    .nine-slide .fisibility-card__level {
        margin: 0;
    }
    .nine-slide .fisibility-card--left__image {
        width: 50vw;
        height: auto;
        max-height: 40vh;
    }
    .nine-slide .fisibility-card--left__image img {
        width: 100%;
        height: auto;
        max-height: 50vh;
        max-width: 50vw;
        margin: 10% 0;
    }
    .nine-slide .content--main {
        margin: 20px 20px 0 40px;
        width: 50vw;
    }
    .nine-slide .content--main .custom-list {
        margin: 20px 0;
        font-size: 1.2rem;
    }
    .nine-slide .content--main .custom-list li::before {
        content: '-'; /* Puedes cambiar el contenido a la 'X' o cualquier otro símbolo que desees */
        color: #154165; /* Puedes ajustar el color según tus preferencias */
        font-size: 1.5em; /* Puedes ajustar el tamaño según tus preferencias */
        margin-right: 0.5em; /* Ajusta el espacio entre la 'X' y el texto del elemento de la lista */
    }
    .nine-slide .btn li {
        margin: 0;
    }
/* THE END CONTENT */

/* BUTTONS */
.fisibility-card__unit-btn {
    color: white;
    font-weight: 700;
    margin: 2em;
    max-height: 9vh;
}

.btn {
    margin: 0;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
}

.btn3{
    margin-bottom: 20px;
}

.btn ul {
    padding: 0;
    list-style-type: none;
}

.btn li {
    font-size: 1.6rem;
    width: 8em;
    height: 2em;
    color: #3598DB;
    border-left: 0.08em solid;
    position: relative;
    margin-top: 0.8em;
    cursor: pointer;
}

.btn li.btn2 {
    width: auto;
    height: 2em;
}

.btn li::before,
.btn li::after
{
    content: '';
    position: absolute;
    width: inherit;
    border-left: inherit;
    z-index: -1;
}

.btn li::before {
    height: 80%;
    top: 10%;
    left: calc(-0.15em - 0.08em * 2);
    filter: brightness(0.8);
}

.btn li::after {
    height: 60%;
    top: 20%;
    left: calc(-0.15em * 2 - 0.08em * 3);
    filter: brightness(0.6);
}

.btn li a {
    position: relative;
    height: 120%;
    top: -10%;
    box-sizing: border-box;
    border: 0.08em solid;
    background-color: #154165;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: sans-serif;
    transform: translateX(calc(-0.15em * 3 - 0.08em * 2));
    transition: 0.3s;
    text-decoration: none;
    color: whitesmoke;
    text-transform: uppercase;
    padding: 7px;
}

.btn li:hover a.btn--success {
    transform: translateX(0.15em);
    color: var(--success);
    box-shadow: 0px 0px 4px 4px var(--success);
    -webkit-box-shadow: 0px 0px 4px 4px var(--success);
}

.btn li:hover a.btn--help {
    transform: translateX(0.15em);
    color: var(--help);
    box-shadow: 0px 0px 4px 4px var(--help);
    -webkit-box-shadow: 0px 0px 4px 4px var(--help);
}
/* THE END BUTTONS */