
body {
    font-family: 'Montserrat', sans-serif !important;
  }

  .radley {
    font-family: 'Radley', sans-serif !important;
  } 

  .green-aqua {
    color: #3F8D93 !important;
  }

.hero-main{
    background-image: url(../img/hero-img.png);
    background-repeat: no-repeat !important;
    background-size: cover;
}

.bg-nosotros,
.bg-contacto,
.bg-modal {
    background-image: url(../img/nosotros.png);
    background-repeat: no-repeat !important;
    background-size: cover;
}

.bg-hospedaje {
    background-image: url(../img/hospedaje.png);
    background-repeat: no-repeat !important;
    background-size: cover;
}

.bg-restaurante {
    background-image: url(../img/restaurante.png);
    background-repeat: no-repeat !important;
    background-size: cover;
}

.image-container {
    width: auto; /* Se ajusta al tamaño original */
    max-width: 250px; /* Evita que crezca demasiado */
    overflow: hidden;
}
.image-container img {
    width: 100%;
    height: 365.4px;
    object-fit: cover;
    display: block;
}

.mask{
    height: 600px;
}

.hero-title-shadow{
    text-shadow:
    2px 2px 4px black,
    0 0 0.1em rgb(0, 0, 0),
    0 0 0.1em rgb(0, 0, 0);
}

.banner-text {
    text-align: justify;
}

.banner-main {
    background-image: url(../img/jumbotron-img.png);
    background-repeat: no-repeat !important;
    background-size: cover;
    background-position: center;
    text-align: center;
}

.mask-banner {  
    padding: 30px;
    height: 600px;
    border-radius: 10px;
}

@media (max-width: 320px) {
    .mask-banner {
        height: 1150px;
        padding: 20px;
    }
}

@media (min-width: 321px) and (max-width: 389px) {
    .mask-banner {
        height: 1100px;
    }
}

@media (min-width: 389px) and (max-width: 767px) {
    .mask-banner {
        height: 1000px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .mask-banner {
        height: 800px;
    }
}

.custom-tabs {
    background-color: #3F8D93; /* Color similar al de la imagen */
    border-radius: 5px 5px 0 0;
}

.custom-tabs .nav-link {
    color: white;
}

.custom-tabs .nav-link.active {
    background-color: white;
    color: black;
    border-bottom: 2px solid white;
}

.tab-container {
    border: 1px solid #000;
    border-radius: 5px;
    overflow: hidden;
}

.tab-content {
    background-color: white;
    padding: 15px;
}

.item-link:hover{
    background-color: #ffffff;
    border-color: #ffffff !important;
    color: #000000 !important;
}


.carousel-indicators {
    justify-content: center !important;
}

.border-lodging {
    border-bottom: 3px solid #3F8D93; /* Color naranja personalizado */
    width: 70%;
}

.lodging-title {
    color: #3F8D93;
    font-size: 8rem;
}

.fs-lodging {
    font-size: 1.1rem !important;
}


@media (max-width: 320px) {
    .fs-lodging{
        font-size: 0.95rem !important;
    }

    :root .display-4, body .display-4, div .display-4, p.display-4{
        font-size: calc(1.3rem + 2.7vw);
    }
}

.circle {
    width: 80px;
    height: 80px;
    background-color: #ffffff;
    border-radius: 50%;
    border: 1px solid #3F8D93;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0; 
}

.circle i {
    color: #3F8D93;
    font-size: 32px;
}

.form-control,
.form-select {
    border-color: #3F8D93 !important;
}

.form-check-input:checked {
    background-color: #3F8D93 !important; /* Naranja */
    border-color: #3F8D93 !important;
}

.form-check:focus{
    background-color: #3F8D93 !important;
}

input {
    color: #000000 !important;
    font-weight: 100;
}

input:focus,
select:focus {
    border-color: #3F8D93 !important;
    outline: none;
    box-shadow: 0 0 10px rgba(0, 217, 255, 0.5) !important;
  }

input::placeholder {
    color: #000000 !important;
    font-weight: bold;
    font-size: 15px;
  }

.bg-villa {
    background-color: #F5EFE8 !important;
}

.svg-icon {
    width: 3.5rem;
    height: 3.5rem;
    object-fit: contain;
}

img {
    max-width: 100%;
    height: auto;
}


  .g-recaptcha {
    transform: scale(0.85); /* Ajusta este valor segn el tamao deseado */
    transform-origin: 0 0; /* Asegura que el origen del escalado sea desde la esquina superior izquierda */
  }

  @media (max-width: 768px) { /* Para pantallas pequeas */
    .g-recaptcha {
      transform: scale(0.75); /* Escala para dispositivos ms pequeos */
      transform-origin: 0 0;
    }
  }



.text-decoration-underline {
    color: #3F8D93 !important;
}

.bg-green-aqua {
    background-color: #3F8D93 !important;
}

.bg-footer {
    background-color: #CE9952;
}

/*WhatsApp Btn*/
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    left: 20px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
  }
  
  .float:hover {
    background-color: #fff;
    color: #25d366;
  }

  .my-float{
    margin-top:16px;
}