:root {
--bs-body-bg: #fff;
--bs-body-blue-bg: #000060;
--bs-body-bg-rgb: 255, 255, 255;
--pc-heading-color: #1D2630;
--pc-active-background: #F3F5F7;
--pc-header-background: rgba(var(--bs-body-bg-rgb), 0.7);
--pc-header-color: #39465F;
--pc-header-shadow: none;
--pc-card-box-shadow: 0px 8px 24px rgba(27, 46, 94, 0.12);
--pc-header-submenu-background: #ffffff;
--pc-header-submenu-color: #39465F;
--bs-inmueblePhoto: #ffffff;
--bs-blue: #000b72;
--bs-indigo: #6610f2;
--bs-purple: #673ab7;
--bs-pink: #e83e8c;
--bs-red: #F44236;
--bs-orange: #fd7e14;
--bs-yellow: #FFB100;
--bs-green: #1DE9B6;
--bs-teal: #008080;
--bs-cyan: #3EBFEA;
--bs-black: #000000;
--bs-white: #ffffff;
--bs-gray: #5B6B79;
--bs-gray-dark: #1D2630;
--bs-gray-100: #F8F9FA;
--bs-gray-200: #F3F5F7;
--bs-gray-300: #DBE0E5;
--bs-gray-400: #BEC8D0;
--bs-gray-500: #8996A4;
--bs-gray-600: #5B6B79;
--bs-gray-700: #3E4853;
--bs-gray-800: #1D2630;
--bs-gray-900: #131920;

--bs-primary: #111a29;
--bs-secondary: #39465F;
--bs-success: #00b43c;
--bs-info: #00aeff;
--bs-warning: #ffcc33;
--bs-danger: #F44236;
--bs-light: #F8F9FA;
--bs-dark: #171f27;
}

.bg-gray-100 {
background: #F8F9FA;
}

.text-gray-100 {
color: #F8F9FA;
}

.bg-gray-200 {
background: #F3F5F7;
}

.text-gray-200 {
color: #F3F5F7;
}

.bg-gray-300 {
background: #DBE0E5;
}

.text-gray-300 {
color: #DBE0E5;
}

.bg-gray-400 {
background: #BEC8D0;
}

.text-gray-400 {
color: #BEC8D0;
}

.bg-gray-500 {
background: #8996A4;
}

.text-gray-500 {
color: #8996A4;
}

.bg-gray-600 {
background: #5B6B79;
}

.text-gray-600 {
color: #5B6B79;
}

.bg-gray-700 {
background: #3E4853;
}

.text-gray-700 {
color: #3E4853;
}

.bg-gray-800 {
    background: #1D2630;
}

.text-gray-800 {
    color: #1D2630;
}

.bg-gray-900 {
    background: #131920;
}

.text-gray-900 {
    color: #131920;
}

.f-w-400 {
    font-weight: 400;
}

.f-w-500 {
    font-weight: 500;
}

.f-w-600 {
    font-weight: 600;
}

.f-w-700 {
    font-weight: 700;
}

.f-w-800 {
    font-weight: 800;
}
.wid-80{
    width: 80% !important;
    margin: auto;
}

/* ----------------------------------------- */
/* ----------------------------------------- */
/* ----------------------------------------- */

body {
    /* font-family: 'Poppins', sans-serif; */
    background-color: var(--bs-body-blue-bg);
    color: var(--bs-body-blue-bg);
    font-family: 'Barlow', sans-serif;
}


/* ----------------------- */

#inicio {
    
    /* padding: 0;  Elimina el margen negativo */
    /* overflow: hidden; /* Asegura que el contenedor no exceda el contenido */
}

#SliderHome {   
    width: 100%;
    height: auto; /* Permite que la altura se ajuste al contenido */
}

.carousel-inner {
    height: auto; /* Asegura que el contenedor interno se ajuste automáticamente */
}

.carousel-item {
    display: flex; /* Asegura que el contenido del item se centre */
    justify-content: center; /* Centra horizontalmente */
    align-items: center; /* Centra verticalmente */
}

.carousel-item img {
    width: 100%;
    height: auto; /* Mantiene la proporción de las imágenes */
    object-fit: cover; /* Asegura que las imágenes mantengan su proporción */
}




/* Media queries para ajustes específicos */
@media (min-width: 768px) {
    #SliderHome {
        height: calc(var(--vh, 1vh) * 100); /* Mantiene la altura en dispositivos grandes */
    }

    .carousel-item img {
        max-height: calc(var(--vh, 1vh) * 100); /* Limita la altura máxima en pantallas grandes */
    }
    
}

