.tab-text {
    font-size: 14px;
    color: #05ea00 !important;
    text-shadow: 2px 2px 5px #000000;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    -webkit-text-stroke: 0.2px #000000;
    text-stroke: 0.2px #000000;
    padding: 5px;
}

.tab-image {
    padding-top: 12px;
    height: 1000px;
}

.carousel-control-custom {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 60px;
    background: rgba(0, 0, 0, 0);
    color: #fff;
    font-weight: bold;
    font-size: 20px; /* más grande */
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    padding: 0 5px;
    border: none;
    writing-mode: vertical-rl; /* texto vertical de derecha a izquierda */
    text-orientation: mixed; /* 🔹 mantiene letras en posición vertical */
    white-space: nowrap; /* 🔹 evita que el texto se divida en 2 líneas */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: background 0.3s;
}

.carousel-control-custom:hover {
    background: rgba(0, 127, 255, 0.4);
}

.carousel-control-left {
    left: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.carousel-control-right {
    right: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.carousel-caption {
    position: absolute;
    /*top: 100px;*/
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    text-align: center;
    /*background: rgba(61, 44, 33, 0.4);*/
}

.carousel-caption .h3 {
    text-align: center;
    top: 50%;
    bottom: 50%;
}
.testimonial-carousel .owl-dots {
    margin-top: 30px;
    text-align: center;
}
.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #25357d;
    transition: 0.5s;
}
.testimonial-carousel .owl-dot.active {
    width: 40px;
    background: #c4dc1c;
}
.testimonial-carousel .owl-item img {
    width: 80px;
    height: 80px;
}

.carousel-indicators {
    position: absolute;
    top: 130px;
    left: 50%;

    display: flex;
    justify-content: space-between;
    width: 80%;
    padding: 0;
}

.carousel-indicators button {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 25px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.3s, color 0.3s;
}

.carousel-indicators button:hover {
    background-color: #fff;
    color: #000;
}

.carousel-inner .carousel-item {
    transition: transform 1s ease-in-out;
    text-align: center;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

#theCarousel {
    position: relative;
    z-index: 1;
    touch-action: pan-y;
}

.carousel-caption-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    background: rgba(61, 44, 33, 0.4);
    padding: 10px;
}
.carousel-item video {
    width: 100%;
    height: auto;
}
.carousel-item img {
    height: 70vh;
}

.video-text-left {
    position: absolute;
    top: 70%;
    left: 20px;
    transform: translateY(-50%);
    color: white;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    z-index: 10;
}

.video-text-left p {
    margin: 0;
    text-align: left;
}

.active-button {
    background-color: white !important;
    border-color: #3abaff !important;
    color: #3abaff;
}

.yt-wrap {
    width: 100%; /* Asegura que ocupe todo el ancho permitido */
    position: relative;
    padding-bottom: 56.25%; /* Relación de aspecto 16:9 (56.25% = 9/16 * 100) */
    height: 0; /* La altura se controla con padding-bottom */
    margin: 20px auto; /* Centra horizontalmente */
}

.yt-wrap iframe {
    padding-left: 35%;
    position: absolute;
    top: 0;
    left: 0;
    width: 70%; /* Ocupa todo el ancho del contenedor */
    height: 35%; /* Ocupa toda la altura del contenedor */
    border: none; /* Opcional: elimina bordes del iframe */
}

.center-elements {
    display: flex;
    flex-direction: column;
    align-items: center;
    /*top: 5%;*/
    padding-top: 100px;
    padding-top: 50px;
    width: 100%;
    justify-content: center;
    text-align: center;
    position: absolute;
}
