@charset "UTF-8";
body {
  margin: 0px;
  padding: 0px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
}

strong {
  font-weight: 700;
}

.p-gigante {
  font-size: 100px;
  line-height: 98px;
}

.p-enorme {
  font-size: 32px;
  line-height: 38px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}

.p-grande {
  font-size: 24px;
  line-height: 38px;
  font-weight: 300;
  font-family: "Inter", sans-serif;
}

.p-mediano {
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  font-family: "Inter", sans-serif;
}

.p-chico {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  font-family: "Inter", sans-serif;
}

.h1-bold {
  font-size: 70px;
  line-height: 68px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  margin: 0px;
}

@media (max-width: 812px) {
  .h1-bold {
    font-size: 50px;
    line-height: 53px;
  }
}
.h1-suave {
  font-size: 70px;
  line-height: 68px;
  font-weight: 300;
  font-family: "Inter", sans-serif;
  margin: 0px;
}

.h1-suave-italic {
  font-size: 70px;
  line-height: 68px;
  font-weight: 300;
  font-style: italic;
  font-family: "Inter", sans-serif;
  margin: 0px;
}

.h2-bold {
  font-size: 50px;
  line-height: 48px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  margin: 0px;
}

.h2-suave {
  font-size: 50px;
  line-height: 60px;
  font-weight: 300;
  font-family: "Inter", sans-serif;
  margin: 0px;
}

.h2-suave-italic {
  font-size: 50px;
  line-height: 48px;
  font-weight: 300;
  font-style: italic;
  font-family: "Inter", sans-serif;
  margin: 0px;
}

.h3-bold {
  font-size: 30px;
  line-height: 39px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  margin: 0px 0px 20px;
}

.h4-bold {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  margin: 0px 0px 20px;
}

.h5-bold {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  margin: 0px 0px 0px;
}

.neg-bla {
  background: #000000;
  color: #ffffff;
}

.azu-bla {
  background: #242D3F;
  color: #ffffff;
}

.vio-bla {
  background: #8394D2;
  color: #ffffff;
}

.nar-neg {
  background: #F2A83A;
  color: #000000;
}

.ver-neg {
  background: #A4D962;
  color: #000000;
}

.bla-neg {
  background: #ffffff;
  color: #000000;
}

.rad-0 {
  border-radius: 0;
}

.rad-10 {
  border-radius: 10px;
}

.rad-50 {
  border-radius: 50px;
}

.bt-x {
  height: 65px;
  font-size: 20px;
  line-height: 65px;
  font-family: "Inter", sans-serif;
  display: block;
  text-align: center;
  padding: 0px 30px;
  width: fit-content;
}

.bt-n {
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  font-family: "Inter", sans-serif;
  display: block;
  text-align: center;
  padding: 0px 30px;
  width: fit-content;
}

.bt-s {
  height: 35px;
  font-size: 20px;
  line-height: 35px;
  font-family: "Inter", sans-serif;
  display: block;
  text-align: center;
  padding: 0px 30px;
  width: fit-content;
}

@media (max-width: 812px) {
  .bt-s {
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    font-family: "Inter", sans-serif;
    display: block;
    text-align: center;
    padding: 0px 15px;
    width: fit-content;
  }
}
.lin-azu {
  border: 3px solid #242D3F;
  background: transparent;
  color: #000000;
  transition: all 0.3s ease;
}
.lin-azu:hover {
  background-color: #242D3F;
  color: #ffffff;
}

.lin-bla {
  color: #ffffff !important;
}

.lin-bla:hover {
  color: #000000 !important;
}

.lin-azu-bla {
  border: 3px solid #242D3F;
  background: transparent;
  color: #ffffff;
  transition: all 0.3s ease;
}
.lin-azu-bla:hover {
  background-color: #242D3F;
  color: #000000;
}

.col-azu {
  background-color: #242D3F;
  color: #ffffff;
  transition: all 0.3s ease;
}
.col-azu:hover {
  filter: brightness(1.1);
  transform: scale(1.02);
}

.lin-vio {
  border: 3px solid #8394D2;
  background: transparent;
  color: #000000;
  transition: all 0.3s ease;
}
.lin-vio:hover {
  background-color: #8394D2;
  color: #ffffff;
}

.lin-bla {
  color: #ffffff !important;
}

.lin-bla:hover {
  color: #000000 !important;
}

.lin-vio-bla {
  border: 3px solid #8394D2;
  background: transparent;
  color: #ffffff;
  transition: all 0.3s ease;
}
.lin-vio-bla:hover {
  background-color: #8394D2;
  color: #000000;
}

.col-vio {
  background-color: #8394D2;
  color: #ffffff;
  transition: all 0.3s ease;
}
.col-vio:hover {
  filter: brightness(1.1);
  transform: scale(1.02);
}

.lin-nar {
  border: 3px solid #F2A83A;
  background: transparent;
  color: #000000;
  transition: all 0.3s ease;
}
.lin-nar:hover {
  background-color: #F2A83A;
  color: #ffffff;
}

.lin-bla {
  color: #ffffff !important;
}

.lin-bla:hover {
  color: #000000 !important;
}

.lin-nar-bla {
  border: 3px solid #F2A83A;
  background: transparent;
  color: #ffffff;
  transition: all 0.3s ease;
}
.lin-nar-bla:hover {
  background-color: #F2A83A;
  color: #000000;
}

.col-nar {
  background-color: #F2A83A;
  color: #ffffff;
  transition: all 0.3s ease;
}
.col-nar:hover {
  filter: brightness(1.1);
  transform: scale(1.02);
}

.lin-ver {
  border: 3px solid #A4D962;
  background: transparent;
  color: #000000;
  transition: all 0.3s ease;
}
.lin-ver:hover {
  background-color: #A4D962;
  color: #ffffff;
}

.lin-bla {
  color: #ffffff !important;
}

.lin-bla:hover {
  color: #000000 !important;
}

.lin-ver-bla {
  border: 3px solid #A4D962;
  background: transparent;
  color: #ffffff;
  transition: all 0.3s ease;
}
.lin-ver-bla:hover {
  background-color: #A4D962;
  color: #000000;
}

.col-ver {
  background-color: #A4D962;
  color: #ffffff;
  transition: all 0.3s ease;
}
.col-ver:hover {
  filter: brightness(1.1);
  transform: scale(1.02);
}

.lin-neg {
  border: 3px solid #000000;
  background: transparent;
  color: #000000;
  transition: all 0.3s ease;
}
.lin-neg:hover {
  background-color: #000000;
  color: #ffffff;
}

.lin-bla {
  color: #ffffff !important;
}

.lin-bla:hover {
  color: #000000 !important;
}

.lin-neg-bla {
  border: 3px solid #000000;
  background: transparent;
  color: #ffffff;
  transition: all 0.3s ease;
}
.lin-neg-bla:hover {
  background-color: #000000;
  color: #000000;
}

.col-neg {
  background-color: #000000;
  color: #ffffff;
  transition: all 0.3s ease;
}
.col-neg:hover {
  filter: brightness(1.1);
  transform: scale(1.02);
}

.lin-bla {
  border: 3px solid #ffffff;
  background: transparent;
  color: #000000;
  transition: all 0.3s ease;
}
.lin-bla:hover {
  background-color: #ffffff;
  color: #ffffff;
}

.lin-bla {
  color: #ffffff !important;
}

.lin-bla:hover {
  color: #000000 !important;
}

.lin-bla-bla {
  border: 3px solid #ffffff;
  background: transparent;
  color: #ffffff;
  transition: all 0.3s ease;
}
.lin-bla-bla:hover {
  background-color: #ffffff;
  color: #000000;
}

.col-bla {
  background-color: #ffffff;
  color: #ffffff;
  transition: all 0.3s ease;
}
.col-bla:hover {
  filter: brightness(1.1);
  transform: scale(1.02);
}

.col-bla-neg {
  color: #000000;
  background: #ffffff;
}

.disefix {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  letter-spacing: 0px;
}
.disefix span {
  color: #F2A83A;
}

.font-10 {
  font-size: 10px;
}

.font-10-fl {
  font-size: clamp(10px, calc(10/16 * 2.2vw), 13px);
}

.lh-10 {
  line-height: 10px;
}

.lh-11 {
  line-height: 11px;
}

.font-12 {
  font-size: 12px;
}

.font-12-fl {
  font-size: clamp(12px, calc(12/16 * 2.2vw), 15px);
}

.lh-12 {
  line-height: 12px;
}

.lh-13 {
  line-height: 13px;
}

.font-14 {
  font-size: 14px;
}

.font-14-fl {
  font-size: clamp(14px, calc(14/16 * 2.2vw), 18px);
}

.lh-14 {
  line-height: 14px;
}

.lh-15 {
  line-height: 15px;
}

.font-16 {
  font-size: 16px;
}

.font-16-fl {
  font-size: clamp(16px, calc(16/16 * 2.2vw), 20px);
}

.lh-16 {
  line-height: 16px;
}

.lh-17 {
  line-height: 17px;
}

.font-18 {
  font-size: 18px;
}

.font-18-fl {
  font-size: clamp(18px, calc(18/16 * 2.2vw), 23px);
}

.lh-18 {
  line-height: 18px;
}

.lh-19 {
  line-height: 19px;
}

.font-20 {
  font-size: 20px;
}

.font-20-fl {
  font-size: clamp(20px, calc(20/16 * 2.2vw), 25px);
}

.lh-20 {
  line-height: 20px;
}

.lh-21 {
  line-height: 21px;
}

.font-22 {
  font-size: 22px;
}

.font-22-fl {
  font-size: clamp(22px, calc(22/16 * 2.2vw), 28px);
}

.lh-22 {
  line-height: 22px;
}

.lh-23 {
  line-height: 23px;
}

.font-24 {
  font-size: 24px;
}

.font-24-fl {
  font-size: clamp(24px, calc(24/16 * 2.2vw), 30px);
}

.lh-24 {
  line-height: 24px;
}

.lh-25 {
  line-height: 25px;
}

.font-26 {
  font-size: 26px;
}

.font-26-fl {
  font-size: clamp(26px, calc(26/16 * 2.2vw), 33px);
}

.lh-26 {
  line-height: 26px;
}

.lh-27 {
  line-height: 27px;
}

.font-28 {
  font-size: 28px;
}

.font-28-fl {
  font-size: clamp(28px, calc(28/16 * 2.2vw), 35px);
}

.lh-28 {
  line-height: 28px;
}

.lh-29 {
  line-height: 29px;
}

.font-30 {
  font-size: 30px;
}

.font-30-fl {
  font-size: clamp(30px, calc(30/16 * 2.2vw), 38px);
}

.lh-30 {
  line-height: 30px;
}

.lh-31 {
  line-height: 31px;
}

.font-32 {
  font-size: 32px;
}

.font-32-fl {
  font-size: clamp(32px, calc(32/16 * 2.2vw), 40px);
}

.lh-32 {
  line-height: 32px;
}

.lh-33 {
  line-height: 33px;
}

.font-34 {
  font-size: 34px;
}

.font-34-fl {
  font-size: clamp(34px, calc(34/16 * 2.2vw), 43px);
}

.lh-34 {
  line-height: 34px;
}

.lh-35 {
  line-height: 35px;
}

.font-36 {
  font-size: 36px;
}

.font-36-fl {
  font-size: clamp(36px, calc(36/16 * 2.2vw), 45px);
}

.lh-36 {
  line-height: 36px;
}

.lh-37 {
  line-height: 37px;
}

.font-38 {
  font-size: 38px;
}

.font-38-fl {
  font-size: clamp(38px, calc(38/16 * 2.2vw), 48px);
}

.lh-38 {
  line-height: 38px;
}

.lh-39 {
  line-height: 39px;
}

.font-40 {
  font-size: 40px;
}

.font-40-fl {
  font-size: clamp(40px, calc(40/16 * 2.2vw), 50px);
}

.lh-40 {
  line-height: 40px;
}

.lh-41 {
  line-height: 41px;
}

.font-42 {
  font-size: 42px;
}

.font-42-fl {
  font-size: clamp(42px, calc(42/16 * 2.2vw), 53px);
}

.lh-42 {
  line-height: 42px;
}

.lh-43 {
  line-height: 43px;
}

.font-44 {
  font-size: 44px;
}

.font-44-fl {
  font-size: clamp(44px, calc(44/16 * 2.2vw), 55px);
}

.lh-44 {
  line-height: 44px;
}

.lh-45 {
  line-height: 45px;
}

.font-46 {
  font-size: 46px;
}

.font-46-fl {
  font-size: clamp(46px, calc(46/16 * 2.2vw), 58px);
}

.lh-46 {
  line-height: 46px;
}

.lh-47 {
  line-height: 47px;
}

.font-48 {
  font-size: 48px;
}

.font-48-fl {
  font-size: clamp(48px, calc(48/16 * 2.2vw), 60px);
}

.lh-48 {
  line-height: 48px;
}

.lh-49 {
  line-height: 49px;
}

.font-50 {
  font-size: 50px;
}

.font-50-fl {
  font-size: clamp(50px, calc(50/16 * 2.2vw), 63px);
}

.lh-50 {
  line-height: 50px;
}

.lh-51 {
  line-height: 51px;
}

.font-52 {
  font-size: 52px;
}

.font-52-fl {
  font-size: clamp(52px, calc(52/16 * 2.2vw), 65px);
}

.lh-52 {
  line-height: 52px;
}

.lh-53 {
  line-height: 53px;
}

.font-54 {
  font-size: 54px;
}

.font-54-fl {
  font-size: clamp(54px, calc(54/16 * 2.2vw), 68px);
}

.lh-54 {
  line-height: 54px;
}

.lh-55 {
  line-height: 55px;
}

.font-56 {
  font-size: 56px;
}

.font-56-fl {
  font-size: clamp(56px, calc(56/16 * 2.2vw), 70px);
}

.lh-56 {
  line-height: 56px;
}

.lh-57 {
  line-height: 57px;
}

.font-58 {
  font-size: 58px;
}

.font-58-fl {
  font-size: clamp(58px, calc(58/16 * 2.2vw), 73px);
}

.lh-58 {
  line-height: 58px;
}

.lh-59 {
  line-height: 59px;
}

.font-60 {
  font-size: 60px;
}

.font-60-fl {
  font-size: clamp(60px, calc(60/16 * 2.2vw), 75px);
}

.lh-60 {
  line-height: 60px;
}

.lh-61 {
  line-height: 61px;
}

.font-62 {
  font-size: 62px;
}

.font-62-fl {
  font-size: clamp(62px, calc(62/16 * 2.2vw), 78px);
}

.lh-62 {
  line-height: 62px;
}

.lh-63 {
  line-height: 63px;
}

.font-64 {
  font-size: 64px;
}

.font-64-fl {
  font-size: clamp(64px, calc(64/16 * 2.2vw), 80px);
}

.lh-64 {
  line-height: 64px;
}

.lh-65 {
  line-height: 65px;
}

.font-66 {
  font-size: 66px;
}

.font-66-fl {
  font-size: clamp(66px, calc(66/16 * 2.2vw), 83px);
}

.lh-66 {
  line-height: 66px;
}

.lh-67 {
  line-height: 67px;
}

.font-68 {
  font-size: 68px;
}

.font-68-fl {
  font-size: clamp(68px, calc(68/16 * 2.2vw), 85px);
}

.lh-68 {
  line-height: 68px;
}

.lh-69 {
  line-height: 69px;
}

.font-70 {
  font-size: 70px;
}

.font-70-fl {
  font-size: clamp(70px, calc(70/16 * 2.2vw), 88px);
}

.lh-70 {
  line-height: 70px;
}

.lh-71 {
  line-height: 71px;
}

.font-72 {
  font-size: 72px;
}

.font-72-fl {
  font-size: clamp(72px, calc(72/16 * 2.2vw), 90px);
}

.lh-72 {
  line-height: 72px;
}

.lh-73 {
  line-height: 73px;
}

.font-74 {
  font-size: 74px;
}

.font-74-fl {
  font-size: clamp(74px, calc(74/16 * 2.2vw), 93px);
}

.lh-74 {
  line-height: 74px;
}

.lh-75 {
  line-height: 75px;
}

.font-76 {
  font-size: 76px;
}

.font-76-fl {
  font-size: clamp(76px, calc(76/16 * 2.2vw), 95px);
}

.lh-76 {
  line-height: 76px;
}

.lh-77 {
  line-height: 77px;
}

.font-78 {
  font-size: 78px;
}

.font-78-fl {
  font-size: clamp(78px, calc(78/16 * 2.2vw), 98px);
}

.lh-78 {
  line-height: 78px;
}

.lh-79 {
  line-height: 79px;
}

.font-80 {
  font-size: 80px;
}

.font-80-fl {
  font-size: clamp(80px, calc(80/16 * 2.2vw), 100px);
}

.lh-80 {
  line-height: 80px;
}

.lh-81 {
  line-height: 81px;
}

.font-82 {
  font-size: 82px;
}

.font-82-fl {
  font-size: clamp(82px, calc(82/16 * 2.2vw), 103px);
}

.lh-82 {
  line-height: 82px;
}

.lh-83 {
  line-height: 83px;
}

.font-84 {
  font-size: 84px;
}

.font-84-fl {
  font-size: clamp(84px, calc(84/16 * 2.2vw), 105px);
}

.lh-84 {
  line-height: 84px;
}

.lh-85 {
  line-height: 85px;
}

.font-86 {
  font-size: 86px;
}

.font-86-fl {
  font-size: clamp(86px, calc(86/16 * 2.2vw), 108px);
}

.lh-86 {
  line-height: 86px;
}

.lh-87 {
  line-height: 87px;
}

.font-88 {
  font-size: 88px;
}

.font-88-fl {
  font-size: clamp(88px, calc(88/16 * 2.2vw), 110px);
}

.lh-88 {
  line-height: 88px;
}

.lh-89 {
  line-height: 89px;
}

.font-90 {
  font-size: 90px;
}

.font-90-fl {
  font-size: clamp(90px, calc(90/16 * 2.2vw), 113px);
}

.lh-90 {
  line-height: 90px;
}

.lh-91 {
  line-height: 91px;
}

.font-92 {
  font-size: 92px;
}

.font-92-fl {
  font-size: clamp(92px, calc(92/16 * 2.2vw), 115px);
}

.lh-92 {
  line-height: 92px;
}

.lh-93 {
  line-height: 93px;
}

.font-94 {
  font-size: 94px;
}

.font-94-fl {
  font-size: clamp(94px, calc(94/16 * 2.2vw), 118px);
}

.lh-94 {
  line-height: 94px;
}

.lh-95 {
  line-height: 95px;
}

.font-96 {
  font-size: 96px;
}

.font-96-fl {
  font-size: clamp(96px, calc(96/16 * 2.2vw), 120px);
}

.lh-96 {
  line-height: 96px;
}

.lh-97 {
  line-height: 97px;
}

.font-98 {
  font-size: 98px;
}

.font-98-fl {
  font-size: clamp(98px, calc(98/16 * 2.2vw), 123px);
}

.lh-98 {
  line-height: 98px;
}

.lh-99 {
  line-height: 99px;
}

.font-100 {
  font-size: 100px;
}

.font-100-fl {
  font-size: clamp(100px, calc(100/16 * 2.2vw), 125px);
}

.lh-100 {
  line-height: 100px;
}

.ai-center {
  align-items: center;
}

.lh-1 {
  line-height: 1;
}

.lh-1_1 {
  line-height: 1.1;
}

.lh-1_2 {
  line-height: 1.2;
}

.lh-1_3 {
  line-height: 1.3;
}

.lh-1_4 {
  line-height: 1.4;
}

.lh-1_5 {
  line-height: 1.5;
}

