* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-style: normal;
  text-decoration: none;
}

input,
textarea,
button,
a,
select {
  outline: none !important;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=submit],
input[type=reset],
button,
a {
  cursor: pointer;
}

br {
  line-height: 0;
}

a {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
}

u {
  text-decoration: underline !important;
}

strong,
b {
  font-weight: 700 !important;
}

em {
  font-style: italic !important;
}

body {
  margin-top: 0 !important;
}

table {
  border-collapse: collapse;
}

body,
input,
button,
select,
textarea {
  color: black;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 160%;
}

::-moz-placeholder {
  color: inherit;
  opacity: 0.5;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

::placeholder {
  color: inherit;
  opacity: 0.5;
}

#wpadminbar {
  top: auto;
  bottom: 0;
  opacity: 0.3;
  transition: 0.5s;
}

#wpadminbar:hover {
  opacity: 1;
}

.grecaptcha-badge {
  display: none !important;
}

section {
  margin: 120px 0;
}

section.interior {
  margin: 0;
  padding: 120px 0;
}

@media only screen and (max-width: 1070px) {
  section {
    margin: 100px 0;
  }

  section.interior {
    padding: 100px 0;
  }
}

@media only screen and (max-width: 860px) {
  section {
    margin: 75px 0;
  }

  section.interior {
    padding: 75px 0;
  }
}

.subseccion {
  margin-top: 70px !important;
}

@media only screen and (max-width: 1320px) {
  .subseccion {
    margin-top: 60px !important;
  }
}

@media only screen and (max-width: 1070px) {
  .subseccion {
    margin-top: 50px !important;
  }
}

@media only screen and (max-width: 570px) {
  .subseccion {
    margin-top: 45px !important;
  }
}

.contenedor {
  width: 100%;
  max-width: 1280px;
  margin: auto;
}

.contenedor .margen {
  width: 95%;
  max-width: 1200px;
  margin: auto;
}

.grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7px;
  margin-bottom: -14px;
}

.grid>* {
  width: calc(25% - 14px);
  margin: 0 7px;
  margin-bottom: 14px;
}

@media only screen and (max-width: 1070px) {
  .grid>* {
    width: calc(33.33% - 14px);
  }
}

@media only screen and (max-width: 860px) {
  .grid>* {
    width: calc(50% - 14px) !important;
  }
}

@media only screen and (max-width: 570px) {
  .grid>* {
    width: 100% !important;
  }

  .grid>*:last-of-type {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 860px) {
  .grid {
    margin: 0;
  }
}

.texto {
  text-align: center;
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
}

.texto p,
.texto ol,
.texto ul {
  margin-bottom: 25px;
  line-height: 160%;
}

.texto p li,
.texto ol li,
.texto ul li {
  margin-bottom: 10px;
  margin-left: 30px;
}

.texto p li:last-of-type,
.texto ol li:last-of-type,
.texto ul li:last-of-type {
  margin-bottom: 0;
}

.texto h1,
.texto .titular {
  margin-bottom: 40px;
}

.texto h2 {
  margin-top: 70px;
  margin-bottom: 40px;
}

.texto h3,
.texto .subtitular {
  margin-top: 50px;
  margin-bottom: 35px;
}

.texto h4:not(.subtitular):not(.titular) {
  margin-bottom: 30px;
  margin-top: 45px;
  font-size: 21px;
}

.texto .button {
  display: inline-block;
  margin-top: 20px;
}

.texto a:not(.button) {
  border-bottom: 2px solid #e20714;
  transition: 0.15s;
}

.texto a:not(.button):hover {
  color: #e20714;
}

.texto table {
  margin: 50px 0;
  font-size: 15px;
  width: 100%;
  line-height: 150%;
}

.texto table th,
.texto table td {
  padding: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.texto img {
  display: block;
  margin-top: 40px;
  height: auto;
  max-width: 100%;
}

.texto iframe {
  display: block;
  margin: 40px 0;
  max-width: 100%;
}

@media only screen and (max-width: 570px) {
  .texto iframe {
    max-height: 250px;
  }
}

.texto>*:first-child {
  margin-top: 0 !important;
}

.texto>*:last-child {
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 860px) {
  .texto {
    text-align: left;
  }
}

h1,
.titular {
  font-size: 50px;
  font-weight: 600;
  line-height: 130% !important;
}

@media only screen and (max-width: 1680px) {

  h1,
  .titular {
    font-size: 40px;
  }
}

@media only screen and (max-width: 1070px) {

  h1,
  .titular {
    font-size: 36px;
    font-weight: 600;
  }
}

@media only screen and (max-width: 570px) {

  h1,
  .titular {
    font-size: 32px;
  }
}

h2 {
  font-size: 35px;
  font-weight: 600;
  line-height: 130% !important;
}

@media only screen and (max-width: 1680px) {
  h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 570px) {
  h2 {
    font-size: 28px;
  }
}

h3,
.subtitular {
  font-size: 30px;
  font-weight: 600;
  line-height: 130% !important;
}

@media only screen and (max-width: 1680px) {

  h3,
  .subtitular {
    font-size: 27px;
  }
}

@media only screen and (max-width: 1070px) {

  h3,
  .subtitular {
    font-size: 26px;
  }
}

@media only screen and (max-width: 570px) {

  h3,
  .subtitular {
    font-size: 25px;
  }
}

.subsubtitular {
  font-size: 22px;
  font-weight: 600;
  line-height: 130% !important;
}

.button,
.wpforms-submit {
  border: 3px solid black;
  background: none;
  color: black;
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
  transition: 0.2s;
  font-weight: 700;
  padding: 14px 40px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}

.button:hover,
.wpforms-submit:hover {
  background-color: black;
  color: white;
}

.button.little,
.wpforms-submit.little {
  padding: 8px 18px;
  font-size: 15px;
}

.button.rojo,
.wpforms-submit.rojo {
  background-color: #e20714;
  color: white;
  border-color: #e20714;
}

.button.rojo:hover,
.wpforms-submit.rojo:hover {
  background-color: black;
  border-color: black;
}

.button.blanco,
.wpforms-submit.blanco {
  color: white;
  border-color: white;
}

.button.blanco:hover,
.wpforms-submit.blanco:hover {
  background-color: white;
  border-color: white;
  color: black;
}

.formulario {
  max-width: 500px;
}

.formulario .wpforms-label-hide,
.formulario .wpforms-field-hp {
  display: none;
}

.formulario .wpforms-field {
  margin-bottom: 16px;
}

.formulario label.wpforms-error {
  color: #e20714;
  font-size: 15px;
  padding-left: 20px;
  display: block;
  line-height: 140%;
  font-weight: 400;
  margin-bottom: 18px;
  margin-top: 5px;
}

.formulario .wpforms-field-hidden {
  margin: 0;
}

.formulario .mensajes {
  list-style: none;
  border: 1px solid #e20714;
  padding: 15px;
  font-size: 16px;
  color: #e20714;
  margin-bottom: 30px;
  background-color: #e207140a;
  font-weight: 400;
}

.formulario input[type=text],
.formulario input[type=email],
.formulario input[type=number],
.formulario input[type=tel],
.formulario input[type=password],
.formulario input[type=url],
.formulario select,
.formulario textarea,
.formulario .wpforms-field-select.wpforms-field-select-style-modern .choices__inner {
  border: 1px solid black;
  padding: 10px 20px;
  background: none;
  width: 100%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0 !important;
}

.formulario input[type=text]:focus,
.formulario input[type=email]:focus,
.formulario input[type=number]:focus,
.formulario input[type=tel]:focus,
.formulario input[type=password]:focus,
.formulario input[type=url]:focus,
.formulario select:focus,
.formulario textarea:focus,
.formulario .wpforms-field-select.wpforms-field-select-style-modern .choices__inner:focus {
  border: 2px solid black;
  padding: 9px 19px;
}

.formulario .wpforms-field-select.wpforms-field-select-style-modern {
  font-size: 20px;
}

.formulario .wpforms-field-select.wpforms-field-select-style-modern .choices__list {
  padding: 0;
}

.formulario .wpforms-field-select.wpforms-field-select-style-modern .choices {
  margin-bottom: 0;
}

.formulario .wpforms-field-select.wpforms-field-select-style-modern .choices[data-type*=select-one]::after {
  display: none;
  content: none;
}

.formulario input[type=range] {
  height: 21px;
  -webkit-appearance: none;
  width: 100%;
  padding: 0;
  border: none;
  background: none;
}

.formulario input[type=range]:focus {
  outline: none;
}

.formulario input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  box-shadow: 0 0 0 #000000;
  background: #cecece;
  border-radius: 1px;
  border: 0 solid #000000;
}

.formulario input[type=range]::-webkit-slider-thumb {
  box-shadow: 0 0 0 #FFFFFF;
  border: 2px solid #BABABA;
  height: 11px;
  width: 11px;
  border-radius: 50px;
  background: #4F4F4F;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -4px;
}

.formulario input[type=range]:focus::-webkit-slider-runnable-track {
  background: #cecece;
}

.formulario input[type=range]::-moz-range-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  box-shadow: 0 0 0 #000000;
  background: #cecece;
  border-radius: 1px;
  border: 0px solid #000000;
}

.formulario input[type=range]::-moz-range-thumb {
  box-shadow: 0 0 0 #FFFFFF;
  border: 2px solid #BABABA;
  height: 11px;
  width: 11px;
  border-radius: 50px;
  background: #4F4F4F;
  cursor: pointer;
}

.formulario input[type=range]::-ms-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

.formulario input[type=range]::-ms-fill-lower {
  background: #cecece;
  border: 0 solid #000000;
  border-radius: 2px;
  box-shadow: 0 0 0 #000000;
}

.formulario input[type=range]::-ms-fill-upper {
  background: #cecece;
  border: 0 solid #000000;
  border-radius: 2px;
  box-shadow: 0 0 0 #000000;
}

.formulario input[type=range]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 0 0 0 #FFFFFF;
  border: 2px solid #BABABA;
  height: 11px;
  width: 11px;
  border-radius: 50px;
  background: #4F4F4F;
  cursor: pointer;
}

.formulario input[type=range]:focus::-ms-fill-lower {
  background: #cecece;
}

