﻿.loading {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.loading-iframe {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

html {
    max-height: max-content;
    width: 100%;
}

.spinner {
    width: 50px;
    height: 50px;
    border: 5px solid rgba(0, 0, 0, 0.1);
    border-top-color: #3498db;
    border-radius: 50%;
    animation: spin 1s infinite linear;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.bsk-color {
    color: #067F96;
}

@property --angle {
    syntax: '<angle>';
    initial-value: 90deg;
    inherits: true;
}

@property --gradX {
    syntax: '<percentage>';
    initial-value: 50%;
    inherits: true;
}

@property --gradY {
    syntax: '<percentage>';
    initial-value: 0%;
    inherits: true;
}

:root {
    --card-width: 375px;
    --card-height: calc(var(--card-width) * 0.66);
    --d: 2500ms;
    --angle: 90deg;
    --gradX: 100%;
    --gradY: 50%;
    --c1: rgba(41, 146, 244,1);
    --c2: rgb(163 205 245);
}

* {
    box-sizing: border-box;
}

body::-webkit-scrollbar {
}

html {
    font-family: 'Lato', sans-serif;
}


.circle {
    height: 52px;
    position: absolute;
    bottom: 34px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    line-height: 13px;
}

#portal-btn-list {
    align-items: start !important;
}

.logo-list {
    padding: 20px 0;
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding-top: 0.5rem !important;
}

    .logo-list div {
        min-height: 112px;
    }

    .logo-list img {
        display: inline-block;
        max-width: 130px;
        max-height: 90px;
        padding: 5px 0;
        margin: 15px 0px;
        transition: all 0.3s ease-in-out;
    }

.contact-list .mapa {
    transform: none;
    display: inline-block;
    max-width: 80%;
    max-height: 70%;
    padding: 5px 0;
}

    .contact-list .mapa:hover {
        transform: none;
    }

.logo-list img:hover {
    filter: none;
    transform: scale(1.5);
}


.contact-list {
    padding: 20px 0;
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding-top: 0.5rem !important;
    margin-bottom: -2vw;
}

.contacts {
    max-width: 1400px;
    font-size: 17px;
}

    .contacts .card {
        background-color: transparent;
    }

body {
    width: 100vw;
    height: 100%;
    margin: 0;
    font-family: "Lato", sans-serif;
    -ms-overflow-style: none;
    overflow-x: hidden;
    overflow-y: scroll !important;
    position: relative;
}

.innerLink {
    position: relative;
    top: -75px;
}

#carouselMain {
    height: 445px;
    max-height: 35vw;
    display: flex;
    justify-content: center;
    width: 100% !important;
    overflow: hidden;
    background-color: #52B4B2;
}

    #carouselMain .carousel-item {
        max-height: 50vw;
    }

    #carouselMain .carousel-inner {
        max-height: 50vw;
    }

.car-text {
    position: absolute;
    top: 0%;
    color: white;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}
.bold{
font-weight: bold !important;
}

div.oferta-title > img{
	margin-left: auto !important;
	margin-right: auto !important;
}

.oferta-categorias{
	margin-top: 8px;
}
.oferta-categorias > .row{
	margin-left: 0;
	margin-right: 0;
}
.oferta-categorias .card{
	margin: 5px;
	overflow: hidden;
	padding: 0;
	border-radius: 16px;
	box-shadow: 0 0 4px rgba(0,0,0,0.5);
}
.oferta-categorias .card > img{
	width: 100%;
}
.oferta-categorias .card .card-text{
	color: #5d5d5d;
}

div.fondotitulos {
    width: 100%;
    /* background-color: rgba(0,0,0,0.5); */
    text-align: left !important;
    padding-left: 2% !important;
    padding-right: 2% !important;
    font-family: Verdana;
    height: 100%;
    display: flex;
    top: 50%;
    flex-direction: column;
    /* align-items: center; */
    justify-content: flex-start;
}

div.titblanco0 {
    color: white !important;
    font-weight: normal;
    font-size: 42px;
    line-height: 56px;
    position: relative;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}

div.titblanco1 {
    color: white !important;
    font-weight: bold;
    font-size: 42px;
    line-height: 56px;
    position: relative;
    right: 0px;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}

div.titblanco3 {
    color: white !important;
    font-weight: bold;
    font-size: 25px;
    line-height: 110%;
    position: relative;
    right: 0px;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}

span.titceleste2 {
    color: #66d6c5 !important;
    font-weight: bold;
    font-size: 44px;
    text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
}

.titceleste2 {
    color: #66d6c5 !important;
    font-weight: bold;
    line-height: 110%;
    font-size: 25px;
    text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
}

