@import url('https://fonts.googleapis.com/css2?family=Gayathri:wght@100;400;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html{
  width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
.headers{
  position: absolute;
  width: 100%;
  top: 0px;
  height: 0px;
  z-index: 1000;
}


.logo {
    margin-top: 40px;
    width: 120px;
    margin-left: 15%;
    z-index: 1000;
}

.menus{
 width: 40%;
 height: 60px;
 border-radius: 40px;
 position: fixed;
 top: 70px;
 right: 25%;
 background-color: #bf3377;
 transition:all .5s ease-in-out;
 z-index: 10000000;
 display: flex;
  justify-content: center;
  align-items: center; 
}



.menuscel{
  display: none;
}

.subirarea{
  margin-top: 0px;
}

.areabanner{
  padding: 0px !important;
  background-color: #333;
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.arealetras{
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mascaraletras{
  width: 80%;
  height: 100px;
  overflow: hidden;
}

.mascaralinea{
  width: 80%;
  height: 4px;
  overflow: hidden;  
}

.banner{
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.banners{
  width: 100%;  
  position: absolute;
  top:0px;
  left: 0px;
   object-fit: cover;
  width: 100%;
  height: 100%; 
}



.titulo1{
  font-size: 6em;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  color: #fff;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}


.titulo2{
  font-size: 6em;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  color: #fff;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);  
}

.titulo3{
  font-size: 6em;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-align: center;
  color: #fff;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3); 
}


.linea{
  width: 500px;
  height: 4px;
  background-color: #FA03D5;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}



.linkmenus {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  text-decoration: none !important;
  color: #fff;
  text-align: center;
  padding: 5px 15px;
}



.imgmarca{
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cuadroimg{
  width: 100%;
  height: 300px;
}

.wraps {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}


.slider__row {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 0;
  left: 0;
  height: 1200px;
  animation: animate 12s infinite alternate;
}

@keyframes animate{
  0%{top: 0px}
  20%{top: 0px}
  25%{top:-300px}
  50%{top:-300px}
  55%{top:-600px}
  75%{top:-600px}
  80%{top:-900px}
  100%{top:-900px}
}

.windows{
  display: block;
}
.celular{
  display: none;
}

.footer{
  background-color: #bf3377;
}

.titulofooter{
   font-family: "Gayathri", sans-serif;
  font-weight: bold;
  text-align: center;
  color: #fff;
  font-size: 4em;
}

.letrasfooter{
  font-size: 1.5em;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  color: #fff;
}

.linkfooter{
  font-size: 1.5em;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  color: #fff;
  text-decoration: none;
}

.textocopyraight{
  font-size: 1em;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  color: #fff;
}

.linkcopyraight{
  font-size: 1em;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  color: #333;
  text-decoration: none;
}

.linkcopyraight:hover{
  font-size: 1em;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  color: #000;
}

.reds{
  width: 50px;
}

.linkred{
  text-decoration: none;
  opacity: 1;
}

.linkred:hover{
  text-decoration: none;
  opacity: .5;
}

.hrf{
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.book{
  background-color: #f2dfce;
}


.titulobook{
  font-size: 4em;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  color: #bf3377;
}

.subtitulobook{
  font-size: 2.5em;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  color: #bf3377;
}

.form-control {
    display: block;
    width: 100%;
    padding: 1.2rem 2rem !important;
    font-size: 1.3rem !important;
    font-weight: 400;
    line-height: 1.5;
    font-family: "Poppins", sans-serif !important;
    font-weight: 500 !important;
    color: #bf3377 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #F7DFF6 !important;
    background-clip: padding-box;
    border: none !important;
    border-radius: 40px !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control::placeholder{
  font-family: "Poppins", sans-serif !important;
  font-weight: 500 !important;
  color: #bf3377 !important;
  font-size: 1.3rem !important;
}

.form-control::-webkit-calendar-picker-indicator{
  filter: invert(1);
}

.form-label {
  margin-bottom: 1rem;
  font-size: 1.5em;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  color: #222223;
  margin-left: 20px;
}

.form-select {   
    display: block;
    width: 100%;
    padding: 1.2rem 2rem !important;
    font-size: 1.3rem !important;
    font-family: "Poppins", sans-serif !important;
    font-weight: 500 !important;
    line-height: 1.5;
    color: #bf3377 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #F7DFF6 !important;
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: none !important;
    border-radius: 40px !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}



.botoncita{
  padding: 7px 100px;
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif !important;
  font-weight: 500 !important;
  border-radius: 40px !important;
  background-color: #bf3377;
  color: #fff;
  border: none;
}

.titulolook{
  width: 100%;
  font-family: "Poppins", sans-serif !important;
  font-weight: 700 !important;
  font-size: 6em;
  color: #bf3377;
  text-align: center;
  line-height: 1.3;
  text-transform: uppercase ;
}


.marquee {
  height:100px;
  display: flex;
  white-space: nowrap;
  color: #DDD;
  justify-content: flex-end;
  border: none;
  
  &[data-reversed="true"] {
    justify-content: flex-start;
  }
  
  span {
    display: block;
    padding: 0 .5ch;
  }
}

.arealetrasmov{
  padding: 0px !important; 
  overflow:hidden; 
  height: 210px;
}


.areaimagenes{
  width: 100%;  
  position: relative;
  border: none;
}

.areaparrafo{
  position: absolute;
  top: 70px;
  left: 80px;
  bottom: 50px;
  right: 80px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: flex-end;
}

.botonon{
  width: 430px;
  height: 60px;
  border-radius: 40px;
  border:solid 2px #bf3377;
  font-family: "Poppins", sans-serif !important;
  font-weight: 500;
  background-color: #bf3377;
  color:#fff;
  line-height: 30px;
  font-size: 30px;
  margin-top: 40px;
  margin-bottom: 30px;
}

.botonoff{
  width: 430px;
  height: 60px;
  border-radius: 40px;
  border:solid 2px #bf3377;
  font-family: "Poppins", sans-serif !important;
  font-weight: 500;
  background-color: transparent;
  color:#bf3377;
  line-height: 30px;
  font-size: 30px;
  margin-top: 40px;
  margin-bottom: 30px;
}

.arealetrasliderh{
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 30px;
  background-color: rgba(0, 0, 0, .5);
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: rgba(191, 51, 119, .4) !important;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: rgba(191, 51, 119, 1) !important;
}



#cabello{
  display: block;
  transition:all .5s ease-in-out;
}

#manicure{
  display: none;
  transition:all .5s ease-in-out;
}

.tituloserv{
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-align: left;
  color: #fff;
  font-size: 1.7em;
  margin-bottom: 20px;
}

.textoserv{
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  text-align: left;
  color: #fff;
  font-size: 1.2em;
}

.animate__animated.animate__delay-2-5s {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    -webkit-animation-delay: calc(var(--animate-delay)* 2.5);
    animation-delay: calc(var(--animate-delay)* 2.5);
}

.animate__animated.animate__delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    -webkit-animation-delay: calc(var(--animate-delay)* 4);
    animation-delay: calc(var(--animate-delay)* 4);
}

.animate__animated.animate__delay-4-5s {
    -webkit-animation-delay: 4.5s;
    animation-delay: 4.5s;
    -webkit-animation-delay: calc(var(--animate-delay)* 4.5);
    animation-delay: calc(var(--animate-delay)* 4.5);
}

.animate__animated.animate__delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    -webkit-animation-delay: calc(var(--animate-delay)* 5);
    animation-delay: calc(var(--animate-delay)* 5);
}


.fondonosotros{
  background-image: url('../img/Banner-nosotros.jpg');
  background-size: cover;
  background-position: center center;
  padding: 150px 0px  !important;
  position: relative !important;
}
 
 .areatextonosotros{
  width: 85%;
 }




.titulonosotros{
  width: 100%;
}

.textonosotros{
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-align: left;
  color: #bf3377;
  font-size: 1.3em;
}

.tituloitemnosotros{
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-align: left;
  color: #bf3377;
  font-size: 2em;
  margin-bottom: 15px;
}

.textoitemnosotros{
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-align: left;
  color: #bf3377;
  font-size: 1.2em;
}

.palito {
    position: absolute;
    top: 0px;
    left: -8px;
    width: 40px;
    height: 360px;
}



.contenedorvertical{
  width: 100%;
  height: 730px;
  overflow: hidden;
}

.slidervertical {
  background: transparent;
  background-attachment: fixed;
  width: 100%;
  height: 355px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
  margin-bottom: 5px !important;
}

.sliderverticali {
  background: transparent;
  background-attachment: fixed;
  width: 100%;
  height: 355px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
  margin-top: 5px !important;
}

.areaslv{
  width: 100%;
  height: 720px;
  position: absolute;
  top: 150px;
  left: 0%;
  display: block;
}

.areaabout{
  width: 100%;
  height: 720px;
  padding-right: 10%;
  padding-left: 10%;
}

.subareaabout{
  width:50%; 
  float: left;
  height: 700px;  
  overflow: hidden;
}


.areatextoslider{
  width: 80%;
}

.swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: 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;
}

.mapa{
  width:100%;
  height:600px;
}

#pelo{
  display: none;
}

#pedic{
  display: none;
}

#pl2,#pl3,#pd2{
  display: none;
}

.vermas{
  width: 80%;
  height: 40px;
  color: #bf3377;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-align: center;
  font-size: 20px;
  background-color: transparent;
  border: none;
  margin-top: 25px;
}

#open{
  display: block;
  cursor: pointer;
  transition:all .5s ease-in-out;
}

