/*tipografia para el nombre de la pagina*/
/*tipografia para el nav*/
/*tipografia para nombre productos*/
/*tipografia para precios productos*/
/*color principal de la pagina*/
/*color para el fondo del footer*/
/*color para el fondo de contacto*/
/*color header*/
/*color fondo nosotros texto*/
/*estilo para las cajas de los productos*/
.cajaProductos {
  text-align: center;
  margin: 2rem;
  width: 36rem;
  height: 38rem;
  border-radius: 5px; }

/*estilo para las cajas de las sucursales*/
.cajaSucursales {
  width: 45rem;
  margin: 2rem;
  text-align: center;
  border-radius: 5px; }

body {
  margin: 0;
  padding: 0; }

html {
  font-size: 62.5%; }

/*
HEADER                   HEADER               HEADER 
*/
.contenedorHeader {
  position: absolute;
  box-shadow: 0 2.5rem 4.5rem rgba(0, 0, 0, 0.414);
  border-radius: 3rem;
  z-index: 1; }

.cajaHeader {
  align-items: center;
  justify-content: center;
  background-color: turquoise;
  padding: 0.5rem;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem; }

.cajaLogoNav {
  width: 6rem;
  align-self: center; }

.logo {
  height: 5rem; }

.cajaValkiriaNav {
  width: 13rem;
  font-family: "Archivo Black", sans-serif; }

