a{
    text-decoration: none;
    transition: all 0.7s ease;
}

.bg__breadcrumb{
    /* background: var(--Celeste, #F7F9FC); */
    padding: 10px 0;
}
.breadcrumb-item{
    color: var(--color-black);
    font-family: var(--font-primary);
    font-size: 13px;
    font-style: normal;
    font-weight: var(--font-weight-medium);
    line-height: normal;
}

.breadcrumb-item .active{
    color: grey !important;
    font-family: var(--font-primary);
    font-size: 13px !important;
    font-style: normal;
    font-weight: var(--font-weight-light) !important;
    line-height: normal;
}

.breadcrumb-titulo{
    color: var(--color-secondary);
    font-family: var(--font-primary);
    font-size: 14px;
    font-style: normal;
    font-weight: var(--font-weight-regular);
    line-height: normal;
    text-transform: uppercase;          
}

.contenido__seccion{
    color: var(--Tipografia, #191919);
    font-family: 'Lato';
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.contenido__titulo {
    font-family: var(--font-secondary);
    font-weight: var(--font-weight-bold);
    color: var(--color-white);
    font-size: 32px;
    font-weight: 900;
    line-height: 130%; /* 41.6px */
    text-transform: uppercase;
}

.contenido__descripcion {
    font-family: var(--font-primary);
    font-weight: var(--font-weight-light);
    font-size: 24px;
    font-style: normal;
    line-height: 130%; /* 31.2px */
    color: var(--color-white);
}

.btn__principal {
    font-family: var(--font-secondary);
    font-weight: var(--font-weight-medium);
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid var(--color-primary);
    background: var(--color-primary);   
    color: var(--color-white);
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 20px !important;
    transition: 0.5s ease-in-out;
    border-radius: 40px;
}

.btn__principal:hover{
    font-family: var(--font-secondary);
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
    cursor: pointer;
    background-color: var(--color-white);
    transition: 0.5s ease-in-out;
    border-radius: 40px;
}

.btn__white{
    font-family: var(--font-secondary);
    border: 1px solid var(--color-primary);
    background: var(--color-white);   
    color: var(--color-primary);
    cursor: pointer;
    padding: 10px 20px;
    transition: 0.5s ease-in-out;
}

.btn__white:hover{
    font-family: var(--font-secondary);
    border: 1px solid var(--color-primary);
    background: var(--color-primary);   
    color: var(--color-white);
    cursor: pointer;
    padding: 10px 20px;
    transition: 0.5s ease-in-out;
}

.btn{
    color: var(--color-white);
    font-family: var(--font-primary);
    font-size: 16px;
    font-style: normal;
    font-weight: var(--font-weight-medium);
    line-height: normal;
}

.btn__principal{
    font-family: var(--font-secondary);
    border: 1px solid var(--color-primary);
    background: var(--color-primary);   
    color: var(--color-white);
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 20px !important;
    background-color: var(--color-primary); /* Color base del botón */
    transition: 0.5s ease-in-out; /* Transición suave del efecto de sombra */
    border-radius: 40px;
}

.btn__principal:hover{
    font-family: var(--font-secondary);
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
    cursor: pointer;
    background-color: var(--color-white); /* Color base del botón */
    transition: 0.5s ease-in-out; /* Transición suave del efecto de sombra */
    border-radius: 40px;
}

.btn__white{
    font-family: var(--font-secondary);
    border: 1px solid var(--color-primary);
    background: var(--color-white);   
    color: var(--color-primary);
    cursor: pointer;
    padding: 10px 20px;
    background-color: var(--color-white); /* Color base del botón */
    transition: 0.5s ease-in-out; /* Transición suave del efecto de sombra */
}

.empresa__descripcion{
    color: var(--Tipografia, #191919);
    font-family: 'Lato';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* Estilos para el texto del carousel */
.myslider-item{
    position: relative;
    width: 100%;
    height: 700px;
    background-size: cover;
    background-position: center;
}

.myslider-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.36) 100%), linear-gradient(90deg, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0.10) 100%);
    z-index: 1;
}
.myslider-caption {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    z-index: 2;
}

