/*
Theme Name: Balanti
Description: Tema Personalizado
Versio: 1.0
*/

@charset "UTF-8";

:root {
  --jvm-background-primary: rgb(255, 255, 255);
  --jvm-background-secondary: rgb(48, 50, 53);
  --jvm-background-tertiary: rgb(214, 186, 171);
  --jvm-background-cuaternario: rgb(50, 62, 72);
  --jvm-background-fillet: rgb(50, 62, 72);
  --jvm-background-one: rgb(121, 130, 25, 0.1);
  --jvm-background-two: rgb(121, 130, 25, 0.1);
  --jvm-background-pink: rgb(214, 186, 171);
  --jvm-background-white: rgb(255, 255, 255);
  --jvm-background-gray: rgb(50, 62, 72, 0.1);
  --jvm-background-gray-two: rgb(241, 243, 244);
  --jvm-background-tag-three: rgb(228, 232, 232, 0.4);
  --jvm-background-menu: rgb(50, 62, 72, 0.9);
  --jvm-background-box-one: rgb(255, 233, 214, 0.5);
  --jvm-background-box-two: rgb(18, 184, 197);
  --jvm-background-tag-one: rgb(255, 236, 228);
  --jvm-background-tag-two: rgb(228, 232, 232);
  --jvm-background-blue-dark-overlay: rgb(6, 24, 38, 80%);
  --jvm-color-text-primary: rgb(50, 62, 72);
  --jvm-color-text-secondary: rgb(214, 186, 171);
  --jvm-color-text-white: rgb(255, 255, 255);
  --jvm-color-text-textlink: rgb(18, 117, 153);
  --jvm-color-line: rgb(228, 232, 232);
  --jvm-color-line-white: rgb(255, 255, 255);
  --jvm-color-line-gray: rgb(152, 153, 145);
  --jvm-color-line-pink: rgb(214, 186, 171);
  --jvm-color-line-green: rgb(31, 138, 112);
  --jvm-color-line-price: rgb(48, 50, 53);
  --jvm-box-shadow: rgb(228, 232, 232);
  --jvm-text-tag-Two: rgb(74, 79, 84);
}

@font-face {
  font-family: "fonts-200";
  src: url(./fonts/Graphie-Thin.otf);
}

@font-face {
  font-family: "fonts-300";
  src: url(./fonts/Graphie-Light.otf);
}

@font-face {
  font-family: "fonts-400";
  src: url(./fonts/Graphie-Regular.otf);
}

@font-face {
  font-family: "fonts-600";
  src: url(./fonts/GalanoGrotesqueSemiBold.otf);
}

@font-face {
  font-family: "fonts-500";
  src: url(./fonts/Graphie-SemiBold.otf);
}

@font-face {
  font-family: "fonts-700";
  src: url(./fonts/Graphie-Bold.otf);
}

/* --------------- SELECTORES --------------- */

html {
  min-height: 100%;
  position: relative;
}

body,
html {
  font-family: "fonts-200";
  margin: 0;
  padding: 0;
  font-style: normal;
  background-color: var(--jvm-background-primary);
  color: var(--jvm-color-text-primary);
  overflow-x: hidden;
}

html {
  position: relative;
}

body a {
  text-decoration: none;
  cursor: pointer;
  color: var(--jvm-color-text-textlink);
  transition: 0.5s;
}

body a:hover {
  text-decoration: none;
  color: var(--jvm-color-text-textlink);
}

h1 {
  font-size: 2.25rem;
  line-height: 42px;
  letter-spacing: 2px;
  color: var(--jvm-color-text-primary);
}

h2 {
  font-size: 2.25rem;
  line-height: 42px;
  letter-spacing: 2px;
  color: var(--jvm-color-text-primary);
}

h3 {
  font-size: 1.25rem;
  line-height: 26px;
  color: var(--jvm-color-text-primary);
}

h4 {
  font-family: "fonts-400";
  font-size: 1rem;
  line-height: 19px;
  letter-spacing: 0.12em;
  color: var(--jvm-color-text-primary);
}

p {
  font-family: "fonts-300";
  font-size: 1rem;
  line-height: 24px;
  letter-spacing: 0.4px;
  color: var(--jvm-color-text-primary);
}

ul li {
  font-family: "fonts-300";
  font-size: 1rem;
  line-height: 24px;
  color: var(--jvm-color-text-primary);
}

ol li {
  font-family: "fonts-300";
  font-size: 1rem;
  line-height: 25px;
  color: var(--jvm-color-text-primary);
}

strong {
  font-family: "fonts-700";
}

.semiBold {
  font-family: "fonts-300";
}

.bold {
  font-family: "fonts-400";
}

.textUppercase {
  text-transform: uppercase;
}

.visibleMobile {
  display: none;
}

.btn-primary {
  color: var(--jvm-color-text-white);
  background-color: transparent;
  border-color: transparent;
}

.btn:hover {
  color: initial;
  background-color: inherit;
  border-color: transparent;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  transition: 0.5s;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1100px;
}

/* --------------- FIN SELECTORES --------------- */

/* --------------- OTROS ESTILOS GENERALES --------------- */

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1100px;
  }
}

.btn-check:active+.btn:focus,
.btn-check:checked+.btn:focus,
.btn.active:focus,
.btn.show:focus,
.btn:active:focus,
.btn:focus,
.input:active:focus,
.input:focus {
  box-shadow: none;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-control:focus {
  color: var(--jvm-color-text-primary);
  background-color: transparent;
  border-color: transparent;
  border: 1px solid var(--jvm-background-cuaternario);
  box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.25);
}

