
/* BODY STYLE */
body
{
  background: #172322;
  color: white;
  font-family: 'Poppins', sans-serif;
}
* 
{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
     
} 

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 35vh; /* Asegura que ocupe toda la altura de la pantalla */
}

/* NAVIGATION STYLE */
nav
{
  height: 10vh;
  background: transparent;
  position: absolute;
  width: 100%;
    
}
.nav-links{
    display: flex;
    list-style-type: none;
    width: 50%;
    font-family: 'Poppins', sans-serif;
    height: 100%;
    justify-content: space-around;
    align-items: center;
    margin-left: auto;
   
}
hr{
  height:2px;
  width: 100px;
  align-self:center;
  background-color: white;
}
.nav-links li a{
  text-decoration: none;
  font-size: 25px;
  color: #172322; /*LETRAS DEL MENU DE BARRA*/
}
.nav-links li a:hover
{
  color: #172322;
  position: relative;
  top: 3px;

}
.logo
{
  float: left;
}
header
{
  background: url(../images/hotel/edificio/edificio.JPG);
  background-size: cover;
  width: 100%;
  height: 100vh;
  opacity: 1;
}
.brand
{
  text-decoration: none;
  font-size: 16px;
  color: #38443c;
  list-style-type: none;
}
.brand:hover
{
  color: white;
  text-decoration: none;
}
.intro
{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 0px 4px 30px rgba(199, 199, 199, 0.5);
  color: #172322; /*letras principales bienvenido*/
  background-color: transparent;
  font-family: 'Poppins', sans-serif;
}
.intro-1
{
  font-size: 51px;
}
.lead
{
  
  text-align: center;
}
.rules
{
  align-self: center;
}
#book
{
  text-align: center;
  background-color: #172322; /*boton reservar principal*/
  border: none;
}
#book a
{
  color: white;
  text-decoration: none;
}
#rule-book
{
  display: flex;
  justify-content: center;
}
 
#rule-book a:hover
{
  background-color: #38443c;
  color: #38443c;
}


/* OUR ROOMS SECTION */

.rooms-hr
{
  height:1px;
  width: 130px;
  align-self:center;
  background-color: white;

}

.column 
{
  float: left;
  width: 33.3%;
  margin-bottom: 16px;
  padding: 0 8px;
  color: #38443c;
  
  text-align: start;
}

@media screen and (max-width: 650px) 
{
  .column {
    width: 100%;
    display: block;
  }
}

.card 
{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.card .container p,.card .container h2
{
  font-weight: 200;
}
#location
{
  text-align: center;
  font-weight: 200;
}
.container 
{
  padding: 0 16px;
  
}
.button-container {
  display: flex;
  flex-direction: column;
  align-items: center; /* Centra horizontalmente */
  justify-content: center; /* Centra verticalmente, si es necesario */
  text-align: center; /* Centra texto */
  margin: 0 auto; /* Asegura que el contenedor no esté desplazado */
}


.container::after, .row::after
{
  content: "";
  clear: both;
  display: table;
}

.title 
{
  color: black;
}



.button 
{
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #38443c;
  text-align: center;
  cursor: pointer;
  width: 25%;
}

h1
{
  font-weight: 300;
}

.button:hover 
{
  background-color: #FFFFFF;
  color: #38443c;
}

.about-us
{
  background-color:#181920cf ;
}

#clear
{
height: 30px;
}

a.carousel-control-prev
{
  top: 130%;
  left: 0;
}
a.carousel-control-next
{
  top: 130%;
  right: 0;
}
a.carousel-control-next,a.carousel-control-prev 
{
  height: 100%;
}


/* OFFER SECTION */

/* offer page styling */
  
.image {  
  width: 100%;
 
  text-align: center;
}

h3 {  
  font-style: light;
  font-size:  40px;
  line-height: 72px,100%;
  align-items: center;
  color: white;
}
.card{
  border: none;
  box-shadow: 6px 6px 60px rgba(0, 0, 0, 0.2);
  background: white; /*tarjeta de info*/
}
.card:hover
{
text-decoration: none;
position: block;
transform: block;
}

.card-title{
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 54px;
  display: bñpck;
  align-items: center;
  color: black;
}
.heading{
  color: white;
  text-align: center;
}
.room-items{
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  
  display: flex;
  align-items: center;
  
  color: rgba(255, 255, 255, 0.5);
}
#twins-text{
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 54px;
  display: flex;
  align-items: center;
  color: white;
}
.room-price{
  font-style: normal;
font-weight: 300;
font-size: 20px;
line-height: 36px;
display: flex;
align-items: center;
color: rgba(255, 255, 255, 0.8);
}
.card-text{
  font-style: normal;
font-weight: 300;
font-size: 14px; 
line-height: 21px;
display: block;
align-items: center;

color: black;
}
.card .btn{
background-color: #38443c;
border: none;
width: 178px;
position: block;
left: none;
}

