@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Bold.ttf') format("truetype"), url('../fonts/Poppins-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-ExtraLightItalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-BoldItalic.ttf') format("truetype"), url('../fonts/Poppins-ExtraBoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-ThinItalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --color-2: #fffaf8;
  --color-1: #cf172f;
  --color-3: #1b1a1a;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.main {
  flex-flow: wrap;
  justify-content: space-between;
  width: auto;
  height: auto;
  display: block;
  overflow: hidden;
}

.seccion {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  height: auto;
  display: flex;
}

.seccion.hero {
  background-color: #0000;
  background-image: linear-gradient(90deg, transparent 40%, #fffaf8e6 40%, var(--color-2));
  min-height: 100vh;
}

.seccion.info-1 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fcf6f1e6;
  min-height: 100vh;
  position: relative;
  overflow: clip;
}

.seccion.cintillo {
  background-color: var(--color-1);
}

.seccion.info-2 {
  background-color: #0000;
  background-image: linear-gradient(180deg, var(--color-2), var(--color-2) 80%, #00000080 80%, #00000080 101%);
  min-height: 100vh;
}

.seccion.contacto {
  background-color: #00000080;
  min-height: 100vh;
}

.contenedor {
  flex-flow: wrap;
  justify-content: space-between;
  width: 80%;
  max-width: 1280px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
}

.background-video {
  z-index: -10;
  width: 100%;
  height: auto;
  min-height: 100vh;
  position: fixed;
  inset: 0%;
}

.col40 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 40%;
  height: auto;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.col40.b {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-self: center;
  align-items: stretch;
  padding-bottom: 0;
}

.tag-block {
  border-left: 10px solid var(--color-1);
  background-color: var(--color-2);
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  flex-flow: row;
  justify-content: flex-start;
  align-self: center;
  width: 50%;
  height: auto;
  margin-right: auto;
  padding: .75rem 1rem;
  display: flex;
}

.icono-tag-block {
  align-self: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: .5rem;
}

.icono-tag-block._2 {
  align-self: flex-start;
  width: 7%;
  height: auto;
}

.body {
  font-family: Poppins, Verdana, sans-serif;
  font-size: 1rem;
  line-height: 1.4em;
}

.txt-tag-block {
  color: var(--color-3);
  letter-spacing: -1px;
  align-self: center;
  width: auto;
  height: auto;
  font-size: .9rem;
}

.botella {
  z-index: -5;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: auto;
  height: 90vh;
  margin: auto;
  position: absolute;
  inset: 0% 0% 0% 10%;
}

.col60 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000;
  flex-flow: wrap;
  justify-content: space-between;
  width: 60%;
  height: auto;
  display: flex;
}

.col60.formulario {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
  align-self: center;
  width: 58%;
}