/* Estilo para pantallas de móvil */
@media (max-width: 768px) {
  #SliderHome .carousel-item img {
    padding-top: 0px;
  }
}
  
.logo{
    width: 80px;
}
/* ----------------------- */
.bienvenidos {
    justify-content: center;
    align-items: center;
    
    /* background-image: url('/images/bienvenida.avif');
    background-position-x:50dvw;
    background-repeat: no-repeat;
    
    background-size:contain; */
   
}



.bienvenido_image{
    height: 100%;
     width: 100%;
    object-fit: cover;
    object-position: center;
}

/* Ajuste especial para pantallas más grandes como iPad Pro */
@media (min-width: 1024px) and (max-width: 1366px) {
    .bienvenido_image {
        height: 100%; /* Permite que la altura se ajuste automáticamente en pantallas grandes */
        max-height: 100%; /* Asegura que la imagen no exceda la altura disponible */
        object-fit: contain; /* Hace que la imagen siempre esté completamente visible */
    }
}


.bienvenidos .bgfoto {
    background-image: url('/images/bienvenida.avif');
    background-size:50%;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

.bienvenidos h1 {
    font-size: 2rem;
    font-weight: 600;
}

.bienvenidos p {
    font-size: 1.1rem;
}
/* ----------------------- */

.rooms h1 {
    font-size: 2rem;
    font-weight: 600;
}

.rooms img {
    width: 100%;
}


.paquetes{
    position: relative;
    background-image: url('https://portalmedicocenter.com/dicosta/images/Fondo-paquetes.jpg');
    background-blend-mode: multiply;
    overflow: hidden;
    background-size: 100%;
    background-position: center;
}

.paquetes::before {
    background-color: rgb(255, 185, 32);

    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://portalmedicocenter.com/dicosta/images/Fondo-paquetes.jpg');
    background-size: 10%;
    background-position: center;
    background-blend-mode:normal;
    z-index: -1; /* Asegúrate de que el pseudo-elemento esté detrás del contenido */
}


/* .paquetes {
    background-size:10%;
    background-color: var(--bs-yellow);
}
.paquetes::before {
    background-image: url('/images/isotipo.png');
    background-size:10%;
    background-color: var(--bs-yellow);
} */

.paquetes h1 {
    font-size: 2rem;
    font-weight: 600;
}

.paquetes .precio {
    font-size: 2.5rem;
    font-weight: 600;
}

.package {
    background-color: var(--bs-body-blue-bg);
    color: #fff;
    padding: 25px 30px;
    border-radius: 30px !important;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Distribuye los elementos dentro del bloque */
    height: 100%; /* Asegura que todos los bloques ocupen la misma altura */
}

.package h4 {
    font-weight: 600;
}

.package ul {
    list-style-type: none;
    text-align: justify;
    padding: 0;
    font-size: 13px;
}

.package ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #ffc107;
    margin-right: 10px;
}

.package ul li {
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1;
}



/* Estilo para alinear las columnas con la misma altura */
.paquetes .row {
    display: flex;
    flex-wrap: wrap;
}

.paquetes .col-md-3 {
    display: flex;
    flex-direction: column;
}

/* Estilo para los botones */
.package button {
    margin-top: auto; /* Empuja el botón al final del bloque */
}


.reservas{
  position: relative;
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; /* Evita que la imagen se repita */
  overflow: hidden;
  background-image: url('https://portalmedicocenter.com/dicosta/images/Fondo-Reservas.jpg');
    font-size: 14px;
    color: var(--bs-gray-200);
    padding: 60px 30px;
}
/* Estilo para pantallas de laptop o más grandes */
@media (min-width: 1024px) {
  .reservas {
    background-size: cover; /* Imagen grande que cubre toda la sección */
  }
}

/* Estilo para pantallas de móvil */
@media (max-width: 768px) {
  .reservas {
    background-size: cover; /* Asegura que la imagen cubra toda la sección */
    background-position: center center; /* Centra la imagen en pantallas móviles */
  }
}


.reservas::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://portalmedicocenter.com/dicosta/images/Fondo-Reservas.jpg');
  background-size: 100%;
  background-position: center;
  background-blend-mode: multiply;
  filter: blur(10px); /* Aplica el desenfoque a la imagen */
  z-index: -1; /* Asegúrate de que el pseudo-elemento esté detrás del contenido */
}



.reservas h1 {
    font-size: 2rem;
    font-weight: 600;
}
.reservas p{
    color: var(--bs-gray-200);
}

