.carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.carousel-caption {
  z-index: 10;
}

.custom-logo{
  height: 60px;
}

.btn-azul{
  background-color: #356b8d!important;
  border-color: #356b8d!important;
  color: #fff!important;
}

.btn-azul:hover {
  background-color: #2a5570!important;
  border-color: #2a5570!important;
}

.bg-text{
  background: transparent;
  font-weight: 700;
  text-shadow: 0 4px 10px rgba(0,0,0,0.9);
  max-width: 900px;
  line-height: 1.2;
}

.card-header{
  padding: .75rem 0.25rem!important;
}

.card-deck {
  margin-bottom: 3rem;
}

.card-body {
  padding: 2rem;
}

.card-title {
  margin-bottom: 1.5rem;
}

.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s;
}

.whatsapp-float:hover {
    background-color: #20b858;
    color: #FFF;
    text-decoration: none;
}

/* Micro-interactions for cards */
.hover-card {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  border: 1px solid rgba(0,0,0,.05); /* Softer border */
}

.hover-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.08)!important;
}

/* Icon Micro-interactions */
.hover-card .card-body > i {
  transition: transform 0.25s ease;
}

.hover-card:hover .card-body > i {
  transform: scale(1.1);
}

/* Brand Colors */
.text-brand {
    color: #356b8d !important;
}

/* Consistent Icons */
.icon-feature {
  font-size: 2.5rem;
  color: #356b8d; /* Matches .btn-azul */
  margin-bottom: 1.5rem;
  display: inline-block;
}

/* Blog Hero Image */
.blog-hero-image {
  width: 100%;
  max-width: 900px;
  height: auto;
  border-radius: 0.5rem;
  margin: 2rem auto;
  display: block;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}
