
html {
    font-size: 62.5%;
    box-sizing: border-box; /* Hackpara Box Model*/
    font-family: "Rubik", sans-serif;
    font-style: normal; 
}
*, *:before, *:after {
    box-sizing: inherit;
}
body {
    font-size: 16px; /* 1rem = 10px */
    margin: 0;

    &.overflow-hidden {
      overflow: hidden;
    }
}

main{
    margin: 0 2rem 0 2rem;
}
.gota {
    background-image: url(/Img/cambios/Logo\ Honey\ Cake\ gota\ de\ agua2.png);
    position: relative;
    z-index: 3;
    background-repeat: repeat;
    background-size: contain;
}

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

.logoimg {
    height: 300px;
    width: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 2rem;
}
/**navegacion**/
.links-principal {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .5rem;
    position: relative;
    z-index: 1;

}
@media (min-width: 900px) {
    .links-principal {
        flex-direction: row;
        flex-flow: wrap;
        justify-content: center;
    }
    .logoimg {
      margin: 0 5rem 0 5rem;
    }
}
@media (max-width: 1200px) {
    .links-principal, .contenedor {
        display: flex;
        flex-flow: wrap;
        justify-content: center;
        align-items: center;
        padding: 0 7rem 0 7rem;
    }
}
@media (max-width: 490px) {
  .links-principal a {
    width: 70%;
  }
}
@media (max-width: 350px) {
  .links-principal a {
    width: 40%;
  }
}
@media (max-width: 899px) {
  .head {
    display: flex;
    flex-direction: column;
  }
}
.links-principal a {
    --glow-color: #fadcd69a;
    --glow-spread-color: #d8a69bd3;
    --btn-color: #795d574d;
    padding: 1rem 2em;
    background-color: #fadcd650;
    color: #795d57;
    font-size: 2rem;
    border-radius: 2.5rem;
    outline: none;
    -webkit-transition: all 0.3s;
    transition: all 0.1s;
    text-align: center;
    border: .2em solid rgba(253, 192, 192, 0.082);
  
}
.links-principal a:after {
    pointer-events: none;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 50%;
    width: 50%;
    -webkit-filter: blur(2em);
        filter: blur(5em);
        opacity: 1;
    -webkit-transform: perspective(1.5em) rotateX(35deg) scale(1, .6);
        transform: perspective(1.5em) rotateX(35deg) scale(1, .6);

} 
.links-principal a:hover {
    color: rgb(255, 251, 251);
    background-color: rgba(253, 192, 192, 0.76);

} 
.novedades {
    display: grid;
    align-items: center;
    justify-content: center;
    justify-items: center;
    text-align: center;
    font-size: 1.5rem;
    font-family: "Lobster Two", sans-serif;
    font-weight: 400;
    color: #693d33;
    margin-bottom: 2rem;
}
.contenido-novedades {
    font-size: 2.5rem;
    margin: 1rem 1rem 1rem 1rem;
    background-color: rgba(255, 255, 255, 0.596);
    border-radius: 2rem;
}
@media (max-width: 950px) {
    .contenedorpro {
        display: flex;
        flex-direction: column;
    }
   
}

.imgimg {
    background-image: url(../Img/mod1.jpg);
    height: 400px;
    width: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    border-radius: 5rem;
    z-index: -1;
}
.imgimg2 {
  background-image: url(../Img/cambios/push2.jpg);
  height: 450px;
  width: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  border-radius: 5rem;
  z-index: -1;
  transform: rotate(10deg);
  box-shadow: 2px 12px 80px -12px rgba(245,166,219,0.59);
}
.imgimg1 {
  background-image: url(../Img/cambios/push3.jpg);
  height: 450px;
  width: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  border-radius: 5rem;
  z-index: -1;
  transform: rotate(-10deg);
  box-shadow: 2px 12px 80px -12px rgba(245,166,219,0.59);
}
.imgimg22 {
  background-image: url(../Img/cambios/party.jpg);
  height: 480px;
  width: 450px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  border-radius: 5rem;
  z-index: -1;
  transform: rotate(-10deg);
  box-shadow: 2px 12px 80px -12px rgba(245,166,219,0.59);
}
.imgimg12 {
  background-image: url(../Img/cambios/promo.jpg);
  height: 450px;
  width: 490px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  border-radius: 5rem;
  z-index: -1;
  transform: rotate(10deg);
  box-shadow: 2px 12px 80px -12px rgba(245,166,219,0.59);
}

