@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Allura&family=Bitter&family=Clicker+Script&family=Cookie&family=Gabriela&family=Great+Vibes&family=Handlee&family=MonteCarlo&family=Montserrat+Alternates&family=Parisienne&family=Playball&family=Poppins&family=Rancho&family=Roboto&family=Rochester&display=swap");
@font-face {
  font-family: "Beautyofthebeast";
  src: url(../assets/fonts/Beautyofthebeast-1VpM.ttf);
}
@font-face {
  font-family: "ArastinStd";
  src: url(../assets/fonts/Arastin\ Std.ttf);
}
@font-face {
  font-family: "ArastinPro";
  src: url(../assets/fonts/Arastin\ Pro.ttf);
}
@font-face {
  font-family: "ArastinScript";
  src: url(../assets/fonts/Arastin\ Script.ttf);
}
@font-face {
  font-family: "AntariskaliaSignature";
  src: url(../assets/fonts/Antariskalia\ Signature.ttf);
}
@font-face {
  font-family: "AntariskaliaItalic";
  src: url(../assets/fonts/Antariskalia\ Signature\ Italic.ttf);
}
@font-face {
  font-family: "HelloValentina";
  src: url(../assets/fonts/Hello\ Valentina.ttf);
}
:root {
  /* Colors Prx Creations */
  --gold-color: #AB7D3B;
  --blueText-color: #000;
  --btnsBlueLight: #4D5D75;
  --btnsRedLight: #83283B;
  --purple-color: #6D427C;
  --gray-color: #393939;
  --greenLight: #00A9AC;
  --btnsRose: #E97B92;
  /* Family Fonts */
  --GreatVibes-family: "Great Vibes", cursive;
  --MonteCarlo-family: "MonteCarlo", cursive;
  --Montserrat-family: "Montserrat Alternates", sans-serif;
  --Poppins-family: "Poppins", sans-serif;
  --Beautyofthebeast-family: "Beautyofthebeast";
  --ClickerScript-family: "Clicker Script", cursive;
  --Cookie-family: "Cookie", cursive;
  --ArastinStd-family: "ArastinStd";
  --ArastinPro-family: "ArastinPro";
  --ArastinScript-family: "ArastinScript";
  --AntariskaliaSignature-family: "AntariskaliaSignature";
  --AntariskaliaItalic-family: "AntariskaliaItalic";
  --HelloValentina-family: "HelloValentina";
  --Rochester-family: "Rochester", cursive;
  --Handlee-family: "Handlee", cursive;
  --Rancho-family: "Rancho", cursive;
  --Roboto-family: "Roboto", sans-serif;
  --Gabriela-family: "Gabriela", serif;
}

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

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  font-family: var(--Rancho-family);
  color: var(--gray-color);
  background-color: #F5FDFF;
  /* background-image: url(../assets/images/fondo-textura.jpg);
  background-size: cover; */
}

header {
  width: 100%;
  height: 8vh;
  min-height: 5rem;
  background-color: #000;
  position: sticky;
  top: -1px;
  z-index: 100;
  font-family: "Montserrat Alternates", sans-serif;
}
header nav {
  width: 80%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  background-color: var(--secondary-color);
  margin: 0 auto;
  align-items: center;
}
header nav .nav__logo-container {
  width: 150px;
  height: 50px;
  grid-column: 1/1;
  grid-row: 1/1;
}
header nav .nav__logo-container img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
header nav .navigation {
  display: none;
  background-color: #000;
  z-index: 100;
}
header nav .navigation li {
  list-style: none;
}
header nav .navigation li a {
  text-decoration: none;
  display: inline-block;
  color: #fff;
  margin: 10px 0;
  font-size: 2.5rem;
  background-image: linear-gradient(270deg, #fff 0.81%, #000000 100%);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size 0.3s;
  padding-bottom: 3px;
}
header nav .navigation li a:hover, header nav .navigation li a:focus {
  background-size: 100% 2px;
}
header nav .navigation.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 101;
}
header nav .toggle {
  position: relative;
  width: 32px;
  height: 40px;
  display: flex;
  justify-self: flex-end;
  align-items: center;
  z-index: 100000;
  cursor: pointer;
}
header nav .toggle::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: white;
  transform: translateY(-10px);
  box-shadow: 0 10px 0 white;
  transition: 0.25s;
}
header nav .toggle::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: white;
  transform: translateY(10px);
  transition: 0.25s;
}
header nav .toggle.active {
  right: 10%;
}
header nav .toggle.active::before {
  transform: translateY(0px) rotate(45deg);
  box-shadow: 0 0 0 white;
}
header nav .toggle.active::after {
  transform: translateY(0px) rotate(-45deg);
}