input[type="text"],
select {
  width: 100% !important;
  height: 48px;
  font-family: "fonts-400";
  background-color: transparent;
  font-size: 1rem !important;
  color: var(--jvm-color-text-primary);
  border-radius: 0;
  border: 1px solid var(--jvm-background-cuaternario);
}

textarea {
  width: 100% !important;
  background-color: transparent;
  font-family: "fonts-400";
  font-size: 1rem !important;
  color: var(--jvm-color-text-primary);
  border-radius: 0;
  border: 1px solid var(--jvm-background-cuaternario);
  padding: 0.375rem 0.75rem;
}

label {
  font-size: 1rem;
  color: var(--jvm-color-text-primary);
  line-height: 24px;
  letter-spacing: 0.4px;
}

select {
  background-color: var(--jvm-background-primary) !important;
  color: var(--jvm-background-secondary) !important;
  background-image: url(./images/iconos/icoArrowSelect.svg);
  background-position: 94% center;
  background-repeat: no-repeat;
  background-size: 14px;
  margin-top: 0.2rem;
}

:focus-visible {
  outline: -webkit-focus-ring-color auto 0;
}

input[type="text"]::placeholder,
select::placeholder,
textarea::placeholder {
  font-family: "fonts-400";
  font-size: 1rem !important;
  color: var(--jvm-color-text-primary);
  text-align: left;
}

.slick-prev.slick-arrow[type="button"],
.slick-next.slick-arrow[type="button"] {
  display: none !important;
}

.slick-prev,
.slick-next {
  top: 44%;
}

.slick-prev {
  left: 20px;
}

.slick-next {
  right: 20px;
}

.slick-next:before {
  display: none;
}

.slick-prev:before {
  display: none;
}

.slick-dots li {
  width: auto;
  height: auto;
}

.slick-dots {
  bottom: -35px;
}

.slick-dots li button:before {
  font-size: 0px;
}

.slick-dots li button {
  width: 4px;
  height: 4px;
  background-color: rgb(48, 50, 53);
  border-radius: 50%;
  border-bottom: 0 solid transparent;
  border-top: 0 solid transparent;
  opacity: 1;
}

.slick-dots li.slick-active button {
  width: 4px;
  height: 4px;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid rgb(48, 50, 53);
  opacity: 1;
}

.titleCenter {
  text-align: center;
}

.titleLeft {
  text-align: left;
}

.line {
  width: 100%;
  height: 1px;
  background-color: var(--jvm-color-line);
  display: block;
  margin: 1rem 0;
}

.bgGray {
  background-color: var(--jvm-background-gray);
  padding: 4rem 0;
}

.bgWhite {
  background-color: var(--jvm-background-white);
  padding: 0 0 4rem;
  margin-top: 4rem;
}

.bgGreenOpcaity {
  background-color: var(--jvm-background-two);
}

