.elementor-3737 .elementor-element.elementor-element-51eb1f7a {
  --display: flex;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.elementor-3737 .elementor-element.elementor-element-132a6d1 {
  --display: flex;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

.redesdrop {
  margin-top: 2vw;
}

.redesdrop p {
  font-size: 0.938vw;
}

.redesdrop a:hover {
  color: white;
}

/*
.direccionwrp a span {
	transition: .4s ease;
}
.direccionwrp a:hover span {
	color: var(--Rojo);
}*/
.txtwrpmenudesp {
  z-index: 6;
}

.numbwrp {
  width: 6vw;
}

.txtwrpproductos {
  width: 100%;
}

.menudesplegado {
  height: 100vh;
  position: fixed;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-left: 3.5%;
  padding-right: 3.5%;
  padding-top: 5%;
  padding-bottom: 5%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.menudesplegado a,
.menudesplegado p {
  font-weight: 300;
}

.menudesplegadowrp {
  gap: 35px;
}

.nombremenuswrp {
  width: 60%;
}

.direccionwrp {
  width: 40%;
}

.fila {
  display: flex;
  flex-direction: row;
  gap: 2vw;
  width: 100%;
}

.nombremenuswrp p {
  font-size: 2.5vw;
  color: white;
}

.txtwrpproductos {
  position: relative;
  cursor: pointer;
}

.txtwrpproductos::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.12vw;
  width: 0;
  background-color: #FF2D37;
  transition: width 0.6s ease;
}

.txtwrpproductos:hover::after {
  width: 100%;
}

.txtwrpproductos {
  position: relative;
  display: flex;
  flex-direction: row;
}

.listaproductos {
  cursor: none;
}

.txtwrpproductos:hover .listaproductoswrp {
  opacity: 1;
  z-index: 10;
}

.listaproductoswrp {
  position: absolute;
  opacity: 0;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  grid-gap: 2vw;
  grid-auto-flow: column;
  z-index: 5;
  transition: .4s ease;
  transition-delay: .1s;
  padding-bottom: 0.4vw;
  /*background-color: black;*/
  padding-left: 1%;
  padding-right: 1%;
  padding-top: 1%;
  /*margin-bottom: 1vw;*/
}

.item {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: row;
  gap: 0.854vw;
}

.item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.12vw;
  width: 0;
  background-color: white;
  transition: width 0.4s ease;
}

.item:hover::after {
  width: 100%;
}

.item p {
  font-size: 1.25vw;
}

.flechamenudesp {
  height: 0.938vw;
  width: 0.938vw;
}

.htmlwrpmidmenu .elementor-widget-container {
  display: flex;
  justify-content: space-between;
  align-content: center;
}

.direccionwrp {
  display: flex;
  flex-direction: column;
  align-self: end;
  justify-content: end;
  align-items: end;
  text-align: end;
}

.direccionwrp span {
  color: white;
  text-align: right;
  font-size: 0.938vw;
  text-transform: uppercase;
}

.txtsubr p {
  position: relative;
}

.txtsubr p::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.12vw;
  width: 0;
  background-color: white;
  transition: width 0.4s ease;
}

.txtsubr p:hover::after {
  width: 100%;
}

.txtsubr a {
  position: relative;
}

.txtsubr a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.12vw;
  width: 0;
  background-color: white;
  transition: width 0.4s ease;
}

.txtsubr a:hover::after {
  width: 100%;
}

@media (max-width: 767px) {
  .direccionwrp span {
    font-size: 2vw;
  }

  .direccionwrp {
    gap: 0px;
  }

  .nombremenuswrp p {
    font-size: 3.2vw;
    color: white;
  }

  .menudesplegado {
    justify-content: start !important;
  }

  .redesdrop {
    flex-direction: column;
    justify-content: center !important;
    margin-top: 15px;
  }

  .redesdrop p,
  .redesdrop a {
    font-size: 2vw;
  }

  /*+css en css de preloader porque aquí no dejaba*/
}

.df {
  display: flex;
}

.jfc {
  justify-content: center;
}

.jfcs {
  justify-content: start;
}

.jfce {
  justify-content: end;
}

.jfsb {
  justify-content: space-between;
}

.frow {
  flex-direction: row;
}

.fcolumn {
  flex-direction: column;
}

.frowrev {
  flex-direction: row-reverse;
}

