.titulo-seccion{font-family:"Merriweather-Black","sans-serif";font-size:36px;color:var(--naranja);}
.subtitulo-seccion{font-family:"Onest-Medium","sans-serif";font-size:19px;color:#4d4d4d;}
#homeCarousel{margin-top:70px;}
#preloader-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    overflow: hidden;
}
#preloader-bg video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}
.close-video,
.skip-video {
    position: absolute;
    z-index: 100;
    padding: 10px 20px;
    background-color: rgb(0 0 0 / 0.5);
    color: #fff;
    border: 1px solid #fff;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease;
    transform: rotate(-90deg);
}
.close-video{top:328px;right:-38px;border-radius: 30px 0 0 0;}
.skip-video{top:201px;right:-37px;border-radius:0 30px 0 0;}
.close-video:hover,
.skip-video:hover {background-color:rgb(255 255 255 / 0.8);color: #000;}
@keyframes scale-pulse {
    0% { transform: scale(1); opacity: 0; }
    50% { transform: scale(1.05); opacity: 1; }
    100% { transform: scale(1); }
}

#homeCarousel .swiper-slide {position: relative;text-align: center;}
#homeCarousel .swiper-slide img {
    width: 100%;
    max-height: 800px;
    height: auto;
    display: block;
    object-position: center 20%;
}
#homeCarousel .swiper-slide .caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction:column;
    justify-content:center;
    align-items:start;
    color:#fff;
    text-align:left;
    padding:20px;
    box-sizing:border-box;
}
#homeCarousel .swiper-slide .caption:has(.botton-container) {
    background: rgb(66 22 7 / 70%);
    background: linear-gradient(to right, rgb(66 22 7 / 70%) 50%, transparent 100%);
}
#homeCarousel .swiper-slide .caption h1 span {font-family: "Onest-Black","sans-serif";font-size:1.8em;}
#homeCarousel .swiper-slide .caption p {margin: 10px 0 0;font-size: 1.2em;}
#homeCarousel .swiper-button-prev {
    position: absolute;
    top: 1px;
    left: 0;
    background: var(--naranja);
    color: #fff;
    padding: 6px 35px !important;
    border-radius: 0 0 30px 0;
    transition: 0.5s;
}
#homeCarousel .swiper-button-next {
    position: absolute;
    top: 1px;
    right: 0;
    background: var(--naranja);
    color: #fff;
    padding: 6px 35px !important;
    border-radius: 0 0 0 30px;
    transition: 0.5s;
}
.home-swiper .swiper-slide.only-image .bg {
    opacity: 0;
    transform: scale(1.1);
    transition: opacity 1s ease-out,transform 1.2s ease-out;
}
.home-swiper .swiper-slide.swiper-slide-active.only-image .bg {opacity: 1;transform: scale(1);}
/********* Formulario de Inscripcion *************/
#formInscripcionModal .modal-header {padding: 0 12px;margin: 0;}
#formInscripcionModal .modal-header .progress { margin: 0;}
#formInscripcionModal .modal-header .btn-close {
    position: absolute;
    top: -20px;
    left: -20px;
    border: 3px solid #fff;
    border-radius: 30px;
}
#formInscripcionModal .modal-header .btn-close::after {
    position: relative;
    content: "X";
    padding-top: 200px;
    top: -7px;
    font-size: 1.25rem;
    color: #fff;
}
#formInscripcionModal .modal-header { display: unset; }
#formInscripcionModal .modal-content {
    max-width: 30rem;
    min-height: 29rem;
    background: rgb(255 255 255 / 0.5);
}
#formInscripcionModal .modal-content h2,
#formInscripcionModal .modal-content p,
#formInscripcionModal .modal-content hr { color: #fff; }
#formInscripcionModal .modal-content .modal-footer { display: block; }
#formInscripcionModal .modal-content .btn-naranja {
    display: flex;
    align-content: stretch;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: baseline;
}
.btn-inscribete { display:none;position:relative;margin:14px;}
.btn-inscribete a {
    color:white;
    font-family:Helvetica, sans-serif;
    font-weight:bold;
    font-size:30px;
    text-align: center;
    text-decoration:none;
    background-color:var(--amarillo);
    display:none;
    position:relative;
    padding:10px 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-shadow: 0px 1px 0px #000;
    filter: dropshadow(color=#000, offx=0px, offy=1px);
    -webkit-box-shadow:inset 0 1px 0 #a89016, 0 10px 0 #a89016;
    -moz-box-shadow:inset 0 1px 0 #a89016, 0 10px 0 #a89016;
    box-shadow:inset 0 1px 0 #a89016, 0 10px 0 #a89016;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.btn-inscribete a:active{
    top:10px;
    background-color:var(--amarillo);
    -webkit-box-shadow:inset 0 1px 0 #a89016,inset 0 -3px 0 #a89016;
    -moz-box-shadow:inset 0 1px 0 #a89016,inset 0 -3px 0 #a89016;
    box-shadow:inset 0 1px 0 #a89016,inset 0 -3px 0 #a89016;
}
.btn-inscribete:after{
    content:"";
    height:100%;
    width:100%;
    padding:4px;
    position: absolute;
    bottom:-15px;
    left:-4px;
    z-index:-1;
    background-color:#2B1800;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

@media (max-width: 768px) {
    #homeCarousel,
    #homeCarousel .swiper-slide,
    #homeCarousel .swiper-slide img { height: 85vh; overflow: hidden; }
    #formInscripcionModal .modal-header .btn-close { top: -5px; left: -5px; }
    #formInscripcionModal .modal-content { background : #646464cc; margin-top : -130px; }
    #formInscripcionModal .modal-content h2 { font-size: 18px; }
    #formInscripcionModal .modal-content p { font-size: 14px; }
    #formInscripcionModal .modal-content h6 { font-size: 16px; }
    #formInscripcionModal .modal-content label { font-size: 14px; }
    .btn-inscribete{display:block;}
    .botton-container{display:none;}
    .btn-inscribete a{display:block;}
}

/********* Ofertar listaodo *********/
.searchofertas .input-group-text{
    background:#ffffff6e;
    border:1px solid #595757;
    border-right:none;
    border-radius:30px 0 0 30px;
    padding:0.37rem 0.5rem 0.37rem 0.75rem;
}
.searchofertas #inpsrchome{ background:#ffffff6e; border:1px solid #595757; border-left:none; border-radius:0 30px 30px 0; }
.box-item {position: relative;overflow: hidden;height: 300px;}
.box-item .card {height: 100%;margin: 0;position: relative;}
.box-item .card-img {width: 100%;height: 100%;object-fit: cover;transition: transform 0.5s ease;}
.box-item:hover .card-img { transform: scale(1.05);}
.box-item:hover .overlay-animated { height: 100%;padding: 20px;}
.overlay-animated {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    background: rgb(255 255 255 / 0.9);
    overflow: hidden;
    transition: 0.5s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}
.custom-link {
    color: #333;
    text-decoration: none;
    border-bottom: 2px solid #d32f2f;
    padding-bottom: 3px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease 0.2s;
}
.box-item:hover .custom-link { opacity: 1;transform: translateY(0);}
.overlay-animated {opacity: 0;transition: opacity 0.5s ease, height 0.5s ease;}
.box-item:hover .overlay-animated {opacity: 1;height: 100%;}
.img-bgfoerta{
    position: relative;
    min-height: 500px;
    width: 100%;
    transition: background-image 0.5s ease-in-out;
}
.img-noticias{
    position: relative;
    min-height: 500px;
    height: 100%;
    transition: background-image 0.5s ease-in-out;
}
/********* Beneficios *********/
.items-beneficios img{height: 50px;padding: 10px;}
.items-beneficios1 img{height: 50px;padding: 10px;}
.items-beneficios h6{
    font-weight: 700;
    color: var(--naranja);
    font-size: 12px;
}
.items-beneficios p {font-weight: 600;font-size: 10px;}
.items-beneficios1 h6 {
    font-family: "Merriweather-Regular", sans-serif;
    font-weight: 600;
    font-size: 12px;
}
.items-beneficios1 p {font-family: "Onest-Medium",sans-serif;font-size: 12px;}
.items-titulo {
    background: var(--naranja);
    color: #fff;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: bolder;
    top: -10px;
}
.green-tittle{
    top: -45px;
    position:relative;
    font-weight:700;
    font-size:14px;
    background:#4fa547;
    padding:5px 20px;
    color:#fff;
    border-radius:30px;
}
#beneficioscontainer .beneficios-img,
#beneficioscontainer .beneficios-items{height:500px;}
#beneficioscontainer .beneficio-bottom{
    background:#f0f0f0;
    margin-left:-13px;
    padding:20px;
}
@media (max-width: 430px) {
    #beneficioscontainer {
        height: 1200px;
    }
}
/************* Horarios *******************/
#cont-horarios{
    margin-top:60px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    height:100%;
    min-height:650px;
    width:100%;
    position:relative;
}
#cont-horarios .carousel-item{min-height:425px;}
#cont-horarios .carousel-indicators { position:relative;margin:1rem 0;}
#cont-horarios .carousel-indicators [data-bs-target] {
    width:12px;
    height:12px;
    border-radius:50%;
    background-color:#ccc;
    border:none;
    margin:0 5px;
    opacity:1;
    transition:all 0.3s ease;
}
#cont-horarios .carousel-indicators .active { background-color: #ff6b00; transform: scale(1.2); }
#cont-horarios .carousel-indicators [data-bs-target]:hover { background-color: #ff8c42;transform: scale(1.1); }
#cont-horarios .carousel-indicators { position: static;display: flex;justify-content: center;padding: 0;}
.img-container2 {
    position: relative;
    min-height: 500px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;}
