body {
  font-family: 'Roboto', sans-serif;
  font-weight: bold, bold;
  background-color: #0E0E13;
}

h1 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 47px;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #FFFFFF;
}

h2 {
  padding-top: 12px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #AEAEAE;
}

/* menu */
/* menu 1 desktop */
.menu-1 {
  position: absolute;
  z-index: 10;
}

/* menu 2 desktop */
.menu-2 {
  z-index: 4;
  background-color: #0E0E13 90%;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(174, 174, 174, 0.1);
  padding-top: 1px;
  padding-bottom: 8px;
}

.botones-menu {
  color: #AEAEAE;
}

.botones-menu:hover {
  transition: 0.5s ease-in-out;
  color: #ffffff;
}

.logo-menu-2 {
  height: 20px;
}

/* menu mobile*/
.navbar-toggler-icon {
  font-size: 0.7em;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler .navbar-toggler {
  border-color: #ffffff;
}

.icono-bolsa {
  margin-right: 0.4em;
}

/* cambiar tipo de letra */
nav.navbar ul.nav li {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}

/* cambiar el color de fondo a la barra */
nav.navbar {
  background-color: #0E0E13;
}

.navbar-toggler {
  border: none;
}

.navbar-toggler:focus, .navbar-toggler:active {
  outline: none;
  box-shadow: none;
  color: #AEAEAE;
}

.fondo-nav {
  height: 90px;
  z-index: 7;
  background-color: #0E0E13;
}

.botones-menu {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}

.boton-comprar {
  z-index: 9;
  position: fixed;
  width: 112px;
  height: 40px;
  right: 0;
  bottom: 4%;
  margin-right: -10px;
  background: linear-gradient(90deg, #E24768 0%, #C347E2 100%);
  border: 1px solid #FFA3B6;
  box-shadow: 0px 15px 40px #681E2F;
  border-radius: 50px 0px 0px 50px;
}

.boton-comprar:hover {
  transition: 0.2s ease-in-out;
  margin-right: -1px;
  border: 1px solid #FFA3B6;
}

.boton-comprar .comprar {
  position: absolute;
  top: 7px;
  right: 15px;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 14px;
  text-align: right;
  letter-spacing: 0.1em;
  text-transform: uppercase
}

/*((((((((( INICIO )))))))))*/
/* imagenen background inicio */
.img_inicio {
  position: relative;
  background-image: url(../img/Foto_hairzonepty_inicio.jpg);
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  z-index: 8;
}

/* SUPER COMBO */
.supercombo {
  position: relative;
  width: 100vh;
  margin-top: 16%;
  font-style: normal;
  font-weight: 900;
  font-size: 150px;
  line-height: 135px;
  text-transform: uppercase;
}

/* Lavado + Tratamiento + Blower + Plancha */
.parrafo-inicio-1 {
  position: relative;
  margin-top: -1.5%;
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 54px;
  line-height: 63px;
}

/* $ 7.99 */
.parrafo-inicio-2 {
  position: relative;
  margin-top: 1.5%;
  font-family: Roboto;
  font-style: normal;
  font-weight: 900;
  font-size: 67px;
  line-height: 67px;
  color: #98BF13;
}

/* boton visitanos */
.boton-visitanos {
  position: relative;
  width: 188px;
  height: 45px;
  bottom: 13%;
  background: #98BF13;
  border: 1px solid #E8FF99;
  box-sizing: border-box;
  box-shadow: 0px 15px 40px #2F3C06;
  border-radius: 50px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}


.boton-visitanos:hover {
  transition: 0.5s ease-in-out;
  background: #7E9E0F;
  border: 1px solid #E8FF99;
  }


/* *Cualquier largo. En todas nuestras sucursales */
.parrafo-inicio-3 {
  position: absolute;
  width: 100vh;
  bottom: 1%;
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  color: white;
}

/*((((((((( SERVICIOS )))))))))*/
.separador {
  height: 205px;
}

.img_servicios {
  position: relative;
  background-image: url(../img/fondo_servicios.jpg);
  width: 100vw;
  height: 100%;
  background-size: cover;
  background-position: top;
  box-sizing: border-box;
  z-index: 3;
}

.servicios {
  padding-top: 110px;
  padding-bottom: 125px;
}

@media (min-width: 762px) {
  .lista-servicios {
    padding: 1rem;
    padding-bottom: 0rem;
    margin: -0.5px;
    color: white;
    border-width: 1px;
    border-style: solid;
    border-image:
      linear-gradient(to bottom,
        #98BF13,
        #C347E2) 1 100%;
  }
}

.lista-servicios ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 22px;
  line-height: 40px;
}

.interlineado {
  padding: 0.5rem 0rem 0.5rem 0rem;
  line-height: 1;
}

.espacio-servicios {
  margin-bottom: 150px;
}

/* fotos manicure */
.fotos-manicure {
  color: #0E0E13;
  overflow: hidden;
  border-radius: 10px;
}

.fotos-manicure img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  border-radius: 10px;
}

.card {
  border: none;
  background-color: transparent;
  box-shadow: 5px 10px 40px rgba(47, 12, 19, 0.75);
  /*
  filter: drop-shadow(0px 10px 20px rgba(47, 12, 19));
  -webkit-filter: drop-shadow(0px 10px 20px rgba(47, 12, 19));
  border-radius: 10px;
  */
}

.foto {
  margin-left: auto;
  margin-right: auto;
  width: 95%;
  height: 95%;

}

.text-fotomanicure {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 45px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #0E0E13;
}

/* texto grande */
.texto-grande {
  position: relative;
  width: 100%;
  margin-top: -170px;
  background-color: white;
  height: 750px;
  z-index: -1;
}

.rectangulo1 {
  position: absolute;
  margin-top: 280px;
  width: 150px;
  border: 3px solid #E24768;
}

.texto-grande article p {
  position: absolute;
  padding-top: 335px;
  color: #0E0E13;
  font-style: normal;
  font-weight: 900;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.rectangulo2 {
  position: absolute;
  margin-top: 560px;
  width: 150px;
  border: 3px solid #E24768;
}

.boton-text-grande {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 45px;
  background: linear-gradient(90deg, #C347E2 0%, #E24768 29.17%, #E24768 73.96%, #C347E2 100%);
border: 0;
  border-radius: 0px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1em;
  color: #FFFFFF;
}

.boton-text-grande:hover {
  border: 0;

}


/*((((((((( SUCURSALES )))))))))*/
.img_sucursales_contacto {
  position: relative;
  background-image: url(../img/fondo_sucursales_contacto.jpg);
  width: 100vw;
  height: auto;
  background-size: cover;
  background-position: top;
  box-sizing: border-box;
  z-index: 3;
}

.sucursales {
  padding-top: 110px;
  padding-bottom: 125px;
}


.map {
  height: 204px;
  border: 2px solid rgba(174, 174, 174, 0.5);
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0px 15px 40px #fff;
  filter: grayscale(100%) invert(100%);
}

.map iframe {
  border-radius: 10px;
}

.title-map {
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  padding-top: 25px;
  padding-bottom: 1px;
}

.text-map {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 24px;
  color: #AEAEAE;
}

.icono-map {
  padding-right: 0px;
  color: #AEAEAE;
}

/*((((((((( CONTACTO )))))))))*/
#contacto {
  height: 100vh;
}

.caja-contacto {
  position: relative;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 50px 50px 50px 50px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.circle {
  margin-left: 3%;
  margin-right: 25px;
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 4em;
}

.icono-mail {
  margin-left: -18%;
  width: 22px;
  height: auto;
}

.mail, .tlf {
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
}

.espacio-tlf {
  margin-right: 32px;
  margin-left: 0;
  padding: 0;
}

.los-andes {
  padding-right: 25px;
  margin-left: 0;
}

.icono-tlf {
  margin-top: 50%;
  margin-left: -18%;
  width: 22px;
  height: auto;
}

.tlf:hover {
  color: #fff;
}

.redes:hover {
  color: #fff;
}

.mail:hover {
  color: #fff;
}

.mail {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #AEAEAE;
}

.phone {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

/* redes */
.redes {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 47px;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
}

.borde-redes {
  margin: 0;
  padding: 0;
  border-right: 2px solid #FFFFFF;
  height: 70px;
}


.redes-fondo {
  margin: 0;
  padding: 0;
  position: relative;
  height: 110px;
  background: #E24768;
  box-shadow: 0px 15px 40px #000000;
  border-radius: 0px 0px 50px 50px;
}

.contacto {
  padding-top: 110px;
  padding-bottom: 125px;
}

.footer {
  position: absolute;
  bottom: 1%;
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #AEAEAE;
}








/*---------- menor a 762 ----------*/



@media (max-width: 762px) {
  h1 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 0;
    margin: 0;
  }

  h2 {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #AEAEAE;
    padding-top: 10px;
  }

  /*((((((((( INICIO )))))))))*/
  /* imagenen background inicio */

  html, body {
      max-width: 100% !important;
      overflow-x: hidden !important;
  }

  .img_inicio {
    position: relative;
    background-image: url(../img/Foto_hairzonepty_inicio_movil.jpg);
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
    z-index: 8;
  }

  /* SUPER COMBO */
  .supercombo {
    position: relative;
    margin-left: 12px;
    width: 100vh;
    margin-top: 50%;
    font-style: normal;
    font-weight: 900;
    font-size: 55px;
    line-height: 57px;
    text-transform: uppercase;
  }

  /* Lavado + Tratamiento + Blower + Plancha */
  .parrafo-inicio-1 {
    position: relative;
    margin-left: 12px;
    margin-top: -4%;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
  }

  /* $ 7.99 */
  .parrafo-inicio-2 {
    position: relative;
    margin-left: 12px;
    margin-top: -2%;
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-size: 55px;
    line-height: 47px;
    color: #ffffff;
  }

  /* boton visitanos */
  .boton-movil {
    display: flex;
    justify-content: center;
  }

  .boton-visitanos {
    position: relative;
    width: 188px;
    height: 45px;
    bottom: 16%;
    margin-top: 25%;
    background: #98BF13;
    border: 1px solid #E8FF99;
    box-sizing: border-box;
    box-shadow: 0px 15px 40px #2F3C06;
    border-radius: 50px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  }

.boton-visitanos:hover {
  background: #98BF13;
  border: 1px solid rgba(255, 255, 255, 0.75);
  }

  /* *Cualquier largo. En todas nuestras sucursales */
  .parrafo-inicio-3 {
    width: 100%;
    position: relative;
padding-top: 12%;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: white;
    text-align: center;
  }

  /*((((((((( SERVICIOS )))))))))*/
  .separador {
    height: 50px;
  }

  .img_servicios {
    position: relative;
    background-image: url(../img/fondo_servicios_movil.jpg);
    width: 100vw;
    height: 100%;
    background-size: cover;
    background-position: top;
    box-sizing: border-box;
    z-index: 5;
  }

  .servicios {
    padding-top: 100px;
    padding-bottom: 100px;
  }

.cejas {
  letter-spacing: 0.15em;
}

.lista-servicios {
margin: 0px;
}

.separador-svg {
  padding-top: 23px;
  margin-bottom: 110px;
}

  .svg-col-servicios {
    position: relative;
  }

  .svg-col-servicios svg {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 9;
  }

  .svg-col-servicios ul {
    position: relative;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    z-index: 10;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .interlineado {
    padding: 0.5rem 0rem 0.5rem 0rem;
    line-height: 1;
  }

  .fotos-manicure {
    position: relative;
      overflow: hidden;
      border-radius: 10px;
    z-index: 13;
  }



  .text-fotomanicure {
    position: relative;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #0E0E13;
    z-index: 13;
  }


  .fotos-manicure img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
  }


  .foto {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;
  }

/*
  .separador_movil_fotos_manicure {
    margin-top: 15px;
  }
  */


/* texto grande */
.texto-grande {
  position: relative;
  margin-top: -420px;
  background-color: white;
  width: 100%;
  height: 710px;
  z-index: 6;
}

.rectangulo1 {
  position: absolute;
  margin-top: 470px;
  width: 50px;
  border: 2px solid #E24768;
}

  .texto-grande article p {
    position: absolute;
    margin-top: 155px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-size: 19px;
    line-height: 25px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #0E0E13;
  }

  .rectangulo2 {
    position: absolute;
    margin-top: 580px;
    width: 50px;
    border: 2px solid #E24768;
  }

  .boton-text-grande {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 45px;
    background: linear-gradient(90deg, #C347E2 0%, #E24768 29.17%, #E24768 73.96%, #C347E2 100%);
    border-radius: 0px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.1em;
    color: #FFFFFF;
  }





  /*((((((((( SUCURSALES )))))))))*/
  .img_sucursales_contacto {
    position: relative;
    background-image: url(../img/fondo_sucursales_contacto_movil.jpg);
    width: 100vw;
    height: auto;
    background-size: cover;
    background-position: top;
    box-sizing: border-box;
    z-index: 3;
  }

  .sucursales {
    padding-top: 85px;
    padding-bottom: 100px;
  }

  .sucursal-separador-mapa {
    position: relative;
    width: 100%;
  }

  .map {
    height: 180px;
    border: 2px solid rgba(174, 174, 174, 0.5);
    box-sizing: border-box;
    border-radius: 10px;
    filter: grayscale(100%) invert(100%);
  }

  .title-map {
    padding-top: 20px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #FFFFFF;
  }

  .text-map {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #AEAEAE;
    padding-left: 9px;
    padding-right: 0;
  }

  .icono-map {
    color: #AEAEAE;
  }

  .separador-mapa {
padding-top: 50px;
  }





  /*((((((((( CONTACTO )))))))))*/
  #contacto {
      height: 100vh;
  }

  .contacto {
    padding-top: 85px;
    padding-bottom: 20px;
  }


  .caja-contacto {
    position: relative;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 50px 50px 50px 50px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0;
    padding: 0;
  }


  .icono-mail {
    margin-top: 50%;
    margin-left: -18%;
    width: 22px;
    height: auto;
  }

  .mail, .tlf {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
  }

  .espacio-tlf-1 {
margin-bottom: 15px;
  }

  .espacio-tlf-2 {
margin: -30px;
  padding: 0;
  }

  .mail {
    padding: 30px;
    border-bottom: 1px solid #AEAEAE;
  }

  .phone {
    padding: 10%;
  }

    /* redes */
  .redes {
    font-style: normal;
    font-weight: 900;
    font-size: 17px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
  }

  .borde-redes {
    margin: 0;
    padding: 0;
    border-right: 2px solid #FFFFFF;
    height: 30px;
  }

  .redes-fondo {
    margin: 0;
    padding: 0;
    position: relative;
    height: 55px;
    background: #E24768;
    box-shadow: 0px 15px 40px #000000;
    border-radius: 0px 0px 25px 25px;
  }

.footer-center {
  display: flex;
 align-items: center;
 justify-content: center;
}

  .footer {
    position: absolute;
    bottom: 1%;
    margin-left: auto;
margin-right: auto;
    padding: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #AEAEAE;
    text-align: center;
  }

    }


    /*---------- menor a  320 IPHONE SE----------*/



    @media (max-width: 320px) {

      h2 {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 16px;
        text-align: center;
        letter-spacing: 0.01em;
        text-transform: uppercase;
        color: #AEAEAE;
        padding-top: 10px;
      }

      .boton-visitanos {
        position: relative;
        width: 188px;
        height: 45px;
        bottom: 16%;
        margin-top: 18%;
        background: #98BF13;
        border: 1px solid #E8FF99;
        box-sizing: border-box;
        box-shadow: 0px 15px 40px #2F3C06;
        border-radius: 50px;
        font-family: Roboto;
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 32px;
        text-align: center;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #FFFFFF;
        text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
      }

      .parrafo-inicio-3 {
        width: 100%;
        position: relative;
    padding-top: 10%;
        font-family: Roboto;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        color: white;
        text-align: center;
      }

      /* texto grande */
      .texto-grande {
        position: relative;
        width: 100%;
        margin-top: -350px;
        background-color: white;
        height: 680px;
        z-index: -1;
      }

      .rectangulo1 {
        position: absolute;
        margin-top: 413px;
        width: 70px;
        border: 2px solid #E24768;
      }

      .texto-grande article p {
        position: absolute;
        margin-top: 105px;
        font-family: Roboto;
        font-style: normal;
        font-weight: 900;
        font-size: 16px;
        line-height: 25px;
        display: flex;
        align-items: center;
        text-align: center;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #0E0E13;
      }
      .rectangulo2 {
        position: absolute;
        margin-top: 530px;
        width: 70px;
        border: 2px solid #E24768;
      }

      .boton-text-grande {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 60px;
        background: linear-gradient(90deg, #C347E2 0%, #E24768 29.17%, #E24768 73.96%, #C347E2 100%);
      border: 0;
        border-radius: 0px;
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        align-items: center;
        text-align: center;
        letter-spacing: 0.1em;
        color: #FFFFFF;
      }

      .mail, .tlf {
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 12px;
        align-items: center;
        text-align: center;
        color: #FFFFFF;
        text-decoration: none;
      }

      .mail {
        padding: 25px;
        border-bottom: 1px solid #AEAEAE;
      }

      .phone {
        padding: 25px;
      }

      .espacio-tlf-1 {
    margin-bottom: 0px;
      }

      .espacio-tlf-2 {
    margin-left: -30px;
      padding: 0;
      }

      /* redes */
    .redes {
      font-style: normal;
      font-weight: 900;
      font-size: 14px;
      line-height: 50px;
      text-align: center;
      text-transform: uppercase;
      color: #FFFFFF;
      text-decoration: none;
    }

    .footer {
      position: absolute;
      bottom: 0;
      margin-left: auto;
  margin-right: auto;
      padding: 0;
      font-style: normal;
      font-weight: 400;
      font-size: 12px;
      line-height: 14px;
      color: #AEAEAE;
      text-align: center;
    }

    .title-map {
      padding-top: 20px;
      font-family: Roboto;
      font-style: normal;
      font-weight: 500;
      font-size: 12px;
      line-height: 16px;
      text-align: center;
      letter-spacing: 0.05em;
      color: #FFFFFF;
    }

    .text-map {
      font-family: Roboto;
      font-style: normal;
      font-weight: normal;
      font-size: 12px;
      line-height: 17px;
      color: #AEAEAE;
      padding-left: 4px;
      padding-right: 0;
    }

    .cejas {
      letter-spacing: 0em;
    }

    }








    /*---------- mayor a 1024 pero menor a 1366 ----------*/



    @media (min-width: 1024px) AND (max-width: 1365px) {
      html, body {
          max-width: 100% !important;
          overflow-x: hidden !important;
      }

    h1 {
      font-family: Roboto;
      font-style: normal;
      font-weight: 700;
      font-size: 30px;
      line-height: 35px;
      text-align: center;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: #FFFFFF;
    }

    h2 {
      padding-top: 9px;
      font-family: Roboto;
      font-style: normal;
      font-weight: 300;
      font-size: 18px;
      line-height: 21px;
      text-align: center;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      color: #AEAEAE;
    }
      /*((((((( INICIO )))))))))*/


      /* SUPER COMBO */
      .supercombo {
        position: relative;
        width: 100vh;
        margin-top: 20%;
        font-style: normal;
        font-weight: 900;
        font-size: 120px;
        line-height: 108px;
        text-transform: uppercase;
      }

      /* Lavado + Tratamiento + Blower + Plancha */
      .parrafo-inicio-1 {
        position: relative;
        margin-top: -1.5%;
        font-family: Roboto;
        font-style: normal;
        font-weight: 300;
        font-size: 43px;
        line-height: 50px;
      }

      /* $ 7.99 */
      .parrafo-inicio-2 {
        position: relative;
        margin-top: 2%;
        font-family: Roboto;
        font-style: normal;
        font-weight: 900;
        font-size: 53px;
        line-height: 53px;
        color: #98BF13;
      }

      /* boton visitanos */
      .boton-visitanos {
        position: relative;
        width: 150px;
        height: 40px;
        bottom: 20%;
        background: #98BF13;
        border: 1px solid #E8FF99;
        box-sizing: border-box;
        box-shadow: 0px 15px 40px #2F3C06;
        border-radius: 50px;
        font-family: Roboto;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
        text-align: center;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #FFFFFF;
        text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
      }

      /* *Cualquier largo. En todas nuestras sucursales */
      .parrafo-inicio-3 {
        position: absolute;
        width: 100vh;
        bottom: 1%;
        font-family: Roboto;
        font-style: normal;
        font-weight: 300;
        font-size: 19px;
        color: white;
      }


    /*((((((((( SERVICIOS )))))))))*/
    .svg-col-servicios svg {
      display: none;
    }

    .separador {
      height: 154px;
    }

    .servicios {
      padding-top: 83px;
      padding-bottom: 94px;
    }

    .lista-servicios ul {
      list-style: none;
      padding: 0;
      margin: 0;
      font-weight: 400;
      font-size: 16px;
      line-height: 30px;
    }

    .text-fotomanicure {
      font-family: Roboto;
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 34px;
      text-align: center;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      color: #0E0E13;
    }


    /* texto grande */
    .texto-grande {
      position: relative;
      width: 100%;
      margin-top: -170px;
      background-color: white;
      height: 640px;
      z-index: -1;
    }

    .rectangulo1 {
      position: absolute;
      margin-top: 260px;
      width: 150px;
      border: 3px solid #E24768;
    }

    .texto-grande article p {
      position: absolute;
      padding-top: 305px;
      color: #0E0E13;
      font-style: normal;
      font-weight: 900;
      font-size: 36px;
      line-height: 45px;
      letter-spacing: 0.1em;
      text-transform: uppercase;
    }

    .rectangulo2 {
      position: absolute;
      margin-top: 470px;
      width: 150px;
      border: 3px solid #E24768;
    }

    .boton-text-grande {
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 45px;
      background: linear-gradient(90deg, #C347E2 0%, #E24768 29.17%, #E24768 73.96%, #C347E2 100%);
    border: 0;
      border-radius: 0px;
      font-style: normal;
      font-weight: 400;
      font-size: 15px;
      line-height: 35px;
      align-items: center;
      text-align: center;
      letter-spacing: 0.1em;
      color: #FFFFFF;
    }


    /*((((((((( SUCURSALES )))))))))*/
    .title-map {
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 16px;
      text-align: center;
      letter-spacing: 0.05em;
      color: #FFFFFF;
      padding-top: 25px;
      padding-bottom: 1px;
    }

    .text-map {
      font-family: Roboto;
      font-style: normal;
      font-weight: 300;
      font-size: 13px;
      line-height: 18px;
      color: #AEAEAE;
    }

    .sucursales {
      padding-top: 83px;
      padding-bottom: 94px;
    }


    /*((((((((( CONTACTO )))))))))*/
    .contacto {
      padding-top: 83px;
      padding-bottom: 50px;
    }

    .mail {
      margin: 0;
      padding: 0;
      padding-top: 40px;
      padding-bottom: 40px;
      border-bottom: 1px solid #AEAEAE;
    }

    .phone {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0;
      padding-left: 50%;
      padding-right: 50%;
      padding-top: 40px;
      padding-bottom: 40px;
    }

    .icono-mail {
      margin-top: 50%;
      margin-left: -18%;
      width: 22px;
      height: auto;
    }

    .mail, .tlf {
      font-style: normal;
      font-weight: 300;
      font-size: 18px;
      align-items: center;
      text-align: center;
      color: #FFFFFF;
      text-decoration: none;
    }

    /* redes */
    .redes {
      font-style: normal;
      font-weight: 700;
      font-size: 30px;
      line-height: 25px;
      letter-spacing: 0.05em;
      text-align: center;
      text-transform: uppercase;
      color: #FFFFFF;
      text-decoration: none;
    }

    .footer {
      position: absolute;
      bottom: 1%;
      margin: 0;
      padding: 0;
      font-style: normal;
      font-weight: 400;
      font-size: 11px;
      line-height: 12px;
      color: #AEAEAE;
    }

    .borde-redes {
      margin: 0;
      padding: 0;
      border-right: 2px solid #FFFFFF;
      height: 53px;
    }


    .redes-fondo {
      margin: 0;
      padding: 0;
      position: relative;
      height: 83px;
      background: #E24768;
      box-shadow: 0px 15px 40px #000000;
      border-radius: 0px 0px 50px 50px;
    }
    }








    /*---------- mayor a 763 pero menor a 1023 ----------*/



    @media (min-width: 763px) AND (max-width: 1023px) {


      /*((((((( INICIO )))))))))*/

      html, body {
          max-width: 100% !important;
          overflow-x: hidden !important;
      }


      /* imagenen background inicio */
      .img_inicio {
        position: relative;
        background-image: url(../img/Foto_hairzonepty_inicio.jpg);
        width: 100vw;
        height: 100vh;
        background-size: cover;
        background-position: center;
        box-sizing: border-box;
        z-index: 8;
      }

      /* SUPER COMBO */
      .supercombo {
        position: relative;
        width: 100vh;
        margin-top: 45%;
        font-style: normal;
        font-weight: 900;
        font-size: 100px;
        line-height: 95px;
        text-transform: uppercase;
      }
      /* Lavado + Tratamiento + Blower + Plancha */
      .parrafo-inicio-1 {
        position: relative;
        margin-top: -2%;
        font-family: Roboto;
        font-style: normal;
        font-weight: 300;
        font-size: 36px;
        line-height: 50px;
      }

      /* $ 7.99 */
      .parrafo-inicio-2 {
        position: relative;
        margin-top: 5%;
        font-family: Roboto;
        font-style: normal;
        font-weight: 900;
        font-size: 53px;
        line-height: 53px;
        color: #98BF13;
      }

      /* boton visitanos */
      .boton-visitanos {
        position: relative;
        width: 150px;
        height: 40px;
        bottom: 20%;
        background: #98BF13;
        border: 1px solid #E8FF99;
        box-sizing: border-box;
        box-shadow: 0px 15px 40px #2F3C06;
        border-radius: 50px;
        font-family: Roboto;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
        text-align: center;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #FFFFFF;
        text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
      }

      /* *Cualquier largo. En todas nuestras sucursales */
      .parrafo-inicio-3 {
        position: absolute;
        width: 100vh;
        bottom: 1%;
        font-family: Roboto;
        font-style: normal;
        font-weight: 300;
        font-size: 19px;
        color: white;
      }


    /*((((((((( SERVICIOS )))))))))*/
    .separador {
    height: 100px;
    }

    .img_servicios {
    position: relative;
    background-image: url(../img/fondo_servicios.jpg);
    width: 100vw;
    height: 100%;
    background-size: cover;
    background-position: top;
    box-sizing: border-box;
    z-index: 3;
    }

    .servicios {
    padding-top: 110px;
    padding-bottom: 125px;
    }

    @media (min-width: 762px) {
    .lista-servicios {
      padding: 1rem;
      padding-bottom: 0rem;
      margin: -0.5px;
      color: white;
      border-width: 1px;
      border-style: solid;
      border-image:
        linear-gradient(to bottom,
          #98BF13,
          #C347E2) 1 100%;
    }
    }

    .lista-servicios ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    }

    .interlineado {
    padding: 0.5rem 0rem 0.5rem 0rem;
    line-height: 1;
    }

    .espacio-servicios {
    margin-bottom: 150px;
    }

    /* fotos manicure */
    .fotos-manicure {
    color: #0E0E13;
    overflow: hidden;
    border-radius: 10px;
    }

    .fotos-manicure img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
    }

    .card {
    border: none;
    background-color: transparent;
    box-shadow: 5px 10px 40px rgba(47, 12, 19, 0.75);
    /*
    filter: drop-shadow(0px 10px 20px rgba(47, 12, 19));
    -webkit-filter: drop-shadow(0px 10px 20px rgba(47, 12, 19));
    border-radius: 10px;
    */
    }

    .foto {
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    height: 95%;

    }

    .text-fotomanicure {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #0E0E13;
    }

    /* texto grande */
    .texto-grande {
    position: relative;
    width: 100%;
    margin-top: -170px;
    background-color: white;
    height: 680px;
    z-index: -1;
    }

    .rectangulo1 {
    position: absolute;
    margin-top: 280px;
    width: 150px;
    border: 3px solid #E24768;
    }

    .texto-grande article p {
    position: absolute;
    padding-top: 335px;
    color: #0E0E13;
    font-style: normal;
    font-weight: 900;
    font-size: 30px;
    line-height: 39px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    }

    .rectangulo2 {
    position: absolute;
    margin-top: 500px;
    width: 150px;
    border: 3px solid #E24768;
    }

    .boton-text-grande {
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 70px;
      background: linear-gradient(90deg, #C347E2 0%, #E24768 29.17%, #E24768 73.96%, #C347E2 100%);
    border: 0;
      border-radius: 0px;
      font-style: normal;
      font-weight: 400;
      font-size: 20px;
      align-items: center;
      text-align: center;
      letter-spacing: 0em;
      color: #FFFFFF;
    }

    /*((((((((( SUCURSALES )))))))))*/
    .separador-mapa {
    padding-top: 50px;
    }

    /*((((((((( CONTACTO )))))))))*/
    .mail {
      margin: 0;
      
      padding-top: 50px;
      padding-bottom: 50px;
      border-bottom: 1px solid #AEAEAE;
    }

    .phone {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0px;
      padding: 0;
      padding-top: 50px;
      padding-bottom: 50px;
    }

    .espacio-tlf-2 {
    margin: -25px;
    padding: 0;
    }

    /* redes */
    .redes {
      font-style: normal;
      font-weight: 700;
      font-size: 30px;
      line-height: 47px;
      letter-spacing: 0.05em;
      text-align: center;
      text-transform: uppercase;
      color: #FFFFFF;
      text-decoration: none;
    }

    .borde-redes {
      margin: 0;
      padding: 0;
      border-right: 2px solid #FFFFFF;
      height: 50px;
    }

    .redes-fondo {
      margin: 0;
      padding: 0;
      position: relative;
      height: 80px;
      background: #E24768;
      box-shadow: 0px 15px 40px #000000;
      border-radius: 0px 0px 50px 50px;
    }

    }






    /*((((((( SERVICIOS )))))))))*/
    .svg-col-servicios svg {
      display: none;
    }