.fcolumnrev {
  flex-direction: column-reverse;
}

.aic {
  align-items: center;
}

.ais {
  align-items: start;
}

.aie {
  align-items: end;
}

.pabs {
  position: absolute;
}

.prel {
  position: relative;
}

.bblack {
  background-color: black;
}

.bcover {
  background-size: cover;
}

.cwhite {
  color: white;
}

.cred {
  color: var(--Rojo);
}

.fw300 {
  font-weight: 300 !important;
}

.fw400 {
  font-weight: 400 !important;
}

.fw500 {
  font-weight: 500 !important;
}

.fw600 {
  font-weight: 600 !important;
}

.fw700 {
  font-weight: 700 !important;
}

.h100 {
  height: 100vh;
}

.h100p {
  height: 100%;
}

.w100 {
  width: 100vw;
}

.w100p {
  width: 100%;
}

.w50p {
  width: 50%;
}

.ofh {
  overflow: hidden;
}

.curnon {
  cursor: none !important;
}

.seetr p {
  transition: .4s ease;
}

.seetr svg path,
.seetr svg rect {
  transition: .4s ease;
}

.seetr:hover p {
  color: white !important;
}

.seetr:hover svg path {
  stroke: white !important;
}

.seetr:hover svg rect {
  stroke: white !important;
}

@media (max-width: 767px) {
  .fcolumnmovil {
    flex-direction: column !important;
  }

  .frowmovil {
    flex-direction: row !important;
  }

  .jfcmovil {
    justify-content: center !important;
  }

  .jfcsmovil {
    justify-content: start !important;
  }

  .jfcemovil {
    justify-content: end !important;
  }

  .jfsbmovil {
    justify-content: space-between !important;
  }

  .aicmovil {
    align-items: center !important;
  }

  .aismovil {
    align-items: start !important;
  }

  .aiemovil {
    align-items: end !important;
  }

  .fs14mv {
    font-size: 14px !important;
  }

  .fs16mv {
    font-size: 16px !important;
  }

  .fs18mv {
    font-size: 18px !important;
  }

  .fs20mv {
    font-size: 20px !important;
  }

  .lh100mv {
    line-height: 100% !important;
  }

  .lh125mv {
    line-height: 125% !important;
  }

  .lh150mv {
    line-height: 150% !important;
  }

  .lh175mv {
    line-height: 175% !important;
  }

  .txtalmdmv {
    text-align: center !important;
  }

  .txtallemv {
    text-align: left !important;
  }

  .txtalrimv {
    text-align: right !important;
  }

  .gap10mv {
    gap: 10px !important;
  }

  .gap12mv {
    gap: 12px !important;
  }

  .gap14mv {
    gap: 14px !important;
  }

  .gap20mv {
    gap: 20px !important;
  }

  .pb5mv {
    padding-bottom: 5% !important;
  }

  .pd5mv {
    padding: 5% !important;
  }

  .h100movil {
    height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
  }
}

.video-modal .close-modal {
  padding: 0.6vw 1.145vw !important;
}

p {
  margin: 0;
  padding: 0;
}

a,
button {
  cursor: none !important;
}

button:active,
button:focus {
  background-color: var(--Rojo) !important;
}

.buttonburgerheader:focus,
.liquidoon-toggle:focus {
  background-color: transparent !important;
}

.animartexto2intro {
  visibility: hidden;
}

.animartexto2 {
  visibility: hidden;
}

.mainwrpscrollcont {
  background-color: black;
}

#site-header,
#site-footer {
  display: none;
}

p,
h1,
h2,
h3,
h4,
h5,
span {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
}

body {
  background-color: black;
}

.buttonburgerheader {
  display: flex !important;
  justify-content: center !important;
  align-content: center !important;
}

/*Anular transiciones default*/
.nulltr {
  transition: none !important;
}

/*Textos Rotativos*/
.txtwrpmenudesp {
  overflow: hidden;
  position: relative;
}

.txt1 {
  transition: 0.4s ease;
}

.txt2 {
  position: absolute;
  top: 0;
}

.txt2 {
  transform: translateY(100%);
  transition: 0.4s ease;
}

.txtwrpmenudesp:hover .txt1 {
  transform: translateY(-100%);
  transition: 0.4s ease;
}

.txtwrpmenudesp:hover .txt2 {
  transform: translateY(0%);
}

