@charset "utf-8";
/* CSS Document */

* {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  margin: 0; 
}

.contenedor_linguae {
  margin: 0;
  background-color: #333;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  color: #FFFFFF;
  cursor: pointer;
  padding: 20px;
  border-radius: 100px;
  background-color: #000000;
}

#myBtn i {
  font-size: 20px;
  padding: 5px;
}

#myBtn:hover {
  background-color: #7C7C7C;
}

.logo {
    text-align: center; 
    background-color: #000000;
}

.logo img {
  height: 100px;
}

.top_menu {
  clear: both;
  overflow: hidden;
  font-family: 'Indie Flower', sans-serif;
  line-height: 70px;
  background-color: #fba89a;
}

.top_menu a {
  float: left;
  display: block; 
  font-size: 20px; 
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  padding: 10px 45px;
}

.top_menu a:hover {
  font-size: 25px;
  text-decoration: none;
  color: #000000;
  transition: 0.5s;
  background-color: #f5cdaa;
}

.top_menu a:visited {  
  text-decoration: none;
}

.top_menu a.active {
  font-size: 20px;
  color: #000000;
  text-decoration: none;
  background-color: #f5cdaa;
}

.top_menu .icono {
  display: none;
  color: #FFFFFF;
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  .top_menu a:not(:first-child) {display: none;}
  .top_menu a.icono {
    float: right;
    display: block;
    font-size: 25px;
    height: 90px;
  }
}

@media screen and (max-width: 1024px) {
  .top_menu.respuesta_icono {
    position: relative;
   }
  .top_menu.respuesta_icono .icono {
    position: absolute;
    right: 0;
    top: 0;
  }
  .top_menu.respuesta_icono a {
    float: none;
    display: block;
    text-align: left;
  }
}

.video_contenedor {
  position: relative;
  width: 100%;
  height: 650px;
  background-color: #000000;
}

.video_contenedor h1 {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  font-size: 100px;
  font-family: 'Sacramento', sans-serif;
  color: #FFFFFF;
  text-align: center;
  z-index: 100; 
  margin: 0; 
}

.boton_reserva {
  position: absolute; 
  top: 80%; 
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 100px;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px; 
  color: #000000;
  z-index: 100;
  border: none;
  border-radius: 65px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none; 
  background-color: #f8d7d8;
}

.boton_reserva:hover {
  top: 78%;
  box-shadow: 0px 15px 20px #f8d7d8;
  color: #000000;
  background-color: #FFFFFF;
}  

.video_contenedor video {
  width: 100%;
  height: 100%;
  object-fit: fill;
  filter: opacity(45%);
}

@media screen and (max-width: 1149px) and (min-width: 900px) {  
  .video_contenedor h1 { 
    font-size: 80px; 
  } 
  .boton_reserva {  
    width: 150px;
    height: 75px; 
    font-size: 15px; 
  }  
}

@media screen and (max-width: 899px) and (min-width: 700px) {  
  .video_contenedor {  
    height: 500px; 
  }
  .video_contenedor h1 { 
    font-size: 60px; 
    height: 450px;
  }  
  .boton_reserva {  
    width: 150px;
    height: 75px; 
    font-size: 15px; 
  }   
}

@media screen and (max-width: 699px) and (min-width: 500px) {  
  .video_contenedor {  
    height: 400px; 
  }
  .video_contenedor h1 { 
    font-size: 40px; 
    height: 350px;
  } 
  .boton_reserva {  
    width: 125px;
    height: 50px; 
    font-size: 12px; 
  }    
}

@media screen and (max-width: 499px) and (min-width: 300px) {  
  .video_contenedor {  
    height: 300px; 
  }
  .video_contenedor h1 { 
    font-size: 30px; 
    height: 250px;
  } 
  .boton_reserva {  
    width: 125px;
    height: 50px; 
    font-size: 12px; 
  }    
}

.manicure_bloque1 {
  position: relative;
  width: 100%;
  height: 850px;
  background-color: #FFFFFF;
}

