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

@font-face {
  font-family: 'Helvetica Neue LT Std';
  src: url('fonts/HelveticaNeueLTStd-Roman.woff2') format('woff2'),
      url('fonts/HelveticaNeueLTStd-Roman.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue LT Std';
  src: url('fonts/HelveticaNeueLTStd-Hv.woff2') format('woff2'),
      url('fonts/HelveticaNeueLTStd-Hv.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue LT Std';
  src: url('fonts/HelveticaNeueLTStd-Md.woff2') format('woff2'),
      url('fonts/HelveticaNeueLTStd-Md.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Medium.woff2") format("woff2"),
    url("fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ElegantIcons";
  src: url("fonts/ElegantIcons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
:root {
  --blue: #002857;
  --darkblue: #012d74;
  --lightblue: #e7f4ff;
  --red: #e00911;
  --grey: #e5e5e5;
  --poppins: "Poppins", sans-serif;
  --helve: "Helvetica Neue LT Std", sans-serif;
  --Montse: "Montserrat", sans-serif;
  --lateral: 10vw;
  --down: url("img/down.png");
  --arrow: url("img/Arrow\ 1.png");
  --elegant: "ElegantIcons";
  --rounded-left: "\e045";
  --rounded-right: "\e046";
  --check: "\4e";
  --close: "\4d";
  --shadow-home: 0 3px 0.7rem rgba(0, 0, 0, 0.75);
}

/* Hide scrollbar for IE,
Edge and Firefox */ 
.form-botella {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
/* Hide scrollbar for IE, Edge add Firefox */
.form-botella {
  -ms-overflow-style: none;
  scrollbar-width: none; /* Firefox */
}
::-moz-selection {
  color: white;
  background-color: var(--blue);
}

::selection {
  color: white;
  background-color: var(--blue);
}
select.form_select {
  background-color: transparent;
  border-bottom: thin solid WHITE;
  border-radius: 0 !important;
  display: inline-block;
  font-size: 1rem !important;
  font: inherit;
  line-height: inherit;
  color: white;
  line-height: 1.5em;
  height: 96% !important;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0.4rem 0.2rem !important;
}
body,
html {
  font-family: "var(--helve)";
  font-size: 100%;
  padding: 0;
  margin: 0;
}
*,
*:after,
*:before {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
html {
  scroll-behavior: smooth;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  text-decoration: none;
  background-color: transparent;
  color: #000;
  line-height: 0;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style-type: none;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}

button,
input {
  overflow: visible;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
[hidden] {
  display: none;
}
/* end theme styles */
/* estilos generales */
.seccion {
  position: relative;
}
body {
  width: 100%;
  margin: auto;
  font-family: var(--helve);
  font-weight: 500;
}
a,
.btn,
.btn:hover {
  cursor: pointer;
}
a,
header,
.site-branding,
.button_container,
.button_container.active,
.button_container.active .top,
.button_container.active .middle,
.button_container.active .bottom,
.btn,
.btn:hover {
  transition: all 0.3s;
}
.fullw {
  width: 100%;
  max-width: 2500px !important;
  margin: auto;
}
.limitw {
  width: 80%;
  max-width: 2500px;
  margin: auto;
}
.limitw90 {
  width: 90%;
  max-width: 2500px;
  margin: auto;
}
.upper {
  text-transform: uppercase;
}
.only-mobile {
  display: none !important;
}
.only-mobile-2 {
  display: none !important;
}


.text-center {
  text-align: center;
}
p {
  line-height: 1.25;
}
.whitelogo {
  filter: brightness(0) invert(1);
  width: 200px;
}
.btn {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  border: none;
  outline: none;
  padding: 0.75rem 2rem;
  text-align: center;
  font-family: var(--helve);
  font-weight: bold;
  font-size: 0.9rem;
  line-height: 1;
  color: var(--blue);
  height: 40px;
  background-color: white;
  border: 1.5px solid var(--blue);
}
.btn:hover {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  border: none;
  outline: none;
  padding: 0.75rem 2rem;
  text-align: center;
  font-family: var(--helve);
  font-weight: bold;
  font-size: 0.9rem;
  line-height: 1;
  color: white;
  height: 40px;
  background-color: var(--red);
  border: 1.5px solid var(--red);
}
.btn-secondary {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  outline: none;
  padding: 0.75rem 2rem;
  text-align: center;
  font-family: var(--helve);
  font-weight: bold;
  font-size: 0.9rem;
  line-height: 1;
  color: white;
  height: 40px;
  background-color: var(--blue);
  border: 1.5px solid var(--blue);
}
.btn-secondary:hover {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  border: none;
  outline: none;
  padding: 0.75rem 2rem;
  text-align: center;
  font-family: var(--helve);
  font-weight: bold;
  font-size: 0.9rem;
  line-height: 1;
  color: white;
  height: 40px;
  background-color: var(--red);
  border: 1.5px solid var(--red);
}
.btn-third {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  outline: none;
  width: 80%;
  padding: 0.75rem 1rem;
  text-align: center;
  font-family: var(--helve);
  font-weight: bold;
  font-size: 0.9rem;
  line-height: 1;
  color: white;
  height: 40px;
  background-color: var(--blue);
  border: 1.5px solid white;
}
.btn-third:hover {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  border: none;
  outline: none;
  width: 80%;
  padding: 0.75rem 1rem;
  text-align: center;
  font-family: var(--helve);
  font-weight: bold;
  font-size: 0.9rem;
  line-height: 1;
  color: white;
  height: 40px;
  background-color: var(--red);
  border: 1.5px solid var(--red);
}
.btn-four {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  border: none;
  outline: none;
  padding: 0.75rem 2rem;
  text-align: center;
  font-family: var(--helve);
  font-weight: bold;
  font-size: 0.9rem;
  line-height: 1;
  color: white;
  height: 40px;
  background-color: transparent;
  border: 1.5px solid white;
}
.btn-four:hover {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  border: none;
  outline: none;
  padding: 0.75rem 2rem;
  text-align: center;
  font-family: var(--helve);
  font-weight: bold;
  font-size: 0.9rem;
  line-height: 1;
  color: white;
  height: 40px;
  background-color: var(--red);
  border: 1.5px solid var(--red);
}

.btn-menu {
  width: 150px;
  color: white;
  background-color: #333333;
  font-size: 0.7em;
  margin: 1 0.75rem 0 auto;
  height: auto !important;
  padding: 0.5rem;
  border-radius: 32px;
  margin-right: 15px;
}
.btn-menu:hover {
  font-size: 0.7em;
  margin: 1 0.75rem 0 auto;
  height: auto !important;
  padding: 0.5rem;
  border-radius: 32px;
  background-color: var(--blue);
  border-radius: 32px;
}

.btn-popup {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  border: none;
  outline: none;
  height: 40px;
  padding: 0.75rem 2rem;
  text-align: center;
  font-family: var(--helve);
  font-weight: bold;
  font-size: 0.8rem;
  line-height: 1;
  color: white;
  background-color: var(--blue);
  box-shadow: 0 1px 0.5rem 1px rgba(0, 0, 0, 0.75);
}

.btn-popup:hover {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  border: thin solid #2b2b2b;
  outline: none;
  padding: 0.75rem 2rem;
  text-align: center;
  font-family: var(--helve);
  font-weight: bold;
  font-size: 0.8rem;
  line-height: 1;
  color: #2b2b2b;
  background-color: white;
  box-shadow: none;
}
.popup-cerrar {
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
}

.popup-cerrar::before {
  content: var(--close);
  font-family: var(--elegant);
  color: var(--blue);
  font-size: 2rem;
}
.popup-cerrar-cl {
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
}

.popup-cerrar-cl::before {
  content: var(--close);
  font-family: var(--elegant);
  color: var(--blue);
  font-size: 1.5rem;
}
:not(.popup) > .formulario .popup-cerrar {
  display: none;
}

.btn:disabled {
  opacity: 0.9;
  cursor: not-allowed;
}

/* flex */
.flex-row,
.flex-col {
  display: flex !important;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-center {
  justify-content: center;
  align-items: center;
}
.flex-wrap {
  flex-flow: row wrap;
}
.flex-between {
  justify-content: space-between;
}

.col-1-2 {
  width: 50%;
}
.col-1-3 {
  width: 33.33%;
}
.col-2-3 {
  width: 66.66%;
}
.col-1-4 {
  width: 25%;
}
.col-20 {
  width: 20%;
}
.col-30 {
  width: 30%;
}
.col-40 {
  width: 40%;
}
.col-60 {
  width: 60%;
}
.col-70 {
  width: 70%;
}
.col-80 {
  width: 80%;
}
/* menu */
header#masthead {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: white;
}

.header-telefono a {
  padding-bottom: 0.3rem;
  transition: padding 0.3s;
  font-weight: bold;
}
.header-telefono:hover {
  color: black;
}
.header-telefono {
  color: var(--blue);
  font-size: 0.8rem;
  font-family: var(--helve);
  margin-left: 15px;

}

.header-telefono a {
  font-size: 0.8rem;
  line-height: 1;
  color: var(--blue);
  font-weight: normal;
  display: flex;
  align-items: center;
}
.header-top {
  font-weight: bold;
  padding-bottom: 0.5rem;
}

.header-top .header-descarga {
  margin-top: 25px;
  font-weight: bold;
  padding-right: 2rem;
  cursor: pointer;
  opacity: 0;
  transition: 0.3s;
}

.header-top .header-descarga:hover {
  color: var(--blue);
}

.header-lang {
  display: flex;
}

.header-lang li a {
  text-transform: uppercase;
  font-family: var(--helve);
  font-weight: bold;
  padding: 0 0.25rem;
}

.header-lang .current-lang a,
.header-lang li a:hover {
  color: var(--blue);
}

.header-container {
  position: relative;
  transition: padding 0.3s;
}
.header-top .limitw {
  width: 90%;
}
.site-branding img {
  height: 2.5rem;

  max-width: none;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left center;
  object-position: left center;
}
.site-branding img.logo-ue {
  height: 4rem;
}

.main-navigation {
  align-self: flex-end;
}

.main-navigation > ul {
  display: flex;
}

.main-navigation > ul li a {
  display: block;
  font-family: var(--helve);
  position: relative;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--darkblue);
  padding: 0rem 1.2rem 0.75rem;
  font-size: 1.125rem;
  line-height: 1;
  transition: 0.3s;
  padding-top: 2.5rem;
}

.main-navigation > ul li:nth-child(2) {
  min-width: 135px;
}

.main-navigation > ul li:last-child a {
  margin-right: 0;
}

.main-navigation > ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 1rem;
  right: 1rem;
  height: 0.25rem;
  background-color: black;
  opacity: 0;
  transform: translateY(-0.5rem);
  transition: 0.3s;
}

.main-navigation > ul li:hover,
.main-navigation > ul li.active {
  color: white;
  background-color: var(--red);
}

.main-navigation > ul li a:hover,
.main-navigation > ul li.active a {
  color: white;
  padding-top: 2.5rem;
}
.items-navigation {
  align-self: flex-end;
}

.items-navigation > ul {
  display: flex;
}

.items-navigation > ul li a {
  display: block;
  font-family: var(--helve);
  position: relative;
  text-align: center;
  font-weight: normal;
  color: #868686;
  padding: 0 1rem 0.75rem;
  font-size: 1rem;
  line-height: 1;
  transition: 0.3s;
}

.items-navigation > ul li:last-child a {
  margin-right: 0;
}

.items-navigation > ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 1rem;
  right: 1rem;
  height: 0.25rem;
  background-color: var(--blue);
  opacity: 0;
  transform: translateY(-0.5rem);
  transition: 0.3s;
}

select.minimal {
  background-image: linear-gradient(45deg, transparent 50%, var(--blue) 50%),
    linear-gradient(135deg, var(--blue) 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 0px 1.5em;
  background-repeat: no-repeat;
  font-weight: bold;
  font-family: var(--Montse);
}
.botellas-datos {
  margin-top: 15px;
  padding: 1rem;
  border: thin solid WHITE;
}

.dimensiones {
  padding: 1rem;
  border: thin solid WHITE;
}
.dimensiones .form-control {
  margin-top: 5px;
}
select {
  /* styling */
  background-color: white;
  border: thin solid WHITE;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  color: var(--blue);
  line-height: 1.5em;
  height: 90%;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */

  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select.form_select {
  /* styling */
  background-color: transparent;
  border-bottom: thin solid WHITE;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  color: white;
  line-height: 1.5em;
  height: 90%;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */

  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.header-right {
  margin-top: 24px;
  min-width: 310px;
}
/* arrows */
select.minimal:focus {
  background-image: linear-gradient(45deg, black 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, blue 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  border-color: white;
  outline: 0;
}
/* PRIVACIDAD  */
.privacidad {
  padding: 2rem;
  font-weight: 500;
}
.privacidad img {
  width: 20%;
}
.privacidad h2 {
  margin-top: 1rem;
}
.privacidad h3 {
  padding: 1rem 0;
}
.privacidad a{
  font-weight: bold;
  color: var(--blue);
}
/* menu responsive */
.button_container {
  display: none;
  height: 1.25rem;
  width: 1.5rem;
  cursor: pointer;
  z-index: 100;
  position: relative;
  padding-top: 4%;
}
.button_container span {
  background: var(--blue);
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 8px;
}
.button_container span:nth-of-type(3) {
  top: 16px;
}
.button_container.active .top {
  transform: translateY(8px) translateX(0) rotate(45deg);
}
.button_container.active .middle {
  opacity: 0;
}
.button_container.active .bottom {
  transform: translateY(-8px) translateX(0) rotate(-45deg);
}
/* footer */

footer {
  padding: 2rem 0;
  background-color: var(--blue);
  font-family: var(--poppins);
  color: white;
}
footer .right {
  text-transform: uppercase;
}
footer p,
footer a {
  font-size: 0.875rem;
  color: white;
}

footer a:hover {
  text-decoration: underline;
}

/* Formularios */

.formulario {
  width: 100%;
  color: #282828;
}
.condiciones {
  font-size: 0.7em;
  margin-top: 15px;
  color: white;
  padding: 1rem;
  font-family: var(--helve);

  text-align: center;
}
.condibold {
  font-weight: bold;
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--blue);
  opacity: 1; /* Firefox */
}
.formulario input[type="text"],
.formulario input[type="email"],
.formulario input[type="tel"] {
  font-family: inherit;
  font-weight: inherit;
  font-size: 1rem;
  color: var(--blue);
  background-color: transparent;
  border: 0;
  outline: 0;
  border-bottom: 2px solid var(--blue);
  width: 100%;
  font-family: var(--helve);
  margin-top: 17px;
}

.formulario textarea {
  font-weight: inherit;
  font-family: inherit;
  font-size: 1rem;
  width: 100%;
  color: var(--blue);
  background-color: transparent;
  border: 0;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0px;
  outline: 0;
  border-bottom: 2px solid var(--blue);
  width: 100%;
  margin-top: 15px;
}

.form-content-popup input[type="text"],
.form-content-popup input[type="email"],
.form-content-popup input[type="tel"] {
  font-weight: inherit;
  font-size: 1rem;
  color: var(--blue);
  background-color: transparent;
  border: 0;
  outline: 0;
  border-bottom: 2px solid var(--blue);
  width: 100%;
  margin-top: 17px;
}

.form-content-popup textarea {
  font-weight: inherit;
  font-size: 1.1rem;
  width: 100%;
  color: white;
  background-color: transparent;
  border: 0;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0px;
  outline: 0;
  border-bottom: 2px solid var(--blue);
  width: 100%;
  margin-top: 15px;
}

.formulario label {
  font-size: 1em;

  color: var(--blue);
}
.ancho-form {
  width: 100%;
}
.formulario label a {
  text-decoration: underline;
  color: var(--blue);
}
.form-control {
  margin-top: 5px;
}
.seccion-home .right .form-subtitulo-home {
  font-size: 1.4em;
  text-align: start;
  color: var(--blue);
  font-family: var(--helve);
  font-weight: bold;
  line-height: 1.25;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: center;
  cursor: pointer;
}
.seccion-home .right .form-content {
  display: none;
}
.popup-descarga .form-subtitulo-home {
  font-size: 1.5em;
  text-align: center;
  color: var(--blue);
  font-family: var(--helve);
  font-weight: bold;
  line-height: 1.25;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: white;
  letter-spacing: 0em;
}
.popup .form-subtitulo-home {
  font-size: 1.5em;
  text-align: center;
  color: var(--blue);
  font-family: var(--helve);
  font-weight: bold;
  line-height: 1.25;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: white;
  letter-spacing: 0em;
}
.popup .form-subtitulo-popup {
  font-size: 1.2em;
  text-align: center;
  color: var(--blue);
  font-family: var(--helve);
  font-weight: bold;
  line-height: 1.25;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: white;
  letter-spacing: 0em;
}
.form-content {
  padding: 3rem 4rem;
}
.popupfondo {
  padding: 2rem 4rem;
}
.popup .popup-clientes {
  width: 50%;
  position: relative;
}
.popup .formulario {
  width: 50%;
  position: relative;
  background: white;
}
.form-content-popup {
  padding: 0.7rem;
  background: white;
}
.popup-clientes {
  padding: 3rem;
  background: white;
}

.titulo-popup {
  color: var(--blue);
  text-align: center;
  font-size: 1.2em;
  font-weight: 300;
}

.titulo-popup2 {
  color: white;
  text-align: center;
  font-size: 1.2em;
  font-weight: 300;
}
.form-content-popup label {
  color: var(--blue);
}
.form-content-popup a {
  color: var(--blue);
}
.form-content-popup2 label {
  color: white;
}
.form-content-popup2 a {
  color: white;
}
.contenido-popup {
  padding: 2rem;
}
.formulario .reunion label {
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--blue);
  padding: 0.2rem 0.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.formulario .reunion label input[type="checkbox"] {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  padding: 0.2rem 0.2rem;
}

.formulario .caja-reunion {
  display: -ms-grid;
  display: grid;
  gap: 0.5rem;
  background: white;
  padding: 1rem;
}

.formulario .caja-reunion .label-text {
  text-align: center;
  font-size: 0.875rem;
}

.formulario .caja-reunion .horas-grid {
  display: -ms-grid;
  display: grid;

  -ms-grid-columns: 1fr 0.5rem 1fr 0.5rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}

.formulario .caja-reunion .hora label {
  position: relative;
  border: thin solid var(--blue);
}

.formulario .caja-reunion .hora input[type="radio"] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  pointer-events: none;
}

.formulario .caja-reunion .hora-text {
  font-size: 0.875rem;
  text-align: center;
  padding: 0.75rem 0;
  border: 1px solid white;
  transition: 0.3s;
  cursor: pointer;
  color: var(--blue);
}

.formulario .caja-reunion label:hover .hora-text,
.formulario .caja-reunion input:checked + .hora-text {
  font-weight: 500;
  color: white;
  background-color: var(--blue);
}

/* Popups */

.popup {
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
}
.popupfondo {
  background: white;
}
.popup.show {
  opacity: 1;
  pointer-events: all;
}

.popup .formulario {
  width: 30%;
  position: relative;
}

.popup.show .formulario {
  -webkit-animation: vibrar 0.005s linear 0s 80 alternate;
  animation: vibrar 0.005s linear 0s 80 alternate;
}

.popup .formulario .form-checks {
  display: -ms-grid;
  display: grid;
  gap: 0.5rem;
}

.popup-descarga .formulario .empresa,
.popup-presupuesto .formulario .email {
  -ms-grid-column: 1;
  grid-column: 1;
}

.popup-descarga .formulario .email,
.popup-presupuesto .formulario .telefono {
  -ms-grid-column: 2;
  grid-column: 2;
}

.anchor {
  display: block;
  position: relative;
  top: -6rem;
  visibility: hidden;
}

.anchor#home {
  top: -10rem;
}

/* Sección Home */

.seccion-home {
  height: 100vh;
  background-size: cover;
  background-image: url("img/nuevohome-flip.jpg");
  background-position: top;
}
.seccion-home-altura {
  height: 90vh;
}

.seccion-home .left {
  font-family: var(--helve);
  font-weight: bold;
  text-transform: uppercase;
}

h1 {
  color: white;
  font-size: 4vw;
  font-weight: 700;
  line-height: 0.85;
  padding-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: -0.06em;
  text-shadow: 0 0 20px var(--blue);
}
h2 {
  color: var(--darkblue);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.2rem;
  padding-bottom: 1rem;
  letter-spacing: -0.1rem;
}

.seccion-home .subtitulo {
  font-size: 1.7rem;
  color: var(--blue);
  letter-spacing: -0.1rem;
  text-shadow: 0 0 20px rgba(255,255,255,0.5);
}

.seccion-home .formulario {
  /* --red 80% */
  background-color: white;
  opacity: 0.8;
}

.seccion-home .formulario .empresa {
  -ms-grid-column: 1;
  grid-column: 1;
}

.seccion-home .formulario .email {
  -ms-grid-column: 2;
  grid-column: 2;
}

a.next {
  display: block;
  padding: 1rem 0;
  text-align: center;
  background: center/ 1.4rem no-repeat var(--down);
}
/* Nosotros */

.seccion-nosotros {
  padding: 2rem 0;
  background: var(--lightblue);
  background-repeat: cover;
}
.seccion-nosotros .left {
  padding-top: 4rem;
}

.seccion-nosotros .right {
  padding-left: 6rem;
  padding-top: 7rem;
}

.seccion-nosotros h2 {
  font-size: 4.2em;
  font-family: var(--helve);
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 15px;
  color: var(--blue);
  opacity: 0.5;
  letter-spacing: -0.2rem;
}

.seccion-nosotros h2::after {
  content: " ";
  margin: -55px 335px;
  width: 26px;
  height: 59px;
  border-radius: 50%;
  background: var(--red);
  opacity: 1;
  -moz-transform: scaleY(0.4);
  -webkit-transform: scaleY(0.4);
  display: block;
}

.seccion-nosotros .subtitulo {
  width: 70%;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: normal;
  color: var(--blue);
  margin-bottom: 25px;
  margin-top: 55px;
}

.nosotros-img {
  padding: 1rem;
  margin-top: 15px;
  text-align: center;
  width: 33%;
}
.nosotros-img img {
  width: 70%;
}
.nosotros-img-down {
  padding: 2rem;
  margin-top: 15px;
  text-align: center;
  width: 33%;
}
.nosotros-img p {
  text-align: center;
  font-size: 0.8em;
  margin-top: 15px;
  color: var(--blue);
  font-family: var(--Montse);
  position: relative;
}

.abajo .tecno,
.abajo .inves {
  position: relative;
  width: 50%;
  padding: 0rem;
}
.inves {
  margin-left: 1rem;
}
.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--blue);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.5s ease;
}

.tecno:hover .overlay,
.inves:hover .overlay {
  height: 100%;
}
.centered2 {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 1.5rem;
  font-family: var(--helve);
  font-weight: bold;
  text-align: center;
  letter-spacing: -0.1rem;
  text-transform: uppercase;
  width: 100%;
}
.centerblue {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--blue);
  font-size: 1.5rem;
  font-family: var(--helve);
  font-weight: bold;
  text-align: center;
  letter-spacing: -0.1rem;
  text-transform: uppercase;
  width: 100%;
}
.mano {
  cursor: pointer;
}
.titulohover {
  background: white;
  color: var(--red);
  text-align: center;
  font-size: 1.5rem;
  font-family: var(--helve);
  font-weight: bold;
  letter-spacing: 0rem;
  padding: 0.5rem;
  text-transform: uppercase;
}

.lista2 {
  padding: 2rem 3rem;
}
.lista2 ul li {
  color: white;
  font-family: var(--helve);
  font-weight: normal;
  font-size: 0.9rem;
  line-height: 1rem;
  margin-top: 2px;
  text-indent: -12px;
  padding-left: 10px;
}

.lista2 ul {
  list-style: none; /* Remove default bullets */
}

.lista2 ul li::before {
  content: "\25CF ";
  color: var(--red);
}

/* Productos */

.seccion-productos {
  padding: 2rem 0;
  background: white;
  background-repeat: cover;
}

.seccion-productos .left {
  padding-top: 4rem;
}

.seccion-productos .right {
  padding-left: 6rem;
  padding-top: 7rem;
}

.seccion-productos h2 {
  font-size: 4.2em;
  font-family: var(--helve);
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 15px;
  color: var(--blue);
  opacity: 0.5;
  letter-spacing: -0.2rem;
}

.seccion-productos h2::after {
  content: " ";
  margin: -55px 365px;
  width: 26px;
  height: 59px;
  border-radius: 50%;
  background: var(--red);
  opacity: 1;
  -moz-transform: scaleY(0.4);
  -webkit-transform: scaleY(0.4);
  display: block;
}

.seccion-productos .subtitulo {
  width: 70%;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-family: var(--helve);
  font-weight: bold;
  color: var(--blue);
  margin-bottom: 25px;
  margin-top: 55px;
}
.abajoprod .tecno,
.abajoprod .invest {
  position: relative;
  width: 100%;
  padding: 0rem;
  border: 5px solid white;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--blue);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.5s ease;
}

.tecno:hover .overlay,
.invest:hover .overlay {
  height: 100%;
}
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 2rem;
  font-family: var(--helve);
  font-weight: bold;
  letter-spacing: -0.1rem;
  text-align: center;
}

#triangle-down {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 25px solid white;
  left: 2rem;
  position: relative;
}
.lista {
  padding: 0.2rem 1rem;
}
.lista ul li {
  color: white;
  font-family: var(--helve);
  font-weight: normal;
  font-size: 1rem;
  line-height: 1rem;
  margin-top: 2px;
  text-indent: -18px;
  padding-left: 12px;
}

.lista ul {
  list-style: none; /* Remove default bullets */
}

.lista ul li::before {
  content: "\25CF ";
  color: var(--red);
}

/* Sección Clientes */


.seccion-clientes .left {
  padding-top: 0rem;
}
.seccion-clientes .altura {
  padding: 0rem 8rem;
  height: 700px;
  background-size: cover;
  background-image: url("img/clientes.jpg");
  background-attachment: fixed;
}
.seccion-clientes .right {
  padding-left: 6rem;
  padding-top: 0rem;
}

.seccion-clientes h2 {
  font-size: 4.2em;
  font-family: var(--helve);
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 15px;
  color: white;
  opacity: 0.5;
  letter-spacing: -0.2rem;
}

.seccion-clientes h2::after {
  content: " ";
  margin: -55px 410px;
  width: 26px;
  height: 59px;
  border-radius: 50%;
  background: var(--red);
  opacity: 1;
  -moz-transform: scaleY(0.4);
  -webkit-transform: scaleY(0.4);
  display: block;
}

.seccion-clientes .subtitulo {
  width: 70%;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-family: var(--helve);
  font-weight: normal;
  color: white;
  margin-bottom: 25px;
  margin-top: 55px;
}
.multiple-items img {
  display: block;
  height: 120px;
  padding: 1rem;
  object-fit: contain;
  object-position: center;
}
.fondo-verde {
  background: white;

}

/* Contacto */
.seccion-contacto {
  background-image: url("img/contacto.jpg");
  height: 100vh;
  background-size: cover;
  background-position: center;
  position: relative;
}
.seccion-contacto-altura {
  height: 90vh;
}
.slick-slide {
  display: none;
  float: left;
  height: 112px !important;
  min-height: 1px;
  margin: 2rem;
}
.seccion-contacto h2 {
  font-size: 4.2em;
  font-family: var(--helve);
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 15px;
  color: var(--blue);
  opacity: 0.5;
  letter-spacing: -0.2rem;
}

.seccion-contacto h2::after {
  content: " ";
  margin:-55px 305px;
  width: 26px;
  height: 59px;
  border-radius: 50%;
  background: var(--red);
  opacity: 1;
  -moz-transform: scaleY(0.4);
  -webkit-transform: scaleY(0.4);
  display: block;
}

.seccion-contacto .subtitulo {
  width: 70%;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-family: var(--helve);
  font-weight: normal;
  color: var(--blue);
  margin-bottom: 25px;
  margin-top: 55px;
}
.seccion-contacto .formulario {
  background-color: white;
  opacity: 0.8;
}
.seccion-contacto .right .form-subtitulo-home {
  font-size: 1.2em;
  text-align: start;
  color: var(--blue);
  font-family: var(--helve);
  font-weight: bold;
  line-height: 1.25;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  text-align: center;
  letter-spacing: -0.1rem;
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 30px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.seccion-contacto .direccion {
  font-family: var(--Montse);
  font-weight: 700;
  color: var(--blue);
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 23px;
  width: 23px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: var(--blue);
}

input:focus + .slider {
  box-shadow: 0 0 1px var(--blue);
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* Footer */

footer {
  padding: 2rem 0;
  background-color: white;
}
footer .right {
  text-transform: none;
}
footer p,
footer a {
  font-size: 0.8rem;
  color: var(--blue);
}
/* Cookie Banner */

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3001;
  padding: 2rem 10vw;
  border-top:5px solid var(--red) ;
  background-color: white;
  transition: 0.3s;
}

.cookie-banner.hidden {
  opacity: 0;
  pointer-events: none;
}

.cookie-banner .texto {
  font-size: 0.875rem;
}

.cookie-banner .cookie-botones {
  flex-shrink: 0;
}

.cookie-banner .btn {
  font-size: 0.875rem;
  margin: 0 0.5rem;
  padding: 0.75rem 1.5rem;
  background: var(--blue);
  color:white;
}

.cookie-banner .btn::after {
  content: none;
}
.cookie-banner .btn:hover {
  background: white;
  color:var(--blue);
  border: 1px solid var(--blue);
}
.cookie-banner .banner-close {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  color: var(--blue);
  line-height: 1;
  cursor: pointer;
}

.cookie-banner .banner-close::before {
  content: var(--close);
  font-family: var(--elegant);
}

.grecaptcha-badge {
  z-index: 3000;
}

/* Media queries */

@media screen and (max-width: 1440px) {
  .lista2 {
    padding: 0rem 1rem;
  }
  .btn-third {
    width: 100%;
  }
  .btn-third:hover {
    width: 100%;
  }

  .lista ul li {
    color: white;
    font-family: var(--helve);
    font-size: 0.9rem;
    line-height: 0.9rem;
    margin-top: 2px;
    text-indent: -12px;
    padding-left: 12px;
  }
  .popup .formulario {
    width: 40%;
    position: relative;
  }
}
@media screen and (max-width: 1300px) {
  .header-container {padding-top: 40px;}
  .header-right {
    position: absolute;
    top: 0;
    right: 0;
  }
  .lista2 {
    padding: 0rem 0.5rem;
}
  .btn-third {
    width: 100%;
  }
  .btn-third:hover {
    width: 100%;
  }

  .lista2 ul li {
    font-size: 0.8rem;
    line-height: 0.9rem;
    text-indent: -12px;
    padding-left: 10px;
}
  .abajoprod .titulohover {
    font-size: 1rem;
    padding: 0.5rem;
}
}
@media screen and (max-width: 980px) {
  .button_container {
    display: block;
    flex-shrink: 0;
  }

  .only-mobile {
    display: block !important;
  }

  .only-desktop {
    display: none !important;
  }

  .flex-row {
    flex-flow: row wrap;
  }
  .col-1-2,
  .col-1-3,
  .col-2-3,
  .col-1-4,
  .col-20,
  .col-30,
  .col-40,
  .col-60,
  .col-70,
  .col-80 {
    width: 100%;
  }

  header#masthead {
    position: fixed;
    top: 0;
    transform: unset;
    margin-bottom: 0;
    border-bottom: 2px solid white;
    height: 95px;
  }

  header#masthead.scrolled {
    background-color: white;
    margin-bottom: 0.8;
  }

  header#masthead.scrolled .button_container span {
    background-color: var(--blue);
  }

  .header-container {
    padding: 1rem 0;
  }

  .site-branding {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    opacity: 1;
    padding-top: 0.3rem;
    height: 1.5rem !important;
  }

  .site-branding a {
    height: 100%;
  }

  .header-telefono-top {
    font-size: 0.75rem;
    color: white;
    background-color: var(--blue);
    margin: 0 0.75rem 0 auto;
    height: auto !important;
    padding: 0.5rem;
    border-radius: 32px;
  }
  .lista2 ul li {
    font-size: 0.7rem;
    line-height: 0.7rem;
    text-indent: -12px;
    padding-left: 10px;
}
  .main-navigation {
    opacity: 0;
    pointer-events: none;

    position: fixed;
    top: 5.5rem;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    transition: 0.3s;
    padding: 2rem var(--lateral);
    overflow: auto;

    display: flex;
    flex-flow: column;
    justify-content: space-between;
  }

  .main-navigation.open {
    opacity: 1;
    pointer-events: all;
  }

  .main-navigation > ul {
    flex-direction: column;
    align-items: flex-end;
  }

  .main-navigation > ul li a {
    font-size: 1.5rem !important;
    padding: 1rem 0 !important;
    text-align: right;
    border-top: none;
  }

  .main-navigation > ul li a::after {
    left: 0;
    right: 0;
    transform: translateY(0);
  }

  .main-navigation .menu-bottom {
    display: flex !important;
    flex-flow: column;
    text-align: right;
    align-items: flex-end;
    font-size: 1.25rem;
    padding-bottom: 2rem;
  }

  .main-navigation .menu-bottom .header-right {
    flex-flow: column;
    align-items: flex-end;
    padding-bottom: 1rem;
  }

  .main-navigation .menu-bottom .header-descarga {
    margin: 1rem 0 2rem;
  }
  .main-navigation > ul li a:hover,
  .main-navigation > ul li.active a {
    color: white;
    padding-top: 5rem;
  }
  .main-navigation .menu-bottom .header-descarga::after {
    content: none;
  }

  .anchor {
    top: -4rem;
  }

  .anchor#contacto {
    top: -6rem;
  }
  .popup .formulario {
    width: 90%;
    position: relative;
  }
  .btn-third {
    width: 100%;
    padding: 0rem 0.5rem;
    text-align: center;
    font-family: var(--helve);
    font-weight: bold;
    font-size: 0.9rem;
    line-height: 1;
    color: white;
    height: 20px;
    background-color: var(--blue);
    border: 1.5px solid white;
  }
  .btn-third:hover {
    width: 100%;
    padding: 0rem 0.5rem;
    text-align: center;
    font-family: var(--helve);
    font-weight: bold;
    font-size: 0.9rem;
    line-height: 1;
    color: white;
    height: 20px;
    background-color: var(--red);
    border: 1.5px solid var(--red);
  }
  .abajoprod .titulohover {
    font-size: 1rem;
    padding: 0.2rem;
}
  .lista2 {
    padding: 0rem 0.2rem;
  }
  /*home*/
  .seccion-home h2 {
    padding-top: 4rem;
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
  h1 {
    font-size: 3rem;
    line-height: 3.2rem;
  }
  .seccion-home .subtitulo {
    font-size: 1.4rem;
    padding-bottom: 2rem;
  }
  /*nosotros*/
  .seccion-nosotros h2 {
    font-size: 3.2em;
    letter-spacing: -0.1rem;
  }

  .seccion-nosotros h2::after {
    content: " ";
    margin: -48px 265px;
    width: 22px;
    height: 54px;
    border-radius: 50%;
  }

  .seccion-nosotros .subtitulo {
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.4rem;
    font-weight: normal;
    color: var(--blue);
    margin-bottom: 25px;
    margin-top: 55px;
  }
  .seccion-nosotros .right {
    padding-left: 0rem;
    padding-top: 0rem;
  }
  .abajo .tecno,
  .abajo .inves {
    position: relative;
    width: 100%;
    padding: 0rem;
  }
  .inves {
    margin-left: 0rem;
    margin-top: 1rem;
  }
  .lista ul li {
    font-size: 1rem;
    line-height: 1rem;
    margin-top: 2px;
    text-indent: -18px;
    padding-left: 12px;
  }
  .lista {
    padding: 1rem 1rem;
  }
  /*productos*/
  .seccion-productos h2 {
    font-size: 3.2em;
    letter-spacing: -0.1rem;
  }
  
  .seccion-productos h2::after {
    content: " ";
    margin: -48px 280px;
    width: 22px;
    height: 54px;
    border-radius: 50%;
  }
  .seccion-productos .subtitulo {
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.4rem;
    font-weight: normal;
    color: var(--blue);
    margin-bottom: 25px;
    margin-top: 55px;
  }
  .seccion-productos .right {
    padding-left: 0rem;
    padding-top: 0rem;
    padding-bottom: 2rem;
}
  /*clientes*/
.seccion-clientes .altura {
  padding: 0rem 0rem;
  height: 700px;
  background-size: cover;
  background-image: url("img/clientes.jpg");
  background-attachment: fixed;
}
.seccion-clientes h2 {
  font-size: 3.2em;
  letter-spacing: -0.1rem;
  padding-left: 4rem;
}
.seccion-clientes h2::after {
  content: " ";
  margin: -48px 320px;
  width: 22px;
  height: 54px;
  border-radius: 50%;
}
.seccion-clientes .subtitulo {
  width: 90%;
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: normal;
  color: white;
  margin-bottom: 25px;
  margin-top: 55px;
  padding-left: 4rem;
}
.seccion-clientes .right {
  padding-left: 4rem;
  padding-top: 0rem;
}
/*contacto*/
.seccion-contacto-altura .left {
  padding-top: 2rem;
  }
  .seccion-contacto h2 {
    font-size: 3.2em;
    letter-spacing: -0.1rem;

  }
  .seccion-contacto h2::after {
    content: " ";
    margin: -48px 240px;
    width: 22px;
    height: 54px;
    border-radius: 50%;
  }
  .seccion-contacto .subtitulo {
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.4rem;
    font-weight: normal;
    color: var(--blue);
    margin-bottom: 25px;
    margin-top: 25px;
  }
  .seccion-contacto .form-content {
    padding: 1rem 1rem;
}
.formulario .reunion label {
  font-size: 1rem;
  font-weight: 500;
  color: var(--blue);
  cursor: pointer;
}
.formulario input[type="text"], .formulario input[type="email"], .formulario input[type="tel"] {
  font-size: 0.9rem;
  margin-top: 7px;
}
.seccion-contacto .right .form-subtitulo-home {
  font-size: 1.2em;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.seccion-contacto .condiciones {
  font-size: 0.7em;
  margin-top: 5px;
  padding: 0.6rem;
}
.form-subtitulo-popup {
  font-size: 1.5em;
  text-align: center;
  color: var(--blue);
  font-family: var(--helve);
  font-weight: bold;
  line-height: 1.25;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: white;
  letter-spacing: 0em;
}
.popupfondo {
  padding: 1rem 2rem;
}
}
@media screen and (max-width: 650px) {
      /*productos*/
      .abajoprod .tecno, .abajoprod .invest {
        position: relative;
        width: 100%;
        padding: 0rem;
    }
}
@media screen and (max-width: 480px) {
  .only-mobile-2 {
    display: block !important;
  }

  .only-desktop-2 {
    display: none !important;
  }
  /*home*/
  .seccion-home h2 {
    padding-top: 7rem;
    font-size: 1.4rem;
    line-height: 1.5rem;
  }
  h1 {
    font-size: 2.5rem;
    line-height: 2.7rem;
  }
  .seccion-home .subtitulo {
    font-size: 1.2rem;
    padding-bottom: 2rem;
  }
  /*nosotros*/
  .nosotros-img {
    padding: 1rem;
    margin-top: 15px;
    text-align: center;
    width: 33%;
  }
  .lista {
    padding: 0.7rem 1rem;
  }
  .titulohover {
    background: white;
    color: var(--red);
    text-align: center;
    font-size: 1.1rem;
    font-family: var(--helve);
    font-weight: bold;
    letter-spacing: 0rem;
    padding: 0.2rem;
    text-transform: uppercase;
  }
  .lista ul li {
    font-size: 0.8rem;
    line-height: 1rem;
    margin-top: 2px;
    text-indent: -12px;
    padding-left: 12px;
  }
    /*productos*/
  .abajoprod .tecno, .abajoprod .invest {
    position: relative;
    width: 100%;
    padding: 0rem;
}
/*contacto*/

}