.productssection {
  width: 100%;
  align-self: center;
  height: 5vw;
  display: none;
  justify-content: center;
  align-items: center;
  border-radius: 1vw;
  z-index: 5;
}

.productssection .item2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1vw;
}

.productssection .item2 p {
  color: white;
  transition: .4s ease;
}

.productssection .item2 path,
.productssection .item2 svg {
  transition: .4s ease;
}

.productssection .item2:hover p {
  color: var(--Rojo);
}

.productssection .item2:hover path {
  stroke: var(--Rojo);
}

.productssection .item2:hover svg {
  transform: rotate(-45deg);
}

.listaproductoswrpmenuweb {
  gap: 4vw;
}

.mainheader {
  position: fixed;
  z-index: 50;
  padding: 0.5% 1%;
}

.headerwrappermain {
  padding: 3% 3%;
  border-radius: 5.208vw;
  height: 5vw;
  z-index: 10;
}

.mainheader button {
  all: unset;
  /* Elimina todos los estilos predeterminados */
  cursor: pointer;
  /* Restaura el comportamiento de botón */
}

.headerendwrp {
  width: 9%;
}

.productsheaderwrp a {
  font-size: 0.833vw;
  color: white;
}

p {
  margin: 0;
}

.logoliquido {
  width: 18.854vw;
  height: 1.354vw;
}

.logoheaderresponsive {
  display: none;
}

.buttonburgerheader:active {
  background-color: #ff2d3700 !important;
}

@media (max-width: 767px) {
  .logoliquido {
    display: none;
  }

  .logoheaderresponsive {
    display: flex;
    width: 50px;
    height: 50px;
  }

  .headerwrappermain {
    height: 65px;
    background-color: #181818;
    border-radius: 48px;
    padding: 3% 6%;
  }

  .hamburguesa {
    height: 36px;
    width: 36px;
  }

  .fila {
    gap: 15px;
  }

  .productsheaderwrp {
    display: none;
  }

  .headerendwrp {
    justify-content: end;
  }

  .direccionwrp {
    width: 100%;
  }

  .direccionwrp a {
    align-self: center;
    text-align: center;
  }

  .redesdrop {
    align-items: center !important;
    gap: 10px;
    margin-top: 5px !important;
  }

  .direccionwrp span {
    text-align: center !important;
  }

  .menudesplegado {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    gap: 5px;
  }

  .tagliquidotech {
    display: none;
  }

  .mainheader {
    padding: 1% 2%;
  }

  .nombremenuswrp p {
    font-size: 19px;
    color: white;
  }

  .redesdrop p,
  .redesdrop a {
    font-size: 16px;
  }

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

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

  .cursor-follower {
    display: none;
  }

  .menuspacer {
    height: 150px !important;
    min-height: 60px;
  }
}

@media only screen and (max-width:48em) {
  .section2wrpft {
    margin-top: 48px;
    gap: 48px !important;
  }

  .svgliquidofooter {
    margin: 48px 0;
  }

  .menudesplegado {
    top: 0;
    padding-top: 0 !important;
  }
}

.video-modal .close-modal {
  transition: .4s ease;
}

.close-modal:hover {
  color: white;
  background: var(--Rojo) !important;
}

.cuadrado2 {
  transform: rotate(90deg);
  /*transform: rotate(90deg), translateY(-45%);*/
}

.cuadrado3 {
  transform: rotate(270deg);
}

.cuadrado4 {
  transform: rotate(180deg);
}

.cuadrado {
  position: absolute;
  height: 2.5vw;
  width: 2.5vw;
  z-index: 99999;
}

.interested {
  font-size: 0.938vw;
}

.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  z-index: 1;
  pointer-events: none;
}

.mainhomeheroliquido {
  position: relative;
  cursor: pointer;
  /* Indica que el área es clicable */
}

.svgliquido,
.challenge {
  z-index: 2;
}

/* Modal de video */
.video-modal {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  visibility: hidden;
  opacity: 1;
}

/*
    .video-modal video {
        padding: 3%;
    }
    */
.video-modal .modal-content {
  width: 90%;
  height: auto;
  max-height: 90%;
  border-radius: 10px;
}

.video-modal video {
  max-height: 90vh;
}

