@font-face {
    font-family: "Monoton-Regular";
    src: url("../lib/fonts/Monoton-Regular.ttf");
}
@font-face {
    font-family: "OpenDyslexicAlta-Regular";
    src: url("../lib/fonts/OpenDyslexicAlta-Regular.ttf");
}
@font-face {
    font-family: "Montserrat-Medium";
    src: url("../lib/fonts/Montserrat-Medium.ttf");
}
@font-face {
    font-family: "Poppins-SemiBold";
    src: url("../lib/fonts/Poppins-SemiBold.ttf");
}

:root {
    --bg-1: #0da899;
    --bg-2: #3b383b;
    --bg-3: #007796;
    --bg-4: #0098c7;
    --bg-5: #edeff7;
    --bg-6: #f9fbfc;
    --font-titulo: "Poppins-SemiBold";
    --font-num: "Monoton-Regular";
}

/*  #006E69 #009b94*/
/* GENERALES */
body {
    margin: 0;
    width: 100%;
    margin-top: 90px;
    font-family: "Montserrat-Medium";
    -webkit-text-size-adjust: 100%;
    /* cursor: url('../img/cursor.png'), default; */
}

a {
    text-decoration: none;
}
ul {
    list-style: none;
    list-style-type: none;
    padding: 0;
}

.button-link {
    color: white;
    background-color: var(--bg-3);
    border-radius: 15px;
    font-size: 1.5vw;
    font-family: var(--font-titulo);
    padding-top: 0.5vw;
    padding-bottom: 0.5vw;
    padding-left: 1.5vw;
    padding-right: 1.5vw;
}

.button-link:hover {
    background-color: var(--bg-4);
}

.button--close {
    border: transparent;
    background-color: transparent;
    font-size: 1.8vw;
    color: white;
}

.flex {
    display: flex;
}

.p404 {
    margin: 0;
    padding: 0;
    margin-top: -120px;
    width: 100%;
    height: 100vh;
}

.p404__img {
    width: 100%;
    height: 100vh;
}

.count {
    width: 100%;
    background-color: #ffffff;
}

.count--iframe {
    width: 100%;
    background-color: #fff;
    height: auto;
}