.manicure_bloque1 img { 
  width: 40%;
  height: 750px;
  float: left;
  padding: 50px;
  margin-top: 50px;
  margin-left: 100px;
  background-image: linear-gradient(#8ecbc0, #8ecbc0), linear-gradient(#8ecbc0, #8ecbc0), linear-gradient(#8ecbc0, #8ecbc0), linear-gradient(#8ecbc0, #8ecbc0);
  background-repeat: no-repeat;
  background-size: 8px 50%, 50% 8px, 8px 50%, 50% 8px, calc(100% - 8px) calc(100% - 8px);
  background-position: left bottom, left bottom, right top, right top, 4px 4px; 
}

.manicure_bloque1 h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%; 
  float: right;
  font-size: 50px;
  font-family: 'Indie Flower', sans-serif;
  color: #000000;
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 100px;
}

.contenedor_boton {
  position: relative;
  width: 50%; 
  float: right;
  margin-top: 100px;  
}

.boton_reserva2 {
  position: absolute;
  top: 80%; 
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 100px;  
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px; 
  color: #FFFFFF; 
  border: none;
  border-radius: 65px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none; 
  background-color: #8ecbc0; 
}

.boton_reserva2:hover { 
  box-shadow: 0px 15px 20px #8ecbc0;
  color: #FFFFFF;
  background-color: #686767;
}

@media screen and (max-width: 1499px) and (min-width: 1350px) {   
  .manicure_bloque1 h1 {   
    font-size: 45px;   
  }  
}

@media screen and (max-width: 1349px) and (min-width: 1150px) {  
  .manicure_bloque1 {  
    height: 750px; 
  } 
  .manicure_bloque1 img {  
    height: 650px;  
  } 
  .manicure_bloque1 h1 {   
    font-size: 40px;   
  }  
}

@media screen and (max-width: 1149px) and (min-width: 900px) {  
  .manicure_bloque1 {  
    height: 650px; 
  } 
  .manicure_bloque1 img {  
    height: 550px; 
    margin-left: 75px; 
  } 
  .manicure_bloque1 h1 { 
    font-size: 30px;   
    padding-left: 45px;
    padding-right: 45px;
    margin-top: 75px;
  }
  .boton_reserva2 { 
    width: 150px;
    height: 75px;   
    font-size: 15px; 
  }
}

@media screen and (max-width: 899px) and (min-width: 700px) {  
  .manicure_bloque1 {  
    height: 550px; 
  } 
  .manicure_bloque1 img {  
    height: 450px; 
    padding: 30px;
    margin-left: 50px; 
  } 
  .manicure_bloque1 h1 { 
    font-size: 20px;   
    padding-left: 45px;
    padding-right: 45px;
    margin-top: 75px;
  }
  .boton_reserva2 { 
    width: 150px;
    height: 75px;   
    font-size: 15px; 
  }
}

@media screen and (max-width: 699px) and (min-width: 500px) {  
  .manicure_bloque1 {  
    height: 450px; 
  } 
  .manicure_bloque1 img {  
    height: 350px; 
    padding: 20px;
    margin-left: 25px; 
  } 
  .manicure_bloque1 h1 { 
    font-size: 15px;   
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 50px;
  }
  .boton_reserva2 { 
    width: 125px;
    height: 50px;   
    font-size: 12px; 
  }
}

@media screen and (max-width: 499px) and (min-width: 300px) {  
  .manicure_bloque1 {  
    height: 350px; 
  } 
  .manicure_bloque1 img {  
    height: 250px; 
    padding: 10px;
    margin-left: 25px; 
    background-size: 4px 50%, 50% 4px, 4px 50%, 50% 4px, calc(100% - 8px) calc(100% - 8px);
  }
  .contenedor_boton { 
    margin-top: 50px;  
  }
  .manicure_bloque1 h1 { 
    font-size: 13px;   
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 50px;
  }
  .boton_reserva2 { 
    width: 100px;
    height: 50px;   
    font-size: 10px; 
  }
}

.swiper-container {
  position: relative;
  width: 100%;
  height: 650px;
  background-color: #FFFFFF;
}

.swiper-slide { 
  position: absolute; 
  height: 650px;
  /* Center slide text vertically */
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #000000;
}

.titulo_servicios {
  position: absolute;
  top: 70%; 
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 650px;
  font-size: 100px;
  font-family: 'Sacramento', sans-serif;
  color: #FFFFFF;
  text-align: center;
  z-index: 100; 
  margin: 0; 
}