/* ----------------------- */
.map {
    height: 400px;
    width: 100%;
}
/* ----------------------- */
.contact-form {
    background-color: #f8f9fa;
    padding: 40px;
}

.contact-form input, .contact-form textarea {
    margin-bottom: 20px;
}
/* ----------------------- */
footer {
    padding: 20px;
    text-align: center;
}

footer p {
    margin: 0;
}

.bienvenidostext{
  margin: 20px;
}

.bienvenidostext p {
  text-align: justify;
  margin: 10px 0;
}

/* Estilo para pantallas de laptop o más grandes */
@media (min-width: 1024px) {
  .bienvenidostext p {
      width: 80%; /* Ajusta el ancho para que se dividan los párrafos en 5 líneas */
      margin-left: 0%;
      margin-right: auto;
  }
}

/* Estilo para pantallas de móvil */
@media (max-width: 768px) {
  .bienvenidostext p {
      width: 100%; /* Texto ocupará toda la pantalla en móviles */
  }
}

/* Botón flotante de WhatsApp */
.whatsapp-float {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}

.whatsapp-float img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.whatsapp-float:hover img {
  transform: scale(1.1);
}

/* ----------------------- */
.servicios img {
    width: 100%;
}

.servicios h1 {
    font-size: 2.5rem !important;
    font-weight: 600 !important;
}
.servicio-texto{
    font-size: 1.2rem;
    padding-top: 10px;
    font-weight: 500 !important;
}
.text-justify{
    text-align: justify !important;
}


/* Estilos personalizados dentro de la clase turismo */
.turismo .card-img-top {
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.turismo .image-container {
  position: relative;
}

.turismo .image-container:hover .card-img-top {
  opacity: 0;
  transform: scale(1.2);
}

.turismo .turismo-description {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s ease;
  text-align: center;
  font-size: 16px;
  border-radius: 20px;
  padding: 0 20px; /* Añadido: margen lateral de 20px */
}

.turismo .image-container:hover .turismo-description {
  opacity: 1;
}

.turismo .numero_title {
  font-size: 2rem;
  font-weight: bold;
  color: white;
}

/* ----------------------- */
.lugarescercanos{
  position: relative;
  background-blend-mode: multiply;
  background-size: 100%;
  overflow: hidden;
  background-position: center;
}

.sina {
  color: inherit !important; /* Hereda el color del texto del elemento padre */
  text-decoration: none !important; /* Elimina el subrayado */
}

.turismo, .turismo2{
    /* background-color: #000060 !important; */
    background-image: url('https://portalmedicocenter.com/radiadoresv2/images/fondo_azul.jpg');  
    position: relative;
    color: white;
    
    background-size: 100%;
    background-position: center;
}

.turismo::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    background-size: 100%;
    background-position: center;
    background-blend-mode: multiply;
    filter: blur(10px); /* Aplica el desenfoque a la imagen */
    z-index: -1; /* Asegúrate de que el pseudo-elemento esté detrás del contenido */
}

.turismo img {
    width: 100%;
}

.textogrande {
  font-size: 3rem !important;
}
.turismo h1,
.turismo2 h1,
.contactenos h1  {
    font-size: 2rem;
    font-weight: 600;
    
}
.servicio-texto{
    font-size: 1.2rem;
    padding-top: 10px;
    font-weight: 500;
}


.pie{
    position: relative;
    background: #022942;
    color: #DC9A08;

    margin-top: -30px !important;
    width: 60%;
    margin: auto;
    padding: 10px 15px;
    border-radius: 10px;
    opacity: 1;
}

.numero_title{
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1;
    color:  #ffffff;
}

.center .slick-center .cont {
    color: #001947;
    opacity: 1;
}
.center .cont {
    opacity: 1;
    transition: all 300ms ease;

}
/* Para las imágenes laterales */
.center .slick-slide:not(.slick-center) .cont img {
  filter:saturate(3); /* Reduce el brillo de las imágenes laterales para oscurecerlas */
  opacity: 0.3; /* Aplica transparencia adicional a las imágenes laterales */
  transition: all 300ms ease; /* Transición suave */
  
}

.center .slick-slide:not(.slick-center) .cont .bgdark {
 padding: 0px;
 background-color: #000000;
 background-blend-mode: multiply;
 /* background-blend-mode:lighten; */
}

.imagen-con-borde {
  border: 5px solid #001947; /* Borde azul oscuro */
  border-radius: 30px; /* Esquinas redondeadas */
  padding: 5px; /* Espaciado interno (opcional) */
  display: inline-block; /* Para asegurar que se ajuste al contenido */
}

