@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
@import url('https://fonts.googleapis.com/css?family=Fugaz+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');

h4{
  font-family: Righteous;
  font-size: 42px;
  color: #0e4900;
}

h1{
  font-family: 'Fugaz One', cursive;
}

.titulo{
  font-family: 'DM Serif Display', serif;
  font-size: 65px;
}

.subtitulo{
  font-family: 'Great Vibes', cursive;
  font-size: 45px;
}
.eslogan{
  font-family: 'Fugaz One', cursive;
  font-size: 50px;
  color: #d7723c;
}

.las-cabañas{
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
}

.img-cabañas{
  max-width: 100%;
  max-height: 380px;
  border-radius: 4%;
}

.container-cabañas{
  display:flex;
}

.container-cabañas img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

/* Estilos para pantallas grandes */
@media screen and (min-width: 600px) {
  .img-cabañas {
    min-width: 100%; /* Cambia el ancho máximo según lo que necesites */
    min-height: 550px; /* Cambia la altura máxima según lo que necesites */
  }
}

@media screen and (min-width: 992px) {
  .img-cabañas {
    min-width:  140%; /* Cambia el ancho máximo según lo que necesites */
    min-height: 250px; /* Cambia la altura máxima según lo que necesites */
  }
  .lista-cabañas{
    padding-left: 15%;
  }
}

@media screen and (min-width: 1200px) {
  .img-cabañas {
    min-width:  140%; /* Cambia el ancho máximo según lo que necesites */
    min-height: 300px; /* Cambia la altura máxima según lo que necesites */
    
  }
  .lista-cabañas{
    padding-left: 13%;
  }
}

@media screen and (min-width: 1600px) {
  .img-cabañas {
    min-width:  120%; /* Cambia el ancho máximo según lo que necesites */
    min-height: 360px; /* Cambia la altura máxima según lo que necesites */
    
  }
}

.ubicacion {
  padding-top: 10%;
}

.carousel{
  min-height: 500px;
}

.carousel .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 15px;
}

.carousel .carousel-item  {
  width: 500px;
  height: 500px;
}

.sticky-nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000; /* Asegura que esté por encima del resto del contenido */
  /* Puedes agregar otros estilos según tu diseño */
}

/* Agrega un margen superior al contenido para que no se solape con el menú fijo */
.main-content {
  margin-top: 55px; /* Ajusta el valor según el alto de tu menú */
  /* Resto de estilos del contenido */
}


.circle-list {
  list-style: none;
  padding-left: 1.5em; /* Ajusta la distancia del círculo al texto */
}

.circle-list li::before {
  content: "●"; /* Puedes cambiar ● por \25CF para un círculo relleno */
  color: black; /* Color del círculo */
  display: inline-block;
  width: 1em; /* Tamaño del círculo */
  margin-left: -1.5em; /* Alineación del círculo */
}

.circle-list li{
  font-size: 20px;
  padding-left: 10%;
}

.lista-cabañas{
  align-items: center;
}


p, h5, a{
  font-family: 'Roboto', sans-serif;
}
.slider .indicators .indicator-item.active {
    background-color: #6f3318;
    background: #6f3318;
  }


.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 60px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    /*-webkit-font-feature-settings: 'liga';*/
    -webkit-font-smoothing: antialiased;
  }

  .slider .slides li {
    background-size:auto;
    background-repeat: no-repeat;
    background-color: #fff3e0;
  
}
 .slider{
   background-color: #3f1908  ;
 }

.texto{
  font-size: 22px;
}

.logo{
    width: 140px; 
}


.imgslider{
  
  width: 80%;
  display: block;
  margin:auto;
} 

.h1-custom {
  display: block;
  margin-top:120px;
  color:#d6ab6c !important  ;
}

.h2-custom{
  color: #a6d5d9;
}
.parallax-container{
  height: max-content ;
}

.fa-facebook:before{
  font-size: 40px;
}

.fa-instagram:before{
  font-size: 40px;
}

.fa-clock:before{
  font-size: 40px;
}

.fa-envelope{
  font-size: 40px;
}

.fa-whatsapp{
  font-size: 40px;
}

.prestamo {
  height: 500px;
  width: 500px;
}



.formulario p {
  margin-bottom: 10px;
  text-align: center;
}
  
.boton{
  color: #ffa726;
  letter-spacing: .5px;
}

#resultado{
  font-size: 24px;
}

input[type=range]::-webkit-slider-thumb {
  background-color: #e65100;
 
}
input[type=range]::-moz-range-thumb {
  background-color: #e65100;
}

input[type=range] + .thumb {
  position: absolute;
  top: 10px;
  left: 0;
  border: none;
  height: 0;
  width: 0;
  border-radius: 50%;
  background-color: #740f55;
  margin-left: 7px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);   
}

input[type=range] + .thumb.active .value {
  color: white;
  font-size: 10px;   
}

.texto-footer{
  font-size: 12px;
}

.titulo{
  color: white;
}

input[type=range]{
  border: none;
}

input[type=range]::-webkit-slider-runnable-track {
  height: 5px;
  background: #f1f1f1;
  border: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background:#ffe0b2;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background-color: #e65100;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  margin: -6px 0 0 0;
  -webkit-transition: .3s;
  transition: .3s;
}


.calculador{
  font-size: 20px;
  color: #00153d;
}

.card{
  border-radius: 10px;
}


.colorprincipal {
  background: #3f1908;
}

.prueba {
  margin-top: 10%;
}

.whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: green;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.whatsapp-button:hover span,
.whatsapp-button:focus span {
  display: block;
  width: 200px;
  height: 60px;
  line-height: 60px;
  padding-left: 10px;
  position: fixed;
  bottom: 20px;
  right: 90px;
  background-color: green;
  color: white;
  font-size: 14px;
  border-radius: 50px 50px 50px 50px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  transition: all 20.0s ease; /* aumentamos el tiempo de transición */
  white-space: nowrap; /* evita que el texto se desborde al cambiar el ancho */
  overflow: hidden; /* evita que el texto se desborde al cambiar el ancho */
}

.whatsapp-button span {
  text-align: center;
  display: none;
  border-radius: 0 50px 50px 0; /* agregamos bordes redondeados al contenedor */
}

.whatsapp-button:focus {
  outline: none;
}

.whatsapp-icon {
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("whatsapp-icon.png");
  background-size: cover;
}

.whatsapp-button:focus .whatsapp-icon {
  margin-right: 10px;
}

.whatsapp-button:focus:hover span {
  right: 80px;
}




