/* General */
body {
    font-family: "Open Sans", sans-serif;
    background-color: #111;
    color: #ffffff;
    font-weight: 200;

}

h1, h2, h3 {
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
}

.font-s {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 500;
}

a {
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
}

@media (max-width: 767px) {
    .carousel .carousel-item > .row > .col-12 {
        display: block;
        max-width: 100%;
    }


}

@media (min-width: 768px) {
    .carousel .carousel-item > .row > .col-md-4 {
        display: inline-block;
        max-width: 33.33%;
    }
}


/* Header Video Section and Wellbeing Section Background */
.header-video-section, .wellbeing-section {
    background-image: url('../img/background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: white;
    padding-top: 30px;
    padding-bottom: 30px;
}

/* Button Colors */
.btn-primary {
    background-color: #6c63ff;
    border-color: #6c63ff;
    border-radius: 20px; /* Borde redondeado */
}
.btn-primary:hover {
    background-color: #5753d6;
}

/* CTA Section */
.cta-section {
    background-color: #2c3e50;
}

/* Contact Form Section */
.contact-form-section {
    background-color: #0d111a;
    color: white;
    padding: 40px 20px;
}

/* Logo Styles */
.logo-left {
    max-width: 150px;
}
.logo-right {
    max-width: 150px;
}

/* Video Header */
.video-header {
    background-color: #000;
    overflow: hidden;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    display: block;
    border-radius: 10px;
}

/* Fondo de la sección main-info-section */
.main-info-section {
    background-color: #0d111a;
    color: white;
}

.agenda-section {
    background-color: #0d111a;
    color: white;
}


/* Título con dos colores */
.main-info-section h2 {
    font-size: 2.5rem;
    line-height: 1.2;
    color: white;
}
.main-info-section .highlight-text {
    color: #88e100;
}

/* Texto destacado en verde */
.highlight-text {
    color: #88e100;
}

/* Botón de Play Circular */
.btn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
    color: #fff;
    background: rgb(0 0 0 / 0%);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: solid;
    /* padding: 11px; */
}

.btn-play:hover {
    background: rgb(0 0 0 / 0%);
}

.btn:hover {
    color: #ffffff;
    text-decoration: none;
}

/* Estilos para las imágenes de icono */
.icon-img {
    width: 70px;
    height: auto;
    margin-right: 0px;
}

/* Ajuste adicional para alinear verticalmente los textos */
.main-info-section h5, .main-info-section p {
    margin: 0;
    padding-left: 10px;
}

/* Botón con borde degradado */
.btn-gradient-outline {
    padding: 15px 30px;
    width: 50%px;
    font-size: 15px;
    font-weight: bold;
    color: white;
    text-decoration: none;
    border: 2px solid transparent;
    border-radius: 20px; /* Ajuste del borde redondeado */
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.btn-big{
    width: 100%;
}

.btn-gradient-outline::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, #88e100, #9bdaff);
    z-index: -1;
    border-radius: 20px; /* Asegura que el degradado tenga el borde redondeado */
}

.btn-gradient-outline:hover::before {
    background: linear-gradient(45deg, #9bdaff, #88e100);
}

.btn-gradient-outline::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background-color: #021017;
    z-index: -1;
    border-radius: 18px; /* Mantener el radio interno ligeramente menor */
}

/* Fondo de la sección wellness-section */
.wellness-section {
    background-color: #021017;
    color: white;
}

/* Subtítulo en la primera columna */
.learn-subtitle {
    font-size: 1.2rem;
    color: #88e100;
    margin-top: 20px;
}

/* Segunda columna con padding y fondo oscuro */
.list-column {
    background-color: #021017;
    padding: 20px;
    border-radius: 8px;
}

/* Estilos para la lista de puntos con íconos */
.icon-check {
    width: 30px;
    height: auto;
    margin-right: 10px;
}

.list-unstyled li span {
    font-size: 1rem;
    color: #ffffff;
}

/* Fondo de la sección experts-section */
.experts-section {
    background-color: #0d111a;
    color: white;
}

/* Estilo del título en la sección */
.experts-section h2 {
    font-size: 2.5rem;
    color: white;
    margin-bottom: 30px;
}

/* Personalización de las flechas del carrusel */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #88e100;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-size: 50%;
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

/* Fondo de la sección about-section */
.about-section {
    background-color: #0d111a;
    color: white;
}

/* Título con color destacado */
.about-section h2 {
    font-size: 2.5rem;
    color: white;
    margin-bottom: 30px;
}

.highlight-text {
    color: #ff9b00;
}

.highlight-text-green {
    color: #88E100;
}
.highlight-text-blue {
    color: #8ed2ff;
}

/* Imagen lateral alineada al borde */
.image-column .side-image {
    width: 350px;
    max-width: 446px;
    object-fit: cover;
    position: relative;
    left: -83px;
    top: -103px;
}

.image-column2 .side-image2 {
    width: 291px;
    max-width: 446px;
    object-fit: cover;
    position: relative;
    left: -179px;
    top: -59px;
}

@media (max-width: 767px) {
        .image-column .side-image {
        width: 232px;
        height: 367px;
        left: 41px;
        top: -30px;
    }

     .image-column2 .side-image2 {
width: 232px;
        height: 309px;
        left: -104px;
        position: relative;
        top: 80px;
    }



}

/* Logo de Lider Ubuntu */
.logo-img {
    max-width: 150px;
    margin-bottom: 10px;
}