.presentation-iframe {
    width: 100%;
    height: 100%;
}

.modal-dialog {
    width: 100vw !important;
    height: 100vh !important;
    margin: auto !important;
    max-width: 89vw !important;
}

.modal-body {
    width: 100% !important;
    height: 82vh !important;
}



.carousel-indicators [data-bs-target] {
    border: 2px rgb(50,50,50) solid !important;
    border-radius: 50px !important;
    height: 20px;
    width: 20px;
}


.footer {
    background-color: rgb(32,56,80);
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 0px !important;
    justify-content: flex-start;
    flex-direction: row;
    height: 13vw;
    position: relative;
    bottom: 0px;
    width: 100%;
    max-height: 180px;
    min-height: 102px;
}

.footer-text {
    position: absolute;
    bottom: 1.5vw;
    right: 13vw;
    height: 10vw;
    max-height: 120px;
}

.footer-img {
    margin: 0;
    min-width: 380px;
    width: 50vw;
    height: 360px;
    background-image: url(../img/footer.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-y: bottom;
    max-width: 640px;
    position: absolute;
    bottom: 0px;
    z-index: 999;
}

.body-content {
    /* background-image: url(../img/background.png);*/
    background-repeat: round;
    background-position: left;
    background-size: cover;
    background-position-x: left;
    padding-right: 12px;
    padding-top: 75px;
}

.section-container {
    /* box-shadow: 0px 0px 23px -5px rgba(0,0,0,0.44);
    -webkit-box-shadow: 0px 0px 23px -5px rgba(0,0,0,0.44);
    -moz-box-shadow: 0px 0px 23px -5px rgba(0,0,0,0.44);
       */
}

.section {
    padding-bottom: 20px;
}

.section-white {
    background-color: white;
}

    .section-white .sim-container {
        background-color: #EDF1F2;
    }

    .section-white .carousel {
        background-color: white;
    }

.section-grey {
    background-color: #EDF1F2;
}

    .section-grey .sim-container {
        background-color: white;
    }

    .section-grey .carousel {
        background-color: #EDF1F2;
        ;
    }



.section-first {
    /* border-radius: 2rem 2rem 0px 0px;*/
}

.section-last {
    /*border-radius: 0px 0px 2rem 2rem;
    padding-bottom: 200px;*/
}

.section-general {
    display: flex;
    background-image: url(../img/secciones/general/2.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
    flex-direction: row;
    justify-content: center;
    margin-top: 6px;
}

    .section-general > .section-header {
        height: 250px;
        display: flex;
        flex-wrap: nowrap;
        width: auto;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }



    .section-general .section-text {
        color: white !important;
        display: flex;
        width: 100%;
        flex-direction: column;
        padding-left: 25px;
        text-shadow: 0 0 12px black;
    }



    .section-general .section-header .section-title a {
        color: #00e2e2;
        text-shadow: 0 0 24px rgba(0,0,0,0.7);
    }

        .section-general .section-header .section-title a:hover {
            color: #CCC;
        }

    .section-general .section-title {
        color: white !important;
        width: 340px;
        line-height: 122%;
        font-size: 33px;
        font-weight: 500;
    }


.header-img {
    padding-right: 25px;
    padding-left: 15px;
}

.general-presentation {
    background: none;
    transition: all 0.5s linear;
}

.general-video {
    background: none;
    transition: all 0.5s linear;
}

    .general-video:hover {
        background: url(../img/secciones/general/boton_nuevo.png);
        background-size: cover;
        background-position-x: -3px;
    }

.general-presentation:hover {
    background-image: url(../img/secciones/general/boton_nuevo.png);
    background-size: cover;
    background-position-x: -1px;
}



.section-cuanti > .section-header {
    min-height: 350px;
    background-image: url(../img/secciones/img1.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
    background-size: 46%;
    display: flex;
    align-content: space-around;
    flex-wrap: wrap;
}

.section-cuanti .section-text {
    display: flex;
    width: 52%;
    flex-direction: column;
    padding-left: 3%;
}

.section-cuali > .section-header {
    min-height: 350px;
    background-image: url(../img/secciones/img2.png);
    background-repeat: no-repeat;
    /* background-position-x: center; */
    background-position-y: center;
    background-position-x: 10px;
    background-size: 36%;
    display: flex;
    align-content: space-around;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.section-cuali .section-text {
    display: flex;
    width: 58%;
    flex-direction: column;
    padding-right: 2%;
}

.section-specific > .section-header {
    min-height: 350px;
    background-image: url(../img/secciones/img3.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
    background-size: 44%;
    display: flex;
    align-content: space-around;
    flex-wrap: wrap;
}

.section-specific .section-text {
    display: flex;
    width: 52%;
    flex-direction: column;
    padding-left: 3%;
}

.section-assessment > .section-header {
    min-height: 350px;
    background-image: url(../img/secciones/img2.png);
    background-repeat: no-repeat;
    /* background-position-x: center; */
    background-position-y: center;
    background-position-x: 10px;
    background-size: 36%;
    display: flex;
    align-content: space-around;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.section-assessment .section-text {
    display: flex;
    width: 58%;
    flex-direction: column;
    padding-right: 2%;
}

.section-others > .section-header {
    min-height: 350px;
    background-image: url(../img/secciones/img5.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
    background-size: 44%;
    display: flex;
    align-content: space-around;
    flex-wrap: wrap;
}

.section-others .section-text {
    display: flex;
    width: 52%;
    flex-direction: column;
    padding-left: 3%;
}



.section-title {
    color: #39B4D3;
    font-size: 2.4em;
    font-weight: 700;
}

.section-title-2 {
    color: #39B4D3;
    font-size: 3.4em;
    font-weight: 700;
}

.section-title-green {
    background-image: url(../img/banner2.png);
    color: white;
    font-size: 3em;
    font-weight: 700;
    text-align: center;
    padding: 30px;
}

.text-celeste {
    color: #39B4D3;
    font-size: 1.4em;
    font-weight: 500;
}

.section-description {
    color: rgb(40,40,40);
    font-size: 1.1em;
    z-index: 3;
}

    .section-description p {
        margin-bottom: 0.5rem;
    }

.sim-list-wrapper {
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(420px, 1fr) );
    align-items: center;
    justify-items: center;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 50px;
    grid-auto-rows: 300px;
}


.sim-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
    transform: scale3d(1,1,1);
    transition: all 0.5s;
    margin: 15px;
    width: 385px;
    padding-top: 10px;
    height: 270px;
    box-shadow: 0px 0px 23px -5px rgba(0,0,0,0.44);
    -webkit-box-shadow: 0px 0px 23px -5px rgba(0,0,0,0.44);
    -moz-box-shadow: 0px 0px 23px -5px rgba(0,0,0,0.44);
}


.sim-card {
    width: var(--card-width);
    height: var(--card-height);
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    transition: all 0.5s;
    justify-content: space-evenly;
}



.wrapper {
    transition: all 0.5s;
    width: 100%;
    z-index: -1;
}

.sim-card .carousel {
    height: 204px;
}

.sim-card .carousel-item {
    width: 100%;
    transition: all 0.5s;
}

.sim-card .carousel-inner {
    height: 204px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s;
}



.sim-card .carousel-item img {
    width: 100%;
    height: 202px;
    object-fit: fill;
    transition: all 0.5s;
}

.title {
    width: 100%;
    color: rgb(50,50,50);
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    transition: all 0.5s;
    font-family: 'Lato', sans-serif;
    height: 45px;
    margin-top: 5px;
}

.title-box {
    display: none;
    height: 45px;
    position: absolute;
    width: 100%;
    bottom: 0px;
    box-shadow: rgba(0, 0, 0, 0.8) 0px -65px 12px -28px inset;
}

.canvas_copy_subtitle {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    transform-origin: bottom;
    position: relative;
    font-size: 20px;
    font-weight: 900;
    opacity: 0;
    transition: all 0.5s;
}



.wrapper::before,
.wrapper::after {
    content: "";
    opacity: 0;
    width: 100%;
    height: 80px;
    transition: all 0.5s;
    left: 0;
}

.wrapper::before {
    height: 100%;
    background-image: linear-gradient( to top, transparent 46%, rgba(12, 13, 19, 0.1) 68%, rgba(12, 13, 19, 0.2) 97% );
}

.wrapper::after {
    opacity: 1;
}

.sim-container.hover .wrapper::after {
    height: 120px;
}

.sim-container.move-left.hover {
    transform: perspective(900px) translateY(-5%) rotateX(15deg) translateZ(0);
    transition: all 0.5s;
    box-shadow: 0px 0px 20px rgba(0,0,0,1), 0px 0px 60px rgba(0,0,0,0.3);
    width: 600px;
    height: 390px;
    margin-top: -50%;
    position: relative;
    z-index: 500 !important;
    margin-bottom: -50%;
    margin-left: 130px;
}

.sim-container.move-right.hover {
    transform: perspective(900px) translateY(-5%) rotateX(15deg) translateZ(0);
    transition: all 0.5s;
    box-shadow: 0px 0px 20px rgba(0,0,0,1), 0px 0px 60px rgba(0,0,0,0.3);
    width: 600px;
    height: 390px;
    margin-top: -50%;
    position: relative;
    z-index: 500 !important;
    margin-bottom: -50%;
    margin-left: -130px;
}

.sim-container.hover {
    transform: perspective(900px) translateY(-5%) rotateX(15deg) translateZ(0);
    transition: all 0.5s;
    box-shadow: 0px 0px 20px rgba(0,0,0,1), 0px 0px 60px rgba(0,0,0,0.3);
    width: 600px;
    height: 390px;
    margin-top: -50%;
    position: relative;
    z-index: 500 !important;
    margin-bottom: -50%;
}

    .sim-container.hover .sim-card {
        width: 580px;
        height: 392px;
        position: relative;
        display: flex;
        align-items: center;
        flex-direction: column;
        transition: all 0.5s;
        justify-content: space-evenly;
        margin-top: -13px;
    }

    .sim-container.hover .carousel {
        height: 314px;
        transition: all 0.5s;
    }

    .sim-container.hover .carousel-inner {
        height: 314px;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .sim-container.hover .carousel-item {
        height: 100%;
    }

        .sim-container.hover .carousel-item img {
            height: 312px;
        }

    .sim-container.hover .title {
        transform: scale3d(1,1,1) perspective(1000px) rotateX(-18deg) translateY(-11px);
        font-size: 32px;
    }

    .sim-container.hover .canvas_copy_subtitle {
        transform: scale(1.08) translateY(-90px) translateY(-5%);
        opacity: 1;
    }

.card_button.hover {
    max-width: 300px;
}

.dock {
    width: auto;
    height: 60px;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: rotateX(-15deg) translateX(-50%) translateY(-100px) translateZ(0);
    transform-style: flat;
}

    .dock .dock-container {
        padding: 3px;
        width: auto;
        min-width: 160px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 16px;
        background: rgba(83, 83, 83, 0.25);
        border: 1px solid rgba(255, 255, 255, 0.18);
    }

        .dock .dock-container li {
            list-style: none;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 38px;
            height: 38px;
            vertical-align: bottom;
            transition: 0.1s;
            transform-origin: 50% 100%;
            margin-left: 2px;
            margin-right: 2px;
        }

            .dock .dock-container li.hover {
                margin: 0px 13px 0px 13px;
            }

            .dock .dock-container li .name {
                position: absolute;
                top: 60px;
                background: rgba(0, 0, 0, 0.8);
                color: rgba(255, 255, 255, 0.9);
                height: 10px;
                padding: 10px 5px;
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 5px;
                font-size: 16px;
                opacity: 0;
                width: 100px;
            }

            .dock .dock-container li .ico {
                width: 100%;
                height: 100%;
                object-fit: cover;
                transition: 0.1s;
                cursor: pointer;
            }


li.hover .name {
    opacity: 1 !important;
}

.box.hover {
    border: 0.35rem solid;
    border-width: 0.3rem 0.3rem 0.3rem 0.3rem;
    border-image: conic-gradient(from var(--angle), var(--c2), var(--c1) 0.1turn, var(--c1) 0.15turn, var(--c2) 0.25turn) 30;
    animation: borderRotate var(--d) linear infinite forwards;
}

.about-us {
    padding-bottom: 400px;
}

@keyframes borderRotate {
    100% {
        --angle: 420deg;
    }
}

@keyframes borderRadial {
    20% {
        --gradX: 100%;
        --gradY: 50%;
    }

    40% {
        --gradX: 100%;
        --gradY: 100%;
    }

    60% {
        --gradX: 50%;
        --gradY: 100%;
    }

    80% {
        --gradX: 0%;
        --gradY: 50%;
    }

    100% {
        --gradX: 50%;
        --gradY: 0%;
    }
}

.iframe-container {
    margin-bottom: 20px; /* Optional: add some spacing below the video */
}

.video-title {
    font-size: 2.2em;
    margin: auto;
    width: 80%;
    margin-bottom: 10px;
}

.iframe-wrapper {
    position: relative;
    width: 80%;
    padding-bottom: 56.25%;
    height: 0;
    margin: auto;
}

    .iframe-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

@media (max-width: 768px) {
    .video-title {
        font-size: 1em; /* Adjust the font size for mobile devices */
    }
}


@media (max-width: 1199px) {
.oferta-categorias .card{
	margin: 15px;
}
}

@media (max-width: 1290px) {
    .oferta-contenedor > .oferta-title > img{
		display: none;
	}
}