.count--black {
    background: #009b94;
    background: linear-gradient(90deg, #009b94 20%, #006e69 80%);
    background: -webkit-linear-gradient(90deg, #009b94 20%, #006e69 80%);
    background: -moz-linear-gradient(90deg, #009b94 20%, #006e69 80%);
}

.color--vc {
    color: #bcdeda;
}

.color--v {
    color: #006763;
}

.bold {
    font-weight: 900;
}
/* BUSCADOR */
.ContBuscador {
    display: flex;
    width: 100%;
    left: 0;
    bottom: 0;
    position: fixed;
    top: -90px;
    z-index: 10;
    background: hsl(230, 75%, 32%, 0.1);
    backdrop-filter: blur(24px);
    transition: top 0.3s, opacity 0.5s;
}

.ContBuscador__cont {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 10%;
    align-items: center;
    margin-top: 100px;
}
.ContBuscador__close {
    cursor: pointer;
}
.ContBuscador__close:hover {
    color: white;
}
.ContBuscador__button {
    background-color: transparent;
    color: white;
    border: none;
}
.Buscador {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin: 0 5%;
    width: 90%;
    padding: 10px;
    height: 80px;
}
.Buscador__label {
    width: calc(100% - 50px);
    font-family: var(--font-titulo);
    padding: 7px;
    background-color: white;
    border-radius: 10px;
    border: #000 1.5px solid;
}
.Buscador__button {
    border: none;
    background-color: transparent;
    color: black;
    width: 40px;
    height: 40px;
    font-size: 30px;
}
.Buscador__ocultar {
    top: 90px;
    opacity: 0;
    height: 0;
    pointer-events: none;
}
/* AYUDA VISUAL */
.ayuda-visual {
    position: absolute;
    height: 30px;
    right: 2px;
    bottom: -90px;
    background-color: #3366cc;
    color: white;
    font-family: var(--font-titulo);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-left: 10px;
    padding-right: 10px;
    border: solid 2px transparent;
}

.ayuda-visual__cont {
    display: flex;
    position: fixed;
    z-index: 10;
    top: -90px;
    width: 100vw;
    height: 120vh;
}

.ayuda-visual__titulo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: auto;
    font-size: 1.2vw;
    color: white;
    background-color: var(--bg-4);
    font-family: var(--font-titulo);
    padding: 10px;
}

.ayuda-visual__cuerpo-cont {
    width: 70vw;
    height: 100%;
    background-color: rgba(0, 56, 116, 0.3);
}

.ayuda-visual__menu-cont {
    display: flex;
    margin-top: 90px;
    flex-direction: column;
    width: 30vw;
    height: 100%;
    background-color: var(--bg-6);
    color: var(--bg-3);
}

.ayuda-visual__menu-items {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5%;
    padding: 15px;
}

.ayuda-visual__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 9vw;
    background-color: white;
    color: #000;
    font-size: 1.25vw;
    font-weight: 600;
    border: 2px solid transparent;
    border-radius: 10px;
    box-shadow: 0px 2px 3px 0px rgba(56, 59, 56, 0.28);
    -webkit-box-shadow: 0px 2px 3px 0px rgba(56, 59, 56, 0.28);
    -moz-box-shadow: 0px 2px 3px 0px rgba(56, 59, 56, 0.28);
}

.ayuda-visual__item:hover {
    border: 2px solid var(--bg-4);
}

.ayuda-visual__item.activa {
    border: 2px solid var(--bg-4);
    color: var(--bg-4);
}

.ayuda-visual__item-i {
    font-size: 3vw;
}
/* CAROUSEL */
.carousel-link {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
}
.carousel-indicators [data-bs-target] {
    width: 30px;
    height: 4px;
    background-color: white;
    border: 2px solid black;
}
.carousel-control-prev-icon {
    background-image: url("../img/banners/arrow_rigth.png");
}
.carousel-control-next-icon {
    background-image: url("../img/banners/arrow_left.png");
}
.carousel-control-next,
.carousel-control-prev {
    opacity: 1;
    width: 10%;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 3.3rem;
    height: 3.3rem;
}

/* INPUT PROGRESIVO */
.input_progresivo {
    width: 100%;
    height: 10px;
    font-size: 3.5vw;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: gray;
}

.input_progresivo__item.activa {
    color: var(--bg-4);
}

/* MENU REDES SOCIALES */
.red_social {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 25%;
    left: 0;
    z-index: 2;
    width: 32px;
    height: 192px;
    background-color: var(--bg-2);
}

.red_social__item {
    width: 100%;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.red_social__item--whatsapp {
    background-color: #25d366;
}

.red_social__item--facebook {
    background-color: #3b5998;
}

.red_social__item--youtube {
    background-color: #c4302b;
}

.red_social__item--instagram {
    background: #f09433;
    background: -moz-linear-gradient(
        45deg,
        #f09433 0%,
        #e6683c 25%,
        #dc2743 50%,
        #cc2366 75%,
        #bc1888 100%
    );
    background: -webkit-linear-gradient(
        45deg,
        #f09433 0%,
        #e6683c 25%,
        #dc2743 50%,
        #cc2366 75%,
        #bc1888 100%
    );
    background: linear-gradient(
        45deg,
        #f09433 0%,
        #e6683c 25%,
        #dc2743 50%,
        #cc2366 75%,
        #bc1888 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

.red_social__item--correo {
    background-color: #127cd6;
}

.red_social__item--pqrs {
    background-color: #005d59;
    font-size: 9.5px;
    font-weight: 700;
}

.red_social__item--fidu {
    background-color: #b92e18;
    font-size: 13.5px;
    font-weight: 700;
}

/* LISTA DE CONTRASTE, AUMENTAR LETRA Y DISMINUIR LETRA  --------------------------------------------------*/
.contraste {
    position: fixed;
    z-index: 3;
    top: 25%;
    right: 20px;
    width: 75px;
    font-size: 13px;
}

.contraste__menu {
    margin-left: 0;
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    cursor: pointer;
    position: fixed;
    border-radius: 0 200px 200px 0;
}

.contraste__li {
    position: relative;
    transform: translateX(10px);
    list-style: none;
    padding: 3px;
    transition: 0.5s;
    width: 300px;
    border-radius: 0 200px 200px 0;
    background: var(--bg-3);
    color: #fff;
    font-weight: bold;
}

.contraste__li:hover {
    transform: translateX(-120px);
}

.contraste__li:hover {
    background-color: var(--bg-4);
}

.contraste__a {
    font-weight: bold;
    text-decoration: none !important;
    padding-right: 10px;
    color: #fff;
}

.contraste__a:hover {
    color: #fff;
}

.contraste__i {
    margin-right: 15px;
    padding: 10px 10px;
    color: #fff;
}

.contraste__invertir {
    background-color: #fff;
}

/* TITULO------------------------------------------------------------------------------------------ */
.titulo {
    width: 95%;
    padding: 20px;
    margin-left: 2.5%;
    margin-right: 2.5%;
    padding-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.5vw;
    font-family: var(--font-titulo);
}

.titulo__text {
    width: 95%;
    padding: 60px;
    margin-left: 2.5%;
    margin-right: 2.5%;
    padding-bottom: 5px;
    padding-top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 500;
    color: var(--bg-4);
}

.titulo__text--white {
    color: white;
}

.titulo__text--left {
    justify-content: left;
    margin-left: 0%;
    margin-right: 0%;
}

.titulo__text--white {
    color: #fff;
}

.titulo2 {
    font-family: var(--font-titulo);
    font-size: 3vw;
    background: linear-gradient(
        to right,
        var(--bg-3),
        var(--bg-1),
        var(--bg-4)
    );
    background-size: cover;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.titulo2--small {
    font-size: 2.5vw;
}

.texto {
    width: 95%;
    padding: 20px;
    margin-left: 2.5%;
    margin-right: 2.5%;
    font-size: 1.5vw;
    color: var(--bg-2);
}

/* MENU DE NAVEGACION ------------------------------------------------------------------------------*/
.nav-fixed {
    position: fixed;
    z-index: 5;
    width: 100%;
    margin-top: -90px;
}

.nav-top {
    width: 100%;
    padding: 10px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--bg-3);
    font-size: 1.2vw;
    font-family: var(--font-titulo);
}
.nav-top__icon {
    width: 180px;
}
.nav-top__cont a {
    color: white;
}
.nav-top__cont a:hover {
    color: #dbe3ee;
    cursor: pointer;
}
.nav-top__cont {
    width: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    color: #dbe3ee;
}
.nav-top__cont:hover {
    color: white;
    cursor: pointer;
}
.nav-top__cont--right {
    justify-content: right;
}
.nav-top__cont--left {
    justify-content: left;
}
.nav-top__cont--menu {
    width: 40px;
    font-size: 40px;
    text-align: right;
    color: white;
    display: none;
}
/* ==========================  MENU  ================================= */
.header {
    margin-top: 40px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
    box-shadow: 0 2px 16px hsla(220, 32%, 8%, 0.3);
    z-index: 3;
}
.nav {
    height: 60px;
    margin-inline: 1.5rem;
    max-width: 901px;
}
.nav__logo,
.nav__burger,
.nav__close {
    color: black;
}
.nav__data {
    display: flex;
    height: 100%;
    justify-content: space-between;
    align-items: center;
}
.nav__toggle {
    position: relative;
    height: 32px;
    width: 32px;
}
.nav__burger,
.nav__close {
    position: absolute;
    width: max-content;
    height: max-content;
    inset: 0;
    margin: auto;
    font-size: 1.8rem;
    cursor: pointer;
    transition: opacity 0.1s, transform 0.4s;
}
.nav__inst {
    position: absolute;
    height: 30px;
    width: 40px;
    top: 15px;
    right: 5px;
    cursor: pointer;
    /*  background-color: #000; */
}
.nav__inst img {
    width: 100%;
    height: 100%;
}
.nav__close {
    opacity: 0;
}
@media screen and (max-width: 901px) {
    body {
        margin-top: 60px;
    }
    .header {
        margin-top: 0px;
    }
    .ayuda-visual {
        bottom: -100px;
    }
    .nav-top {
        opacity: 0;
        height: 0;
    }
    .nav__menu {
        position: absolute;
        left: 0;
        top: 2.5rem;
        width: 100%;
        background-color: white;
        height: calc(100vh - 3.5rem);
        padding-bottom: 100px;
        overflow: auto;
        pointer-events: none;
        opacity: 0;
        transition: top 0.4s, opacity 0.3s;
    }
    .nav__data {
        width: 100%;
    }
    .nav__menu::-webkit-scrollbar {
        width: 0;
    }
    .nav__list {
        background-color: white;
        padding-top: 1rem;
    }
    .nav__inst {
        display: none;
    }
    .dropdown__title {
        opacity: 0;
    }
}
.nav__link {
    color: var(--bg-3);
    background-color: white;
    font-weight: 700;
    padding: 1.25rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s;
}
.nav__link:hover {
    background-color: #f1eff9;
}
.nav_buscador {
    display: none;
}
.show-menu {
    opacity: 1;
    top: 3.5rem;
    pointer-events: initial;
}
.show-icon .nav__burger {
    opacity: 0;
    transform: rotate(90deg);
}
.show-icon .nav__close {
    opacity: 1;
    transform: rotate(90deg);
}
.dropdown__item {
    cursor: pointer;
}
.dropdown__arrow {
    font-size: 1.3rem;
    font-weight: initial;
    transition: transform 0.4s;
}
.dropdown__link {
    color: #000;
    height: auto;
    padding: 1rem 1.25rem 1rem 3.25rem;
    margin: 0.5rem 0 0.5rem 0;
    display: flex;
    align-items: center;
    column-gap: 0.3rem;
    font-weight: 700;
    transition: background-color 0.3s;
}
.dropdown__link:hover {
    background-color: #f3f3fb;
}
.dropdown__menu {
    background-color: #f9f9f9;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
}
.dropdown__item:hover .dropdown__menu {
    max-height: 1000px;
    transition: max-height 0.4s ease-in;
}
.dropdown__item:hover .dropdown__arrow {
    transform: rotate(-90deg);
}
@media screen and (max-width: 340px) {
    .nav {
        margin-inline: 1rem;
    }
    .nav__link {
        padding-inline: 1rem;
    }
}
@media screen and (min-width: 901px) {
    .header {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .nav {
        display: flex;
        justify-content: space-between;
    }
    .nav__toggle {
        display: none;
    }
    .nav__logo {
        display: none;
    }
    .nav__list {
        height: 100%;
        display: flex;
        column-gap: 1.5rem;
        margin-top: 0px;
    }
    .nav__link {
        height: 100%;
        padding: 0;
        justify-content: initial;
        column-gap: 0.25rem;
    }
    .nav__link:hover {
        background-color: transparent;
    }
    .dropdown__item {
        position: relative;
    }
    .dropdown__arrow {
        font-size: 0.8rem;
    }
    .dropdown__menu {
        width: 15rem;
        padding: 0.5rem 0 1rem 0;
        border-radius: 15px;
        max-height: initial;
        overflow: initial;
        position: absolute;
        background-color: white;
        left: 0;
        top: 6rem;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s, top 0.3s;
        box-shadow: 0px 2px 3px 0px rgba(56, 59, 56, 0.28);
        -webkit-box-shadow: 0px 2px 3px 0px rgba(56, 59, 56, 0.28);
        -moz-box-shadow: 0px 2px 3px 0px rgba(56, 59, 56, 0.28);
    }
    .dropdown__title {
        margin-top: 0.5rem;
        padding-inline: 1rem 3.5rem;
        font-size: 1.1rem;
        font-weight: 700;
    }
    .dropdown__link {
        height: auto;
        background-color: transparent;
        padding-inline: 1rem 1rem;
        height: 0;
        font-weight: 500;
    }
    .dropdown__item:hover .dropdown__menu {
        opacity: 1;
        height: auto;
        top: 3.75rem;
        pointer-events: initial;
        transition: top 0.3s;
    }
    .dropdown__inst {
        display: none;
    }
}
/* ============================================================= */

/* BANNER FOOTER -------------------------------------------------------------------------------- */
.banner-bottom {
    width: 100%;
    height: 40px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bg-4);
    font-size: 1.1vw;
}

.banner-bottom__cont {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 1em;
    border-left: 2px solid #fff;
    margin-left: 1em;
    color: #fff;
}

.banner-bottom__cont--right {
    border-right: 2px solid #fff;
    padding-right: 1em;
}

.banner-bottom__cont:hover {
    font-weight: bold;
}

.banner-bottom__i {
    margin-right: 10px;
    font-size: 1.8vw;
}

.banner-footer {
    width: 100%;
    padding: 10px;
}

.banner-footer__img {
    width: 100%;
    height: 100%;
}

/* SERVICIOS ------------------------------------------------------------------------------------------*/
.Servicios {
    width: 100%;
    height: 550px;
}

.Servicios__img {
    width: 100%;
    height: 550px;
    position: absolute;
}

.Servicios__cont {
    /* background-color: rgb(0, 119, 150, 0.7); */
    background-color: rgba(0, 56, 116, 0.5);
    position: relative;
    width: 100%;
    height: 100%;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 40px;
}

.Servicios__categorias {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5%;
    margin-bottom: 60px;
    height: 180px;
}

.Servicios__categoria {
    height: 200px;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
    border: 2px solid transparent;
    transition: 0.4s ease all;
    font-weight: bold;
}

.Servicios__cont-img {
    padding: 5px;
    width: 100%;
    height: 70%;
}

.Servicios__cont-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.Servicios__cont-p {
    width: 100%;
    height: 30%;
    font-family: var(--font-titulo);
    font-size: 1.6vw;
    color: white;
}

.Servicios__cont-p p {
    margin-left: 10%;
    margin-right: 10%;
    border-radius: 10px;
}

.Servicios__categoria:hover {
    scale: 1.03;
    transition: 0.3s ease all;
}

.Servicios__categoria:hover i {
    opacity: 1;
    transition: 0.3s ease all;
}

.Servicios__categoria:hover p {
    opacity: 1;
    transition: 0.3s ease all;
}

.Servicios__categoria i {
    font-size: 64px;
    text-align: center;
}

.Servicios__categoria.Activa {
    border: 2px solid white;
    background: transparent;
    backdrop-filter: blur(5px);
}

.Servicios__categoria.Activa i {
    color: var(--bg-1);
    opacity: 1;
}

.Servicios__cont-items {
    display: none;
    grid-template-columns: 1fr;
    gap: 15px;
}

.Servicios__cont-items.Activo {
    display: grid;
    height: 180px;
}

.Servicios__cont-item {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.Servicios__item {
    display: flex;
    justify-content: left;
    align-items: center;
    border: solid 1px white;
    color: white;
    padding: 2px;
    border-radius: 10px;
    text-align: left;
    cursor: pointer;
    transition: all ease 0.2s;
    background: transparent;
    backdrop-filter: blur(3px);
}

.Servicios__item label {
    font-size: 1.2vw;
    font-weight: bold;
    cursor: pointer;
}

.Servicios__item i {
    margin-right: 4px;
    font-size: 3vw;
    cursor: pointer;
}

.Servicios__item:hover {
    background-color: rgb(13, 168, 153, 0.6);
}

/* MULTITARJETA COLOR -------------------------------------------------------------------------------------*/
.multiTarjeta {
    display: flex;
    align-items: center;
    width: 100%;
    height: 600px;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(
        90deg,
        rgba(255, 255, 255, 1) 30%,
        rgba(0, 152, 199, 1) 30%
    );
    background: -webkit-linear-gradient(
        90deg,
        rgba(255, 255, 255, 1) 30%,
        rgba(0, 152, 199, 1) 30%
    );
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 1) 30%,
        rgba(0, 152, 199, 1) 30%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#0098c7", GradientType=1);
}

.multiTarjeta__count {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 57.5%;
    height: 600px;
}

.multiTarjeta__titulo {
    display: flex;
    flex-direction: column;
    width: 25%;
    height: 30vw;
    background-color: white;
    margin-left: 12.5%;
    margin-right: 5%;
    padding-top: 2vh;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
}

.multiTarjeta__texto {
    width: 90%;
    margin: auto 5%;
    height: 5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--bg-1);
    font-family: var(--font-titulo);
    font-size: 2vw;
}

.multiTarjeta__count-img {
    width: 90%;
    margin: auto 5%;
    height: 25vw;
}

.multiTarjeta__img {
    width: 100%;
    height: 25vw;
    object-fit: contain;
}

/* MULTITARJETA IMG -------------------------------------------------------------------------------------*/
.imgTarjeta {
    width: 100%;
    height: 42vw;
    display: flex;
}

.imgTarjeta__cont {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
}

.imgTarjeta__color {
    width: 30%;
    height: 100%;
    background-color: rgba(0, 152, 199, 0.1);
}

.imgTarjeta__img {
    width: 70%;
    height: 100%;
}

.imgTarjeta__cont-text {
    position: absolute;
    width: 50%;
    height: 87%;
    padding-top: 10%;
    padding-left: 40px;
}

.imgTarjeta__text {
    width: 100%;
    height: auto;
    background-color: rgba(255, 255, 255, 0.8);
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
    font-size: 1.3vw;
    color: var(--bg-2);
}

.imgTarjeta__text--large {
    font-size: 2.3vw;
    font-weight: 700;
}

/* VIDEO YOUTUBE -------------------------------------------------------------------------------------*/
.video {
    display: flex;
    flex-direction: column;
    width: 95%;
    height: 100%;
    margin-right: 5%;
    margin-top: 30px;
    justify-content: start;
    align-items: center;
    text-align: center;
    color: white;
    font-family: var(--font-titulo);
    font-size: 3vw;
    padding: 2%;
}

.video__texto {
    margin-top: 10px;
    font-size: 1.4vw;
    font-family: "Montserrat", sans-serif;
    text-align: justify;
}

.video__count {
    width: 65%;
}

/* ICONS DE CIFRAS -------------------------------------------------------------------------------- */
.cifras {
    width: 95%;
    margin-top: 20px;
    margin-left: 2.5%;
    margin-right: 2.5%;
    height: 250px;
    display: flex;
    justify-content: space-around;
    padding: 20px;
    align-items: center;
}

.cifras__tarjeta {
    display: flex;
    width: 16%;
    height: 80%;
    flex-direction: column;
    justify-content: space-around;
    text-align: center;
    padding: 15px;
    color: var(--bg-1);
    align-items: center;
    transform: scale(1);
    transition: all ease 0.3s;
    cursor: pointer;
    border-radius: 10px;
}

.cifras__tarjeta:hover {
    transform: scale(1.1);
    box-shadow: 0px 2px 3px 0px rgba(56, 59, 56, 0.28);
    -webkit-box-shadow: 0px 2px 3px 0px rgba(56, 59, 56, 0.28);
    -moz-box-shadow: 0px 2px 3px 0px rgba(56, 59, 56, 0.28);
    transition: all ease 0.3s;
}

.cifras__numvalor {
    color: var(--bg-2);
    font-weight: bold;
    font-size: 1.6vw;
    font-family: var(--font-titulo);
}

.cifras__titulo {
    font-weight: 600;
    font-size: 1.5vw;
    color: var(--bg-4);
}

.cifras__img {
    width: 70%;
}

/*SEDES HOME----------------------------------------------------------------------------------------*/
.sedes-home {
    display: flex;
    width: 95%;
    margin: auto 2.5%;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 34vw;
}

.sedes-home__titulo {
    font-family: var(--font-titulo);
    color: var(--bg-3);
    margin: auto 2.5%;
    height: 10%;
    width: 100%;
    text-align: center;
    font-size: 3vw;
}

.sedes-home__cont-img {
    width: 100%;
    height: 90%;
}

.sedes-home__cont {
    width: 40%;
    height: 100%;
    font-size: 1.3vw;
}

.sedes-home__img {
    width: 100%;
    height: 100%;
}

.sedes-home__sedes {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60%;
    height: 100%;
}

.sedes-home__sedes-count {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(1, 3fr);
    gap: 2%;
}

.sedes-home__sede {
    display: flex;
    flex-direction: row-reverse;
    height: 12vw;
    box-shadow: 0px 2px 5px 0px rgba(56, 59, 56, 0.28);
    -webkit-box-shadow: 0px 2px 5px 0px rgba(56, 59, 56, 0.28);
    -moz-box-shadow: 0px 2px 5px 0px rgba(56, 59, 56, 0.28);
}

.sedes-home__sede-img {
    width: 40%;
    height: 100%;
}

.sedes-home__sede-text {
    width: 60%;
    height: 100%;
    background: linear-gradient(to left, transparent 50%, var(--bg-1) 50%) right;
    background-size: 200%;
    color: var(--bg-2);
    padding-left: 5%;
    font-size: 1.3vw;
    font-weight: 500;
    transition: 0.5s ease-out;
}

.sedes-home__sede:hover .sedes-home__sede-text {
    background-position: left;
    color: white;
}

.sedes-home__sede:hover .sedes-home__sedes-titulo {
    color: white;
}

.sedes-home__sedes-titulo {
    font-family: var(--font-titulo);
    font-size: 2vw;
    color: var(--bg-1);
    cursor: pointer;
    text-align: left;
}

/*TARJETAS----------------------------------------------------------------------------------------*/
.tarjetas {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2%;
    padding: 30px;
    padding-top: 0px;
    width: 100%;
    height: 380px;
    justify-content: space-around;
    margin-bottom: 40px;
}

.tarjetas--tres {
    grid-template-columns: repeat(3, 1fr);
    height: 420px;
}
.tarjetas--500 {
    height: 520px;
}

.tarjetas--digital {
    width: 1200px;
    height: 520px;
    padding: 0px;
}

.tarjetas_cont {
    background-color: var(--bg-5);
    border-radius: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.tarjetas_cont--shadow {
    background-color: #fff;
    box-shadow: 0px 2px 5px 0px rgba(56, 59, 56, 0.28);
    -webkit-box-shadow: 0px 2px 5px 0px rgba(56, 59, 56, 0.28);
    -moz-box-shadow: 0px 2px 5px 0px rgba(56, 59, 56, 0.28);
}

.tarjetas_cont--transp {
    background-color: rgba(0, 152, 199, 0.1);
}

.tarjetas__cont-img {
    width: 100%;
    height: 150px;
}

.tarjetas__cont-img--sedes {
    height: 250px;
}

.tarjetas__img {
    width: 100%;
    height: 150px;
}

.tarjetas__img--big {
    height: 250px;
}

.tarjetas__cont-text {
    display: flex;
    flex-direction: column;
    font-size: 1.2vw;
    height: 230px;
    padding: 10px;
    margin-bottom: 5px;
    text-align: justify;
    color: var(--bg-2);
}

.tarjetas__cont-text--small {
    height: 170px;
}

.tarjetas__fecha {
    cursor: pointer;
    color: var(--bg-1);
    font-size: 13px;
    text-align: left;
    margin-bottom: 5px;
}

.tarjetas__titulo {
    font-size: 1.5vw;
    text-align: left;
    color: var(--bg-3);
    font-family: var(--font-titulo);
    margin-bottom: 10px;
}

.tarjetas__titulo--center {
    text-align: center;
}

/* FOOTER ------------------------------------------------------------------------------------------------- */
footer {
    position: relative;
    width: 100%;
    height: 600px;
    padding-left: 20px;
    padding-top: 20px;
    background-color: var(--bg-3);
    display: flex;
    flex-direction: column;
    color: white;
}

.footer__icon {
    text-align: center;
    width: 100%;
    height: 100%;
}

.footer__icon img {
    width: 100%;
    height: 100%;
    opacity: 0.1;
    object-fit: cover;
}

.footer__cont {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer__menu {
    height: 380px;
    display: flex;
    justify-content: space-around;
}

.footer__item {
    width: 25%;
    display: flex;
    flex-direction: column;
    padding: 20px;
    font-size: 1.1vw;
}

.footer__item a {
    color: #fff;
}

.footer__item-link {
    padding-bottom: 10px;
    font-weight: 500;
    cursor: pointer;
}

.footer__item-link:hover {
    font-weight: bold;
}

.footer__img {
    width: 100%;
    scale: 1.1;
    margin-bottom: 15px;
}

.footer__itemtitulo {
    color: #fff;
    font-size: 1.8vw;
    font-family: var(--font-titulo);
    margin-bottom: 10px;
}

/* PIE DE PAGINA --------------------------------------------------------------------------------------- */
.footer-bottom {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.3vw;
    padding-bottom: 30px;
}

.footer-bottom__img {
    width: 2.5vw;
    cursor: pointer;
}

.footer-bottom__a {
    color: white;
    cursor: pointer;
    font-weight: 600;
}

.footer-bottom__a:hover {
    text-decoration: underline;
}

.footer-bottom__line {
    width: 100%;
    height: 15px;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(
        90deg,
        rgba(255, 255, 255, 1) 33%,
        rgba(0, 152, 199, 1) 33%,
        rgba(0, 152, 199, 1) 66%,
        rgba(13, 168, 153, 1) 66%
    );
    background: -webkit-linear-gradient(
        90deg,
        rgba(255, 255, 255, 1) 33%,
        rgba(0, 152, 199, 1) 33%,
        rgba(0, 152, 199, 1) 66%,
        rgba(13, 168, 153, 1) 66%
    );
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 1) 33%,
        rgba(0, 152, 199, 1) 33%,
        rgba(0, 152, 199, 1) 66%,
        rgba(13, 168, 153, 1) 66%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#0da899", GradientType=1);
}

/* INICIO DE PAGINA --------------------------------------------------------------------------------*/
.tituloimg {
    width: 100%;
    height: 200px;
    position: relative;
}

.tituloimg__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tituloimg__div {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    flex-direction: column;
    color: white;
    justify-content: center;
    align-items: center;
    background-color: rgb(0, 119, 150, 0.6);
    font-size: 1.5vw;
    text-align: center;
}

.tituloimg__label {
    color: white;
    font-family: var(--font-titulo);
    font-size: 3.5vw;
}

/* MISION VISION ---------------------------------------------------------------------------------------*/
.mision {
    width: 100%;
    height: 25vw;
    padding-left: 15%;
    padding-right: 5%;
    display: flex;
    justify-content: center;
    align-items: left;
    flex-direction: column;
}

.mision--vision {
    background-color: var(--bg-4);
}

.mision__titulo {
    color: var(--bg-3);
    font-family: var(--font-titulo);
    font-size: 6vh;
    margin-bottom: 10px;
}

.mision__titulo--vision {
    color: white;
}

.mision__p {
    color: var(--bg-2);
    font-size: 1.7vw;
}

.mision__p--vision {
    color: white;
}

/* PARRAFO dropdown -------------------------------------------------------------------------------------*/
.ParrafoDropdown__cont {
    width: 100%;
    height: auto;
    padding-bottom: 5vw;
}

.ParrafoDropdown__cont--bg2 {
    background-color: #fcfdfd;
}

.ParrafoDropdown {
    padding-left: 5%;
    padding-right: 5%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    padding-top: 18px;
    transition: 0.3s ease all;
}

.ParrafoDropdown__cont-pregunta {
    color: var(--bg-3);
    padding: 10px;
    border-bottom: 1px solid var(--bg-3);
    border-radius: 0px;
    overflow: hidden;
    cursor: pointer;
}

.ParrafoDropdown__cont-pregunta:hover {
    color: var(--bg-4);
}

.ParrafoDropdown__cont-pregunta.Activa {
    color: var(--bg-4);
}

.ParrafoDropdown__icon {
    font-size: 2vw;
    padding-right: 1vw;
    color: var(--bg-2);
}
.ParrafoDropdown__cont-pregunta.Activa .ParrafoDropdown__icon {
    color: #fff;
}

.ParrafoDropdown__pregunta {
    font-family: var(--font-titulo);
    font-size: 1.8vw;
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding: 10px 10px 5px 10px;
    border-radius: 20px;
}
.ParrafoDropdown__cont-pregunta.Activa .ParrafoDropdown__pregunta {
    background-color: var(--bg-4);
    color: #fff;
}

.ParrafoDropdown__respuesta {
    max-height: 0;
    opacity: 0;
    font-size: 1.4vw;
    font-weight: 500;
    transition: 0.3s ease all;
    color: var(--bg-2);
}

.ParrafoDropdown__respuesta-img {
    width: 45vw;
    height: 32vw;
}

.ParrafoDropdown__cont-pregunta.Activa .ParrafoDropdown__respuesta {
    opacity: 1;
    margin-top: 0px;
    padding-top: 1vw;
    transition: 0.3s ease all;
}

.ParrafoDropdown__cont-pregunta.Activa .ParrafoDropdown__open {
    transform: rotate(45deg);
    transition: 0.3s ease all;
}

/* TARJETA HORIZONAL 100% ---------------------------------------------------------------------------*/
.tarjetaHorizontal {
    width: 100%;
    padding-left: 25px;
    background-color: white;
    color: var(--bg-2);
    display: flex;
    min-height: 75vh;
}

.tarjetaHorizontal--green {
    width: 100%;
    background-color: rgba(0, 152, 199, 0.2);
    color: var(--bg-2);
}

.tarjetaHorizontal__texto {
    width: 50%;
    padding: 15px;
}

.tarjetaHorizontal__img {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tarjetaHorizontal__img--60 {
    width: 60%;
}

.tarjetaHorizontal__img--70 {
    width: 70%;
}

.tarjetaHorizontal__img--100 {
    width: 100%;
    height: 100%;
}

/* DESCARGAR PORTAFOLIO DE SERVICIOS ----------------------------------------------------------------------------- */
.descarga {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.descarga__link {
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--bg-1);
    border: 2px solid var(--bg-1);
    font-size: 15px;
    cursor: pointer;
    transition: 0.5s ease-out;
    background: linear-gradient(to left, transparent 50%, var(--bg-1) 50%) right;
    background-size: 200%;
}

.descarga__link:hover {
    background-position: left;
    color: white;
}

.descarga__img {
    width: 16%;
}

/* GALERIA */
.galeria {
    width: 85%;
    margin-left: 7.5%;
    margin-right: 7.5%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5%;
    padding: 30px;
}

.galeria__cont {
    width: 100%;
    position: relative;
    border-radius: 20px;
    height: 300px;
    box-shadow: 1px 1px 5px 1px rgba(99, 94, 94, 0.3);
    -webkit-box-shadow: 1px 1px 5px 1px rgba(99, 94, 94, 0.3);
    -moz-box-shadow: 1px 1px 5px 1px rgba(99, 94, 94, 0.3);
}

.galeria__cont:hover .galeria__text {
    width: 100%;
    height: 100%;
    margin-top: 0px;
    border-radius: 20px;
}

.galeria__cont:hover .galeria__titulolink {
    display: block;
}

.galeria__img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.galeria__text {
    position: absolute;
    width: 100%;
    height: 20%;
    font-family: var(--font-titulo);
    margin-top: 240px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    transition: 0.4s ease all;
}

.galeria__link {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
}

.galeria__titulolink {
    display: none;
    color: #ddeeec;
    transition: 0.3s ease all;
}

.galeria__titulolink:hover {
    color: white;
    scale: 1.1;
}

/* TEXTO EN COLUMNAS  ----------------------------------------------------------------------------------*/
.textColumn {
    width: 100%;
    height: auto;
    display: flex;
}

.textColumn--invertir {
    flex-direction: row-reverse;
}

.textColumn__left {
    width: 50%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 190px;
}

.textColumn__rigth {
    width: 50%;
    height: auto;
    margin-top: 150px;
    margin-bottom: 50px;
}

.textColumn__cont-texto {
    width: 80%;
    margin: auto 10%;
    color: var(--bg-2);
    font-size: 1.5vw;
}

.textColumn__cont-texto p {
    text-align: justify;
}

.textColumn__cont-img {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 80%;
    height: 300px;
    margin: auto 10%;
}

.textColumn__fondo-img {
    background-color: var(--bg-3);
    margin-left: 25%;
    margin-top: 10%;
    width: 70%;
    height: 90%;
}

.textColumn__fondo-img--2 {
    background-color: var(--bg-1);
}

.textColumn__img {
    position: absolute;
    background-color: var(--bg-5);
    margin-left: 15%;
    margin-top: -2%;
    width: 70%;
    height: 90%;
}

/* LISTA HORIZONAL */
.listarow {
    width: 90%;
    margin: 30px 5%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1%;
}

.listarow__item {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 22vw;
    background-color: var(--bg-6);
    backdrop-filter: blur(20px);
    color: var(--bg-2);
    padding: 1vw;
    clip-path: polygon(0 100%, 0 0, 100% 0, 100% 100%, 50% 85%);
    border-radius: 5px;
    margin-bottom: 50px;
}

.listarow__item--blue {
    color: white;
    background-color: rgba(0, 152, 199, 0.65);
}

.listarow__p {
    font-weight: 700;
    text-align: justify;
    font-size: 1.2vw;
}

/* TABLA-------------------------------------------------------------------------------------------- */
.tableQcl {
    text-align: center;
    width: 90%;
    margin: 4vw 5%;
    display: table;
    font-size: 1.5vw;
    color: var(--bg-2);
}
.tableQcl--shadow {
    border-collapse: separate;
    border-spacing: 0 30px;
}
.tableQcl__thead {
    background-color: var(--bg-4);
    border: 2px solid var(--bg-4);
    color: white;
    font-family: var(--font-titulo);
    font-size: 1.5vw;
    text-align: center;
    padding-left: 2vw !important;
}

.tableQcl__tr {
    font-family: var(--font-titulo);
    border-bottom: 1.5px solid var(--bg-1);
}

.tableQcl__tr--shadow {
    border-radius: 20px;
    box-shadow: 0px 2px 3px 0px rgba(56, 59, 56, 0.28);
    -webkit-box-shadow: 0px 2px 3px 0px rgba(56, 59, 56, 0.28);
    -moz-box-shadow: 0px 2px 3px 0px rgba(56, 59, 56, 0.28);
    border-bottom: 0px solid transparent;
}

.tableQcl__td {
    text-align: center;
    padding-top: 1.5vw !important;
    padding-bottom: 1.5vw !important;
    padding-left: 2vw !important;
}

/* ------------------------------------------------------------------------------------------ */
.circle__foto {
    width: 5vw;
    height: 5vw;
    -moz-border-radius: 2.5vw;
    -webkit-border-radius: 2.5vw;
    border-radius: 2.5vw;
}

.circle__icon {
    width: 5vw;
    height: 5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
    background: rgb(0, 119, 150, 0.4);
    clip-path: circle(50% at 50% 50%);
    font-family: var(--font-titulo);
    font-size: 3vw;
    color: white;
}

.circle__icon--white {
    background-color: var(--bg-6);
    color: var(--bg-3);
}

.circle__icon--small {
    width: 2vw;
    height: 2vw;
    margin-bottom: 0;
    -moz-border-radius: 1vw;
    -webkit-border-radius: 1vw;
    border-radius: 1vw;
    font-size: 1vw;
}

.modal-info {
    background-color: #dbe3ee;
}

.modal-info__titulo {
    font-family: var(--font-titulo);
    font-size: xx-large;
    color: #003874;
}

.modal-info__cont-img {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 150px;
}

.modal-info__img {
    width: 50%;
    height: 100px;
}

.modal-info__cont-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.modal-info__link {
    width: 70%;
    font-size: large;
    background-color: #003874;
    color: white;
    padding: 10px;
    border-radius: 15px;
}
.modal-info__cont-icons {
    display: flex;
    justify-content: center;
    height: 180px;
    gap: 8%;
}
.modal-info__cont-icon {
    background-color: var(--bg-3);
    color: white;
    width: 200px;
    font-weight: bold;
    font-family: var(--font-titulo);
    font-size: 20px;
    display: flex;
    padding-top: 15px;
    align-items: center;
    flex-direction: column;
    border-radius: 15px;
    box-shadow: 0 2px 16px hsla(220, 32%, 8%, 0.2);
}

.modal-info__cont-icon img {
    width: 100px;
    height: 100px;
}
.modal-info__cont-icon label {
    height: 65px;
    width: 100%;
    text-align: center;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
/* BOTON FLOTANTE BOTTOM */
.btn-flotante {
    width: 8vw;
    height: 7vw;
    position: fixed;
    z-index: 3;
    bottom: 5px;
    right: 5px;
}
.btn-flotante--left {
    width: 18vw;
    right: 0;
    left: 5px;
}
.btn-flotante__a {
    width: 100%;
    height: 100%;
}
.btn-flotante__icon {
    transition: 0.4s;
    width: 100%;
    height: 100%;
}
/* MODAL LABORATORIO */
.modal-laboratorio {
    background-color: var(--bg-3);
    padding: 10px;
    padding-bottom: 50px;
    height: auto;
}
.modal-laboratorio__header {
    width: 100%;
    height: 5vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    font-size: 1.6vw;
    border-bottom: 2px solid white;
}
.modal-laboratorio__bt-close {
    background-color: var(--bg-3);
    font-weight: bold;
    font-size: 2.2vw;
    color: white;
    border: 2px solid transparent;
}
.modal-laboratorio__menu {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: bold;
    display: flex;
    align-items: center;
    text-align: center;
    color: white;
    font-size: 1.3vw;
}
.modal-laboratorio__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33%;
    height: 6vw;
    padding-left: 5%;
    padding-right: 5%;
    cursor: pointer;
    border-radius: 5px;
    border: 2px solid white !important;
}
.modal-laboratorio__item.Activa {
    background-color: var(--bg-1);
}
.modal-laboratorio__item i {
    font-size: 2.5vw;
    padding-right: 5px;
}
.modal-laboratorio__cont {
    overflow-y: scroll;
    height: 65vh;
}
.modal-laboratorio__cont::-webkit-scrollbar {
    width: 4px;
    background-color: var(--bg-2);
}
.modal-laboratorio__cont::-webkit-scrollbar-thumb {
    background-color: white;
    border-radius: 5px;
}

/* PARRAFO dropdown -------------------------------------------------------------------------------------*/
.items_categoria_lab {
    display: none;
}
.items_categoria_lab.Activo {
    display: grid;
}
.ParrafoDropdown_lab {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    padding-top: 0.5vw;
    transition: 0.3s ease all;
    font-size: 1.3vw;
}

.ParrafoDropdown__cont-pregunta_lab {
    color: white;
    padding: 0.8vw;
    border-bottom: 1px solid white;
    border-radius: 0px;
    overflow: hidden;
    cursor: pointer;
}
.ParrafoDropdown__cont-pregunta_lab:hover {
    background-color: rgba(255, 255, 255, 0.2);
}
.ParrafoDropdown__cont-pregunta_lab.Activa {
    background-color: rgba(0, 0, 0, 0.28);
}
.ParrafoDropdown__icon_lab {
    font-size: 2vw;
    padding-right: 1vw;
    color: var(--bg-2);
}

.ParrafoDropdown__pregunta_lab {
    display: flex;
    justify-content: space-between;
    align-items: start;
    font-weight: 500;
    text-transform: lowercase;
    font-family: var(--font-titulo);
}
.ParrafoDropdown__respuesta_lab {
    max-height: 0;
    opacity: 0;
    transition: 0.3s ease all;
}
.ParrafoDropdown__cont-pregunta_lab.Activa .ParrafoDropdown__respuesta_lab {
    opacity: 1;
    margin-top: 0px;
    padding-top: 1vw;
    transition: 0.3s ease all;
}

.ParrafoDropdown__cont-pregunta_lab.Activa .ParrafoDropdown__open_lab {
    transform: rotate(45deg);
    transition: 0.3s ease all;
}
.Autorizo_tratamiendo_datos {
    display: flex;
    width: 100%;
    height: 70px;
    justify-content: center;
    align-items: center;
    font-family: var(--font-titulo);
    font-size: 16px;
}
.Autorizo_tratamiendo_datos a {
    color: var(--bg-4);
}
.Autorizo_tratamiendo_datos__error {
    width: 100%;
}
.form-qcl {
    display: flex;
    justify-content: center;
    width: 100%;
    font-weight: 600;
    font-size: 1.7vw;
    color: var(--bg-4);
}
.form-qcl__cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 85%;
    padding: 2vw;
    margin: 5vw;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.5);
}
.form-qcl__cont-input {
    display: flex;
    flex-direction: column;
    justify-content: left;
    width: 100%;
    padding: 10px;
}
.form-qcl__cont-inputmulti {
    display: flex;
    justify-content: center;
    width: 100%;
}
.form-qcl__cont-input--50 {
    width: 50%;
}
.form-qcl__input {
    padding: 8px;
    border-radius: 15px;
    border: solid 1.5px var(--bg-4);
    text-transform: uppercase;
}
.form-qcl__input--transform {
    text-transform: none;
}
.form-qcl__input:focus {
    border: solid 2px var(--bg-1);
}
.message-error {
    margin-top: 5px;
    color: red;
    font-size: 1.2vw;
    font-weight: 500;
}
.message-error__input {
    border: solid red 2px;
}
.message-info {
    display: flex;
    width: 100%;
    padding: 10px;
    justify-content: center;
}
.message-info__count {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60%;
    padding: 5px;
    text-align: center;
    color: white;
    background-color: var(--bg-1);
    border-radius: 15px;
    font-family: var(--font-titulo);
    font-size: 2vw;
}
.message-info__count i {
    font-size: 3vw;
    margin-right: 20px;
}
input:focus {
    outline: none;
}
select:focus {
    outline: none;
}

/* SERVISALUD QCL DIGITAL */
.card_digital {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card_digital__cont-icon {
    display: flex;
    background-color: #3b5998;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 100%;
    height: 80px;
    font-size: 18px;
    font-weight: 700;
}
.card_digital__cont-icon--ins {
    background-color: #f9fbfc;
    color: #cc2366;
}
.card_digital__cont-icon--x {
    background: #000;
}
.card_digital__icon {
    font-size: 40px;
}
.card_digital__icon--ins {
    margin-bottom: 0.7vw;
    margin-top: 0.7vw;
    font-size: 3.5vw;
    width: 4.5vw;
    height: 4.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
}
.card_digital__texto {
    margin-left: 20px;
}
.card_digital__footer {
    width: 100%;
    height: 22px;
    background-color: #3b5998;
}
.card_digital__footer--ins {
    background-color: #f9fbfc;
}
.card_digital__footer--x {
    background-color: #000;
}

.ocultar {
    opacity: 0;
    height: 0;
    transition: opacity 0.4s;
    pointer-events: none;
}
/* RESALTAR ENLACES */
.resaltar_enlace.activa {
    background-color: #000;
    color: yellow;
    font-weight: 700;
}
.resaltar_enlace.activa:hover {
    background-color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 1200px) {
    .tarjetas--digital {
        grid-template-columns: repeat(1, 1fr);
        width: 400px;
        height: auto;
    }
}
@media screen and (max-width: 901px) {
    .nav_buscador {
        display: block;
        width: 100%;
    }
    .Buscador {
        margin: 0px 10px;
    }
    .red_social {
        display: none;
    }
    footer {
        height: auto;
    }
    .footer__icon {
        display: none;
    }
    .footer__img,
    .footer__item {
        display: none;
    }
    .footer__cont {
        position: relative;
        width: 90%;
    }
    .footer__menu {
        width: 100%;
        flex-direction: column;
        height: auto;
    }
    .footer__itemtitulo {
        font-size: 1.3rem;
    }
    .footer__sede,
    .footer__contacto {
        width: 100%;
        display: flex;
        font-size: 0.9rem;
    }
    .footer-bottom {
        font-size: 0.8rem;
    }
    .footer-bottom__img {
        width: 3.5rem;
        margin-left: 10px;
    }
    .footer-bottom__a {
        font-size: 16px;
    }
    .banner-bottom {
        height: 30px;
        font-family: var(--font-titulo);
        font-size: 1.9vw;
        padding: 3px;
    }
    .titulo__text {
        font-size: 5vw;
        padding: 10px;
    }
    .titulo2 {
        font-size: 25px;
    }
    .texto {
        font-size: 14px;
    }
    .Servicios__categorias {
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 0px;
    }
    .Servicios__categoria {
        height: 70px;
    }
    .Servicios__cont-img {
        display: none;
    }
    .Servicios__cont-p {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        background-color: var(--bg-4);
        height: 100%;
        font-size: 4vw;
        border-radius: 10px;
        box-shadow: 0 2px 16px hsla(220, 32%, 8%, 0.3);
    }
    .Servicios__cont-item {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .Servicios__item i {
        display: none;
    }
    .Servicios__item {
        display: flex;
        justify-content: center;
        text-align: center;
        font-size: 3vw;
        height: 70px;
        padding: 5px;
    }
    .Servicios__item label {
        font-size: 3vw;
    }
    .sedes-home {
        padding: 20px 0px;
        height: 250px;
    }
    .sedes-home__cont {
        display: none;
    }
    .sedes-home__sedes {
        width: 100%;
    }
    .sedes-home__sede {
        height: 120px;
    }
    .sedes-home__sedes-titulo {
        font-size: 13px;
    }
    .sedes-home__sede-text {
        font-size: 13px;
    }
    .multiTarjeta {
        height: auto;
        background: rgb(255, 255, 255);
        background: -moz-linear-gradient(
            90deg,
            rgba(255, 255, 255, 1) 0%,
            rgba(0, 152, 199, 1) 0%
        );
        background: -webkit-linear-gradient(
            90deg,
            rgba(255, 255, 255, 1) 0%,
            rgba(0, 152, 199, 1) 0%
        );
        background: linear-gradient(
            90deg,
            rgba(255, 255, 255, 1) 0%,
            rgba(0, 152, 199, 1) 0%
        );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#0098c7",GradientType=1);
    }
    .multiTarjeta__titulo {
        display: none;
    }
    .multiTarjeta__count {
        width: 100%;
        height: auto;
    }
    .video {
        margin-top: 15px;
        font-size: 4.2vw;
    }
    .tituloimg__label {
        font-size: 30px;
    }
    .tituloimg__div {
        font-size: 13px;
    }
    .mision {
        min-height: 350px;
    }
    .mision__titulo {
        font-size: 35px;
    }
    .mision__p {
        font-size: 14px;
    }
    .ParrafoDropdown__pregunta,
    .ParrafoDropdown__respuesta,
    .ParrafoDropdown__icon {
        font-size: 14px;
    }
    .tarjetaHorizontal {
        flex-direction: column;
        padding-bottom: 20px;
    }
    .tarjetaHorizontal__texto,
    .tarjetaHorizontal__img {
        width: 100%;
    }
    .galeria {
        grid-template-columns: repeat(1, 1fr);
        width: 90%;
        margin: 5%;
        padding: 15px 5% 15px 5%;
    }
    .imgTarjeta__color {
        display: none;
    }

    .imgTarjeta__img {
        width: 100%;
    }
    .imgTarjeta__cont-text {
        width: 100%;
        height: 42vw;
        padding: 0px;
    }
    .imgTarjeta__text {
        height: 100%;
        padding-top: 30px;
        background-color: rgba(255, 255, 255, 0.6);
        font-size: 14px;
    }
    .textColumn {
        flex-direction: column;
    }

    .textColumn--invertir {
        flex-direction: column;
    }
    .textColumn__left,
    .textColumn__rigth {
        width: calc(100% - 20px);
        height: auto;
        margin: 10px;
    }
    .textColumn__cont-img {
        width: 90%;
        height: 250px;
        margin: auto 5%;
    }
    .textColumn__cont-texto {
        width: 90%;
        margin: 20px 5%;
        font-size: 14px;
    }
    .listarow {
        width: 70%;
        height: 1250px;
        margin: auto 15%;
        grid-template-columns: repeat(1, 1fr);
        gap: 1%;
    }
    .listarow__item {
        height: 250px;
        padding: 20px;
        background: #ecf5fe;
    }
    .listarow__p {
        font-size: 14px;
    }
    .circle__icon {
        width: 40px;
        height: 40px;
        margin-bottom: 10px;
        font-size: 16px;
    }
    .btn-flotante {
        width: 70px;
        height: 60px;
        z-index: 1;
    }
    .btn-flotante--left {
        width: 130px;
        height: 70px;
    }
    .modal-laboratorio__menu {
        flex-direction: column;
    }
    .modal-laboratorio__item {
        height: auto;
        width: auto;
        padding: 5px;
        margin: 5px;
    }
    .modal-laboratorio__header,
    .modal-laboratorio__menu,
    .modal-laboratorio__bt-close,
    .modal-laboratorio__item i,
    .ParrafoDropdown__icon_lab,
    .ParrafoDropdown__pregunta_lab {
        font-size: 14px;
    }
    .ParrafoDropdown__respuesta_lab {
        font-size: 14px;
    }
    .form-qcl {
        font-size: 15px;
    }
    .form-qcl__cont-inputmulti {
        flex-direction: column;
    }
    .form-qcl__cont-input--50 {
        width: 100%;
    }
    .ayuda-visual__titulo {
        font-size: 12px;
    }
    .ayuda-visual__titulo i {
        font-size: 18px;
    }
}
@media screen and (max-width: 701px) {
    #cursor {
        display: none;
    }
    .ayuda-visual__menu-cont {
        overflow-y: scroll;
    }
    .ayuda-visual__menu-items {
        grid-template-columns: repeat(1, 1fr);
        padding: 5vw;
    }
    .ayuda-visual__item {
        height: 70px;
        font-size: 10px;
    }
    .ayuda-visual__item-i {
        font-size: 20px;
    }
}
@media screen and (max-width: 601px) {
    .tarjetas--digital {
        width: 300px;
    }
    .card_digital__item {
        width: 300px;
    }
    .tarjetas {
        height: auto;
        grid-template-columns: repeat(1, 1fr);
        margin-bottom: 100px;
    }

    .tarjetas--tres {
        height: auto;
        grid-template-columns: repeat(1, 1fr);
    }
    .tarjetas__titulo {
        font-size: 14px;
    }
    .tarjetas__cont-text {
        font-size: 14px;
    }
    .imgTarjeta {
        height: 400px;
    }

    .imgTarjeta__cont-text {
        height: 400px;
    }
}