.h1ValkiriaNav {
  font-size: 3rem;
  color: #052551; }

@media screen and (max-width: 600px) {
  .cajaH3Nav {
    display: none; } }

.h3Nav {
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem;
  color: #052551;
  margin-top: 1.2rem; }

.contenedorNav {
  justify-content: center; }

.nav-link {
  font-size: 1.6rem;
  font-family: "Montserrat", sans-serif; }

ul li.active {
  background: #35FAD4; }

li {
  transition: background-color .1s;
  margin: 0.5rem;
  border-radius: 2rem;
  padding: 0.4rem 0.5rem; }

li:hover {
  background-color: #35FAD4;
  color: #052551;
  transform: scale(1.1); }

.bottonNav {
  background-color: #e2e2e2; }

/*
HEADER                     HEADER             HEADER 
*/
/*
SECTION INICIO         SECTION INICIO           SECTION INICIO 
*/
#sectionIndex {
  background-image: url(../img/Depilacion-laser-2.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 94rem;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column; }

.cajaDescuento {
  max-width: 60rem;
  margin-top: 10rem;
  text-align: center; }

.logoImgDescuento {
  max-width: 95%;
  margin-top: 6rem;
  box-shadow: 0 2.5rem 4.5rem rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 30%;
  backdrop-filter: blur(1rem); }

/*
SECTION INICIO         SECTION INICIO           SECTION INICIO 
*/
/*
SECTION TIENDA        SECTION TIENDA           SECTION TIENDA 
*/
.contenedorDepilacion {
  align-items: center;
  justify-content: center;
  height: 15rem;
  border-radius: 1rem; }

.cajaDepilacion {
  text-align: center; }

.h2Depilacion {
  font-size: 3rem;
  color: #052551;
  font-weight: 700; }

.navbarBuscar {
  width: 38rem;
  flex-wrap: inherit;
  align-items: center;
  justify-content: center; }

.cajaBuscar {
  width: 31rem;
  height: 3rem; }

.buscarTienda {
  border: none;
  border-bottom: 2px solid #bfbfbf;
  background: none !important; }

.buscarButton {
  height: 2.2rem;
  align-self: center; }

.contenedorTienda {
  justify-content: center; }

.imgProductos {
  height: 22rem;
  margin: 1rem;
  border-radius: 5px; }

.cajaProductos:hover {
  transform: scale(1.05); }

.nombreProductos {
  font-family: "League Spartan", sans-serif; }

.precioProductos {
  font-size: 1.4rem;
  font-family: "Arimo", sans-serif;
  text-shadow: 0 0 black; }

.descuento {
  text-decoration: line-through;
  text-shadow: none;
  color: #707070; }

.agregarProductos {
  width: 7rem;
  height: 3rem;
  font-size: 1.4rem;
  text-decoration: none;
  background-color: #0092ff;
  color: white;
  padding: 0.5rem;
  font-family: "Montserrat", sans-serif;
  border-radius: 5px; }

.agregarProductos:hover {
  background-color: #40e0d0;
  color: #052551; }

/*
SECTION TIENDA        SECTION TIENDA           SECTION TIENDA 
*/
/*
SECTION SUCURSALES       SECTION SUCURSALES           SECTION SUCURSALES
*/
.contenedorSucursales {
  justify-content: center;
  align-items: center; }

.nombreSucursales {
  margin-top: 0.6rem;
  font-size: 1.7rem; }

.mapaSucursales {
  max-width: 100%; }

/*
SECTION SUCURSALES       SECTION SUCURSALES           SECTION SUCURSALES
*/
/*
SECTION NOSOTROS        SECTION NOSOTROS           SECTION NOSOTROS
*/
#imagenFondo {
  background-image: url(../img/logonosotros.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 120rem;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center; }

.cajaNosotros {
  width: 74%;
  text-align: center;
  margin-left: 5rem;
  margin-bottom: 4rem; }

.h2Nosotros {
  font-family: "Archivo Black", sans-serif;
  font-size: 3.5rem;
  color: #052551; }

.h3Nosotros {
  font-family: "Archivo Black", sans-serif;
  font-size: 2.5rem;
  color: #052551;
  margin-top: 2rem; }

.nosotrosTexto {
  width: 74%;
  text-align: center;
  margin-left: 5rem; }

.cajaNosotrosTexto {
  background-color: rgba(64, 224, 208, 0.4);
  font-family: "Arimo", sans-serif;
  font-size: 2.2rem;
  padding: 1.5rem;
  backdrop-filter: blur(5px);
  box-shadow: 0 2.5rem 4.5rem rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 1rem; }

/*
SECTION NOSOTROS        SECTION NOSOTROS           SECTION NOSOTROS
*/
/*
SECTION CONTACTO       SECTION CONTACTO           SECTION CONTACTO
*/
.contenedorSectionContacto {
  height: 120rem;
  background: linear-gradient(191deg, #00dae4 0%, #052551 100%); }

.contenedorContacto {
  justify-content: center;
  align-items: center;
  height: 80rem;
  margin: 0px 2px; }

.cajaH2Contacto {
  text-align: center;
  color: #052551;
  padding-top: 12rem; }

.h2Contatco {
  font-size: 4rem;
  margin: 2rem; }

.cajaLogoContacto {
  width: 40rem;
  text-align: center;
  align-self: center; }

.logoContacto {
  width: 100%; }

.contenedorForm {
  position: relative;
  width: 50rem;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 3rem;
  margin: 2px;
  box-shadow: 0 2.5rem 4.5rem rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 1rem;
  overflow: hidden;
  backdrop-filter: blur(1rem); }

.cajaForm {
  font-size: 1.5rem;
  padding: 1rem; }

.form-control {
  font-size: 1.4rem;
  border-radius: 5px; }

.btn-primary {
  font-size: 1.4rem; }

/*
SECTION CONTACTO       SECTION CONTACTO           SECTION CONTACTO
*/
/*
WHATSAPP FLOTANTE      WHATSAPP FLOTANTE          WHATSAPP FLOTANTE
*/
.contenedorIconWhatsapp {
  display: flex;
  position: fixed;
  bottom: 5rem;
  right: 5rem;
  align-items: center; }

@media screen and (max-width: 600px) {
  .contenedorIconWhatsapp {
    right: 1rem; } }

.contenedorIconWhatsapp:hover {
  filter: drop-shadow(0px 0px 10px #00ff22);
  transform: scale(1.1); }

.cajaIconWhatsapp {
  height: 8rem; }

@media screen and (max-width: 600px) {
  .cajaIconWhatsapp {
    height: 6rem; } }

.cajaContactanosWhatsapp {
  background-color: rgba(86, 201, 104, 0.58);
  color: #052551;
  font-size: 1.8rem;
  font-family: "Montserrat", sans-serif;
  margin: 1rem;
  padding: 1rem;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem; }

@media screen and (max-width: 600px) {
  .cajaContactanosWhatsapp {
    font-size: 1.4rem; } }

/*
WHATSAPP FLOTANTE      WHATSAPP FLOTANTE          WHATSAPP FLOTANTE
*/
/*
FOOTER                     FOOTER                 FOOTER 
*/
.contenedorFooter {
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #40e0d0 0%, #0092ff 100%);
  padding: 1rem; }

.cajaLogoFooter {
  text-align: end;
  width: 6rem; }

.logoFooter {
  height: 5rem;
  margin-bottom: 2rem; }

.contenedorValkiriaFooter {
  width: 16rem;
  margin-bottom: 2rem; }

.h3Footer {
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem;
  color: #052551; }

.cajaContactoFooter {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 21rem; }

.contenedorTerminos {
  text-align: center;
  margin-top: 1rem; }

.h2Contactanos {
  font-size: 2rem;
  font-family: "Archivo Black", sans-serif;
  color: #052551;
  margin-bottom: 2rem;
  margin-top: 2rem;
  letter-spacing: 3px; }

.pContacto {
  font-size: 1.4rem;
  margin: 1rem;
  margin-bottom: 2rem;
  color: white; }

.imgTelefono {
  height: 2rem;
  margin-right: 1rem; }

.cajaLogoRedesFooter {
  text-align: center;
  width: 22rem;
  margin-bottom: 2rem; }

.logoRedes {
  height: 3rem;
  margin: 1rem; }

.logoRedes:hover {
  filter: drop-shadow(0px 0px 10px white);
  transform: scale(1.1); }

/*
FOOTER                     FOOTER                 FOOTER 
*/
