.navbar-brand img {
    width: 300px;
    height: 150px;
    object-fit: contain;
  }
  .navbar-nav .nav-link {
    font-size: 1.2rem;
    transition: color 0.3s ease;
  }
  .navbar-nav .nav-link:hover {
    color: #ff8800 !important;
  }
  .dropdown-item:hover{
      color: #ff8800 !important; /* Color al pasar el mouse */
  }
  
  .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
      color: #ff8800 !important;
      font-size: 1.3rem;
      font-weight:600;
  }
  

  #btn-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    background-color: #ff8800;
    border: none;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: none;
    border-color: white;
    border-style: solid;
  }

  .carousel-indicators [data-bs-target] {
    .carousel-indicators [data-bs-target]
  }

  .carousel-control-next-icon {
      width: 6rem;
      height: 6rem;
      background-color: #ff8800;
  }

  .carousel-control-prev-icon {
      width: 6rem;
      height: 6rem;
      background-color: #ff8800;	
  }
  
  .carousel-indicators [data-bs-target] {
      height:6px;
      background-color: #ff8800;
  }

.custom-divider {
   border-color: #ff8800; /* Reemplaza #your-custom-color con el color deseado */
   background-color: #ff8800;
 }
.text-orange{
color: #ff8800;

}

.color-titulo{
    color:#ff8800;
}

.font-60{
font-size: 60px;  
}

.font-45{
font-size: 45px;  
}

.font-30{
    font-size: 30px;  
    }

.rings a {
    display:inline-block;
    position:relative;
  }
  
  .rings a span {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-70%, -50%);
    color:white;
    display:none;
    font-size:24px;
  }
  
  .rings a:hover { 
      background:black; 
      /*border-radius:50%;*/
  }
  
  .rings a:hover span {
    display:block;
  }
  
  .rings a:hover img {
    opacity:0.5;
  }	


.icon-30 { font-size: 30px; font-weight:600;}

.icon-40 { font-size: 40px; font-weight:600;}
  
.icon-50 { font-size: 50px; font-weight:600;}
  
.icon-60 { font-size: 60px; font-weight:600;}


.bi-facebook:hover{color: #3b5998;}

.bi-whatsapp:hover{color: #25d366;}

.bi-twitter-x:hover{color:gray;}

.footer-link{color:#f8f9fa}

.footer-link:hover {color:#ff8800}

.fuente-gris{color:gray}

.background-color-orange{background-color: #ff8800;}

.alert {
  display: block;
}
.hidden {
  display: none;
}
