@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200&family=Megrim&display=swap");
.cuidar {
  margin-top: 150px;
  margin-bottom: 150px;
}
.cuidar .flexCuidar {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cuidar .flexCuidar h2 {
  max-width: 950px;
  text-align: center;
  font-size: 5vh;
  font-family: "Megrim", sans-serif;
  color: #E7AB79;
  margin-bottom: 40px;
  margin-top: 40px;
  margin-left: 10px;
  margin-right: 10px;
}
.cuidar .flexCuidar p {
  text-align: center;
  max-width: 950px;
  text-shadow: rgb(255, 4, 167) 1px 0 10px;
  font-weight: bolder;
  font-size: 28px;
  font-family: "Megrim", sans-serif;
  color: #E7AB79;
  margin-top: 40px;
  margin-left: 10px;
}
.cuidar .flexCuidar ol {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-right: 15px;
}
.cuidar .flexCuidar ol li {
  max-width: 950px;
  font-size: 20px;
  font-family: "Manrope", sans-serif;
  color: #E7AB79;
  list-style: none;
}
.cuidar .flexCuidar ol li span {
  font-family: "Megrim", sans-serif;
  font-weight: bold;
  text-shadow: rgb(103, 3, 90) 1px 0 10px;
  font-size: 25px;
}

.carruselPositon {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

header {
  height: 100px;
  background-color: rgb(81, 60, 67);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  header {
    height: 80px;
  }
}

.navBar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .navBar {
    justify-content: flex-start;
  }
}
.navBar .estiloLis {
  display: flex;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .navBar .estiloLis {
    flex-direction: column;
    align-items: center;
    margin-right: 20px;
    background-color: rgb(81, 60, 67);
    position: fixed;
    left: 0;
    top: 60px;
    width: 100%;
    padding: 20px 0;
    /*height: calc(100% - 60px);
    overflow-y: auto;*/
    left: 100%;
    transition: left 0.3s;
  }
}
@media screen and (max-width: 768px) {
  .navBar .estiloLis_visible {
    left: 0;
    transition: left 0.3s;
  }
}
.navBar .logo4 {
  width: 90px;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .navBar .logo4 {
    width: 60px;
  }
}
.navBar .logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navBar .naVtoggle {
  color: white;
  background: none;
  border: none;
  font-size: 30px;
  padding: 0 20px;
  line-height: 60px;
  display: none;
}
@media screen and (max-width: 768px) {
  .navBar .naVtoggle {
    display: block;
    margin-left: auto;
  }
}
.navBar .navItemslink {
  text-decoration: none;
  font-size: 18px;
  line-height: 50px;
  padding: 15px 10px;
  color: #E7AB79;
  font-family: "Manrope", sans-serif;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.navBar .navItemslink:hover {
  color: #E7AB79;
}
.navBar li {
  list-style: none;
  color: #E7AB79;
}
.navBar ul li {
  position: relative;
  margin: 0 10px;
}
.navBar ul li::before {
  content: "";
  height: 3px;
  width: 0;
  background-color: #E7AB79;
  position: absolute;
  left: 0;
  bottom: -5px;
  transition: 0.4s ease-out;
}
.navBar ul li:hover::before {
  width: 100%;
}

nav ul {
  position: -webkit-sticky;
  position: sticky;
  background-color: rgb(81, 60, 67);
}

.primeraSec {
  padding: 15%;
  margin-top: 120px;
  background-image: url(../img/backgro2.jpg);
  background-size: 100%;
}
.primeraSec h1 {
  margin-top: 55px;
  font-size: 35px;
  text-align: center;
  font-family: "Megrim", sans-serif;
  font-size: 6.5vh;
  color: #4C3A51;
}
.primeraSec .botonPosition {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
.primeraSec .botonUno {
  margin-bottom: 12px;
  font-size: 25px;
  border-radius: 20px;
  background-color: rgb(81, 60, 67);
  color: #E7AB79;
  padding: 0.2rem 1rem;
  font-family: "Manrope", sans-serif;
  font-weight: bold;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  border: rgb(81, 60, 67);
  transition: 1s;
}
@media screen and (max-width: 576px) {
  .primeraSec .botonUno {
    font-size: 15px;
  }
}
.primeraSec .botonUno:hover {
  background-color: #E7AB79;
  color: rgb(81, 60, 67);
}

.tituloUno {
  margin-top: 30px;
  padding: 1%;
  font-family: "Manrope", sans-serif;
  color: #E7AB79;
  text-align: center;
  background-color: #4C3A51;
}
@media screen and (max-width: 576px) {
  .tituloUno {
    font-size: 20px;
  }
}

.resumenUno {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 5px;
}
@media screen and (max-width: 992px) {
  .resumenUno {
    flex-direction: column;
  }
}
.resumenUno .parRa {
  font-size: 25px;
  line-height: 1.5;
  font-family: "Manrope", sans-serif;
  color: #E7AB79;
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 992px) {
  .resumenUno .parRa {
    font-size: 22.5px;
  }
}
@media screen and (max-width: 768px) {
  .resumenUno .parRa {
    font-size: 20px;
  }
}
@media screen and (max-width: 576px) {
  .resumenUno .parRa {
    font-size: 15px;
  }
}
.resumenUno .clauImg {
  width: 500px;
  margin: 5px;
  border-radius: 5px;
}
@media screen and (max-width: 992px) {
  .resumenUno .clauImg {
    margin-top: 50px;
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .resumenUno .clauImg {
    display: none;
  }
}
.resumenUno .positonPa {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 50px;
}
.resumenUno .botonDos {
  border-radius: 20px;
  margin-top: 50px;
  background-color: #E7AB79;
  color: #4C3A51;
  padding: 0.2rem 1rem;
  font-family: "Manrope", sans-serif;
  transition: 1s;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  font-size: 20px;
  font-weight: bold;
  border: #E7AB79;
}
@media screen and (max-width: 576px) {
  .resumenUno .botonDos {
    font-size: 15px;
  }
}
.resumenUno .botonDos:hover {
  background-color: rgb(81, 60, 67);
  color: #E7AB79;
}

.segundaSec h1 {
  font-size: 35px;
  margin-bottom: 35px;
  padding: 1%;
  font-family: "Manrope", sans-serif;
  color: #E7AB79;
  text-align: center;
  background-color: #4C3A51;
}
@media screen and (max-width: 576px) {
  .segundaSec h1 {
    font-size: 20px;
  }
}
.segundaSec .imgSize {
  border-radius: 10px;
  width: 300px;
}
.segundaSec .btn3 {
  display: flex;
  justify-content: center;
}
.segundaSec .btn3 .botonTres {
  margin-bottom: 50px;
  margin-top: 50px;
  border-radius: 20px;
  background-color: #E7AB79;
  color: #4C3A51;
  padding: 0.2rem 1rem;
  transition: 1s;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: bold;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  border: #E7AB79;
}
@media screen and (max-width: 576px) {
  .segundaSec .btn3 .botonTres {
    font-size: 15px;
  }
}
.segundaSec .btn3 .botonTres:hover {
  background-color: rgb(81, 60, 67);
  color: #E7AB79;
}
.segundaSec .loqueHimg {
  position: relative;
  width: 100%;
  margin: 0px auto;
  display: grid;
  grid-gap: 20px;
  justify-items: center;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-template-areas: "divProduct1 divProduct2 divProduct3" "divProduct4 divProduct5 divProduct6";
}
.segundaSec .loqueHimg .divProduct1 {
  grid-area: divProduct1;
  position: relative;
}
.segundaSec .loqueHimg .divProduct2 {
  grid-area: divProduct2;
  position: relative;
}
.segundaSec .loqueHimg .divProduct3 {
  grid-area: divProduct3;
  position: relative;
}
.segundaSec .loqueHimg .divProduct4 {
  grid-area: divProduct4;
  position: relative;
}
.segundaSec .loqueHimg .divProduct5 {
  grid-area: divProduct5;
  position: relative;
}
.segundaSec .loqueHimg .divProduct6 {
  grid-area: divProduct6;
  position: relative;
}
@media screen and (max-width: 992px) {
  .segundaSec .loqueHimg {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-template-areas: "divProduct1 divProduct2" "divProduct3 divProduct4" "divProduct5 divProduct6";
  }
}
@media screen and (max-width: 768px) {
  .segundaSec .loqueHimg {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "divProduct1" "divProduct2" "divProduct3" "divProduct4" "divProduct5" "divProduct6";
  }
}
@media screen and (max-width: 576px) {
  .segundaSec .loqueHimg img {
    height: auto;
    width: 200px;
  }
}
.segundaSec .loqueHimg .overlay {
  position: absolute;
  bottom: 5px;
  left: 0;
  background: rgba(255, 255, 255, 0.584);
  border-radius: 10px;
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: 0.5s ease;
}
.segundaSec .loqueHimg .tituloImg {
  font-family: "Manrope", sans-serif;
  position: absolute;
  font-size: 25px;
  color: #000;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.segundaSec .loqueHimg .divProduct1:hover .overlay {
  height: 98.5%;
  cursor: pointer;
}
.segundaSec .loqueHimg .divProduct2:hover .overlay {
  height: 98.5%;
  cursor: pointer;
}
.segundaSec .loqueHimg .divProduct3:hover .overlay {
  height: 98.5%;
  cursor: pointer;
}
.segundaSec .loqueHimg .divProduct4:hover .overlay {
  height: 98.5%;
  cursor: pointer;
}
.segundaSec .loqueHimg .divProduct5:hover .overlay {
  height: 98.5%;
  cursor: pointer;
}
.segundaSec .loqueHimg .divProduct6:hover .overlay {
  height: 98.5%;
  cursor: pointer;
}

footer {
  top: 30px;
  background-color: #4C3A51;
  padding: 20px;
}
footer h2 {
  color: #E7AB79;
  text-align: center;
  font-family: "Manrope", sans-serif;
}
@media screen and (max-width: 576px) {
  footer h2 {
    font-size: 18px;
  }
}
footer .icons {
  display: grid;
  grid-template-columns: 100px 100px 100px;
  justify-content: center;
  justify-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
footer .icons img {
  width: 40px;
  margin-left: 10px;
}
footer .infoFooter {
  display: grid;
  justify-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
footer .infoFooter p {
  color: #E7AB79;
  font-family: "Manrope", sans-serif;
}
@media screen and (max-width: 576px) {
  footer .infoFooter p {
    font-size: 15px;
  }
}
footer .marca {
  font-family: "Manrope", sans-serif;
  top: 20px;
  position: relative;
  text-align: center;
}

.seccionMi {
  margin-top: 50px;
}
.seccionMi h1, .seccionMi h3 {
  font-size: 30px;
  position: relative;
  color: #E7AB79;
  top: 100px;
  text-align: center;
  background-color: #4C3A51;
  font-family: "Manrope", sans-serif;
  padding: 1%;
  margin-bottom: 130px;
}
.seccionMi p {
  color: #E7AB79;
  font-size: 25px;
  line-height: 1.5;
  font-family: "Manrope", sans-serif;
  text-align: center;
  width: 100%;
  margin: 50px;
}
@media screen and (max-width: 768px) {
  .seccionMi p {
    font-size: 20px;
  }
}
@media screen and (max-width: 576px) {
  .seccionMi p {
    font-size: 15px;
  }
}
.seccionMi img {
  height: 400px;
  border-radius: 200px;
  margin: 100px;
}
@media screen and (max-width: 768px) {
  .seccionMi img {
    height: 300px;
    margin: 0px;
  }
}
@media screen and (max-width: 576px) {
  .seccionMi img {
    height: 250px;
    margin: 0px;
    margin-bottom: 10px;
  }
}
.seccionMi .contenidoMi, .seccionMi .contenidoMi2 {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .seccionMi .contenidoMi, .seccionMi .contenidoMi2 {
    flex-direction: column;
  }
}
.seccionMi span {
  text-shadow: rgb(255, 4, 167) 1px 0 10px;
  font-family: "Megrim", sans-serif;
  font-weight: bolder;
}

.loQuehago {
  margin-top: 30px;
}
.loQuehago p {
  max-width: 950px;
  color: #E7AB79;
  font-size: 25px;
  line-height: 1.5;
  font-family: "Manrope", sans-serif;
  text-align: center;
  margin: 20px;
}
@media screen and (max-width: 992px) {
  .loQuehago p {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .loQuehago p {
    font-size: 15px;
  }
}
.loQuehago h1 {
  font-size: 40px;
  position: relative;
  color: #E7AB79;
  top: 100px;
  text-align: center;
  font-family: "Manrope", sans-serif;
  padding: 1%;
  margin-bottom: 120px;
}
.loQuehago h2 {
  color: #E7AB79;
  text-align: center;
  background-color: #4C3A51;
  font-family: "Manrope", sans-serif;
  padding: 1%;
  font-size: 20px;
}
.loQuehago .loquehagoImagenes {
  width: 300px;
  border-radius: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .loQuehago .loquehagoImagenes {
    width: 200px;
  }
}
.loQuehago .loquehagoX {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.loQuehago .fontP p {
  text-shadow: rgb(255, 4, 167) 1px 0 10px;
  font-weight: bolder;
  font-size: 28px;
  font-family: "Megrim", sans-serif;
}
.loQuehago .imgDiv1, .loQuehago .imgDiv3, .loQuehago .imgDiv2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 992px) {
  .loQuehago .imgDiv1, .loQuehago .imgDiv3, .loQuehago .imgDiv2 {
    flex-direction: column;
  }
}
.loQuehago .amigurumi {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.loQuehago .maquina {
  display: flex;
  justify-content: center;
}
.loQuehago .dosAgu {
  display: flex;
  justify-content: center;
}

.encargues {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 100px;
  margin-top: 120px;
  gap: 30px;
}
.encargues .tituloComo {
  font-size: 40px;
  text-decoration: underline;
  color: #E7AB79;
  top: 100px;
  text-align: center;
  font-family: "Manrope", sans-serif;
  padding: 4%;
}
@media screen and (max-width: 992px) {
  .encargues .tituloComo {
    font-size: 30px;
  }
}
@media screen and (max-width: 576px) {
  .encargues .tituloComo {
    font-size: 25px;
  }
}
.encargues .comoText {
  max-width: 950px;
  color: #E7AB79;
  font-size: 25px;
  line-height: 1.5;
  font-family: "Manrope", sans-serif;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .encargues .comoText {
    font-size: 20px;
  }
}
@media screen and (max-width: 576px) {
  .encargues .comoText {
    font-size: 15px;
  }
}

.segundoTitulo {
  font-size: 40px;
  text-decoration: underline;
  color: #E7AB79;
  top: 100px;
  text-align: center;
  font-family: "Manrope", sans-serif;
  padding: 4%;
}
@media screen and (max-width: 992px) {
  .segundoTitulo {
    font-size: 30px;
  }
}
@media screen and (max-width: 576px) {
  .segundoTitulo {
    font-size: 25px;
  }
}

.tarjetasFlex {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
  min-height: 100vh;
}
.tarjetasFlex .card .face {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.5s;
}
.tarjetasFlex .card {
  position: relative;
  width: 300px;
  height: 350px;
  margin: 20px;
}
.tarjetasFlex .card .front {
  transform: perspective(600px) rotateY(0deg);
  box-shadow: 0 5px 10px #000;
}
.tarjetasFlex .card .front img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tarjetasFlex .card .front h5 {
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 45px;
  line-height: 45px;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
}
.tarjetasFlex .card .back {
  transform: perspective(600px) rotateY(180deg);
  background: #4C3A51;
  color: #f3f3f3;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
  box-shadow: 0 5px 10px #000;
}
.tarjetasFlex .card .back h5 {
  font-family: "Manrope", sans-serif;
  font-size: 30px;
  margin-top: 20px;
  letter-spacing: 2px;
}
.tarjetasFlex .card .back p {
  padding: 10px;
  font-family: "Manrope", sans-serif;
  text-align: left;
}
.tarjetasFlex .card:hover .front {
  transform: perspective(600px) rotateY(180deg);
}
.tarjetasFlex .card:hover .back {
  transform: perspective(600px) rotateY(360deg);
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body {
  background-color: #774360;
}/*# sourceMappingURL=style.css.map */