.imgBGOne {
  background-image: url(./images/others/bgImageOne.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.imgBGTwo {
  background-image: url(./images/others/bgImage.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.hideComponent {
  display: none;
}

.fontSizeFourteen {
  font-size: 0.875rem !important;
  line-height: 18px !important;
}

.borderRadius0 {
  border-radius: 0 !important;
}

.borderRadius50 {
  border-radius: 50% !important;
}

.mrgt0 {
  margin-bottom: 0;
}

.mrgt1 {
  margin-top: 1rem;
}

.mrgt1-5 {
  margin-top: 1.5rem;
}

.mrgt2 {
  margin-top: 2rem;
}

.mrgt2-5 {
  margin-top: 2.5rem;
}

.mrgt3 {
  margin-top: 3rem;
}

.mrgt3-5 {
  margin-top: 3.5rem;
}

.mrgb0 {
  margin-bottom: 0;
}

.mrgb1 {
  margin-bottom: 1rem;
}

.mrgb1-5 {
  margin-bottom: 1.5rem;
}

.mrgb2 {
  margin-bottom: 2rem;
}

.twoColumn {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}

.twoColumnLeft {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 25px;
}

.twoColumnRight {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 25px;
}

.threeColumn {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
}

.threeColumnResponsive {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
}

.fourColumn {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 25px;
}

.reverse {
  grid-auto-flow: dense;
  direction: rtl;
}

.gap0 {
  gap: 0;
}

.textInfoLetter {
  font-size: 0.75rem;
  letter-spacing: 6px;
  display: block;
}

.textBlue {
  color: var(--jvm-color-text-secondary);
}

.backgroundPink {
  background-color: var(--jvm-background-pink);
}

.backgroundDarkBlue {
  background-color: var(--jvm-background-cuaternario);
}

.textPink {
  color: var(--jvm-color-text-secondary);
}

.textGreen {
  color: var(--jvm-color-text-cuaternario);
}

.textWhite, .textWhite p {
  color: var(--jvm-color-text-white);
}

.textGray {
  color: var(--jvm-color-line-gray);
}

.clear {
  clear: both;
}

/* --------------- FIN OTROS ESTILOS GENERALES --------------- */

/* --------------- SEPARADORES --------------- */

.separadorProOne {
  padding: 5px;
}

.separadorProTwo {
  padding: 10px;
}

.separadorProThree {
  padding: 15px;
}

.separadorProFour {
  padding: 20px;
}

.separadorProFive {
  padding: 25px;
}

.separadorProSix {
  padding: 30px;
}

.separadorProSeven {
  padding: 35px;
}

.separadorProEight {
  padding: 40px;
}

.separadorProNine {
  padding: 45px;
}

.separadorProTen {
  padding: 50px;
}

.separadorProEleven {
  padding: 55px;
}

.separadorProTwelve {
  padding: 60px;
}

/* --------------- FIN SEPARADORES --------------- */

/* --------------- INTRO --------------- */

.intro {
  width: 100%;
  max-width: 100%;
  min-height: 100lvh;
  /* background: var(--jvm-background-primary)
    url(./images/others/BackgroundIntro.jpg) no-repeat top center; */
  background-size: cover;
  position: relative;
}

.intro .logoMediaSocial {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.intro .logoMediaSocial .logo {
  width: 291.01px;
}

.intro .logoMediaSocial .mediaSocial {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.intro .logoMediaSocial .mediaSocial img {
  width: 26.01px;
}

.intro .moduloHU0Info {
  width: 100%;
  max-width: 632px;
  margin-top: 6.25rem;
}

.intro .moduloHU0Info h3 {
  letter-spacing: 1px;
  font-family: "fonts-400";
}

.intro .moduloHU0Info .btnCardBalanti {
  margin-top: 3.125rem;
}

.intro .moduloHU0Info .btnCardBalanti .cta {
  width: 100%;
  max-width: fit-content;
  height: 48px;
  background-color: var(--jvm-background-white);
  border: 1px solid var(--jvm-background-white);
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "fonts-400";
  font-size: 1rem;
  letter-spacing: 0.12em;
  color: var(--jvm-color-text-primary);
  padding: 0 2.5rem;
}

.intro .moduloHU0Info .btnCardBalanti .cta:is(:hover, :active, :focus) {
  background-color: var(--jvm-background-tertiary);
  border: 1px solid var(--jvm-color-line-pink);
  color: var(--jvm-color-text-primary);
}

.intro .icoWhatsapp {
  position: absolute;
  right: 8%;
  bottom: 5%;
}

.intro .icoWhatsapp img {
  width: 60px;
}

/* --------------- FIN INTRO --------------- */

/* --------------- HEADER --------------- */

.fillet {
  width: 100%;
  max-width: 100%;
  height: 30px;
  background-color: var(--jvm-background-fillet);
  position: fixed;
  display: flex;
  align-items: center;
  top: 0;
  z-index: 9;
}

.fillet .filletItems {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.fillet .filletItems a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.fillet .filletItems a img:nth-child(1) {
  width: 19.64px;
  margin-right: 0.2rem;
}

.fillet .filletItems a span {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.688rem;
  line-height: 16px;
  letter-spacing: 0.1em;
  color: var(--jvm-background-white);
  text-transform: uppercase;
}

.fillet .filletItems a img:nth-child(3) {
  width: 62px;
}

header {
  width: 100%;
  max-width: 100%;
  height: 84px;
  background-color: var(--jvm-background-primary);
  position: fixed;
  margin: auto;
  z-index: 9;
  /* margin-top: 1.875rem; */
}

header .header {
  width: 100%;
  max-width: 100%;
  min-height: 85px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

header .header .logo {
  width: 25%;
}

header .header .logo img {
  width: 239.08px;
}

header .header .searchHeader {
  width: 30%;
}

/* --------------- FIN HEADER --------------- */

/* --------------- BANNER HOME --------------- */

.bannerBalanti {
  position: relative;
  z-index: 1;
  /* margin: 7.125rem 0 0; */
}

.bannerBalanti img {
  min-height: auto;
  border-radius: 0;
}

.bannerBalanti .carousel-caption {
  width: 100%;
  max-width: 516px;
  min-height: 100%;
  background-color: var(--jvm-background-white);
  position: absolute;
  right: 0;
  bottom: 0;
  left: 3%;
  text-align: left;
  padding: 2.375rem 3.625rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}

.bannerBalanti .minBannerOne {
  min-height: 210px;
}

.bannerBalanti .minBannerTwo {
  justify-content: space-between;
}

.bannerBalanti .carousel-caption h1,
.bannerBalanti .carousel-caption h2 {
  font-size: 1.8rem;
  line-height: 38px;
  letter-spacing: 2px;
  margin: 0 0 1.625rem;
}

.bannerBalanti .carousel-caption p {
  font-size: 0.875rem;
  line-height: 18px;
  margin-bottom: 2.125rem;
}

.bannerBalanti .carousel-caption .btnbannerBalanti a.cta {
  width: 100%;
  max-width: fit-content;
  height: 48px;
  background-color: var(--jvm-color-line-pink);
  border: 1px solid var(--jvm-color-line-pink);
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "fonts-400";
  font-size: 1rem;
  letter-spacing: 0.12em;
  color: var(--jvm-color-text-primary);
  padding: 0 2.5rem;
}

.bannerBalanti .carousel-caption .btnbannerBalanti a.cta:is(:hover, :active, :focus) {
  background-color: transparent;
  border: 1px solid var(--jvm-background-secondary);
  color: var(--jvm-color-text-primary);
}

.bannerBalanti .carousel-control-next-icon {
  background-image: url(./images/iconos/icoArrowRight.svg);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.bannerBalanti .carousel-control-prev-icon {
  background-image: url(./images/iconos/icoArrowLeft.svg);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.bannerBalanti .carousel-control-prev {
  left: 0;
}

.bannerBalanti .carousel-control-next {
  right: 0;
}

.bannerBalanti .carousel-control-next-icon,
.bannerBalanti .carousel-control-prev-icon {
  display: none;
}

.bannerBalanti .carousel-control-next,
.bannerBalanti .carousel-control-prev {
  opacity: 1;
}

.bannerBalanti .carousel-indicators {
  width: 100%;
  max-width: 104px;
  justify-content: flex-start;
  align-items: center;
  left: 7%;
  margin: 0;
}

.bannerBalanti .carousel-indicators [data-bs-target] {
  width: 6px;
  height: 6px;
  background-color: rgb(48, 50, 53);
  border-radius: 50%;
  border-bottom: 0 solid transparent;
  border-top: 0 solid transparent;
  opacity: 1;
}

.bannerBalanti .carousel-indicators .active {
  width: 4px;
  height: 4px;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid rgb(48, 50, 53);
}

.bannerBalanti .carousel-control-prev,
.bannerBalanti .carousel-control-next {
  display: none;
}

/* --------------- FIN BANNER HOME --------------- */

/* --------------- CONTENIDO PAGINA --------------- */

.moduloHU01Cards .card {
  min-height: 445px;
  position: relative;
  border-radius: 0;
  border: none;
}

.moduloHU01Cards .card .card-image {
  position: relative;
  height: 351px;
}

.moduloHU01Cards .card .card-image .card-img-top {
  border-radius: 0;
  object-fit: cover;
  height: 351px;
}

.moduloHU01Cards .card .card-image .pscTagOne {
  position: absolute;
  top: 1rem;
  left: 1.5rem;
}

.moduloHU01Cards .card .card-image .pscTagOne .tagTextOne {
  font-family: "fonts-500";
  width: 100%;
  max-width: fit-content;
  height: 16px;
  background-color: var(--jvm-background-tag-one);
  border-radius: 30px;
  display: block;
  font-size: 0.75rem;
  text-align: center;
  color: var(--jvm-color-text-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.5rem;
}

.moduloHU01Cards .card .card-body .card-text {
  font-size: 0.875rem;
  line-height: 18px;
  margin-bottom: 1.5rem;
}

.moduloHU01Cards .card .card-body .textLink {
  font-family: "fonts-400";
  position: absolute;
  bottom: 0;
  font-size: 1rem;
  line-height: 19px;
  color: var(--jvm-color-text-primary);
  letter-spacing: 0.12em;
  display: flex;
  align-items: center;
  gap: 5px;
}

.moduloHU01Cards .card .card-body .text-price {
  font-family: "fonts-300";
  font-size: 1.625rem;
  line-height: 32px;
}

.moduloHU01Cards .card .card-body .btnIco {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}

.moduloHU01Cards .card .card-body .btnIco img {
  width: 42px;
}

.moduloHU01Cards.cardProOne .card .card-body {
  padding: 1rem 0;
}

.moduloHU01Cards.cardProOne .card .card-body p {
  margin-top: -0.5rem;
  margin-bottom: 1rem;
}

.moduloHU01Cards .btnCardBalanti {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

.moduloHU01Cards .btnCardBalanti .cta {
  width: 100%;
  max-width: fit-content;
  height: 48px;
  background-color: transparent;
  border: 1px solid var(--jvm-background-secondary);
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "fonts-400";
  font-size: 1rem;
  letter-spacing: 0.12em;
  color: var(--jvm-color-text-primary);
  padding: 0 2.5rem;
}

.moduloHU01Cards .btnCardBalanti .cta:is(:hover, :active, :focus) {
  background-color: var(--jvm-background-tertiary);
  border: 1px solid var(--jvm-color-line-pink);
  color: var(--jvm-color-text-primary);
}

.moduloHU02 .boxTitle {
  height: 337px;
  background-color: var(--jvm-background-cuaternario);
  padding: 6.188rem 6.125rem;
}

.moduloHU02 .boxTitle h2 {
  color: var(--jvm-color-text-secondary);
  margin-bottom: 0;
}

.moduloHU02 .boxInfo {
  background-color: var(--jvm-background-gray);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 6.125rem 0px 5.813rem;
}

.moduloHU02 .boxInfo p {
  line-height: 22px;
  margin-bottom: 0;
}

.moduloHU02 .boxInfo .btnBoxBalanti {
  margin-top: 3.125rem;
}

.moduloHU02 .boxInfo .btnBoxBalanti .cta {
  width: 100%;
  max-width: fit-content;
  height: 48px;
  background-color: var(--jvm-background-tertiary);
  border: 1px solid var(--jvm-color-line-pink);
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "fonts-400";
  font-size: 1rem;
  letter-spacing: 0.12em;
  color: var(--jvm-color-text-primary);
  padding: 0 2.5rem;
}

.moduloHU02 .boxInfo .btnBoxBalanti .cta:is(:hover, :active, :focus) {
  background-color: transparent;
  border: 1px solid var(--jvm-background-secondary);
  color: var(--jvm-color-text-primary);
}

.moduloJumboPro {
  width: 100%;
  position: relative;
  height: 271px;
  display: block;
}

.moduloJumboPro .info {
  width: 100%;
  max-width: 583px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 4.25rem;
}

.moduloJumboPro .info h2,
.moduloJumboPro .info p {
  margin-bottom: 1rem;
}

.moduloJumboPro .info p {
  width: 100%;
  max-width: 443px;
  font-size: 0.875rem;
  line-height: 18px;
  margin-bottom: 1.4rem;
}

.moduloJumboPro .info .btnJumbo .cta {
  width: 100%;
  max-width: fit-content;
  height: 48px;
  background-color: var(--jvm-background-cuaternario);
  border: 1px solid var(--jvm-background-cuaternario);
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "fonts-400";
  font-size: 1rem;
  letter-spacing: 0.12em;
  color: var(--jvm-color-text-secondary);
  padding: 0 2.5rem;
}

.moduloJumboPro .info .btnJumbo .cta:is(:hover, :active, :focus) {
  background-color: transparent;
  border: 1px solid var(--jvm-background-secondary);
  color: var(--jvm-color-text-primary);
}

.moduloJumboPro .info .jumboBtn .cta {
  width: 100%;
  max-width: fit-content;
  height: 48px;
  background-color: var(--jvm-background-tertiary);
  border: 1px solid var(--jvm-background-tertiary);
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "fonts-400";
  font-size: 1rem;
  letter-spacing: 0.12em;
  color: var(--jvm-color-text-primary);
  padding: 0 2.5rem;
}

.moduloJumboPro .info .jumboBtn .cta:is(:hover, :active, :focus) {
  background-color: transparent;
  border: 1px solid var(--jvm-background-tertiary);
  color: var(--jvm-color-text-secondary);
}

.moduloJumboPro .images {
  position: absolute;
  right: 10%;
  bottom: -2.25rem;
}

.moduloJumboPro .images .Person {
  width: 261px;
}

/* ------------------------------ */

.proyect {
  margin: 7.125rem auto 0;
}

.moduloHU03 .item {
  position: relative;
}

.moduloHU03 .item .pscTitle {
  position: absolute;
  top: 2rem;
  left: 0;
  right: 0;
  text-align: center;
}

.moduloHU03 .item .pscTitle h3 {
  font-family: "fonts-300";
  font-size: 1.625rem;
  line-height: 32px;
}

/* ------------------------------ */

.moduloHU03 .btnCardBalanti {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

.moduloHU03 .btnCardBalanti .cta {
  width: 100%;
  max-width: fit-content;
  height: 48px;
  background-color: transparent;
  border: 1px solid var(--jvm-background-secondary);
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "fonts-400";
  font-size: 1rem;
  letter-spacing: 0.12em;
  color: var(--jvm-color-text-primary);
  padding: 0 2.5rem;
}

.moduloHU03 .btnCardBalanti .cta:is(:hover, :active, :focus) {
  background-color: var(--jvm-background-tertiary);
  border: 1px solid var(--jvm-color-line-pink);
  color: var(--jvm-color-text-primary);
}

.moduloHU03 .box {
  display: block;
  width: 100%;
  height: 300px;
  overflow: hidden;
  text-align: center;
  position: relative;
}

.moduloHU03 .backgroundImageOne {
  background: transparent url(./images/cards/cardBalanti12.jpg) no-repeat center;
  background-size: 100%;
}

.moduloHU03 .backgroundImageTwo {
  background: transparent url(./images/cards/cardBalanti13.jpg) no-repeat center;
  background-size: 100%;
}

.moduloHU03 .backgroundImageThree {
  background: transparent url(./images/cards/cardBalanti14.jpg) no-repeat center;
  background-size: 100%;
}

.moduloHU03 .backgroundImageFour {
  background: transparent url(./images/cards/cardBalanti15.jpg) no-repeat center;
  background-size: 100%;
}

.moduloHU03 .backgroundImageFive {
  background: transparent url(./images/cards/cardBalanti16.jpg) no-repeat center;
  background-size: 100%;
}

.moduloHU03 .backgroundImageSix {
  background: transparent url(./images/cards/cardBalanti17.jpg) no-repeat center;
  background-size: 100%;
}

.moduloHU03 .backgroundImageSeven {
  background: transparent url(./images/cards/cardBalanti18.jpg) no-repeat center;
  background-size: 100%;
}

.moduloHU03 .backgroundImageEight {
  background: transparent url(./images/cards/cardBalanti19.jpg) no-repeat center;
  background-size: 100%;
}

.moduloHU03 .backgroundImageNine {
  background: transparent url(./images/cards/cardBalanti20.jpg) no-repeat center;
  background-size: 100%;
}

.moduloHU03 .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.moduloHU03 .overlay .info {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.moduloHU03 .overlay .info h3 {
  letter-spacing: 1px;
}

.moduloHU03 .overlay .info h4 {
  color: var(--jvm-color-text-secondary);
  margin-bottom: 0.8rem;
}

.moduloHU03 .overlay .info img {
  width: 19.64px;
}

.moduloHU03 .slide-in .box:hover .overlay {
  background-color: var(--jvm-background-blue-dark-overlay);
  transform: translateX(0);
  -webkit-animation: fadeIn 0.8s;
  -o-transitionanimation: fadeIn 0.8s;
  animation: fadeIn 0.8s;
  transition: 0.5s;
}

.moduloHU03 .slide-in .box:hover .overlay .info {
  display: flex;
}

.moduloHU03 .slide-in .overlay {
  -webkit-animation: fadeIn 0.8s;
  -o-transitionanimation: fadeIn 0.8s;
  animation: fadeIn 0.8s;
  transition: 0.5s;
}

@keyframes fadeIn {
  0% {
      opacity: 0;
  }

  100% {
      opacity: 1;
  }
}

/* ------------------------------ */

.moduloHU04 .info h2 {
  margin-bottom: 1.625rem;
}

.moduloHU04 .info h3 {
  font-size: 1.625rem;
  line-height: 32px;
}

.moduloHU04 .info p {
  margin-bottom: 1.313rem;
}

.moduloHU04 .info .textSamll12 {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 0.625rem;
  line-height: 12px;
  letter-spacing: 0.2px;
  margin-bottom: 1rem;
}

.moduloHU04 .info .SocialMedia .textSamll12 {
  margin-bottom: 0.875rem;
}

.moduloHU04 .info .SocialMedia .icoLinks {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  margin-bottom: 2.813rem;
}

.moduloHU04 .info .SocialMedia img {
  width: 26.01px;
}

.moduloHU04 .info .textLink {
  font-family: "fonts-400";
  font-size: 1rem;
  line-height: 19px;
  color: var(--jvm-color-text-primary);
  letter-spacing: 0.12em;
  display: flex;
  align-items: center;
  gap: 5px;
}

.moduloHU04 .reverse .info .textLink {
  justify-content: flex-start;
  flex-direction: row-reverse;
}

.moduloHU06 .twoFlexColumnLeft {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.moduloHU06 .twoFlexColumnLeft .carousel {
  width: 65%;
}

.moduloHU06 .twoFlexColumnLeft .title {
  width: 30%;
}

.moduloHU06 .twoFlexColumnLeft .title h2 {
  font-family: "fonts-300";
  font-size: 1.625rem;
  line-height: 32px;
}

/* ------------------------------ */

.bannerProyectoInterna {
  width: 100%;
  max-width: 100%;
  height: 115lvh;
  min-height: 100%;
  background: transparent url(./images/banner/bannerProyectoInterna.jpg) no-repeat center top;
  background-size: cover;
  position: relative;
  z-index: 1;
  margin: 7.125rem 0 0;
}

.bannerProyectoInterna .container {
  position: relative;
  min-height: 100lvh;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.bannerProyectoInterna .captionInfo {
  width: 100%;
  max-width: 630px;
}

.bannerProyectoInterna .captionInfo h1 {
  margin-top: 0;
  margin-bottom: 4.625rem;
}

.bannerProyectoInterna .captionInfo .texInfo {
  width: 100%;
  max-width: 538px;
}

.bannerProyectoInterna .captionInfo .texInfo p {
  margin-bottom: 2.563rem;
}

.bannerProyectoInterna .captionInfo .btnbannerProyecto {
  margin-top: 1.563rem;
}

.bannerProyectoInterna .captionInfo .btnbannerProyecto .cta {
  width: 100%;
  max-width: fit-content;
  height: 48px;
  background-color: transparent;
  border: 1px solid var(--jvm-color-line-pink);
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "fonts-400";
  font-size: 1rem;
  letter-spacing: 0.12em;
  color: var(--jvm-color-line-pink);
  padding: 0 2.5rem;
}

.bannerProyectoInterna .captionInfo .btnbannerProyecto .cta:is(:hover, :active, :focus) {
  background-color: var(--jvm-background-pink);
  border: 1px solid var(--jvm-color-line-pink);
  color: var(--jvm-color-text-primary);
}

.bannerProyectoInterna .imageLogo {
  position: absolute;
  bottom: -5rem;
}

.bannerProyectoInterna .imageLogo img {
  width: 150px;
}

/* ------------------------------ */

.bgContacto {
  min-height: 100lvh;
  background: transparent url(./images/others/BackgroundContacto.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 1;
  margin: 7.125rem 0 0;
}

.formContacto {
  width: 100%;
  max-width: 444px;
  margin-top: 2.5rem;
}

.formContacto .btnSubmitForm {
  margin-top: 2rem;
}

.formContacto .btnSubmitForm .cta {
  width: 100%;
  max-width: 197px;
  height: 48px;
  background-color: var(--jvm-background-cuaternario);
  border: 1px solid var(--jvm-background-cuaternario);
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "fonts-400";
  font-size: 1rem;
  letter-spacing: 0.12em;
  color: var(--jvm-color-text-secondary);
  padding: 0 2.5rem;
}

.formContacto .btnSubmitForm .cta:is(:hover, :active, :focus) {
  background-color: transparent;
  border: 1px solid var(--jvm-background-secondary);
  color: var(--jvm-color-text-primary);
}

/* --------------- FIN CONTENIDO PAGINA --------------- */

@media (min-width: 1400px) {
  .bannerBalanti .carousel-caption {
    justify-content: center;
  }

  .bannerProyectoInterna .imageLogo img {
    width: 150px;
  }
}

@media (min-width: 1260px) {
  .bannerBalanti img {
    min-height: 402px;
  }

  .ecommerceBannerPro img {
    min-height: auto;
    border-radius: 12px;
  }
}

/* @media (max-width:1250px) {

} */

@media screen and (min-width: 769px) and (max-width: 1279px) {

  .bannerBalanti .carousel-caption h1,
  .bannerBalanti .carousel-caption h2 {
    font-size: 1.625rem;
    line-height: 26px;
  }

  .bannerBalanti .carousel-caption {
    max-width: 420px;
    min-height: 100%;
  }

  .bannerBalanti .carousel-caption {
    justify-content: center;
  }

  .moduloHU02 .boxTitle {
    height: 280px;
    padding: 4rem 3rem;
  }

  .moduloHU02 .boxInfo {
    padding: 0 3rem;
  }

  .moduloHU02 {
    margin: 2rem 0;
  }

  .bannerProyectoInterna .imageLogo img {
    width: 150px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1279px) {
  .bannerBalanti .carousel-control-prev {
    left: -3rem;
  }

  .bannerBalanti .carousel-control-next {
    right: -3rem;
  }
}

@media screen and (min-width: 800px) and (max-width: 991px) {
  h1 {
    font-size: 2.3em;
    line-height: 38px;
  }

  h2 {
    font-size: 2rem;
    line-height: 36px;
  }

  p {
    font-size: 0.75rem;
    line-height: 14px;
  }

  .separadorProSix {
    padding: 20px;
  }

  .threeColumn {
    gap: 15px;
  }

  .fourColumn {
    gap: 15px;
  }

  .moduloJumboPro .images .Person {
    width: 260px;
  }

  .moduloJumboPro .info {
    max-width: 450px;
  }

  .cardImgInfo .item .info {
    padding: 0 0.8rem;
  }

  .cardImgInfo .item .info h4 {
    font-size: 1rem;
  }

  .moduloJumboPro .info h3 {
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    line-height: 24px;
  }

  /* ------------------------------ */

  .boxTextInfo {
    padding: 2rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 799px) {
  h1 {
    font-size: 1.5em;
    line-height: 28px;
  }

  h2 {
    font-size: 1.5em;
    line-height: 28px;
  }

  p {
    font-size: 0.75rem;
    line-height: 14px;
  }

  .separadorProSix {
    padding: 10px;
  }

  .threeColumn {
    gap: 10px;
  }

  .fourColumn {
    gap: 10px;
  }

  .moduloJumboPro .images .Person {
    width: 240px;
  }

  .moduloJumboPro .info {
    max-width: 450px;
  }

  .cardImgInfo .item .info {
    padding: 0 0.8rem;
  }

  .cardImgInfo .item .info h4 {
    font-size: 1rem;
  }

  .moduloJumboPro .info h3 {
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    line-height: 24px;
  }

  /* ------------------------------ */

  .boxTextInfo {
    padding: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .intro .logoMediaSocial .logo {
    width: 100%;
  }
  .intro .logoMediaSocial .logo img{
    display: block;
    margin: 0 auto;
  }
  .visibleDesktop {
    display: none !important;
  }

  .visibleMobile {
    display: block;
  }

  h1 {
    font-size: 1.625rem;
    line-height: 32px;
  }

  h2 {
    font-size: 1.625rem;
    line-height: 32px;
  }

  p {
    font-size: 0.875rem;
    line-height: 18px;
  }

  ul li {
    font-size: 0.875rem;
    line-height: 18px;
  }

  ol li {
    font-size: 0.875rem;
    line-height: 18px;
  }

  .twoColumn {
    grid-template-columns: auto;
    grid-template-rows: 1fr;
    gap: 20px;
  }

  .twoColumnRight {
    grid-template-columns: auto;
    grid-template-rows: 1fr;
    gap: 20px;
  }

  .threeColumn {
    grid-template-columns: auto;
    grid-template-rows: 1fr;
    gap: 20px;
  }

  .fourColumn {
    grid-template-columns: auto;
    grid-template-rows: 1fr;
    gap: 20px;
  }

  .reverseMobile {
    grid-auto-flow: inherit;
    direction: rtl;
  }

  .bannerSocialMedia {
    grid-template-columns: auto;
    grid-template-rows: 1fr;
    gap: 20px;
  }

  .noPadding {
    padding: 0;
  }

  .form-group {
    margin-bottom: 1rem;
  }

  .slick-prev.slick-arrow[type="button"] {
    display: none !important;
  }

  .slick-next.slick-arrow[type="button"] {
    display: none !important;
  }

  .bgWhite {
    background-color: var(--jvm-background-white);
    padding: 0 0 2rem;
    margin-top: 2rem;
  }

  .mrgT2-5 {
    margin-top: 2rem;
  }

  .mrgT2-5Mobile {
    margin-top: 1rem;
  }

  .bannerBalanti {
    margin: 7.125rem 0 0;
  }

  .fillet .filletItems .socialMediaFillet {
    width: 33%;
    gap: 5px;
  }

  .fillet .filletItems .email {
    width: 33%;
    gap: 5px;
  }

  .fillet .filletItems .address {
    width: 33%;
    gap: 5px;
  }

  .fillet .filletItems img {
    width: 10px;
  }

  .fillet .filletItems p {
    font-size: 0.375rem;
  }

  .textBlackMobile {
    color: var(--jvm-color-text-primary);
  }

  .gap0 {
    gap: 0 !important;
  }

  /* ------------------------------ */

  .intro .logoMediaSocial {
    flex-direction: column;
    gap: 15px;
    margin-top: 1rem;
  }

  .intro .moduloHU0Info {
    max-width: 100%;
  }

  .intro .moduloHU0Info .btnCardBalanti .cta {
    max-width: 100%;
  }

  /* ------------------------------ */

  header {
    height: 84px;
  }

  header .header .logo img {
    width: 200px;
  }

  header .header {
    min-height: 80px;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
  }

  header .header .logo {
    width: 100%;
  }

  .btnShoppingCart {
    width: 100%;
  }

  .btnShoppingCart .buttonShoppingCart {
    width: 100%;
  }

  .bannerBalanti .carousel-caption {
    width: 100%;
    max-width: 90%;
    position: relative;
    background-color: var(--jvm-background-white);
    top: 0;
    left: 0;
    right: 0;
    -ms-transform: inherit;
    -webkit-transform: inherit;
    transform: inherit;
    text-align: center;
    padding: 1.5rem 1rem 1rem;
    margin: 0 auto;
    display: block;
    margin-top: -4rem;
  }

  .bannerBalanti .carousel-caption p {
    color: var(--jvm-background-secondary);
  }

  .bannerBalanti .carousel-caption h1,
  .bannerBalanti .carousel-caption h2 {
    font-size: 1.25rem;
    line-height: 26px;
    letter-spacing: -0.25px;
    color: var(--jvm-background-secondary);
    margin: 0.5rem 0;
  }

  .bannerBalanti .carousel-control-next,
  .bannerBalanti .carousel-control-prev {
    display: none;
  }

  .bannerBalanti .carousel-item {
    min-height: 570px;
  }

  .bannerBalanti img {
    min-height: auto;
  }

  .bannerBalanti .carousel-caption .btnbannerBalanti a.cta {
    width: 100%;
    max-width: 100%;
    margin-top: 1rem;
  }

  .bannerBalanti .carousel-indicators {
    bottom: -2rem;
    margin: 0 auto;
    max-width: fit-content;
    left: 0;
  }

  .moduloHU01Cards .btnCardBalanti .cta {
    max-width: 100%;
    padding: 0 1rem;
    margin-top: 1rem;
  }

  .moduloJumboPro {
    width: 100%;
    position: relative;
    background-color: var(--jvm-background-tertiary);
    min-height: 560px;
  }

  .moduloJumboPro.backgroundDarkBlue {
    width: 100%;
    position: relative;
    background-color: var(--jvm-background-cuaternario);
    min-height: 560px;
  }

  .moduloJumboPro .info {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 2rem 1.5rem 0;
  }

  .moduloJumboPro .info .btnJumbo {
    width: 100%;
  }

  .moduloJumboPro .info .btnJumbo .cta {
    max-width: 100%;
  }

  .moduloJumboPro .info h3,
  .moduloJumboPro .info p {
    margin-bottom: 0.6rem;
    font-size: 1.25rem;
    line-height: 26px;
    letter-spacing: -0.25px;
    text-align: center;
  }

  .moduloJumboPro .info p {
    max-width: 100%;
    margin-bottom: 1.4rem;
    font-size: 0.875rem;
    line-height: 18px;
  }

  .moduloJumboPro .images {
    display: grid;
    place-content: center;
    left: 0;
    right: 0;
    bottom: -2.25rem;
  }

  .moduloJumboPro .images .Person {
    width: 230px;
  }

  .moduloHU02 {
    margin-top: 2rem;
  }

  .moduloHU02 .boxInfo {
    padding: 2rem;
  }

  .moduloHU02 .boxTitle h2 {
    text-align: center;
  }

  .moduloHU02 .boxTitle {
    height: auto;
    padding: 2rem;
  }

  .moduloHU02 .boxInfo .btnBoxBalanti {
    width: 100%;
    margin-top: 1.5rem;
  }

  .moduloHU02 .boxInfo .btnBoxBalanti .cta {
    max-width: 100%;
  }

  .moduloJumboPro .info h2,
  .moduloJumboPro .info p {
    text-align: center;
  }

  /* ------------------------------ */

  .moduloHU03 .btnCardBalanti .cta {
    max-width: 100%;
  }

  /* ------------------------------ */

  .moduloHU04.orderMobile .info {
    order: 2;
  }

  .moduloHU04.orderMobile .image {
    order: 1;
  }

  .moduloHU06 .twoFlexColumnLeft {
    flex-direction: column-reverse;
  }

  .moduloHU06 .twoFlexColumnLeft .carousel {
    width: 100%;
  }

  .moduloHU06 .twoFlexColumnLeft .title {
    width: 100%;
  }

  .moduloHU06 .twoFlexColumnLeft .title h2 {
    margin-bottom: 2rem;
  }

  /* ------------------------------ */

  .bannerProyectoInterna {
    background: transparent url(./images/banner/bannerProyectoInternaMobile.jpg) no-repeat center top;
    background-size: cover;
  }

  .bannerProyectoInterna .captionInfo h1 {
    color: var(--jvm-color-text-primary);
    margin-bottom: 1rem;
  }

  .bannerProyectoInterna .captionInfo .texInfo p {
    color: var(--jvm-color-text-primary);
    margin-bottom: 1rem;
  }

  .bannerProyectoInterna .container {
    min-height: 100lvh;
    justify-content: center;
    align-items: flex-end;
  }

  .bannerProyectoInterna .captionInfo {
    width: 100%;
    max-width: 95%;
    margin: 0 auto;
    background-color: var(--jvm-background-white);
    padding: 2rem 1rem;
  }

  .bannerProyectoInterna .captionInfo .btnbannerProyecto .cta {
    max-width: 100%;
    padding: 0 1rem;
  }

  .bannerProyectoInterna .imageLogo {
    display: none;
  }

  .formContacto {
    max-width: 100%;
  }

  .formContacto .btnSubmitForm .cta {
    max-width: 100%;
  }
}

/*Custom Form Contacto*/

.formContacto .vfb-section {
  margin: 0;
}

.formContacto .vfb-section .vfb-item {
  margin-bottom: 1rem;
}

.formContacto #item-vfb-1 {
  margin-bottom: -55px;
}

.formContacto label.vfb-error {
  color: #eb0000 !important;
}

.formContacto input[type="text"].vfb-error,
.formContacto select.vfb-error,
.formContacto textarea.vfb-error {
  border: 1px solid #eb0000 !important;
}

.custom-textarea-form {
  height: 150px !important;
}

.formContacto .vfb-submit {
  width: 100%;
  max-width: 197px;
  height: 48px;
  background-color: var(--jvm-background-cuaternario);
  border: 1px solid var(--jvm-background-cuaternario);
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "fonts-400";
  font-size: 1rem;
  letter-spacing: 0.12em;
  color: var(--jvm-color-text-secondary);
  padding: 0 2.5rem;
}