.formulario input[type=range]:focus::-ms-fill-upper {
  background: #cecece;
}

.formulario .wpforms-field-select {
  position: relative;
}

.formulario .wpforms-field-select::after {
  content: "";
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  pointer-events: none;
  transform: translateY(-7px) rotate(45deg);
  position: absolute;
  right: 15px;
  top: 25px;
}

.formulario .wpforms-field-select select {
  cursor: pointer;
  padding-right: 40px;
}

.formulario .wpforms-field-checkbox {
  margin: 25px 0;
}

.formulario .wpforms-field-checkbox ul {
  padding: 0;
  margin: 0;
}

.formulario .wpforms-field-checkbox li {
  display: flex;
  align-items: flex-start;
  font-size: 15px;
  cursor: pointer;
}

.formulario .wpforms-field-checkbox li label {
  padding-left: 10px;
  cursor: pointer;
  line-height: 140%;
  margin-top: 2px;
}

.formulario .wpforms-field-checkbox li label a {
  text-decoration: underline;
}

.formulario .wpforms-field-checkbox label.wpforms-error {
  padding-left: 32px;
}

.formulario input[type=checkbox],
.formulario input[type=radio] {
  width: 23px;
  height: 23px;
  min-width: 23px;
  border: 1px solid black;
  position: relative;
  display: block;
  max-width: 23px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.formulario input[type=checkbox]::after,
.formulario input[type=radio]::after {
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  display: block;
  background-color: black;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.15s;
  opacity: 0;
  transform: translateY(-50%) translateX(-50%);
}

.formulario input[type=checkbox]:checked::after,
.formulario input[type=radio]:checked::after {
  opacity: 1;
}

.formulario input[type=radio] {
  border-radius: 1000px;
}

.formulario input[type=radio]::after {
  border-radius: 1000px;
}

.formulario textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100px;
  min-height: 80px;
  max-height: 300px;
}

.formulario .wpforms-field-file-upload {
  margin-bottom: 25px;
}

.formulario .wpforms-field-file-upload label.wpforms-field-label {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 8px;
  display: block;
  line-height: 100%;
  margin-top: 25px;
}

.formulario .wpforms-field-file-upload .wpforms-field-description {
  display: block;
  font-size: 11px;
  line-height: 140%;
  max-width: 400px;
  margin-top: 8px;
}

.formulario .wpforms-submit {
  margin-top: 10px;
}

.formulario>p {
  margin-top: 35px;
}

.formulario>p a {
  text-decoration: underline;
}

.card {
  background-color: white;
  border: 1px solid #d7d7d7;
  box-shadow: 3px 22px 28px -14px rgba(0, 0, 0, 0.32);
  position: relative;
  height: auto;
  display: flex;
  flex-direction: column;
}

.card .enlace {
  width: 100%;
  display: block;
  height: 100%;
  top: 0;
  position: absolute;
  left: 0;
  opacity: 0;
  z-index: 1;
}

.card .imagen {
  height: 200px;
  min-height: 200px;
  width: 100%;
  display: block;
}

.card .imagen img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: 1s;
}

.card .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
}

.card .info .descripcion {
  font-size: 14px;
  display: block;
  line-height: 150%;
}

.card .info .descripcion ul {
  margin: 8px 0;
  margin-left: 18px;
}

.card .info .descripcion>*:first-child {
  margin-top: 0;
}

.card .info .descripcion>*:last-child {
  margin-bottom: 0;
}

.card .info .titulo {
  display: block;
  margin-bottom: 20px;
  font-size: 25px;
}

.card .info .button {
  margin-top: 25px;
}

.card:hover .button {
  background-color: black;
  color: white;
}

.card.elemento .info {
  padding: 20px;
}

.card.caja {
  margin-bottom: 0;
  height: 300px;
  background: none;
  border: none;
  position: relative;
  color: white;
  box-shadow: none;
}

.card.caja::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  background-color: black;
  opacity: 0.6;
}