@media (max-width: 520px) {
  .imgimg1 {
    height: 260px;
    width: 230px;
  }
  .imgimg2 {
    height: 260px;
    width: 230px;

  }
  .imgimg12 {
    height: 260px;
    width: 230px;

  }
  .imgimg22 {
    height: 260px;
    width: 230px;

  }
}
@media (max-width: 300px) {
  .imgimg1 {
    height: 180px;
    width: 200px;
  }
  .imgimg2 {
    height: 180px;
    width: 200px;
  }
  .imgimg12 {
    height: 180px;
    width: 200px;
  }
  .imgimg22 {
    height: 180px;
    width: 200px;
  }
}
.promo {
  display: grid;
  grid-template-columns:50% 50%;
  align-items: center;
  justify-content: center;
  justify-items: center;
  margin-bottom: 3rem;
}
@media (max-width: 950px) {
  .promo {
      grid-template-columns: 1fr;
  }
  
}

.textp {
  text-align: center;
  font-size: 3rem;
  font-family: "Lobster Two", sans-serif;
  font-weight: 700;
  color: #693d33;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
}
.textnov {
    margin: 0 5rem 2rem 5rem;
    padding: 0 5rem 0 5rem;
}


@media (max-width: 899px) {
    .novedades {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 899px) {
    .imgimg {
        margin-top: 5rem;
    }
    .textnov {
      margin: 0;
    }
}
.titulo-catalogo {
    text-align: center;
    font-size: 3rem;
    font-style: oblique;
    margin-bottom: 5rem;
    font-family: "Lobster Two", sans-serif;
    font-weight: 400;
    color: #693d33;
}
.catalogo-contenedor{
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin: 7rem 0 5rem 0;

}
@media (max-width: 990px) {
    .catalogo-contenedor{
        display: grid;
        grid-template-columns: repeat(2, 1fr); 
        column-gap: 1rem; 
        align-items: center;
        justify-content: center;
    }
}
@media (max-width: 610px) {
    .catalogo-contenedor{
        display: flex;
        flex-direction: column;
        align-items: center;
        
    }
}

/** Combos **/
.ventana {
  left: 35%;
  position: absolute;
  top: 10%;

}
@media (max-width: 1000px) {
 .ventana {
  left: 35%;
 }
}
@media (max-width: 850px) {
  .ventana {
   left: 30%;
  }
}
@media (max-width: 650px) {
  .ventana {
   left: 20%;
  }
}
@media (max-width: 550px) {
  .ventana {
   left: 25%;
   
  }
}

.modal {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  place-items: center;
  animation: fadeIn ease-in 0.5s;
  z-index: 2;

}
.imgmodal {
  max-width: 40rem;
  position: absolute;
  border-radius: 1.5rem;
  z-index: 2;
}
@media (max-width: 550px) {
  .imgmodal {
    max-width: 30rem;
  }
}
@media (max-width: 450px) {
  .imgmodal {
    max-width: 20rem;
  }
}
.btn-cerrar {
  width: 4rem;
  height: 4rem;
  border-radius: 1.5rem;
  border: none;
  background-color: #573339;
  color: #ffffff;
  display: grid;
  place-items: center;
  font-weight: 700;
  cursor: pointer;
  position: absolute;
  inset: 10px 10px 5px 10px;
  z-index: 2;

}

/** Cardcatalogo **/
.cardcat {
    --card-color: #f0a6a66b;
    --blub-color: rgba(228, 86, 86, 0.452);
    position: relative;
    user-select: none;
    padding: 10px;
}
.back {
    background-color: rgba(255, 2, 2, 0.062);
}
.cardcat div {
    backdrop-filter: blur(15px);
    outline: .3rem solid var(--card-color);
    color: rgb(138, 74, 45);
    width: 250px;
    height: 320px;
    border-radius: 2rem;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: auto;
}
.cardcat div .check {
    fill: rgb(252, 119, 119);
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
}
  /**titulo tarjeta**/
.cardcat div strong {
    font-size: 2.5rem;
    align-items: center;
    margin-bottom: 1rem;
}
.cardcat div p {
    font-size: 2rem;
    margin: 0 0 0 0;
}
.cardcat div hr {
    border: none;
    border-top: .5rem solid var(--card-color);
    opacity: .5;
}
.cardcat div a {
    background-color: transparent;
    color: rgb(252, 119, 119);
    border: none;
    outline: .2rem solid var(--card-color);
    border-radius: 1.6rem;
    padding: 1rem 1rem;
    font-size: 2rem;
    transition: .2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .2em;
    margin-top: 2rem;
    font-family: "Lobster Two", sans-serif;
    font-weight: 400;
    font-style: oblique;
}
.cardcat div a .arrow {
    width: 20px;
    height: 20px;
    fill: rgb(252, 119, 119);
    transform: scale(0);
    transition: .3s;
}
.cardcat div a:hover .arrow {
    width: 20px;
    margin-left: 1rem;
    transform: scale(1);
}
.cardcat div a:hover {
    background-color: rgba(255, 105, 105, 0.411);
    color: rgb(255, 255, 255);
    cursor: pointer;
}
a {
    text-decoration: none;
    color: rgb(252, 119, 119);
}

/** Menu **/
.contenedor-menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    align-items: center;
    margin: 15rem 10rem 5rem 10rem;
}
.menu1 {
    background-color: rgba(231, 185, 185, 0.678);
    border-radius: 2rem;
    font-size: 2rem;
    color: rgb(109, 60, 17);
    width: 270px;
    height: 95%;
    text-align: left;
    margin: 1rem 1rem 0 5rem;
    grid-column: 1 / 2;
    border-style: dotted;
    border-color: #535353;
}
.menu5 {
  background-image: url(../Img/size.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 300px;
  height: 290px;
  text-align: left;
  margin: 1rem 1rem 0 5rem;
  grid-column: 1 / 1;
  grid-row: 1 / -3;
  border-style: dotted;
  border-radius: 2rem;
  border-color: #535353;
}
.titulo2 {
    font-size: 3rem;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    float: left;
    margin: 0 0 0 0;
    color: rgb(255, 111, 111);
    text-shadow: 1px 5px 1.5px #ffffff;
    padding: 0 .2rem 0 1rem;
    margin-left: -2.7rem;
    margin-top: .5rem;
}
.list {
    margin: 1.5rem 0 0 0;
    list-style-type: circle;
}
.menu2 {
    border-radius: 2rem;
    text-align: center;
    width: 310px;
    height: 100%;
    border-style: dotted;
    border-color: #535353;
    padding-top: 4rem;
    position: relative;
    grid-column: 2 / 3;
    grid-row: 1 / -4;
    color: rgb(109, 60, 17);

}
.list1 {
    font-size: 1.8rem;
    margin-top: 1rem;
}
.imgmenu {
    position: absolute;
    background-image: url(../Img/logo.webp);
    background-size: cover;
    background-repeat: no-repeat;
    width: 150px;
    height: 156px;
    top: -100px;
    left: 50px;
    border-radius: 2rem;
}
.menu3 {
    background-color: rgba(231, 185, 185, 0.678);
    border-radius: 2rem;
    font-size: 1.8rem;
    color: rgb(255, 254, 254);
    width: 270px;
    height: 60%;
    margin-bottom: 2rem;
    margin-top: 10rem;
    color: rgb(109, 60, 17);
    border-style: dotted;
    border-color: #535353;
}
.titulo3 {
    font-size: 3rem;
    margin: 0 0 0 0;
    color: rgb(255, 111, 111);
    text-shadow: 5px 1.5px 1.5px #ffffff;
    margin-top: .5rem;
    text-align: center;
    margin-top: -2.5rem;
    padding-right: 3rem;

}
.menu4 {
    background-color: rgba(231, 185, 185, 0.678);
    border-radius: 2rem;
    font-size: 2rem;
    color: rgb(109, 60, 17);
    border-style: dotted;
    border-color: #535353;
    width: 270px;
    height: 85%;
    margin-top: 2.5rem;
}
.titulo4 {
    font-size: 3rem;
    margin: 0 0 0 0;
    color: rgb(255, 111, 111);
    text-shadow: 5px 1.5px 1.5px #ffffff;
    margin-top: .5rem;
    text-align: center;
    margin-top: -2.5rem;
    text-align: center;
    padding-right: 8rem;
}
.slogan {
  font-size: 2rem;
  text-align: center;
  color: rgb(255, 111, 111);
  font-style: oblique; 
  font-weight: 400;
}
.list {
    margin: 1.5rem 0 0 0;
    list-style-type: circle;
}
.list3 {
    margin: 1rem 0 0 0;
    list-style-type: circle;
}
.list4 {
    margin: 1rem 0 1rem 0;
    list-style-type: circle;
}
@media (max-width: 1100px) {
    .contenedor-menu {
      grid-template-columns: 1fr 1fr;
      margin-top: 15rem;
      margin-bottom: 5rem;
    }
}
@media (max-width: 1100px) {
    .menu3 {
      height: 80%;
      margin-bottom: 0;
      margin-left: 5rem;
      margin-top: 3rem;
    }
}
@media (max-width: 1100px) {
    .menu4 {
      height: 80%;
    }
}
@media (max-width: 900px) {
    .contenedor-menu {
      margin: 15rem auto 5rem auto;
    }
}
@media (max-width: 700px) {
    .contenedor-menu {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
}
@media (max-width: 700px) {
    .menu2 {
      margin: 12rem 0 0 0;
    }
}
@media (max-width: 700px) {
    .menu3 {
      margin: 7rem 0 5rem 0;
    }
}
@media (max-width: 700px) {
    .menu4 {
      margin: 2rem 0 5rem 0;
    }
}

/** Galery **/
.contenedor-galery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    justify-items: center;
    align-items: center;
    margin: 3rem 8rem 0 8rem;
    padding: 3rem 10rem 3rem 10rem;
    gap: 2rem;
}

/** cakes **/
.img1 {
    background-image: url(../Img/cake-guitar.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 2rem;
    height: 370px;
    width: 320px;

}

.img2 {
    background-image: url(../Img/cake-jurasic.jpg);
    height: 370px;
    width: 320px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 2rem;
}

.img3 {
    background-image: url(../Img/cake-street.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 2rem;
    height: 370px;
    width: 320px;
}

.img4 {
    background-image: url(../Img/cake-frosting.jpg);
    height: 370px;
    width: 320px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 2rem;
}

.img5 {
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 2rem;
    height: 370px;
    width: 320px;
    background-image: url(../Img/fondanthd2.jpg);

}

.img6 {
  background-image: url(../Img/cremacongra.jpg);
  background-repeat: no-repeat;
    background-size: cover;
    border-radius: 2rem;
    height: 370px;
    width: 300px;
}

/** cupcakes **/
.img1-1 {
    background-image: url(../Img/cupcake3.jpg);
    background-repeat: no-repeat;
    border-radius: 2rem;
    height: 370px;
    width: 320px;
    background-size: cover;
    text-align: center;
}

.img2-1 {
    background-image: url(../Img/cupcake-frosting.jpg);
    background-repeat: no-repeat;
    border-radius: 2rem;
    height: 370px;
    width: 320px;
    background-size: cover;
    text-align: center;
}

.img3-1 {
    background-image: url(../Img/cupcakesbasic.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 2rem;
    height: 370px;
    width: 320px;
    align-items: center;
}
.img4-1 {
    background-image: url(../Img/browniesh.jpg);
    height: 370px;
    width: 320px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 2rem;
   
}
.img5-1 {
    background-image: url(../Img/cupcakecrema.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 2rem;
    height: 370px;
    width: 320px;
    align-items: center;
}
.img6-1 {
    background-image: url(../Img/brownies.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 2rem;
    height: 370px;
    width: 320px;
    align-content: center;
}
/** chocolateart **/
.img1-2 { 
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 2rem;
    height: 370px;
    width: 320px;
    background-image: url(../Img/smashheart-chocolate.jpg);

  }


.img2-2 {  
    height: 370px;
    width: 320px;    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 2rem;
    background-image: url(../Img/chocolate-strawberries.jpg);

}

.img3-2 {  
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 2rem;
    height: 370px;
    width: 320px;  
    background-image: url(../Img/cakesicles.jpg);
 
}

.img4-2 {  
    height: 370px;
    width: 320px;    background-repeat: no-repeat;
    background-size: cover; 
    border-radius: 2rem;
    background-image: url(../Img/chocolate-ramo.jpg);

}
.img5-2 {  
    background-image: url(../Img/fresasrosadas.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 2rem;
    height: 370px;
    width: 320px;

}
.img6-2 {  
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 2rem;
    height: 370px;
    width: 320px;
    background-image: url(../Img/cake-sicles.jpg);

}
.img1-3 {
  background-image: url(../Img/cambios/cafemenu.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2rem;
  height: 380px;
  width: 320px;

}

.img2-3 {
  background-image: url(../Img/cambios/menu.jpg);
  height: 380px;
  width: 320px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2rem;
}
.img1-3 {
  background-image: url(../Img/cambios/cafemenu.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2rem;
  height: 380px;
  width: 320px;

}

.img2-4 {
  background-image: url(../Img/cambios/menucol.jpg);
  height: 380px;
  width: 320px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2rem;
}
@media (max-width: 1200px) {
    .contenedor-galery {
      margin: 2rem 5rem 2rem 5rem;
    }
}
@media (max-width: 1100px) {
    .contenedor-galery {
      grid-template-columns: repeat(2, 1fr);
      margin: 5rem 10rem 5rem 10rem;
    }
}
@media (max-width: 900px) {
    .contenedor-galery {
      grid-template-columns: repeat(2, 1fr);
      margin: auto;
    }
}
@media (max-width: 750px) {
    .contenedor-galery {
      display: flex;
      flex-direction: column;
    }
}
a {
    text-decoration: none;
    color: rgb(252, 119, 119);
}
.pie {
    position: relative;
    text-align: center;
    font-size: 2.5rem;
    background-color: #ffa7a78c;
    border-radius: 5rem;
}
.titulo1 {
    text-align: center;
    font-size: 4rem;
    color: rgb(255, 111, 111);
    font-style: oblique; 
    font-weight: 700;
    padding-top: 3rem;
}

/** About **/

.about {
    text-align: center;
    font-size: 2rem;
    color: #693d33;
    font-style: oblique;
    font-weight: 300;
} 
.contenedorabout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    margin-top: 5rem;
    margin-bottom: 5rem;
    justify-items: center;
}
.image1 {
    background-image: url(../Img/cambios/mision.jpg);
    height: 370px;
    width: 295px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 3rem;
    transform: rotate(10deg);
    box-shadow: 2px 12px 80px -12px rgba(245,166,219,0.59);
}
.image2 {
  background-image: url(../Img/cambios/products.jpg);
  height: 370px;
  width: 295px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 3rem;
  transform: rotate(-10deg);
  box-shadow: 2px 12px 80px -12px rgba(245,166,219,0.59);
}
.image3 {
  background-image: url(../Img/about.webp);
  height: 370px;
  width: 295px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 3rem;
  transform: rotate(10deg);
  box-shadow: 2px 12px 80px -12px rgba(245,166,219,0.59);
}
.texta1 {
  text-align: left;
  margin-left: 2rem;
}
.textabout {
    font-size: 1.7rem;
    text-align: center;
    margin-right: 10rem;
    margin-bottom: 5rem;
    color: #693d33;
    background-color: rgba(255, 255, 255, 0.603);
    border-radius: 2rem;
}
@media (max-width: 1200px) {
    .image {
      margin-left: 10rem;
    }
    .textabout {
      margin-right: 15rem;
    }
}
@media (max-width: 1100px) {
    .image {
      margin-left: 5rem;
    }
    .textabout {
      margin-right: 5rem;
    }
}
@media (max-width: 980px) {
    .image {
      margin-left: 5rem;
    }
    .textabout {
      margin-right: 1rem;
    }
}
@media (max-width: 867px) {
    .image {
      margin-left: 1rem;
    }
    .textabout {
      margin-right: 3rem;
      margin-left: 1rem;
      margin-bottom: 3rem;
    }
}
@media (max-width: 790px) {
    .contenedorabout {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .textabout {
      margin: 1rem 0;
    }
    .image {
      margin: 0 0 0 0;
    }
}
a {
  text-decoration: none;
  color: rgb(252, 119, 119); 
}

/* reviews */
.contenedorw {
    display: grid;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;
    font-size: 16px;
    margin: 8rem 0 8rem 0;
  }
  .wrapper {
    max-width: 1100px;
    width: 100%;
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.815);
    border-radius: 2rem;

  }
  .wrapper i {
    top: 50%;
    height: 50px;
    width: 50px;
    cursor: pointer;
    font-size: 1.25rem;
    position: absolute;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: transform 0.1s linear;
  }
  .wrapper i:active{
    transform: translateY(-50%) scale(0.85);
  }
  .wrapper i:first-child{
    left: -22px;
  }
  .wrapper i:last-child{
    right: -22px;
  }
  .wrapper .carousel{
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% / 3) - 0.1rem);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 16px;
    border-radius: 8px;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }
  .carousel::-webkit-scrollbar {
    display: none;
  }
  .carousel.no-transition {
    scroll-behavior: auto;
  }
  .carousel.dragging {
    scroll-snap-type: none;
    scroll-behavior: auto;
  }
  .carousel.dragging .card {
    cursor: grab;
    user-select: none;
  }
  .carousel :where(.card, .img) {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
  }
  .carousel .card {
    scroll-snap-align: start;
    height: 320px;
    list-style: none;
    cursor: pointer;
    padding-bottom: 15px;
    flex-direction: column;
    border-radius: 5rem;
  }
  .card {
    scroll-snap-align: start;
    height: 400px;
    list-style: none;
    cursor: pointer;
    padding-bottom: 15px;
    border-radius: 5rem;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: baseline;
    align-content: space-evenly;
  }
  .carousel .card .img {
    background: #ff0000f6;
    height: 148px;
    width: 148px;
    border-radius: 50%;
  }
  @media screen and (max-width: 900px) {
    .wrapper .carousel {
      grid-auto-columns: calc((100% / 2) - 9px);
    }
  }
  @media screen and (max-width: 600px) {
    .wrapper .carousel {
      grid-auto-columns: 100%;
    }
  }
  .btn-conteiner {
    display: flex;
    justify-content: center;
    --color-text: #020200;
    --color-background: #d38979;
    --color-outline: #2bff0000;
    --color-shadow: #ff4d4d;
  }
  .btn-conteinerl {
    display: flex;
    justify-content: center;
    --color-text: #020200;
    --color-background: #d38979a6;
    --color-outline: #2bff0000;
    --color-shadow: #ff4d4d;
    transform: rotate(180deg);
  }
  .btn-content {
    display: flex;
    align-items: center;
    padding: 0px 5px;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    font-size: 25px;
    color: #d38979a6;
    transition: 1s;
    border-radius: 100px;
    box-shadow: 0 0 0.5em 0 var(--color-shadow);
  }
  .btn-content:hover,
  .btn-content:focus {
    transition: 0.5s;
    -webkit-animation: btn-content 1s;
    animation: btn-content 1s;
    outline: 0.1em;
    outline-offset: 0.2em;
    box-shadow: 0 0 0.4em 0 var(--color-shadow);
  }
  .btn-content .icon-arrow {
    transition: 0.5s;
    margin-right: 0px;
    transform: scale(0.6);
  }
  .btn-content:hover .icon-arrow {
    transition: 0.5s;
    margin-right: 25px;
  }
  .icon-arrow {
    width: 20px;
    margin-left: 5px;
    position: relative;
    top: 6%;
  }
  /* SVG */
  #arrow-icon-one {
    transition: 0.4s;
    transform: translateX(-60%);
  }
  #arrow-icon-two {
    transition: 0.5s;
    transform: translateX(-30%);
  }
  .btn-content:hover #arrow-icon-three {
    animation: color_anim 1s infinite 0.2s;
  }
  .btn-content:hover #arrow-icon-one {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.6s;
  }
  .btn-content:hover #arrow-icon-two {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.4s;
  }
  /* SVG animations */
  @keyframes color_anim {
    0% {
      fill: white;
    }
    50% {
      fill: rgba(253, 118, 118, 0.623);
    }
    100% {
      fill: #fa9e9e;
    }
  }
  /* Button animations */
  @-webkit-keyframes btn-content {
    0% {
      outline: 0.2em solid var(--color-background);
      outline-offset: 0;
    }
  }
  @keyframes btn-content {
    0% {
      outline: 0.2em solid var(--color-background);
      outline-offset: 0;
    }
  }
  .stars {
    display: block;
    grid-gap: 0.125rem;
    gap: 0.125rem;
    color: rgb(238, 203, 8);
    margin-top: 2.3rem;
    margin-left: 2rem;
  }
  .star {
    height: 2rem;
    width: 2rem;
  }
  .infos {
    margin-left: 1.5rem;
  }
  .date-time {
    color: rgb(7, 10, 216);
    font-size: 1.4rem;
    margin-left: 1rem;
    margin-bottom: 2rem;
  }
  .description {
    margin-top: 0.4rem;
    margin-right: 1rem;
    line-height: 1.625;
    color: rgb(165, 91, 31);
    font-size: 1.5rem;
  }
  .author {
    margin-top: 1.3rem;
    margin-left: 1.5rem;
    font-size: 1.4rem;
    line-height: 1.25rem;
    color: rgb(165, 91, 31);
  }
  .redes {
    display: grid;
    text-align: center;
    align-items: center;
    justify-items: center;
    place-content: center;
    margin-top: 6rem;
  }
  .icono {
    height: 70px;
    width: auto;
    margin: auto;
  }


/* Boton flotante */
.main {
    display: flex;
    flex-direction: column;
    gap: 0.3em;
  }
.up {
    display: flex;
    flex-direction: row;
    gap: 0.3em;
  }
  
  .down {
    display: flex;
    flex-direction: row;
    gap: 0.3em;
  }
  
  .card1 {
    width: 70px;
    height: 70px;
    outline: none;
    border: none;
    background: white;
    border-radius: 90px 5px 5px 5px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    transition: .2s ease-in-out;
  }
  
  .instagram {
    margin-top: 1.5em;
    margin-left: 1.2em;
    fill: #e6683c;
  }
  
  .card2 {
    width: 70px;
    height: 70px;
    outline: none;
    border: none;
    background: white;
    border-radius: 5px 90px 5px 5px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    transition: .2s ease-in-out;
  }
  
  .facebook {
    margin-top: 1.5em;
    margin-left: -.9em;
    fill: #03A9F4;
  }
  
  .card3 {
    width: 70px;
    height: 70px;
    outline: none;
    border: none;
    background: white;
    border-radius: 5px 5px 5px 90px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    transition: .2s ease-in-out;
  }
  
  .whatsapp {
    margin-top: -.6em;
    margin-left: 1.2em;
    fill: #00ff00;
  }
  
  .card4 {
    width: 70px;
    height: 70px;
    outline: none;
    border: none;
    background: white;
    border-radius: 5px 5px 90px 5px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    transition: .2s ease-in-out;
  }
  
  .gmail {
    margin-top: -.9em;
    margin-left: -1.2em;
    fill: #09a4ee;
  }
  
  .card1:hover {
    cursor: pointer;
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
  }
  
  .card1:hover .instagram {
    fill: white;
  }
  
  .card2:hover {
    cursor: pointer;
    background-color: #1877f2;
  }
  
  .card2:hover .facebook {
    fill: white;
  }
  
  .card3:hover {
    cursor: pointer;
    background-color: #00ff00;
  }
  
  .card3:hover .whatsapp {
    fill: white;
  }
  
  .card4:hover {
    cursor: pointer;
    background-color: #09a4ee;
  }
  
  .card4:hover .gmail {
    fill: white;
  }
  .btn-flotante {
      position: fixed;
      bottom: 10px;
      left: 20px;
      z-index: 99;
      
  }
  
  @media only screen and (max-width: 600px) {
       .btn-flotante {
          bottom: 20px;
          right: 20px;
      }
  }
  
  .button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border: none;
    background-color: #2d3fff;
  }
  
  .button:hover {
    background-color: #ffffffaf;
  }
  .button {
      position: fixed;
      bottom: 10px;
      left: 30px;
      z-index: 99;
  }
  
  @media only screen and (max-width: 600px) {
       .button {
          bottom: 20px;
          right: 20px;
      }
  }
  
  /* Contact */
  /**Formulario**/
  .contenedorcontact {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
    justify-content: center;
    justify-items: center;
  }
  @media (max-width: 600px) {
    .contenedorcontact {
      grid-template-columns: 1fr;
      margin-top: 2rem;
    }
  }
  .imgcontact {
    background-image: url(/Img/cambios/contact.jpg);
    width: 350px;
    height: 350px;
    border-radius: 30%;
    background-repeat: no-repeat;
    background-size: cover;
  }
