/********** Template CSS **********/

@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.fit-font 
{
    font-family: "Kaushan Script", serif;
    font-weight: 400;
    font-style: normal;
    color: #FCD804 !important;
    font-size: clamp(1rem, 2.5vw, 2rem);
  }

:root {
    --primary: #FCD804;
    --secondary: #BDBDBF;
    --light: #F4F5F8;
    --dark: #222429;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-size: inherit;
    margin-left: 0;
}

h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}

.btn {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    transition: .5s;
}

.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 30px;
    height: 30px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 0;
    border-radius: 0;
    z-index: 99;
}

.navbar-dark .navbar-nav .nav-link {
    font-family: 'Oswald', sans-serif;
    margin-right: 30px;
    padding: 40px 0;
    color: var(--light);
    font-size: 17px;
    text-transform: uppercase;
    outline: none;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(34, 36, 41, 0.3);
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h4 {
        font-size: 18px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

.bg-hero {
    background: linear-gradient(rgba(34, 36, 41, .8), rgba(34, 36, 41, .8)), url(../img/fit1.png) top center no-repeat;
    background-size: cover;
}

.programe::after {
    position :absolute;
    content: "";
    width: 100%;
    height: calc(100% - 45px);
    top: 135px;
    left: 0;
    background: var(--dark);
    z-index: -1;
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.2);
}

.team-item .team-overlay {
    position: absolute;
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(34, 36, 41, .9);
    transition: .5s;
    opacity: 0;
}

.team-item:hover .team-overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: start;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next{
    position: relative;
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    font-size: 22px;
    border-radius: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.testimonial-carousel .owl-item img {
    width: 400px;
    height: 400px;
}

.blog-item img {
    transition: .5s;
}

.blog-item:hover img {
    transform: scale(1.2);
}

@media (min-width: 991.98px) {
    .credit {
        background: var(--primary);
    }
}

.btn-primary {
    background: #FCD804;
    border: 2px solid var(--primary);
    color:black;
}

.text-primary {
    color: #FCD804 !important;
}

.color-lalucha
{
    background-color: #FCD804 !important;
    color: black !important;
}

.nav-link  .active
{
    background-color: #FCD804 !important;
    color:black !important;
}

.cuadro-laly
{
    padding: 20px;    
    background-color: rgba(0,0,0,0.5) !important;
    color:black !important;
    border-radius: 15px;
}

.text-justify {
    text-align: justify;
  }

.horario
{
    background-color: #171819 !important;
    color: white ;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 50px;
    padding-bottom: 50px;

}

.border-black
{
    border: 1px solid black;
    
}

.horario-header
{
    background-color: #e0b046 !important;
    color: black;
    padding: 10px;
    
}

.horario-body
{
    background-color: #171819 !important;
    color: white;
    border-style: solid;
    border-color: #e0b046;
    padding: 10px;
    
}

.red-border
{
    border: 1px solid red;
}

.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
  }
  
  .poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  
  .poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
  }
  
  .poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
  }
  
  .poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
  }
  
  .poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
  }
  
  .poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
  }

#single
{
    padding: 30px;
}



  #single p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 1.8;
    color: #333;
    text-align: justify;
    letter-spacing: 0.5px;
    margin-bottom: 1.5rem;
    text-rendering: optimizeLegibility;
  }
  

  .post-thumbnail {
    width: 100%;
    aspect-ratio: 1 / 1;    
    height: 436px;
    object-fit: cover;
    object-position: top;
    display: block;
}

/* Pagination Container */
/* Pagination Container */
.pagination-class {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 30px 0;
    padding: 10px;
    font-family: 'Arial', sans-serif;
}

/* Page Links */
.pagination-class .page-numbers {
    display: inline-block;
    padding: 10px 15px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    background: #f3f3f3;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

/* Active Page */
.pagination-class .current {
    background-color: #222429;
    color: #fff;
    border-color: #222429;
    pointer-events: none;
}

/* Hover Effect */
.pagination-class .page-numbers:hover {
    background-color: #222429;
    color: #fff;
    border-color: #222429;
}

/* Next Button */
.pagination-class .next {
    background: #222429;
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.pagination-class .next:hover {
    background: #18191d;
}

/* Responsive */
@media (max-width: 600px) {
    .pagination-class {
        gap: 5px;
    }
    .pagination-class .page-numbers {
        padding: 8px 12px;
        font-size: 14px;
    }
}

.cuadro-pequeno-gris
{
    background-color: #D9D9D9 !important;
}

.text-black
{
    color: black !important;
}

.sidebar-about {
    background: linear-gradient(to bottom, white, #f2f2f2);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
}

.sidebar-about img {
    object-fit: cover;
}

.sidebar-about h3 {
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
}

.sidebar-about p {
    font-size: 12px !important;
    color: #707378 !important;
}

.gris-laly
{
    background-color: #D9D9D9 !important;
    color: white !important;
    
}

.overlap-laly-about  
{
    margin-top: -40px; /* Ajusta según el tamaño de la imagen */
    z-index: 2;
}

.foto-about-laly
{
    position: relative;
    z-index: 3;
}

.about-cuadro-blanco
{
    background-color: white !important;
    color: black !important;
    padding-top: 40px !important; 
    padding-left: 20px !important;    
    padding-right: 20px !important;  
    padding-bottom: 20px !important;
    border-radius: 10px !important;    
}

.text-sidebar
{
    color: hsla(240,7%,62%,1) !important ;
    font-size: 12px !important;
    text-align: justify !important;
}