.card.caja>div {
  position: absolute;
  width: 100%;
  top: 50%;
  padding: 0 15px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.card.caja>div:not(.contenedor) {
  max-width: 460px;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.card.caja>div .titulo {
  font-size: 30px;
  font-weight: 400;
  line-height: 130%;
  display: block;
}

.card.caja>div .subtitulo {
  margin-top: 10px;
}

.card.caja>div .button {
  margin-top: 35px;
}

.card.caja.solucion .button {
  background: none;
}

.card.caja.solucion .button:hover {
  background-color: white;
  color: black;
}

.card.caja:not(.solucion):hover .button {
  background-color: white;
  color: black;
}

.card.caja img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: -2;
  position: relative;
}

@media only screen and (max-width: 1320px) {
  .card.caja {
    height: 260px;
  }

  .card.caja>div .titulo {
    font-size: 25px;
  }

  .card.caja>div .button {
    margin-top: 25px;
  }
}

@media only screen and (max-width: 860px) {
  .card.caja {
    margin-bottom: 14px;
  }
}

@media only screen and (max-width: 570px) {
  .card.caja {
    height: 150px;
    margin-bottom: 2px;
  }

  .card.caja:last-of-type {
    margin-bottom: 0;
  }

  .card.caja>div .button {
    margin-top: 15px;
  }
}

.card.areaprivada .imagen {
  padding: 15px;
}

.card.areaprivada .imagen img {
  -o-object-fit: contain;
  object-fit: contain;
}

.card::after {
  content: none;
  display: none;
}

.buscador {
  display: block;
  position: relative;
  width: 100%;
  max-width: 200px;
}

.buscador input {
  background: none;
  border: none !important;
  border-bottom: 1px solid black !important;
  display: block;
  width: 100%;
  padding: 3px;
  font-size: 13px;
  line-height: 100%;
  padding-right: 22px;
  box-shadow: none;
}

.buscador button {
  cursor: pointer;
  background: none;
  border: none;
  position: absolute;
  right: 0;
  font-size: 13px;
  top: 50%;
  transform: translateY(-50%);
  color: black;
  padding: 0;
}

.descarga {
  margin-bottom: 25px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.descarga:last-of-type {
  margin-bottom: 0;
}

.descarga>p {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 19px;
}

@media only screen and (max-width: 570px) {
  .descarga>p {
    font-size: 17px;
  }
}

.descarga li {
  list-style: none;
  margin-bottom: 6px;
  font-weight: 400;
}

.descarga li i {
  margin-left: 10px;
}

.descarga li:last-of-type {
  margin-bottom: 0;
}

.descarga ul {
  margin: 0;
  padding: 0;
}

.descarga .privada {
  text-decoration: underline;
  cursor: pointer;
}

.popup {
  background: none;
  border: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 2000;
}

.popup.desplegado {
  display: flex;
}

.popup .fondo {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
  opacity: 0.7;
  background-color: black;
}

.popup .bloque {
  width: 100%;
  max-width: 550px;
  padding: 60px 40px;
  position: relative;
  background-color: white;
  padding-top: 85px;
}

.popup .bloque .cerrar {
  position: absolute;
  right: 12px;
  cursor: pointer;
  top: 12px;
  transition: 0.15s;
  font-size: 25px;
}

.popup .bloque .cerrar:hover {
  color: #e20714;
}

.paginacion ul {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}

.paginacion ul li a {
  transition: 0.15s;
}

.paginacion ul li a:hover {
  color: #e20714;
}

.paginacion ul li>* {
  text-decoration: none;
  width: 32px;
  height: 32px;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.paginacion ul li>*.current {
  background-color: #e20714;
  color: white;
  margin: 0 4px;
}

.paginacion ul li>*.next,
.paginacion ul li>*.prev {
  width: auto;
  padding: 0 15px;
  border-radius: unset;
}

.navegacion ul {
  display: inline-flex;
  align-items: center;
  padding: 0;
  margin: 0;
  text-align: left;
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.navegacion ul li {
  width: 50px;
  border-bottom: 2px solid black;
  opacity: 0;
  transition: 0.15s;
  margin-bottom: -2px;
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
  padding-bottom: 4px;
  padding-left: 2px;
  cursor: pointer;
}

.navegacion ul li:hover,
.navegacion ul li.actual {
  opacity: 1;
}

.ancla {
  position: relative;
  top: -150px;
  pointer-events: none;
}

.seccion-header {
  z-index: 1000;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  transition: 0.3s;
}

.seccion-header .margen {
  display: flex;
  justify-content: space-between;
}

.seccion-header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.seccion-header ul a {
  text-decoration: none;
  text-shadow: none;
}

.seccion-header .fondo {
  display: none;
  z-index: 1050;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.seccion-header .logo {
  display: block;
  position: relative;
  width: 160px;
}

.seccion-header .logo img {
  display: block;
  transition: 0.15s;
  width: 100%;
}

.seccion-header .logo img.blanco {
  position: absolute;
  top: 0;
  opacity: 0;
  left: 0;
}

@media only screen and (max-width: 1320px) {
  .seccion-header .logo {
    width: 140px;
  }
}

@media only screen and (max-width: 1070px) {
  .seccion-header .logo {
    width: 120px;
  }
}

.seccion-header .idioma {
  position: relative;
}

.seccion-header .idioma span {
  cursor: pointer;
  transition: 0.3s;
}

.seccion-header .idioma span::after {
  content: "";
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  pointer-events: none;
  transform: rotate(45deg);
  transition: 0.15s;
  position: relative;
  top: -3px;
  margin-left: 7px;
}

.seccion-header .idioma ul {
  display: none;
  position: absolute;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.seccion-header .idioma ul a {
  padding: 0 20px;
  text-align: center;
  width: 100%;
  display: block;
}

.seccion-header .idioma ul a:hover {
  color: #e20714 !important;
}

.seccion-header .idioma:hover span::after {
  transform: rotate(225deg);
  top: 0;
}

.seccion-header .idioma:hover ul {
  display: block;
}

.seccion-header .busqueda {
  position: relative;
}

.seccion-header .busqueda i {
  cursor: pointer;
  transition: 0.3s;
}

.seccion-header .busqueda i:hover {
  color: #e20714 !important;
}

.seccion-header .busqueda .buscador {
  display: none;
}

.seccion-header .top {
  padding: 15px 0;
}

.seccion-header .top .margen {
  align-items: flex-start;
}

@media only screen and (max-width: 1070px) {
  .seccion-header .top {
    padding: 12px 0;
  }
}

.seccion-header .top nav>ul {
  list-style: none;
  display: flex;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
  align-items: center;
}

.seccion-header .top nav>ul>li {
  display: block;
  margin-right: 30px;
}

.seccion-header .top nav>ul>li>a {
  transition: 0.3s;
}

.seccion-header .top nav>ul>li>a i {
  display: none;
}

.seccion-header .top nav>ul>li>a:hover {
  color: #e20714 !important;
}

.seccion-header .top nav>ul>li.usuario {
  text-transform: none;
  color: #8c8c8c;
  margin-left: 30px;
  position: relative;
  transition: 0.3s;
}

.seccion-header .top nav>ul>li.usuario::before {
  content: "";
  display: block;
  transition: 0.3s;
  width: 1px;
  background-color: black;
  height: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -30px;
  opacity: 0.6;
}

.seccion-header .top nav>ul>li:last-of-type {
  margin-right: 0;
}

.seccion-header .top nav .hamburguesa {
  width: 35px;
  height: 35px;
  position: relative;
  cursor: pointer;
  display: none;
}

.seccion-header .top nav .hamburguesa>div {
  width: 30px;
  height: 2px;
  background-color: black;
  transition: 0.15s;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translateY(-50%) translateX(-50%);
}

.seccion-header .top nav .hamburguesa>div:nth-child(1) {
  top: calc(50% - 8px);
}

.seccion-header .top nav .hamburguesa>div:nth-child(3) {
  top: calc(50% + 8px);
}

.seccion-header .top nav .hamburguesa:hover>div {
  background-color: #e20714 !important;
}

.seccion-header .bottom .buscador {
  display: none;
}

.seccion-header .bottom .margen {
  align-items: flex-start;
}

.seccion-header .bottom nav>ul {
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  transition: 0.3s;
}

.seccion-header .bottom nav>ul li.responsive {
  display: none;
}

@media only screen and (max-width: 1070px) {
  .seccion-header .bottom nav>ul li.responsive {
    display: block;
  }
}

.seccion-header .bottom nav>ul li.current-menu-item>a {
  font-weight: 700 !important;
}

.seccion-header .bottom nav>ul>li {
  /*
  &.menu-item-212, &.menu-item-3208, &.menu-item-3304, &.menu-item-3341,
  &.menu-item-124, &.menu-item-3367 {

    & > ul {
      display: flex;

      & > li {
        width: auto;
        border-right: 1px solid rgba(0,0,0,0.15);
        margin-right: 40px;
        padding-right: 40px;

        &:last-of-type {
          border-right: none;
          padding: 0;
        }

        & > a {
          font-weight: 700;
        }

        & > ul {
          margin-left: 20px;
          margin-top: 10px;

          & > li {

            &.menu-item-has-children {

              & > a {
                border-bottom: 1px solid black;
                padding-bottom: 5px;
                margin-bottom: 7px;
                color: #717171;
                margin-top: 25px;
              }

            }

            &:first-of-type {

              & > a {
                margin-top: 0;
              }

            }

          }

        }

      }

    }

  }


  &.menu-item-3208 > ul > li, &.menu-item-3341 > ul > li,
  &.menu-item-124 > ul > li, &.menu-item-3367 > ul > li {

    & > a {
      display: none;
    }

    & > ul {
      margin: 0;

      & > li {

        & > ul {
          margin-left: 20px;
        }

      }

    }

  }
    */
}

.seccion-header .bottom nav>ul>li.current-menu-ancestor>a {
  font-weight: 700 !important;
}

.seccion-header .bottom nav>ul>li>a {
  display: block;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  padding: 14px 25px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: 0.15s;
  position: relative;
  margin-top: -1px;
}

.seccion-header .bottom nav>ul>li.menu-item-has-children>a::after {
  content: "";
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  pointer-events: none;
  transform: rotate(45deg);
  transition: 0.15s;
  position: relative;
  top: -4px;
  margin-left: 10px;
}

@media only screen and (max-width: 1070px) {
  .seccion-header .bottom nav>ul>li.desplegado ul {
    display: block !important;
  }
}

.seccion-header .bottom nav>ul>li>ul {
  display: block;
  position: absolute;
  left: 0;
  background-color: white;
  width: 100%;
  padding: 40px calc(calc(100vw - 1200px) / 2);
  box-shadow: 3px 22px 28px -14px rgba(0, 0, 0, 0.32);
  transition: 0.1s;
  opacity: 0;
  pointer-events: none;
}

.seccion-header .bottom nav>ul>li>ul a {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  padding: 8px 0;
  line-height: 110%;
  transition: 0.15s;
}

.seccion-header .bottom nav>ul>li>ul a:hover {
  color: #e20714;
}

@media only screen and (max-width: 1320px) {
  .seccion-header .bottom nav>ul>li>ul {
    padding: 30px calc(calc(100vw - 95vw) / 2);
  }
}

.seccion-header .bottom nav>ul>li>ul {
  display: flex;
}

@media only screen and (max-width: 1070px) {
  .seccion-header .bottom nav>ul>li>ul:not(.desplegado) {
    display: none;
  }
}

.seccion-header .bottom nav>ul>li>ul>li {
  width: auto;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  margin-right: 40px;
  padding-right: 40px;
}

.seccion-header .bottom nav>ul>li>ul>li:last-of-type {
  border-right: none;
  padding: 0;
}

.seccion-header .bottom nav>ul>li>ul>li>a {
  display: none;
}

.seccion-header .bottom nav>ul>li>ul>li>ul>li>a {
  font-weight: 700;
}

.seccion-header .bottom nav>ul>li>ul>li>ul>li>ul {
  margin-left: 20px;
  margin-top: 5px;
  margin-bottom: 15px;
}

.seccion-header .bottom nav>ul>li:first-of-type>a {
  padding-left: 0;
}

.seccion-header .bottom nav>ul>li:last-of-type>a {
  padding-right: 0;
}

.seccion-header .bottom nav>ul>li:hover>a {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  font-weight: 400;
}

.seccion-header .bottom nav>ul>li:hover>a::after {
  transform: rotate(225deg);
  top: 0;
}

.seccion-header .bottom nav>ul>li:hover>ul {
  opacity: 1;
  pointer-events: unset;
}

.seccion-header .bottom .button {
  margin-left: 8px;
}

@media only screen and (max-width: 1070px) {
  .seccion-header .top .margen {
    align-items: center;
  }

  .seccion-header .top nav {
    display: flex;
    align-items: center;
  }

  .seccion-header .top nav>ul>li {
    margin-right: 20px;
  }

  .seccion-header .top nav>ul>li>a i {
    display: inline-block;
  }

  .seccion-header .top nav>ul>li>a span {
    display: none;
  }

  .seccion-header .top nav>ul>li.usuario,
  .seccion-header .top nav>ul>li.grupo {
    display: none;
  }

  .seccion-header .top nav .hamburguesa {
    display: block;
    margin-left: 30px;
  }

  .seccion-header .bottom {
    position: fixed;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    transition: 0.6s;
    z-index: -1;
    padding-top: 100px;
    display: block;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    overflow-y: auto;
  }

  .seccion-header .bottom .buscador {
    display: block;
    max-width: 300px;
    margin-bottom: 50px;
  }

  .seccion-header .bottom .buscador input {
    font-size: 16px;
    padding: 6px;
    padding-right: 25px;
  }

  .seccion-header .bottom .buscador button {
    font-size: 17px;
  }

  .seccion-header .bottom .margen {
    display: block;
  }

  .seccion-header .bottom nav>ul {
    display: block;
    border: none;
  }

  .seccion-header .bottom nav>ul .menu-item-has-children>ul:not(.desplegado) {
    display: none;
  }

  .seccion-header .bottom nav>ul .menu-item-has-children.desplegado>ul {
    display: block !important;
  }

  .seccion-header .bottom nav>ul>li>a {
    padding: 12px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.3) !important;
    border-bottom: none !important;
  }

  .seccion-header .bottom nav>ul>li>ul {
    width: auto;
    position: static;
    opacity: 1;
    pointer-events: unset;
    box-shadow: none;
    padding: 0;
    margin-left: 20px;
    margin-top: 8px;
    margin-bottom: 40px;
  }

  .seccion-header .bottom nav>ul>li>ul>li {
    width: 100% !important;
    border-right: none !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
  }

  .seccion-header .bottom nav>ul>li>ul>li ul {
    display: block !important;
  }

  .seccion-header .bottom nav>ul>li>ul>li.menu-item-has-children {
    margin-bottom: 20px;
  }

  .seccion-header .bottom nav>ul>li>ul>li:last-of-type {
    margin-bottom: 0;
  }

  .seccion-header .bottom nav>ul>li:last-of-type>a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3) !important;
  }

  .seccion-header .bottom .button {
    margin-bottom: 30px;
    margin-top: 30px;
    margin-left: 0;
    margin-right: 5px;
  }
}

@media only screen and (max-width: 860px) {
  .seccion-header .busqueda {
    display: none;
  }

  .seccion-header .top {
    padding: 10px 0;
  }

  .seccion-header .top nav>ul>li {
    margin-right: 18px;
  }

  .seccion-header .top nav .hamburguesa {
    margin-left: 15px;
  }
}

@media only screen and (max-width: 570px) {
  .seccion-header .bottom .buscador {
    max-width: none;
  }
}

.seccion-header.sombra {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}

.seccion-footer .margen {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-top: 60px;
  border-top: 1px solid #2a2a2a;
  padding-bottom: 10px;
  font-size: 13px;
  color: #7d7d7d;
  font-weight: 400;
  justify-content: flex-start;
  margin-bottom: -35px;
}

@media only screen and (max-width: 1070px) {
  .seccion-footer .margen {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 570px) {
  .seccion-footer .margen {
    padding-top: 35px;
  }
}

.seccion-footer .margen li {
  list-style: none;
}

.seccion-footer .margen li a {
  padding: 2px 0;
  display: inline-block;
}

.seccion-footer .margen li a:hover {
  text-decoration: underline;
}

.seccion-footer .margen li a.titulo {
  margin-top: 0;
}

.seccion-footer .margen ul:not(.redes) li a i {
  font-size: 16px;
  width: 22px;
  position: relative;
  top: 1px;
}


.seccion-footer .margen>* {
  width: 20%;
  margin-bottom: 35px;
}

@media only screen and (max-width: 1070px) {
  .seccion-footer .margen>* {
    width: 50%;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 570px) {
  .seccion-footer .margen>* {
    width: 100%;
  }
}

.seccion-footer .margen>*>*:first-child {
  margin-top: 0 !important;
}

.seccion-footer .margen>*:last-of-type {
  width: 100% !important;
  display: flex;
  align-items: center;
  font-size: 12px;
  margin-top: 50px;
}

.seccion-footer .margen>*:last-of-type ul {
  display: flex;
  align-items: center;
}

.seccion-footer .margen>*:last-of-type ul li::before {
  content: "|";
  margin: 0 10px;
  position: relative;
  top: -1px;
}

@media only screen and (max-width: 1070px) {
  .seccion-footer .margen>*:last-of-type {
    margin-top: 20px;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 860px) {
  .seccion-footer .margen>*:last-of-type {
    display: block;
  }

  .seccion-footer .margen>*:last-of-type ul {
    display: block;
    line-height: 160%;
  }

  .seccion-footer .margen>*:last-of-type ul li::before {
    content: none;
    display: none;
  }
}

.seccion-footer .margen .titulo {
  display: block;
  color: black;
  font-weight: 700;
  font-size: 15px;
  margin-top: 40px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 570px) {
  .seccion-footer .margen .titulo {
    margin-top: 20px;
  }
}

.seccion-footer .margen .redes {
  display: flex;
  align-items: center;
}

.seccion-footer .margen .redes a {
  display: flex;
  text-decoration: none !important;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  padding: 0;
  border: 1px solid #e20714;
  border-radius: 1000px;
  font-size: 15px;
  color: #e20714;
  transition: 0.15s;
  margin-right: 10px;
}

.seccion-footer .margen .redes a:hover {
  background-color: #e20714;
  color: white;
}

.seccion-migas {
  margin: 0;
  padding: 8px 0;
  margin-top: 20px;
}

.seccion-migas ul {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
}

.seccion-migas ul li a {
  text-decoration: none;
}

.seccion-migas ul li a:hover {
  text-decoration: underline;
}

.seccion-migas ul li:not(:last-of-type)::after {
  content: ">";
  margin: 0 8px;
  font-size: 12px;
  position: relative;
  top: 1px;
}

@media only screen and (max-width: 860px) {
  .seccion-migas {
    display: none;
  }
}

.seccion-faq .categorias {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.seccion-faq .categorias li {
  margin: 0 2px;
  padding: 8px;
}


.seccion-faq .categorias li.activo {
  background-color: black;
  color: white;
}

@media only screen and (max-width: 1070px) {
  .seccion-faq .categorias {
    display: block;
  }

  .seccion-faq .categorias li {
    display: block;
    text-align: center;
    margin: auto;
    margin-bottom: 3px;
    max-width: 280px;
  }
}

@media only screen and (max-width: 570px) {
  .seccion-faq .categorias li {
    max-width: none;
  }
}

.seccion-faq .faq {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.seccion-faq .faq dl {
  padding: 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 1320px) {
  .seccion-faq .faq dl {
    padding: 23px 0;
  }
}

@media only screen and (max-width: 570px) {
  .seccion-faq .faq dl {
    padding: 19px 0;
  }
}

.seccion-faq .faq dt {
  font-size: 21px;
  font-weight: 600;
  line-height: 140%;
  cursor: pointer;
  position: relative;
  padding-right: 70px;
}

.seccion-faq .faq dt::after {
  content: "";
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  pointer-events: none;
  transform: translateY(-7px) rotate(45deg);
  position: absolute;
  right: 15px;
  transition: 0.15s;
  top: 50%;
}

.seccion-faq .faq dt.desplegado+dd {
  display: block;
}

.seccion-faq .faq dt.desplegado::after {
  transform: translateY(-3px) rotate(-135deg);
}

@media only screen and (max-width: 1320px) {
  .seccion-faq .faq dt {
    font-size: 18px;
  }
}

.seccion-faq .faq dd {
  display: none;
  margin: 0 50px;
  text-align: left;
  padding-top: 30px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 860px) {
  .seccion-faq .faq dd {
    margin: 0;
  }
}

.seccion-formulario .texto {
  text-align: left;
  margin: 0;
}

.seccion-cabecera {
  background-color: #f9f9f9;
  position: relative;
}

.seccion-cabecera .texto {
  text-align: left;
  margin: 0;
  max-width: 600px;
}

.seccion-cabecera .fondo {
  position: absolute;
  left: 51%;
  width: 49%;
  height: 100%;
  display: block;
  top: 0;
  -webkit-clip-path: polygon(100px 0, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(100px 0, 100% 0%, 100% 100%, 0% 100%);
}

.seccion-cabecera .fondo img,
.seccion-cabecera .fondo video {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.seccion-cabecera .fondo.slider {
  overflow: hidden;
}

.seccion-cabecera .fondo.slider>div {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.seccion-cabecera .fondo.slider>div>div {
  height: 100%;
  display: block;
  position: relative;
}

.seccion-cabecera .fondo.slider img,
.seccion-cabecera .fondo.slider video {
  position: absolute;
}

.seccion-cabecera .fondo.slider::after {
  content: none;
  display: none;
}

.seccion-cabecera .navegacion {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 70px;
}

.seccion-cabecera .ventajas {
  margin-top: -10px;
}

.seccion-cabecera .ventajas li {
  font-size: 17px;
  margin-bottom: 3px;
}

.seccion-cabecera.invertido .fondo {
  left: 0;
  -webkit-clip-path: polygon(0 0, 100% 0%, calc(100% - 100px) 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, calc(100% - 100px) 100%, 0% 100%);
}

.seccion-cabecera.invertido .texto {
  margin-left: calc(100% - 570px);
}

@media only screen and (max-width: 1320px) {
  .seccion-cabecera .texto {
    max-width: 520px;
  }

  .seccion-cabecera.invertido .texto {
    margin-left: calc(100% - 520px);
  }

  .seccion-cabecera .fondo {
    left: 53%;
    width: 47%;
  }
}

@media only screen and (max-width: 1070px) {
  .seccion-cabecera .fondo {
    left: 57%;
    width: 43%;
  }

  .seccion-cabecera .texto {
    max-width: 450px;
  }

  .seccion-cabecera.invertido .texto {
    margin-left: calc(100% - 450px);
  }
}

@media only screen and (max-width: 860px) {
  .seccion-cabecera {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 0 !important;
  }

  .seccion-cabecera .fondo {
    width: 100%;
    position: static;
    -webkit-clip-path: none !important;
    clip-path: none !important;
    margin-bottom: 50px;
    height: 250px;
  }

  .seccion-cabecera .navegacion {
    bottom: auto;
    top: 200px;
  }

  .seccion-cabecera .texto {
    max-width: none;
  }

  .seccion-cabecera.invertido .texto {
    margin-left: 0;
  }
}

@media only screen and (max-width: 570px) {
  .seccion-cabecera .fondo {
    height: 200px;
  }

  .seccion-cabecera .navegacion {
    top: 150px;
  }
}

.seccion-descripcion .texto {
  margin: 0;
  text-align: left;
}

.seccion-descripcion.opaco {
  background-color: #f9f9f9;
}

.seccion-descripcion.imagen .margen {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.seccion-descripcion.imagen .margen .texto {
  width: 50%;
}

.seccion-descripcion.imagen .margen .imagen {
  width: calc(50% - 70px);
}

.seccion-descripcion.imagen .margen .imagen img {
  display: block;
  width: 100%;
}

.seccion-descripcion.categorias .texto {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 35px;
  padding-bottom: 50px;
}

.seccion-descripcion.categorias .texto:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 35px;
}

.seccion-descripcion.categorias .texto:last-child {
  margin-bottom: 0;
}

.seccion-descripcion.categorias .texto h3 {
  margin-bottom: 25px;
}

.seccion-descripcion.categorias .texto p {
  max-width: 570px;
}

.seccion-descripcion.categorias .texto .button {
  margin-top: 5px;
}

@media only screen and (max-width: 860px) {
  .seccion-descripcion.imagen .margen {
    flex-direction: column;
  }

  .seccion-descripcion.imagen .margen .texto {
    width: 100%;
  }

  .seccion-descripcion.imagen .margen .imagen {
    width: 100%;
    max-width: 500px;
    margin-top: 40px;
  }

  .seccion-descripcion.imagen.invertido .margen {
    flex-direction: column-reverse;
  }
}

.seccion-productos .texto {
  text-align: left;
  margin: 0;
}

.seccion-filtros .margen {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.seccion-filtros .margen .desplegable {
  display: none;
}

.seccion-filtros .margen .listado {
  width: 100%;
}

.seccion-filtros .margen .listado .resultados {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

.seccion-filtros .margen .listado .resultados span {
  font-weight: 700;
  font-size: 28px;
  margin-right: 8px;
  position: relative;
  top: -3px;
}

.seccion-filtros .margen .listado .card {
  width: calc(33.33% - 14px);
}

@media only screen and (max-width: 1070px) {
  .seccion-filtros .margen .listado .card {
    width: calc(50% - 14px);
  }
}

.seccion-filtros .margen .listado .texto {
  text-align: left;
  max-width: none;
  margin: 0;
}

.seccion-filtros .margen .filtros {
  width: 100%;
  min-width: 280px;
  max-width: 280px;
  margin-right: 60px;
}

.seccion-filtros .margen .filtros .cerrar {
  display: none;
}

.seccion-filtros .margen .filtros>.titulo {
  display: block;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 20px;
}

.seccion-filtros .margen .filtros>div {
  padding: 30px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.seccion-filtros .margen .filtros>div .titulo {
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  padding-right: 20px;
}

.seccion-filtros .margen .filtros>div .titulo::after {
  content: "";
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 1px);
  transform: translateY(-50%) rotate(45deg);
  right: 2px;
  transition: 0.15s;
}

.seccion-filtros .margen .filtros>div .titulo.desplegado::after {
  top: calc(50% - -2px);
  transform: translateY(-50%) rotate(-135deg);
}

.seccion-filtros .margen .filtros>div .titulo.desplegado+.formulario {
  display: block;
  margin-bottom: 40px;
}

.seccion-filtros .margen .filtros>div .formulario {
  display: none;
}

.seccion-filtros .margen .filtros>div .formulario:last-of-type {
  margin-bottom: 0 !important;
}

.seccion-filtros .margen .filtros>div li {
  list-style: none;
  margin-bottom: 10px;
}

.seccion-filtros .margen .filtros>div li:last-of-type {
  margin-bottom: 0;
}

.seccion-filtros .margen .filtros>div li label {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}

.seccion-filtros .margen .filtros>div li label input {
  width: 18px;
  height: 18px;
  min-width: 18px;
  max-width: 18px;
  cursor: pointer;
}

.seccion-filtros .margen .filtros>div li label>span {
  font-size: 15px;
  line-height: 130%;
  display: block;
  padding-left: 8px;
  cursor: pointer;
}

.seccion-filtros .margen .filtros>div li.range {
  display: flex;
  align-items: center;
  position: relative;
}

.seccion-filtros .margen .filtros>div li.range input {
  width: 100%;
}

.seccion-filtros .margen .filtros>div li.range output {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 4px 10px;
  background-color: white;
  z-index: -1;
  pointer-events: none;
  line-height: 100%;
  font-size: 14px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-12px);
}

.seccion-filtros .margen .filtros>div li.range output:empty {
  display: none;
}

.seccion-filtros .margen .filtros>div li.range>span {
  font-size: 14px;
  margin-top: -3px;
}

.seccion-filtros .margen .filtros>div li.range>span:first-of-type {
  margin-right: 6px;
}

.seccion-filtros .margen .filtros>div li.range>span:last-of-type {
  margin-left: 6px;
}

.seccion-filtros .margen .filtros>div li.parent {
  position: relative;
  padding-right: 20px;
}

.seccion-filtros .margen .filtros>div li.parent.medio>label input::after {
  height: 2px;
}

.seccion-filtros .margen .filtros>div li.parent .arrow {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  width: 20px;
  transition: 0.15s;
  height: 20px;
}

.seccion-filtros .margen .filtros>div li.parent .arrow::after {
  content: "";
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  pointer-events: none;
  position: absolute;
  top: calc(50% - 2px);
  left: 50%;
}

.seccion-filtros .margen .filtros>div li.parent ul {
  margin-left: 9px;
  margin-top: 15px;
  margin-bottom: 17px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  padding: 5px 0;
  padding-left: 18px;
  display: none;
}

.seccion-filtros .margen .filtros>div li.parent.desplegado .arrow {
  transform: rotate(180deg);
}

.seccion-filtros .margen .filtros>div li.parent.desplegado ul {
  display: block;
}

.seccion-filtros .margen .filtros .button {
  margin-top: 20px;
}

@media only screen and (max-width: 1320px) {
  .seccion-filtros .margen .filtros {
    min-width: 240px;
    max-width: 240px;
    margin-right: 40px;
  }
}

@media only screen and (max-width: 860px) {
  .seccion-filtros .margen .filtros {
    min-width: initial;
    max-width: none;
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    background-color: white;
    z-index: 1000;
    padding: 0 15px;
    transition: 0.3s;
    padding-top: 50px;
    transform: translateX(-100%);
    overflow-y: auto;
  }

  .seccion-filtros .margen .filtros .cerrar {
    display: block;
    position: fixed;
    right: 12px;
    font-size: 30px;
    top: 12px;
    cursor: pointer;
  }

  .seccion-filtros .margen .filtros .button {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 860px) {
  .seccion-filtros .margen {
    display: block;
  }

  .seccion-filtros .margen .desplegable {
    display: block;
    font-weight: 600;
    margin-bottom: 40px;
    cursor: pointer;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 10px;
  }

  .seccion-filtros .margen>* {
    width: 100%;
  }
}

.seccion-filtros .texto {
  margin: 0;
  text-align: left;
  padding-bottom: 10px;
}

.seccion-descargas .subseccion {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.seccion-descargas .privada {
  text-decoration: underline;
  cursor: pointer;
}

.seccion-mapa .mapa {
  display: block;
  width: 100%;
  height: 38vw;
  max-height: 600px;
  min-height: 300px;
}

.seccion-mapa .leyenda {
  list-style: none;
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin: 0;
  justify-content: center;
  margin-bottom: 20px;
}

.seccion-mapa .leyenda li {
  display: flex;
  font-weight: 700;
  font-size: 18px;
  margin: 0 30px;
}

.seccion-mapa .leyenda li img {
  display: block;
  width: 15px;
  margin-right: 10px;
}

@media only screen and (max-width: 860px) {
  .seccion-mapa .leyenda {
    display: block;
    margin-bottom: 15px;
  }

  .seccion-mapa .leyenda li {
    width: 100%;
    margin: 0;
  }
}

.seccion-contacto.opaco {
  background-color: #e0e0e0;
  margin-bottom: 60px !important;
}

.seccion-contacto.centrado .titular {
  text-align: center;
}

@media only screen and (max-width: 570px) {
  .seccion-contacto.centrado .titular {
    text-align: left;
  }
}

.seccion-contacto.centrado .formulario {
  margin-left: auto;
  margin-right: auto;
}

.seccion-contacto .empresas,
.seccion-contacto .opciones,
.seccion-contacto .formularios {
  display: none;
}

.seccion-contacto .empresas .meta,
.seccion-contacto .opciones .meta,
.seccion-contacto .formularios .meta {
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  padding: 8px 15px;
  margin-bottom: 40px;
}

.seccion-contacto .empresas .meta img,
.seccion-contacto .opciones .meta img,
.seccion-contacto .formularios .meta img {
  display: block;
  width: 180px;
}

.seccion-contacto .empresas .meta .numero,
.seccion-contacto .opciones .meta .numero,
.seccion-contacto .formularios .meta .numero {
  font-size: 25px;
  font-weight: 400;
  width: 30px;
  display: block;
}

.seccion-contacto .empresas .meta .cerrar,
.seccion-contacto .opciones .meta .cerrar,
.seccion-contacto .formularios .meta .cerrar {
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
}

.seccion-contacto .empresas .meta .cerrar::after,
.seccion-contacto .empresas .meta .cerrar::before,
.seccion-contacto .opciones .meta .cerrar::after,
.seccion-contacto .opciones .meta .cerrar::before,
.seccion-contacto .formularios .meta .cerrar::after,
.seccion-contacto .formularios .meta .cerrar::before {
  content: "";
  width: 25px;
  height: 2px;
  background-color: white;
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.seccion-contacto .empresas .meta .cerrar::before,
.seccion-contacto .opciones .meta .cerrar::before,
.seccion-contacto .formularios .meta .cerrar::before {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

@media only screen and (max-width: 1070px) {

  .seccion-contacto .empresas .meta img,
  .seccion-contacto .opciones .meta img,
  .seccion-contacto .formularios .meta img {
    width: 120px;
  }
}

.seccion-contacto .empresas>ul,
.seccion-contacto .opciones>ul,
.seccion-contacto .formularios>ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}

.seccion-contacto .empresas>ul>li,
.seccion-contacto .opciones>ul>li,
.seccion-contacto .formularios>ul>li {
  border: 1px solid black;
  transition: 0.15s;
  width: 300px;
  min-width: 300px;
  height: 300px;
  margin: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.seccion-contacto .empresas>ul>li .titulo,
.seccion-contacto .opciones>ul>li .titulo,
.seccion-contacto .formularios>ul>li .titulo {
  display: block;
  padding: 0 15px;
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  line-height: 130%;
  margin-bottom: 20px;
}

.seccion-contacto .empresas>ul>li img,
.seccion-contacto .opciones>ul>li img,
.seccion-contacto .formularios>ul>li img {
  display: block;
  max-width: 220px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1070px) {

  .seccion-contacto .empresas>ul,
  .seccion-contacto .opciones>ul,
  .seccion-contacto .formularios>ul {
    display: block;
  }

  .seccion-contacto .empresas>ul>li,
  .seccion-contacto .opciones>ul>li,
  .seccion-contacto .formularios>ul>li {
    width: 100%;
    height: auto;
    margin: auto;
    padding: 18px 0;
    max-width: 500px;
    margin-bottom: 8px;
  }

  .seccion-contacto .empresas>ul>li:last-of-type,
  .seccion-contacto .opciones>ul>li:last-of-type,
  .seccion-contacto .formularios>ul>li:last-of-type {
    margin-bottom: 0;
  }

  .seccion-contacto .empresas>ul>li img,
  .seccion-contacto .opciones>ul>li img,
  .seccion-contacto .formularios>ul>li img {
    max-width: 150px;
    margin-top: 0;
    margin-bottom: 15px;
  }

  .seccion-contacto .empresas>ul>li .titulo,
  .seccion-contacto .opciones>ul>li .titulo,
  .seccion-contacto .formularios>ul>li .titulo {
    margin-bottom: 15px;
    font-size: 19px;
  }
}

.seccion-contacto .empresas .formulario,
.seccion-contacto .opciones .formulario,
.seccion-contacto .formularios .formulario {
  margin: auto;
  margin-top: 60px;
}

@media only screen and (max-width: 860px) {

  .seccion-contacto .empresas .formulario,
  .seccion-contacto .opciones .formulario,
  .seccion-contacto .formularios .formulario {
    margin-top: 40px;
  }
}

.seccion-contacto .empresas {
  display: block;
}

.seccion-submenu {
  margin: 0 !important;
  background-color: #f1f1f1;
  position: -webkit-sticky;
  position: sticky;
  top: 125px;
  z-index: 990;
}

@media only screen and (max-width: 1320px) {
  .seccion-submenu {
    top: 120px;
  }
}

@media only screen and (max-width: 1070px) {
  .seccion-submenu {
    top: 58px;
  }
}

@media only screen and (max-width: 570px) {
  .seccion-submenu {
    top: 54px;
  }
}

.seccion-submenu .margen {
  display: flex;
  align-items: center;
}

.seccion-submenu .margen a {
  display: block;
  padding: 18px 0;
  margin-right: 45px;
  font-weight: 400;
  border-bottom: 2px solid black;
  transition: 0.15s;
}

@media only screen and (max-width: 1320px) {
  .seccion-submenu .margen a {
    padding: 15px 0;
    margin-right: 35px;
    font-size: 17px;
  }
}

@media only screen and (max-width: 1070px) {
  .seccion-submenu .margen a {
    padding: 12px 0;
    font-size: 16px;
  }
}

.seccion-submenu .margen a:hover,
.seccion-submenu .margen a.actual {
  color: #e20714;
  border-bottom: 2px solid #e20714;
}

.seccion-submenu .margen a:last-of-type {
  margin-right: 0;
}

.seccion-cta {
  margin-bottom: 60px !important;
  position: relative;
  padding: 60px 0 !important;
}

.seccion-cta .texto h4 {
  font-size: 26px;
  margin-bottom: 18px;
}

.seccion-cta .texto>p {
  font-size: 19px;
  font-weight: 600;
}

.seccion-cta .texto>p a {
  color: #e20714;
}

@media only screen and (max-width: 570px) {
  .seccion-cta .texto {
    text-align: left;
  }

  .seccion-cta .texto h4 {
    font-size: 24px;
    margin-bottom: 8px;
  }
}

.seccion-cta .fondo {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.seccion-buscador-descargas .filtro {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 800px;
  margin: auto;
}

.seccion-buscador-descargas .filtro>div {
  width: 50%;
}

.seccion-buscador-descargas .filtro>div::after {
  top: 19px;
}

.seccion-buscador-descargas .filtro>div:nth-child(2) {
  margin: 0 8px;
}

.seccion-buscador-descargas .filtro>div select {
  font-size: 15px;
  padding-left: 7px;
  padding-top: 7px;
  box-shadow: none;
  padding-bottom: 7px;
}

.seccion-buscador-descargas .filtro button {
  margin-left: 8px;
}

.seccion-buscador-descargas .descargas {
  max-width: 800px;
  margin: auto;
}

.seccion-buscador-descargas .descargas .subtitular {
  text-align: center;
  max-width: 500px;
  margin: auto;
}

.seccion-buscador-descargas .privada {
  text-decoration: underline;
  cursor: pointer;
}

.seccion-paginacion .paginacion {
  display: flex;
  align-items: center;
  justify-content: center;
}

.seccion-catalogo h4 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.seccion-catalogo h4.cerrado {
  text-align: center;
  margin: auto;
  max-width: 600px;
}

.seccion-catalogo h4+p {
  margin-top: -15px;
  margin-bottom: 30px;
}

.seccion-catalogo .categorias {
  max-width: none;
}

.seccion-catalogo .categorias .desplegado {
  margin-bottom: 12px;
}

.seccion-catalogo .categorias .desplegado .hija {
  display: flex;
}

.seccion-catalogo .categorias .desplegado .desplegable::after {
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}

.seccion-catalogo .categorias li {
  list-style: none;
  margin-bottom: 5px;
}

.seccion-catalogo .categorias li .desplegable {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-right: 5px;
}

.seccion-catalogo .categorias li .desplegable::after {
  content: "";
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  pointer-events: none;
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
  transition: 0.15s;
  position: absolute;
  left: 50%;
  top: calc(50% - 1px);
}

.seccion-catalogo .categorias li label {
  display: inline-flex;
  align-items: flex-start;
}

@media only screen and (max-width: 570px) {
  .seccion-catalogo .categorias li label {
    max-width: 350px;
  }
}

.seccion-catalogo .categorias li label span {
  display: block;
  margin-left: 8px;
  cursor: pointer;
}

.seccion-catalogo .categorias li label input {
  cursor: pointer;
}

.seccion-catalogo .categorias li.padre {
  margin: 5px 0;
}

.seccion-catalogo .categorias li.hija {
  margin-left: 50px;
  display: none;
}

.seccion-soluciones .margen>.grid {
  margin-top: 30px;
  margin-bottom: 60px;
}

.seccion-soluciones .margen>.grid:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 860px) {
  .seccion-soluciones .margen>.grid {
    margin-bottom: 50px;
  }
}

.seccion-erreka {
  background-color: #f9f9f9;
}

.seccion-erreka ul {
  display: flex;
  list-style: none;
  justify-content: space-between;
  margin-top: 40px;
  padding: 0;
}

.seccion-erreka ul li {
  display: flex;
  align-items: center;
}

.seccion-erreka ul img {
  -webkit-filter: invert(1);
  filter: invert(1);
  display: block;
  margin-right: 10px;
}

@media only screen and (max-width: 1320px) {
  .seccion-erreka ul {
    display: block;
  }

  .seccion-erreka ul li {
    margin-bottom: 6px;
  }

  .seccion-erreka ul li:last-of-type {
    margin-bottom: 0;
  }

  .seccion-erreka ul img {
    width: 25px;
  }
}

.seccion-erreka .caja {
  height: 360px;
}

.seccion-erreka .caja>div .titulo {
  font-size: 33px;
}

.seccion-erreka .caja.solucion {
  height: auto;
}

.seccion-erreka .caja.solucion .titulo {
  max-width: 630px;
  text-align: center;
  font-size: 24px;
  margin: auto;
}

.seccion-erreka .caja.solucion>img {
  position: absolute;
  top: 0;
  left: 0;
}

.seccion-erreka .caja.solucion .contenedor {
  padding: 80px 0;
  position: static;
  transform: none;
}

.seccion-erreka .caja.solucion .contenedor li {
  text-align: center;
  flex-direction: column;
  width: calc(33.33% - 70px);
}

.seccion-erreka .caja.solucion .contenedor li img {
  -webkit-filter: none;
  filter: none;
  margin: 0;
  max-width: 55px;
  margin-bottom: 15px;
  z-index: 1;
}

.seccion-erreka .caja.solucion .contenedor li:nth-child(2) {
  position: relative;
}

.seccion-erreka .caja.solucion .contenedor li:nth-child(2)::after,
.seccion-erreka .caja.solucion .contenedor li:nth-child(2)::before {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  background-color: white;
  position: absolute;
  top: 0;
  left: -55px;
  opacity: 0.3;
}

.seccion-erreka .caja.solucion .contenedor li:nth-child(2)::before {
  left: auto;
  right: -55px;
}

.seccion-erreka .caja.solucion .contenedor li dt {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 15px;
}

.seccion-erreka .caja.solucion .contenedor li dd {
  margin: 0;
}

.seccion-erreka .caja.solucion .contenedor li dd .button {
  margin-top: 25px;
}

@media only screen and (max-width: 1680px) {
  .seccion-erreka .caja {
    height: 300px;
  }

  .seccion-erreka .caja>div .titulo {
    font-size: 28px;
  }
}

@media only screen and (max-width: 1070px) {
  .seccion-erreka .caja {
    width: 100% !important;
  }
}

@media only screen and (max-width: 860px) {
  .seccion-erreka .caja {
    height: 220px;
  }

  .seccion-erreka .caja .margen {
    width: 100%;
  }

  .seccion-erreka .caja>div:not(.contenedor) {
    max-width: none;
    width: 100%;
    display: block;
    text-align: left;
  }
}

.seccion-erreka .grid:last-of-type {
  margin-bottom: 0;
}

.seccion-delegaciones {
  background-color: #f9f9f9;
  margin-bottom: 60px !important;
}

.seccion-delegaciones .fa-phone {
  transform: rotate(90deg);
}

.seccion-delegaciones .subtitular {
  margin: 0 !important;
  color: #e20714;
}

.seccion-delegaciones .margen>div:last-of-type .delegaciones {
  margin-bottom: -35px;
}

.seccion-delegaciones .margen>div.distribuidor .titulo,
.seccion-delegaciones .margen>div.distribuidor .subtitular {
  color: black;
}

.seccion-delegaciones .margen>div.mexico .titulo,
.seccion-delegaciones .margen>div.mexico .subtitular {
  color: black;
}

.seccion-delegaciones .delegaciones {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  margin-bottom: 25px;
}

.seccion-delegaciones .delegaciones li {
  margin-bottom: 35px;
}

.seccion-delegaciones .delegaciones li .titulo {
  display: block;
  font-weight: 700;
  color: #e20714;
  margin-bottom: 12px;
}

.seccion-delegaciones .delegaciones li dl {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 15px;
  line-height: 130%;
}

.seccion-delegaciones .delegaciones li dl dt {
  width: 30px;
  min-width: 30px;
  color: #e20714;
  font-size: 17px;
}

.seccion-delegaciones .delegaciones li dl dd {
  width: calc(100% - 30px);
  margin: 0;
  margin-bottom: 10px;
}

.seccion-delegaciones .delegaciones li dl dd span {
  display: block;
  margin-bottom: 5px;
}

.seccion-delegaciones .delegaciones li dl dd span:last-of-type {
  margin-bottom: 0;
}

.seccion-imagen img {
  display: block;
  max-width: 100%;
}

.seccion-imagen img.centrado {
  margin: auto;
}

.seccion-slider {
  margin-bottom: 50px !important;
}

.seccion-slider .slider {
  height: 520px;
  overflow: hidden;
  position: relative;
}

.seccion-slider .slider>div {
  display: flex;
  align-items: center;
  height: 100%;
}

.seccion-slider .slider::after {
  content: none;
  display: none;
}

.seccion-slider .slider .slide {
  overflow: hidden;
  color: white;
  position: relative;
  height: 100%;
}

.seccion-slider .slider .slide::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: black;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
}

.seccion-slider .slider .slide .margen {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}

.seccion-slider .slider .slide .margen .texto {
  margin: 0;
  margin-left: 50%;
  width: 50%;
  text-align: left;
}

.seccion-slider .slider .slide .fondo {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.seccion-slider .slider .navegacion {
  position: absolute;
  bottom: 60px;
  display: block;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
}

.seccion-slider .slider .navegacion ul {
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.seccion-slider .slider .navegacion ul li {
  border-bottom: 2px solid white;
}

@media only screen and (max-width: 1680px) {
  .seccion-slider .slider {
    height: 450px;
  }
}

@media only screen and (max-width: 860px) {
  .seccion-slider .slider {
    height: 400px;
  }

  .seccion-slider .slider .navegacion {
    bottom: 18px;
  }

  .seccion-slider .slider .navegacion .margen {
    text-align: right;
  }

  .seccion-slider .slider .slide .margen .texto {
    margin-left: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 570px) {
  .seccion-slider .slider {
    height: 360px;
  }

  .seccion-slider .slider .subtitular {
    margin-bottom: 15px;
  }

  .seccion-slider .slider .button {
    margin-top: 0;
  }
}

.seccion-video {
  position: relative;
  overflow: hidden;
  margin-top: 0 !important;
  height: calc(100vh - 40px);
}

.seccion-video video {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s;
  -o-object-position: center;
  object-position: center;
}

.seccion-video .responsive {
  display: none;
}

.seccion-video .contenedor {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.seccion-video .contenedor .texto {
  text-align: left;
  color: white;
  margin: 0;
  transition: 0.3s;
}

.seccion-video .contenedor .texto .titular {
  margin-bottom: 30px;
}

.seccion-video .contenedor .texto .titular::after {
  content: none;
}

.seccion-video::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: black;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  transition: 1s;
}

.seccion-video .play {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  z-index: 1;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}

.seccion-video .play i {
  width: 50px;
  height: 50px;
  border: 1px solid white;
  border-radius: 1000px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: 0.15s;
  padding-left: 2px;
}

.seccion-video .play span {
  display: block;
  font-size: 17px;
  margin-top: 8px;
}

.seccion-video .play:hover i {
  color: black;
  background-color: white;
}

.seccion-video .cerrar {
  position: absolute;
  top: 20px;
  right: 20px;
  color: white;
  z-index: 1;
  border-radius: 1000px;
  width: 35px;
  height: 35px;
  border: 1px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.15s;
  opacity: 0;
  pointer-events: none;
}

.seccion-video .cerrar:hover {
  background-color: white;
  color: black;
}

@media only screen and (max-width: 1320px) {
  .seccion-video {
    height: calc(100vh - 20px);
  }

  .seccion-video .play {
    bottom: 25px;
  }

  .seccion-video .play i {
    width: 40px;
    height: 40px;
  }
}

@media only screen and (max-width: 860px) {
  .seccion-video {
    height: auto;
  }

  .seccion-video .contenedor {
    position: static;
    transform: none;
    padding-top: 90px;
    padding-bottom: 150px;
  }

  .seccion-video video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
  }

  .seccion-video::after {
    z-index: -1;
  }

  .seccion-video .play {
    bottom: 25px;
  }
}

@media only screen and (max-width: 570px) {
  .seccion-video video {
    display: none;
  }

  .seccion-video .responsive {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
    transition: 0.3s;
  }
}

.seccion-asistencia .delegaciones>li {
  width: calc(50% - 14px);
  list-style: none;
  margin-bottom: 50px;
}

.seccion-asistencia .delegaciones>li .titulo {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 18px;
  display: block;
}

.seccion-asistencia .delegaciones>li>div {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  align-items: flex-start;
}

.seccion-asistencia .delegaciones>li>div a {
  font-weight: 600;
  margin: 4px 0;
  display: block;
}

.seccion-asistencia .delegaciones>li>div>div {
  width: 60%;
}

.seccion-asistencia .delegaciones>li>div>img {
  display: block;
  width: calc(40% - 18px);
  height: auto;
}

@media only screen and (max-width: 860px) {
  .seccion-asistencia .delegaciones>li>div {
    display: block;
  }

  .seccion-asistencia .delegaciones>li>div>img {
    margin-bottom: 15px;
    max-width: 250px;
  }

  .seccion-asistencia .delegaciones>li>div>* {
    width: 100% !important;
  }
}

.seccion-bullets .margen {
  display: flex;
  flex-wrap: wrap;
}

.seccion-bullets .bullet {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: calc(50% - 40px);
  margin-bottom: 50px;
}

.seccion-bullets .bullet:nth-child(2n) {
  margin-left: 80px;
}

.seccion-bullets .bullet>img {
  display: block;
  max-width: 40px;
  margin-right: 10px;
}

.seccion-bullets .bullet>div {
  width: 100%;
}

.seccion-bullets .bullet>div h4 {
  display: block;
  margin-top: 2px;
}

.seccion-bullets .bullet>div .texto {
  text-align: left;
  margin: 0;
  max-width: none;
}

@media only screen and (max-width: 1070px) {
  .seccion-bullets .bullet {
    width: 100%;
    margin-left: 0 !important;
  }
}

.seccion-soluciones-principales {
  margin-top: 0 !important;
}

.seccion-kits .card .imagen {
  height: 160px;
  min-height: 160px;
}

.seccion-apoyos {
  margin: 50px 0;
}

.seccion-apoyos .categorias {
  background-color: #f9f9f9;
  margin-top: 30px;
}

.seccion-apoyos .categorias ul {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 15px 0;
}

@media only screen and (max-width: 860px) {
  .seccion-apoyos .categorias ul {
    display: block;
  }
}

@media only screen and (max-width: 860px) {
  .seccion-apoyos .categorias ul li {
    margin-bottom: 5px;
  }

  .seccion-apoyos .categorias ul li:last-of-type {
    margin-bottom: 0;
  }
}

.seccion-apoyos .categorias ul li a {
  display: flex;
  align-items: flex-end;
  padding-right: 30px;
}

.seccion-apoyos .categorias ul li a:hover span {
  color: #e20714;
}

@media only screen and (max-width: 1070px) {
  .seccion-apoyos .categorias ul li a {
    padding-right: 20px;
  }
}

@media only screen and (max-width: 860px) {
  .seccion-apoyos .categorias ul li a {
    align-items: center;
  }
}

.seccion-apoyos .categorias ul li.actual {
  border-left: 5px solid #e20714;
}

.seccion-apoyos .categorias ul li.actual span {
  font-weight: 700;
}

.seccion-apoyos .categorias ul li span {
  display: block;
  width: 150px;
  line-height: 120%;
  font-weight: 400;
  font-size: 16px;
  padding-bottom: 2px;
  transition: 0.15s;
}

@media only screen and (max-width: 1070px) {
  .seccion-apoyos .categorias ul li span {
    width: 110px;
  }
}

@media only screen and (max-width: 860px) {
  .seccion-apoyos .categorias ul li span {
    width: auto;
    padding: 0;
  }
}

.seccion-apoyos .categorias ul li img {
  display: block;
}

@media only screen and (max-width: 860px) {
  .seccion-apoyos .categorias ul li img {
    width: 45px;
    margin-right: 5px;
  }
}

.seccion-texto .buscador {
  margin: auto;
  margin-top: 50px;
  max-width: 420px;
}

.seccion-texto .buscador input {
  padding: 10px;
  font-size: 22px;
  padding-right: 50px;
}

.seccion-texto .buscador button {
  font-size: 20px;
  right: 10px;
}

body.page-template-page-typ main,
body.error404 main {
  padding: 80px 0;
}

body.page-template-page-texto main .titular {
  text-align: center;
}

body.page-template-page-texto main .texto {
  max-width: 820px;
  margin: auto;
  text-align: left;
}

body.home main {
  padding: 20px;
}

@media only screen and (max-width: 1320px) {
  body.home main {
    padding: 10px;
  }
}

@media only screen and (max-width: 860px) {
  body.home main {
    padding: 0;
  }
}

body.home .grid {
  margin-bottom: 40px;
  flex-wrap: nowrap;
}

body.home .grid>.caja {
  width: 100%;
}

@media only screen and (max-width: 860px) {
  body.home .grid {
    flex-wrap: wrap;
  }
}

body.home .seccion-cta {
  padding-top: 0 !important;
}

body.home .seccion-erreka {
  background: none;
  color: black;
}

body.home .seccion-erreka ul {
  display: flex;
}

body.home .seccion-erreka ul li {
  max-width: 500px;
  margin: auto;
}

body.home .seccion-erreka ul li:nth-child(2)::after,
body.home .seccion-erreka ul li:nth-child(2)::before {
  content: none !important;
  display: none !important;
}

body.home .seccion-erreka ul li:last-of-type {
  margin-bottom: 0;
}

body.home .seccion-erreka ul li img {
  max-width: 45px;
  margin-bottom: 10px;
}

body.home .seccion-erreka ul li dt {
  font-size: 21px;
  margin-bottom: 8px;
}

body.home .seccion-erreka ul li dd .button {
  margin-top: 18px;
}

@media only screen and (max-width: 860px) {
  body.home .seccion-erreka .grid {
    margin-bottom: 2px;
  }

  body.home .seccion-erreka ul {
    display: block;
  }

  body.home .seccion-erreka ul li {
    width: 100% !important;
    margin-bottom: 35px;
  }

  body.home .seccion-erreka ul li:last-of-type {
    margin-bottom: 0;
  }
}

body.home .seccion-header {
  position: fixed;
  top: 0;
}

body.home .seccion-header:not(.sombra) {
  padding-top: 30px;
}

@media only screen and (max-width: 1320px) {
  body.home .seccion-header:not(.sombra) {
    padding-top: 20px;
  }
}

@media only screen and (max-width: 860px) {
  body.home .seccion-header:not(.sombra) {
    padding-top: 0;
  }
}

body.home section:not(.seccion-video) .titular {
  font-size: 40px;
  margin-bottom: 0;
}

body.home section:not(.seccion-video) .titular::after {
  content: "";
  background-color: #e20714;
  display: block;
  width: 110px;
  height: 4px;
  margin-top: 15px;
}

@media only screen and (max-width: 1680px) {
  body.home section:not(.seccion-video) .titular {
    font-size: 36px;
  }
}

@media only screen and (max-width: 1320px) {
  body.home section:not(.seccion-video) .titular {
    font-size: 34px;
  }
}

@media only screen and (max-width: 1070px) {
  body.home section:not(.seccion-video) .titular {
    font-size: 30px;
  }
}

@media only screen and (max-width: 860px) {
  body.home section:not(.seccion-video) .titular {
    font-size: 27px;
  }

  body.home section:not(.seccion-video) .titular::after {
    width: 60px;
  }
}

body.single-productos .seccion-cabecera .fondo,
body.single-soluciones .seccion-cabecera .fondo {
  background-color: white;
}

body.single-productos .seccion-cabecera .fondo img,
body.single-soluciones .seccion-cabecera .fondo img {
  -o-object-fit: contain;
  object-fit: contain;
}

body.idioma-true .seccion-header .fondo {
  display: block;
}

body.idioma-true .seccion-header .idioma {
  z-index: 1060;
}

body.idioma-true .seccion-header .idioma span::after {
  transform: rotate(225deg);
  top: 0;
}

body.idioma-true .seccion-header .idioma ul {
  display: block;
}

body.buscador-true .seccion-header .fondo {
  display: block;
}

body.buscador-true .seccion-header .busqueda {
  position: relative;
  z-index: 1060;
}

body.buscador-true .seccion-header .busqueda>i {
  display: none;
}

body.buscador-true .seccion-header .busqueda .buscador {
  display: block;
}

body.menu-true {
  overflow-y: hidden;
}

body.menu-true .seccion-header .top nav .hamburguesa>div {
  width: 22px;
  top: 50%;
}

body.menu-true .seccion-header .top nav .hamburguesa>div:nth-child(1) {
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
}

body.menu-true .seccion-header .top nav .hamburguesa>div:nth-child(2) {
  opacity: 0;
}

body.menu-true .seccion-header .top nav .hamburguesa>div:nth-child(3) {
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}

@media only screen and (max-width: 1070px) {
  body.menu-true .seccion-header .bottom {
    left: 0%;
  }
}

body:not(.menu-true) .seccion-header.transparente {
  background: none;
}

body:not(.menu-true) .seccion-header.transparente .idioma {
  color: white;
}

body:not(.menu-true) .seccion-header.transparente .idioma span::after {
  border-color: white;
}

body:not(.menu-true) .seccion-header.transparente .idioma ul {
  border-color: white;
}

body:not(.menu-true) .seccion-header.transparente .idioma ul a {
  color: black;
}

body:not(.menu-true) .seccion-header.transparente .logo img.normal {
  opacity: 0;
}

body:not(.menu-true) .seccion-header.transparente .logo img.blanco {
  opacity: 1;
}

body:not(.menu-true) .seccion-header.transparente .busqueda i {
  color: white;
}

body:not(.menu-true) .seccion-header.transparente .busqueda .buscador input {
  border-color: white !important;
  color: white;
}

body:not(.menu-true) .seccion-header.transparente .top a {
  color: white;
}

body:not(.menu-true) .seccion-header.transparente .top nav>ul>li.usuario {
  color: #c8c8c8;
}

body:not(.menu-true) .seccion-header.transparente .top nav>ul>li.usuario::before {
  background-color: white;
}

body:not(.menu-true) .seccion-header.transparente .top nav .hamburguesa>div {
  background-color: white;
}

body:not(.menu-true) .seccion-header.transparente .bottom nav>ul {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

body:not(.menu-true) .seccion-header.transparente .bottom nav>ul>li>a {
  color: white;
}

body:not(.menu-true) .seccion-header.transparente .bottom nav>ul>li>a::after {
  border-color: white;
}

body:not(.menu-true) .seccion-header.transparente .bottom nav>ul>li:hover>a {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

body:not(.menu-true) .seccion-header.transparente .bottom .button:not(.rojo) {
  color: white;
  border-color: white;
}

body:not(.menu-true) .seccion-header.transparente .bottom .button:hover {
  background: white;
  border-color: white;
  color: #e20714;
}

body.video-true .seccion-header {
  opacity: 0;
}

body.video-true .seccion-video .play {
  pointer-events: none;
  opacity: 0;
}

body.video-true .seccion-video .texto {
  pointer-events: none;
  opacity: 0;
}

body.video-true .seccion-video .cerrar {
  opacity: 1;
  pointer-events: unset;
  z-index: 1000;
}

body.video-true .seccion-video::after {
  opacity: 0;
  pointer-events: none;
}

body.video-true .seccion-video video {
  -o-object-fit: contain;
  object-fit: contain;
  background-color: black;
  display: block;
}

body.video-true .seccion-video .responsive {
  opacity: 0;
}

body.filtros-true {
  overflow-y: hidden;
}

@media only screen and (max-width: 860px) {
  body.filtros-true .seccion-filtros .margen .filtros {
    transform: none;
  }
}

.ct-ultimate-gdpr-cookie-fullPanel-overlay {
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.7);
}

#ct-ultimate-gdpr-cookie-popup #ct-ultimate-gdpr-cookie-content {
  font-family: "Open Sans", sans-serif !important;
}

#ct-ultimate-gdpr-cookie-popup .ct-ultimate-gdpr-cookie-buttons {
  display: flex;
  flex-direction: row-reverse;
}

#ct-ultimate-gdpr-cookie-popup .ct-ultimate-gdpr-cookie-buttons>div {
  padding: 8px 18px;
  font-size: 15px !important;
  line-height: 1;
  text-transform: uppercase;
  border: 3px solid #e20714;
  transition: 0.2s;
  width: auto !important;
  min-width: initial !important;
  max-width: none !important;
  font-family: "Open Sans", sans-serif !important;
  opacity: 1;
  font-weight: 700 !important;
}

#ct-ultimate-gdpr-cookie-popup .ct-ultimate-gdpr-cookie-buttons>div:hover {
  border: 3px solid black !important;
  background-color: black !important;
}

@media only screen and (max-width: 767px) {
  #ct-ultimate-gdpr-cookie-popup .ct-ultimate-gdpr-cookie-buttons {
    flex-direction: column;
  }
}

@media only screen and (max-width: 570px) {
  #ct-ultimate-gdpr-cookie-popup.ct-ultimate-gdpr-cookie-fullPanel {
    padding: 60px 20px !important;
  }

  #ct-ultimate-gdpr-cookie-popup.ct-ultimate-gdpr-cookie-fullPanel.ct-ultimate-gdpr-cookie-popup-modern {
    width: calc(100% - 15px) !important;
  }
}

.ct-ultimate-gdpr-cookie-open,
#ct-ultimate-gdpr-cookie-open {
  display: none !important;
}

.ct-ultimate-gdpr-cookie-modal-content .titulo {
  display: block;
  text-align: center;
  font-size: 22px;
  margin-bottom: 20px;
}

.ct-ultimate-gdpr-cookie-modal-content .ct-ultimate-gdpr-cookie-modal-desc {
  margin-bottom: 40px;
}






/* ----------------------------------------------------- */
/* Filtrado de productos con slider de botones */
/* ----------------------------------------------------- */
/* .slider-btns-container .formulario .padre li input[type="checkbox"] {
  pointer-events: none;
} */

/* .filtros-mobile {
  display: none;
}

.seccion-filtros {
  overflow: hidden;
}

.seccion-filtros .slider-btns {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  background-color: #e0e0e0;
  padding: 50px 0;
} */


.nuevo-filtrado {
  background-color: #e0e0e0;
}

.nuevo-filtrado .contenedor {
  max-width: 1200px;
  padding: 50px 20px;
}

.nuevo-filtrado h3 {
  margin-bottom: 20px;
}

.nuevo-filtrado ul {
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}

.nuevo-filtrado ul li {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  margin-right: 20px;
  margin-bottom: 10px;
  cursor: pointer;
  padding-bottom: 2px;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}

.nuevo-filtrado ul li.current {
  border-bottom: 2px solid #E20714;
  width: fit-content;
}

.nuevo-filtrado.ocultar {
  display: none;
}

.seccion-nuevo-filtrado {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  display: none;
}

.seccion-nuevo-filtrado.active {
  visibility: visible;
  opacity: 1;
  display: block;
}


@media screen and (max-width: 860px) {
  .nuevo-filtrado ul {
    list-style: none;
    display: flex;
    flex-flow: column wrap;
  }

  .nuevo-filtrado ul li {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    margin-right: 20px;
    margin-bottom: 10px;
    cursor: pointer;
    padding-bottom: 2px;
    transition: all 0.2s ease;
  }

}


/**
* Location advisor
*/
.change--location--section {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  max-width: 450px;
  width: 100%;
  padding: 30px;
  background-color: #000000;
  color: white;
  border: 2px solid white;
  z-index: 99999;
}

body.show--location--change .change--location--section {
  display: block;
}

.change__location__section-container .message--top {
  font-size: 16px;
}

.change__location__section-container .message--bottom {
  font-size: 15px;
  font-style: italic;
  margin-bottom: 15px;
}

.change--location--section .button.little {
  width: 80px;
  text-align: center;
}

.change--location--section .button.little:first-child {
  margin-right: 15px;
}

.change--location--section .button.little:not(.rojo) {
  color: white;
  border-color: white;
}

.change--location--section .button.little:not(.rojo):hover {
  background-color: white;
  color: #000000;
}

.change--location--section .button.little.rojo {
  border-color: #E20714;
}

@media screen and (max-width: 560px) {
  .change--location--section {
    left: 50%;
    transform: translate(-50%);
    max-width: 90%;
    width: 100%;
    padding: 20px;
  }
}



/**
* Whatsapp button MX
*/
.whatsapp--cta {
  position: fixed;
  bottom: 40px;
  right: 50px;
}

.whatsapp--cta .whatsapp__cta-link {
  position: relative;
  display: inline-block;
}

.whatsapp--cta .whatsapp__cta-link i {
  font-size: 46px;
  display: inline-block;
  position: relative;
  color: #ffffff;
  z-index: 2;
}

.whatsapp--cta .whatsapp__cta-link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #E20714;
  z-index: 1;
}

@media screen and (max-width: 600px) {
  .whatsapp--cta {
    bottom: 25px;
    right: 30px;
  }

  /*   .whatsapp--cta .whatsapp__cta-link i {
    font-size: 32px;
  }

  .whatsapp--cta .whatsapp__cta-link:before {
    width: 50px;
    height: 50px;
  } */
}