.myslider__title {
    color: #FFF;
    text-align: center;
    font-family: 'Lato';
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 62.4px */
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.myslider__description {
    color: white;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

/* Estilos para los entrenamientos */
.entrenamiento_titulo{
    color: var(--Tipografia, #191919);
    font-family: 'Lato';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.entrenamiento_horario{
    color: var(--Tipografia, #191919);
    font-family: 'Lato';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.card-entrenamiento {
    height: 160px;
    border-radius: 10px;
    border: 1px solid #F0F0F0;
    background: #FFF;
    box-shadow: 4px 4px 4px 0px rgba(150, 150, 150, 0.25);
}

/* Estilos para la sección de escuela */
.school-title {
    color: var(--ffffff, #FFF);
    text-align: center;
    font-family: 'Lato';
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.school-description {
    color: var(--ffffff, #FFF);
    text-align: center;
    font-family: 'Lato';
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

/* Estilos para el carousel principal */
.carousel-item {
    position: relative;
    width: 100%;
    height: 760px;
    background-size: cover;
    background-position: center;
   
}

.carousel-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.29) 100%), linear-gradient(90deg, rgba(0, 0, 0, 0.43) 0%, rgba(0, 0, 0, 0.08) 100%);
    z-index: 1;
}

.carousel-video,
.carousel-imagen {
    width: 100%;
    height: 760px;
    object-fit: cover;
}

.carousel-caption {
    position: absolute;
    bottom: 200px;
    width: 100%; 
    z-index: 2;
    text-align: center; 
    left: 0; 
    right: 0; 
}

.carousel-caption-seccion {
    position: absolute;
    bottom: 45px;
    z-index: 2;
    text-align: center;
    width: 100%;
    left: 0;
    right: 0;
}

.carousel__titulo {
    color: var(--color-white);
    font-family: var(--font-secondary);
    font-size: 46px;
    font-weight: var(--font-weight-bold);
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    text-align: center;
}

.carousel__descripcion {
    color: var(--color-white) !important;
    font-family: var(--font-primary);
    font-size: 26px;
    font-weight: var(--font-weight-regular);
    line-height: 33px;
    padding: 5px;
    max-width: 600px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    text-align: center;
    margin: 0 auto;
}
.home-image{
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    min-height:600px;
}



.school-carousel-item{
    background-size: cover;
                    background-position: center;
                    background-repeat: no-repeat;
                    height: 700px;
                    background-color: rgba(25, 41, 122, 0.67); /* Agregado el color de fondo */
                    background-blend-mode: multiply;
}

/* abrime el media query */
@media (max-width: 767px) {
/* Estilos para el carousel principal */
    .carousel-item {
        height: 400px;
    }

    .carousel-caption {
        bottom: 100px;
    }

    .carousel-caption-seccion {
        bottom: 20px;
    }

    .carousel__titulo {
        font-size: 20px;
    }

    .carousel__descripcion {
        font-size: 14px;
        line-height: 24px;
    }


.home-image{
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    min-height:300px;
}


.contenido__titulo {
    font-family: var(--font-secondary);
    font-weight: var(--font-weight-bold);
    color: var(--color-white);
    font-size: 24px;
    font-weight: 900;
    line-height: 130%; /* 41.6px */
    text-transform: uppercase;
}

.contenido__descripcion {
    font-family: var(--font-primary);
    font-weight: var(--font-weight-light);
    font-size: 20px;
    font-style: normal;
    line-height: 130%; /* 31.2px */
    color: var(--color-white);
}


/* Estilos para el carousel se las secciones */
.myslider-item{
    position: relative;
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
}
.myslider-caption {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    z-index: 2;
}

.myslider__title {
    color: #FFF;
    text-align: center;
    font-family: 'Lato';
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 62.4px */
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.myslider__description {
    color: white;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.titulo__secciones{
    color: var(--Tipografia, #191919);
    font-family: 'Lato';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.empresa__descripcion{
    color: var(--Tipografia, #191919);
    font-family: 'Lato';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}



.school-title {
    color: var(--ffffff, #FFF);
    text-align: center;
    font-family: 'Lato';
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.school-description {
    color: var(--ffffff, #FFF);
    text-align: center;
    font-family: 'Lato';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.school-carousel-item{
    background-size: cover;
                    background-position: center;
                    background-repeat: no-repeat;
                    height: 400px;
                    background-color: rgba(25, 41, 122, 0.67); /* Agregado el color de fondo */
                    background-blend-mode: multiply;
}

}


/* Estilos para el carrusel de marcas */
.brands-carousel {
    padding: 30px 0;
    overflow: hidden;
    position: relative;
}

.brand-item {
    margin: 0;
    transition: all 0.3s ease;
    padding: 0 10px;
}

.slick-track {
    display: flex !important;
    align-items: center;
}

.brand-item img {
    height: 490px;
    width: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}


  /* <!--noticas--> */
  .card-titulo{
    color: var(--002596, #19297A);
    font-family: 'Lato';
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    }
    .card-subtitulo{
        color: var(--c-34214, #831842);
    font-family: 'Lato';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    }
    .card-texto{
        color: var(--Tipografia, #191919);
    font-family: 'Lato';
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    }
    
    /* Estilos para el efecto hover con sombra */
    .noticia-card {
        transition: all 0.3s ease-in-out;
        border-radius: 8px;
        overflow: hidden;
        margin-bottom: 20px;
    }
    
    .noticia-card:hover {
        box-shadow: 0 10px 25px rgba(130, 24, 66, 0.15);
        transform: translateY(-5px);
    }
    
    .noticia-link {
        text-decoration: none;
        color: inherit;
        display: block;
    }
    
    .noticia-link:hover {
        color: inherit;
        text-decoration: none;
    }

@media (max-width: 767px) {
    .brand-item img {
        height: 350px;
    }
}

.brand-item:hover img {
    opacity: 1;
    transform: scale(1.05);
    filter: grayscale(0%);
}

/* senior */
.accordion-button{
    border:1px solid #831842 !important;
    color: #831842 !important;
    font-weight: 600 !important;
    border-radius: 8px !important;
    padding: 10px 20px !important;
}
.accordion-button:not(.collapsed) {
    background-color: #831842 !important;
    color: white !important;
    font-weight: 600 !important;
    border-radius: 8px !important;
    padding: 10px 20px !important;
}
.accordion-button::after {
 
    color: #831842 !important;
    font-weight: 600 !important;
    border-radius: 8px !important;
    padding: 10px 20px !important;
}
.accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgba(131, 24, 66, 0.5) !important;
    border-radius: 8px !important;
    padding: 10px 20px !important;
}


.slick-prev, 
.slick-next {
    display: none !important;
}

.slick-dots {
    bottom: -30px;
    position: relative;
    margin-top: 15px;
}

.slick-dots li {
    margin: 0 5px;
}

.slick-dots li button:before {
    font-size: 12px;
    color: #ccc;
    opacity: 1;
}

.slick-dots li.slick-active button:before {
    color: #002596;
    opacity: 1;
}

.slick-slide {
    visibility: visible !important;
    height: auto;
}

.info-contact {
    display: flex;
    flex-direction: column;
    gap: 10px; /* Adjust spacing as needed */
}

.item-contact {
    display: flex;
    align-items: center;
    gap: 8px; /* Space between icon and text */
}

.item-contact svg {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
}

.item-contact a {
    color: var(--color-black);
    font-family: var(--font-primary);
    font-size: 17px;
    font-style: normal;
    font-weight: var(--font-weight-light);
    line-height: normal;
    text-decoration: none;
}

.item-contact a:hover {
    color: var(--color-secondary);
    font-family: var(--font-primary);
    font-size: 17px;
    font-style: normal;
    font-weight: var(--font-weight-light);
    line-height: normal;
    text-decoration: none;
}

.form-label{
    color: #131313;
    font-family: 'Lato';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.form-control{
    border-radius: 25px;
    border: 1px solid #BABABA !important;
}

.redes__sociales i{
    font-size: 25px;
    color: #131313;
}

.redes__sociales i:hover{
    font-size: 25px;
    color: #002596;
}