#closeth{
  display: none;
  cursor: pointer;
  transition:all .5s ease-in-out;
}

.areamenuscel{
  width:0%;
  height:0vh;
  border-radius: 50%;
  background-color: rgba(191, 51, 119, .9);
  position: fixed;
  top:20px;
  right: 50px; 
  transition:all .5s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
  overflow: hidden;
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical>.swiper-pagination-bullets {
    right: 52px !important;
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0px, -50%, 0);
    padding: 10px 5px !important;
    border: solid 2px #bf3377 !important;
    border-radius: 20px !important;
}

.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #bf3377) ;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #bf3377 !important;
}

.botonGaleriaAbrir{
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-align: center;
  font-size: 3em;
  border: none;
  color: #222224;
  display: block;
  background-color: transparent;
}

.botonGaleriaCerrar{
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-align: center;
  font-size: 3em;
  border: none;
  color: #bf3377;
  display: none;
  background-color: transparent;
}

.imgupdown{
  width: 35px;
}

/*Estilos de la galeria*/

.galeria {
  width: 100%;
  margin: auto;
  list-style: none;
  padding: 20px;
  box-sizing: border-box;
  
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.galeria li {
  margin: 20px;
}

.galeria img {
  width: 33vh;
  height: 33vh;
  border-radius: 40px;
}

/*Estilos del modal*/

.modal {
  display: none;
}

.modal:target {
  
  display: block;
  position: fixed;
  background: rgba(0,0,0,0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.modal h3 {
  color: #fff;
  font-size: 30px;
  text-align: center;
  margin: 25px 20px;
}

.imagen {
  width: 100%;
  height: 50%;
  
  display: flex;
  justify-content: center;
  align-items: center;
}

.imagen a {
  color: #fff;
  font-size: 40px;
  text-decoration: none;
  margin: 0 10px;
}

.imagen a:nth-child(2) {
  margin: 0;
  height: 100%;
  flex-shrink: 2;
}

.imagen img {
  width: 50vh;
  height: 50vh;
  max-width: 100%;
  border: 7px solid #fff;
  box-sizing: border-box;
}

.cerrar {
    display: block;
    background: #fff;
    width: 40px;
    height: 40px;
    margin: 15px auto;
    text-align: center;
    text-decoration: none;
    font-size: 23px;
    color: #000;
    padding: 6px;
    border-radius: 50%;
    line-height: 25px;
}

#ag{
  display: none;
}

#agu{
  display: none;
}



/*Pantalla de 1920px*/
@media (max-width: 1920px) { 
  .areabanner{
    padding: 0px !important;
    background-color: #333;
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }

  .menus {
    width: 40%;
    height: 60px;
    border-radius: 40px;
    position: fixed;
    top: 70px;
    right: 25%;
    background-color: #bf3377;
    transition: all .5s ease-in-out;
    z-index: 10000000;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/*Pantalla de 1680px*/
@media (max-width: 1680px) { 
  .areabanner{
    padding: 0px !important;
    background-color: #333;
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }

  .subirarea{
    margin-top: 0px;
  }
}






/*Pantalla de 1440px*/
@media (max-width: 1440px) { 
  .areabanner{
    padding: 0px !important;
    background-color: #333;
    position: relative;
    width: 100%;
    height: 810px;
    overflow: hidden;
  }
}







/*Pantalla de 1024px*/
@media (max-width: 1024px) { 


}








/*Pantalla de 600px*/
@media (max-width: 600px) { 
  
.windows{
  display: none;
}
.celular{
  display: block;
}


.titulonosotros {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    text-align: left;
    color: #bf3377;
    font-size: 4.5em;
}

.cuadroimg {
    width: 100%;
    height: 165px;
}

.wraps {
    position: relative;
    width: 100%;
    height: 165px;
    overflow: hidden;
}

.slider__row {
    display: flex;
    flex-direction: column;
    position: relative;
    top: 0;
    left: 0;
    height: 660px;
    animation: animate 12s infinite alternate;
}

@keyframes animate{
  0%{top: 0px}
  20%{top: 0px}
  25%{top:-165px}
  50%{top:-165px}
  55%{top:-330px}
  75%{top:-330px}
  80%{top:-495px}
  100%{top:-495px}
}

.textonosotros {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    text-align: left;
    color: #bf3377;
    font-size: 1.1em;
}

.tituloitemnosotros {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    text-align: left;
    color: #bf3377;
    font-size: 1.5em;
    margin-bottom: 15px;
}

.textoitemnosotros {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    text-align: left;
    color: #bf3377;
    font-size: 1em;
}

.fondonosotros {
    background-image: url('../img/Banner-nosotros.jpg');
    background-size: cover;
    background-position: center center;
    padding: 50px 0px !important;
    position: relative !important;
}

.subtitulobook {
    font-size: 1.2em;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    color: #bf3377;
}

.titulobook {
    font-size: 2em;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    color: #bf3377;
}

.form-label {
    margin-bottom: 1rem;
    font-size: 1.2em !important;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    color: #222223;
    margin-left: 20px;
}

.titulofooter {
     font-family: "Gayathri", sans-serif;
    font-weight: bold;
    text-align: center;
    color: #fff;
    font-size: 2em;
}

.letrasfooter {
    font-size: 1.2em;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    color: #fff;
}

.linkfooter {
    font-size: 1.2em;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

.titulolook{
  width: 100%;
  font-family: "Poppins", sans-serif !important;
  font-weight: 500 !important;
  font-size: 2.5em;
  color: #bf3377;
  text-align: center;
  text-transform: uppercase ;
}


.marquee {
  height:40px;
  display: flex;
  white-space: nowrap;
  color: #DDD;
  justify-content: flex-end;
  border: none;
  
  &[data-reversed="true"] {
    justify-content: flex-start;
  }
  
  span {
    display: block;
    padding: 0 .5ch;
  }
}

.arealetrasmov{
  padding: 0px !important; 
  overflow:hidden; 
  height: 90px;
}

.mapa{
  width:100%;
  height:400px;
}

.titulo2 {
    font-size: 2em;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    line-clamp: 1.2em !important;
    color: #fff;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}

.titulo1 {
    font-size: 2em;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}

.titulo3 {
    font-size: 2em;
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}

.mascaraletras {
    width: 90%;
    height: 40px;
    overflow: hidden;
}

.areabanner {
    padding: 0px !important;
    background-color: #333;
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.logo {
    margin-top: 11px;
    width: 80px;
    z-index: 1000;
}

.menus{
  display: none;
}

.menuscel{
 width: 60px;
 height: 60px;
 border-radius: 50%;
 position: fixed;
 top: 20px;
 right:50px;
 background-color: #bf3377;
 transition:all .5s ease-in-out;
 z-index: 10000000;
 display: flex;
  justify-content: center;
  align-items: center; 
  cursor: pointer;
}

.contimgcel{
  width: 100%;
  height: 250px;
  border-radius: 40px;
  background-color: #bf3377;
  border:solid 2px #bf3377;
  overflow: hidden;
  position: relative;
}

.tituloserv {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    text-align: left;
    color: #fff;
    font-size: 2em;
}

.arealetrasliderh {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, .5);
}

#pelo{
  display: block;
}

#pedic{
  display: none;
}

.linkmenus {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    text-decoration: none !important;
    color: #fff;
    text-align: center;
    padding: 5px 15px;
}

.areatextonosotros {
    width: 100%;
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical>.swiper-pagination-bullets {
    right: 12px !important;
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0px, -50%, 0);
    padding: 5px 5px !important;
    border: solid 2px #bf3377 !important;
    border-radius: 20px !important;
}

.swiper-pagination-bullet {
    width: 5px !important;
    height: 5px !important;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #bf3377) ;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}

.contenedorvertical{
  display: none;
   width: 50%;
}

.slidervertical {
    background: transparent;
    background-attachment: fixed;
    width: 100%;
    height: 290px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    border: none;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
    margin-bottom: 5px !important;
}

.palito {
    position: absolute;
    top: 15px;
    left: -8px;
    width: 39px;
    height: 290px;
}


.botonon {
    width: 90%;
    height: 60px;
    border-radius: 40px;
    border: solid 2px #bf3377;
    font-family: "Poppins", sans-serif !important;
    font-weight: 500;
    background-color: #bf3377;
    color: #fff;
    line-height: 30px;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 5%;
    margin-right: 5%;
}

.botonoff {
    width: 90%;
    height: 60px;
    border-radius: 40px;
    border: solid 2px #bf3377;
    font-family: "Poppins", sans-serif !important;
    font-weight: 500;
    background-color: transparent;
    color: #bf3377;
    line-height: 30px;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 5%;
    margin-right: 5%;
}

.areaparrafo {
    position: absolute;
    top: 10px;
    left: 20px;
    bottom: 10px;
    right: 20px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: flex-end;
}

.textoserv {
    display: none;
}

.tituloserv {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    text-align: left;
    color: #fff;
    font-size: 1.3em;
}

.botonGaleriaAbrir{
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-align: center;
  font-size: 2em;
  border: none;
  color: #222224;
  display: block;
  background-color: transparent;
}

.botonGaleriaCerrar{
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-align: center;
  font-size: 2em;
  border: none;
  color: #bf3377;
  display: none;
  background-color: transparent;
}

.imgupdown{
  width: 25px;
}

.galeria {
    width: 100%;
    margin: auto;
    list-style: none;
    padding: 0px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.galeria img {
    width: 20vh;
    height: 20vh;
    border-radius: 20px;
}

.margenrow{
      --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-0* var(--bs-gutter-y)) !important; 
    margin-right: calc(-0* var(--bs-gutter-x)) !important;  
    margin-left: calc(-0* var(--bs-gutter-x)) !important;  
}

.imagen img {
    width: 50vh;
    height: auto;
    max-width: 100%;
    border: 7px solid #fff;
    box-sizing: border-box;
}


}