.img-container2 .container {position: relative;z-index: 2;}
#ofertashorarios h5 {
    text-align: center;
    font-family: "Merriweather-Bold","sans-serif";
    font-size:21px;
    color: #333333;
}
#ofertashorarios h6 {
    text-transform: uppercase;
    text-align: center;
    font-family: "Onest-Bold","sans-serif";
    font-size:14px;
    color: #00367f;
}
@media (max-width: 430px) {
    .img-container2 {
        background-position: 60% 50%;
    }
}
/************* Robot ******************/
#robottable .items-bots-left,
#robottable .items-bots-rigth{background:white;height:160px;}
#robottable .icono i{color:white;font-size:60px;}
#robottable .items-bots-left{border-radius: 18px 0 0 18px;}
#robottable .items-bots-rigth{border-radius: 0 18px 18px 0;}
#robottable .items-bots-left div:last-child{
    width: 150px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    background-image: url('../../statics/imagenes/main/esquinanaranja.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#robottable .items-bots-left div:nth-child(2){
    background:white;
    width:300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#robottable .items-bots-left div:first-child{width:80px;border-radius: 18px 0 0 18px;}
#robottable .items-bots-rigth div:first-child{
    width: 150px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    background-image: url('../../statics/imagenes/main/esquinaamarillo.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#robottable .items-bots-rigth div:nth-child(2){
    background:white;
    width:300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#robottable .items-bots-rigth div:last-child{width:80px;border-radius:0 18px 18px 0;}
#robottable .fila-upleft,
#robottable .fila-downleft{cursor:pointer;transition: transform 0.3s ease;transform-origin: right center;}
#robottable .fila-uprigth,
#robottable .fila-downrigth{cursor:pointer;transition: transform 0.3s ease;transform-origin: left center;}
#robottable .fila-upleft:hover,
#robottable .fila-downleft:hover {transform: scale(1.05);transform-origin: right center;z-index: 1;position: relative;}
#robottable .fila-uprigth:hover,
#robottable .fila-downrigth:hover {transform: scale(1.05);transform-origin: left center;z-index: 1;position: relative;}

#robottable:has(.fila-uprigth:hover) .robot-image,
#robottable:has(.fila-downrigth:hover) .robot-image{ content:url('../../statics/imagenes/main/robotright.png'); }
#robottable:has(.fila-upleft:hover) .robot-image,
#robottable:has(.fila-downleft:hover) .robot-image { content:url('../../statics/imagenes/main/robotleft.png'); }

#robottable:has(.fila-uprigth:hover) .robot-image,
#robottable:has(.fila-upleft:hover) .robot-image {top: -100px;}
#robottable:has(.fila-downrigth:hover) .robot-image,
#robottable:has(.fila-downleft:hover) .robot-image {top: 100px;}
.robot-image{
    width: 120px;
    max-width: none;
    position: relative;
    top: 0;
    transition:all 0.5s cubic-bezier(0.4,0,0.2,1);
    will-change: transform,top;
}

#robottable h3{font-size:20px;font-family:"Onest-Regular","Sans-serif";color:#282d43;}
#robottable li{font-size:14px;color:#707579;}
#robottable li span i{font-size:8px;}
.cat {display:none;}
@media (max-width: 430px) {
    #robottable{display:none;}
    .cat { display: block;width: 180px;height: 180px;margin: 90px auto 0 auto;}
    .cat-main {width: 180px;height: 180px;}
    .info {
        width: 180px;
        height: 180px;
        background: #ffffff url('../../statics/imagenes/main/robot.png') 47% 50% no-repeat;
        border-radius: 100%;
        z-index: 20;
        position: absolute;
        box-shadow: inset 0 0 30px 10px rgba(255, 235, 229, 1);
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 15px;
        box-sizing: border-box;
    }
    .info { cursor: pointer; }
    .petal {
        width: 180px;
        height: 180px;
        border-radius: 20% 0;
        margin-top: 90px;
        margin-left: 90px;
        z-index: 5;
        opacity: 0;
        position: absolute;
        transform-origin: 0 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transform: translate3d(0, 0, 0);
    }
    /* Elemento 1 */
    .cat-main .plataformas {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 20px;
        box-sizing: border-box;
        transform: rotate(0deg);
        background: #fbb023 65% 65% no-repeat;
    }
    .cat-main:hover .plataformas {
        transform: rotate(90deg);
        opacity: 1;
        transition: opacity .5s ease-out, transform .5s ease-out;
    }
    .petal.plataformas > * {
        transform: rotate(270deg);
        transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    }
    .petal.plataformas img {display: block;margin: 40px 5px auto;}
    .petal.plataformas h6 {position: absolute;left: 50px;bottom: 50px;width: 100%;}
    /* Elemento 2 */
    .cat-main .aplicaciones {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 20px;
        box-sizing: border-box;
        transform: rotate(0deg);
        background: #fad03c 65% 65% no-repeat;
    }
    .cat-main:hover .aplicaciones {transform: rotate(180deg);opacity: 1;transition: opacity .5s ease-out .2s, transform .5s ease-out .2s;}
    .petal.aplicaciones > * {transform: rotate(180deg);transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);}
    .petal.aplicaciones img {
        display: block;
        margin: 40px 5px auto;
    }
    .petal.aplicaciones h6 {
        position: absolute;
        left: 25px;
        bottom: 100px;
        width: 100%;
    }
    /* Elemento 3 */
    .cat-main .conduceec {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 20px;
        box-sizing: border-box;
        transform: rotate(0deg);
        background: #fe6d04 65% 65% no-repeat;
    }
    .cat-main:hover .conduceec {
        transform: rotate(270deg);
        opacity: 1;
        transition: opacity .5s ease-out .4s, transform .5s ease-out .4s;
    }
    .petal.conduceec > * {
        transform: rotate(90deg);
        transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    }
    .petal.conduceec img {
        display: block;
        margin: 40px 5px 5px auto;
    }
    .petal.conduceec h6 {
        position: absolute;
        left: -30px;
        bottom: 40px;
        width: 100%;
    }
    /* Elemento 4 */
    .cat-main .estudiarec {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 20px;
        box-sizing: border-box;
        transform: rotate(0deg);
        background: #fd9a23 65% 65% no-repeat;
    }
    .cat-main:hover .estudiarec {
        transform: rotate(0deg);
        opacity: 1;
        transition: opacity .5s ease-out .6s, transform .5s ease-out .6s;
    }
    .petal.estudiarec img {
        display: block;
        margin: 40px 5px 5px auto;
    }
    /* Estilos comunes para todos los pétalos */
    .cat-main .plataformas,
    .cat-main .aplicaciones,
    .cat-main .conduceec,
    .cat-main .estudiarec {
        transition-property: opacity, transform;
        transition-duration: .2s;
        transition-delay: 0s;
    }
    .plataformas:hover,
    .aplicaciones:hover,
    .conduceec:hover,
    .estudiarec:hover {  z-index: 19; }
}
/************* Acerca ******************/
#contenStadistics { display:flex; }
#contenStadistics .card{flex:1;min-width:220px;}
#contenStadistics .card .card-header{border-radius:30px 30px 0 0;background:white;transition:all .3s ease-in-out;}
#contenStadistics .card .card-header h1{color:#19203b;font-family:"Merriweather-Bold",sans-serif;font-size:30px;}
#contenStadistics .card .card-body h6{color:#6a7a82;}
#contenStadistics .card:nth-child(odd) .card-body{background:#e6e6e6;}
#contenStadistics .card:nth-child(even) .card-body{background:#f2f2f2;}
#contenStadistics .card:hover{cursor:pointer;}
#contenStadistics .card:hover .card-header{background:#fe6d03;}
#contenStadistics .card:hover .card-header h1{color:#fff}
#contenStadistics .card-body{height:140px;text-align:center;transition:all .3s ease-in-out;}
#contenStadistics:hover{ animation-play-state: paused; }
@media(max-width:1400px){
    #contenStadistics{ animation: scrollAnimation 2s linear forwards infinite; animation-delay: 1s;}
    @keyframes scrollAnimation {
        0% { transform: translateX(0); }
        100% { transform: translateX(-100px); }
    }
}
@media(max-width:1000px){
    #contenStadistics { animation: scrollAnimation 6s linear forwards infinite; animation-delay: 1s; }
    @keyframes scrollAnimation {
        0% { transform: translateX(0); }
        100% { transform: translateX(-250px); }
    }
}
@media(max-width:800px){
    #contenStadistics { animation: scrollAnimation 5s linear forwards infinite; animation-delay: 1s; }
    @keyframes scrollAnimation {
        0% { transform: translateX(0); }
        100% { transform: translateX(-500px); }
    }
}
/****************** Arte y cultura ************************/
.swiper-artec { width: 65%;}
.swiper-artec img { max-height: 430px;}
.swiper-artec .card-img-overlay {
    background-color: rgb(0 0 0 / 0.6);
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
}
.swiper-artec .card-img-overlay .active{opacity: 1;visibility: visible;}
/****************** Noticias *******************/
.contentestimonio { border: 10px solid #fff;padding: 40px 10px;height:100%;}
.contentestimonio .card,
.contentestimonio .card .card-body { background: #fff0;}
.contentestimonio .carousel-indicators button {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    background-color: white !important;
    border: 1px solid white !important;
    opacity: 0.7 !important;
    top: 150px;
}
.contentestimonio h2 {position:relative;left:-20px;display:inline-block;z-index:1;}
.contentestimonio h2::before {
    content:'';
    position:absolute;
    width:20%;
    height:100%;
    background-image:url('../../statics/imagenes/main/bg-azul.jpg');
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    z-index:-1;
}
#title-noticias {position:relative;padding-left:15px;}
#title-noticias::before {
    content:'';
    position:absolute;
    left:0;
    top:0;
    height:100%;
    width:4px;
    background:var(--naranja);
}
.contentestimonio .carousel-indicators .active { opacity: 1 !important; transform: scale(1.2) !important; }
.contentestimonio h2{
    position:relative;
    left:-20px;
    display:inline-block;
    z-index:1;
}

#title-noticias {position:relative;padding-left:15px;}
#title-noticias::before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    height:100%;
    width:4px;
    background:var(--naranja);
}
.card-items-news .card-body {
    height: 120px;
    padding: 10px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.1);
    will-change: transform, height, background;
}
.card-items-news {width: 19rem;}
.card-items-news .card-text {
    display: none;
    font-weight: lighter;
    font-family: "Poppins-Regular", sans-serif;
    font-size: 12px;
}
.card-items-news .card-title {
    max-height: 60px;
    overflow: hidden;
    font-family: "Poppins-Bold", sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #4d4d4d;
}
.card-items-news:hover .card-text {display:block;}
.card-items-news:hover .card-body {background: #fff;margin-top: -111px;height: 227px;}
.card-items-news:hover .card-title {max-height: 120px;}

/******************** Eventos *****************/
#eventoContainer{border:10px white solid;}
#eventoContainer > h3{
    font-family:"Onest-ExtraBold",sans-serif;
    margin-top:-20px;
    width:420px;
    background:#e47f15;
    font-size:26px;
    padding-left:20px;
    padding-right:20px;
}
#eventoContainer .items{ min-height:140px; max-height:150px;overflow:hidden;}
#eventoContainer .items h1,
#eventoContainer .items strong h1{ font-family:"Merriweather-Bold",sans-serif;font-size:18px;color:#333333;}
#eventoContainer .items p{color:#78878e;font-size:13px;font-family:"Merriweather-Bold",sans-serif;}
.evento-items{ cursor:pointer; transition:all 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
.evento-items:hover{ border: 1px solid var(--naranja); }
@media(max-width:430px) {
    #eventoContainer > h3{font-size:20px;width:330px;}
}