@media (max-width: 992px) {
  .font-tm-10 {
    font-size: 10px;
  }
  .font-tm-12 {
    font-size: 12px;
  }
  .font-tm-14 {
    font-size: 14px;
  }
  .font-tm-16 {
    font-size: 16px;
  }
  .font-tm-18 {
    font-size: 18px;
  }
  .font-tm-20 {
    font-size: 20px;
  }
  .font-tm-22 {
    font-size: 22px;
  }
  .font-tm-24 {
    font-size: 24px;
  }
  .font-tm-26 {
    font-size: 26px;
  }
  .font-tm-28 {
    font-size: 28px;
  }
  .font-tm-30 {
    font-size: 30px;
  }
  .font-tm-32 {
    font-size: 32px;
  }
  .font-tm-34 {
    font-size: 34px;
  }
  .font-tm-36 {
    font-size: 36px;
  }
  .font-tm-38 {
    font-size: 38px;
  }
  .font-tm-40 {
    font-size: 40px;
  }
  .font-tm-42 {
    font-size: 42px;
  }
  .font-tm-44 {
    font-size: 44px;
  }
  .font-tm-46 {
    font-size: 46px;
  }
  .font-tm-48 {
    font-size: 48px;
  }
  .font-tm-50 {
    font-size: 50px;
  }
  .font-tm-52 {
    font-size: 52px;
  }
  .font-tm-54 {
    font-size: 54px;
  }
  .font-tm-56 {
    font-size: 56px;
  }
  .font-tm-58 {
    font-size: 58px;
  }
  .font-tm-60 {
    font-size: 60px;
  }
  .font-tm-62 {
    font-size: 62px;
  }
  .font-tm-64 {
    font-size: 64px;
  }
  .font-tm-66 {
    font-size: 66px;
  }
  .font-tm-68 {
    font-size: 68px;
  }
  .font-tm-70 {
    font-size: 70px;
  }
  .font-tm-72 {
    font-size: 72px;
  }
  .font-tm-74 {
    font-size: 74px;
  }
  .font-tm-76 {
    font-size: 76px;
  }
  .font-tm-78 {
    font-size: 78px;
  }
  .font-tm-80 {
    font-size: 80px;
  }
  .font-tm-82 {
    font-size: 82px;
  }
  .font-tm-84 {
    font-size: 84px;
  }
  .font-tm-86 {
    font-size: 86px;
  }
  .font-tm-88 {
    font-size: 88px;
  }
  .font-tm-90 {
    font-size: 90px;
  }
  .font-tm-92 {
    font-size: 92px;
  }
  .font-tm-94 {
    font-size: 94px;
  }
  .font-tm-96 {
    font-size: 96px;
  }
  .font-tm-98 {
    font-size: 98px;
  }
  .font-tm-100 {
    font-size: 100px;
  }
}
@media (max-width: 812px) {
  .font-tp-10 {
    font-size: 10px;
  }
  .font-tp-12 {
    font-size: 12px;
  }
  .font-tp-14 {
    font-size: 14px;
  }
  .font-tp-16 {
    font-size: 16px;
  }
  .font-tp-18 {
    font-size: 18px;
  }
  .font-tp-20 {
    font-size: 20px;
  }
  .font-tp-22 {
    font-size: 22px;
  }
  .font-tp-24 {
    font-size: 24px;
  }
  .font-tp-26 {
    font-size: 26px;
  }
  .font-tp-28 {
    font-size: 28px;
  }
  .font-tp-30 {
    font-size: 30px;
  }
  .font-tp-32 {
    font-size: 32px;
  }
  .font-tp-34 {
    font-size: 34px;
  }
  .font-tp-36 {
    font-size: 36px;
  }
  .font-tp-38 {
    font-size: 38px;
  }
  .font-tp-40 {
    font-size: 40px;
  }
  .font-tp-42 {
    font-size: 42px;
  }
  .font-tp-44 {
    font-size: 44px;
  }
  .font-tp-46 {
    font-size: 46px;
  }
  .font-tp-48 {
    font-size: 48px;
  }
  .font-tp-50 {
    font-size: 50px;
  }
  .font-tp-52 {
    font-size: 52px;
  }
  .font-tp-54 {
    font-size: 54px;
  }
  .font-tp-56 {
    font-size: 56px;
  }
  .font-tp-58 {
    font-size: 58px;
  }
  .font-tp-60 {
    font-size: 60px;
  }
  .font-tp-62 {
    font-size: 62px;
  }
  .font-tp-64 {
    font-size: 64px;
  }
  .font-tp-66 {
    font-size: 66px;
  }
  .font-tp-68 {
    font-size: 68px;
  }
  .font-tp-70 {
    font-size: 70px;
  }
  .font-tp-72 {
    font-size: 72px;
  }
  .font-tp-74 {
    font-size: 74px;
  }
  .font-tp-76 {
    font-size: 76px;
  }
  .font-tp-78 {
    font-size: 78px;
  }
  .font-tp-80 {
    font-size: 80px;
  }
  .font-tp-82 {
    font-size: 82px;
  }
  .font-tp-84 {
    font-size: 84px;
  }
  .font-tp-86 {
    font-size: 86px;
  }
  .font-tp-88 {
    font-size: 88px;
  }
  .font-tp-90 {
    font-size: 90px;
  }
  .font-tp-92 {
    font-size: 92px;
  }
  .font-tp-94 {
    font-size: 94px;
  }
  .font-tp-96 {
    font-size: 96px;
  }
  .font-tp-98 {
    font-size: 98px;
  }
  .font-tp-100 {
    font-size: 100px;
  }
}
.f-100 {
  font-weight: 100;
}

.f-200 {
  font-weight: 200;
}

.f-300 {
  font-weight: 300;
}

.f-400 {
  font-weight: 400;
}

.f-500 {
  font-weight: 500;
}

.f-600 {
  font-weight: 600;
}

.f-700 {
  font-weight: 700;
}

.f-800 {
  font-weight: 800;
}

.f-900 {
  font-weight: 900;
}

.grid {
  display: grid;
}

.col-1 {
  grid-template-columns: repeat(1, 1fr);
}

.col-2 {
  grid-template-columns: repeat(2, 1fr);
}

.col-3 {
  grid-template-columns: repeat(3, 1fr);
}

.col-4 {
  grid-template-columns: repeat(4, 1fr);
}

.col-5 {
  grid-template-columns: repeat(5, 1fr);
}

.col-6 {
  grid-template-columns: repeat(6, 1fr);
}

.col-7 {
  grid-template-columns: repeat(7, 1fr);
}

.col-8 {
  grid-template-columns: repeat(8, 1fr);
}

.col-9 {
  grid-template-columns: repeat(9, 1fr);
}

.col-10 {
  grid-template-columns: repeat(10, 1fr);
}

.col-11 {
  grid-template-columns: repeat(11, 1fr);
}

.col-12 {
  grid-template-columns: repeat(12, 1fr);
}

@media (max-width: 813px) {
  .col-tm-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .col-tm-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .col-tm-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .col-tm-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .col-tm-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .col-tm-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .col-tm-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .col-tm-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .col-tm-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .col-tm-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .col-tm-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .col-tm-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (max-width: 812px) {
  .col-tp-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .col-tp-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .col-tp-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .col-tp-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .col-tp-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .col-tp-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .col-tp-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .col-tp-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .col-tp-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .col-tp-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .col-tp-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .col-tp-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}
.span-1 {
  grid-column: span 1;
}

.span-2 {
  grid-column: span 2;
}

.span-3 {
  grid-column: span 3;
}

.span-4 {
  grid-column: span 4;
}

.span-5 {
  grid-column: span 5;
}

.span-6 {
  grid-column: span 6;
}

.span-7 {
  grid-column: span 7;
}

.span-8 {
  grid-column: span 8;
}

.span-9 {
  grid-column: span 9;
}

.span-10 {
  grid-column: span 10;
}

.span-11 {
  grid-column: span 11;
}

.span-12 {
  grid-column: span 12;
}

@media (max-width: 813px) {
  .span-tm-1 {
    grid-column: span 1;
  }
  .span-tm-2 {
    grid-column: span 2;
  }
  .span-tm-3 {
    grid-column: span 3;
  }
  .span-tm-4 {
    grid-column: span 4;
  }
  .span-tm-5 {
    grid-column: span 5;
  }
  .span-tm-6 {
    grid-column: span 6;
  }
  .span-tm-7 {
    grid-column: span 7;
  }
  .span-tm-8 {
    grid-column: span 8;
  }
  .span-tm-9 {
    grid-column: span 9;
  }
  .span-tm-10 {
    grid-column: span 10;
  }
  .span-tm-11 {
    grid-column: span 11;
  }
  .span-tm-12 {
    grid-column: span 12;
  }
}
@media (max-width: 812px) {
  .span-tp-1 {
    grid-column: span 1;
  }
  .span-tp-2 {
    grid-column: span 2;
  }
  .span-tp-3 {
    grid-column: span 3;
  }
  .span-tp-4 {
    grid-column: span 4;
  }
  .span-tp-5 {
    grid-column: span 5;
  }
  .span-tp-6 {
    grid-column: span 6;
  }
  .span-tp-7 {
    grid-column: span 7;
  }
  .span-tp-8 {
    grid-column: span 8;
  }
  .span-tp-9 {
    grid-column: span 9;
  }
  .span-tp-10 {
    grid-column: span 10;
  }
  .span-tp-11 {
    grid-column: span 11;
  }
  .span-tp-12 {
    grid-column: span 12;
  }
}
.gap-0 {
  grid-gap: 0px;
}

.gap-10 {
  grid-gap: 10px;
}

.gap-20 {
  grid-gap: 20px;
}

.gap-30 {
  grid-gap: 30px;
}

.gap-40 {
  grid-gap: 40px;
}

.gap-50 {
  grid-gap: 50px;
}

.gap-60 {
  grid-gap: 60px;
}

.gap-70 {
  grid-gap: 70px;
}

.gap-80 {
  grid-gap: 80px;
}

.gap-90 {
  grid-gap: 90px;
}

.gap-100 {
  grid-gap: 100px;
}

@media (max-width: 813px) {
  .gap-tm-0 {
    grid-gap: 0px;
  }
  .gap-tm-10 {
    grid-gap: 10px;
  }
  .gap-tm-20 {
    grid-gap: 20px;
  }
  .gap-tm-30 {
    grid-gap: 30px;
  }
  .gap-tm-40 {
    grid-gap: 40px;
  }
  .gap-tm-50 {
    grid-gap: 50px;
  }
  .gap-tm-60 {
    grid-gap: 60px;
  }
  .gap-tm-70 {
    grid-gap: 70px;
  }
  .gap-tm-80 {
    grid-gap: 80px;
  }
  .gap-tm-90 {
    grid-gap: 90px;
  }
  .gap-tm-100 {
    grid-gap: 100px;
  }
}
@media (max-width: 812px) {
  .gap-tp-0 {
    grid-gap: 0px;
  }
  .gap-tp-10 {
    grid-gap: 10px;
  }
  .gap-tp-20 {
    grid-gap: 20px;
  }
  .gap-tp-30 {
    grid-gap: 30px;
  }
  .gap-tp-40 {
    grid-gap: 40px;
  }
  .gap-tp-50 {
    grid-gap: 50px;
  }
  .gap-tp-60 {
    grid-gap: 60px;
  }
  .gap-tp-70 {
    grid-gap: 70px;
  }
  .gap-tp-80 {
    grid-gap: 80px;
  }
  .gap-tp-90 {
    grid-gap: 90px;
  }
  .gap-tp-100 {
    grid-gap: 100px;
  }
}
.pad-0 {
  padding: 0px;
  box-sizing: border-box;
}

.pad-10 {
  padding: 10px;
  box-sizing: border-box;
}

.pad-20 {
  padding: 20px;
  box-sizing: border-box;
}

.pad-30 {
  padding: 30px;
  box-sizing: border-box;
}

.pad-40 {
  padding: 40px;
  box-sizing: border-box;
}

.pad-50 {
  padding: 50px;
  box-sizing: border-box;
}

.pad-60 {
  padding: 60px;
  box-sizing: border-box;
}

.pad-70 {
  padding: 70px;
  box-sizing: border-box;
}

.pad-80 {
  padding: 80px;
  box-sizing: border-box;
}

.pad-90 {
  padding: 90px;
  box-sizing: border-box;
}

.pad-100 {
  padding: 100px;
  box-sizing: border-box;
}

@media (max-width: 813px) {
  .pad-tm-0 {
    padding: 0px;
  }
  .pad-tm-10 {
    padding: 10px;
  }
  .pad-tm-20 {
    padding: 20px;
  }
  .pad-tm-30 {
    padding: 30px;
  }
  .pad-tm-40 {
    padding: 40px;
  }
  .pad-tm-50 {
    padding: 50px;
  }
  .pad-tm-60 {
    padding: 60px;
  }
  .pad-tm-70 {
    padding: 70px;
  }
  .pad-tm-80 {
    padding: 80px;
  }
  .pad-tm-90 {
    padding: 90px;
  }
  .pad-tm-100 {
    padding: 100px;
  }
}
@media (max-width: 812px) {
  .pad-tp-0 {
    padding: 0px;
  }
  .pad-tp-10 {
    padding: 10px;
  }
  .pad-tp-20 {
    padding: 20px;
  }
  .pad-tp-30 {
    padding: 30px;
  }
  .pad-tp-40 {
    padding: 40px;
  }
  .pad-tp-50 {
    padding: 50px;
  }
  .pad-tp-60 {
    padding: 60px;
  }
  .pad-tp-70 {
    padding: 70px;
  }
  .pad-tp-80 {
    padding: 80px;
  }
  .pad-tp-90 {
    padding: 90px;
  }
  .pad-tp-100 {
    padding: 100px;
  }
}
.pad-top-0 {
  padding-top: 0px;
}

.pad-bot-0 {
  padding-bottom: 0px;
}

.pad-top-10 {
  padding-top: 10px;
}

.pad-bot-10 {
  padding-bottom: 10px;
}

.pad-top-20 {
  padding-top: 20px;
}

.pad-bot-20 {
  padding-bottom: 20px;
}

.pad-top-30 {
  padding-top: 30px;
}

.pad-bot-30 {
  padding-bottom: 30px;
}

.pad-top-40 {
  padding-top: 40px;
}

.pad-bot-40 {
  padding-bottom: 40px;
}

.pad-top-50 {
  padding-top: 50px;
}

.pad-bot-50 {
  padding-bottom: 50px;
}

.pad-top-60 {
  padding-top: 60px;
}

.pad-bot-60 {
  padding-bottom: 60px;
}

.pad-top-70 {
  padding-top: 70px;
}

.pad-bot-70 {
  padding-bottom: 70px;
}

.pad-top-80 {
  padding-top: 80px;
}

.pad-bot-80 {
  padding-bottom: 80px;
}

.pad-top-90 {
  padding-top: 90px;
}

.pad-bot-90 {
  padding-bottom: 90px;
}

.pad-top-100 {
  padding-top: 100px;
}

.pad-bot-100 {
  padding-bottom: 100px;
}

.pad-top-150 {
  padding-top: 150px;
}

.pad-bot-150 {
  padding-bottom: 150px;
}

.pad-top-200 {
  padding-top: 200px;
}

.pad-bot-200 {
  padding-bottom: 200px;
}

.pad-top-250 {
  padding-top: 250px;
}

.pad-bot-250 {
  padding-bottom: 250px;
}

.padding-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.padding-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.padding-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.padding-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.padding-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.padding-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.padding-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.padding-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.padding-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

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

.padding-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.padding-200 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.padding-250 {
  padding-top: 250px;
  padding-bottom: 250px;
}

@media (max-width: 813px) {
  .pad-top-tm-0 {
    padding-top: 0px;
  }
  .pad-bot-tm-0 {
    padding-bottom: 0px;
  }
  .pad-top-tm-10 {
    padding-top: 10px;
  }
  .pad-bot-tm-10 {
    padding-bottom: 10px;
  }
  .pad-top-tm-20 {
    padding-top: 20px;
  }
  .pad-bot-tm-20 {
    padding-bottom: 20px;
  }
  .pad-top-tm-30 {
    padding-top: 30px;
  }
  .pad-bot-tm-30 {
    padding-bottom: 30px;
  }
  .pad-top-tm-40 {
    padding-top: 40px;
  }
  .pad-bot-tm-40 {
    padding-bottom: 40px;
  }
  .pad-top-tm-50 {
    padding-top: 50px;
  }
  .pad-bot-tm-50 {
    padding-bottom: 50px;
  }
  .pad-top-tm-60 {
    padding-top: 60px;
  }
  .pad-bot-tm-60 {
    padding-bottom: 60px;
  }
  .pad-top-tm-70 {
    padding-top: 70px;
  }
  .pad-bot-tm-70 {
    padding-bottom: 70px;
  }
  .pad-top-tm-80 {
    padding-top: 80px;
  }
  .pad-bot-tm-80 {
    padding-bottom: 80px;
  }
  .pad-top-tm-90 {
    padding-top: 90px;
  }
  .pad-bot-tm-90 {
    padding-bottom: 90px;
  }
  .pad-top-tm-100 {
    padding-top: 100px;
  }
  .pad-bot-tm-100 {
    padding-bottom: 100px;
  }
  .pad-top-tm-150 {
    padding-top: 150px;
  }
  .pad-bot-tm-150 {
    padding-bottom: 150px;
  }
  .pad-top-tm-200 {
    padding-top: 200px;
  }
  .pad-bot-tm-200 {
    padding-bottom: 200px;
  }
  .pad-top-tm-250 {
    padding-top: 250px;
  }
  .pad-bot-tm-250 {
    padding-bottom: 250px;
  }
}
@media (max-width: 812px) {
  .pad-top-tp-0 {
    padding-top: 0px;
  }
  .pad-bot-tp-0 {
    padding-bottom: 0px;
  }
  .pad-top-tp-10 {
    padding-top: 10px;
  }
  .pad-bot-tp-10 {
    padding-bottom: 10px;
  }
  .pad-top-tp-20 {
    padding-top: 20px;
  }
  .pad-bot-tp-20 {
    padding-bottom: 20px;
  }
  .pad-top-tp-30 {
    padding-top: 30px;
  }
  .pad-bot-tp-30 {
    padding-bottom: 30px;
  }
  .pad-top-tp-40 {
    padding-top: 40px;
  }
  .pad-bot-tp-40 {
    padding-bottom: 40px;
  }
  .pad-top-tp-50 {
    padding-top: 50px;
  }
  .pad-bot-tp-50 {
    padding-bottom: 50px;
  }
  .pad-top-tp-60 {
    padding-top: 60px;
  }
  .pad-bot-tp-60 {
    padding-bottom: 60px;
  }
  .pad-top-tp-70 {
    padding-top: 70px;
  }
  .pad-bot-tp-70 {
    padding-bottom: 70px;
  }
  .pad-top-tp-80 {
    padding-top: 80px;
  }
  .pad-bot-tp-80 {
    padding-bottom: 80px;
  }
  .pad-top-tp-90 {
    padding-top: 90px;
  }
  .pad-bot-tp-90 {
    padding-bottom: 90px;
  }
  .pad-top-tp-100 {
    padding-top: 100px;
  }
  .pad-bot-tp-100 {
    padding-bottom: 100px;
  }
  .pad-top-tp-150 {
    padding-top: 150px;
  }
  .pad-bot-tp-150 {
    padding-bottom: 150px;
  }
  .pad-top-tp-200 {
    padding-top: 200px;
  }
  .pad-bot-tp-200 {
    padding-bottom: 200px;
  }
  .pad-top-tp-250 {
    padding-top: 250px;
  }
  .pad-bot-tp-250 {
    padding-bottom: 250px;
  }
}
.flex {
  display: flex;
}

.f-r {
  flex-direction: row;
}

.f-c {
  flex-direction: column;
}

.wrap {
  flex-wrap: wrap;
}

.nowrap {
  flex-wrap: nowrap;
}

.jc-inicio {
  justify-content: flex-start;
}

.jc-centro {
  justify-content: center;
}

.jc-fin {
  justify-content: flex-end;
}

.jc-entre {
  justify-content: space-between;
}

.jc-alred {
  justify-content: space-around;
}

.jc-eq {
  justify-content: space-evenly;
}

.ai-inicio {
  align-items: flex-start;
}

.ai-centro {
  align-items: center;
}

.ai-fin {
  align-items: flex-end;
}

.ai-estirar {
  align-items: stretch;
}

.grid-center {
  display: grid;
  align-items: center;
}

.grid-end {
  display: grid;
  align-items: end;
}

a {
  transition: 0.3s all ease;
  text-decoration: none;
  color: #000;
}

.cover {
  object-fit: cover;
}

.shadow {
  box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, 0.1);
  transition: 0.3s all ease;
}

.shadow-padding {
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  transition: 0.3s all ease;
  padding: 30px !important;
}

.contenedor-seccion {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  width: 90%;
}

.contenedor-botonera {
  max-width: 1100px;
  margin: 0 auto;
  width: 90%;
}

.contenedor-banner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}

.contenedor-full {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  width: 100%;
}

.contenedor-grande {
  max-width: 1250px;
  margin: 0 auto;
  width: 100%;
}

.gradient-rosa {
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 18%, rgb(0, 0, 0) 48%, rgb(0, 0, 0) 100%);
}

.contenedor-1000 {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  width: 90%;
}

.contenedor-preguntas {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  width: 90%;
}

:root {
  --mf-ui-bg: #ffffff;
  --mf-ui-bg-muted: #f5f5f7;
  --mf-ui-border: #d1d5db;
  --mf-ui-border-strong: #9ca3af;
  --mf-ui-radius: 8px;
  --mf-ui-radius-pill: 999px;
  --mf-ui-text: #111827;
  --mf-ui-text-muted: #6b7280;
  --mf-ui-error: #ef4444;
  --mf-ui-error-bg: #fef2f2;
  --mf-ui-success: #16a34a;
  --mf-ui-success-bg: #ecfdf3;
  /* alineado con tu azul actual */
  --mf-ui-focus: #3b3bf5;
  --mf-ui-focus-ring: 0 0 0 2px rgba(59, 59, 245, 0.45);
  --mf-ui-shadow-soft: 0 1px 2px rgba(15, 23, 42, 0.08);
  --mf-ui-transition: 0.18s ease-out;
  --mf-ui-font: Inter, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --mf-ui-font-size: 15px;
  --mf-ui-field-padding-y: 10px;
  --mf-ui-field-padding-x: 14px;
}

