
html, body {
  overflow: auto; /* Permite el desplazamiento */
}
  .montserrat-font {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
  }

  .fredoka-2 {
    font-family: "Fredoka", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings: "wdth" 100;
  }
  
  .fredoka-slider {
    font-family: "Fredoka", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-size: 54px;
  }

  .fredoka-h3 {
    font-family: "Fredoka", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-size: 32px;
  }

  @media (max-width: 576px) {
    .fredoka-slider {
        font-size: 36px; /* Ajusta el tamaño según sea necesario */
    }
}



  .fredoka-h2 {
    font-family: "Fredoka", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-size: 24px;
  }



  *{
    font-family: "Lato", sans-serif ;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
  }

.p {
  font-family: "Lato", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}

  .lato-thin {
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .lato-light {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .lato-regular {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .lato-bold {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .lato-black {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .lato-thin-italic {
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .lato-light-italic {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .lato-regular-italic {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .lato-bold-italic {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .lato-black-italic {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: italic;
  }


  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }


      
     

  }

  .b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
  }

  .b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
  }

  .bi {
    vertical-align: -.125em;
    fill: currentColor;
  }

  .nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
  }

  .nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
  }

  .bd-mode-toggle {
    z-index: 1500;
  }

  .bd-mode-toggle .dropdown-menu .active .bi {
    display: block !important;
  }

  .nav-item {

    font-family: "Fredoka", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    text-transform: uppercase;
  }


  .carousel-item img {
    width: 100%;
            height: 700px;
    filter: brightness(50%); /* Ajusta el porcentaje según el nivel de oscurecimiento que desees */
    transition: filter 0.5s ease-in-out;
}


.margin-right-modus{
    margin-right:  74px !important;
}


button#widgetIcon {
  background: white !important;
}

/* Flechas de navegación (iconos de las flechas) */
.carousel-control-prev-icon, .carousel-control-next-icon {
  filter: none !important; /* Evita que se invierta el color en modo oscuro */
 
}

.carousel-control-prev-icon:hover, .carousel-control-next-icon:hover {
  background-color: #333 !important; /* Color más oscuro al pasar el mouse (opcional) */
}

/* Indicadores del carrusel */
.carousel-indicators button {
  background-color: #fff !important; /* Color fijo para los botones de los indicadores */
}

/* Indicador activo */
.carousel-indicators .active {
  background-color: rgb(101, 69, 219) !important; /* Color para el indicador activo (rojo) */
}


/* Estilo del botón de "Ir arriba" */
#theme-toggle {
  z-index: 1050; /* Para asegurarse de que esté por encima de otros elementos */
}

#theme-button {
  border: none;
  background: transparent;
  padding: 0;
  font-size: 1.5rem; /* Ajusta el tamaño del ícono */
  cursor: pointer;
}

#theme-button:hover {
  opacity: 0.8; /* Efecto de hover */
}








 


