.text-white {
    color: #fff!important;
}

.hero-image {
    margin-top: 4rem;
}

.container-fluid {
    padding-left: 4rem;
    padding-right: 4rem;
}


.menu-desktop {
    color: #fff!important;
}

#vehiculo-ficha {
    padding-top: 8rem!important;
    border-bottom: 1px solid #fff;

}

#vehiculo-ficha h1 {
    color: #fff!important;
    font-size: 7.2rem;
    line-height: 9rem;
    padding-left: 2rem;
    padding-right: 1rem;
}

#menu-vehiculo {
    background: #222;
    padding-top: 3rem;
    padding-bottom: 1rem;
}

#menu-vehiculo a {
    background: #00A4E3;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: .5rem 2rem;
    margin-right: .5rem;
}

#menu-vehiculo a:hover  {
    background: #fff;
    color: #00A4E3;
}

#fotografias {
    padding-top: 2rem;
    padding-bottom: 5rem;
}

.box-reserva {
    border: 1px solid #fff;
    color: #fff;
    padding: 2rem;
    border-radius: 4px;
    margin-top: 0;
}

.box-reserva .tarjeta_reserva {
    width: fit-content;
    background: #00A4E3;
    color: #fff;
    padding: 1rem 2rem;
    font-size: 1.8rem;
}

.box-reserva .box {
    background: #00A4E3;
    padding: 1rem;
    margin-bottom: 2rem;
}
.box-reserva h3 {
    line-height: 3rem;
}


.box-reserva ul li {
    font-size: 2rem;
    list-style-type: circle;
    margin-bottom: 1rem;
    margin-left: 4rem;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 18rem!important;
}

.custom-table td, .custom-table th {
    background-color: rgb(33, 37, 41) !important;
    color: #fff !important;
    font-size: 1.8rem;
}

#video iframe {
    width: 100%; /* Ocupa el 100% del ancho disponible */
    aspect-ratio: 16 / 9; /* Mantiene una relación de aspecto estándar de video */
    height: auto; /* Ajusta automáticamente la altura */
}


#contacto .form-control {
    padding: 2rem;
}

#contacto .form-control-custom::placeholder {
    font-size: 16px; /* Ajusta el tamaño según sea necesario */
    color: #777; /* Opcional: Cambia el color si es necesario */
    opacity: 1; /* Opcional: Asegura que el placeholder sea completamente visible */
}

#contacto a {
    color: #fff;
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
}
#contacto a:hover {
    background: transparent;
}

#contacto button {
    background: #0C7FCC;
    color: #fff;
    border-radius: 0;
    padding: 1rem 2rem;
}

#description-ficha {
    font-size: 18px;
}
/* Modificar el tamaño del texto dentro del input */
.form-control-custom {
    font-size: 16px; /* Cambia el tamaño del texto */
    color: #000; /* Cambia el color del texto si es necesario */
    padding: 10px; /* Ajusta el relleno interno para una mejor presentación */
}

/* Whatsapp */
.whatsapp-button {
    display: inline-block;
    /*background-color: #25D366;*/
    color: white;
    padding: 10px 20px;
    border-radius: 50%;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.whatsapp-button img {
    width: 60px;
    height: 60px;
}

.message-box {
    opacity: 0;
    pointer-events: none;
    transition: all 1s ease-in-out;
    position: fixed;
    bottom: 100px;
    right: 20px;
    background: #25d366;
    border-radius: 10px;
    border: 1px solid #25d366;
    z-index: 1000;
    box-shadow: 0 4px 8px rgba(255, 255, 255, 0.4);
    width: 280px;
}

.message-box.visible {
    opacity: 1;
    pointer-events: auto;
}

.message-box-header {
    padding: 0.8rem 1rem 0.8rem 1rem;
    display: flex;
    justify-content: space-between;
}
.message-box-header .icon-whatsapp {
    margin-right: 0.6rem;
    font-size: 2rem;
}

.message-box-body {
    background: #fcfcfc;
    padding: 0.8rem 1rem 0.8rem 1rem;
}

.message-box-footer {
    background: #fcfcfc;
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.message-box-footer a:hover {
    color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease-in-out;

}
.message-box h4 {
    font-family: OpenSans, sans-serif;
    padding-right: 1rem;
    font-size: 1.6rem;
    color: #fff;
    font-weight: normal;
    margin-bottom: 0rem;
}
.message-box-body p {
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.4;
    color: #5d5b5b;
}

.close-button {
    background: transparent;
    border: none;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    position: relative;
    bottom: 18px;
    left: 0.8rem;
}
.boton-link-whatsapp {
    background: #25d366;
    padding: 1rem 2rem;
    border-radius: 10px;
    color: #fff!important;
}