/* Layout form base */
.mf-form {
  max-width: 720px;
  margin: 0 auto;
}

/* Variante para usar con tu grid: .grid.col-2.col-tm-1 dentro del form */
.mf-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

@media (max-width: 813px) {
  .mf-form-row {
    grid-template-columns: 1fr;
  }
}
/* Grupo de campo */
.mf-field {
  margin-bottom: 16px;
}

/* Label */
.mf-label {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: var(--mf-ui-font);
  font-size: 14px;
  font-weight: 600;
  color: var(--mf-ui-text);
  margin-bottom: 6px;
}

.mf-label__required {
  color: var(--mf-ui-error);
  font-weight: 700;
}

/* Texto de ayuda / error */
.mf-help,
.mf-error-text {
  font-family: var(--mf-ui-font);
  font-size: 13px;
  line-height: 1.4;
  margin-top: 4px;
}

.mf-help {
  color: var(--mf-ui-text-muted);
}

.mf-error-text {
  color: var(--mf-ui-error);
}

/* Controles básicos */
.mf-input,
.mf-textarea,
.mf-select {
  width: 100%;
  box-sizing: border-box;
  font-family: var(--mf-ui-font);
  font-size: var(--mf-ui-font-size);
  color: var(--mf-ui-text);
  background-color: var(--mf-ui-bg);
  border-radius: var(--mf-ui-radius);
  border: 1px solid var(--mf-ui-border);
  padding: var(--mf-ui-field-padding-y) var(--mf-ui-field-padding-x);
  transition: border-color var(--mf-ui-transition), box-shadow var(--mf-ui-transition), background-color var(--mf-ui-transition);
  box-shadow: var(--mf-ui-shadow-soft);
}

/* Textarea */
.mf-textarea {
  min-height: 120px;
  resize: vertical;
}

/* Select */
.mf-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: var(--mf-ui-bg) url("data:image/svg+xml;charset=UTF-8,<svg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'><path d='M1 1L5 5L9 1' stroke='%239ca3af' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat right 12px center;
  background-size: 12px;
  padding-right: 40px;
}

/* Placeholder */
.mf-input::placeholder,
.mf-textarea::placeholder {
  color: #9ca3af;
}

/* Focus accesible */
.mf-input:focus,
.mf-textarea:focus,
.mf-select:focus {
  outline: none;
  border-color: var(--mf-ui-focus);
  box-shadow: var(--mf-ui-focus-ring);
}

.mf-input:focus-visible,
.mf-textarea:focus-visible,
.mf-select:focus-visible {
  outline: none;
}

/* Estados disabled / read-only */
.mf-input:disabled,
.mf-textarea:disabled,
.mf-select:disabled {
  background-color: var(--mf-ui-bg-muted);
  color: var(--mf-ui-text-muted);
  cursor: not-allowed;
}

.mf-input[readonly],
.mf-textarea[readonly] {
  background-color: #f9fafb;
}

/* Estados de validación */
.mf-is-error .mf-input,
.mf-input.mf-is-error,
.mf-is-error .mf-textarea,
.mf-textarea.mf-is-error,
.mf-is-error .mf-select,
.mf-select.mf-is-error {
  border-color: var(--mf-ui-error);
  background-color: var(--mf-ui-error-bg);
}

.mf-is-success .mf-input,
.mf-input.mf-is-success,
.mf-is-success .mf-textarea,
.mf-textarea.mf-is-success,
.mf-is-success .mf-select,
.mf-select.mf-is-success {
  border-color: var(--mf-ui-success);
  background-color: var(--mf-ui-success-bg);
}

/* Tamaños */
.mf-sm {
  font-size: 13px;
  padding: 8px 10px;
}

.mf-lg {
  font-size: 16px;
  padding: 12px 16px;
}

/* Checkbox / Radios */
.mf-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
}

.mf-option {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--mf-ui-font);
  font-size: 14px;
  color: var(--mf-ui-text);
}

.mf-option input[type=checkbox],
.mf-option input[type=radio] {
  width: 16px;
  height: 16px;
  accent-color: var(--mf-ui-focus);
}

/* Botones */
.mf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--mf-ui-font);
  font-size: 14px;
  font-weight: 500;
  border-radius: var(--mf-ui-radius-pill);
  border: 1px solid transparent;
  padding: 5px 10px;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color var(--mf-ui-transition), color var(--mf-ui-transition), border-color var(--mf-ui-transition), transform var(--mf-ui-transition), box-shadow var(--mf-ui-transition);
}

/* Tamaños botón */
.mf-btn.mf-sm {
  padding: 7px 14px;
  font-size: 13px;
}

.mf-btn.mf-lg {
  padding: 11px 22px;
  font-size: 15px;
}

.mf-btn.mf-full {
  width: 100%;
  justify-content: center;
}

/* Variantes botón */
.mf-btn--pri {
  background-color: var(--mf-ui-focus);
  color: #ffffff;
  box-shadow: var(--mf-ui-shadow-soft);
}

.mf-btn--pri:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
}

.mf-btn--sec {
  background-color: #ffffff;
  color: var(--mf-ui-text);
  border-color: var(--mf-ui-border-strong);
}

.mf-btn--sec:hover {
  background-color: var(--mf-ui-bg-muted);
}

.mf-btn--ghost {
  background-color: transparent;
  color: var(--mf-ui-text-muted);
}

.mf-btn--ghost:hover {
  background-color: var(--mf-ui-bg-muted);
}

.mf-btn--danger {
  background-color: var(--mf-ui-error);
  color: #ffffff;
}

.mf-btn--danger:hover {
  filter: brightness(1.05);
}

/* Estados botón: disabled / focus */
.mf-btn:disabled,
.mf-btn[aria-disabled=true] {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.mf-btn:focus-visible {
  outline: none;
  box-shadow: var(--mf-ui-focus-ring);
}

/* Debug de roles: envuelves una zona en .mf-role-debug para revisar */
.mf-role-debug [role] {
  outline: 2px dashed #f97316;
  outline-offset: 2px;
}

/* Respeto a prefers-reduced-motion */
@media (prefers-reduced-motion: reduce) {
  .mf-input,
.mf-textarea,
.mf-select,
.mf-btn {
    transition: none !important;
  }
}
body {
  font-size: 16px;
  font-family: "Inter", sans-serif;
  margin: 0px;
  padding: 0px;
  font-weight: 300;
  font-style: normal;
  line-height: 22px;
}

.hidden {
  overflow: hidden;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

.sas {
  overflow: hidden;
  width: 100%;
}

.salto {
  height: 130px;
}

.salto-producto {
  height: 96px;
}

@media (max-width: 812px) {
  .salto {
    height: 140px;
  }
  .mensaje-top {
    display: none;
  }
}
.col-azul-claro {
  background-color: #a6c3d7;
  color: #fff;
}

.gris {
  background-color: #D0E6E3;
  color: #242D3F;
}

.col-gris-taupe {
  background-color: #a6c3d7;
  color: #fff;
}

.col-beige {
  background-color: #e5dca2;
  color: #fff;
}

.col-negro-azul {
  background-color: #1f2734;
  color: #fff;
}

.col-verde-suave {
  background-color: #d9d780;
  color: #fff;
}

.col-gris-taupe {
  background-color: #8e8d84;
  color: #fff;
}

.col-rosa-suave {
  background-color: #e89fbf;
  color: #fff;
}

/*SECCIONES*/
.titulo-seccion h2 {
  font-size: 36px;
  margin: 0px;
}

@media (min-width: 1680px) {
  div#carru {
    max-width: 1480px;
  }
}
@media (max-width: 812px) {
  .titulo-seccion h2 {
    font-size: 25px;
    margin: 0px;
    padding-bottom: 33px;
    line-height: 30px;
  }
  div#carru {
    padding-top: 39px;
    padding-bottom: 50px;
  }
}
.salto-interno {
  height: 130px;
}

@media (max-width: 812px) {
  .salto-interno {
    height: 90px;
  }
}
.bt-movil {
  position: fixed;
  top: 0px;
  right: -100%;
  width: 90%;
  height: 100%;
  z-index: 1000000000;
  background: #242D3F;
  padding: 50px 0px;
}

.header-menu-mov {
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

a.closs {
  color: #fff;
}

.botonera-mov {
  padding: 40px 20px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

.botonera-mov .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.botonera-mov .menu > li > a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  display: block;
  padding: 10px 0;
  transition: color 0.3s;
}

/* Submenú oculto inicialmente */
.botonera-mov .sub-menu {
  display: none;
  flex-direction: column;
  padding-left: 0px;
  margin-top: 8px;
  gap: 10px;
  list-style: none;
}

.botonera-mov .sub-menu a {
  font-size: 16px;
  opacity: 0.85;
  transition: opacity 0.3s;
  color: #fff;
  border-bottom: solid 1px rgba(204, 204, 204, 0.0705882353);
  width: 100%;
  display: block;
}

.botonera-mov .sub-menu a:hover {
  opacity: 1;
}

/* Estado expandido */
.botonera-mov .menu-item-has-children > .activo + .sub-menu {
  display: flex;
}

/*FOOTER*/
a.whatsapp {
  background: #44C654;
  display: flex;
  align-items: center;
  font-size: 18px;
  padding: 10px 25px;
  border-radius: 50px;
  color: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  max-width: 155px;
  width: 100%;
  float: right;
}

a.whatsapp i {
  font-size: 25px;
  margin-right: 10px;
}

@keyframes shake {
  0%, 100% {
    transform: translate(0, 0);
  }
  25%, 75% {
    transform: translate(-5px, 0);
  }
  50% {
    transform: translate(5px, 0);
  }
}
.whatsapp {
  animation: shake 0.5s ease-in-out;
}

.shake-animation {
  animation: shake 0.5s ease-in-out infinite;
}

@media (max-width: 812px) {
  .dats-foot ul {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 0px;
    justify-content: inherit;
  }
  .copy {
    flex-direction: column;
  }
  .botonera-vertical {
    position: fixed;
    z-index: 100000;
    background: #fff;
    top: 0px;
    height: 100%;
    padding: 30px 0px;
    min-width: 100%;
    left: -100%;
  }
  .metodos {
    float: left;
  }
}
.redes-lateral ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.redes-lateral {
  position: absolute;
  z-index: 1000;
  right: 50px;
  top: 200px;
  padding: 10px;
  border-radius: 50px;
}

.redes-lateral li a {
  color: #fff;
  padding: px;
  margin-bottom: 10px;
  display: block;
  font-size: 22px;
  line-height: 33px;
}

@media (max-width: 812px) {
  .redes-lateral {
    display: none;
  }
}
/*BOTONERA*/
@media (min-width: 813px) {
  #search-results {
    max-width: 568px;
    /* margin: 0 auto; */
    padding: 0px;
    display: none;
    padding-top: 20px;
    position: absolute;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-top: 10px;
    width: 100%;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  }
  .contenedor-buscador {
    max-width: 600px;
    width: 100%;
    margin: inherit;
    position: relative;
    margin-left: 30px;
    display: block;
  }
  .buscador-grande {
    display: flex;
    align-items: center;
  }
}
#search-results a {
  display: flex;
  margin-bottom: 10px;
  padding: 5px;
  color: #333;
  text-decoration: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  border-radius: 3px;
  align-items: center;
}

.product-busqueda {
  background: #fff;
}

.product-busqueda .price {
  font-size: 17px;
  font-weight: 700;
  padding-left: 10px;
}

#search-results a img {
  width: 40px;
  margin-right: 10px;
}

#search-results a:hover {
  background-color: #e0e0e0;
  color: #000;
}

@media (max-width: 812px) {
  .contenedor-buscador {
    max-width: 600px;
    width: 90%;
    margin: 0 auto;
    position: relative;
    padding-top: 70px;
  }
  .contenedor-buscador h2 {
    text-transform: none;
    font-size: 31px;
    max-width: 90%;
    color: #000;
    padding-bottom: 20px;
    display: block;
  }
  .font-60 {
    font-size: 42px;
    line-height: 44px;
  }
}
.is-valid {
  border-color: #28a745;
}

.is-invalid {
  border-color: #dc3545;
}

.desc-seccion {
  font-size: 18px;
  max-width: 77%;
  padding-bottom: 30px;
  margin: 0 auto;
  text-align: center;
}

.maximo {
  max-width: 1680px;
  margin: 0 auto;
}

.item h3 {
  color: #fff;
  font-size: 18px;
  padding: 20px 0px;
  /* text-transform: uppercase; */
}

.item:hover .item-foto img {
  transform: scale(1.1);
}

.item-foto {
  height: 300px;
  overflow: hidden;
}

.item-foto img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
  transition: 0.3s all ease;
}

a.button.volver-a-pedir {
  background: #48c9e1;
  color: #000;
  padding: 10px 20px;
  font-size: 28px;
}

@media (max-width: 812px) {
  .desc-seccion {
    font-size: 18px;
    max-width: 100%;
    padding-bottom: 30px;
    margin: 0 auto;
    text-align: center;
  }
  .contenedor-listado {
    max-width: 900px;
    margin: 0 auto;
    width: 90%;
  }
  .header-curso {
    max-width: 900px;
    margin: 0 auto;
    width: 85%;
  }
  a.cerrar-menu {
    position: absolute;
    top: 30px;
    right: 19px;
    /* font-size: 44px; */
  }
}
nav.mf-dashboard-nav {
  display: flex;
  justify-content: end;
}

nav.mf-dashboard-nav a {
  padding: 10px 20px;
}

.velo-servicios {
  background: #ECF2F2;
  background: linear-gradient(180deg, rgb(236, 242, 242) 0%, rgb(255, 255, 255) 100%);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  min-height: 1400px;
}