.card .btn:hover{
background-color: #38443c;
} 
.underline{
  width: 130px;
  border: 1px solid #38443c;
  margin: auto;
}
#offers-area > div.image > h3
{
  font-weight: 200;
}






/* ABOUT US SECTION */
.about-img
{
  
  font-size: 1rem;
  text-align: justify;
  width:550px;
  height:400px;
  
}
/* MEDIA-QUERY FIX */
@media (min-width:768px) and (max-width:991px)
{
  .about-img
  {
    width:400px;
    height: 320px;
    margin-left: 35px;
    margin-right: 20px;  
  }
}
@media (min-width:601px) and (max-width:767px)
{
  .about-img
  {
    width:595px;
    height: 320px;
    margin-left: 35px;
    margin-right: 20px;
    
  }
}
@media (min-width:561px) and (max-width:600px)
{
  .about-img
  { 
    width:555px;
    height: 320px;
    margin-left: 30px;
    margin-right: 10px;
    
  }
}
@media (min-width:480px) and (max-width:560px)
{
  .about-img
  {
    width:470px;
    height: 320px;
    margin-left: 30px;
    margin-right: 10px;
    
  }
}
@media (min-width:419px) and (max-width:479px)
{
  .about-img
  {
    width:400px;
    height: 320px;
    margin-left: 20px;
    margin-right: 10px;
    
  }
}
@media (min-width:331px) and (max-width:418px)
{
  body > nav > a.brand > h1
  {
    font-size: 2rem;
  }

  .about-img
  {
    width:320px;
    height: 320px;
    margin-left: 30px;
    margin-right: 10px;
    
  }
}
@media (max-width:330px)
{
  body > nav > a.brand > h1
  {
    font-size: 24px;
  }
  .about-img
  {
    width:320px;
    height: 320px;
    margin: auto 0;
    
  }
}
/* FIX END */

h1.text-center,body > div.vision > h1
{
  margin-top: 50px;
}
body > section.rooms > div
{
  margin-top: 100px;
}

.clearfix 
{
  overflow: auto; 
}

#text-about
{
  
  justify-content: center;
  font-weight: 100;
}

a:hover
{
  text-decoration: none;
  transform: scale(1);
}


/* footer style-start */
section#contact {
  background-color: #181920cf;
 
}

section#contact #forms {
  color: white;
}

section#contact #forms #media p {
  float: left;
}

section#contact #forms .col-lg-6 {
  height: 70%;
  font-family: "Poppins";
}

section#contact #forms .col-lg-6 h2, section#contact #forms .col-lg-6 p, section#contact #forms .col-lg-6 label {
  font-weight: 300;
  color: white;
}

section#contact #footer .col-lg-3 h5
{
  /* font-weight:bold; */
  font-size: 13px;
  line-height: 40px;
  margin-bottom: 0;
  color: white;
}
section#contact #footer .col-lg-3 ul > li a
{
  color: white;
}
section#contact #forms .col-lg-6 a:hover
{
  text-decoration: none
  ;
}

section#contact #footer .col-lg-3 h5:hover, section#contact #footer .col-lg-3 p:hover {
  -webkit-text-decoration: underline white solid;
          text-decoration: underline white solid;
}

section#contact #footer .col-lg-3 .contact-line {
  float: left;
}

section#contact #footer .col-lg-3 .contact-line i {
  color: white;
}

form .form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid white;
  outline: none;
}

form .btn-warning {
  background-color: #38443c;
  border: 0;
  border-radius: 0;
  width: 100%;
  text-align: center;
}
form .btn-warning:hover
{
  background-color: #38443c;
  
}
.copyright {
  text-align: center;
  font-family: 'Muli', serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
}

@media (max-width: 830px) 
{
  .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .rem {
    display: none;
  }
  #footer > div.col.col-lg-3.logo > div > div:nth-child(1) > img,#media ul
  {
    position: relative;
    left: 30%;
  }
}
/* @media (max-width: 600px) {
  #footer > div.col.col-lg-3.logo > div > div:nth-child(1) > img,#media ul
  {
    position: relative;
    left: 30%;
  }
} */