/* Lista de certificaciones */
.certifications-list {
    list-style-type: disc;
    padding-left: 20px;
    color: #ff9b00;
}

.certifications-list-g {
    list-style-type: disc;
    padding-left: 20px;
    color: #4fb66e;
}

.certifications-list li {
    margin-bottom: 5px;
}

/* Logo grid para marcas */
.logo-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 20px;
}

@media (max-width: 768px) {
  .logo-grid {
    grid-template-columns: repeat(2, 1fr); /* 2 columnas en pantallas móviles */
    gap: 10px;
  }

  .partner-logo {
    width: 100px;
   
}

}

.partner-logo {
    max-width: 180px;
    opacity: 0.8;
    transition: opacity 0.3s;
}

.partner-logo:hover {
    opacity: 1;
}

/* Estilo de las imágenes de experiencia y conferencia */
.experience-image {
    max-width: 100%;
    border-radius: 10px;
}

/* Texto centrado en columnas de experiencia */
.text-center p {
    color: #ffffff;
}

/* Fondo y estilos generales */
.opportunity-section,
.transformation-section {
    background-color: #0d111a;
    color: white;
    padding-bottom: 0px !important;
}

/* Estilo de títulos y subtítulos */
.opportunity-section h2,
.transformation-section h3 {
    font-size: 2.5rem;
    color: white;
    margin-bottom: 20px;
}

.opportunity-section .subtitle,
.transformation-section h5 {
    font-size: 1.1rem;
    color: #fff;
}

/* Estilos de video */
.video-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.video-header {
    width: 100%;
    border-radius: 10px;
}

/* Columna de Redes Sociales */
.social-column {
    color: white;
}

.social-icon {
    font-family: FontAwesome;
    font-size: 1.2rem;
    margin-right: 8px;
}

/* Imagen de fondo del footer */
.footer-bottom-img {
    bottom: 0px;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 0;
    opacity: 0.9;
}

/* Columna de formulario de contacto */
.contact-form-column h4 {
    font-size: 1.5rem;
    text-align: center;
}

.contact-form-column h5 {
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
}

.contact-form-wrapper {
    padding: 20px;
    border-radius: 8px;
}

/* Estilo del formulario */
.form-control {
    background-color: white;
    color: black;
    border: none;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.form-control::placeholder {
    color: #777;
}

/* Logos Footer */
.footer-logos {
    width: 100%;
    max-width: 200px;
    margin-top: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.social-icon {
    font-family: FontAwesome;
    font-size: 1.2rem;
    margin-right: 8px;
    color: #91d6ff;
}

.uppercase-text {
    text-transform: uppercase;
}

.padding-custom {
    padding: 40px; /* Ajusta el valor según sea necesario */
}

@media (max-width: 767px) {
    /* Configuración para que la fila ocupe todo el ancho de la pantalla */
        .experience-full-width-row {
        position: relative;
        left: 30%;
        right: 30%;
        margin-left: -50vw;
        margin-right: -50vw;
        width: 90vw;
        max-width: 100vw;
    }

    .about-section {
    font-size: 0.7rem;
}

}


img.img-fluid.poster-image {
    height: 500px;
}

.modal-dialog.modal-sm {
    max-width: 350px; /* Cambia este valor al tamaño deseado */
}

.countdown-container {
        display: flex;
        gap: 1rem;
    }
    .time-box {
        text-align: center;
    }
    .time-box span {
        font-size: 5rem;
        display: block;
        font-weight: 800;
    }

div#countdown p {
    font-size: 20px;
}

.text-count{
    font-size: 30px;
}

.separator {
    font-size: 5rem;
    font-weight: bold;
    margin: 0px -0.8rem;
    color: #88e102;
    align-self: start;
}

.hidden-content {
    display: none;
}

.show-content {
    display: block;
}

.swiper-pagination {
    bottom: 10px; /* Ajusta la posición según sea necesario */
    text-align: center;
}

.swiper-pagination-bullet {
    background: #007bff; /* Cambia el color para que sea visible */
    opacity: 0.7;
}

.swiper-pagination-bullet-active {
    background: #0056b3; /* Color para la bala activa */
    opacity: 1;
}


.swiper-container {
    position: relative;
    overflow: hidden;
}

.swiper-container2 {
    position: relative;
    overflow: hidden;
}

.swiper-button-prev,
.swiper-button-next {
    color: #000; /* Cambia a tu preferencia */
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.swiper-button-prev {
    left: 10px; /* Ajusta el margen desde el borde izquierdo */
}

.swiper-button-next {
    right: 10px; /* Ajusta el margen desde el borde derecho */
}

.swiper-pagination {
    bottom: 10px;
}


.swiper-wrapper {
    display: flex;
}

.swiper-wrapper {
    display: flex;
}

@media (max-width: 576px) {
    .countdown-container {
        font-size: 1.2rem; /* Reduce el tamaño de fuente en móviles */
    }
    .time-box {
        margin: 0 5px; /* Reduce el margen entre los elementos */
    }

    .time-box span {
    font-size: 3rem;
    display: block;
}

.separator {
    font-size: 3rem;
    font-weight: bold;
    margin: 0px -0.8rem;
    color: #88e102;
    align-self: start;
}
}

.video-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}


.swiper-button-next {
    color: #88e102 !important;
}

.swiper-button-prev {
    color: #88e102 !important;
}