.mf-img-servicio {
  width: 100%;
  height: 100%;
  min-height: 400px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.mf-img-servicio img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.mf-info-servicio {
  display: flex;
  flex-direction: column;
}

.mf-tag-sesion {
  background-color: #d9e3f1;
  color: #000;
}

.mf-precio-servicio {
  padding: 10px 0;
}

.mf-cta-servicio {
  display: inline-block;
  padding: 0 30px;
}

.mf-card-servicio {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  margin: 10px;
}

.mf-icono-servicio {
  border-radius: 10px;
}

@media (max-width: 812px) {
  .mf-icono-servicio {
    border-radius: 10px;
    max-width: 50px;
  }
  .texto-swiper h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
.bg-vio {
  background: #8394d2;
}

.bg-ver {
  background: #a4d962;
}

.bg-nar {
  background: #f2a83a;
}

.bg-neg {
  background: #000;
}

.mf-card-servicio {
  display: grid;
  grid-template-columns: 25% 75%;
  grid-gap: 20px;
}

.swiper-grid > .swiper-wrapper {
  margin-bottom: 40px;
}

.swiper-button-next, .swiper-button-prev {
  top: inherit !important;
  bottom: 0px;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 26px !important;
  color: #000;
}

.butones {
  max-width: 100px;
  position: relative;
  position: absolute;
  width: 100px;
  right: 0;
}

@media (max-width: 812px) {
  .mf-card-servicio {
    grid-template-columns: 100%;
  }
  .swiper-wrapper {
    padding-bottom: 60px;
  }
  .butones {
    max-width: 100%;
    position: relative;
    /* position: absolute; */
    width: 100%;
    right: 0;
  }
}
.mf-timeline-proceso {
  position: relative;
}

.mf-timeline-proceso ol {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.mf-step-proceso {
  position: relative;
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 20px;
}

.mf-step-icono {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  flex-shrink: 0;
}

.mf-submensaje-cta a {
  display: block;
  margin-top: 30px;
}

.mf-img-proceso {
  background-color: #ddd;
  width: 100%;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  border-radius: 10px;
}

.mf-img-profesional {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #ddd; /* simulación foto */
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
  overflow: hidden;
}

.t-buy {
  max-width: 80%;
}

button.mf-faq-question h3 {
  font-size: 18px;
  font-weight: 400;
  text-align: left;
}

@media (max-width: 767px) {
  .fich {
    grid-template-columns: 100% !important;
  }
}
.mf-boton-perfil {
  background-color: #d9d780;
  padding: 8px 16px;
  font-weight: bold;
  font-size: 14px;
  color: #1c1c1c;
  display: inline-block;
  margin-top: 10px;
  transition: background 0.3s;
}

.mf-boton-perfil:hover {
  background-color: #c8c65e;
}

.sat {
  height: 42px;
}

.texto-swiper {
  max-width: 90%;
}

.mf-banner-cta-final {
  background-color: #242D3F; /* tono similar al original */
  color: #ffffff;
}

.mf-mensaje-cta p {
  margin: 0;
}

.mf-submensaje-cta p {
  margin: 0;
}

.mf-boton-cta-final {
  display: inline-block;
  padding: 0 30px;
}

.mf-faq-question {
  background: none;
  border: none;
  font-size: 18px;
  padding: 20px 0;
  width: 100%;
  cursor: pointer;
  font-family: Inter, sans-serif;
  border-bottom: 1px solid #bababa;
  color: #242D3F !important;
}

.mf-faq-toggle {
  font-size: 30px;
  transition: transform 0.3s ease;
}

.mf-faq-answer {
  display: none;
  padding: 10px 0 20px;
  /* color: #ccc; */
  line-height: 24px;
}

.mf-faq-item.active .mf-faq-answer {
  display: block;
}

.mf-faq-item.active .mf-faq-toggle {
  transform: rotate(45deg);
}

@media (max-width: 812px) {
  .mf-card-profesional {
    flex-direction: column;
  }
}
/*BANNER*/
.sas {
  overflow: hidden;
  width: 100%;
}

.banner {
  height: 800px;
  color: #fff;
  position: relative;
}

.descripcion-banner {
  font-size: 23px;
  max-width: 90%;
  line-height: 28px;
  font-weight: 300;
  color: #242D3F;
}

.contenedor-banner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  z-index: 1;
}

.video-banner {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
}

.textos-banner {
  max-width: 100%;
  padding-top: 0px;
  text-align: left;
  margin: 0 auto;
  z-index: 1;
  width: 100%;
}

a.btn-negro {
  color: #fff;
  background: #000;
  display: block;
  width: fit-content;
  padding: 13px 30px;
  font-size: 18px;
  border-radius: 50px;
}

a.banner_boton {
  background: #c6a280;
  font-size: 20px;
  padding: 10px;
  display: block;
  width: fit-content;
  margin-top: 24px;
  color: #fff;
  font-weight: 500;
  padding: 10px 30px;
  border-radius: 50px;
}

.bajada {
  font-size: 37px;
}

@keyframes kenburns {
  0% {
    transform: scale(1) translate(0, 0);
  }
  100% {
    transform: scale(1.05) translate(-10px, -10px); /* Ajusta los valores según el efecto deseado */
  }
}
.foto-pc {
  position: absolute;
  z-index: -1;
  width: 750px;
  overflow: hidden;
  width: 100%;
  top: 0px;
}

.foto-pc img {
  object-fit: cover;
  transform: scale(1.1); /* Inicia con un pequeño zoom */
  animation: kenburns 10s infinite alternate; /* Aplica la animación */
}

.foto-pc {
  display: block;
}

.foto-tel {
  display: none;
}

.colores {
  background: transparent !important;
}

.slide {
  position: relative;
}

.slide .owl-nav .owl-next, .slide .owl-nav .owl-prev {
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.slide .owl-nav .owl-next {
  right: 0;
  display: flex;
  margin-right: 2%;
  font-size: 30px !important;
}

.slide .owl-nav .owl-prev {
  left: 0;
  display: flex;
  margin-left: 2%;
  font-size: 30px !important;
}

h1.h4-bold {
  color: #242D3F;
}

.textos-banner h2 {
  font-family: "Inter", sans-serif;
  /* font-weight: 700 !important; */
  line-height: 75px;
  margin: 0px;
  font-size: 50px;
  font-weight: 100;
  max-width: 100%;
  line-height: 56px;
  color: #242D3F;
}

@media (max-width: 812px) {
  .textos-banner h2 {
    font-family: "Inter", sans-serif;
    /* font-weight: 700 !important; */
    line-height: 75px;
    margin: 0px;
    font-size: 32px;
    font-weight: 100;
    max-width: 100%;
    line-height: 35px;
    color: #242D3F;
  }
  .descripcion-banner {
    font-size: 18px;
    max-width: 90%;
    padding-top: 0px;
    line-height: 24px;
    font-weight: 300;
  }
  .bajada {
    font-size: 25px;
  }
  .foto-pc {
    display: none;
  }
  .foto-tel {
    display: block;
    height: auto;
  }
  .banner {
    height: auto;
    color: #fff;
    position: relative;
  }
  .foto-pc {
    position: relative;
    z-index: -1;
    overflow: hidden;
    width: 100%;
  }
  .foto-pc img {
    height: 450px;
    object-fit: cover;
  }
  .textos-banner {
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 0px;
  }
  .textos-banner h1 {
    line-height: 54px;
  }
  .contenedor-banner {
    max-width: 1200px;
    margin: -100px auto 0px;
    position: relative;
    width: 100%;
    background: #2e2e2e;
  }
}
.banner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 1600px;
  height: 900px;
  border: 0;
  margin: 0;
  padding: 0;
}

.velo-video {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 0;
  overflow: hidden;
}

.texto-testimonio {
  max-width: 300px;
  position: absolute;
  bottom: -200px;
  font-size: 18px;
}

.texto-testimonio a {
  color: #fff;
  display: block;
  border-bottom: solid 1px #fff;
  width: fit-content;
  padding: 10px 0px;
}

ul.ficha-doctora h4 {
  font-size: 16px;
  margin: 0px 0px 10px;
}

ul.ficha-doctora li {
  padding-bottom: 10px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 10px;
}

.botones-tab {
  display: flex;
  text-align: left;
  grid-gap: 0px;
}

.tab-contenido h3 {
  font-size: 25px !important;
  margin: 0px;
  padding-bottom: 30px;
  border-bottom: solid 1px #939393;
  font-weight: 300;
}

ul.ficha-doctora {
  list-style: none;
}

.tab-contenido ul {
  padding-left: 18px;
}

.tab-contenido ul li {
  margin-bottom: 10px;
}

.tab-btn {
  text-align: left;
  padding: 14px 10px;
  margin: 0px;
  font-size: 16px;
  background: transparent;
  border: none;
  border-bottom: solid 1px #939393;
}

.tab-activa {
  background-color: #becfcd;
  color: #000;
}

@media (max-width: 768px) {
  .grid.col-4.col-tm-1 {
    grid-template-columns: 1fr;
  }
  .span-1,
.span-3 {
    grid-column: span 1;
  }
}
.mf-acordeon-neuronova {
  display: none;
}

.acordeon-contenido {
  display: none;
  padding: 10px 0;
}

.acordeon-activa + .acordeon-contenido {
  display: block;
}

@media (max-width: 768px) {
  .tabs {
    display: none;
  }
  .mf-acordeon-neuronova {
    display: block;
  }
  .mf-tabs-neuronova {
    display: none !important;
  }
}
.numer {
  font-size: 60px;
  text-align: center;
  font-family: "Inter", sans-serif;
  line-height: 80px;
}

.numer strong {
  font-weight: 100;
}

.num span {
  text-align: center;
  display: block;
  font-size: 23px;
}

@media (max-width: 812px) {
  .numero {
    padding-bottom: 39px;
  }
  .numer strong {
    font-weight: 100;
    display: block;
  }
  .numer {
    display: flex;
    line-height: 72px;
    justify-content: center;
  }
}
form#gift_card_form {
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
}

.formulario-tarjeta input {
  padding: 10px;
  margin-bottom: 10px;
}

.formulario-tarjeta {
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
}

.summary.entry-summary .cart.gift-card {
  flex-direction: column;
}

form.cart.gift_card {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.gift-card-form {
  grid-column: span 5;
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
}

.quantity {
  grid-column: span 1;
}

button.single_add_to_cart_button.button.alt {
  grid-column: span 3;
}

.gift-card-form input {
  padding: 11px;
  margin-bottom: 10px;
}

.gift-card-form textarea {
  height: 50px;
  font-family: "Inter";
  padding: 10px;
}

.gift-card-form label {
  font-weight: 700;
  padding-bottom: 10px;
}

.woocommerce-product-gallery__wrapper.galeria.owl-carousel.owl-loaded.owl-drag {
  position: sticky;
  top: 150px;
}

.woocommerce-order.claessss a {
  text-decoration: underline;
  font-weight: 700;
}

/*CARD PRODUCTO*/
.texto-producto h4 {
  margin: 10px 0px;
  font-size: 20px;
}

.sale {
  font-size: 18px;
  padding-top: 0px;
}

.descripcion-listado {
  font-size: 14px;
  padding-bottom: 13px;
  max-width: 85%;
}

.precio {
  font-size: 25px;
}

.oferta .normal {
  text-decoration: line-through;
  color: #ccc;
}

.item-producto {
  opacity: 1; /* Aplicamos una opacidad por defecto */
  transition: opacity 0.2s ease-out; /* Añadimos una transición suave */
  position: relative; /* Añadimos posición relativa para alinear el botón */
}

.item-producto:hover {
  opacity: 0.8; /* Al hacer hover aumentamos la opacidad */
}

.agregar {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  background: #ffffff;
  padding: 10px 15px;
  border-radius: 50px;
  font-size: 15px;
  text-transform: normal;
  font-weight: 600;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
}

.agregar:hover {
  background: #000000;
  color: #ffffff;
}

.product-type-simple:hover .agregar {
  display: block !important;
  opacity: 1;
  text-align: center;
}

.resultados ul {
  list-style: none;
  padding: 0px;
}

h1.page-title {
  font-size: 40px;
  /* margin: 0px; */
  /* font-weight: 300; */
  /* font-style: italic; */
  margin: 0px;
  padding-top: 96px;
  text-align: center;
  font-size: 70px;
  font-family: "Poppins", sans-serif;
  color: #fff;
  position: relative;
  z-index: 1;
}

@media (max-width: 812px) {
  h1.page-title {
    font-size: 40px;
    /* margin: 0px; */
    /* font-weight: 300; */
    /* font-style: italic; */
    margin: 0px;
    padding-top: 145px;
    text-align: center;
    font-size: 44px;
    font-family: "Poppins", sans-serif;
    color: #fff;
    position: relative;
    z-index: 1;
    margin: 0 auto;
  }
}
.owl-item li {
  list-style: none;
  padding: 0px;
}

.navi .owl-nav .owl-next, .navi .owl-nav .owl-prev {
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background: #fff !important;
  width: 41px;
  /* text-align: center !important; */
  border-radius: 50px;
  border: solid 2px #000 !important;
}

.navi .owl-nav .owl-next span, .navi .owl-nav .owl-prev span {
  margin: 0 auto;
}

.navi .owl-nav .owl-next {
  right: 0;
  display: flex;
  margin-right: 2%;
  font-size: 30px !important;
}

.navi .owl-nav .owl-prev {
  left: 0;
  display: flex;
  margin-left: 2%;
  font-size: 30px !important;
}

span.etiqueta-proximamente {
  position: absolute;
  background: #e00;
  color: #fff;
  top: 0px;
  padding: 13px;
  font-size: 20px;
  margin-top: 0px;
}

.etiqueta-proximamente {
  background: #e00;
  padding: 10px;
  width: fit-content;
  color: #fff;
  font-size: 18px;
  margin-top: 20px;
}

.navi li {
  margin: 4px;
}

.item-producto:hover .agregar {
  display: block; /* Mostramos el botón al hacer hover */
  opacity: 1; /* Añadimos opacidad 1 para animación */
  animation: fadeIn 0.5s ease-in-out; /* Añadimos una animación de fadeIn */
  width: fit-content;
  min-width: 130px;
  text-align: center;
  background: #000;
  color: #fff;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.image-container-loop {
  height: 275px;
  overflow: hidden;
}

.woocommerce-product-gallery__image {
  overflow: hidden;
}

.woocommerce-product-gallery__image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  display: block;
  border-radius: 0px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
}

.woocommerce-product-gallery__image {
  padding: 0px;
}

.summary .etiqueta-preventa {
  /* padding-bottom: 20px; */
  font-size: 18px;
  background: #000;
  margin-bottom: 29px;
  color: #fff;
  padding: 15px;
  width: fit-content;
  position: relative;
  max-width: 100%;
}

.summary .etiqueta-preventa strong {
  /* padding-bottom: 20px; */
  font-size: 24px;
}

.etiqueta-preventa {
  position: absolute;
  top: 0px;
  background: #000;
  width: fit-content;
  font-size: 13px;
  color: #fff;
  padding: 10px;
  max-width: 159px;
}

.etiqueta-preventa strong {
  font-size: 20px;
}

/*CARRUCEL CATEGORIAS*/
.item-categoria {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 5px;
  margin: 5px;
}

.image-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.image-container img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.image-container:hover img {
  transform: scale(1.1);
}

.velo-gradiente {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  opacity: 0.6;
  transition: opacity 0.5s;
}

.image-container:hover .velo-gradiente {
  opacity: 1;
}

.card {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: calc(100% - 40px);
  padding: 20px;
  background-color: #fff;
  color: #242D3F;
  opacity: 1;
  transition: opacity 0.5s, transform 0.5s;
  display: grid;
  align-items: end;
}

.image-container:hover .card {
  opacity: 1;
}

.image-container:hover h3.titulo-card-principal {
  opacity: 0;
}

.descripcion-card {
  font-size: 14px;
  margin-bottom: 20px;
}

.item-categoria:hover a .card {
  background-color: #E5D8A7;
}

.card a:hover {
  background-color: #000;
  color: #fff;
}

h3.titulo-card-principal {
  left: 20px;
  bottom: 10px;
  position: absolute;
  font-size: 23px;
  font-weight: 700;
  line-height: 27px;
  opacity: 1;
  text-transform: normal;
}

.titulo-card {
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  opacity: 1;
  margin: 0px 0px 15px;
}

.carrucel-productos-1 .owl-nav {
  max-width: 1100px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  top: -55px;
  text-align: right;
}

.carrucel-productos-1 .owl-nav button {
  font-size: 41px !important;
  padding: 0px 20px !important;
  margin-left: 34px;
}

h3.titulo-card-principal strong, .titulo-card strong {
  font-size: 30px;
  font-weight: 600;
  display: block;
}

@media (max-width: 812px) {
  .carrucel-productos-1 .owl-nav {
    padding-right: 30px;
  }
  div#sobre h2 {
    font-size: 45px;
    line-height: 47px;
  }
}
@media (max-width: 812px) {
  .item-categoria {
    min-height: 380px;
  }
  .descripcion-card {
    font-size: 12px;
    margin-bottom: 0px;
    line-height: 18px;
  }
  .card {
    min-height: 125px;
  }
  .image-container {
    position: inherit;
    width: 100%;
    height: 100%;
    overflow: inherit;
    min-height: 380px;
  }
}
/*MENSAJE ENVIOS*/
.mensaje-env h3 {
  margin: 0px 0px 0px;
  text-align: center;
  font-weight: 300;
  color: #fff;
  font-size: 18px;
  line-height: 29px;
}

@media (min-width: 812px) {
  .mensaje-env h3 {
    margin: 0px 0px 0px;
    text-align: center;
    font-weight: 300;
    color: #fff;
    font-size: 22px;
  }
}
/*DESTACADOS*/
.contenedor-destacado {
  padding: 30px;
  text-align: left;
  display: flex;
  flex-direction: column;
}

.text-destacados strong {
  font-size: 43px;
  display: block;
  margin-top: -7px;
  padding-bottom: 15px;
}

.text-destacados {
  font-size: 29px;
  line-height: 32px;
}

.code {
  padding: 12px;
  border: dashed 1px #fff;
  margin-top: 20px;
  font-size: 22px;
}

.code strong {
  font-size: 36PX;
}

.mensajes .owl-nav {
  font-size: 32px;
  display: flex;
  justify-content: space-between;
  /* margin-top: -42px; */
}

.mensajes .owl-prev, .mensajes .owl-next {
  left: 0px;
  top: 0px;
  display: block;
  width: 38px;
  margin-top: -50px;
  display: block;
  height: 50px;
}

.mensajes .owl-prev {
  margin-left: -50px;
}

.mensajes .owl-next {
  margin-right: -50px;
}

.pagina-aviso {
  background: #eee;
}

.pagina-aviso .code strong {
  font-size: 45PX;
}

.pagina-aviso .contenedor-destacado {
  padding: 0px;
  text-align: left;
  display: flex;
  flex-direction: inherit;
  align-items: center;
  width: 100%;
  justify-content: center;
}

.pagina-aviso .num {
  font-size: 115px;
  font-weight: 700;
  color: #060606;
}

.pagina-aviso .text-destacados {
  font-size: 29px;
  line-height: 32px;
  margin-left: 16px;
}

.pagina-aviso .text-destacados strong {
  font-size: 63px;
  display: block;
  margin-top: 9px;
  padding-bottom: 11px;
}

.pagina-aviso .code {
  padding: 12px;
  border: dashed 1px #a0a0a0;
  margin-top: 0px;
  font-size: 22px;
  margin-left: 30px;
}

.pagina-aviso .code strong {
  display: block;
}

.cont-icono {
  display: flex;
  align-items: center;
  border-right: solid 1px rgba(0, 0, 0, 0.1803921569);
}

.texto-dos {
  font-size: 19px;
}

@media (max-width: 812px) {
  .cont-icono {
    display: flex;
    align-items: center;
    border-right: none;
    flex-direction: column;
  }
  .destacado.grid-center.col-2.primer {
    padding: 20px;
    grid-gap: 0px;
    border-radius: 10px;
    width: 90%;
    margin-top: 30px;
    background: #fff !important;
  }
  .texto-icono h2 {
    font-size: 25px;
    line-height: 30px;
    font-family: "Poppins", sans-serif;
    text-align: center;
  }
  .cont-icono img {
    max-width: 112px;
    margin-right: 20px;
  }
  .texto-dos {
    font-size: 15px;
    text-align: center;
  }
  .pagina-aviso .contenedor-destacado {
    flex-wrap: wrap;
  }
  .pagina-aviso .text-destacados {
    font-size: 14px;
    line-height: 11px;
    margin-left: 16px;
  }
  .pagina-aviso .text-destacados strong {
    font-size: 28px;
    display: block;
    margin-top: 9px;
    padding-bottom: 11px;
  }
  .pagina-aviso .num {
    font-size: 52px;
    font-weight: 700;
    color: #060606;
  }
  .pagina-aviso .code strong {
    font-size: 21PX;
  }
  .pagina-aviso .code {
    padding: 8px;
    border: dashed 1px #a0a0a0;
    margin-top: 0px;
    font-size: 17px;
    margin-left: 30px;
    line-height: 20px;
  }
  .pagina-aviso {
    background: #eee;
    padding: 7px 0px;
  }
}
/*REPRODUCTOR DE VIDEO*/
.video-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}

.video-background {
  display: none;
}

.content {
  position: relative;
  z-index: 1;
  color: white;
  text-align: center;
  margin-top: 50px;
}

#play-video {
  width: 80px;
  height: 80px;
  border: none;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

#play-video i {
  margin-top: 5px;
  margin-left: 7px;
}

.caja-texto h2 {
  margin: 0px;
  font-weight: 300;
  line-height: 40px;
}

.caja-texto h2 strong {
  margin: 0px;
  font-weight: 600;
  font-style: italic;
}

.caja-texto {
  padding-left: 0px;
}

@media (max-width: 812px) {
  .caja-texto {
    padding-left: 0px;
    padding-top: 20px;
  }
  .caja-texto h2 {
    font-size: 30px !important;
    padding-bottom: 0px !important;
    line-height: 32px !important;
  }
  .video-banner {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    display: none;
  }
  .video-background {
    display: block;
  }
}
.paginas .texto-banner-cat h1 {
  font-size: 60px;
  text-transform: none;
  font-style: normal;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding-bottom: 30px;
  padding-top: 80px;
}

.texto-banner-categoria {
  color: #fff;
  max-width: 60%;
  text-align: center;
  margin: 0 auto;
}

.paginas .texto-banner-cat h1 strong {
  font-size: 80px;
  display: block;
}

.texto-banner-cat h2 {
  font-size: 43px;
  line-height: 50px;
  margin-bottom: 26px;
  font-weight: 300;
  font-style: italic;
  max-width: 90%;
}

.texto-banner-cat h2 strong {
  font-weight: 700;
  font-style: normal;
}

.imagen-banner {
  display: block;
}

.imagen-banner-tel {
  display: none;
}

.paginas .imagen-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.banner-categoria {
  display: grid;
  position: relative;
  height: 550px;
  overflow: hidden;
  margin-bottom: 50px;
}

.texto-banner-cat {
  position: relative;
  z-index: 1;
}

@media (min-width: 813px) {
  .banner-categoria.paginas .contenedor-seccion {
    background: transparent !important;
  }
}
@media (max-width: 812px) {
  .banner-categoria {
    display: grid;
    position: relative;
    overflow: hidden;
  }
  .banner-categoria.paginas .contenedor-seccion {
    width: 100% !important;
    max-width: 100%;
  }
  .paginas .texto-banner-cat h1 strong {
    font-size: 50px;
  }
  .paginas .texto-banner-cat {
    max-width: 100%;
  }
  .paginas .texto-banner-cat h1 {
    font-size: 37px;
    text-transform: none;
    font-style: normal;
    line-height: 10px;
    font-weight: 700;
    line-height: 42px;
  }
  .paginas .texto-banner-cat {
    font-size: 16px;
    max-width: 85%;
    font-weight: 300;
    line-height: 19px;
    padding-bottom: 30px;
    margin: 0 auto;
  }
  .texto-banner-categoria {
    padding-bottom: 30px;
    max-width: 90%;
  }
  .texto-banner-cat h2 {
    font-size: 42px;
    line-height: 41px;
    margin-bottom: 26px;
    font-weight: 300;
    font-style: italic;
  }
  .imagen-banner-tel {
    display: block;
    position: relative;
  }
}
.imagen-fondo {
  min-height: 850px;
  position: relative;
}

.imagen-fondo img {
  position: absolute;
  left: 0px;
  top: 0px;
}

.texto-fondo {
  position: relative;
  z-index: 1;
  align-items: center;
  min-height: 900px;
}

.texto-fondo .tit-caja-texto h2 {
  font-size: 65px;
  line-height: 70px;
  max-width: 70%;
}

.texto-caja ul {
  list-style: none;
  padding: 0px;
}

.bg {
  height: 600px;
  overflow: hidden;
  position: relative;
}

.bg img {
  position: absolute;
  top: 0px;
  left: 0px;
  object-fit: cover;
}

.ttsd {
  font-size: 57px;
  max-width: 350px;
  line-height: 50px;
  margin-right: 40px;
  font-family: "Inter", sans-serif;
}

.ddsd {
  font-size: 20px;
  max-width: 550px;
  padding-left: 60px;
}

.linea-vertical-inclinada {
  width: 0.5px;
  height: 250px;
  background-color: #096797;
  transform: rotate(22deg);
  transform-origin: center;
}

.contenedor-texto-bg {
  display: flex;
  align-items: center;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  justify-content: center;
}

.tl-fondo {
  display: none;
}

@media (max-width: 812px) {
  #kari .texyos {
    margin: 80px auto;
  }
  .imagen-fondo {
    background: #c5c4f6;
  }
  .texto-fondo {
    margin-top: -100px;
  }
  .imagen-fondo img {
    position: relative;
    left: 0px;
    top: 0px;
  }
  .tl-fondo {
    display: block;
  }
  .pc-fondo {
    display: none;
  }
  div#curs {
    padding: 0px 0px 60px;
  }
}
.texyos h2 {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 30px;
  font-weight: 300;
}

.texyos h2 strong {
  font-weight: 700;
}

.texto-caja {
  padding-top: 10px;
  line-height: 24px;
}

.caja-gris ul {
  padding: 0px;
  list-style: none;
}

.primero .texyos h2 {
  padding-top: 65px;
}

.primero img {
  border-radius: 0px;
}

.caja-gris ul li {
  padding-bottom: 5px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 5px;
}

.caja-gris ul li:last-child {
  padding-bottom: 10px;
  border-bottom: solid 1px #fff;
  margin-bottom: 10px;
}

.texto-caja p {
  margin: 0px;
  padding: 0px;
  margin-bottom: 17px;
}

figcaption {
  padding-top: 22px;
  font-style: italic;
  font-size: 14px;
}

a.boton-caja {
  color: #000;
  display: flex;
  margin-top: 40px;
  font-size: 18px;
  align-items: center;
  width: 178px;
  justify-content: space-between;
  background: #fff;
  padding: 15px 25px;
  border-radius: 5px;
}

.texto-caja h3 {
  font-size: 27px;
  font-weight: 300;
}

.intro-karina {
  color: #fff;
}

.invertido .span-1:first-child {
  grid-column: 2;
}

.invertido .span-1:last-child {
  grid-column: 1;
  grid-row: 1;
}

@media (min-width: 812px) {
  .primero {
    margin-top: -50px;
  }
}
@media (max-width: 812px) {
  .primero .contenedor-seccion {
    max-width: 100%;
    width: 100%;
  }
  .primero .texyos h2 {
    padding-top: 40px;
  }
  .texyos {
    max-width: 100%;
    margin: 0 auto;
  }
  .invertido .span-1:first-child {
    grid-column: 1/3;
    padding-top: 50px;
  }
  .invertido .span-1:last-child {
    grid-column: 1/3;
    grid-row: 2;
  }
  div#dos-textos {
    grid-gap: 0px;
  }
}
.contenedor-especial {
  min-height: 400px;
  display: grid;
  position: relative;
}

.foto-especial {
  max-width: 724px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 50%;
}

.cada-de-texto {
  max-width: 1480px;
  margin: 0 auto;
}

.cuadro-texto-especial {
  max-width: 70%;
  margin-top: -250px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: end;
}

.interior-texto {
  max-width: 500px;
  float: right;
  margin-right: 350px;
}