@media (max-width: 600px)
{
  #forms  h2
  {
    font-size: 14px;
  }
  a.carousel-control-next span,a.carousel-control-prev span
  {
    display: none;
  }
  
}
/* footer style-end */
  /* footer style-end */



  /* MEDIA QUERIES */
  
  /* >= 800PX */

@media (min-width:992px)
{
  #carouselExampleIndicators > div > div > div > div > div
  {
    display: block;
  }
}

@media (min-width:768px) and (max-width:991px)
{
  #carouselExampleIndicators > div > div.carousel-item.active > div > div > div > a
  {
    position: none;
    left: 30%;
  }
}


@media screen and (max-width: 800px){
  .intro-1{
        font-size: 30px;
        text-align: center;
        word-wrap: keep-all;
    }
    
  

  .nav-links{
      position: fixed;
      background: WHITE; /*COLOR DE FONDO DEL HAMBURGER*/
      height: 100vh;
      width: 100%;
      flex-direction: column;
      z-index: 2;
      clip-path: circle(50px at 90% -10% );
      -webkit-clip-path: circle(50px at 90% -10% );
      pointer-events: none;
      transition: all 0.5s ease-in-out;
      font-family: 'Poppins', sans-serif;
  }
  .nav-links.open {
      clip-path: circle(2000px at 90% -10%);
      -webkit-clip-path: circle(2000px at 90% -10%);
      pointer-events: all;
  }
 
  .nav-links li:nth-child(1){
      transition: all 0.5s ease 0.2s;
  }
  .nav-links li:nth-child(2){
      transition: all 0.5s ease 0.4s;
  }
  .nav-links li:nth-child(3){
      transition: all 0.5s ease 0.6s;
  }
  .nav-links li:nth-child(4){
      transition: all 0.5s ease 0.8s;
  }  
.nav-links li:nth-child(5){
  transition: all 0.5s ease 0.10s;
  }
  
  .nav-links li a{
      font-size: 25px;
      
  }
  .line{
      width: 20px;
      height: 3px;
      background: black;
      margin: 5px;
      transition: 0.4s;
  }
  .change .bar1 {
      -webkit-transform: rotate(-45deg) translate(-5px, 6px);
      transform: rotate(-45deg) translate(-5px, 6px);
    }
    
    .change .bar2 {opacity: 0;}
    
    .change .bar3 {
      -webkit-transform: rotate(45deg) translate(-5px, -8px);
      transform: rotate(45deg) translate(-5px, -8px);
  }

  
  .nav-links li a:hover
  {
      color: white;
      
  }
  .hamburger{
      position: absolute;
      cursor: pointer;
      right: 5%;
      top: 50%;
      transform: translate(-5%, -50%);
      z-index: 10;
  }

 .card-body h6{
     font-size: 20px;
 
 }
}




/* 600 -700 */

@media (max-width:600px)
{
  
  h2.card-title
  {
    font-size: 24px;
  }
  p.card-text
  {
    font-size: 13px;
    font-weight: 150;
  }
  
}
  



/* <600 */

@media screen and (max-width: 470px)
{
  header
  {
    
    background-size: cover;
    height: 350px;
  } 

  div.jumbotron
  {
    height: 300px;
    position: relative;
    top: 80%;
    
  }  

  .display-4 
  {
    font-size: 24px;
    font-weight: 300;
    text-align: center;
  } 

  p.lead
  {
    font-size: 10px;
    font-weight: 200;
  }
 
  .btn-primary
  {
    width: 50%;
  }
} 

@media (max-width:420px)
{
  #download > a > img
  {
    display: none;
  }
  
  
}

@media(max-width:330px)
{
    
    #book
    {
        font-size: 16px;
    }
}
#forms > div > div.col-12.col-md-12.col-lg-6.mb-5 > a
{
  color: white;

}


/* OTHERS */
body
{
  overflow-x: hidden;
}
#contact > div.copyright > p
{
  margin-bottom: 0;
  font-weight: 100;
    font-size: 10px;
}

#footer div ul>li
{
  font-weight: 200;
}
 div.section-title.text-center
{
  font-weight: 200;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev 
{
  display: block;
}

@media (min-width: 768px) {
  #media .social-icons {
    margin-left: 37px; /* Ajusta este valor para desplazar los íconos en pantallas grandes */
  }
}