.textform {
    text-align: center;
    margin: 0 25rem;
    font-size: 2.2rem;
    font-style: oblique;
    letter-spacing: .2rem;
    color: #795d57;
  }
  @media (max-width: 768px) {
    .textform {
      margin: 0 6rem;
      padding: 0;
    }
  }
  @media (max-width: 500px) {
    .textform {
      margin: 0 2rem;
      padding: 0;
    }
  }
.introform {
    font-size: 2rem;
    font-weight: 100;
    font-style: italic;
    margin: 4rem 5rem 3rem 5rem;
    text-align: left;
    color: #795d57;
}
.row {
    display: flex;
    flex-direction: column;
    align-self: center;
    margin-top: 3rem;
    padding-bottom: 0.6em;
    background-color: rgba(255, 181, 181, 0.274);
    border-radius: 20px;
    margin-bottom: 7rem;
    border-radius: 3rem;
      -webkit-box-shadow: 0px 0px 10px 5px rgba(216,166,155,0.88);
    -moz-box-shadow: 0px 0px 10px 5px rgba(216,166,155,0.88);
    box-shadow: 0px 0px 10px 5px rgba(155, 120, 112, 0.88);
  } 
  .formf {
    text-align: center;
    color: #795d57;
    font-size: 2rem;
    background-color: transparent;
    align-self: center;
  }
  .name, .email, .subject {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    gap: 1em;
    border-radius: 10px;
    padding: 1rem 6rem 1rem 1rem;
    margin: 1.5rem 0 1.5rem 0;
    border: none;
    outline: none;
    color: #795d57;
    background-color: #ffcbcb8e;
    box-shadow: inset 2px 5px 10px rgba(255, 150, 150, 0.63);
  }
  .message {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    gap: 1em;
    border-radius: 10px;
    padding: 1rem 6rem 1rem 1rem;
    margin: 1.5rem 0 1.5rem 0;
    border: none;
    outline: none;
    color: #795d57;
    background-color: #ffcbcb8e;
    box-shadow: inset 2px 5px 10px rgba(255, 150, 150, 0.63);
  
  }
  .col-md-8, .templatemo_contactform {
    background: none;
    border: none;
    outline: none;
    width: 100%;
    color: #ffffff;
    padding-inline: 1em;
    font-family: "Lobster Two", sans-serif;
    font-weight: 400;
    font-style: oblique;
    font-size: 2rem;
  }
  .templatemo_contacttitle {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .btnform {
    display: inline-block;
    width: 150px;
    height: 50px;
    border-radius: 10px;
    border: 2px solid #d69b8ed7;
    position: relative;
    overflow: hidden;
    transition: all 0.2s ease-in;
    z-index: 1;
   }
   
   .btnform:before,
   .btnform:after {
    content: '';
    position: absolute;
    top: 0;
    width: 0;
    height: 100%;
    transform: skew(15deg);
    transition: all 0.2s;
    overflow: hidden;
    z-index: -1;
   }
   
   .btnform:before {
    left: -10px;
    background: #f59595;
   }
    
   .btnform:after {
    right: -10px;
    background: #915d5d;
   }
   
   .btnform:hover:before,
   .btnform:hover:after {
    width: 58%;
   }
   
   .btnform:hover span {
    color: #ffffff;
    transition: 0.2s;
   }
   
   .btnform span {
    color: #a37c73;
    font-size: 18px;
    transition: all 0.2s ease-in;
   }
  .form-card1 {
    border-radius: 22px;
    padding-top: 1rem;
    transition: all 0.3s;
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    align-items: center;
    justify-content: space-between;
    align-content: space-between;
    text-align: center;
    background-size: contain;
    background-repeat: repeat;
  }
  
.form-file__action input {
	width: 0;
	height: 0;
	opacity: 0;
	display: none;
}
.form-file__result {
	cursor: pointer;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 200px;
	background-color: #ffcbcb8e;
	border-radius: 50px;
	border: 1px dashed #000000;
	z-index: 10;
  margin-top: 15px;
  margin-bottom: 15px;
}
.form-file__result::after {
	content: 'Upload image';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	height: 100%;
	width: 100%;
	color: #997c7c;
	display: flex;
	justify-content: center;
	align-items: center;
  z-index: 100;
}
.form-file__result img {
  position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 50;
  z-index: 500;
}
.form-file__result--active {
	background-color: rgba(82, 81, 79, 0.314);
}

  @media (max-width: 800px) {
    .map, .form-card1, .map iframe{
        display: flex;
        flex-direction: column;
    }
  }
  .map {
      position:relative;
  }
  .map iframe {
      height:300px;
      width:300px;
      position:relative;
      border-radius: 3rem;
      -webkit-box-shadow: 0px 0px 10px 5px rgba(216,166,155,0.88);
    -moz-box-shadow: 0px 0px 10px 5px rgba(216,166,155,0.88);
    box-shadow: 0px 0px 10px 5px rgba(216,166,155,0.88);
  }
  @media (max-width: 800px) {
      .map, .form-card1, .map iframe{
          display: flex;
          flex-direction: column;
          margin: 2rem 0;
      }
  }
  .tmap {
      color: rgb(165, 91, 31);
      font-size: 2rem;
      background-color: rgba(255, 255, 255, 0.678);
      border-radius: 10rem;
  }

  
/** Footer **/
.contenedor-footer1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  justify-content: space-between;
  align-content: space-between;
  color: rgb(138, 74, 45);
  text-align: center;
  font-size: 2rem;
  margin-top: 5rem;
  padding-top: 3rem;
  background-image: linear-gradient(to bottom, rgba(255,0,0,0), rgb(255, 221, 221));
  display: grid;
  text-align: center;
  align-items: center;
  justify-items: center;
  place-content: center;
}
.footer {
  text-align: center;
  margin-top: 2rem;
  grid-column: 1 / 4 ;
  font-size: 1.3rem;
  
}
.redes {
  display: grid;
  text-align: center;
  align-items: center;
  justify-items: center;
  place-content: center;
}
.icono {
  height: 70px;
  width: auto;
  margin: auto;
}
@media (max-width: 768px) {
  .contenedor-footer1 {
      display: flex;
      flex-direction: column;
      text-align: center;
      margin-top: 8rem;
  }
}
.horarios {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 4rem;
  font-weight: 700;
}
.foot {
  margin-top: 2rem;
  margin-bottom: 5rem;
  font-size: 2rem;
  font-weight: 700;
}
.p {
  font-style: normal;
}
.p1 {
  font-style: normal;
  font-size: 2rem;
  font-weight: 400;
}
.hor {
  margin-bottom: 4.5rem;
}
.dir {
  margin-top: 4rem;
  padding-top: 1rem;
}
.follow {
  margin-bottom: 5rem;
  font-size: 2rem;
  font-weight: 700;
} 