.interior-texto h2 {
  font-size: 50px;
  padding-bottom: 30px;
}

.texto-interior h6 {
  padding: 35px;
  background: #000;
  color: #fff;
  font-size: 18px;
  line-height: 27px;
}

.color-negro {
  color: #fff;
}

.etiqueta {
  background: #000;
  color: #fff;
  font-size: 20px;
  padding: 10px 20px;
  margin-bottom: 15px;
  width: fit-content;
}

@media (max-width: 812px) {
  .interior-texto {
    max-width: 90%;
    float: none;
    margin-right: 0px;
    margin: 0 auto;
  }
  .contenedor-texto-bg {
    flex-direction: column;
  }
  .linea-vertical-inclinada {
    display: none;
  }
  .ddsd {
    font-size: 20px;
    max-width: 80%;
    padding-left: 0px;
    margin: 0 auto;
  }
  .ttsd {
    font-size: 36px;
    max-width: 350px;
    line-height: 50px;
    margin-right: 0px;
    font-family: "histeaginregular", serif;
    padding-bottom: 9px;
  }
  .bg {
    height: 309px;
    overflow: hidden;
    position: relative;
    display: grid;
    align-items: center;
  }
  .cuadro-texto-especial {
    max-width: 90%;
    margin-top: 60px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: end;
    margin: 70px auto;
  }
  .foto-especial {
    max-width: 724px;
    position: relative;
    right: 0px;
    bottom: 0px;
    width: 100%;
  }
  .texto-fondo .tit-caja-texto h2 {
    font-size: 54px;
    line-height: 55px;
    max-width: 100%;
  }
  .texto-caja h3 {
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
    max-width: 80%;
  }
  .cada-de-texto .texyos {
    max-width: 80%;
  }
}
ul.pasos-list {
  list-style: none;
  padding: 0px;
  max-width: 850px;
  margin: 0 auto;
}

ul.pasos-list li {
  background: #eee;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

ul.pasos-list .numero {
  text-align: center;
  padding: 18px;
  font-size: 35px;
  width: 50px;
  /* background: #e1b0fa; */
  background: rgb(189, 131, 230);
  background: linear-gradient(180deg, rgb(189, 131, 230) 0%, rgb(226, 9, 159) 100%);
  color: #fff;
  min-width: 50px;
}

ul.pasos-list .texto {
  font-size: 19px;
  margin-left: 20px;
}

@media (max-width: 812px) {
  ul.pasos-list {
    list-style: none;
    max-width: 90%;
    margin: 0 auto;
  }
  ul.pasos-list .numero {
    text-align: center;
    padding: 18px 25px;
    font-size: 35px;
    width: auto;
    /* background: #e1b0fa; */
    background: rgb(189, 131, 230);
    background: linear-gradient(180deg, rgb(189, 131, 230) 0%, rgb(226, 9, 159) 100%);
    color: #fff;
  }
}
.contenedor-equipo {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}

.foto-equipo {
  height: 450px;
  overflow: hidden;
  transition: 0.3s all ease;
}

.foto-equipo img {
  transition: 0.3s all ease;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.item-equipo:hover .foto-equipo img {
  transform: scale(1.2);
}

.info-equipo {
  padding: 15px;
  color: #fff;
}

.item-equipo {
  background: #333;
  border-radius: 5px;
  overflow: hidden;
  transition: 0.3s all ease;
}

.item-equipo a {
  color: #fff;
  font-size: 23px;
  display: block;
}

.nombre {
  font-weight: 300;
  font-size: 25px;
  padding: 10px 0px;
  font-family: "Inter", sans-serif;
  letter-spacing: 1px;
}

.titulo h2 {
  font-size: 36px;
  text-align: center;
  padding: 50px 0px 20px;
}

.texto {
  font-size: 18px;
  padding-bottom: 60px;
  text-align: center;
}

.cargo {
  padding-bottom: 15px;
}

.caja-texto h2 {
  font-size: 55px;
  text-transform: normal;
  font-weight: 600;
  font-style: italic;
  padding-bottom: 20px;
  line-height: 44px;
}

.caja-texto h3 {
  font-size: 26px;
  text-transform: normal;
}

.caja-texto {
  font-size: 16px;
  font-weight: 300;
  max-width: 100%;
  margin: 0 auto;
}

.contenedor-texto {
  max-width: 800px;
  width: 90%;
}

.tit-caja-texto h2 {
  font-size: 42px;
  text-transform: none;
  font-weight: 300;
  font-style: normal;
  padding-bottom: 20px;
  line-height: 44px;
  margin: 0px;
}

@media (max-width: 812px) {
  .tit-caja-texto h2 {
    font-size: 36px;
    text-transform: none;
    font-weight: 300;
    font-style: normal;
    padding-bottom: 20px;
    line-height: 38px;
    margin: 0px;
  }
}
.home-libro .tit-caja-texto h2 {
  font-size: 91px;
  font-weight: 100 !important;
  margin-bottom: 30px;
  font-style: italic;
}

.home-libro .tit-caja-texto h2 strong {
  font-size: 91px;
  font-weight: 700 !important;
  margin-bottom: 30px;
  font-style: normal;
}

.texyos {
  max-width: 550px;
}

.invertido .texyos {
  max-width: 550px;
  float: right;
}

figure {
  margin-bottom: 0px;
}

.textito p {
  padding: 0px;
  margin: 0px;
}

@media (max-width: 812px) {
  .invertido .texyos {
    max-width: 90%;
    float: inherit;
    margin: 30px auto;
  }
}
.foto-lista {
  max-width: 150px;
  margin: 0 auto;
}

.titulo-seccion.grid-center {
  text-align: center;
  padding-bottom: 40px;
}

@media (max-width: 812px) {
  .foto-lista {
    max-width: 100px;
    margin: 0 auto;
  }
}
.contenedor-titulo h1 {
  font-size: 25px;
  font-weight: 400;
}

.contenedor-titulo h2 {
  font-size: 77px;
  font-weight: 300;
  max-width: 80%;
  line-height: 83px;
  padding-bottom: 20px;
  font-style: italic;
}

.contenedor-titulo h2 strong {
  display: block;
  font-style: normal;
}

.bajada-titulo {
  font-size: 21px;
  max-width: 80%;
  line-height: 32px;
  font-weight: 300;
}

a.back {
  position: absolute;
  right: 0px;
  font-size: 33px;
}

@media (max-width: 812px) {
  a.back {
    position: relative;
    right: 0px;
    font-size: 35px;
    margin-bottom: 0px;
    display: block;
    top: 0px;
    text-align: left;
  }
  .contenedor-titulo h2 {
    font-size: 50px;
    font-weight: 300;
    max-width: 100%;
    line-height: 48px;
    padding-bottom: 20px;
    font-style: italic;
  }
  .bajada-titulo {
    font-size: 16px;
    max-width: 100%;
    line-height: 21px;
    font-weight: 300;
  }
  .contenedor-titulo h1 {
    font-size: 20px;
    font-weight: 400;
    margin-top: -54px;
  }
}
.galeria-foto {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  padding-top: 30px;
}

.titulo-centrado h2 {
  font-size: 32px;
  text-transform: none;
  font-weight: 300;
  font-style: normal;
  padding-bottom: 20px;
  line-height: 37px;
  margin: 0px;
  text-align: center;
  padding-bottom: 30px;
}

/* Estilo general del lightbox */
.lightbox-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  align-items: center;
  justify-content: center;
  z-index: 10000;
}

.lightbox-content {
  position: relative;
  max-width: 80%;
  max-height: 80%;
  text-align: center;
}

.lightbox-image {
  max-width: 600px;
  max-height: 100%;
}

.lightbox-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  color: white;
  cursor: pointer;
}

/* Estilo para galería de imágenes */
.galeria-item {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  height: 250px;
  margin: 0px;
}

.galeria-item img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s ease-in-out;
  display: block;
}

.galeria-item img:hover {
  transform: scale(1.1);
}

.botones-light {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 50%;
}

.botones-light button {
  background: transparent;
  border: none;
  color: #fff;
  padding: 10px;
  font-size: 24px;
  margin-top: 34px;
}

@media (max-width: 812px) {
  .galeria-foto {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    padding-top: 10px;
  }
  .galeria-item {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    height: 200px;
    margin: 0px;
  }
}
.foto-inicio {
  max-height: 600px;
  overflow: hidden;
}

.foto-inicio figure {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh; /* Ajusta la altura según tus necesidades */
  overflow: hidden; /* Para recortar la imagen si es necesario */
}

.foto-inicio figure img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

@media (max-width: 812px) {
  .foto-inicio {
    max-height: 300px;
    overflow: hidden;
  }
  .foto-inicio figure {
    display: block;
    justify-content: center;
    align-items: center;
    height: 100vh; /* Ajusta la altura según tus necesidades */
    overflow: hidden; /* Para recortar la imagen si es necesario */
  }
  .foto-inicio figure img {
    object-fit: cover;
    height: 300px;
    width: 100%;
  }
}
.logo-preventa {
  max-width: 200px;
  margin: 0 auto;
}

.contenedor-preventa {
  max-width: 600px;
  margin: 0 auto;
  padding: 100px 0px;
  text-align: center;
}

.contenedor-preventa h2 {
  padding-top: 50px;
}

a.volver-cuenta {
  padding: 10px;
  border: solid 2px #000;
  border-radius: 50px;
  padding: 10px 20px;
  display: block;
  width: fit-content;
  margin: 30px auto 0px;
}

.faq-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0px;
  /* background-color: #fff; */
  border-radius: 8px;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); */
  width: 100%;
}

.faq-item {
  border-radius: 0;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  border-bottom: solid 1px #ccc;
}

.faq-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 27px 18px;
  /* background-color: #f2f2f2; */
  cursor: pointer;
  font-size: 19px;
}

.contenido-adicional .faq-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0px 20px;
  /* background-color: #f2f2f2; */
  cursor: pointer;
  font-size: 18px;
  line-height: 27px;
  font-family: "Inter", sans-serif;
}

.contenido-adicional .faq-header.active {
  background: #fff;
}

.faq-header.active {
  background: #f6dbdb;
}

.faq-question {
  font-weight: 300;
  font-size: 22px;
}

.contenido-adicional .faq-question {
  font-weight: 300;
  font-size: 20px;
  padding-right: 30px !important;
}

.contenido-adicional .active .faq-question {
  font-weight: 700 !important;
  font-size: 20px;
  padding-right: 30px !important;
}

@media (max-width: 812px) {
  .faq-question {
    font-weight: 300;
    font-size: 18px;
  }
  .contenido-adicional .active .faq-question {
    font-weight: 700;
    font-size: 20px;
  }
}
.faq-toggle {
  font-size: 30px;
}

.faq-answer {
  display: none;
  padding: 30px;
  border-top: 1px solid #ddd;
  background: transparent;
}

.faq-answer ul {
  padding: 0px 0px 0px 0px;
  list-style: none;
}

.faq-answer li {
  padding-bottom: 10px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 11px;
}

.rutas {
  display: grid;
  justify-content: space-between;
  font-size: 14px;
  grid-template-columns: repeat(3, 1fr);
}

.ru ul li {
  border: none;
  padding: 0px;
  list-style: none;
  padding: 0px;
}

.ru ul {
  padding: 0px;
}

.ru {
  padding: 15px;
  border-right: solid 1px #ccc;
}

.ru:last-child {
  padding: 15px;
  border-right: none;
}

.intro-preguntas {
  max-width: 800px;
  margin: 0 auto;
  font-size: 24px;
  padding-bottom: 30px;
  border-bottom: solid 1px;
  margin-bottom: 60px;
}

a.cerrar-menu {
  right: 30px;
  position: ABSOLUTE;
  top: 30px;
}

@media (max-width: 812px) {
  .rutas {
    display: grid;
    justify-content: space-between;
    font-size: 14px;
    grid-template-columns: repeat(1, 1fr);
  }
  .ru {
    padding: 15px;
    border-right: none;
  }
  .texyos {
    max-width: 550px;
    width: 90%;
    margin: 40px auto;
  }
  .faq-container {
    max-width: 90%;
    margin: 0 auto;
    padding: 0px;
    /* background-color: #fff; */
    border-radius: 8px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); */
    width: 100%;
  }
  .contenido-adicional .faq-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0px;
    /* background-color: #fff; */
    border-radius: 8px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); */
    width: 100%;
  }
  .contenido-adicional .faq-answer {
    display: none;
    padding: 30px 0px;
    border-top: 1px solid #ddd;
    background: transparent;
  }
  .titulo-seccion {
    max-width: 90%;
    margin: 0 auto;
    padding-bottom: 0px;
  }
}
.ficha .product {
  display: flex;
  position: relative;
}

span.onsale {
  position: absolute;
  top: 30px;
  left: 30px;
  display: none;
}

.ficha .descuento-loop {
  background: #000;
  padding: 10px;
  text-transform: normal;
  color: #fff !important;
  font-size: 22px;
  z-index: 10;
}

.esconder-boton {
  display: none !important;
}

.galetia-producto {
  width: 55%;
}

.summary.entry-summary {
  width: 40%;
  max-width: 500px;
  padding-left: 60px;
  display: flex;
  align-items: center;
}

.woocommerce-product-gallery {
  position: sticky;
  top: 100px;
}

@media (max-width: 812px) {
  .ficha .product {
    flex-direction: column;
  }
  .galetia-producto {
    width: 100%;
    padding-top: 30px;
  }
  .summary.entry-summary {
    max-width: 85%;
    padding-left: 0px;
    margin: 0 auto;
    width: 100%;
  }
}
nav.woocommerce-breadcrumb {
  border-bottom: solid 1px rgba(204, 204, 204, 0.5215686275);
  display: flex;
  justify-content: center;
  padding: 20px 0px;
  background: transparent;
  /* text-transform: uppercase; */
  font-size: 16px;
  flex-wrap: wrap;
  display: none;
}

nav.woocommerce-breadcrumb a:hover {
  font-weight: 600;
}

form.cart {
  display: flex;
  padding-bottom: 30px;
}

form.cart.reservation {
  flex-direction: column;
}

form.cart .quantity input {
  max-width: 50px;
  font-size: 20px !important;
  text-align: center;
  padding: 10px;
  margin-right: 10px;
}

.reserva ul {
  display: flex;
  list-style: none;
  padding: 0px;
}

@media (max-width: 812px) {
  .reserva ul {
    display: flex;
    list-style: none;
    padding: 0px;
    flex-direction: column;
  }
}
.reserva ul li {
  display: flex;
  flex-direction: column;
  margin-right: 20px;
}

.info {
  padding-bottom: 20px;
  font-size: 14px;
}

.reserva ul {
  display: flex;
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.info {
  padding-bottom: 10px;
  font-size: 14px;
}

.reserva {
  padding: 20px;
  box-shadow: 0px 0px 5px 0px rgba(156, 156, 156, 0.3);
  margin-bottom: 30px;
  border-radius: 0px;
  box-sizing: border-box;
}

.reserva input, .reserva select {
  padding: 16px;
  min-height: 20px;
  border: none;
  box-shadow: 0px 0px 5px 0px rgba(156, 156, 156, 0.3);
  font-size: 17px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
}

.reserva select {
  min-height: 30px;
}

.reserva label {
  font-size: 14px;
  padding-bottom: 10px;
  font-weight: 500;
}

button.single_add_to_cart_button.button.alt {
  font-family: "Inter", sans-serif;
}

button.single_add_to_cart_button.button.alt {
  /* font-family: "histeaginregular", serif; */
  font-size: 29px;
  /* text-transform: uppercase; */
  padding: 10px 20px;
  font-weight: 500;
  font-style: normal;
  /* background: #c60000; */
  color: #fff;
  border: none;
  width: fit-content;
  border-radius: 10px;
  background: #e00;
}

.quantity input {
  /* grid-column: span 1; */
  border: solid 1px #ccc;
  border-radius: 50px;
  text-align: center;
}

.nombs dl.variation {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  max-width: 100%;
  grid-gap: 0px;
  margin: 0px;
  line-height: 20px;
}

.nombs p {
  padding: 0px;
  margin: 0px;
  font-size: 14px !important;
}

.descripcion-corta h3 {
  font-size: 27px;
  line-height: 31px;
  font-weight: 400 !important;
  font-family: "Inter", sans-serif;
}

.redes-lateral.blank a {
  color: #000;
}

.disabled {
  font-family: "Inter", serif;
  font-size: 16px;
  text-transform: normal;
  padding: 10px 20px;
  font-weight: 600;
  font-style: normal;
  background: #D2AC88;
  color: #fff;
  border: none;
  width: fit-content;
  border-radius: 50px;
}

.detalles {
  padding-top: 20px;
}

p.price {
  font-size: 25px;
  color: #000;
  margin: 0px;
  padding-bottom: 10px;
  padding-top: 0px;
  font-weight: 700;
  line-height: 50px;
}

.woovr-variation-price {
  font-weight: 700;
  font-size: 20px !important;
  padding-bottom: 10px;
}

.woovr-variations.woovr-variations-default {
  padding-bottom: 30px;
}

.ficha .descripcion-listado {
  font-size: 16px;
  padding-bottom: 10px;
  max-width: 85%;
  color: #000;
  padding-top: 0px;
  max-width: 100%;
  line-height: 22px;
}

.descripcion-listado ul {
  list-style: none;
  padding: 0px;
}

ul.menu-detalle li a.active {
  font-weight: 700;
  background: #2f2e2e;
  color: #fff;
}

.summary.entry-summary .descripcion-listado.wes {
  font-size: 25px !important;
  line-height: 31px;
  margin-top: 20px;
}

p.price ins {
  text-decoration: none;
  font-weight: 600;
  font-size: 25px;
}

ul.terminos {
  list-style: none;
  padding: 0px;
  margin: 20px 0px 10px 0px;
  display: flex;
  flex-wrap: wrap;
  border-top: solid 1px #ccc;
  padding-top: 20px;
}

ul.terminos li {
  padding-right: 10px;
  border-right: solid 1px #ccc;
  margin-right: 10px;
}

@media (max-width: 812px) {
  nav.woocommerce-breadcrumb {
    display: none;
  }
}
ul.acordeon-info h3 {
  margin: 0px;
  font-size: 20px;
  font-weight: 300;
  padding-right: 20px;
}

.acordeon-info {
  list-style: none;
  padding: 0;
  margin: 0px 0px;
}

.acordeon-header {
  display: flex;
  align-items: center;
  cursor: pointer;
  /* background-color: #f2f2f2; */
  padding: 20px 0px;
  border-bottom: solid 1px rgba(209, 172, 135, 0.2196078431);
  position: relative;
  justify-content: space-between;
}

.acordeon-header i {
  font-size: 18px;
}

.informacion {
  font-size: 14px;
  line-height: 22px;
  padding: 30px 0px;
  background: #fff;
}

.informacion li {
  font-size: 14px;
  line-height: 22px;
  background: #fff;
}

.abierto {
  display: none;
}

.acordeon-active .abierto {
  display: block;
}

.acordeon-header .cerrado {
  position: relative;
}

.acordeon-active .cerrado {
  display: none;
}

.informacion ul {
  padding: 0px 0px 0px 20px;
}

.informacion ol, .informacion ul {
  font-size: 14px;
  margin-bottom: 30px;
}

.informacion li {
  padding-bottom: 0px;
}

ol.flex-control-nav.flex-control-thumbs {
  display: none;
  list-style: none;
  padding: 0px;
  justify-content: center;
  margin: 0px;
}

ol.flex-control-nav.flex-control-thumbs li {
  margin: 0px 5px;
}

.galeria .owl-nav {
  width: 90%;
  height: 50px;
  /* background: #000; */
  position: absolute;
  top: 50%;
  display: flex;
  justify-content: space-between;
  left: 50%;
  transform: translate(-50%);
  opacity: 0.3;
}

.galeria .owl-nav:hover {
  opacity: 1;
}

figure.woocommerce-product-gallery__wrapper {
  width: 100% !important;
}

.galeria button.owl-next span,
.galeria button.owl-prev span {
  line-height: 36px;
  font-size: 30px !important;
  width: 40px;
  background: #fff;
  display: block;
  height: 40px;
  border-radius: 50%;
  font-weight: 400;
}

.pswp--open {
  z-index: 100000;
}

.pswp__bg {
  opacity: 0.9 !important;
}

.item-producto {
  list-style: none;
}

p.stock.out-of-stock {
  background: #000;
  color: #fff;
  font-size: 26px;
  padding: 5px 20px;
  width: fit-content;
  text-transform: normal;
  font-style: italic;
}

.tit-destacados {
  font-size: 20px;
  padding-bottom: 30px;
  text-transform: normal;
  line-height: 31px;
  padding-top: 0px;
  /* font-family: "Fiona"; */
  text-align: center;
  letter-spacing: 2px;
  max-width: 80%;
  margin: 60px auto 0px;
}

.summary.entry-summary .descripcion-listado {
  padding-top: 20px;
}

.summary.entry-summary .descripcion-listado {
  padding-top: 0px;
}

section.related {
  padding-bottom: 100px;
}

.acordeon-header.acordeon-active {
  /* background: #e7d8c9; */
  padding: 20px 0px;
}

li.woocommerce-mini-cart-item.mini_cart_item.bopobb-cart-item.bopobb-cart-child .nombre-producto {
  grid-column: span 3;
}

.woocommerce-mini-cart .bopobb-cart-item.bopobb-cart-child {
  margin: 0px !important;
  padding-bottom: 0px;
  padding-top: 0px;
}

.carrito .bopobb-child-title {
  font-size: 15px;
  border-bottom: 1px #363636 dashed;
  margin-bottom: 11px;
  padding-bottom: 3px;
}

.carrito .bopobb-single-wrap {
  padding: 30px 0px;
}

.summary.entry-summary .bopobb-custom-title {
  font-size: 24px;
  padding-bottom: 17px;
  padding-top: 15px;
}

.informacion p {
  padding-bottom: 20px !important;
  /* padding: 0px !important; */
  line-height: 20px !important;
  margin: 0px;
  font-size: 13px !important;
}

.informacion strong {
  font-size: 16px;
}

.acordeon-header.acordeon-active h3 {
  font-weight: 600;
}

.bopobb-alert.bopobb-text {
  font-size: 22px;
}

form.variations_form.cart {
  flex-direction: column;
}

.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
  display: flex;
  margin-bottom: 20px;
}