.cont-info-hero {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-self: center;
  width: 90%;
  height: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.logo_hero {
  align-self: flex-start;
  width: 70%;
  padding-bottom: 0;
}

.h1 {
  color: var(--color-3);
  letter-spacing: -2px;
  text-transform: uppercase;
  align-self: flex-start;
  width: 70%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 3.5rem;
  line-height: 1em;
}

.rojo {
  color: var(--color-1);
}

.rojo.bold {
  font-weight: 700;
}

.parrafo_hero {
  color: var(--color-3);
  text-align: left;
  width: 70%;
  height: auto;
  padding-left: 3rem;
  font-size: 1.1rem;
  line-height: 1.4em;
}

.button {
  background-color: var(--color-1);
  border-radius: 15px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 55%;
  height: auto;
  margin-left: 3rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.button.hero {
  border-radius: 5px;
  width: 50%;
  margin-left: 3rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-decoration: none;
  position: relative;
}

.button.info {
  border-radius: 5px;
  width: 50%;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button.info.black {
  background-color: var(--color-3);
  text-decoration: none;
}

.button.formulario {
  color: var(--color-2);
  border-radius: 5px;
  width: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 700;
  transition: color .2s, background-color .2s;
}

.button.formulario:hover {
  background-color: var(--color-2);
  color: var(--color-1);
}

.txt-button {
  color: var(--color-2);
  margin-right: 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4em;
}

.icono-btn {
  pointer-events: none;
  align-self: center;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0% 5% 0% auto;
}

.cont-titulo {
  flex-flow: wrap;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.cont-titulo.movil {
  display: none;
}

.icono-h1 {
  align-self: flex-start;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0;
  padding-right: .5rem;
}

.cont-info-vertical {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-self: center;
  width: auto;
  height: auto;
  display: flex;
  position: absolute;
  inset: auto -12% 33% auto;
  transform: rotate(-90deg);
}

.cont-info-vertical.movil {
  display: none;
}

.icono-1 {
  aspect-ratio: 1;
  align-self: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 1rem;
  transform: rotate(90deg);
}

.icono-1.b {
  margin-left: auto;
  margin-right: auto;
  transform: none;
}

.txt-info-vertical {
  color: var(--color-3);
  align-self: center;
  font-size: 2rem;
  line-height: 1.4em;
}

.div-line {
  background-color: var(--color-2);
  align-self: center;
  width: 7rem;
  height: 1.5px;
}

.div-line.hero {
  background-color: var(--color-3);
}

.cont_certificados {
  background-color: var(--color-2);
  border-radius: 5px;
  flex-flow: wrap;
  justify-content: space-between;
  align-self: flex-start;
  width: auto;
  height: auto;
  margin-top: 0;
  padding: 1rem;
  display: flex;
  position: absolute;
  inset: 1% auto auto 1%;
}

.cont_certificados.movil {
  display: none;
}

.txt-nom {
  border-top: 1px solid var(--color-3);
  border-bottom: 1px solid var(--color-3);
  color: var(--color-3);
  text-transform: uppercase;
  align-self: center;
  font-family: Oswald, sans-serif;
  font-size: .9rem;
}

.txt-nom.b {
  border-top-color: var(--color-3);
  border-bottom-color: var(--color-3);
  width: auto;
  height: auto;
  font-size: 1.1rem;
}

.logo-certificado {
  width: 2.5rem;
  height: auto;
  margin-left: 2rem;
}

.logo-certificado.b {
  width: 3.5rem;
  margin-left: 0;
}

.cont_btns_flotante {
  z-index: 99999;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  flex-flow: column;
  place-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin: auto;
  display: flex;
  position: fixed;
  inset: auto 1% 10% auto;
}

.tel2-card {
  z-index: 99999;
  color: #fff;
  -webkit-text-stroke-color: #000;
  background-color: #3e53ae;
  border: 1px #edf0f5;
  border-radius: 5vw;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: .5rem;
  text-decoration: none;
  display: flex;
  position: static;
  bottom: 55px;
  left: auto;
  right: 10%;
  box-shadow: 3px 2px 5px #0003;
}

.tel2-card:hover {
  color: #1d1a19;
  background-color: #09335f;
  background-image: none;
}

.cont_whats {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-right: 0;
  display: flex;
}

.img_whats-2 {
  width: 2.5rem;
  height: 2.5rem;
  padding-right: 0;
}

.whats-card-2 {
  z-index: 99999;
  -webkit-text-stroke-color: #000;
  background-color: #2ef253;
  background-image: linear-gradient(135deg, #0000, #3e9959);
  border: .5px #edf0f5;
  border-radius: 3vw;
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: .5rem;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: static;
  bottom: 20px;
  left: auto;
  right: 10%;
  box-shadow: 0 2px 5px #0003;
}

.whats-card-2:hover {
  background-color: #157212;
}

.cont_whats-2 {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding-right: 0;
  display: flex;
}

.bar-div {
  background-color: var(--color-1);
  width: 100%;
  height: .5rem;
  position: absolute;
  inset: 0% 0% auto;
}

.col70 {
  width: 70%;
  height: auto;
}

.h2 {
  color: var(--color-3);
  letter-spacing: -2px;
  text-transform: uppercase;
  align-self: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 3rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1em;
}

.h2.slider {
  text-align: center;
}

.h2.b {
  width: auto;
  margin-bottom: 0;
}

.cont-blocks-info {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  justify-content: space-around;
  width: 100%;
  height: auto;
  display: flex;
}

.block-50 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-left: 10px solid var(--color-1);
  background-color: #fffbf8e6;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  flex-flow: wrap;
  justify-content: space-between;
  width: 47%;
  padding: 2rem;
  display: flex;
}

.h3-block {
  text-transform: uppercase;
  align-self: center;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3rem;
  line-height: 1.4em;
}

.cont-titulo-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  width: 100%;
  height: auto;
  display: flex;
}

.icono-block-info {
  align-self: center;
  width: 1.5rem;
  height: 1.5rem;
}

.parrafo_block {
  color: var(--color-3);
  width: 100%;
  height: auto;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.4em;
}

.parrafo_block.bco {
  color: var(--color-2);
  align-self: center;
  height: 14rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: absolute;
  inset: auto 0% 10%;
}

.parrafo_block.formulario {
  color: var(--color-3);
  align-self: center;
  line-height: 1.4em;
}

.div_line {
  background-color: var(--color-3);
  width: 100%;
  height: 1px;
}

.div_line.ver {
  width: 2px;
  height: auto;
  margin-left: 1rem;
  margin-right: 1rem;
}

.div_line.bco {
  background-color: var(--color-2);
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.div_line.bco._2 {
  background-color: var(--color-3);
  width: 100%;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.img-persona-fondo {
  width: auto;
  height: 90vh;
  padding-left: 1rem;
  padding-right: .5rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.cont_fig_fondo {
  z-index: -6;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  place-content: flex-end center;
  align-self: center;
  align-items: flex-end;
  width: 100%;
  height: 75vh;
  display: flex;
  position: absolute;
  inset: auto -50% 0% auto;
  transform: rotate(-45deg);
}

.cont-top-fig {
  flex-flow: wrap;
  justify-content: center;
  width: 80%;
  height: auto;
  display: flex;
}

.cont-bottom-fig {
  background-color: var(--color-3);
  width: 100%;
  height: 75vh;
}

.circle-1 {
  background-color: var(--color-3);
  border-radius: 100%;
  width: 1rem;
  height: 1rem;
  margin-right: .5rem;
}

.bar-1 {
  background-color: var(--color-3);
  border-radius: 20px;
  width: 80%;
  height: 1rem;
}

.slider {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.icon {
  color: var(--color-3);
  font-weight: 900;
}

.slide {
  width: 100%;
  height: auto;
}

.left-arrow {
  width: 2rem;
  height: 10rem;
  inset: 0% auto 0% 0%;
}

.right-arrow {
  width: 2rem;
  height: 10rem;
  inset: 0% 0% 0% auto;
}

.col20 {
  align-self: center;
  width: 24%;
  height: auto;
}

.cont-info-testimonios {
  flex-flow: wrap;
  place-content: stretch space-between;
  width: 90%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.col80 {
  flex-flow: wrap;
  justify-content: space-between;
  align-self: center;
  width: 75%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.logo-empresa {
  border-right: 3px solid #000;
}

.logo-empresa.b {
  padding-left: 1rem;
  padding-right: 1rem;
}

.slide-nav {
  inset: auto 0% -20%;
}

.parrafo_testimonio {
  color: var(--color-3);
  align-self: center;
  width: 100%;
  height: auto;
  font-size: 1.8rem;
  line-height: 1.4em;
}

.parrafo_testimonio.center {
  text-align: center;
}

.col100 {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  height: auto;
  display: flex;
}

.cont_titulo {
  flex-flow: wrap;
  align-self: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 3rem;
  display: flex;
}

.logo-titulo {
  width: 30%;
}

.cont-info-b2b {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  height: auto;
  display: flex;
}

.col25 {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  width: 24%;
  height: 33rem;
  position: relative;
  overflow: clip;
}

.imagen-block {
  z-index: 0;
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
  position: static;
}

.imagen-block.gym {
  object-position: 50% 50%;
}

.red-block {
  z-index: 4;
  background-color: #e80f12;
  width: 100%;
  height: 1rem;
  position: absolute;
  inset: auto 0% 0%;
}

.bg-color {
  z-index: 3;
  opacity: .25;
  mix-blend-mode: multiply;
  background-color: #000;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
}

.cont-texto-b2b {
  z-index: 5;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.txt-titulo-b2b {
  color: var(--color-2);
  text-align: center;
  width: 100%;
  height: auto;
  font-size: 1.8rem;
  line-height: 1.1em;
  position: static;
}

.cont-titulo-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  filter: drop-shadow(1px 1px 2px #000000b3);
  flex-flow: wrap;
  justify-content: space-between;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.cont_formulario {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fcf6f1b3;
  border-radius: 30px;
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 3rem;
  display: flex;
}

.form-block {
  background-color: #0000;
  flex-flow: wrap;
  justify-content: space-between;
  align-self: center;
  width: 100%;
  height: auto;
  display: flex;
}

.form {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #0000;
  flex-flow: wrap;
  justify-content: space-between;
  align-self: center;
  width: 100%;
  height: auto;
  display: flex;
}

.text-field {
  border-style: none none solid;
  border-width: 1px 1px 3px;
  border-color: black black var(--color-1);
  color: var(--color-3);
  background-color: #fcf6f1cc;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  width: 100%;
  height: 3.5rem;
  margin-top: .5rem;
  margin-bottom: .5rem;
  transition: background-color .2s;
}

.text-field:hover {
  background-color: #fffbf8e6;
}

.text-field::placeholder {
  color: #1b1a1a80;
}

.text-field._50 {
  width: 49%;
}

.text-field.block {
  height: auto;
  min-height: 8rem;
  margin-bottom: 1.5rem;
}

.bco {
  color: var(--color-3);
}

.cont-titulo-form {
  flex-flow: wrap;
  justify-content: flex-start;
  align-self: center;
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
  display: flex;
}

.cont-info-datos {
  flex-flow: wrap;
  align-self: center;
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
  display: flex;
}

.txt-info {
  color: var(--color-3);
  align-self: center;
  width: 90%;
  height: auto;
}

.cont_logos_form {
  flex-flow: wrap;
  justify-content: space-between;
  align-self: center;
  width: 100%;
  height: auto;
  display: flex;
}

.image {
  width: 20%;
}

.pie-pagina {
  z-index: 15;
  background-color: var(--color-1);
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: static;
}

.cont_footer {
  flex-flow: wrap;
  justify-content: space-between;
  width: 60%;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.copyright {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: .9rem;
}

.link {
  color: var(--color-2);
  text-decoration: none;
}

.text-span {
  color: var(--color-2);
  font-weight: 600;
  text-decoration: none;
}

.cont-botella {
  display: none;
}

@media screen and (max-width: 991px) {
  .seccion.hero {
    position: relative;
  }

  .contenedor {
    width: 90%;
    padding-top: 4rem;
  }

  .col40.b {
    width: 100%;
  }

  .tag-block {
    width: 60%;
  }

  .botella {
    height: 80vh;
  }

  .col60 {
    position: relative;
  }

  .col60.formulario {
    width: 100%;
  }

  .cont-info-hero {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    height: auto;
  }

  .logo_hero {
    width: 80%;
  }

  .h1 {
    width: 90%;
    font-size: 2.7rem;
  }

  .parrafo_hero {
    width: 90%;
    padding-left: 2rem;
  }

  .button.hero {
    width: 70%;
    margin-left: 2rem;
  }

  .button.info.black {
    width: 80%;
  }

  .txt-button {
    font-size: 1.2rem;
  }

  .icono-h1 {
    width: 2rem;
    height: 2rem;
  }

  .cont-info-vertical {
    inset: 0% 0% 0% auto;
  }

  .cont-info-vertical.movil {
    padding-left: 2rem;
    display: flex;
    position: static;
    inset: 0% 0% 0% auto;
    transform: none;
  }

  .cont-info-vertical.desktop {
    display: none;
  }

  .icono-1 {
    width: 2rem;
    height: 2rem;
    margin-right: 0;
    transform: none;
  }

  .txt-info-vertical {
    font-size: 1.7rem;
  }

  .cont_btns_flotante {
    flex-flow: column;
    width: auto;
    margin-left: 1rem;
    left: auto;
    right: 1%;
  }

  .tel2-card {
    width: 6vw;
    height: 6vw;
    padding-left: 1vw;
    padding-right: 1vw;
    bottom: 70px;
    left: auto;
    right: 5%;
  }

  .cont_whats {
    justify-content: center;
    align-items: center;
    height: auto;
    padding-right: 0;
  }

  .img_whats-2 {
    width: 2rem;
    height: 2rem;
  }

  .whats-card-2 {
    border-radius: 6vw;
    width: 3.5rem;
    height: 3.5rem;
    padding-left: .5rem;
    padding-right: .5rem;
    left: auto;
    right: 5%;
  }

  .cont_whats-2 {
    width: auto;
    height: auto;
    padding-right: 0;
  }

  .col70 {
    width: 100%;
  }

  .h2 {
    font-size: 2rem;
  }

  .cont-blocks-info {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 75%;
  }

  .block-50 {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    width: 46%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .parrafo_block {
    font-size: .9rem;
  }

  .parrafo_block.bco {
    bottom: 5%;
  }

  .img-persona-fondo {
    z-index: -1;
    height: 60vh;
    padding-left: 1rem;
    padding-right: 0;
  }

  .cont_fig_fondo {
    bottom: -25%;
  }

  .col20 {
    width: 20%;
  }

  .col80 {
    width: 78%;
  }

  .parrafo_testimonio {
    font-size: 1.4rem;
  }

  .cont-info-b2b {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .col25 {
    flex-flow: wrap;
    justify-content: space-between;
    width: 47%;
    height: 30rem;
    display: flex;
  }

  .txt-titulo-b2b {
    font-size: 1.6rem;
  }

  .cont_formulario {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .image {
    width: 16%;
  }

  .pie-pagina {
    padding-bottom: 3rem;
  }

  .cont_footer {
    text-align: center;
    flex-flow: column;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .copyright {
    text-align: center;
    margin-top: .5rem;
  }

  .cont-botella {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .seccion.hero {
    background-color: #000c;
    background-image: linear-gradient(90deg, #000000e6, #0000);
  }

  .seccion.info-2 {
    background-image: linear-gradient(180deg, var(--color-2), var(--color-2) 90%, #00000080 90%, #00000080 101%);
  }

  .col40 {
    width: 100%;
    padding-bottom: 0;
    display: none;
  }

  .col40.b {
    display: flex;
  }

  .tag-block {
    width: 100%;
  }

  .botella {
    width: 24%;
    height: auto;
    position: static;
  }

  .col60 {
    -webkit-backdrop-filter: blur();
    backdrop-filter: blur();
    width: 100%;
  }

  .cont-info-hero {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .logo_hero {
    width: 70%;
  }

  .h1 {
    font-size: 2rem;
  }

  .parrafo_hero {
    width: 100%;
    padding-left: 1.4rem;
    font-size: 1rem;
  }

  .button.hero {
    width: 80%;
    margin-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .button.hero.desktop {
    display: none;
  }

  .button.info.black {
    width: 90%;
    margin-top: 1rem;
  }

  .button.formulario {
    margin-left: auto;
    margin-right: auto;
  }

  .txt-button {
    text-align: center;
    width: 100%;
    font-size: 1.1rem;
  }

  .cont-titulo.desktop {
    display: none;
  }

  .cont-titulo.movil {
    display: flex;
  }

  .icono-h1 {
    width: 1.4rem;
    height: 1.4rem;
  }

  .cont-info-vertical.movil {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    margin-top: .75rem;
    margin-bottom: .75rem;
    padding-left: 0;
  }

  .cont-info-vertical.movil.b {
    display: none;
  }

  .icono-1 {
    width: 1.5rem;
    height: 1.5rem;
  }

  .txt-info-vertical {
    font-size: 1.1rem;
  }

  .cont_certificados {
    position: static;
    inset: auto auto 1% 1%;
  }

  .logo-certificado {
    width: 2.3rem;
  }

  .cont_btns_flotante {
    margin-left: auto;
    margin-right: .5rem;
    bottom: 1%;
    right: 1%;
  }

  .tel2-card {
    width: 3rem;
    height: 3rem;
    bottom: 62px;
  }

  .cont_whats {
    height: 4vw;
  }

  .img_whats-2 {
    width: 1.9rem;
    height: 1.9rem;
    padding-left: 0;
  }

  .whats-card-2 {
    width: 3rem;
    height: 3rem;
  }

  .cont_whats-2 {
    height: 4vw;
  }

  .cont-blocks-info, .block-50 {
    width: 100%;
  }

  .parrafo_block.bco {
    bottom: 0%;
  }

  .cont_fig_fondo {
    bottom: -30%;
    right: -60%;
  }

  .col80 {
    width: 75%;
  }

  .parrafo_testimonio {
    line-height: 1.2em;
  }

  .parrafo_testimonio.center {
    font-size: 1.1rem;
  }

  .col25 {
    width: 100%;
    height: 25rem;
  }

  .imagen-block {
    object-position: 50% 50%;
  }

  .text-field._50 {
    width: 100%;
  }

  .pie-pagina {
    padding-bottom: 6rem;
    font-size: .9rem;
  }

  .cont_footer {
    margin-left: auto;
  }

  .cont-botella {
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .info-botella-block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: wrap;
    justify-content: space-between;
    align-self: flex-start;
    width: 70%;
    height: auto;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .contenedor {
    padding-bottom: 4rem;
  }

  .botella {
    object-fit: contain;
    align-self: flex-start;
    width: 33%;
    height: auto;
    margin: 0 auto;
  }

  .h1 {
    width: auto;
  }

  .parrafo_hero {
    padding-left: 0;
    line-height: 1.3em;
  }

  .button.hero.movil, .button.info {
    width: 100%;
  }

  .button.formulario {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .8rem;
  }

  .txt-button {
    font-size: 1rem;
  }

  .icono-btn {
    width: 1.5rem;
    height: 1.5rem;
  }

  .icono-h1 {
    display: none;
  }

  .cont-info-vertical.movil {
    flex-flow: wrap;
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .txt-info-vertical {
    width: auto;
    font-size: 1rem;
    line-height: 1.3em;
  }

  .div-line {
    width: 2rem;
  }

  .div-line.hero {
    width: 2rem;
    display: block;
  }

  .cont_certificados {
    margin-top: 1rem;
  }

  .txt-nom.b {
    font-size: .9rem;
  }

  .logo-certificado.b {
    width: 20%;
    margin-left: auto;
    margin-right: auto;
  }

  .cont_btns_flotante {
    margin-right: 0;
    bottom: .5rem;
    right: .5rem;
  }

  .tel2-card {
    border-radius: 10vw;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    margin-top: .5rem;
    padding: .5rem;
    bottom: 55px;
    left: auto;
    right: 5%;
  }

  .cont_whats {
    height: 10vw;
    padding-left: 0;
  }

  .img_whats-2 {
    width: 1.9rem;
    height: 1.9rem;
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
  }

  .whats-card-2 {
    border-radius: 20vw;
    width: 3rem;
    height: 3rem;
    padding-right: .5rem;
    left: auto;
    right: 5%;
  }

  .cont_whats-2 {
    height: 6vw;
    padding-left: 0;
    padding-right: 0;
  }

  .h2, .h2.b {
    font-size: 1.8rem;
  }

  .div_line.ver {
    display: none;
  }

  .img-persona-fondo {
    object-fit: contain;
    object-position: 50% 100%;
    align-self: flex-end;
    height: 60vh;
    padding-top: 0;
  }

  .cont_fig_fondo {
    height: 100vh;
    bottom: -31%;
    right: -80%;
  }

  .slider {
    flex-flow: wrap;
    justify-content: space-between;
    align-self: center;
    display: flex;
  }

  .left-arrow {
    left: -5%;
  }

  .right-arrow {
    right: -5%;
  }

  .col20 {
    width: 100%;
    margin-bottom: 1rem;
    display: flex;
  }

  .cont-info-testimonios {
    align-content: center;
    margin-top: auto;
    margin-bottom: auto;
  }

  .col80 {
    width: 100%;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .logo-empresa {
    border-right-style: none;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
  }

  .logo-empresa.b {
    border-right-style: none;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .slide-nav {
    font-size: .7rem;
  }

  .parrafo_testimonio {
    text-align: center;
    font-size: 1rem;
  }

  .logo-titulo {
    border-bottom: 3px solid #000;
    width: 100%;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }

  .imagen-block {
    object-position: 50% 60%;
  }

  .cont_formulario {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-field {
    height: 3rem;
  }

  .cont-info-datos {
    flex-flow: row;
  }

  .cont_logos_form {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
  }

  .image {
    width: 20%;
    margin-left: auto;
    margin-right: auto;
  }

  .pie-pagina {
    padding-bottom: 8rem;
    padding-right: 0;
  }

  .copyright {
    font-size: .8rem;
  }

  .cont-botella {
    flex-flow: wrap;
    align-self: flex-start;
  }

  .info-botella-block {
    width: 100%;
    margin-top: 1rem;
  }

  .mask {
    width: 100%;
    height: auto;
  }
}


@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.ttf') format('truetype'), url('../fonts/Poppins-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BoldItalic.ttf') format('truetype'), url('../fonts/Poppins-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}