.date__section .date__section-container .banderas {
  width: 100%;
}
.date__section .date__section-container .title {
  font-family: var(--Gabriela-family);
  text-align: center;
  font-size: 6rem;
  color: var(--greenLight);
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.imgAlone__section {
  display: flex;
  justify-content: center;
  position: relative;
}
.imgAlone__section .imgAlone__section-container {
  padding-top: 3rem;
}
.imgAlone__section .imgAlone__section-container img {
  max-width: 100%;
  animation: floating 2s ease-in-out infinite;
}
.imgAlone__section .goldImg9 {
  position: absolute;
  top: 20%;
  right: 25%;
  z-index: -1;
  max-width: 100%;
}
.imgAlone__section .starImg8 {
  position: absolute;
  bottom: 0;
  left: 10%;
  z-index: -1;
  max-width: 100%;
  animation: floating 2.5s ease-in-out infinite;
}

.main__date {
  margin: 3rem 0;
  font-size: 3.6rem;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: linear-gradient(90deg, #00A9AC 35.13%, #00A9AC 64.49%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main__date .date-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  align-items: center;
}
.main__date .date-container .box {
  min-height: 8.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: solid 3px #00A9AC;
  padding-right: 1rem;
  padding-left: 1rem;
}
.main__date .date-container .last {
  border-right: none;
}

.postAlone__section {
  width: 100%;
  position: relative;
}
.postAlone__section .postAlone__section-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.postAlone__section .nameTitle {
  font-size: 6rem;
  font-family: var(--Gabriela-family);
  text-align: center;
  color: var(--greenLight);
  padding-bottom: 3rem;
}
.postAlone__section .separador {
  display: grid;
  grid-template-columns: 1fr 3rem 1fr;
  gap: 0.5rem;
  padding-bottom: 3rem;
}
.postAlone__section .separador .line {
  align-self: center;
  width: 10rem;
  max-width: 100%;
  height: 0.2rem;
  background: linear-gradient(270deg, #000 0.81%, #000 100%);
}
.postAlone__section .description {
  width: 80%;
  text-align: center;
  font-size: 2.8rem;
  color: black;
  padding-bottom: 3rem;
}
.postAlone__section .starImg8 {
  position: absolute;
  top: 20%;
  right: 5%;
  z-index: -1;
  max-width: 100%;
  animation: floating 2.3s ease-in-out infinite;
}
.postAlone__section .starImg3 {
  position: absolute;
  top: 50%;
  left: 5%;
  z-index: -1;
  max-width: 100%;
  animation: floating 2.6s ease-in-out infinite;
}
.postAlone__section .goldImg9 {
  position: absolute;
  bottom: 14%;
  left: 12%;
  z-index: -1;
  max-width: 100%;
}

.namesPadres__section {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.namesPadres__section .namesPadres__section-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 80%;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 1.5rem;
  border: solid 1px #89AFAE;
  z-index: 2;
}
.namesPadres__section .namesPadres__section-container .event {
  font-size: 2.4rem;
  text-align: center;
  color: var(--purple-color);
}
.namesPadres__section .namesPadres__section-container .name {
  text-align: center;
  font-size: 6.4rem;
  font-family: var(--Gabriela-family);
  color: var(--purple-color);
}
.namesPadres__section .namesPadres__section-container .dayName {
  text-align: center;
  font-size: 2.8rem;
}
.namesPadres__section .namesPadres__section-container .date {
  text-align: center;
  font-family: var(--Gabriela-family);
  font-size: 2.8rem;
}
.namesPadres__section .namesPadres__section-container .separador {
  display: grid;
  grid-template-columns: 1fr 3rem 1fr;
  gap: 0.5rem;
}
.namesPadres__section .namesPadres__section-container .separador .line {
  align-self: center;
  width: 10rem;
  max-width: 100%;
  height: 0.2rem;
  background: linear-gradient(270deg, #000 0.81%, #000 100%);
}
.namesPadres__section .namesPadres__section-container .names-container {
  text-align: center;
}
.namesPadres__section .namesPadres__section-container .names-container .who {
  font-family: var(--Gabriela-family);
  font-size: 2.8rem;
  color: var(--greenLight);
  padding-top: 2rem;
  /* animation: bounceInUp 2s ease-in-out; */
}
.namesPadres__section .namesPadres__section-container .names-container .nameOne {
  font-size: 2.8rem;
  padding: 3rem 0;
}
.namesPadres__section .namesPadres__section-container .names-container .nameTwo {
  font-size: 2.8rem;
}
.namesPadres__section .greenImg14 {
  position: absolute;
  top: -20%;
  left: 0;
  z-index: -1;
  max-width: 100%;
}
.namesPadres__section .starImg3 {
  position: absolute;
  top: -5%;
  right: 5%;
  z-index: -1;
  max-width: 100%;
  animation: floating 2.8s ease-in-out infinite;
}

.counter__section {
  position: relative;
  /* display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; */
  padding-top: 5rem;
}
.counter__section .counter__section-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.counter__section .counter__section-container .title {
  padding-top: 3rem;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.counter__section .counter__section-container .title p {
  width: 60%;
  font-size: 3.2rem;
  font-family: var(--Gabriela-family);
  color: var(--greenLight);
}
.counter__section .counter__section-container .boxTimer {
  width: 90%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  padding: 3rem 0;
}
.counter__section .counter__section-container .boxTimer p {
  text-align: center;
  font-size: 2.8rem;
  padding: 2rem 0;
}
.counter__section .counter__section-container .boxTimer p span {
  font-size: 2.8rem;
}
.counter__section .counter__section-container .boxTimer .c2r2 {
  grid-column: 2/2;
}
.counter__section .babyImg3 {
  position: absolute;
  bottom: -5rem;
  z-index: -1;
  animation: floating 2s ease-in-out infinite;
}
.counter__section .greenImg15 {
  position: absolute;
  bottom: -10%;
  right: 0;
  z-index: -1;
  max-width: 100%;
}
.counter__section .starImg8 {
  position: absolute;
  z-index: -1;
  max-width: 100%;
  top: 0;
  left: 2%;
  animation: floating 2.5s ease-in-out infinite;
}
.counter__section .goldImg10 {
  position: absolute;
  z-index: -1;
  max-width: 100%;
  top: 2%;
  right: 25%;
}
.counter__section .starImg3 {
  position: absolute;
  z-index: -1;
  max-width: 100%;
  top: 5%;
  right: 3%;
  animation: floating 2.2s ease-in-out infinite;
}

.where__section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.where__section .title {
  font-size: 2.8rem;
  font-family: var(--Gabriela-family);
  color: var(--greenLight);
  padding-bottom: 3rem;
}
.where__section .where__section-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  font-size: 2.4rem;
}
.where__section .where__section-container .box {
  width: 80%;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 1.5rem;
  border: solid 1px #00A9AC;
  padding: 5rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 2rem;
  position: relative;
  z-index: 2;
}
.where__section .where__section-container .box .titleBox {
  font-size: 2.8rem;
  padding-bottom: 2rem;
}
.where__section .where__section-container .box .map__container {
  width: 90%;
  max-width: 100%;
}
.where__section .where__section-container .box .map__container iframe {
  border-radius: 1.5rem;
  max-width: 100%;
}
.where__section .where__section-container .box img {
  max-width: 100%;
  border-radius: 1.5rem;
}
.where__section .where__section-container .box .EventTitle {
  font-size: 2.8rem;
  font-family: var(--Gabriela-family);
  color: var(--greenLight);
  width: 80%;
  padding: 2rem 0;
}
.where__section .where__section-container .box .hour {
  padding-bottom: 2rem;
}
.where__section .where__section-container .box .address {
  width: 80%;
  padding: 2rem 0;
}
.where__section .where__section-container .box a {
  text-decoration: none;
  color: var(--greenLight);
  font-family: var(--Roboto-family);
  font-size: 1.5rem;
  z-index: 1;
  /* animation: elementor-animation-pulse 2s ease-in-out; */
}
.where__section .where__section-container .box a .btnEvent {
  border: 2px solid var(--greenLight);
  width: 17rem;
  height: 4.3rem;
  padding-left: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.where__section .where__section-container .box a .btnEvent .locationIcon {
  position: absolute;
  left: 1rem;
}

.gift__section {
  position: relative;
}
.gift__section .gift__section-container {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.gift__section .gift__section-container .title {
  font-family: var(--Gabriela-family);
  color: var(--greenLight);
  font-size: 2.8rem;
}
.gift__section .gift__section-container .imgLiverpool {
  max-width: 100%;
  padding-top: 3rem;
}
.gift__section .gift__section-container .btn__map {
  margin-left: 3rem;
}
.gift__section .gift__section-container .btn__map .ancla-btns {
  text-decoration: none;
}
.gift__section .gift__section-container .btn__map .ancla-btns .textMap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
}
.gift__section .gift__section-container .btn__map .ancla-btns .textMap .spot-btn {
  width: 5rem;
  height: 5rem;
  background-color: var(--btnsRose);
  border: 3px solid #C8C8C8;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -3rem;
}
.gift__section .gift__section-container .btn__map .ancla-btns .textMap .spot-btn img {
  width: 60%;
  height: 60%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gift__section .gift__section-container .btn__map .ancla-btns .textMap .mapText {
  background-color: var(--btnsRose);
  width: 12rem;
  height: 4rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 2rem 2rem 0;
  border: 3px solid #C8C8C8;
}
.gift__section .gift__section-container .btn__map .ancla-btns .textMap .mapText p {
  font-family: var(--Poppins-family);
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  width: 100%;
  color: white;
  padding-left: 1rem;
}
.gift__section .gift__section-container .rain {
  font-size: 2.6rem;
  text-align: center;
  padding: 3rem 0;
}
.gift__section .gift__section-container .sobreImg {
  padding-top: 3.5rem;
}
.gift__section .gift__section-container .text {
  font-size: 2.4rem;
}
.gift__section .gift__section-container .envelope-rain {
  font-size: 2.4rem;
  width: 80%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 3rem 0;
}
.gift__section .gift__section-container .whatsrain {
  width: 80%;
  font-size: 2.4rem;
}
.gift__section .starImg3 {
  position: absolute;
  top: 0;
  left: 5%;
  z-index: -1;
  max-width: 100%;
  animation: floating 2.6s ease-in-out infinite;
}
.gift__section .starImg8 {
  position: absolute;
  top: 20%;
  right: 10%;
  z-index: -1;
  max-width: 100%;
  animation: floating 2.2s ease-in-out infinite;
}
.gift__section .goldImg10 {
  position: absolute;
  bottom: 60%;
  left: 10%;
  z-index: -1;
  max-width: 100%;
}

.pasesBoda__section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 45rem;
  position: relative;
}
.pasesBoda__section .titles-container .h2-titles {
  font-size: 2.8rem;
  font-family: var(--Gabriela-family);
  color: var(--greenLight);
  font-weight: 400;
  text-align: center;
}
.pasesBoda__section .pasesBoda-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(1, 1fr);
  row-gap: 2rem;
  width: 90%;
  padding-top: 5rem;
}
.pasesBoda__section .pasesBoda-container .imgs-pasesBoda {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pasesBoda__section .pasesBoda-container .box-pasesBoda {
  /* grid-column: 2 / 3; */
  justify-self: center;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  width: 90%;
  min-height: 20rem;
  border: 1px solid transparent;
  border-radius: 1.5rem;
  border: solid 1px #00A9AC;
  background-color: rgba(255, 255, 255, 0.8);
}
.pasesBoda__section .pasesBoda-container .box-pasesBoda .title {
  font-size: 3.5rem;
  text-align: center;
  font-family: var(--Rancho-family);
  /* color: #4d4949; */
}
.pasesBoda__section .pasesBoda-container .box-pasesBoda .numPersonas {
  font-size: 2rem;
  text-align: center;
  font-family: var(--Poppins-family);
  /* color: #4d4949; */
}
.pasesBoda__section .pasesBoda-container .box-pasesBoda .numNinos {
  font-size: 2rem;
  text-align: center;
  font-family: var(--Poppins-family);
  /* color: #4d4949; */
}
.pasesBoda__section .background-pasesBoda {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80%;
  height: 44rem;
  background: url("../assets/images/fondo4.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: -1;
}
.pasesBoda__section .starImg3 {
  position: absolute;
  top: 5%;
  left: 15%;
  z-index: -1;
  max-width: 100%;
  animation: floating 2.2s ease-in-out infinite;
}
.pasesBoda__section .starImg8 {
  position: absolute;
  top: 25%;
  right: 7%;
  z-index: -1;
  max-width: 100%;
  animation: floating 2.6s ease-in-out infinite;
}
.pasesBoda__section .goldImg10 {
  position: absolute;
  top: 0;
  right: 10%;
  z-index: -1;
  max-width: 100%;
}

.confirmacion__section {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  position: relative;
}
.confirmacion__section .confirmacion__section-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 80%;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 1.5rem;
  border: solid 1px #00A9AC;
  padding: 2rem 0;
  text-align: center;
}
.confirmacion__section .confirmacion__section-container .name {
  font-size: 6.4rem;
  color: var(--greenLight);
  font-family: var(--Gabriela-family);
}
.confirmacion__section .confirmacion__section-container .separador {
  padding: 3rem 0;
  display: grid;
  grid-template-columns: 1fr 3rem 1fr;
  gap: 0.5rem;
}
.confirmacion__section .confirmacion__section-container .separador .line {
  align-self: center;
  width: 10rem;
  max-width: 100%;
  height: 0.2rem;
  background: linear-gradient(270deg, #000 0.81%, #000 100%);
}
.confirmacion__section .confirmacion__section-container .titleConfirmacion {
  font-size: 2.8rem;
}
.confirmacion__section .confirmacion__section-container .text {
  font-size: 2.4rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.3rem 0;
}
.confirmacion__section .confirmacion__section-container .text p {
  width: 80%;
}
.confirmacion__section .confirmacion__section-container .btns-WhatsApp {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  padding-bottom: 2rem;
}
.confirmacion__section .confirmacion__section-container .btns-WhatsApp .btns {
  width: 14rem;
  height: 5rem;
  border-radius: 1.5rem;
  border: none;
  box-shadow: 15px 15px 15px 0px rgba(0, 0, 0, 0.25) inset;
  display: flex;
  justify-content: center;
  align-items: center;
}
.confirmacion__section .confirmacion__section-container .btns-WhatsApp .btns span {
  font-family: var(--Poppins-family);
  font-size: 1.5rem;
  letter-spacing: 0.2rem;
  color: white;
}
.confirmacion__section .confirmacion__section-container .btns-WhatsApp .btn1 {
  background-color: #3B5998;
}
.confirmacion__section .confirmacion__section-container .btns-WhatsApp .btn2 {
  background-color: #F299D0;
}
.confirmacion__section .confirmacion__section-container .btns-WhatsApp .babyImg4 {
  position: absolute;
  left: 0;
  bottom: 0;
}
.confirmacion__section .confirmacion__section-container .babyImg4 {
  position: absolute;
  right: -2%;
  bottom: 17%;
  z-index: -1;
  animation: floating 2s ease-in-out infinite;
}
.confirmacion__section .greenImg16 {
  position: absolute;
  top: -15%;
  left: 0;
  z-index: -1;
  max-width: 100%;
}

.bottom__section .bottom__section-container {
  min-height: 9rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px -3px 4px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: var(--greenLight);
}
.bottom__section .bottom__section-container .one {
  font-family: var(--Gabriela-family);
  font-size: 2.4rem;
}
.bottom__section .bottom__section-container .date {
  font-size: 3.2rem;
}

.footer__section {
  width: 100%;
  background-color: #000;
}
.footer__section .logo__container {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  padding-top: 2rem;
}
.footer__section .logo__container img {
  width: 180px;
  justify-self: center;
}
.footer__section .redes__container {
  padding: 2rem 0;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}
.footer__section .redes__container ion-icon {
  margin: 10px;
  font-size: 30px;
}
.footer__section .redes__container .facebook {
  color: #3B5998;
}
.footer__section .redes__container .whatsapp {
  color: #25D366;
}
.footer__section .redes__container .instagram {
  color: #F11A7B;
}
.footer__section .redes__container .tiktok {
  color: white;
  font-size: 28px;
}

/* Scroll Up */
.scrollup {
  position: fixed;
  background-color: #000;
  border: 1px solid white;
  right: 1rem;
  bottom: -40%;
  display: inline-flex;
  padding: 0.3rem;
  border-radius: 50%;
  z-index: 100;
  opacity: 0.8;
  transition: 0.4s;
}
.scrollup ion-icon {
  font-size: 30px;
  color: white;
}
.scrollup:hover {
  background-color: black;
  opacity: 1;
}

.show-scroll {
  z-index: 99;
  bottom: 3rem;
  right: 1rem;
}

.sendwhatsapp {
  position: fixed;
  /* border: 1px solid white; */
  background-color: #93aed6;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem;
  border-radius: 15% 0 0 15%;
  width: 5rem;
  height: 5rem;
  z-index: 100;
  opacity: 0.8;
  transition: 0.4s;
  animation: pressAnimation 1s ease-in-out infinite; /* Duración de 0.2 segundos y repetición infinita */
}
.sendwhatsapp .audio__container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sendwhatsapp .audio__container #play-button {
  background: #93aed6;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sendwhatsapp .audio__container #play-button ion-icon {
  font-size: 3rem;
  color: white;
}
.sendwhatsapp:hover {
  opacity: 1;
}

.show-whats {
  z-index: 99;
  top: 30%;
  right: 0;
}

.no-animation {
  animation: none;
}

.float-image {
  animation: floating 2s ease-in-out infinite;
}

.hidden {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  visibility: hidden;
}

/*=============== KEYFRAMES ===============*/
@keyframes floating {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(0, 10px);
  }
  100% {
    transform: translate(0, 0px);
  }
}
@keyframes pressAnimation {
  0% {
    transform: scale(1); /* Tamaño normal */
  }
  50% {
    transform: scale(1.2); /* Tamaño reducido a la mitad de la animación */
  }
  100% {
    transform: scale(1); /* Vuelve al tamaño normal al final de la animación */
  }
}
@keyframes bounceInUp {
  60%, 75%, 90%, from, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  opacity: 1;
  visibility: visible;
  animation-name: bounceInUp;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-fill-mode: forwards;
}

@keyframes bounceInDown {
  60%, 75%, 90%, from, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}

/* animation: slideInUp 2s ease-in-out infinite; */
/*============================================= KEYFRAMES =============================================*/
@keyframes bounce {
  20%, 53%, 80%, from, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  50%, from, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

@keyframes pulse {
  from, to {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
}
.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from, to {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from, to {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
}
.tada {
  animation-name: tada;
}

@keyframes wobble {
  from, to {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
}
.wobble {
  animation-name: wobble;
}

@keyframes jello {
  11.1%, from, to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}

@keyframes elementor-animation-pulse {
  0%, 100% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.elementor-animation-pulse {
  animation-name: elementor-animation-pulse;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
}/*# sourceMappingURL=styles.css.map */