table.variations tr {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

table.variations .label {
  padding-bottom: 10px;
  font-size: 19px;
}

table.variations .value {
  padding-bottom: 20px;
}

table.variations .value select {
  padding: 10px;
  font-size: 18px;
}

a.reset_variations {
  margin-left: 10px;
}

.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled {
  display: flex;
  margin-bottom: 20px;
}

table#ywdpd-table-discounts {
  font-size: 24px;
}

.tabla-descuento {
  font-size: 18px;
  text-align: center;
  border: solid 1px #000;
}

.fila-tabla {
  border-bottom: solid 1px #ccc;
}

.fila-tabla:last-child {
  border-bottom: none;
}

.tabla-detalle h3 {
  text-transform: normal;
  font-size: 23px;
}

.tabla-detalle span {
  font-size: 18px;
  display: block;
  padding-top: 10px;
}

.informacion table {
  border: solid 1px #000;
}

.informacion td {
  padding: 5px;
  line-height: 18px;
  font-size: 17px;
}

small.woocommerce-price-suffix {
  font-size: 13px;
}

.galeria-recetas {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}

.foto-receta h4 {
  font-size: 14px;
  font-weight: 400;
  padding-top: 16px;
}

.detalle-pro {
  background: #f5f5ff;
  margin-top: 100px;
}

ul.menu-detalle {
  padding: 0px;
  list-style: none;
  padding: 30px 0px;
}

ul.menu-detalle li a {
  font-size: 20px;
  display: block;
  padding: 10px;
}

ul.menu-detalle li a.active {
  font-weight: 700;
}

.menu-tabs {
  padding-right: 30px;
  border-right: solid 1px rgba(153, 153, 153, 0.3098039216);
  height: 100%;
}

a.boton-panel {
  padding: 15px;
  display: none;
}

.panel-detalle h3 {
  font-size: 30px;
}

.des {
  padding-bottom: 30px;
}

.como-func ul {
  list-style: none;
  padding: 0px;
  font-size: 16px;
  line-height: 22px;
}

.como-func ul li {
  padding-bottom: 20px;
}

.menu-tabs h3 {
  font-size: 30px;
  padding-top: 20px;
  padding-bottom: 10px;
}

/* Estilos del lightbox */
.lightbox {
  display: none;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
  z-index: 100000;
}

.lightbox img {
  max-width: 80%;
  max-height: 80%;
  margin-top: 5%;
  width: auto;
  margin: 5% auto;
}

.cerrar-lightbox {
  color: #fff;
  font-size: 40px;
  position: absolute;
  top: 15px;
  right: 25px;
  cursor: pointer;
}

.caja-foto img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.caja-foto {
  height: 175px;
  overflow: hidden;
}

@media (max-width: 768px) {
  ul.menu-detalle {
    padding: 0px;
    list-style: none;
    padding: 30px 0px;
    display: none;
  }
  .galeria-recetas {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    width: 90%;
    margin: 0 auto;
  }
  .menu-tabs {
    padding-right: 0px;
    border-right: none;
    height: 100%;
  }
  a.boton-panel {
    padding: 15px;
    display: block;
    background: #fff;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 13px;
  }
  a.boton-panel.active {
    background: #dfddec;
  }
  .panel-detalle {
    padding-bottom: 30px;
  }
}
a.thermo {
  background: #000;
  display: block;
  padding: 10px;
  width: fit-content;
  border-radius: 0px;
  font-weight: 700;
  color: #fff;
  padding: 16px 25px;
  margin-top: 23px;
}

.como-func {
  padding-top: 30px;
}

.galeria-libro {
  max-width: 1150px;
  margin: 0 auto;
  padding: 50px 0px;
}

.galeria-libro h4 {
  display: none;
}

.galeria-libro h3 {
  font-size: 30px;
  text-align: center;
  padding-bottom: 23px;
}

.galeria-libro .caja-foto {
  height: 260px;
  overflow: hidden;
}

@media (max-width: 812px) {
  .galeria-libro .caja-foto {
    height: 200px;
    overflow: hidden;
  }
}
.adicional {
  /* background: #ccc; */
  background: rgb(205, 205, 205);
  background: linear-gradient(0deg, rgb(205, 205, 205) 0%, rgba(255, 255, 255, 0) 100%);
}

div#incluye ul {
  list-style: none;
  padding: 0px;
}

div#incluye li {
  display: grid;
  align-items: center;
  padding-bottom: 20px;
  grid-template-columns: 14% 80%;
  font-size: 15px;
}

.contenedor-adicional h2 {
  font-weight: 300;
  margin: 0px;
  font-size: 25px;
  padding: 15px 0px;
}

div#incluye li h3 {
  font-size: 18px;
  font-weight: 300;
}

.ico img {
  max-width: 50px;
}

.ico {
  width: 100px;
}

.cont-iconos h3, .cont-iconos p {
  padding: 0px;
  margin: 0px;
}

.contenedor-adicional {
  max-width: 900px;
  margin: 0 auto;
}

.contenido-adicional h2 {
  font-size: 41px;
}

ul.menu-adicional {
  padding: 0px;
  list-style: none;
}

ul.menu-adicional li a {
  padding: 20px 0px;
  margin-bottom: 7px;
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #ccc;
  align-items: center;
}

.ics {
  max-width: 20px;
  margin-right: 20px;
}

li.activado a {
  background: rgba(210, 172, 136, 0.2509803922);
}

.contenedor-adicional h2 {
  text-align: center;
  font-size: 40px;
}

.contenido-adicional h2 {
  text-align: left;
  line-height: 35px;
  font-size: 32px;
  font-style: normal;
  padding-right: 53px;
}

.contenido-adicional p {
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 23px;
}

a.cer-add {
  position: ABSOLUTE;
  width: 31px;
  right: 36px;
  top: 45px;
}

.cont-iconos p {
  padding-bottom: 0px;
  font-size: 14px;
}

.contenido-adicional iframe {
  width: 100%;
  height: 306px;
}

@media (max-width: 812px) {
  .contenido-adicional iframe {
    width: 100%;
    height: 191px;
  }
}
.text-adicional {
  font-size: 18px;
  text-align: center;
  padding: 20px 0px 40px;
}

ul.menu-adicional li a .span {
  font-size: 28px;
  font-family: "Inter", sans-serif;
}

li.boton-video a {
  display: flex;
  align-items: center;
  padding: 40px !important;
  font-size: 16px;
  border-radius: 10px;
  margin-bottom: 20px !important;
  box-sizing: border-box;
  background: rgba(210, 172, 136, 0.2509803922);
  border: none !important;
}

.descripcion-boton-video p {
  padding: 0px;
  margin: 0px;
}

.icono-video {
  margin-right: 25px;
}

.contenido-adicional {
  top: 0px;
  position: fixed;
  z-index: 1000000;
  background: #fff;
  right: -100%;
  max-width: 600px;
  padding: 30px;
  box-sizing: border-box;
  border: none;
  height: 100%;
  overflow: auto;
  width: 100%;
}

td.product-name p {
  padding: 0px;
  margin: 0px;
}

.hidde {
  overflow: hidden;
}

.velo-adicional {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10000;
  top: 0px;
  display: none;
}

@media (max-width: 812px) {
  .contenedor-adicional {
    max-width: 900px;
    margin: 0 auto;
    width: 90%;
    padding-top: 50px;
  }
  div#incluye li {
    display: grid;
    align-items: center;
    padding-bottom: 20px;
    grid-template-columns: 23% 70%;
    font-size: 15px;
  }
  .ficha {
    padding-bottom: 0px;
  }
}
.video-producto {
  position: relative;
  background: #fff;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  cursor: pointer;
  transition: 0.3s all ease;
  margin-top: 40px;
}

.titulo-video h3 {
  font-size: 16px;
  padding: 0px;
  font-weight: 500;
  margin: 0px;
}

.texto-video {
  font-size: 14px;
  padding-top: 10px;
}

.tt {
  padding: 20px;
}

.imagen-video {
  position: relative;
  overflow: hidden;
  height: 160px;
}

.imagen-video img {
  transition: 0.3s all ease;
}

.video-producto:hover img {
  transform: scale(1.3);
}

.video-producto:hover {
  background: #F2EBE4;
  transform: scale(1.05);
}

.video-producto:hover .play {
  transform: scale(1.4);
  background: rgb(215, 141, 1);
}

.play {
  position: absolute;
  left: 39%;
  top: 39%;
  color: #fff;
  background: #f00;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 43px;
  border-radius: 50px;
  padding-left: 3px;
  transition: 0.3s all ease;
  z-index: 10;
}

.video-modal {
  top: 0px;
  position: fixed;
  left: 0px;
  background: rgba(0, 0, 0, 0.8705882353);
  width: 100%;
  height: 100vh;
  z-index: 10000;
}

.centrar-video {
  margin: 0 auto;
  width: fit-content;
  padding-top: 200px;
}

.enviar-cotizacion {
  padding-top: 50px;
}

.boton-carro {
  display: flex;
}

.descripcion-boton-video h3 {
  font-size: 28px;
  font-weight: 300;
  line-height: 32px;
}

a.boton-cotizar {
  font-family: "Inter", serif;
  font-size: 19px;
  text-transform: normal;
  padding: 10px 20px;
  font-weight: 400;
  font-style: normal;
  background: #D2AC88;
  color: #fff;
  border: none;
  width: fit-content;
  border-radius: 50px;
  letter-spacing: 2px;
  display: none;
  margin-top: 40px;
  float: left;
}

@media (max-width: 812px) {
  .descripcion-boton-video h3 {
    font-size: 23px;
    font-weight: 300;
    line-height: 26px;
  }
  .icono-video {
    margin-right: 25px;
    min-width: 65px;
  }
}
.descripcion-listado {
  position: relative;
}

.descripcion-corta {
  overflow: hidden;
  position: relative;
  margin-bottom: 5px;
}

/*
.velo-menos{
    background: rgb(254,243,255);
background: linear-gradient(180deg, rgba(254,243,255,0) 0%, rgba(255,255,255,1) 78%);
position: absolute;
width: 100%;
height: 100px;
bottom: 0px;
} */
.leer-mas, .mostrar-menos {
  display: none;
  /* margin-top: 10px; */
  cursor: pointer;
  /* color: blue; */
  /* text-decoration: underline; */
  background: #e5e5e5;
  padding: 5px 10px;
  width: fit-content;
  border-radius: 50px;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

section.related {
  padding-bottom: 100px;
  max-width: 1150px;
  margin: 0 auto;
}

li.producto-item a {
  display: flex;
  align-items: center;
  /* list-style: none; */
}

.foto-p {
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin-right: 15px;
}

.foto-p img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

ul.productos-lista {
  list-style: none;
  padding: 0px;
}

.info-p h3 {
  margin: 0px;
  padding: 0px;
  font-size: 18px;
  font-weight: 400;
}

.info-p p {
  padding: 0px;
  margin: 0px;
  margin-top: 5px;
}

li.producto-item {
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  border-radius: 5px;
  overflow: hidden;
}

.productos-seleccionados {
  margin-top: 47px;
}

.productos-seleccionados h2 {
  /* text-transform: uppercase; */
  letter-spacing: 1px;
  font-size: 22px;
  margin-bottom: 24px;
}

.modal-terminos {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.modal-content {
  position: relative;
  background: #fff;
  max-width: 800px;
  margin: 5% auto;
  padding: 20px;
  border-radius: 10px;
  max-height: 80vh;
  overflow-y: auto;
}

.contenido-modal ul {
  margin-left: 20px;
}

.cerrar-modal {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

.carrucel-productos li {
  list-style: none;
  padding: 0px;
  position: relative;
}

.salt {
  height: 140px;
}

.carrucel-productos li .descuento-loop {
  position: relative;
  left: inherit;
  top: inherit;
  margin-top: 20px;
}

h2.woocommerce-loop-product__title {
  font-size: 18px;
  margin: 0;
  font-size: 20px;
  font-weight: 300;
  padding: 18px 0px;
  color: #fff;
}

.productos-relacionados {
  max-width: 95%;
  margin: 0 auto;
}

.productos-relacionados h2.woocommerce-loop-product__title {
  font-size: 18px;
  margin: 0;
  font-size: 20px;
  font-weight: 300;
  padding: 18px 0px;
  color: #000;
}

a.added_to_cart.wc-forward {
  display: none;
}

span.price {
  font-size: 20px;
}

span.price del {
  text-decoration: line-through;
  color: #ccc;
}

span.price ins {
  text-decoration: none;
}

ul.products.columns-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  padding: 0px;
  grid-gap: 30px;
}

@media (max-width: 812px) {
  ul.products.columns-4 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    list-style: none;
    padding: 0px;
    grid-gap: 10px;
  }
}
ul.page-numbers {
  padding: 0px;
  list-style: none;
  display: flex;
  margin-top: 45px;
  flex-wrap: wrap;
}

ul.page-numbers li a, ul.page-numbers li span {
  font-size: 24px;
  display: block;
  padding: 10px;
  /* background: #eee; */
  margin-right: 5px;
  min-width: 36px;
  text-align: center;
}

ul.page-numbers li span {
  color: #fff;
  background: #000;
}

header.woocommerce-products-header {
  text-align: center;
  height: 119px;
  display: grid;
  align-items: center;
  background: #ededed;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: italic;
  line-height: 43px;
  margin: 0px;
  color: #000;
  padding-top: 10px;
}

header.woocommerce-products-header h1 {
  font-size: 28px;
}

.cont-cat nav.woocommerce-breadcrumb {
  display: none;
}

.categorias {
  padding-bottom: 100px;
}

.envs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
}

select.orderby {
  padding: 10px;
  border-radius: 10px;
  border: solid 1px #ccc;
}

@media (max-width: 812px) {
  .item-producto {
    list-style: none;
    padding-bottom: 30px;
  }
}
.texto-banner-cat h1 {
  font-size: 50px;
  text-transform: normal;
  font-style: italic;
  line-height: 45px;
}

.sub-titulo {
  font-size: 30px;
  padding-bottom: 20px;
}

.texto-banner-cat {
  font-size: 18px;
  line-height: 25px;
}

.imagen-banner {
  height: 100%;
  position: absolute;
  z-index: 0;
  overflow: hidden;
  left: 0px;
  width: 100%;
}

.imagen-banner img {
  object-fit: cover;
  height: 400px;
}

@media (max-width: 812px) {
  .texto-banner-cat {
    font-size: 14px;
  }
  .sub-titulo {
    font-size: 21px;
    padding-bottom: 20px;
  }
  .texto-banner-cat h1 {
    font-size: 27px;
    text-transform: normal;
    font-style: italic;
    line-height: 28px;
  }
}
span.texto-personalizado {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #e00;
  padding: 8px;
  color: #fff;
  font-size: 20px;
  z-index: 100;
}

.product-type-simple {
  position: relative;
}

form.notify-when-in-stock-form input {
  padding: 13px;
  font-size: 18px;
  font-family: "Inter", sans-serif;
}

form.notify-when-in-stock-form {
  font-size: 16px;
  margin-bottom: 30px;
}

p.notify-success {
  padding: 10px;
  background: #f4cccc;
  font-size: 18px;
}

span.out-of-stock-tag {
  position: absolute;
  top: 0;
  padding: 10px;
  background: #c6c6c6;
  text-transform: normal;
  font-size: 20px;
}

span.percentual-discount {
  display: none;
}

.descuento-loop.sale {
  color: #000000;
  background: #545454;
  color: #fff;
  padding: 5px;
  width: fit-content;
  font-size: 20px;
  font-weight: 700;
  max-width: 100px;
  border-radius: 5px;
  margin-top: 0px;
  margin-bottom: 30px;
}

ul.listado-productos {
  list-style: none;
  /* display: grid; */
  padding: 100px 0px;
}

.imagen-producto {
  height: 450px;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.27);
  transition: 0.3s all ease;
}

.imagen-producto img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
  transition: 0.3s all ease;
}

a.producto-personalizado {
  position: relative;
}

a.producto-personalizado:hover .imagen-producto img {
  transform: scale(1.3);
}

a.producto-personalizado:hover .velo-lista {
  opacity: 1;
}

a.producto-personalizado h3 {
  font-size: 16px;
  font-weight: 400;
  padding: 18px;
  text-transform: normal;
  letter-spacing: 2px;
}

@media (max-width: 812px) {
  a.producto-personalizado h3 {
    font-size: 11px;
    font-weight: 400;
    padding: 6px;
    text-transform: normal;
    letter-spacing: 2px;
  }
}
.mas-informacion {
  background: #d2ac88;
  padding: 8px 20px;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  width: fit-content;
  position: absolute;
  top: 34%;
  left: 50%;
  transform: translate(-50%);
  opacity: 0;
  transition: 0.3s all ease;
}

a.producto-personalizado:hover .mas-informacion {
  top: 44%;
  opacity: 1;
}

.image-container-loop {
  height: 350px;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  transition: 0.3s all ease;
  border: solid 1px #333;
}

.image-container-loop img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
  transition: 0.3s all ease;
}

a.button.product_type_simple {
  background: #fff;
  position: absolute;
  top: 34%;
  left: 50%;
  transform: translate(-50%);
  padding: 10px 20px;
  font-weight: 500;
  border-radius: 50px;
  opacity: 0;
  transition: 0.3s all ease;
}

li.product:hover .image-container-loop img {
  transform: scale(1.3);
}

li.product:hover a.button.product_type_simple {
  opacity: 1;
  top: 44%;
}

@media (max-width: 812px) {
  .imagen-producto {
    height: 200px;
  }
}
div#abrir {
  background: #e00;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  position: absolute;
  font-size: 13px;
  top: 13px;
  right: -11px;
  color: #fff;
}

.carroheader {
  position: relative;
}

.carrito {
  background: #242D3F;
  color: #fff;
  z-index: 10000000;
  position: fixed;
  height: 100vh;
  right: -50%;
  width: 50%;
  max-width: 550px;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.37);
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.37);
  top: 0;
  overflow: auto;
}

@media (max-width: 812px) {
  .carrito {
    width: 100%;
    right: -100%;
  }
}
.velo_carro {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10000;
  top: 0px;
  display: none;
}

li.woocommerce-mini-cart-item.mini_cart_item {
  display: grid;
  grid-template-columns: 2% 21% 59%;
  grid-gap: 15px;
  padding: 10px;
  /* background: #171616; */
  border-radius: 0px;
  margin-bottom: 10px;
  border-bottom: none;
  padding-bottom: 20px;
  grid-row-gap: 0px;
  margin-bottom: 16px !important;
  align-items: center;
}

ul.woocommerce-mini-cart.cart_list.product_list_widget {
  padding: 0px;
}

span.quantity {
  padding: 1px 0px;
  /* border-radius: 5px; */
  width: fit-content;
  font-size: 16px;
  margin-top: 0px;
  /* border: solid 2px #e6e6e6; */
  font-weight: 700;
  display: block;
}

a.remove.remove_from_cart_button {
  background: transparent;
  color: #fff !important;
}

div#cerrar {
  font-size: 24px;
  font-weight: 700;
  padding: 30px 0px 0px 30px;
  color: #fff;
}

p.woocommerce-mini-cart__buttons.buttons {
  padding-top: 25px;
}

p.woocommerce-mini-cart__buttons.buttons a {
  padding: 10px 20px;
  margin-right: 10px;
  border-radius: 0px;
  font-weight: 700;
  background: #fff;
  font-size: 20px;
  /* text-transform: uppercase; */
  /* font-style: italic; */
  display: block;
  margin-bottom: 10px;
  text-align: center;
  border-radius: 50px;
}

a.button.checkout.wc-forward {
  background: #d9d780;
  color: #000000;
}

.desc-carro {
  max-width: 70%;
  padding: 10px;
  font-size: 18px;
  font-weight: 300;
  padding-left: 30px;
}

.close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 24px;
  color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
}