.center .slick-slide.slick-center img {
  filter: none; /* Imagen central sin filtros, a color y brillo normal */
  opacity: 1; /* Imagen central sin transparencia */
}

.slick-slide .image {
    padding: 10px;
}
.center .slick-slide img {
    /* border: 5px solid #fff; */
    display: block;
    width: 100%;
}
.center .slick-slide img.slick-loading {
    border: 0;
}
.center .slick-slider {
    margin: 30px auto 50px;
}
.center .bg-yellow{
    background-color: #ffc107;
}


/* ----------------------- */
.contactenos{
  position: relative;
  background-blend-mode: multiply;
  background-size: cover; /* Cambiado a cover */
  background-position: center;
  background-image: url('https://portalmedicocenter.com/radiadoresv2/images/fondo_amarillo.jpg');
  /*min-height: 100vh; /* Asegura que la sección tenga al menos la altura de la ventana */
  display: flex;
  align-items: center; /* Centra verticalmente el contenido */
}

/* Asegúrate de que el formulario sea responsivo */
.contact-form {
  width: 100%;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
  background-color: transparent; /* Fondo transparente */
  border: 1px solid #001947; /* Puedes ajustar el color o dejarlo transparente si prefieres */
  color: #000; /* Color del texto en negro */
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #555; /* Color de los placeholders, puedes ajustarlo si es necesario */
  opacity: 1; /* Asegura que el color del placeholder se vea bien */
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none; /* Elimina el contorno al hacer clic */
  border-color: #001947; /* Cambia el color del borde al hacer foco si lo deseas */
}

.conta-py-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
}

 /* Imagen con bordes redondeados */
.rounded-img {
    border-radius: 15px;
}

.testimonios{
  background-color: rgb(226, 233, 238);
}
.text-yellow{
  color: #e9b200;
}
.testimonio{
  padding: 20px 30px !important;
  background-color: #ffffff; /* Fondo blanco */
  color: #000000  !important; /* Texto en negro */
  height: 70%;
  border-radius: 30px 0px 30px 0px;
  font-style: italic;
  box-shadow:  3px 3px 13px #dfdfdf,
              -3px -3px 13px #fdfdfd;
}
.circle_img{
  width: 100px;
  height: 100px;
  border-radius: 100px;
}

/* Estilo general */
.menufooter {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap; /* Mantiene una sola línea por defecto */
}

/* Estilo para pantallas de móvil */
@media (max-width: 768px) {
  .menufooter {
      flex-wrap: wrap; /* Permite que los elementos se ajusten en más de una línea */
      justify-content: center;
  }

  .menufooter a {
      flex-basis: 20%; /* Cada enlace ocupará la mitad del ancho, dividiendo en dos filas */
      text-align: center; /* Centra el texto de cada enlace */
      padding: 10px; /* Ajusta el espacio alrededor de cada enlace */
  }
}




