
.nav-item {
  margin: 0 10px; /* Espaciado entre los enlaces */
}
.btn-info{
  background-color: rgba(245, 156, 26, 1);
  color: white;
  display: block !important;
  border-radius: 50px;
  max-width: 13rem !important;
}
.btn-video{
  background-image: url('../img/ver\ video.png');
  background-repeat: no-repeat;
  display: block !important;
  height: auto !important;
  max-width: 4rem !important;
}
.banner{ 
  position: relative;
  background-image: url('../img/banner/banner.png');
  background-repeat:no-repeat ;
  background-size: cover;
  background-position: center;   
  color: white;
  border-bottom-left-radius:50px;
  border-bottom-right-radius: 50px;
}

.marcas-responsive{
  display: none;
}
@media (max-width: 768px) {
  .marcas {
     display: none;
      border-top-right-radius: 0px;
      position: relative; /* Cambiar a relative cuando el ancho de la pantalla sea igual o menor a 768px */
  }
  .marcas-responsive{
      display: block;
  }
}
/* Cambiar el color del icono del botón hamburguesa a blanco */

.navbar-toggler .navbar-toggler-icon {
  color: #fff; /* Cambiar el color del texto a blanco */
  border: #fff !important;
}
.nav-link{
  color: white !important;
}
.nav-link:active {
  color: white !important; 
}
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,203, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.custom-toggler.navbar-toggler {
  border-color: rgb(255,102,203);
} 
.banner img{
  max-height: 70vh;
}
.banner p{
  font-size: 40px;
  font-weight: 900;
}
.banner p span{
  color: rgba(245, 156, 26, 1) !important;
}
.marcas{
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 45rem;
  height: 9rem !important;
  border-top-right-radius: 100px;
  background-color: white;

}
.marcas-responsive{
  display: none;
}
.carousel-inner img{
    max-height: 750px;
}
.carousel-inner h5{
    color: white;
}
.carousel-inner p{
    color: white;
}
.navbar-brand img{
    max-height:3rem;
    width: auto;
}
.item {
  flex-direction: row !important;
  border-radius: 20px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-top: 2rem;
  background-color: #ffffff;
  padding-top: 0 !important;
  transition: all .5s ease;
}
.item:hover {
  box-shadow: 0px 0px 18px #888888;
  border-radius: 30px;
}
.counts .count-box span {
  font-size: 36px;
  display: inline-block;
  font-weight: 600;
  color: #0b0d46;
}

.counts {
  background: #f5f5ff;
  padding: 70px 0 60px;
}

.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #fff;
}

.counts .count-box i {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background: #0b0d46;
  padding: 12px;
  color: #fff;
  border-radius: 50px;
}

.counts .count-box span {
  font-size: 36px;
  display: inline-block;
  font-weight: 600;
  color: #0b0d46;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}
.item img{
  height: 250px;
  width: 250px;
}