p.woocommerce-mini-cart__total.total {
  font-size: 27px;
  color: #fff;
  border-top: solid 1px #393838;
  padding-top: 17px;
}

a.remove.remove_from_cart_button:hover {
  background: #000;
  color: #fff !important;
}

a.remove.remove_from_cart_button {
  font-size: 17px !important;
  font-weight: 700;
  width: 25px;
  text-align: center;
  border-radius: 50px;
  margin-left: -10px;
  height: 25px;
  line-height: 25px;
  opacity: 0.4;
}

.nombre-producto span.woocommerce-Price-amount.amount {
  padding: 5px;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 700;
}

.blockUI {
  background: rgba(255, 255, 255, 0.7098039216) !important;
}

a.added_to_cart.wc-forward {
  display: none;
}

.nombre-producto {
  flex-direction: column;
}

.nombre-producto {
  font-weight: 400;
  font-size: 16px;
}

.woocommerce ul.product_list_widget li::before {
  display: none;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
  float: none;
  margin-left: 4px;
  height: auto;
  box-shadow: none;
  width: 90px;
  border: solid 1px #ccc;
}

.mini-cart-content {
  padding: 30px;
}

.no-scroll {
  overflow: hidden;
}

a.remove.remove_from_cart_button {
  margin-top: 14px;
}

tr.woocommerce-cart-form__cart-item.cart_item.bopobb-cart-item.bopobb-cart-child img {
  width: 32px;
}

.coupon {
  display: flex;
}

.coupon input#coupon_code {
  border-radius: 3px;
  border: solid 1px #ccc;
  padding: 6px;
  margin-right: 10px;
  min-width: 300px;
  margin-right: 10px;
  width: 58%;
  min-height: 33px;
}

td.actions .button:nth-child(2) {
  background: #fff !important;
}

@media (max-width: 812px) {
  .coupon input#coupon_code {
    min-width: 200px;
  }
  .copy {
    padding: 30px 20px;
    font-size: 16px;
  }
  .tit-carrocompra h1 {
    /* line-height: 30px; */
    font-size: 36px;
  }
}
/*
.carro-compra .woocommerce {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap:40px;
}

form.woocommerce-cart-form {
    grid-column: span 3;
}
.woocommerce-notices-wrapper {
    grid-column: span 4;
}

.cart-collaterals {
    grid-column: span 1;
}
*/
.checkout {
  max-width: 1000px;
  margin: 0 auto;
}

form.checkout.woocommerce-checkout {
  display: flex;
}

div#customer_details {
  max-width: 100%;
}

div#order_review {
  width: 100%;
  margin-left: 0px;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
  text-align: left;
  padding: 0px;
  border-bottom: none;
  margin: 0;
  list-style: none outside;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: transparent;
  border-radius: 5px;
  border: none;
}

#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
  padding: 0px;
}

.woocommerce-terms-and-conditions-wrapper {
  display: none;
}

ul.wc_payment_methods.payment_methods.methods label {
  font-size: 19px;
  font-family: "Inter", sans-serif;
}

.finalizar-compra input {
  padding: 15px;
}

.carro-compra {
  max-width: 800px !important;
}

td.product-thumbnail {
  width: 100px;
}

td.product-remove {
  max-width: 30px;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
}

td.product-thumbnail img {
  max-width: 100px;
}

a.checkout-button.button.alt.wc-forward {
  border: none;
  padding: 10px 20px;
  margin-right: 10px;
  border-radius: 10px;
  font-weight: 400;
  background: #000;
  color: #fff;
  font-size: 18px;
  padding: 0px 20px;
  border-radius: 10px;
  color: #fff;
  height: 48px;
  line-height: 48px;
  font-family: "Inter", sans-serif;
  text-transform: normal;
  letter-spacing: 2px;
  display: block;
  width: fit-content;
}

.descripcion-pagina p {
  padding: 0px;
  margin: 0px;
  font-size: 15px;
  line-height: 24px;
  max-width: 100%;
  border-left: solid 5px #eee;
  padding-left: 20px;
  margin-bottom: 40px;
}

.woocommerce a.remove {
  color: #000 !important;
  background: transparent;
}

.woocommerce-message {
  border-top-color: none !important;
  border: none;
  background: #ffffff;
  border: solid 2px #eee;
  border-radius: 10px;
  cursor: pointer !important;
}

.woocommerce-message::before {
  content: "\e015";
  color: #8fae1b;
  margin-top: -7px;
  font-size: 29px;
  margin-left: -26px;
}

.woocommerce-message {
  padding-top: 28px;
  padding-left: 70px;
  grid-column: span 2;
}

@media (max-width: 812px) {
  .woocommerce-message {
    padding-top: 28px;
    padding-left: 70px;
    grid-column: span 1;
  }
}
button#place_order {
  /* background: #BC5D42; */
  /* font-size: 20px; */
  position: relative;
  top: 0px;
  padding: 16px;
  right: inherit;
  background: #242D3F;
  color: #fff;
  font-weight: 400;
}

.enviar-cotizacion input, .enviar-cotizacion select, .enviar-cotizacion textarea {
  padding: 10px 20px;
  font-size: 18px;
}

.woocommerce-billing-fields h3 {
  margin: 0px;
  padding-bottom: 22px;
  font-size: 30px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 20px;
}

.enviar-cotizacion h2 {
  font-size: 18px;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  text-align: center;
  padding-bottom: 40px;
  font-size: 25px;
  padding: 0 0 40px 0;
  line-height: 30px;
}

.tit-prod span {
  padding: 10px 0px;
  border-top: 1px solid #ccc;
}

.foto-prod {
  min-width: 84px;
}

.woocommerce-order {
  max-width: 900px;
  margin: 0 auto;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
  float: none;
  width: 100%;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  float: none;
  width: 100%;
}

p#billing_country_field {
  display: none;
}

.carro-compra .woocommerce-notices-wrapper {
  grid-column: span 4;
}

ul.woocommerce-error {
  background: transparent;
  border: solid 2px #ccc;
  border-radius: 10px;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0px;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: transparent;
  border-radius: 5px;
  border: none;
}

.woocommerce-info {
  border-top-color: #1e85be;
  border: none;
  background: transparent;
  line-height: 20px !important;
  font-size: 14px !important;
}

.woocommerce-privacy-policy-text p {
  font-size: 14px;
  line-height: 20px;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  float: none;
  margin-top: 20px;
  font-family: "Inter", serif;
  font-size: 20px;
  border-radius: 10px;
}

.payment_box.payment_method_bacs p {
  padding: 0px;
  margin: 0px;
  /* background: #333; */
  font-size: 14px;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 1em 0;
  font-size: 0.92em;
  border-radius: 2px;
  line-height: 1.5;
  border-radius: 10px;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}

td.product-name {
  /*display: flex;
  align-items: center;*/
}

img.alignleft {
  border: solid #eee;
  margin-right: 18px;
}

td.product-name {
  font-size: 14px;
}

.prueba {
  display: flex;
  align-items: center;
}

td.product-name {
  align-items: center;
}

input#coupon_code {
  border-radius: 0px;
  padding: 15px;
  margin-right: 0px;
  min-width: 300px;
  position: relative;
  margin-bottom: 11px;
  border: solid 1px #ccc;
  border-radius: 10px;
  font-family: "Inter", sans-serif;
}

@media (max-width) {
  input#coupon_code {
    border-radius: 5px;
    border: solid 1px #ccc;
    padding: 15px;
    margin-right: 0px;
    min-width: 100%;
    position: relative;
  }
}
p.form-row.form-row-last button.button {
  position: relative;
  top: 0px;
  padding: 16px;
  right: inherit;
  background: #000;
  color: #ffffff;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  border-radius: 10px;
  font-size: 16px;
  text-transform: normal;
  letter-spacing: 1px;
  margin-top: -20px;
}

@media (min-width) {
  form.checkout_coupon.woocommerce-form-coupon {
    margin-top: 19px;
    max-width: 80%;
  }
}
@media (max-width) {
  p.form-row.form-row-last button.button {
    position: absolute;
    top: 57px;
    padding: 16px;
    right: -31px;
    background: #1D1D1B;
    color: #fff;
  }
  textarea#order_comments {
    padding: 15px;
    min-height: 71px;
  }
}
.tit-prod {
  display: flex;
  flex-direction: column;
}

li.wc_payment_method.payment_method_transbank_webpay_plus_rest img {
  max-width: 141px;
  margin-top: 10px;
  display: block;
}

textarea#order_comments {
  font-family: "Inter", sans-serif;
  font-size: 16px;
}

.cart_totals table {
  border: none !important;
}

.woocommerce ul.order_details {
  margin: 0 0 3em;
  list-style: none;
  border: none;
  padding: 30px;
  background: #ececec;
  border-radius: 10px;
}

li.bic {
  margin-top: 15px;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
  margin-top: 20px;
}

.detalle-producto-pedido ul.wc-item-meta {
  display: none;
}

tr.woocommerce-table__line-item.order_item td:last-child, tr.woocommerce-table__line-item.order_item th:last-child {
  display: none;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th:last-child {
  display: none;
}

.contenedor-micuenta input, .contenedor-micuenta select {
  padding: 14px;
}

ul.wc-item-meta {
  width: 100%;
}

.mus span.swd {
  font-size: 23px;
  text-align: center;
  display: block;
  line-height: 33px;
  margin-bottom: 40px;
}

td.woocommerce-table__product-name.product-name a {
  width: 100%;
  padding-left: 0px;
  text-align: left;
  max-width: 300px;
}

td.woocommerce-table__product-name.product-name span {
  min-width: 100px;
}

.woocommerce ul.order_details li {
  float: left;
  margin-right: 2em;
  text-transform: normal;
  font-size: 0.715em;
  line-height: 1;
  border-right: none;
  padding-right: 2em;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}

.banner-producto.shop h1 {
  margin: 0px;
  padding: 40px;
}

a.logo-check {
  max-width: 260px;
  display: block;
}

.copnit .woocommerce-info {
  margin-top: 0px;
}

.carroheader-dos.ces {
  display: flex;
  justify-content: end;
  align-items: center;
}

.carroheader-dos.ces i {
  font-size: 25px;
  margin-left: 20px;
}

.nombs {
  width: 100%;
}

ul.inicios {
  list-style: none;
  padding: 0px 0px 20px 0px;
  display: flex;
  flex-direction: column;
  margin: 0px;
}

.tit-comprainvitado {
  font-size: 18px;
  padding-bottom: 20px;
}

.resaltar {
  font-size: 16px;
  padding-left: 10px;
}

.mensaje-error i {
  font-size: 25px;
  margin-right: 10px;
}

.mensaje-error {
  display: flex;
  align-items: center;
}

ul.inicios a {
  display: block;
  padding: 10px 20px;
  background: #f2f2f2;
  margin-right: 10px;
  font-size: 16px;
  border-radius: 10px;
  color: #000;
  margin-bottom: 16px;
  text-align: center;
  max-width: 84%;
  font-family: "Inter", sans-serif;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 51px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 51px;
  position: absolute;
  top: 1px;
  right: 10px;
  width: 24px;
}

input#billing_address_1 {
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 51px;
  margin: 0 0 -4px;
  user-select: none;
  -webkit-user-select: none;
}

.velo-form {
  background: rgba(255, 255, 255, 0.7490196078);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100;
}

section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 812px) {
  section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
}
address {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  max-width: 90%;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
  width: 100%;
  overflow: visible;
}

form.woocommerce-form.woocommerce-form-login.login {
  position: fixed;
  width: 90%;
  max-width: 500px;
  left: 50%;
  transform: translate(-50%);
  top: 20%;
  z-index: 1000;
  background: #fff;
}

button.woocommerce-button.button.woocommerce-form-login__submit {
  background: #242D3F;
  color: #fff;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}

button.button.actualizar {
  padding: 10px 20px;
  background: #f2f2f2;
  border-radius: 10px;
  color: #000;
  margin: 0 auto;
  height: 48px;
}

.woocommerce-form-login-toggle {
  display: none;
}

p#billing_last_name_field {
  width: 48%;
}

p#billing_first_name_field {
  width: 48%;
}

.woocommerce input {
  font-size: 14px;
}

.enviar-cotizacion .woocommerce .checkout {
  margin-top: -30px;
}

.mensaje_envio {
  font-size: 16px;
  padding: 10px;
  margin-bottom: 15px;
  background: transparent;
  border-radius: 5px;
  padding: 20px;
  line-height: 22px;
  color: #161616;
  /* border: 2px #000 dashed; */
  margin-top: 38px;
  background: #eee;
  font-family: "Inter", sans-serif;
}

ul.bot a.pagoss {
  padding: 15px 20px;
  display: block;
  background: #eee;
  border-radius: 10px;
  font-size: 16px;
  background: #242D3F;
  color: #fff;
  font-weight: 400;
}

.payment_box p {
  margin: 0px;
}

.mensaje-error {
  padding: 20px;
  /* border: solid 2px #ccc; */
  border-radius: 5px;
  background: #fdd;
  line-height: 22px;
  font-size: 16px;
  margin-bottom: 20px;
}

a.abreform {
  display: block;
  line-height: 22px;
  font-size: 17px;
  padding-bottom: 12px;
}

textarea#order_comments {
  padding: 15px;
  height: 100px;
  border: solid 1px #ccc;
  font-family: "Inter", sans-serif;
  font-weight: 300;
}

ul.bot {
  list-style: none;
  padding: 0px;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

ul.bot a {
  padding: 15px 20px;
  display: block;
  background: #eee;
  border-radius: 10px;
  font-size: 16px;
  background: #242D3F;
  color: #fff;
  font-weight: 400;
  text-transform: normal;
  letter-spacing: 1px;
}

a.boton-step.opaco {
  font-size: space;
  position: relative;
  top: 0px;
  padding: 16px;
  right: inherit;
  background: #f2f2f2;
  color: #0c0c0c !important;
  font-weight: 400;
  border-radius: 10px;
  border: none;
}

strong.product-quantity {
  font-size: 25px;
  background: #eee;
  border-radius: 10px;
}

td.woocommerce-table__product-name.product-name a {
  font-size: 16px;
  font-weight: 700;
  padding-left: 21px;
}

.woocommerce table.shop_table td {
  border-top: none;
  padding: 9px 12px;
  vertical-align: middle;
  line-height: 1.5em;
}

/*.create-account label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    display: ;
}*/
textarea#order_comments {
  padding: 15px;
}

.tit-prod {
  font-size: 13px;
  padding-left: 20px;
}

td.product-name img {
  display: block;
}

.nombre-producto-check {
  display: flex;
  align-items: center;
}

.foto-producto-check {
  width: 100px;
  margin-right: 20px;
  min-width: 100px;
}

.cantidad-check {
  font-size: 25px;
}

.nombre-producto-check {
  display: flex;
  align-items: center;
  padding-right: 20px;
  border-right: 1px solid #ccc;
}

.cantidad-check {
  font-size: 25px;
  background: #eee;
  padding: 10px;
  border-radius: 10px;
}

.nombre-check {
  font-size: 16px;
}

.foto-prod img {
  display: block !important;
}

@media (max-width: 812px) {
  .foto-producto-check {
    width: 50px;
    margin-right: 20px;
    min-width: 50px;
  }
  .cantidad-check {
    font-size: 14px;
    background: #eee;
    padding: 6px;
    border-radius: 10px;
  }
  .nombre-check {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
  }
  .nombre-producto-check {
    display: flex;
    align-items: center;
    padding-right: 0px;
    border-right: none;
  }
}
@media (min-width: 812px) {
  .soo {
    position: sticky;
    top: 50px;
  }
}
form.checkout_coupon.woocommerce-form-coupon {
  display: flex !important;
  grid-template-columns: repeat(5, 1fr);
  flex-direction: column;
  justify-content: end;
}

form.checkout_coupon.woocommerce-form-coupon p:first-child {
  grid-column: span 5;
  padding: 0px;
  margin: 0px 0px 10px;
}

form.checkout_coupon.woocommerce-form-coupon p:nth-child(2) {
  grid-column: span 3;
}

form.checkout_coupon.woocommerce-form-coupon p:nth-child(3) {
  grid-column: span 2;
}

form.checkout_coupon.woocommerce-form-coupon {
  margin: 0px;
  padding: 0px;
}

form.checkout_coupon.woocommerce-form-coupon {
  position: relative;
  background: #fff;
  border: none;
  right: inherit;
  width: 90%;
  z-index: 11;
  padding: 0px 0px 0px;
  margin-left: 0px;
}

.cupon-telefono {
  display: none;
}

.cupon-pc {
  display: block;
}

@media (max-width) {
  .cupon-telefono {
    display: block;
  }
  .cupon-telefono form.checkout_coupon.woocommerce-form-coupon {
    position: relative;
    background: #fff;
    border: none;
    right: inherit;
    width: 90%;
    z-index: 11;
    padding: 0px 0px 0px;
    margin-left: 0px;
  }
  .cupon-pc {
    display: none;
  }
}
.woocommerce-form-coupon-toggle {
  display: none;
}

button.button.wp-element-button {
  /* background: #333; */
  color: #000;
  padding: 10px 20px;
}

a.shipping-calculator-button {
  background: #242424;
  color: #fff;
  padding: 5px 10px;
  display: block;
  width: fit-content;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.woocommerce-billing-fields__field-wrapper input, .woocommerce-billing-fields__field-wrapper select {
  border: solid 1px #ccc !important;
  border-radius: 5px;
}

.volver-carro {
  font-size: 30px;
  z-index: 100;
  margin-left: 30px;
}

.check {
  padding-top: 28px;
}

.titulo-carriro.pad-top-40 h1 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 30px;
}

.cajas {
  padding-top: 25px;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 60px;
}

.esconder {
  display: none !important;
}

.checkout .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
  position: fixed;
  right: 0;
  bottom: 30px;
  z-index: 20;
}

.create-account input {
  border: solid 1px #ccc;
}

.tit-comprainvitado {
  display: none;
}

@media (min-width) {
  .volver-carro {
    font-size: 30px;
    position: absolute;
    right: 12px;
    top: 70px;
    z-index: 100;
    margin-left: 30px;
  }
}
.nombs {
  display: flex;
  align-items: center;
}

ul.pasos {
  display: flex;
  list-style: none;
  justify-content: inherit;
  padding: 0px;
  padding-bottom: 20px;
  align-items: center;
  margin-bottom: 40px;
  margin-top: 0px;
}

li.paso a {
  font-size: 18px;
  /* margin: 0px 24px; */
  margin-right: 30px;
  color: #999;
  font-family: "Inter", sans-serif;
}

a.activado {
  font-weight: 400;
  /* border-bottom: solid 3px; */
  color: #333;
  background: #000;
  color: #fff !important;
  padding: 8px 10px;
  border-radius: 5px;
}

.order_item td.product-name img {
  display: block;
}

.volver-carro.apis {
  font-size: 22px;
  position: relative;
  right: 0px;
  top: 0;
  z-index: 100;
  float: right;
}

h1.tit-compra {
  text-align: center;
  padding-top: 50px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 50px;
  max-width: 90%;
  margin: 0 auto;
  /* background: #ccc; */
  line-height: 48px;
}

ul.woocommerce-error {
  max-width: 90%;
  margin-bottom: 10px;
  background: #fde0e0;
}

.copnit {
  position: relative;
  display: flex;
  align-items: initial;
  flex-direction: column;
}

.copnit .woocommerce-error {
  position: absolute;
  z-index: 1000;
  top: 74px;
  left: 20px;
}

.grid-center.woocommerce-order {
  width: 90%;
}

.create-account {
  padding-top: 20px;
}

.woocommerce-billing-fields {
  padding-top: 0px;
}

.activo {
  color: #fff !important;
  font-weight: 700;
}

.principal .sub-menu {
  background: #fff;
}

.activodos {
  background: #000 !important;
  color: #fff !important;
  font-weight: 700;
}

.pswp.pswp--supports-fs.pswp--open.pswp--notouch.pswp--css_animation.pswp--svg.pswp--animated-in.pswp--zoom-allowed.pswp--visible {
  z-index: 10000000;
}

p.comment-form-email input, p.comment-form-author input {
  padding: 10px;
  width: 85%;
}

p.comment-form-author {
  display: flex;
  flex-direction: column;
}

p.comment-form-email {
  display: flex;
  flex-direction: column;
}

@media (max-width) {
  ul.inicios a {
    font-size: 13px;
  }
  ul.inicios {
    font-size: 13px;
  }
}
.create-account:last-child {
  /* padding-top: 20px; */
  padding: 18px;
  margin: 0px 0px 20px;
  border-radius: 10px;
  padding: 0px !important;
  margin-right: 10px !important;
}

.woocommerce form .form-row label {
  line-height: 2;
  font-size: 18px;
  color: #1D1D1B;
  padding-left: 4px;
  font-family: "Inter", sans-serif;
}

ul.logos {
  list-style: none;
  padding: 0px;
  display: flex;
  align-items: center;
}

.logos {
  max-width: 1100px;
  margin: 0 auto;
}

.marca {
  height: 100px;
  display: flex;
  align-items: center;
}

