/* Whatsapp */
.wc.wc-whatsapp {
    position: fixed;
    bottom: 10px;
    z-index: 9;
    right: 10px;
    left: auto;
    border-radius: 50%;
    font-size: 33px;
}
.wc.wc-whatsapp a {
    padding: 12px;
    display: block;
    border-radius: 50%;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.26);
}
.wc.wc-whatsapp i {
    color: white;
}	


.white, .white h2, .white h3{
    color: #ffffff;}
.black, .black h2, .black h3{
    color: #000000;}
.textohome{
    font-size: 30px;
    line-height: 45px;
    color: #000000;}
.cabeceratop h1{
    font-size: 50px;
    line-height: 53px;
    color: #000000;}
.bookingform {
    top: -300px;
}
.mask-noticev {display: none;}

.slick-slide.slick-active {
    background-color: white;
    padding: 15px 0;
}
.car-rental-item-title.underline.full-width {
    margin-bottom: 15px;
}
.booking-form-wrapper {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    border: 3px solid #ffffff;
}
.slick-slide.slick-active, .border3 img{
    border: 3px solid #f08203;
    border-radius: 12px;
    box-sizing: border-box;
}

.parrafo1{
    font-size: 20px;
    line-height: 35px;
}

.badges-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    text-align: center;
}

.badges-bar h4 {
    margin: 0;
    padding: 0;
    display: inline;
    font-size: 14px; /* ajusta a tu gusto */
}

.badges-bar .separator {
    color: #999;
    font-weight: 300;
}

.icon-svg img{width: 50%;
}


/* =====================
   BOTONES INDIVIDUALES
   .icon-buttons / .icon-btn
   ===================== */
.icon-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
}

.icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 18px 28px;
  background-color: #ff8300;
  border-radius: 50px;
  text-decoration: none;
  box-sizing: border-box;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
}

.icon-btn:hover {
  background-color: #e07200;
  transform: scale(1.02);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  text-decoration: none;
}

.icon-btn:hover i {
  transform: scale(1.2);
  color: #ffffff;
}

.icon-btn:hover span {
  color: #ffffff;
}

.icon-btn i {
  color: #003867;
  font-size: 28px;
  transition: transform 0.3s ease, color 0.3s ease;
}

.icon-btn span {
  color: #003867;
  font-size: 22px;
  font-weight: 800;
  transition: color 0.3s ease;
}

/* =====================
   BOTONES 33% EN LÍNEA
   .icon-buttons-row / .icon-btn-row
   ===================== */
.icon-buttons-row {
  display: flex;
  flex-direction: row;
  gap: 12px;
  width: 100%;
}
.icon-btn-row span {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.5px;
}
.icon-btn-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 18px 10px;
  width: 50%;
  background-color: #fc561d;
  border-radius: 50px;
  text-decoration: none;
  box-sizing: border-box;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
}

/* COLOR NORMAL (blanco) */
.icon-btn-row i,
.icon-btn-row span {
  color: #ffffff;
  transition: transform 0.3s ease, color 0.3s ease;
}

/* HOVER */
.icon-btn-row:hover {
  background-color: #000000;
  transform: scale(1.02);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  text-decoration: none;
}

/* COLOR EN HOVER (azul) */
.icon-btn-row:hover i,
.icon-btn-row:hover span {
  color: #ffffff;
}

.icon-btn-row:hover i {
  transform: scale(1.2);
}
@media (max-width: 768px) {
  .icon-buttons-row {
    flex-direction: column;
  }

  .icon-btn-row {
    width: 100%;
    padding: 16px 20px;
  }

  .icon-btn-row i {
    font-size: 32px;
  }

  .icon-btn-row span {
    font-size: 24px;
  }
}


/* =====================
   BOTONES 100% APILADOS
   .icon-buttons-full / .icon-btn-full
   ===================== */
.icon-buttons-full {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.icon-btn-full {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 18px 28px;
  width: 100%;
  background-color: #ff8300;
  border-radius: 50px;
  text-decoration: none;
  box-sizing: border-box;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
}

.icon-btn-full:hover {
  background-color: #000000;
  transform: scale(1.02);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  text-decoration: none;
}

.icon-btn-full:hover i {
  transform: scale(1.2);color: #ffffff;
}

.icon-btn-full i {
  color: #003867;
  font-size: 28px;
  transition: transform 0.3s ease;
}

.icon-btn-full span {
  color: #003867;
  font-size: 22px;
  font-weight: 800;
}
.icon-btn-full:hover span,
.icon-btn-full:hover i {
  color: #ffffff !important;
}

.btn-heading {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 32px;
  font-weight: 900;
  color: #000000;
  margin-bottom: 16px;
  line-height: 1.2;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 16px 24px;
  border-radius: 12px;
  box-sizing: border-box;
}

.btn-heading-arrow-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  flex-shrink: 0;
}

.btn-heading-arrow {
  width: 56px;
  height: 56px;
}

@media (max-width: 768px) {
  .btn-heading {
    font-size: 20px;
    padding: 12px 16px;
    gap: 12px;
    border-radius: 10px;
  }

  .btn-heading-arrow-box {
    width: 80px;
    height: 80px;
    border-radius: 8px;
  }

  .btn-heading-arrow {
    width: 64px;
    height: 64px;
    stroke-width: 3;
  }
}

@media (max-width: 768px) {
  .cabeceratop h1 {
    text-align: center;
    top: -53px;
  }

  .cabeceratop h2 {
    text-align: center;
  }

  .cabeceratop p {
    text-align: center;
        font-size: 19px;
        line-height: 23px;
  }
.cabeceratop .vc_underline {
    display: none !important;
  }
  
 .cabeceratop .fancy-title {
    margin-bottom: 12px !important;
}

}

@media (max-width: 768px) {
  .cabeceratop2 h1 {
    margin-top: 55px !important; 
    text-align: center;
    top: -53px;
  }

  .cabeceratop2 h2 {
    color: #ffffff !important; 
  }

  .cabeceratop2 p {
    text-align: center;
        font-size: 19px;
        line-height: 23px;
  }
.cabeceratop2 .vc_underline {
    display: none !important;
  }
  
 .cabeceratop2 .fancy-title {
    margin-bottom: 12px !important;
}

}				