.carousel-indicators button.thumbnail {
  width: 100px;
}

.carousel-indicators button.thumbnail:not(.active) {
  opacity: 0.7;
}

.carousel-indicators {
  position: static;
}

@media screen and (min-width: 992px) {
  .carousel {
    margin: 0 auto;
  }
}

.navbar {
  background-color: rgba(0, 0, 0, 0.8) !important;
  padding-top:0px !important;
  padding-bottom:0px !important;
}

.nav-link {  
  color: white; 
}

.nav-link::after { 
  background-color: #edf1f0; 
}

.nav-link.active { 
  color: #edf1f0 !important;
}

.nav-link:hover { 
  color: #edf1f0;
}
 

.card {
  position: relative;
  overflow: hidden;
  /* Oculta el contenido fuera del área */
}

.card-icons {
  bottom: 90px;
  /* Empieza fuera del card */
  left: 0;
  opacity: 0;
  transition: all 0.4s ease;
  pointer-events: none;
  /* No clickeable mientras está oculto */
}

.card-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: white;
  border-radius: 50%;
}

.card:hover .card-icons {
  bottom: 120px;
  /* Se desliza hacia adentro (ajusta según tu diseño) */
  opacity: 1;
  pointer-events: auto;
}

/* Estilo para desplegar el dropdown con hover */
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}




a {
  color: black;
  text-decoration: none;
}

a:hover {
  color: #ff8400 ;
}
 
.colcenter {
  text-align: center;
}

.backgroundgray {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #edf1f0;
}

.navbar-toggler,
.navbar-toggler-icon { 
  background-color: white !important;
}

.card-title2 {
  font-size: 0.75em;
  font-weight: 650;
}

.card-title3 {
  font-size: 0.95em;
  font-weight: 650;
}

.blogcreated {
  font-size: 0.75em;
}

.buttonrp {
  border-radius: 0px;
  color: white;
  background-color: black;
}

.buttonrp:hover, .buttonrp2:hover { 
  color:white !important;
  background-color: #ff8400 ;
}

.buttonrp2 { 
  color: black;
  background-color: #edf1f0; 
}
 

.buttonrp3{
  color:white;
  background-color: black;
  border: 1px solid white;
}
.buttonrp3:hover{
  color:white;
  background-color: #ff8400 ;
  border: 1px solid #ff8400;
}




.image-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 380px;
  margin-bottom: 2em;
}

.image-container3{
  overflow: hidden;
  position: relative;
  width: 100%;
}

.image-container2{
  overflow: hidden;
  position: relative;
  width: 100%;
}

.img-pintura {
  width: 100%;
  height: 100%;
  object-fit: cover; /* mantiene proporción, recorta si es necesario */
  transition: transform 0.4s ease;
}

.image-container2:hover .img-pintura {
  transform: scale(1.1); /* o 1.2 si quieres más zoom */
}

.image-container:hover .img-pintura {
  transform: scale(1.1); /* o 1.2 si quieres más zoom */
}
.image-container3:hover .img-pintura {
  transform: scale(1.1); /* o 1.2 si quieres más zoom */
}

.iconotop > * {color:white !important; stroke: white !important;}