.marca img {
  max-height: 55px;
  opacity: 0.5;
  max-width: 200px;
}

ul.logos li {
  margin-right: 20px;
}

.contenedor-checkout {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  padding: 30px 0px;
}

.copy.contenedor-checkout {
  border-top: solid 1px #ccc;
}

.ircuenta a {
  display: flex;
  align-items: center;
  min-width: 150px;
}

.ircuenta a i {
  font-size: 18px !important;
  margin-right: 10px;
}

.footer-finalizar {
  padding-bottom: 60px;
  max-width: 1150px;
  margin: 0 auto;
  width: 90%;
  border-top: solid 1px #ccc;
  padding-top: 20px;
}

.woocommerce .woocommerce-customer-details address {
  border: none;
}

h2, h1 {
  font-weight: 300;
}

td.woocommerce-table__product-name.product-name {
  display: flex;
}

.producto-carro {
  display: flex;
  align-items: center;
}

.foto-carro {
  width: 150px;
  margin-right: 20px;
}

.name-pr {
  text-align: left;
}

.nombre-productito a {
  font-size: 18px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}

.cant input {
  padding: 10px;
  /* background: #ebebeb; */
  border: solid 1px #ccc;
  border-radius: 0px;
}

.nombre-productito {
  margin-bottom: 9px;
}

.name-pr {
  text-align: left;
  display: flex;
  /* align-items: center; */
  min-width: 520px;
  justify-content: space-between;
  margin-right: 30px;
}

.cant span {
  padding-bottom: 5px;
  display: block;
}

.sub-total {
  font-size: 18px;
}

.nombre-productito a {
  display: block;
  max-width: 250px;
}

.titsyb {
  font-size: 16px;
  margin-bottom: 5px;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
  max-width: 800px;
  margin: 0 auto;
}

.cart_totals.calculated_shipping {
  max-width: 800px;
  margin: 0 auto;
  padding: 50px 0px;
}

.detalle-producto-pedido {
  display: flex;
  align-items: center;
}

.detalle-producto-pedido img {
  min-width: 59px;
  margin-right: 15px;
  display: block;
}

.detalle-producto-pedido a {
  display: block;
  padding-left: 15px;
}

.detalle-producto-pedido strong.product-quantity {
  font-size: 17px;
  background: #eee;
  border-radius: 10px;
  max-width: 29px;
  text-align: center;
  padding: 10px;
  margin: 10px;
}

.detalle-producto-pedido {
  padding: 20px 20px;
  border: solid 1px #e8e8e8;
  border-bottom: none;
}

@media (min-width: 812px) {
  .detalle-producto-pedido a {
    display: block;
    padding-left: 15px;
    min-width: 400px;
  }
}
.detalle-producto-pedido strong.product-quantity {
  font-size: 25px;
  background: #eee;
  border-radius: 10px;
  max-width: 50px;
  text-align: center;
  padding: 10px;
}

@media (max-width) {
  .detalle-producto-pedido strong.product-quantity {
    font-size: 17px;
    background: #eee;
    border-radius: 10px;
    max-width: 22px;
    text-align: center;
    padding: 10px;
  }
  form.checkout.woocommerce-checkout {
    display: flex;
    flex-direction: column;
  }
  div#customer_details {
    max-width: 100%;
  }
  div#order_review {
    width: 100%;
    max-width: 100%;
    margin-left: 0px;
  }
  .woocommerce table.shop_table_responsive tr td::before {
    display: none;
  }
  .producto-carro {
    display: flex;
    align-items: inherit;
  }
  .sub-total {
    padding-top: 15px;
  }
  .name-pr {
    text-align: left;
    display: flex;
    /* align-items: center; */
    min-width: auto;
    justify-content: space-between;
    margin-right: 0px;
    flex-direction: column;
  }
}
.step h3 {
  font-size: 20px;
  font-weight: 400;
}

.soo h3 {
  font-weight: 400;
}

.woocommerce-additional-fields {
  padding-top: 35px;
}

dl.variation dd {
  margin: 3px;
}

dl.variation {
  line-height: 6px;
}

.woocommerce .cart .button, .woocommerce .cart input.button {
  float: none;
  height: 47px;
  font-weight: 400;
  color: #fff;
  background: #000;
}

.tit-carrito {
  text-align: center;
  font-size: 36px;
  text-transform: normal;
  padding-top: 50px;
  font-family: "Inter", sans-serif;
}

.contenedor-carro .woocommerce-notices-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

ul.wc-item-meta {
  list-style: none;
  padding: 0px;
  padding-left: 20px;
  margin: 0px;
}

ul.wc-item-meta p {
  padding: 0px;
  margin: 0px;
}

@media (max-width: 812px) {
  .woocommerce ul.order_details {
    margin: 0 0 3em;
    list-style: none;
    display: flex;
    border: none;
    padding: 30px;
    background: #ececec;
    border-radius: 10px;
    flex-direction: column;
    line-height: 30px !important;
    margin: 0 auto 42px;
  }
  .detalle-producto-pedido {
    display: flex;
    align-items: inherit;
    flex-direction: column;
  }
  .detalle-producto-pedido a {
    display: block;
    padding-left: 0px;
    padding-top: 30px;
  }
  ul.wc-item-meta {
    list-style: none;
    padding: 0px;
    padding-left: 0px;
    margin: 0px;
    padding-bottom: 20px;
  }
  .detalle-producto-pedido strong.product-quantity {
    font-size: 20px;
    background: #eee;
    border-radius: 10px;
    max-width: 50px;
    text-align: center;
    padding: 10px;
    margin: 10px 0px;
  }
  .ts-product-image {
    width: 50% !important;
    height: auto !important;
  }
  .woocommerce-order {
    max-width: 900px;
    margin: 0 auto;
    width: 90%;
  }
  .producto-carro {
    display: grid;
    align-items: inherit;
    grid-template-columns: 25% 52% 6%;
    grid-gap: 27px;
  }
  .sub-total {
    font-size: 18px;
    margin-top: 16px;
  }
  .coupon {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .coupon input#coupon_code {
    min-width: 100%;
    height: 49px;
    font-weight: 300;
    padding-left: 15px;
  }
  .name-pr {
    text-align: left;
    display: flex;
    /* align-items: center; */
    min-width: 100%;
    justify-content: space-between;
    margin-right: 30px;
    flex-direction: column;
  }
  .foto-carro {
    width: 100%;
    margin-right: 20px;
  }
  .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
    content: attr(data-title) ": ";
    font-weight: 700;
    float: left;
    display: none;
  }
  .contenedor-carro {
    max-width: 90%;
    margin: 0 auto;
  }
  .woocommerce table.shop_table_responsive tbody th, .woocommerce-page table.shop_table_responsive tbody th {
    display: block;
  }
  tr.cart-subtotal {
    display: flex !important;
    justify-content: space-between;
  }
  tr.order-total {
    display: flex !important;
    justify-content: space-between;
  }
}
.enviar-cotizacion .woocommerce {
  max-width: 1100px;
  margin: 0 auto;
}

ul.wc_payment_methods.payment_methods.methods {
  list-style: none;
}

ul.wc_payment_methods.payment_methods.methods li {
  margin-bottom: 20px;
}

.woocommerce form .form-row .woocommerce-input-wrapper .description {
  background: transparent !important;
  color: #000000 !important;
  /* border-radius: 3px; */
  padding: 1em;
  /* margin: .5em 0 0; */
  clear: both;
  display: none;
  /* position: relative; */
  /* margin-top: 20px !important; */
  /* padding: 20px !important; */
}

.banner-oferta {
  position: relative;
  height: 650px;
  display: grid;
  align-items: center;
}

.imagen-banner-ofertas {
  position: absolute;
  top: 0px;
  left: 0px;
}

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

.textos-oferta {
  position: relative;
}

.imagen-banner-ofertas {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 650px;
  width: 100%;
}

.banner-oferta {
  position: relative;
  height: 650px;
}

.texto-oferta {
  max-width: 1150px;
  font-size: 18px;
}

.precio-oferta {
  display: flex;
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 28px;
  align-items: center;
}

.porcentaje {
  display: flex;
  margin-left: 20px;
  font-size: 14px;
  background: #e00;
  padding: 5px;
  color: #fff;
}

a.boton-oferta {
  background: #000;
  color: #fff;
  display: block;
  padding: 15px 25px;
  width: fit-content;
  margin-top: 15px;
  border-radius: 50px;
}

.textos-oferta {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.texto-oferta h2 {
  font-size: 50px;
  line-height: 59px;
}

.subtitulo {
  font-size: 29px;
  font-weight: 700;
  padding: 15px 0px;
}

img.btl {
  display: none !important;
}

@media (max-width: 812px) {
  img.bpc {
    display: none !important;
  }
  img.btl {
    display: block !important;
  }
  .imagen-banner-ofertas {
    position: relative;
    top: 0px;
    left: 0px;
    height: auto;
    width: 100%;
  }
  .banner-oferta {
    position: relative;
    height: auto;
  }
  .texto-oferta h2 {
    font-size: 39px;
    line-height: 42px;
  }
  .texto-oferta {
    max-width: 80%;
    font-size: 18px;
    margin: 0 auto;
  }
  .subtitulo {
    font-size: 25px;
    line-height: 30px;
  }
  .precio-normal {
    font-size: 16px;
    margin-top: -13px;
  }
  a.boton-oferta {
    background: #000;
    color: #fff;
    display: block;
    padding: 15px 25px;
    width: fit-content;
    margin-top: 26px;
    border-radius: 50px;
  }
}
.mensaje-oferta {
  padding: 50px 0px;
  color: #fff;
  background: #000;
  font-size: 18px;
  line-height: 24px;
}

.contenedor-mensaje {
  display: flex;
  flex-direction: column;
  width: 80%;
  margin: 0 auto;
  max-width: 1000px;
}

a.boton-whatsapp-ofertas {
  background: #fff;
  padding: 13px 30px;
  font-size: 16px;
  font-weight: 700;
  display: block;
  width: fit-content;
  box-sizing: border-box;
  margin-top: 30px;
  border-radius: 50px;
  text-align: center;
}

@media (min-width: 812px) {
  .contenedor-mensaje {
    display: flex;
    flex-direction: row;
    width: 80%;
    margin: 0 auto;
    max-width: 1000px;
    align-items: center;
  }
  .texto-mensaje {
    font-size: 24px;
    max-width: 700px;
    line-height: 35px;
    margin-right: 30px;
  }
  a.boton-whatsapp-ofertas {
    margin-top: 0px;
  }
}
.productos-en-oferta ul.products.columns-4 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  padding: 0px;
  grid-gap: 30px;
}

@media (max-width: 812px) {
  .productos-en-oferta ul.products.columns-4 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    list-style: none;
    padding: 0px;
    grid-gap: 30px;
  }
}
.etiqueta-descuento {
  background-color: #ff5722;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 5px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
}

.productos-en-oferta h2.woocommerce-loop-product__title {
  font-size: 22px !important;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  padding: 34px 0px 20px;
}

.text-descuento {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 14px;
}

@media (max-width: 812px) {
  .reloj-descuento {
    background: #f8f8f8;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    margin-top: 25px;
  }
}
ul, li {
  margin: 0;
  padding: 0;
}

.botonera ul {
  list-style: none;
}

.master-header {
  position: absolute;
  z-index: 10;
  width: 100%;
}
.master-header.menu-fixed {
  position: fixed;
}

@media (max-width: 812px) {
  .menu-fixed {
    top: 0px;
  }
}
nav.header-negro {
  background: rgba(36, 45, 63, 0.5215686275);
}

.menu-fixed .header-negro {
  background: #242D3F;
}

.header-negro .menu-desktop li a {
  color: #ffffff;
}
.header-negro .menu-desktop:hover {
  font-weight: 700;
  color: #fff;
}

.menu-desktop {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.menu-desktop li a {
  color: #000000;
  font-weight: 500;
  text-decoration: none;
}
.menu-desktop li a:hover {
  font-weight: 700;
  color: #fff;
}
@media (max-width: 768px) {
  .menu-desktop {
    display: none !important;
  }
}

span.titulo-item-menu {
  font-weight: 700;
  font-size: 18px;
}

.botonera > ul {
  display: flex;
}
.botonera > ul > li {
  position: relative;
}
.botonera > ul > li > a {
  padding: 10px 15px;
  display: block;
  font-weight: 500;
  text-decoration: none;
  border-radius: 5px;
}
.botonera > ul > li > a:hover {
  background: #2e3e5e;
}

.menu-normal,
.menu-mediano {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  min-width: 250px;
  z-index: 20;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.menu-normal .lista-menu li a {
  color: #fff;
  display: block;
  padding: 10px;
  border-radius: 4px;
  font-weight: 400;
  /* margin-left: -5px; */
  text-decoration: none;
  margin-bottom: 0px;
}

.menu-normal {
  margin-top: 10px;
  padding: 0px 30px;
  background: #2e3e5e !important;
  border-radius: 5px;
}

.menu-mediano.activo {
  min-width: 700px;
  padding: 0px 40px;
  background: #2e3e5e !important;
  border-radius: 5px;
  margin-top: 8px;
}

.menu-interior-columna h3 {
  display: none;
}

.triangle-up {
  position: absolute;
  top: -10px;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid;
}

.menu-grande {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100vw;
  z-index: 30;
  display: none;
}

.logo-columna {
  max-width: 200px;
  margin-bottom: 20px;
}

.logo-columna img {
  width: 100%;
  height: auto;
}

.lista-menu {
  list-style: none;
  padding: 0px;
}

.lista-menu li a {
  color: #fff;
  display: block;
  padding: 10px;
  border-radius: 4px;
  font-weight: 400;
  /* margin-left: -5px; */
  text-decoration: none;
  margin-bottom: 18px;
}

.lista-menu li a:hover {
  color: #fff;
  background: #242D3F;
  transform: scale(1.02);
  padding: 10px;
}

.descripcion-item {
  font-size: 14px;
  padding-top: 5px;
  font-weight: 400;
}

.menu-interior-columna h3 {
  border-bottom: solid 1px rgba(255, 255, 255, 0.2784313725);
  padding-bottom: 10px;
  margin: 0px;
  margin-bottom: 20px;
}

.divisor {
  height: 30px;
}

.lista-menu.sin-bold li a {
  font-weight: 400 !important;
}

.lista-menu {
  display: flex;
  flex-direction: column;
}

.contacto-botonera {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
}

.botonera li.active > a {
  background: #2e3e5e !important;
  color: #fff;
}

.mf-nav-clasico .menu-desktop {
  display: flex;
  gap: 20px;
}

.mf-nav-clasico {
  padding: 30px 0px;
}

.header-negro a {
  color: #fff;
}

.bla-neg {
  color: #000 !important;
}

.menu-toggle {
  display: none;
}

.mensaje-top {
  padding: 10px 0px;
}

.contenedor-full.megamenu_normal {
  background: #2e3e5e;
  border-radius: 5px;
  overflow: hidden;
}

@media (max-width: 812px) {
  .menu-toggle {
    display: block;
  }
  .logo-header {
    max-width: 140px;
  }
}
footer {
  background: #EFEFEF;
}

.redes {
  list-style: none;
  display: flex;
}

.redes li {
  font-size: 34px;
  margin-right: 10px;
  color: #242D3F;
}

.lista-footer {
  list-style: none;
  padding: 0px;
  margin: 20px 0px;
}

.lista-footer li a {
  font-size: 15px;
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
}

.contacto {
  background: #242D3F;
  color: #fff;
  z-index: 10000000;
  position: fixed;
  height: 100vh;
  right: -50%;
  width: 50%;
  max-width: 550px;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.37);
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.37);
  top: 0;
  overflow: auto;
  max-width: 90%;
}

input#gform_submit_button_1 {
  background: #000 !important;
}

.contacto-form input, .contacto-form textarea {
  background: #242d3f !important;
  padding: 26px !important;
  color: #fff !important;
  font-size: 18px !important;
}

@media (max-width: 812px) {
  .contacto {
    width: 100%;
    right: -100%;
  }
}
.velo_contacto {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10000;
  top: 0px;
  display: none;
}

div#gform_fields_1 {
  grid-gap: 10px;
}

.contacto-form {
  max-width: 90%;
  margin: 0 auto;
  padding: 50px 0px;
}

.titulo-contacto {
  font-size: 20px;
  line-height: 27px;
  max-width: 90%;
  margin: 0 auto;
  margin-top: 30px;
}

.logo-contacto {
  max-width: 150px;
  margin-left: 30px;
  margin-top: 30px;
}

.cerrar-contacto {
  font-size: 29px;
  color: #fff;
  position: absolute;
  right: 30px;
  top: 30px;
}

.mf-hero-neuronova {
  background: #242D3F;
  color: #fff;
}

.imagen-hero {
  max-height: 700px;
  overflow: hidden;
}

.imagen-hero img {
  max-height: 100%;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 812px) {
  .imagen-hero img {
    max-height: 100%;
    width: 100%;
    object-fit: cover;
    height: 100%;
    min-height: 700px;
  }
}
/* === NUEVO BLOQUE SERVICIOS v2 === */
.mf-servicios-v2 {
  background-color: #242D3F;
  text-align: center;
}

.mf-serviciosv2-titulo {
  margin-bottom: 10px;
}

.mf-serviciosv2-sub {
  margin-bottom: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.mf-serviciosv2-card {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  text-align: left;
  transition: 0.3s ease;
}

.mf-serviciosv2-card:hover {
  transform: translateY(-5px);
}

.mf-serviciosv2-icono {
  width: 50px;
  height: 50px;
  background-color: #8394d2;
  border-radius: 50%;
  margin-bottom: 20px;
}

.mf-serviciosv2-boton {
  margin-top: 50px;
}

/* === MISIÓN Y VISIÓN === */
.mf-mv-titulo {
  text-align: center;
  margin-bottom: 40px;
}

/* === PILARES NEURONOVA === */
.mf-pilares-neuronova {
  background-color: #f7f9fc;
}

.mf-pilares-titulo {
  text-align: center;
  margin-bottom: 20px;
}

.mf-pilares-texto {
  max-width: 700px;
  margin: 0 auto 30px;
}

.mf-pilares-neuronova ul {
  max-width: 800px;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
}

.mf-pilares-neuronova li {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}

/* === EQUIPO FUNDADORAS === */
/* === BLOQUE TEAM IMÁGENES GRANDES === */
.mf-team-big {
  background-color: #fff;
  text-align: center;
}

.mf-team-titulo {
  margin-bottom: 10px;
}

.mf-team-descripcion {
  max-width: 600px;
  margin: 0 auto 40px;
}

.mf-team-card {
  text-align: left;
}

.mf-team-imagen {
  width: 100%;
  object-fit: cover;
  margin-bottom: 20px;
  max-height: 370px;
  overflow: hidden;
  border-radius: 10px;
}

.mf-team-imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mf-team-nombre {
  margin-bottom: 5px;
}

.mf-team-boton {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .mf-team-imagen {
    width: 100%;
    object-fit: cover;
    margin-bottom: 20px;
    max-height: 500px;
    overflow: hidden;
    border-radius: 10px;
  }
}
/* === CIERRE FINAL CTA === */
/* === CTA CLON TAILWIND UI - APILADO SIMPLE === */
.mf-cta-clon {
  background-color: #f9fafb;
}

.mf-cta-box {
  background-color: #fff;
  padding: 60px 40px;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}

.intro-texto ul {
  padding-left: 20px;
}

.grid-invertida .intro-texto {
  grid-column: 2;
}

.grid-invertida .mf-intro-imagen {
  grid-row: 1;
}

h2.mf-intro-titulo {
  font-size: 50px;
  line-height: 55px;
}

.mf-cta-titulo-dark {
  max-width: 80%;
  margin: 0 auto;
}

.mf-hero-neuronova {
  position: relative;
  overflow: hidden;
}

.imagen-hero {
  max-height: 700px;
  overflow: hidden;
  position: absolute;
  opacity: 0.4;
}

h1.mf-hero-titulo {
  font-size: 40px;
  line-height: 45px;
}

@media (max-width: 812px) {
  h1.mf-hero-titulo {
    font-size: 40px;
    line-height: 45px;
  }
  .mf-cta-titulo-dark {
    max-width: 100%;
    margin: 0 auto;
  }
  h2.mf-intro-titulo {
    font-size: 40px;
    line-height: 42px;
  }
  .grid-invertida .intro-texto {
    grid-column: 1;
    grid-row: 1;
  }
  .grid-invertida .mf-intro-imagen {
    grid-row: 2;
  }
}
.mf-cta-titulo-dark {
  color: #111827;
}

.mf-cta-link {
  color: #111827;
  align-self: center;
  transition: 0.3s;
}

.mf-cta-link:hover {
  text-decoration: underline;
}

button.acordeon-btn {
  text-align: left;
  padding: 16px;
  font-size: 18px;
  width: 100%;
  background: transparent;
  border: none;
}

button.acordeon-btn.acordeon-activa {
  background: rgba(255, 255, 255, 0.5607843137);
}

.acordeon-contenido ul {
  /* list-style: none; */
  padding-left: 18px;
}