.video-modal .close-modal {
  position: absolute;
  top: 5%;
  right: 5%;
  background: #fff;
  border: none;
  font-size: 1.2vw;
  padding: 0.8vw 1.2vw;
  border-radius: 50%;
}

.video-modal.visible {
  visibility: visible;
  opacity: 1;
}

.challenge {
  padding: 0% 3%;
}

.challengesvgwrp p {
  color: white;
  font-size: 1.75vw;
  margin-top: 1vw;
  font-weight: 300;
}

.iam {
  width: 70%;
}

.svgliquido svg {
  height: 6vw !important;
  width: 6vw !important;
}

.mainhomeheroliquido {
  background-color: black;
  height: 100vh;
  display: flex;
  align-items: end;
}

.svgliquido {
  gap: 1vw;
  padding: 0% 3%;
  align-items: center;
  justify-content: center;
}

.iam {
  gap: 2.135vw;
}

.custom-button {
  display: inline-flex;
  padding: 0.52vw 2.29vw;
  justify-content: center;
  align-items: center;
  gap: 1.46vw;
  border-radius: 5.21vw;
  background: var(--Rojo);
  color: #fff;
  font-size: 1vw;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 0;
  transition: color 0.3s ease;
}

.custom-button::before {
  content: "";
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: bottom 0.3s ease;
  z-index: -1;
}

.custom-button:hover::before {
  bottom: 0;
}

.custom-button:hover {
  color: var(--Rojo);
}

.interested {
  color: var(--Blanco, #FFF);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 53%;
  text-transform: uppercase;
}

.svgliquido svg,
.challenge {
  opacity: 0;
}

.video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 1;
  /* Ocultar el video inicialmente */
  pointer-events: none;
  /* Evitar interacciones */
}

.txtwrp,
.imgswrp {
  height: 100vh;
  width: 100vw;
  position: absolute;
}

.txtwrp p {
  text-align: center;
  font-size: 1.667vw;
  font-style: normal;
  font-weight: 200;
  color: white;
}

.txtwrp span:first-of-type {
  opacity: 1;
}

.txtwrp span {
  opacity: 0.2;
}

.txtwrp {
  padding: 0% 11.5%;
  z-index: 5;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.imgswrp {
  z-index: 3;
}

.maintxtimgswrp {
  height: 400vh;
  display: flex;
  flex-direction: column;
}

.maintxtimgs {
  height: 400vh;
  position: relative;
}

.txtimgswrp {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.imguniverse {
  object-fit: cover;
  position: absolute;
  z-index: 5;
}

.imguniverse1 {
  height: 15vw !important;
  width: 22.344vw !important;
  top: 10vw;
  left: 40%;
}

.imguniverse2 {
  height: 14.583vw !important;
  width: 22.188vw !important;
  left: 4%;
  top: 35%;
}

.imguniverse3 {
  height: 14.635vw !important;
  width: 22.188vw !important;
  right: 4%;
  bottom: 22%;
}

@media (max-width: 1025px) {
  .maintxtimgswrp {
    height: 100vh;
    display: flex;
    flex-direction: column;
  }

  .maintxtimgs {
    height: 100vh;
    position: relative;
  }

  .txtwrpintroduction span {
    display: inline !important;
    white-space: inherit !important;
  }

  .txtwrp p {
    font-size: inherit !important;
  }
}

.txtrfexpertes {
  font-size: 1.1vw;
}

.moreinforfexperts {
  width: 30%;
}

.moreinforfexperts p {
  color: white;
}

.moreinforfexperts:hover p {
  color: var(--Rojo) !important;
}

.moreinforfexperts:hover svg path,
.moreinforfexperts:hover svg rect {
  stroke: var(--Rojo) !important;
}

.contenedorintroduction {
  height: 100vh;
}

.txtwrpintroduction {
  display: flex;
  flex-direction: column;
  font-weight: 200;
  text-transform: uppercase;
}

.txtwrpintroduction p {
  font-size: 2.2vw;
}

.txtwrpintroduction span {
  color: #80808082;
  /* Gris inicial */
  display: inline-block;
  /* Cambiar de inline-block a inline */
  white-space: pre;
  /* Respetar espacios y evitar saltos */
  word-break: break-word;
  transition: color 0.3s ease;
  /* Transición suave */
}

.txtintroductionwrp {
  display: flex;
  flex-direction: column;
  gap: 3.177vw;
  width: 60%;
  position: relative;
}

.txtintroductionwrp h3 {
  color: var(--Rojo);
  font-size: 1.042vw;
  text-transform: uppercase;
  font-weight: 300;
}

.introductionwrapper {
  gap: 1%;
  flex-direction: row;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 4%;
  padding-right: 12%;
}

.imgintroductionwrp {
  position: relative;
  display: flex;
  width: 30%;
  overflow: hidden;
  height: 14.1vw;
}

.imgintroduction {
  width: 21.979vw;
  height: 12.396vw !important;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: none;
  margin-top: calc(-12.396vw / 2);
  margin-left: calc(-21.979vw / 2);
}

.marcoimg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}

.bvintro {
  top: 50%;
  left: 50%;
  width: 90% !important;
  height: 90% !important;
  object-fit: cover;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width:47.9375em) {
  .bvintro {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90% !important;
    height: 90% !important;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: 5;
    pointer-events: auto;
  }

  .marcoimg {
    z-index: 4;
  }
}

.liquidospecwrp {
  position: relative;
  background-color: black;
  height: 100vh;
}

.liquidospeccnt {
  gap: 2.2vw;
  z-index: 5;
  max-width: 1060px;
  text-align: center;
  margin: 0 auto;
  text-transform: uppercase;
}

.liquidospeccnt h2 {
  font-size: 2.6vw;
  font-weight: 300;
}

.liquidospeccnt p {
  text-align: center;
  font-size: 1.4vw;
  line-height: 135%;
}

.liquidospectxt span {
  display: inline-block;
}

.btn-title {
  position: relative;
  padding: 0.521vw 7.396vw;
  background-color: transparent;
  border-radius: 5.208vw;
  border: 1px solid var(--Blanco);
  color: white;
  overflow: hidden;
  transition: color 0.3s ease-in-out;
}

.btn-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: white;
  transition: height 0.3s ease-in-out;
  z-index: -1;
}