.boton_reserva3 {
  position: absolute;
  top: 70%; 
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 100px;
  z-index: 100;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px; 
  color: #FFFFFF; 
  border: none;
  border-radius: 65px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none; 
  background-color: #f8d7d8; 
}

.boton_reserva3:hover {
  top: 68%;
  box-shadow: 0px 15px 20px #f8d7d8;
  color: #000000;
  background-color: #FFFFFF;
}

.imagen_servicios { 
  width: 100%;
  height: 650px;
  z-index: 1;
  filter: opacity(60%);
}

@media screen and (max-width: 1149px) and (min-width: 900px) {
  .swiper-container { 
    height: 500px; 
  } 
  .swiper-slide {  
    height: 500px; 
  } 
  .titulo_servicios { 
    font-size: 80px; 
    height: 500px; 
  }
  .imagen_servicios {  
    height: 500px; 
  }
  .boton_reserva3 { 
    width: 150px;
    height: 75px;   
    font-size: 15px; 
  }
}

@media screen and (max-width: 899px) and (min-width: 700px) {
  .swiper-container { 
    height: 500px; 
  } 
  .swiper-slide {  
    height: 500px; 
  } 
  .titulo_servicios { 
    font-size: 60px;  
    height: 500px; 
  }
  .imagen_servicios {  
    height: 500px; 
  }
  .boton_reserva3 {  
    width: 150px;
    height: 75px; 
    font-size: 15px; 
  } 
}

@media screen and (max-width: 699px) and (min-width: 500px) {
  .swiper-container { 
    height: 400px; 
  } 
  .swiper-slide {  
    height: 400px; 
  } 
  .titulo_servicios { 
    font-size: 40px;  
    height: 400px; 
  }
  .imagen_servicios {  
    height: 400px; 
  }
  .boton_reserva3 {  
    width: 125px;
    height: 50px; 
    font-size: 12px; 
  } 
}

@media screen and (max-width: 499px) and (min-width: 300px) {
  .swiper-container { 
    height: 300px; 
  } 
  .swiper-slide {  
    height: 300px; 
  } 
  .titulo_servicios { 
    font-size: 30px;  
    height: 300px; 
  }
  .imagen_servicios {  
    height: 300px; 
  }
  .boton_reserva3 {  
    width: 125px;
    height: 50px; 
    font-size: 12px; 
  }
}

.pedicure_bloque1 {
  position: relative;
  width: 100%;
  height: 850px;
  background-color: #FFFFFF;
}

.pedicure_bloque1 img { 
  width: 40%;
  height: 750px;
  float: right;
  padding: 50px;
  margin-top: 50px;
  margin-right: 100px;
  background-image: linear-gradient(#8ecbc0, #8ecbc0), linear-gradient(#8ecbc0, #8ecbc0), linear-gradient(#8ecbc0, #8ecbc0), linear-gradient(#8ecbc0, #8ecbc0);
  background-repeat: no-repeat;
  background-size: 8px 50%, 50% 8px, 8px 50%, 50% 8px, calc(100% - 8px) calc(100% - 8px);
  background-position: left bottom, left bottom, right top, right top, 4px 4px; 
}

.pedicure_bloque1 h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%; 
  float: left;
  font-size: 50px;
  font-family: 'Indie Flower', sans-serif;
  color: #000000;
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 100px;
}

@media screen and (max-width: 1499px) and (min-width: 1350px) {   
  .pedicure_bloque1 h1 {   
    font-size: 45px;   
  }  
}

@media screen and (max-width: 1349px) and (min-width: 1150px) {  
  .pedicure_bloque1 {  
    height: 750px; 
  } 
  .pedicure_bloque1 img {  
    height: 650px;  
  } 
  .pedicure_bloque1 h1 {   
    font-size: 40px;   
  }  
}

@media screen and (max-width: 1149px) and (min-width: 900px) {  
  .pedicure_bloque1 {  
    height: 650px; 
  } 
  .pedicure_bloque1 img {  
    height: 550px; 
    margin-right: 75px; 
  } 
  .pedicure_bloque1 h1 { 
    font-size: 30px;   
    padding-left: 45px;
    padding-right: 45px;
    margin-top: 75px;
  }
}

