body{
    margin: 0;
    margin-left:   auto;
    margin-right:  auto;  
    padding: 0;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    max-width: 1280px;
}
h1{
  font-size: 20px;
}

.fondo_ppal{
  background-image: url("img/slider_lugar_1.jpg")
}

.logo_back_ppal{width: 500px;}
.carousel-item {
    height: 100vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
 
  .car-2 {
    height: 75vh;
    width: 95%;
    margin-left: 2.5%;
  } 
  .car-3 {
    margin-top:15px;
    height: 65vh;
    width:65%;
  } 
  .car-3-b {
    width:100%;
  } 
  .car-33 {
    height: 65vh;
  }
  .car-333 {
    height: 65vh;
  
  }
 .lista_data_room{
   height: 50vh; 
   overflow: scroll; 
   width:350px;
   font-size:12px;
 }
  .navbar{
    margin-top:0px;
    max-width: 100%;
    padding-top:0px!important;
    padding-bottom:0px!important;
    background-color: rgb(255, 255, 255)!important;
    font-weight: 400;
    margin-left:   auto;
    margin-right:  auto;
}
.sublogo {
  width: 40px;
  height:auto;

} 
.sublogo:hover {
  transform: scale(1.2, 1.2);
}  
  .logo {
      width: 170px;
      height:auto;

  }
 
  #carousel_ppal button{
    background-color: rgb(0, 0, 0, 0.5); 
    color: white; 
    height: 50px; 
    border-width: .5px!important;
    border-color: rgb(255, 255, 255);
    width: 300px;
  }
  #carousel_ppal button:hover{
    background-color: rgb(0, 0, 0, 0.7); 
   font-weight: 500;
  }
  .carousel-control-next-icon{
      background-image: url("img/right_arrow.svg");
      transform: scale(1.2,1.2);
  }
  .carousel-control-next-icon:hover{
      transform: scale(1.2,1.2);
}
  .carousel-control-prev-icon{
    background-image: url("img/left_arrow.svg");
    transform: scale(1.2,1.2);
}
.carousel-control-prev-icon:hover{
    transform: scale(1.2,1.2);
}
.stars{
  margin-left:45%; 
  margin-top:80px;
  margin-bottom: 30px;
}
.lugar_icons{
  filter: invert(100%);
  margin-right: -150px!important;
  margin-left: 70px!important;
}
.lugar_icons img{
  width: 17%;
}
.btn{
  /* transform: scale(0.8,0.8); */
  margin-top: 20px;
  border-color: #000;
}
/* .btn_lugar_contacto{padding-left:20%;
} */
.btn_lugar_contacto button{margin-left: 25%;
} 
.btn_lugar_reserva{margin-left:10%;
}
.btn_reserva_resto{
  margin-left: 39%;
}
.btn_reserva_masaje{
  margin-left: 38%;}

.relax_icons{
  filter: invert(100%);
  padding-left:32%;
}
.relax_icons img{
  width: 10%;
}
.btn_reserva_salon{
  margin-left: 41%;
}
.deportes_icons{
  filter: invert(100%);
  padding-left:20%;
}
.deportes_icons img{
  width: 9%;
}

.img_redes{
  width: 30px;
}
.info_contacto img{
  width: 30px;
}
.data_contacto{
  margin-bottom: 100px;
  width: 70%; 
  margin-left: 0%!important; 
  padding-left: 0%!important; 
  left: 0%;
}
.data_contacto .sub_datacontacto_tel{ 
  margin-left: 5px; 
  margin-right: 10px; 
  width: 10%; 
  height: 10%;}

.data_contacto .sub_datacontacto_wapp{ 
  margin-left: 5px; 
  margin-right: 10px; 
  width: 40px; 
  height: 40px; 
  filter: invert(100%);
}                     
.data_contacto .sub_datacontacto_mail{ 
  margin-left: 5px; 
  margin-right: 10px; 
  width: 10%; 
  height: 10%;
}  
.data_contacto .sub_datacontacto_ubi{ 
  margin-left: 5px; 
  margin-right: 10px; 
  width: 10%; 
  height: 10%;
}  

body .modal-body h1{
  margin-top: 5px;
  text-align: center;
  font-weight: 300;
  font-size: 20px;
  }
  body .modal-header h5{
    font-weight: 300;
    text-align: center;
    margin-left: 25%;
    font-size: 15px;
    }
  
  body .modal-body form{
    font-family: 'Montserrat', sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  body .modal-body form .label_input_form_reserva_modal{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 10px;
  }
  body .modal-body form .enviar_form_modal{
    margin-top: 25px;
  }
  .h1_contacto{
    text-align: center;
     margin-top: 3%;
  }
  .info_desktop{
    display: flex;
    flex-direction: row;
    padding-left: 10%;}

  .info_mobile{display: none; flex-direction: row; padding-left: 10%;}
  .botonera_lugar{display: flex; flex-direction: row;}