.btn-title:hover {
  color: black;
}

.btn-title:hover::before {
  height: 100%;
}

.btn-title span {
  position: relative;
  font-size: 0.938vw;
  z-index: 1;
  /* Asegura que el texto esté por encima del relleno */
}

.btn-titlegrw {
  position: relative;
  padding: 0.521vw 7.396vw;
  background-color: transparent;
  border-radius: 5.208vw;
  border: 1px solid var(--Rojo);
  color: white;
  overflow: hidden;
  transition: color 0.3s ease-in-out;
}

.btn-titlegrw::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: var(--Rojo);
  transition: height 0.3s ease-in-out;
  z-index: -1;
}

.btn-titlegrw:hover span {
  color: white;
}

.btn-titlegrw:hover::before {
  height: 100%;
}

.btn-titlegrw span {
  position: relative;
  font-size: 0.938vw;
  transition: color 0.3s ease-in-out;
  z-index: 1;
}

.formwrpliquido {
  position: relative;
  z-index: 5;
}

.overlayblack {
  position: absolute;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.4039041642047444) 70%, rgba(255, 255, 255, 0) 100%);
  z-index: 3;
}

.liquidospeccntgrw {
  position: relative;
  z-index: 5;
  height: 50vw;
  max-width: 1050px;
}

.formliquido {
  position: relative;
  z-index: 5;
  padding-bottom: 35vw;
}

.liquidospecwrpgrw {
  background-color: black;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

/*
.liquidospecwrpgrw::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 2;
  opacity: 1;
  pointer-events: none;
  padding-top: 140vw;
}
*/
.herogrowingform {}

.liquidospeccntgrw {
  gap: 2.2vw;
}

.liquidospeccntgrw h2 {
  font-size: 6vw;
}

.liquidospeccntgrw p {
  text-align: center;
  font-size: 1.50vw;
  line-height: 145%;
  text-transform: uppercase;
}

.liquidospectxtgrw span {
  display: inline-block;
}

.formularioliquido {
  gap: 2vw;
  margin-top: 2.5vw;
}

.formwrpliquido {
  background-color: black;
  width: 53.75vw;
  border-radius: 5.208vw;
  padding: 5% 12.5%;
}

.titformliquido {
  text-align: center;
  font-size: 1.667vw;
  line-height: 120%;
}

.campoformac {
  text-align: center;
  border-radius: 5.208vw !important;
  font-size: 0.938vw !important;
  background-color: transparent;
  font-weight: 300;
  color: white !important;
}

.formularioliquido input::placeholder {
  font-weight: 300;
  font-size: 0.938vw;
  color: white;
}

#submitformac {
  background-color: var(--Rojo);
  color: white;
}