@media screen and (max-width: 899px) and (min-width: 700px) {  
  .pedicure_bloque1 {  
    height: 550px; 
  } 
  .pedicure_bloque1 img {  
    height: 450px; 
    padding: 30px;
    margin-right: 50px; 
  } 
  .pedicure_bloque1 h1 { 
    font-size: 20px;   
    padding-left: 45px;
    padding-right: 45px;
    margin-top: 75px;
  }
}

@media screen and (max-width: 699px) and (min-width: 500px) {  
  .pedicure_bloque1 {  
    height: 450px; 
  } 
  .pedicure_bloque1 img {  
    height: 350px; 
    padding: 20px;
    margin-right: 25px; 
  } 
  .pedicure_bloque1 h1 { 
    font-size: 15px;   
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 50px;
  }
}

@media screen and (max-width: 499px) and (min-width: 300px) {  
  .pedicure_bloque1 {  
    height: 350px; 
  } 
  .pedicure_bloque1 img {  
    height: 250px; 
    padding: 10px;
    margin-right: 25px; 
    background-size: 4px 50%, 50% 4px, 4px 50%, 50% 4px, calc(100% - 8px) calc(100% - 8px);
  } 
  .pedicure_bloque1 h1 { 
    font-size: 13px;   
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 50px;
  } 
}

.reservas {
  position: relative;
  height: 1100px; 
  background-color: #FFFFFF;
}

.reservas iframe {
  width: 100%; 
  height: 1100px; 
}

.contacto {
  position: relative; 
  height: 650px; 
  background-color: #FFFFFF;
}

.contacto iframe {
  width: 100%; 
  height: 650px; 
}

@media screen and (max-width: 899px) and (min-width: 700px)  {   
  .contacto { 
    height: 500px;  
  } 
  .contacto iframe { 
    height: 500px; 
  }
}

@media screen and (max-width: 699px) and (min-width: 500px)  {   
  .contacto { 
    height: 400px;  
  } 
  .contacto iframe { 
    height: 400px; 
  }
}

@media screen and (max-width: 499px) and (min-width: 300px)  {   
  .contacto { 
    height: 300px;  
  } 
  .contacto iframe { 
    height: 300px; 
  }
}

.footer {
  position: relative;
  height: 150px; 
}

.bloque_footer {
  position: absolute;
  width: 100%;
  height: 150px;
  background-color: #000000;
}

.telefono_footer {
  font-size: 20px;
  font-family: 'Share', sans-serif;
  color: #F5EEED;
  margin-top: 25px;
  margin-left: 50px; 
}

.telefono_footer a:link {
  text-decoration: none;
  color: white;
}

.telefono_footer a:visited {
  text-decoration: none;
  color: white;
}

.socmed {
  position: absolute;
  top: 10px;
  right: 25px;
}

.socmed li {
  display: inline;
  list-style: none;
  margin-right: 15px;
}

.socmed li a {
  text-decoration: none;
}

.socmed img {
  height: 25px;
}

.socmed li:hover a img {
  opacity: 0.5;
}

@media screen and (max-width: 499px) and (min-width: 300px)  {   
  .telefono_footer {
    font-size: 15px; 
  }
  .socmed { 
    width: 100%;
    top: 75px;
    text-align: center; 
  }
}

.footer_copyright {
  position: relative;
}

.footer_copyright span {
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  color: #F5EEED;
}

.footer_copyright h3 {
  width: 100%;
  font-size: 12px;
  font-family: 'Josefin Sans', sans-serif;
  text-align: center;
  color: #F5EEED;
  line-height: 25px;
  margin: 0;
  background-color: #000000;
}

.footer_copyright a { 
  color: #F5EEED;
  text-decoration: none;
  border-bottom: solid 1px #F5EEED;
}

.footer_copyright a:hover { 
  color: #F5EEED;
  text-decoration: none; 
}

.footer_copyright a:visited { 
  color: #F5EEED;
  text-decoration: none; 
} 

.footer_copyright a:link { 
  color: #F5EEED;
  text-decoration: none; 
}

@media screen and (max-width: 499px) and (min-width: 300px)  {   
  .footer_copyright h3 {
    font-size: 8px; 
    line-height: 25px; 
  }
  .img-responsive {
    float: left;
  }
}

.sitelock {
  position: relative;
  height: 75px;
  background-color: #000000;
}

.img-responsive {
  float: left; 
  width: 100px;
  height: 50px;
  margin-top: 10px;
  margin-left: 15px;
}