/*====== Font-size css starts ======*/
.f-6 {
    font-size: 6px;
  }
  
  .f-8 {
    font-size: 8px;
  }
  
  .f-10 {
    font-size: 10px;
  }
  
  .f-12 {
    font-size: 12px;
  }
  
  .f-14 {
    font-size: 14px;
  }
  
  .f-16 {
    font-size: 16px;
  }
  
  .f-18 {
    font-size: 18px;
  }
  
  .f-20 {
    font-size: 20px;
  }
  
  .f-22 {
    font-size: 22px;
  }
  
  .f-24 {
    font-size: 24px;
  }
  
  .f-26 {
    font-size: 26px;
  }
  
  .f-28 {
    font-size: 28px;
  }
  
  .f-30 {
    font-size: 30px;
  }
  
  .f-32 {
    font-size: 32px;
  }
  
  .f-34 {
    font-size: 34px;
  }
  
  .f-36 {
    font-size: 36px;
  }
  
  .f-38 {
    font-size: 38px;
  }
  
  .f-40 {
    font-size: 40px;
  }
  
  .f-42 {
    font-size: 42px;
  }
  
  .f-44 {
    font-size: 44px;
  }
  
  .f-46 {
    font-size: 46px;
  }
  
  .f-48 {
    font-size: 48px;
  }
  
  .f-50 {
    font-size: 50px;
  }
  
  .f-52 {
    font-size: 52px;
  }
  
  .f-54 {
    font-size: 54px;
  }
  
  .f-56 {
    font-size: 56px;
  }
  
  .f-58 {
    font-size: 58px;
  }
  
  .f-60 {
    font-size: 60px;
  }
  
  .f-62 {
    font-size: 62px;
  }
  
  .f-64 {
    font-size: 64px;
  }
  
  .f-66 {
    font-size: 66px;
  }
  
  .f-68 {
    font-size: 68px;
  }
  
  .f-70 {
    font-size: 70px;
  }
  
  .f-72 {
    font-size: 72px;
  }
  
  .f-74 {
    font-size: 74px;
  }
  
  .f-76 {
    font-size: 76px;
  }
  
  .f-78 {
    font-size: 78px;
  }
  
  .f-80 {
    font-size: 80px;
  }
  
  /*====== Font-size css ends ======*/
  /*====== Font-weight css starts ======*/
  .f-w-100 {
    font-weight: 100;
  }
  
  .f-w-200 {
    font-weight: 200;
  }
  
  .f-w-300 {
    font-weight: 300;
  }
  
  .f-w-400 {
    font-weight: 400;
  }
  
  .f-w-500 {
    font-weight: 500;
  }
  
  .f-w-600 {
    font-weight: 600;
  }
  
  .f-w-700 {
    font-weight: 700;
  }
  
  .f-w-800 {
    font-weight: 800;
  }
  
  .f-w-900 {
    font-weight: 900;
  }
  
  /*====== Font-weight css ends ======*/
  /*====== width, Height css starts ======*/
  .wid-10 {
    width: 10px;
  }
  
  .hei-10 {
    height: 10px;
  }
  
  .wid-15 {
    width: 15px;
  }
  
  .hei-15 {
    height: 15px;
  }
  
  .wid-20 {
    width: 20px;
  }
  
  .hei-20 {
    height: 20px;
  }
  
  .wid-25 {
    width: 25px;
  }
  
  .hei-25 {
    height: 25px;
  }
  
  .wid-30 {
    width: 30px;
  }
  
  .hei-30 {
    height: 30px;
  }
  
  .wid-35 {
    width: 35px;
  }
  
  .hei-35 {
    height: 35px;
  }
  
  .wid-40 {
    width: 40px;
  }
  
  .hei-40 {
    height: 40px;
  }
  
  .wid-45 {
    width: 45px;
  }
  
  .hei-45 {
    height: 45px;
  }
  
  .wid-50 {
    width: 50px;
  }
  
  .hei-50 {
    height: 50px;
  }
  
  .wid-55 {
    width: 55px;
  }
  
  .hei-55 {
    height: 55px;
  }
  
  .wid-60 {
    width: 60px;
  }
  
  .hei-60 {
    height: 60px;
  }
  
  .wid-65 {
    width: 65px;
  }
  
  .hei-65 {
    height: 65px;
  }
  
  .wid-70 {
    width: 70px;
  }
  
  .hei-70 {
    height: 70px;
  }
  
  .wid-75 {
    width: 75px;
  }
  
  .hei-75 {
    height: 75px;
  }
  
  .wid-80 {
    width: 80px;
  }
  
  .hei-80 {
    height: 80px;
  }
  
  .wid-85 {
    width: 85px;
  }
  
  .hei-85 {
    height: 85px;
  }
  
  .wid-90 {
    width: 90px;
  }
  
  .hei-90 {
    height: 90px;
  }
  
  .wid-95 {
    width: 95px;
  }
  
  .hei-95 {
    height: 95px;
  }
  
  .wid-100 {
    width: 100px;
  }
  
  .hei-100 {
    height: 100px;
  }
  
  .wid-105 {
    width: 105px;
  }
  
  .hei-105 {
    height: 105px;
  }
  
  .wid-110 {
    width: 110px;
  }
  
  .hei-110 {
    height: 110px;
  }
  
  .wid-115 {
    width: 115px;
  }
  
  .hei-115 {
    height: 115px;
  }
  
  .wid-120 {
    width: 120px;
  }
  
  .hei-120 {
    height: 120px;
  }
  
  .wid-125 {
    width: 125px;
  }
  
  .hei-125 {
    height: 125px;
  }
  
  .wid-130 {
    width: 130px;
  }
  
  .hei-130 {
    height: 130px;
  }
  
  .wid-135 {
    width: 135px;
  }
  
  .hei-135 {
    height: 135px;
  }
  
  .wid-140 {
    width: 140px;
  }
  
  .hei-140 {
    height: 140px;
  }
  
  .wid-145 {
    width: 145px;
  }
  
  .hei-145 {
    height: 145px;
  }
  
  .wid-150 {
    width: 150px;
  }
  
  .hei-150 {
    height: 150px;
  }
  