.transparent-input {
  background-color: transparent;
  /* Fondo transparente */
  border: 1px solid white !important;
  /* Borde blanco */
  color: white;
  font-size: 18px;
  padding: 10px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 15px;
}

/* Placeholder styling */
.transparent-input::placeholder {
  color: rgba(255, 255, 255, 0.7);
  /* Color blanco semi-transparente */
  text-align: center;
}

@media (max-width: 767px) {

  .botoncaco,
  .botoncacogrw {
    zoom: 1.6;
  }

  .moreinforfexperts {
    zoom: 2;
  }

  .liquidospectxt span {
    font-size: 21px;
  }

  .formliquido .formwrpliquido {
    padding: 14px 8px;
    zoom: 1.75;
    width: 80%;
  }

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

  .imgintroductionwrp {
    zoom: 1.6;
  }

  /*Inicio*/
  .svgliquido svg {
    height: 13.5vw !important;
    width: 13.5vw !important;
  }

  /*Universo*/
  .txtwrp span {
    font-size: 18px;
  }

  .imguniverse1 {
    height: 32vw !important;
    width: 36vw !important;
    top: 10%;
    left: auto;
    right: 10%;
  }

  .imguniverse2 {
    height: 32vw !important;
    width: 34vw !important;
    left: 4%;
    top: 10%;
  }

  .imguniverse3 {
    height: 32vw !important;
    width: 36vw !important;
    right: 14%;
    bottom: 12%;
  }

  .txtwrpintroduction span {
    font-size: 3.8vw;
    text-align: center;
  }

  .txtintroductionwrp {
    width: 100%;
    flex-direction: column;
    text-align: center;
  }

  .imgintroductionwrp {
    margin-top: 25px;
    width: 55vw;
    height: 29.8vw !important;
    justify-content: center;
    align-items: center;
    white-space: normal;
  }

  .imgintroductionwrp img {
    margin-top: 25px;
    object-fit: cover;
    top: auto;
    left: auto;
    position: absolute;
    transform: none;
    margin-top: auto;
    margin-left: auto;
    width: 42vw;
    height: 25vw !important;
  }

  .marcoimg {
    height: 30vw;
    width: 50vw;
  }

  /*Introduction*/
  .txtwrpintroduction p {
    color: white;
  }

  .txtintroductionwrp h3 {
    color: var(--Rojo);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
  }

  .introductionwrapper {
    gap: 25px;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    padding: 5%;
  }

  .txtwrpintroduction p {
    font-size: 21px;
  }

  .moreinforfexperts svg {
    width: 24px;
    height: 24px;
  }

  .moreinforfexperts {
    width: 100%;
    justify-content: center;
  }

  p.liquidospectxt br {
    display: none !important;
  }

  .liquidospectxt span {
    opacity: 1;
    display: inline;
  }

  .txtrfexpertes {
    font-size: 12px;
  }

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

  .liquidospeccnt p {
    font-size: 14px;
    padding: 0% 10%;
  }

  .btn-title span {
    font-size: 12px;
  }

  .titformliquido {
    text-align: center;
    font-size: 12px;
    line-height: 120%;
  }

  .formwrpliquido {
    width: 75%;
  }

  .formularioliquido {
    gap: 10px;
    margin-top: 12px;
  }

  .campoformac {
    font-size: 10px;
  }

  .liquidospeccntgrw p {
    text-align: center;
    font-size: 18px;
    line-height: 145%;
    padding: 0%;
    width: auto;
  }

  .liquidospeccntgrw {
    height: auto;
  }

  .btn-titlegrw span {
    font-size: 10px;
  }

  .formularioliquido input::placeholder {
    font-weight: 300;
    font-size: 10px;
    color: white;
  }

  /*Team*/
  .liquidospecwrpgrw {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .campoformac {
    font-size: 10px !important;
  }

  .mgteamtxt h2 {
    font-size: 42px;
    text-align: center;
  }

  .mgteamindividual {
    height: auto !important;
    min-height: 420px;
    margin-top: 15px;
    background-position: top center !important;
  }

  .mgteamcarrousel {
    display: flex !important;
    gap: 5px;
  }

  .mgteamname {
    font-size: 21px;
  }

  .mgteamtitle {
    font-size: 14px;
  }

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

  .txtnosotros br {
    display: none;
  }

  /*Popup Team*/
  .better {
    font-size: 32px;
  }

  .ppcntmt {
    width: 80%;
  }

  .titpopcntmt h3 {
    font-size: 21px;
  }

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

  .mtlinkedin {
    font-size: 12px !important;
  }

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

  .contpopmt {
    margin-top: 10px;
    overflow: auto;
    max-height: 25vh;
  }

  .crosspopmt {
    width: 36px;
    height: 36px;
  }

  /*Timeline*/
  .abouttimelinewrp {
    background-color: #181818;
    padding: 10% 5% 10% 10%;
  }

  .rayatimeline {
    top: -0.5%;
    left: 3%;
  }

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

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

  .infotimeline {
    gap: 5px;
  }

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

  .etapatimeline:nth-child(odd),
  .etapatimeline {
    align-self: center;
    flex-direction: column;
    gap: 20px;
    width: 80%;
  }

  .infotimeline img {
    height: 40vw;
  }

  /*Slide*/
  .swiper-button-prev,
  .swiper-button-next {
    height: 32px;
    width: 32px;
  }

  .botonesswiper {
    gap: 50px;
    bottom: -30%;
    left: 10%;
  }

  .swipercont {
    align-items: end;
    justify-content: end;
    width: 75%;
    margin-left: 0;
    margin-top: 15px;
  }

  .better {
    padding-left: 0%;
  }

  .mainswipercontenedor {
    height: auto;
    padding: 25% 5%;
  }

  .card {
    width: 100%;
    height: auto;
    min-height: 280px;
  }

  .liquidospectxtgrw br {
    display: none;
  }

  .liquidospeccntgrw {
    opacity: 1;
  }
}

.tagliquidotech {
  position: fixed;
  height: 15.646vw;
  width: 3vw;
  right: 0%;
  top: 15%;
  z-index: 40;
}

.tagliquidowrp1 {
  background-color: var(--Rojo);
  transform: rotate(-90deg);
  transform-origin: bottom right;
  padding: 0.4vw;
  width: 13.646vw;
  position: absolute;
  top: 0%;
  right: 0%;
  z-index: 5;
}

.tagliquidowrp1 p {
  color: white;
  font-size: 0.8vw;
}

.tagliquidowrp2 {
  background-color: var(--Rojo);
  height: 13.646vw;
  width: 9.635vw;
  padding: 1.5vw 0.7vw;
  position: absolute;
  bottom: 0%;
  right: 0%;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
}

.tagliquidowrp2 p {
  color: white;
  font-size: 1.042vw;
}

.tagliquidowrp2 svg path,
.tagliquidowrp2 svg rect {
  transition: .4s ease;
}

.tagliquidowrp2 svg:hover path {
  transform: scale(1.10);
}

.why-section {
  padding: 6vw 4vw 6vw !important;
}

.why-section .txtlogowrp h2.cred {
  color: #fff;
}

.why-section .logowrprs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-count: 3;
  gap: 2vw 2vw;
  width: 100%;
}

.why-section .logowrp {
  gap: 25px;
  display: grid !important;
  border: 1px solid #e4e2e22e;
  padding: 35px;
}

.why-section .prod-icon {
  width: 60px !important;
  height: 60px !important;
  padding: 0px;
  filter: invert(1);
  background: transparent;
  border-radius: 0px;
}

@media (max-width: 1025px) {
  .liquidospeccntgrw {
    height: auto;
    max-width: 100%;
    padding: 100px 5%;
  }
}

@media (min-width: 767px) and (max-width: 1025px) {
  .why-section .logowrprs {
    grid-template-columns: repeat(2, 1fr);
    column-count: 2;
  }

  .why-section .logowrp {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .why-section .logowrprs {
    grid-template-columns: repeat(1, 1fr);
    column-count: 1;
    width: 100%;
    gap: 20px;
  }

  .why-section .logowrp {
    gap: 25px;
    padding: 20px;
  }
}

.custom-h2 {
  color: #ffffff;
}

.custom-h1 {
  color: #ffffff;
  font-size: 68px;
  font-weight: 300;
  letter-spacing: 4px;
}