@charset "UTF-8";
/*  Scss  */
/* Fuentes */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Satisfy&display=swap");
@import url("https://fonts.googleapis.com/css?family=La+Belle+Aurore&display=swap");
/* Estilos globales */
body {
  -webkit-font-smoothing: antialiased;
  color: #333333;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  background: #efefef;
  padding: 0px;
}

a {
  color: #002d54;
  transition: color 0.3s ease;
}

a:hover {
  color: black;
  text-decoration: none;
}

a:link {
  color: #002d54;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  line-height: inherit;
  font-weight: normal;
}

#toolbar {
  box-shadow: none;
  position: relative;
  margin: 0px;
  padding: 0px;
}

body.toolbar-drawer {
  padding-top: 0px !important;
}

.nav {
  margin: 0px;
}

p {
  margin-bottom: 20px;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
  font-size: 14px;
}
.breadcrumb .active {
  color: #999;
}

.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}

/* Footer */
#footer {
  background: #002d54;
  padding: 50px 10px 0;
  color: #ffffff;
  font-size: 14px;
}
#footer .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
#footer .container-fluid > .contenido {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
#footer .container-fluid > .contenido:not(:last-child) .box {
  float: none;
}
#footer .container-fluid > .contenido:not(:last-child) .box:nth-child(1) {
  width: 20%;
}
#footer .container-fluid > .contenido:not(:last-child) .box:nth-child(2) {
  width: 26%;
}
#footer .container-fluid > .contenido:not(:last-child) .box:nth-child(2) ul li:not(.titulo) {
  margin-left: 0px;
}
#footer .container-fluid > .contenido:not(:last-child) .box:nth-child(3) {
  width: 14%;
}
#footer .container-fluid > .contenido:not(:last-child) .box:nth-child(4) {
  width: 20%;
}
#footer .container-fluid > .contenido:not(:last-child) .box:nth-child(5) {
  width: 20%;
}
#footer .container-fluid > .contenido:not(:last-child) .box:last-child a {
  color: #ffffff;
  display: block;
}
#footer .container-fluid > .contenido:not(:last-child) .box:last-child .footer-login-link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  padding-bottom: 6px;
}
#footer .container-fluid > .contenido:first-child .box:nth-child(2) {
  width: 26%;
}
#footer .container-fluid > .contenido:first-child .box:nth-child(2) ul li:not(.titulo) {
  margin-left: 20px;
}
#footer .container-fluid > .contenido:last-child .box {
  width: 100% !important;
  text-align: center;
  margin-top: 20px;
}
#footer .container-fluid > .contenido .box ul {
  margin: 0 20px 30px 0;
  padding: 0;
  list-style: none;
}
#footer .container-fluid > .contenido .box ul li {
  font-size: 14px;
  line-height: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  padding-bottom: 6px;
  margin-bottom: 6px;
}
#footer .container-fluid > .contenido .box ul li:last-child {
  border: none;
}
#footer .container-fluid > .contenido .box ul li.titulo {
  border: none;
}
#footer .container-fluid > .contenido .box ul li.dir {
  text-transform: none;
}
#footer .container-fluid > .contenido .box ul li a {
  color: #ffffff;
}
#footer .container-fluid > .contenido .box ul li a:hover {
  color: #71a8d7;
}
#footer h2 {
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  margin: 0 0 15px;
  font-weight: bold;
}
#footer p {
  border-top: 1px solid #ffffff;
  padding-top: 20px;
}
#footer img {
  width: 190px;
}
#footer .linkedin,
#footer .manuel,
#footer .catalogo,
#footer .correo {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block !important;
}
#footer .linkedin {
  background: url("../img/linkedin.png") no-repeat center;
}
#footer .manuel {
  background: url("../img/manuel.png") no-repeat center;
}
#footer .catalogo {
  background: url("../img/catalogo.png") no-repeat center;
}
#footer .correo {
  background: url("../img/correo.png") no-repeat center;
}
#footer .i18n-ar .box ul {
  margin: 0 0 30px 20px;
}
#footer .i18n-ar .contenido:first-child .box:last-child a {
  margin-left: 20px;
}

/* Media Queries */
@media (max-width: 992px) {
  #footer .contenido .box {
    width: 33.333% !important;
  }
}
@media (max-width: 649.98px) {
  #footer .contenido .box {
    width: 50% !important;
  }
  #footer p {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 450px) {
  #footer .contenido .box {
    width: 100% !important;
  }
  #footer .box ul {
    margin: 0 0 30px 0;
  }
  #footer img {
    margin-bottom: 20px;
  }
}
#return-to-top {
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: #adadad url(../img/top-n.png) no-repeat center center;
  border-radius: 6px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 3;
}

/*  Header  */
#header {
  background: #002d54;
  padding: 17px 10px 18px;
  position: relative;
  border-bottom: 5px solid #efefef;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  height: 85px;
}
#header .header-link-home {
  padding-left: 15px;
}
#header nav .menu-m {
  display: none;
}
#header nav .navbar-nav-wrapper {
  display: flex;
}
@media (max-width: 1199.98px) {
  #header nav .menu-m {
    display: block;
  }
  #header nav .navbar-nav-wrapper {
    display: none;
  }
}
@media (min-width: 1200px) {
  #header nav .menu-m {
    display: none;
  }
  #header nav .navbar-nav-wrapper {
    display: flex;
  }
}
#header nav .menu-m .burgerbutton {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 0px;
  padding: 0px;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background: #71a8d7;
  text-align: center;
}
#header nav .menu-m .burgerbutton span {
  display: block;
  width: 22px;
  margin-top: 4px;
  height: 2px;
  border-radius: 1px;
  background: #002d54;
  text-align: center;
}
#header nav .navbar-nav {
  float: none;
}
#header nav .navbar-nav li {
  float: none;
  display: inline-block;
  margin: 0;
}
#header nav .navbar-nav li a,
#header nav .navbar-nav li span {
  display: block;
  font-size: 16px;
  border-bottom: 3px solid transparent;
  line-height: 16px;
  padding: 13px 20px;
  text-shadow: none;
  color: #ffffff;
  text-transform: uppercase;
}
#header nav .navbar-nav li a:hover,
#header nav .navbar-nav li a.active,
#header nav .navbar-nav li span:hover {
  background: none;
  border-bottom: 3px solid red;
}
#header nav .navbar-nav li .dropdown-menu {
  border: none;
  text-align: left;
  border-radius: 0px;
  padding: 0px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: none;
}
#header nav .navbar-nav li .dropdown-menu li {
  display: block;
  width: 100%;
}
#header nav .navbar-nav li .dropdown-menu li a {
  transition: all 0.3s;
  text-transform: uppercase;
  font-size: 13px;
  padding: 13px 20px;
  border-bottom: 1px solid #002d54;
  width: 100%;
  color: #333;
}
#header nav .navbar-nav li .dropdown-menu li a:hover, #header nav .navbar-nav li .dropdown-menu li a.active {
  background: #002d54;
  color: #ffffff;
  font-weight: 500;
}
#header nav .navbar-nav li .dropdown-menu li:last-child a {
  border-bottom: none;
}
#header nav a.search {
  font-size: 26px;
  color: #ffffff;
}
#header nav .search .fa-search::before {
  content: "\f002";
}

.fixed-header {
  position: fixed !important;
  top: 0px;
  right: 0px;
  left: 0px;
  z-index: 3;
  margin-bottom: 5px;
}

.region-content {
  padding: 0px;
}

img[alt=Contacte_con_nosotros],
img[alt=banner_formacion],
img[alt=Empresa],
img[alt=Lapesa] {
  width: 100% !important;
}

@media (max-width: 767.98px) {
  img[alt=Empresa],
  img[alt=Contacte_con_nosotros],
  img[alt=banner_formacion],
  img[alt=Lapesa] {
    -o-object-fit: cover;
       object-fit: cover;
    height: 300px;
  }
}
.texto_cursiva {
  font-size: 24px;
  line-height: 24px;
  font-family: "Satisfy", cursive;
  color: #777777;
}

.descripcion-descp {
  font-size: 17px;
  line-height: 24px;
  color: #777777;
}

.descripcion-info {
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  font-weight: 500;
  padding-right: 16px;
}

.item-product-home {
  position: relative;
  height: 450px;
  display: flex;
  align-items: flex-end;
  flex-wrap: nowrap;
  padding: 30px;
}

.img_worldwide {
  width: 100% !important;
}

.cabecera-grupo-empresarial {
  text-align: center;
  height: 500px;
}
.cabecera-grupo-empresarial .wp-block-cover {
  height: 500px;
  align-items: flex-start;
}
.cabecera-grupo-empresarial .wp-block-cover h1 {
  position: relative;
  z-index: 1;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  font-size: 52px;
  line-height: 52px;
  color: #ffffff;
  font-weight: 700;
  padding-top: 50px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.cabecera-grupo-empresarial .wp-block-cover p {
  position: relative;
  z-index: 1;
  font-style: italic;
  color: #ffffff;
  font-size: 30px;
  line-height: 32px;
  font-weight: 500;
}
.cabecera-grupo-empresarial .wp-block-cover p span {
  position: relative;
}
.cabecera-grupo-empresarial .wp-block-cover p span svg {
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .cabecera-grupo-empresarial .wp-block-cover p {
    font-size: 27px;
  }
}

.grupo-empresarial-descripcion {
  margin-top: 44px;
  margin-bottom: 60px;
}

.empresa-box {
  min-height: 784px;
  margin-bottom: 30px;
}
.empresa-box .wp-block-image img {
  width: 100%;
}
.empresa-box .empresa-box-image {
  margin: 0;
}
.empresa-box .bloque_descripcion_box {
  border: 2px solid #ffffff;
  margin-bottom: 30px;
  background: #f7f7f7;
  padding: 35px;
  color: #666666;
}
.empresa-box h2.empresa-box-title {
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}
.empresa-box .bloque_descripcion_box p {
  color: #666666;
  font-size: 16px;
  line-height: 22px;
}

.grupo-empresarial-boxes {
  gap: 100px;
}

.grupo-empresarial-mapa iframe {
  width: 100%;
  height: 304px;
  border: 2px solid #ffffff !important;
}

@media (max-width: 767.98px) {
  .grupo-empresarial-certificaciones .wp-block-column {
    border-right: 0px !important;
  }
  .grupo-empresarial-boxes {
    gap: 0px;
  }
}
.bloque_descripcion_box ul.texto-lista {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 18px;
}

.grupo-empresarial-certificaciones .wp-block-column {
  border-right: 1px solid #333333;
  padding: 15px 20px;
  min-height: 380px;
}
.grupo-empresarial-certificaciones .wp-block-image img {
  width: 100% !important;
}

.linea {
  position: relative;
  text-align: center;
  font-size: 15px;
  line-height: 17px;
  font-family: "Roboto Slab", serif;
  margin: 15px auto 31px;
}

span#linea-check {
  background: #efefef;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 10px;
}

span#linea-check svg {
  font-size: 20px;
  line-height: 24px;
  color: #DB2504;
}

.linea:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0px;
  right: 0px;
  height: 1.2px;
  background: #333333;
}

.fa-check:before {
  content: "\f00c";
}

.bloque_2img {
  margin-bottom: 20px;
  min-height: 280px;
}
.bloque_2img .wp-block-image {
  width: 130px;
  margin-left: auto;
  margin-right: auto;
}

.bloque5colum {
  font-size: 13px;
  line-height: 18px;
  color: #000000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.img_pdf {
  padding-right: 5px !important;
}

.descargar_archivo_box p a {
  color: #1e73be !important;
}

.cabecera-contacto {
  height: 350px !important;
}
.cabecera-contacto .cabecera-title {
  text-transform: none !important;
}
.cabecera-contacto .wp-block-cover {
  height: 350px !important;
}
.cabecera-contacto .wp-block-cover img {
  width: 100% !important;
  height: 350px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: center center !important;
     object-position: center center !important;
}

.bloque_contacto_general {
  margin-top: 44px;
  gap: 50px;
}

@media (max-width: 767.98px) {
  .bloque_contacto_general {
    gap: 0px;
  }
}
.bloque_info_oficinas {
  margin-bottom: 20px;
}
.bloque_info_oficinas .bloque_info_box {
  padding: 10px;
  border: 2px solid #ffffff;
  background: #efefef;
  color: #555555;
}
.bloque_info_oficinas .btn_contacto a:hover {
  color: #ffffff !important;
}
.bloque_info_oficinas .btn_contacto a {
  transition: all 0.3s;
  text-decoration: none;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  border: 1px solid #555555;
  padding: 12px 24px;
  border-radius: 3px;
  color: #555555;
  display: inline-block;
}
.bloque_info_oficinas .btn_contacto:hover {
  background: #333333;
  color: #ffffff !important;
}
.bloque_info_oficinas h2.info_oficinas_title {
  font-size: 17px;
  text-transform: uppercase;
  line-height: 19px;
  color: #ffffff;
  padding: 10px;
  background: #4985C8;
  font-weight: 700;
}

.form_contacto_ayuda {
  border-radius: 5px;
  border: 1px solid #333333;
  padding: 10px 10px 60px;
}
.form_contacto_ayuda h3.form_ayuda_title {
  position: relative;
  text-align: center;
  font-size: 15px;
  line-height: 17px;
  font-family: "Roboto Slab", serif;
  margin: 21px auto 31px;
  width: 60%;
}
.form_contacto_ayuda h3.form_ayuda_title::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 0px;
  right: 0px;
  height: 1px;
  background: #333333;
}
.form_contacto_ayuda h3.form_ayuda_title span {
  background: #efefef;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 10px;
}

.form_trabaje {
  border-radius: 5px;
  border: 1px solid #333333;
  padding: 10px;
  margin-bottom: 50px;
}
.form_trabaje .form_contacto .form-type-email {
  width: 50% !important;
  float: left !important;
}
.form_trabaje .form_contacto .form-type-select {
  float: left !important;
}

.trabaje_pag {
  padding: 70px 0;
}

.trabaje_pag h1 {
  font-family: "Roboto Slab", serif;
  font-size: 34px;
  line-height: 52px;
  color: #002d54;
  font-weight: 700;
  margin-bottom: 20px;
}

.form_contacto .form-type-tel,
.form_contacto .form-type-textfield,
.form_contacto .form-type-number,
.form_contacto .form-type-date {
  margin-bottom: 4px;
  padding-left: 15px;
  padding-right: 15px;
  width: 50%;
  float: left;
}
.form_contacto .js-form-item input {
  border-radius: 2px;
}
.form_contacto .form-type-select {
  width: 50% !important;
  margin-bottom: 4px;
  padding-left: 15px;
  padding-right: 15px;
}
.form_contacto .form-type-email,
.form_contacto div.js-form-item-mensaje,
.form_contacto .js-form-type-checkbox,
.form_contacto .form-type-textarea {
  width: 100% !important;
  margin-bottom: 4px;
  padding-left: 15px;
  padding-right: 15px;
}
.form_contacto input.webform-button--submit:hover {
  background: #333333;
  color: #ffffff;
}
.form_contacto input.webform-button--submit {
  border: 1px solid #333333;
  color: #333333;
  border-radius: 0px;
  background: #ffffff;
  margin-left: 15px;
  padding: 12px 24px;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

h1.titulo-aviso {
  font-family: "Roboto Slab", serif;
  font-size: 34px;
  line-height: 52px;
  color: #002d54 !important;
  font-weight: 700;
  margin-bottom: 20px;
}

.area-privada-menu-usuario {
  padding: 15px;
  background: #ffffff;
  color: #002d54;
}
.area-privada-menu-usuario .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.area-privada-menu-usuario .row svg {
  font-size: 22px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}

.cabecera {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
}
.cabecera img {
  width: 100% !important;
  height: 600px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: center center !important;
     object-position: center center !important;
}
.cabecera .wp-block-cover {
  height: 600px;
}
.cabecera .cabecera-title {
  text-transform: uppercase;
  font-size: 50px;
  line-height: 50px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}

.cabecera-cover-no-bakcground .wp-block-cover__background {
  display: none;
}

.node-2201 .cabecera-cover-no-bakcground .wp-block-cover__background {
  background-color: rgba(0, 0, 0, 0.3) !important;
  display: initial !important;
}

#cabeceras-area-privada {
  height: 300px;
  margin-bottom: 40px;
}

.area-privada-browse {
  padding: 0 0 60px;
}
.area-privada-browse .area-privada-header h1 {
  text-transform: none;
  font-size: 30px !important;
  margin-bottom: 15px !important;
  line-height: 32px !important;
  margin: 0px;
  font-weight: 400 !important;
  color: #333333 !important;
  font-family: "Roboto", sans-serif !important;
}
.area-privada-browse .area-privada-header .descripcion-area-privada {
  font-size: 17px;
  line-height: 21px;
  color: #777777;
}
.area-privada-browse .area-privada-header .atras a {
  background: url(../img/root.png) no-repeat left center;
  margin-top: 20px;
  display: block;
  padding: 3px 0 3px 36px;
  text-decoration: underline;
  color: #002d54;
  transition: color 0.3s ease;
}
.area-privada-browse #carpetas {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
.area-privada-browse #carpetas .col-md-3 {
  margin-bottom: 20px;
}
.area-privada-browse #carpetas a.carpeta {
  display: block;
  background: #e6b51f;
}
.area-privada-browse #carpetas a.carpeta h2 {
  color: #ffffff;
  margin-bottom: 30px !important;
}
.area-privada-browse #carpetas a.carpeta span {
  border: 2px solid #ffffff;
  color: #ffffff;
  background: #e6b51f;
}
.area-privada-browse #carpetas a.carpeta:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.area-privada-browse #carpetas a.carpeta:hover span {
  border: 2px solid #e6b51f;
  color: #e6b51f;
  background: #ffffff;
}
.area-privada-browse #carpetas a {
  height: 100%;
  transition: all 0.3s;
  border-radius: 5px;
  padding: 30px;
  background: #ffffff;
  flex-direction: column;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.area-privada-browse #carpetas a img {
  margin-bottom: 15px;
}
.area-privada-browse #carpetas a h2 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 10px;
}
.area-privada-browse #carpetas a span {
  transition: all 0.3s;
  padding: 10px 30px;
  border: 2px solid #333333;
  border-radius: 5px;
  font-weight: 700;
  background: #ffffff;
}
.area-privada-browse #carpetas a .name_date,
.area-privada-browse #carpetas a .name_weight {
  font-size: 14px;
  line-height: 16px;
  color: #999999;
  margin-bottom: 10px;
}
.area-privada-browse #carpetas a:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.area-privada-browse #carpetas a:hover span {
  border: 2px solid #ffffff;
  color: #ffffff;
  background: #333333;
}

.informacion_tecnica .cabecera-informacion-tecnica {
  height: 400px !important;
  text-align: center;
}
.informacion_tecnica .cabecera-informacion-tecnica .wp-block-cover {
  height: 400px !important;
}
.informacion_tecnica .cabecera-informacion-tecnica .wp-block-cover img {
  width: 100% !important;
  height: 400px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: center center !important;
     object-position: center center !important;
}
.informacion_tecnica .bloque_informacion_tecnica {
  padding: 50px 15px;
  background: #f6f6f6;
}
.informacion_tecnica .bloque_informacion_tecnica .informacion-tecnica-contenido {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.informacion_tecnica .bloque_informacion_tecnica .informacion-tecnica-contenido .wp-block-group__inner-container {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.informacion_tecnica .bloque_informacion_tecnica .informacion-tecnica-contenido .informacion-tecnica-content {
  width: 32.8%;
  border: 2px solid #ffffff;
  padding: 30px;
}
.informacion_tecnica .bloque_informacion_tecnica .informacion-tecnica-contenido .informacion-tecnica-content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.informacion_tecnica .bloque_informacion_tecnica .informacion-tecnica-contenido .informacion-tecnica-content p {
  display: block;
  color: #002d54;
  font-weight: 700;
  font-size: 15px;
  line-height: 17px;
  padding-left: 30px;
  margin-bottom: 15px;
  background: url("../img/hand-right.png") no-repeat top left;
  width: 100%;
}
.informacion_tecnica .block-integra-informacion-tecnica-block {
  padding: 50px 15px;
  background: #f6f6f6;
}
.informacion_tecnica .block-integra-informacion-tecnica-block .informacion-tecnica-block {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.informacion_tecnica .block-integra-informacion-tecnica-block .informacion-tecnica-block .row {
  max-width: 1400px;
  margin: 0 auto;
}
.informacion_tecnica .block-integra-informacion-tecnica-block .informacion-tecnica-block .col-lg-12 {
  border: 2px solid #ffffff;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
.informacion_tecnica .block-integra-informacion-tecnica-block .informacion-tecnica-block .col-lg-12 .info_logo {
  text-align: center;
}
.informacion_tecnica .block-integra-informacion-tecnica-block .informacion-tecnica-block .col-lg-12 .info_logo img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.informacion_tecnica .block-integra-informacion-tecnica-block .informacion-tecnica-block .col-lg-12 a.info_titulo {
  display: block;
  color: #002d54;
  font-weight: 700;
  font-size: 15px;
  line-height: 17px;
  padding-left: 30px;
  margin-bottom: 15px;
  background: url("../img/hand-right.png") no-repeat top left;
  width: 100%;
}
.informacion_tecnica .block-integra-informacion-tecnica-block .informacion-tecnica-block .col-lg-12 .table-responsive tr th {
  color: #777777;
  border-bottom-width: 1px;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 700;
  background: #F6F6F6;
}
.informacion_tecnica .block-integra-informacion-tecnica-block .informacion-tecnica-block .col-lg-12 .table-responsive tr th:last-child,
.informacion_tecnica .block-integra-informacion-tecnica-block .informacion-tecnica-block .col-lg-12 .table-responsive tr td a {
  color: #FF0000;
}
.informacion_tecnica .block-integra-informacion-tecnica-block .informacion-tecnica-block .col-lg-12 .table-responsive tr td {
  color: #777777;
  font-size: 11px;
  text-transform: uppercase;
  background: #F6F6F6;
}

.cabecera-formacion {
  height: 400px !important;
  text-align: center;
}
.cabecera-formacion .wp-block-cover {
  height: 400px !important;
  align-items: flex-start;
}
.cabecera-formacion .wp-block-cover img {
  width: 100% !important;
  height: 400px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: center center !important;
     object-position: center center !important;
}
.cabecera-formacion .wp-block-cover h1 {
  text-transform: uppercase;
  font-size: 50px;
  line-height: 50px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0px 0 10px 0;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  padding-top: 36px;
}
.cabecera-formacion .wp-block-cover p {
  font-size: 40px;
  line-height: 40px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}

.bloque_cajas .caja_jornada h4 {
  background: #115886;
}
.bloque_cajas .caja_jornada h3 {
  color: #115886;
}
.bloque_cajas .caja_webinar h4 {
  background: #E3A603;
}
.bloque_cajas .caja_webinar h3 {
  color: #E3A603;
}
.bloque_cajas .caja_formaciones {
  box-shadow: 6px 6px 14px -7px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  margin: 0 10px 20px 10px;
  padding: 15px 20px;
}
.bloque_cajas .caja_formaciones .wp-block-image {
  padding-bottom: 20px;
  margin: 0 auto;
}
.bloque_cajas .caja_prox_formaciones {
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  display: block;
}
.bloque_cajas h4.caja_titulo_formaciones {
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  display: block;
  color: #ffffff;
  margin-bottom: 20px;
  padding: 5px;
}
.bloque_cajas h3.caja_subtitulo_formaciones {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  display: block;
  margin-bottom: 20px;
}

.bloque-jornadas {
  padding: 40px 15px 50px;
  background: #f6f6f6;
}

h2.titulo_linea::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0px;
  right: 0px;
  height: 1px;
  background: #333333;
}

.bloque-jornadas .titulo_linea span {
  background: #f6f6f6;
}

h2.titulo_linea {
  position: relative;
  text-align: center;
  font-size: 15px;
  line-height: 17px;
  font-family: "Roboto Slab", serif;
  margin: 0 auto 31px;
}

h2.titulo_linea span {
  background: #efefef;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 10px;
}

.bloque_noticias {
  padding: 40px 15px 50px;
}
.bloque_noticias h2 {
  margin: 0 auto 31px;
}

.bloque_noticias .noticias-relacionadas {
  padding: 10px;
  border: 3px solid white;
}
.bloque_noticias .noticias_relacionadas_teaser {
  display: flex;
}
.bloque_noticias .noticias_relacionadas_teaser__image {
  width: 49%;
}
.bloque_noticias .noticias_relacionadas_teaser__content {
  width: 49%;
}
.bloque_noticias .noticias_relacionadas_teaser__date {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: flex;
  margin-top: 6px;
}
.bloque_noticias .noticias_relacionadas_teaser__date::before {
  content: "\f073";
  /* Código Unicode del icono de calendario */
  font-family: "Font Awesome 5 Free";
  font-size: 30px;
  display: inline-block;
  vertical-align: sub;
  margin-right: 20px;
}
.bloque_noticias h2.noticias_relacionadas_teaser__title {
  background: #3A70B8;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #ffffff;
  padding: 12px 15px;
  margin-bottom: 20px;
}
.bloque_noticias h2.noticias_relacionadas_teaser__title span.field--name-title {
  text-transform: initial;
}
.bloque_noticias .noticias_relacionadas_teaser__body {
  color: #777777;
  font-size: 15px;
  line-height: 22px;
}
.bloque_noticias .swiper-pagination span {
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
  border-radius: 20px;
  background: #869791;
}

.btn_masinfo a:hover {
  color: #ffffff;
  background: #333333;
}

.btn_masinfo a {
  text-decoration: none;
  transition: all 0.3s;
  display: inline-block;
  margin-top: 10px;
  color: #333333;
  border: 1px solid #333333;
  font-size: 13px;
  line-height: 13px;
  padding: 10px 20px;
  font-weight: 500;
  border-radius: 0px;
}

.nuestros-productos-items {
  gap: 10px;
  margin-left: 0px;
  margin-right: 0px;
  border-bottom: 1px solid #333333;
  padding-bottom: 50px;
}
.nuestros-productos-items .item-product-home h3.title {
  font-size: 30px;
  line-height: 32px;
  font-weight: 900;
  margin-bottom: 20px;
  color: #ffffff;
}
.nuestros-productos-items .item-product-home p.info {
  font-size: 17px;
  line-height: 24px;
  color: #ffffff;
}
.nuestros-productos-items .item-product-home .btn_masinfo a {
  color: white !important;
  border: 1px solid #ffffff !important;
}
.nuestros-productos-items .item-product-home .btn_masinfo a:hover {
  color: #ffffff;
  background: #333333;
}
.nuestros-productos-items .columna_azul .col_azul {
  border-top-left-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.nuestros-productos-items .columna_azul .col_azul span {
  background-color: unset !important;
}
.nuestros-productos-items .columna_azul .col_azul img {
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.nuestros-productos-items .columna_azul .col_azul:hover {
  background: url(../img/ACS_cathome.jpg) no-repeat center;
  background-size: cover;
}
.nuestros-productos-items .columna_azul .col_azul:hover img {
  opacity: 0;
}
.nuestros-productos-items .columna_naranja .col_naranja {
  transition: all 0.3s ease;
}
.nuestros-productos-items .columna_naranja .col_naranja span {
  background-color: unset !important;
}
.nuestros-productos-items .columna_naranja .col_naranja img {
  transition: all 0.3s ease;
  opacity: 1;
}
.nuestros-productos-items .columna_naranja .col_naranja:hover {
  background: url(../img/GLP_cathome.jpg) no-repeat center;
  background-size: cover;
}
.nuestros-productos-items .columna_naranja .col_naranja:hover img {
  opacity: 0;
}
.nuestros-productos-items .columna_verde .col_verde {
  transition: all 0.3s ease;
}
.nuestros-productos-items .columna_verde .col_verde span {
  background-color: unset !important;
}
.nuestros-productos-items .columna_verde .col_verde img {
  transition: all 0.3s ease;
  opacity: 1;
}
.nuestros-productos-items .columna_verde .col_verde:hover {
  background: url(../img/GNL_cathome.jpg) no-repeat center;
  background-size: cover;
}
.nuestros-productos-items .columna_verde .col_verde:hover img {
  opacity: 0;
}
.nuestros-productos-items .columna_gris .col_gris {
  transition: all 0.3s ease;
  border-bottom-right-radius: 50px;
}
.nuestros-productos-items .columna_gris .col_gris span {
  background-color: unset !important;
}
.nuestros-productos-items .columna_gris .col_gris img {
  transition: all 0.3s ease;
  opacity: 1;
}
.nuestros-productos-items .columna_gris .col_gris:hover {
  background: url(../img/ESP_cathome.jpg) no-repeat center;
  background-size: cover;
}
.nuestros-productos-items .columna_gris .col_gris:hover img {
  opacity: 0;
}

h2.titulo_cursiva {
  font-size: 34px;
  line-height: 36px;
  font-family: "Satisfy", cursive;
  color: #777777;
  margin-bottom: 15px;
}

h2.titulos_home span {
  font-size: 21px !important;
}

.bloque_base_footer {
  text-align: center;
  margin-bottom: 5px;
  padding: 30px 0;
}
.bloque_base_footer .wp-block-column.text-left {
  margin-top: 40px;
}
.bloque_base_footer .wp-block-cover__background.has-background-dim {
  background: none !important;
}
.bloque_base_footer .title_base_footer {
  font-size: 25px;
  line-height: 28px;
  color: #ffffff;
  font-family: "Roboto Slab", serif;
  margin-bottom: 20px;
  background: rgba(0, 45, 84, 0.4);
  padding: 10px;
}
.bloque_base_footer .column_base_footer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.bloque_base_footer .column-left {
  margin-left: -10px;
  min-width: 300px;
  display: inline-block !important;
  position: relative;
  vertical-align: middle;
  margin-right: 20px;
  z-index: 1;
}
.bloque_base_footer .column-right {
  min-width: 300px;
  display: inline-block !important;
  position: relative;
  vertical-align: middle;
  margin-left: 20px;
  z-index: 1;
}
.bloque_base_footer .base_footer_title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.bloque_base_footer h3.base_footer_title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #0E3B6C !important;
}
.bloque_base_footer p {
  font-weight: 700;
  color: #333333;
  padding: 9px 14px;
  margin-bottom: 0px;
  font-size: 14px;
}
.bloque_base_footer .icon_base_footer {
  font-size: 52px;
  display: inline-block;
  vertical-align: middle;
  color: #000;
}
.bloque_base_footer div.arrow-right {
  left: -11px;
  border-left-width: 0 !important;
  border-right-color: #999 !important;
  border-right-color: rgba(0, 0, 0, 0.25) !important;
}
.bloque_base_footer div.arrow-left {
  right: -11px;
  border-right-width: 0 !important;
  border-left-color: #999 !important;
  border-left-color: rgba(0, 0, 0, 0.25) !important;
}
.bloque_base_footer div.arrow-right::after {
  left: 1px !important;
  bottom: -10px;
  border-left-width: 0 !important;
  border-right-color: #fff !important;
}
.bloque_base_footer div.arrow-left::after {
  right: 1px;
  border-right-width: 0 !important;
  border-left-color: #fff !important;
}
.bloque_base_footer div.arrow {
  top: 50%;
  margin-top: -11px;
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 11px;
}
.bloque_base_footer div.arrow::after {
  content: " ";
  bottom: -10px;
  border-width: 10px;
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

div#carpetas .bloque_carpeta {
  background: #e6b51f;
}

/* Contenedor principal adaptado */
.acs-products-filtering {
  margin: 0 30px;
  font-family: "Roboto, sans-serif" !important;
}

/* Títulos (h2) */
.acs-products-filtering h2 {
  position: relative;
  text-align: center;
  font-size: 22px;
  line-height: 24px;
  margin: 21px auto 50px;
}

.acs-products-filtering h2 span {
  background: #efefef;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 10px;
}

.acs-products-filtering h2::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  height: 1px;
  background: #333;
  /* Reemplaza #333 por el color deseado (antes @texto) */
}

/* Botones de filtros (parte superior) */
.acs-products-filtering .filter-buttons {
  text-align: center;
  margin-bottom: 50px;
  font-family: "Roboto, sans-serif";
}

.acs-products-filtering .filter-buttons button {
  font-family: "Roboto Slab", serif !important;
  text-transform: uppercase;
  padding: 18px 32px;
  color: #000000;
  background: rgba(29, 182, 66, 0.8);
  /* Ajusta este valor */
  border: none;
  box-shadow: none;
  text-shadow: none;
  font-weight: bold;
  margin-right: 5px;
  cursor: pointer;
}

.acs-products-filtering .filter-buttons button svg {
  margin-right: 5px;
}

.acs-products-filtering .filter-buttons button.active {
  color: #ffffff;
  background: rgba(50, 145, 194, 0.75);
}

.acs-products-filtering .filter-buttons button:focus {
  outline: 0;
}

/* Bordes redondeados específicos */
.acs-products-filtering .filter-buttons .button-acs {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.acs-products-filtering .filter-buttons .button-inercia {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

/* Títulos dentro de .titles */
.acs-products-filtering .titles .acs-title,
.acs-products-filtering .titles .inercia-title {
  position: relative;
  text-align: center;
  font-size: 22px;
  line-height: 24px;
  font-family: "Roboto Slab", serif;
  margin: 21px auto 50px;
}

/* Contenido de filtrado: columnas de filtros y listado */
.acs-products-filtering .filtering-content {
  display: flex;
  flex-wrap: wrap;
  background-color: #ffffff;
  font-family: "Roboto Slab", serif;
}

/* Columna de filtros (aside) */
.acs-products-filtering .filtering-content .filter-column {
  width: 20%;
  /* Ajusta este valor si lo necesitas */
  padding: 20px 10px;
}

.acs-products-filtering .filtering-content .filter-column .info-filter-acs,
.acs-products-filtering .filtering-content .filter-column .info-filter-inercia {
  text-align: center;
  margin-bottom: 20px;
  width: 100%;
}

.acs-products-filtering .filtering-content .filter-column .info-filter-acs h3,
.acs-products-filtering .filtering-content .filter-column .info-filter-inercia h3 {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  margin-bottom: 14px;
}

.acs-products-filtering .filtering-content .filter-column .info-filter-acs p,
.acs-products-filtering .filtering-content .filter-column .info-filter-inercia p {
  font-size: 13px;
  line-height: 17px;
}

/* Contenedor para taxonomía y notas */
.acs-products-filtering .filtering-content .filter-column .taxonomy-tree {
  margin-bottom: 20px;
}

.acs-products-filtering .filtering-content .filter-column .taxonomy-tree ul {
  list-style: none;
  padding: 20px;
}

.acs-products-filtering .filtering-content .filter-column .taxonomy-tree li {
  list-style: none;
}

.acs-products-filtering .filtering-content .filter-column .taxonomy-tree details.filter-group summary {
  padding: 10px 40px 10px 20px;
  position: relative;
  display: block;
  background-color: #E6E6E6;
  list-style: none;
  font-size: 13px;
  padding-right: 40px;
}
.acs-products-filtering .filtering-content .filter-column .taxonomy-tree details.filter-group summary::-webkit-details-marker {
  display: none;
}
.acs-products-filtering .filtering-content .filter-column .taxonomy-tree details.filter-group summary::marker {
  content: "";
}
.acs-products-filtering .filtering-content .filter-column .taxonomy-tree details.filter-group summary::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("../img/open.png") no-repeat center center;
}
.acs-products-filtering .filtering-content .filter-column .taxonomy-tree details.filter-group[open] summary::after {
  background: url("../img/close-p.png") no-repeat center center;
  background-size: contain;
}

.acs-products-filtering .filtering-content .filter-column .notes p {
  color: #666666;
  margin-top: 10px;
}

.acs-products-filtering .filtering-content .filter-column button {
  text-align: center;
  border: none;
  background: #333333;
  color: #ffffff;
  text-transform: uppercase;
  display: block;
  margin: 0 auto 20px auto;
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 2px;
  transition: all 0.3s;
}
.acs-products-filtering .filtering-content .filter-column button:hover {
  background: #A60202;
}

/* Columna de productos */
.acs-products-filtering .filtering-content .products-column {
  width: 80%;
  /* Si la columna de filtros ocupa el 25% */
  padding: 20px 10px;
}

/* Estilos para el listado de productos */
.acs-products-filtering .filtering-content .products-column .product {
  width: 16.666%;
  margin-bottom: 30px;
}

.acs-products-filtering .filtering-content .products-column .products-group {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

@media (max-width: 1300px) {
  #acs .contenido .right .product {
    width: 25%;
  }
}
@media (max-width: 1500px) {
  #acs .contenido .right .product {
    width: 20%;
  }
}
#acs .contenido .right .product {
  width: 16.666%;
  margin-bottom: 30px;
}

.acs-products-filtering .filtering-content .products-column .product .product-box {
  background: #eeeeee;
  margin: 0 5px;
  padding: 15px;
  height: 100%;
}

.acs-products-filtering .filtering-content .products-column .product .product-box img {
  border: 1px solid #999999;
  display: block;
  margin: 0 auto 20px;
  max-width: 100%;
}

.acs-products-filtering .filtering-content .products-column .product .product-box h3 {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 20px;
}

.acs-products-filtering .filtering-content .products-column .product .product-box button {
  position: relative;
  padding: 10px 40px 10px 20px;
  border: none;
  border-radius: 0;
  display: inline-block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.09);
  font-size: 13px;
  line-height: 15px;
  font-weight: bold;
  cursor: pointer;
}

.acs-products-filtering .filtering-content .products-column .product .product-box button:focus {
  outline: 0;
}

.acs-products-filtering .filtering-content .products-column .product .product-box button svg {
  position: absolute;
  top: 12px;
  right: 16px;
  background: #333;
  border-radius: 100%;
  border: 1px solid #333;
}

.acs-products-filtering .filtering-content .products-column .product .product-box button svg path {
  fill: #D9D9D9;
}

.acs-products-filtering .filtering-content .products-column .product .product-box button:not(.collapsed) {
  background: #F6DB09;
}

.acs-products-filtering .filtering-content .products-column .product .product-box button:not(.collapsed) svg {
  transform: rotate(180deg);
}

.acs-products-filtering .filtering-content .products-column .product .product-box button:not(.collapsed) svg path {
  fill: #F6DB09;
}

/* Estilos para la lista de modelos */
.acs-products-filtering .filtering-content .products-column .product .product-box .modelos {
  padding: 15px 15px 11px 15px;
  border: 1px solid #dddddd;
  text-align: center;
}

.acs-products-filtering .filtering-content .products-column .product .product-box .modelos a {
  min-width: 110px;
  margin: 0 auto 4px;
  display: inline-block;
  transition: all 0.3s;
  background: #000;
  /* Ajusta este valor (antes @texto) */
  border-radius: 3px;
  color: #ffffff;
  font-weight: bold;
  padding: 5px 25px;
  font-size: 13px;
  line-height: 15px;
}

.acs-products-filtering .filtering-content .products-column .product .product-box .modelos a:hover {
  background: #F6DB09;
  color: #000;
  /* Ajusta este valor */
}

/* Contenedores para reubicación dinámica de productos */
.acs-products-filtering .product-container {
  display: none;
}

/* Los contenedores dinámicos se mostrarán según el botón seleccionado.
     Puedes ajustar estilos específicos desde JS o CSS adicional. */
/* -----------------------------------------------------------
     Media Queries - Ajusta los breakpoints según tus necesidades
  ------------------------------------------------------------ */
/* Para pantallas de hasta 1500px */
@media (max-width: 1500px) {
  .acs-products-filtering .filtering-content .products-column .product {
    width: 20%;
  }
}
/* Para pantallas hasta 1300px */
@media (max-width: 1300px) {
  .acs-products-filtering .filtering-content .products-column .product {
    width: 25%;
  }
  .acs-products-filtering .filtering-content .filter-column {
    width: 25%;
  }
  .acs-products-filtering .filtering-content .products-column {
    width: 75%;
  }
}
/* Para pantallas grandes (approx. min-width: 1200px) */
@media (min-width: 1200px) {
  .node--type-productos #cabeceras h2 {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 991.98px) {
  .acs-products-filtering .filtering-content .products-column {
    width: 100%;
  }
  .acs-products-filtering .filtering-content .filter-column {
    width: 100%;
  }
}
/* Para pantallas entre 992px y 1199px */
@media (min-width: 992px) and (max-width: 1199px) {
  .node--type-productos #cabeceras h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .node--type-productos #cabeceras {
    height: 300px;
  }
  .node--type-productos #cabeceras p {
    font-size: 20px;
    line-height: 24px;
  }
  .node--type-productos .cd-intro b {
    font-size: 20px;
    line-height: 20px;
  }
  .node--type-productos .info ul li {
    border-right: none;
  }
  #block-views-sliders-block .carousel-control {
    display: none;
  }
  .acs-products-filtering .filtering-content .products-column .product {
    width: 25%;
  }
  .acs-products-filtering .filtering-content .filter-column,
  .acs-products-filtering .filtering-content .products-column {
    width: 100%;
  }
}
/* Para pantallas hasta 900px */
@media (max-width: 900px) {
  .acs-products-filtering .filtering-content .products-column .product {
    width: 33.333%;
  }
}
/* Para pantallas entre 768px y 991px */
@media (min-width: 768px) and (max-width: 991px) {
  .node--type-productos #cabeceras h2 {
    font-size: 30px;
    line-height: 30px;
    padding-top: 170px;
  }
  .node--type-productos #cabeceras p {
    font-size: 18px;
    line-height: 22px;
  }
  .node--type-productos #cabeceras {
    height: 250px;
  }
}
/* Para pantallas hasta 700px */
@media (max-width: 700px) {
  .acs-products-filtering .filtering-content .products-column .product {
    width: 50%;
  }
}
/* Para pantallas hasta 500px */
@media (max-width: 500px) {
  .acs-products-filtering .filtering-content .products-column .product {
    width: 100%;
  }
}
/* Para pantallas extra pequeñas */
@media (max-width: 576px) {
  .acs-products-filtering .filter-buttons button {
    border-radius: 10px;
    width: 100%;
  }
  .acs-products-filtering .filter-buttons .button-acs {
    margin-bottom: 10px;
  }
}
/*------------------------------------
  Redes Comerciales Tabs    
------------------------------------*/
.redes-comerciales-tabs {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 20px;
}

/* Contenedor de pestañas */
.redes-comerciales .tabs-sidebar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.redes-comerciales .tabs-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.redes-comerciales .tabs-sidebar ul li {
  position: relative;
}

/* Enlaces de pestaña */
.redes-comerciales .tabs-sidebar ul li a.tab-link {
  display: inline-block;
  background: #f1f1f1;
  transition: all 0.3s;
  font-size: 13px;
  padding: 0.25rem 0.5rem;
  margin: 0.25rem 0;
  border: 1px dotted #333;
  border-radius: 0;
  text-transform: uppercase;
  color: #002d54;
  text-decoration: none;
  width: 100%;
}

.redes-comerciales .tabs-sidebar ul li a.tab-link:hover {
  background: #333;
  color: #fff;
}

/* Estado activo */
.redes-comerciales .tabs-sidebar ul li.active a.tab-link {
  background: #333;
  color: #fff;
}

/* Triángulo indicador */
.redes-comerciales .tabs-sidebar ul li.active::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 10px solid #333;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

/* RTL support */
html[dir=rtl] .redes-comerciales .tabs-sidebar ul li.active::after {
  left: -10px;
  right: auto;
  border-left: 0;
  border-right: 10px solid #333;
}

/*------------------------------------
  Contenido de pestañas
------------------------------------*/
.redes-comerciales .tabs-content {
  width: 100%;
  border: 1px solid #333;
}

/* Cada panel */
.redes-comerciales .tab-content {
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

/*------------------------------------
  Items internos (“wrappers”)
------------------------------------*/
.redes-comerciales .tab-content .wrapper {
  width: 232px;
  height: 280px;
  background: #fff;
  margin: 0 4px 20px;
  padding: 15px;
}

.redes-comerciales .tab-content .wrapper .area,
.redes-comerciales .tab-content .wrapper .person {
  font-weight: 700;
}

.redes-comerciales .tab-content .wrapper .area {
  margin-bottom: 20px;
  text-transform: uppercase;
}

.redes-comerciales .tab-content .wrapper span {
  display: block;
  font-size: 13px;
}

/*------------------------------------
  Responsive
------------------------------------*/
@media (max-width: 1199.98px) {
  .redes-comerciales .tab-content .wrapper {
    width: 216px;
  }
}
@media (max-width: 575.98px) {
  .redes-comerciales-tabs {
    gap: 10px;
  }
  .redes-comerciales .tab-content {
    padding: 10px;
  }
  .redes-comerciales .tab-content .wrapper {
    width: 100%;
  }
}
.cabecera-cover-no-bakcground .wp-block-cover__background {
  display: none;
}

.grupo-empresarial-descripcion .descripcion-info-izquierda {
  max-width: 350px;
}
.grupo-empresarial-descripcion .descripcion-info-derecha {
  font-size: 17px;
  line-height: 24px;
  color: #777777;
}
@media (max-width: 769px) {
  .grupo-empresarial-descripcion .descripcion-info-izquierda {
    max-width: 100%;
  }
}

#red {
  padding: 50px 15px;
  background: #f6f6f6;
}

h2.titulo_linea_parcial {
  position: relative;
  text-align: center;
  font-size: 15px;
  line-height: 17px;
  font-family: "Roboto Slab", serif;
  margin: 0 auto 30px;
  max-width: 480px;
}

h2.titulo_linea_parcial span {
  background: #f6f6f6;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 10px;
}

h2.titulo_linea_parcial::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0px;
  right: 0px;
  height: 1px;
  background: #333333;
}

h2.titulo_linea_parcial_asistencia {
  position: relative;
  text-align: center;
  font-size: 15px;
  line-height: 17px;
  font-family: "Roboto Slab", serif;
  margin: 0 auto 30px;
  max-width: 720px;
}

h2.titulo_linea_parcial_asistencia span {
  background: #f6f6f6;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 10px;
}

h2.titulo_linea_parcial_asistencia::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0px;
  right: 0px;
  height: 1px;
  background: #333333;
}

.cabecera-red-comercial {
  height: 400px !important;
}
.cabecera-red-comercial .wp-block-cover {
  height: 400px !important;
}
.cabecera-red-comercial .wp-block-cover img {
  width: 100% !important;
  height: 400px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: center center !important;
     object-position: center center !important;
}

.mapa-red-comercial .mapa {
  padding: 40px 15px 50px;
}
.mapa-red-comercial .mapa iframe {
  width: 100%;
  height: 304px;
  border: 2px solid #ffffff !important;
}

.cabecera-imagen-lateral {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}
.cabecera-imagen-lateral .wp-block-cover__inner-container {
  position: absolute;
  top: 50px;
  right: 50px;
  display: flex;
  justify-content: flex-end;
}
.cabecera-imagen-lateral .wp-block-cover__inner-container figure {
  width: 400px;
}
.cabecera-imagen-lateral .wp-block-cover__inner-container figure img {
  height: auto !important;
}
.cabecera-imagen-lateral img {
  width: 100% !important;
  height: 500px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: center center !important;
     object-position: center center !important;
}
.cabecera-imagen-lateral .wp-block-cover {
  height: 600px;
}
.cabecera-imagen-lateral .cabecera-title {
  text-transform: uppercase;
  font-size: 50px;
  line-height: 50px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 991.98px) {
  .cabecera-imagen-lateral {
    height: 400px !important;
  }
  .cabecera-imagen-lateral img {
    height: 400px !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
    -o-object-position: center center !important;
       object-position: center center !important;
  }
  .cabecera-imagen-lateral .wp-block-cover__inner-container {
    justify-content: center;
    right: 0px;
  }
}
@media (max-width: 767.98px) {
  .cabecera-imagen-lateral {
    height: 200px !important;
  }
  .cabecera-imagen-lateral img {
    height: 200px !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
    -o-object-position: center center !important;
       object-position: center center !important;
  }
  .cabecera-imagen-lateral .wp-block-cover__inner-container {
    justify-content: center;
    right: 0px;
    top: 28px;
  }
}

.main-esp {
  text-align: center;
  padding: 50px 0 40px;
  color: #535353;
}
.main-esp h1 {
  font-size: 30px;
  line-height: 32px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #535353;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.main-esp .subtitle {
  max-width: 890px;
  font-size: 22px;
  line-height: 30px;
  margin: 0 auto 20px;
  font-weight: 700;
}

.wp-block-columns.tipos {
  display: grid;
  grid-template-columns: 6fr 1fr 5fr;
  -moz-column-gap: 0;
       column-gap: 0;
  /* NOTA: el '&' hereda el selector padre */
}
.wp-block-columns.tipos > .wp-block-column:nth-child(1) {
  grid-column: 1;
}
.wp-block-columns.tipos > .wp-block-column:nth-child(2) {
  grid-column: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 930px) {
  .wp-block-columns.tipos {
    display: flex;
    flex-direction: column;
  }
}

.wp-block-group.tipos .wp-block-columns.tipos p {
  margin-top: 50px;
  font-size: 17px;
  line-height: 25px;
  color: #474747;
}
.wp-block-group.tipos .wp-block-columns.tipos h2 {
  position: relative;
  padding: 0 10px;
  text-transform: uppercase;
  text-align: center;
  font-size: 19px;
  line-height: 19px;
  font-weight: 700;
  font-family: "Roboto Slab", serif;
  margin-bottom: 20px;
}
.wp-block-group.tipos .wp-block-columns.tipos h2 span {
  background: #efefef;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 10px;
}
.wp-block-group.tipos .wp-block-columns.tipos h2::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0px;
  right: 0px;
  height: 1px;
  background: #333333;
}
.wp-block-group.tipos .wp-block-columns.tipos a {
  transition: all 0.3s;
  display: block;
  position: relative;
  text-align: center;
  margin-bottom: 10px;
  border: 2px solid #ffffff;
  color: #ffffff;
  background: #7499B0;
  border-radius: 0px;
  font-weight: 700;
  line-height: 16px;
  padding: 12px 46px 12px 18px;
}
.wp-block-group.tipos .wp-block-columns.tipos a:hover {
  background: #6F7A81;
}
.wp-block-group.tipos .wp-block-columns.tipos hr {
  border-top: 1px solid #333333;
}
@media (max-width: 768px) {
  .wp-block-group.tipos .wp-block-columns.tipos {
    display: flex;
  }
}

.caracteristicas {
  margin-top: 20px;
  margin-bottom: 60px;
}
.caracteristicas h2 {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 700;
  padding: 20px;
  background: #676767;
  text-align: center;
}
.caracteristicas .wp-block-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch !important;
  gap: 30px;
}
@media (max-width: 930px) {
  .caracteristicas .wp-block-columns {
    display: flex;
    flex-direction: column;
  }
}
.caracteristicas .wp-block-column.box {
  padding: 30px;
  background: #ffffff;
}
.caracteristicas .wp-block-column.box span {
  display: block;
  border-bottom: 3px dotted #dddddd;
  padding-bottom: 14px;
  margin-bottom: 14px;
  color: #7a7a7a;
}
.caracteristicas p {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}

#parrafos {
  padding-left: 15px;
  padding-right: 15px;
}
#parrafos .derecha .wp-block-image {
  order: 2;
}
#parrafos .derecha .texto {
  order: 1;
  padding-left: 0px !important;
}
#parrafos .derecha .texto .box {
  border: 1px solid #ffffff;
}
#parrafos .derecha .texto .descargar_archivo_box p {
  margin-right: 10px;
}
#parrafos .contenido {
  display: flex;
  padding: 20px;
  gap: 20px;
  align-items: stretch;
}
#parrafos .contenido .wp-block-image {
  width: 60%;
}
#parrafos .contenido .texto {
  width: 40%;
}
#parrafos .contenido .texto .box {
  border-radius: 5px;
  border: 1px solid #cccccc;
  height: 100%;
  padding: 30px;
}
#parrafos .contenido .texto h2 {
  font-size: 21px;
  line-height: 25px;
  font-weight: 700;
  color: #7499B0;
  margin-bottom: 20px;
}
#parrafos .contenido .texto p {
  font-size: 17px;
  line-height: 25px;
  color: #7a7a7a;
}
#parrafos .contenido .texto .descargar_archivo_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#parrafos .contenido .texto .descargar_archivo_box .wp-block-image {
  width: 10%;
}
#parrafos .contenido .texto .descargar_archivo_box p a {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  color: #333333 !important;
  font-size: 15px;
}
#parrafos .contenido .texto .contacto {
  display: block;
  font-style: italic;
  font-size: 14px;
}
#parrafos .contenido .texto .contacto svg {
  transition: all 0.3s;
  font-size: 16px;
  color: #0AB2B7;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
#parrafos .contenido .texto .contacto:hover svg {
  color: #EC0707;
}
#parrafos .contenido li {
  list-style-type: none;
  background: url("../img/check-p.png") no-repeat left top 4px;
  padding-left: 20px;
}
@media (max-width: 768px) {
  #parrafos .contenido .wp-block-image {
    width: 100%;
  }
  #parrafos .contenido .texto {
    width: 100%;
    padding-left: 0px;
  }
  #parrafos .contenido .descargar_archivo_box .wp-block-image {
    width: 40px !important;
  }
  #parrafos .contenido .descargar_archivo_box p {
    margin-right: 0px;
  }
}
@media (max-width: 930px) {
  #parrafos .contenido {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }
  #parrafos .contenido .wp-block-image {
    width: 100%;
  }
  #parrafos .contenido .texto {
    width: 100%;
  }
}

#parrafos #bloque-7 .wp-block-image {
  width: 40%;
}
@media (max-width: 930px) {
  #parrafos #bloque-7 .wp-block-image {
    width: 100%;
  }
}

#parrafos #bloque-7 .contenido .texto {
  width: 60%;
  padding-left: 20px;
}
@media (max-width: 930px) {
  #parrafos #bloque-7 .contenido .texto {
    width: 100%;
    padding-left: 0px;
  }
}

#parrafos .wp-block-group__inner-container > div[id^=bloque-]:nth-child(odd) {
  background: #ffffff;
}

#silos {
  padding-left: 15px;
  padding-right: 15px;
  background: #ffffff;
}
#silos .container {
  padding: 20px;
}
#silos h2 {
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 24px;
  color: #7499B0;
  font-weight: 700;
  padding: 12px 20px;
  background: #dedede;
  text-align: center;
}
#silos .silos-image img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
#silos .wp-block-columns {
  gap: 30px;
  align-items: stretch;
}
#silos .wp-block-columns .wp-block-column {
  border-radius: 5px;
  border: 1px solid #cccccc;
  padding: 30px;
}
#silos .wp-block-columns .wp-block-column p {
  font-size: 17px;
  line-height: 24px;
  color: #7a7a7a;
}
#silos .wp-block-columns .wp-block-column ul {
  border-bottom: 1px solid #333333;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
#silos .wp-block-columns .wp-block-column li {
  margin-bottom: 10px;
  list-style: none;
  background: url("../img/check-left.png") no-repeat left top 5px;
  padding-left: 18px;
}
#silos .wp-block-columns .wp-block-column em {
  font-size: 14px;
  line-height: 20px;
}
#silos .wp-block-columns .wp-block-column h3 {
  position: relative;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  font-family: "Roboto Slab", serif;
  margin: 0 auto 31px;
}
#silos .wp-block-columns .wp-block-column h3 span {
  background: #fff;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 10px;
}
#silos .wp-block-columns .wp-block-column h3::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0px;
  right: 0px;
  height: 1px;
  background: #333333;
}
#silos .wp-block-columns .silos_column_derecha ul {
  padding-left: 0px;
  border-bottom: none;
  padding-bottom: 0px;
}
#silos .wp-block-columns .silos_column_derecha ul li {
  background: url("../img/check-right.png") no-repeat left top 5px;
  font-size: 14px;
}
#silos .wp-block-columns .silos_column_derecha .descargar_archivo_box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}
#silos .wp-block-columns .silos_column_derecha .descargar_archivo_box p a {
  text-align: right;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  color: #333333 !important;
  font-size: 15px;
}
#silos .wp-block-columns .silos_column_derecha .descargar_archivo_box .wp-block-image {
  margin-left: 10px;
}
@media (max-width: 930px) {
  #silos .wp-block-columns {
    display: flex;
    flex-direction: column;
  }
}

.depositos-y-equipos-glp .cabecera-video-fondo {
  position: relative;
}
.depositos-y-equipos-glp .cabecera-video-fondo .wp-block-video {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
  height: 710px;
}
.depositos-y-equipos-glp .cabecera-video-fondo .wp-block-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.depositos-y-equipos-glp .cabecera-video-fondo .teaser-content {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  padding: 0 60px;
  display: flex;
  align-items: center;
  height: 60%;
  text-align: center;
  margin-bottom: 50px;
}
.depositos-y-equipos-glp .cabecera-video-fondo .teaser-content .wp-block-image {
  max-width: 280px;
}
.depositos-y-equipos-glp .cabecera-video-fondo .teaser-content .wp-block-image img {
  width: 100%;
  height: auto;
}
.depositos-y-equipos-glp .cabecera-video-fondo .teaser-content .anclas {
  max-width: 280px;
}
.depositos-y-equipos-glp .cabecera-video-fondo .teaser-content .anclas a {
  transition: all 0.3s;
  text-align: left;
  padding: 15px 15px;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 15px;
  display: block;
  border: 2px solid #ffffff;
  background: rgba(0, 0, 0, 0.45);
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
  border-radius: 4px;
  min-width: 280px;
}
.depositos-y-equipos-glp .cabecera-video-fondo .teaser-content .anclas a:hover {
  background: rgba(243, 196, 29, 0.55);
}
.depositos-y-equipos-glp .cabecera-video-fondo .teaser-content .anclas a svg {
  float: right;
  color: #ffffff;
  font-size: 16px;
}
.depositos-y-equipos-glp .main-glp {
  text-align: center;
  padding: 50px 0 40px;
  color: #535353;
}
.depositos-y-equipos-glp .main-glp h1 {
  font-size: 30px;
  line-height: 32px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.depositos-y-equipos-glp .main-glp .subtitulo {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 20px;
  font-weight: 500;
}
.depositos-y-equipos-glp .main-glp .frase {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 20px;
  font-weight: 500;
}
.depositos-y-equipos-glp .main-glp .descripcion {
  font-size: 17px;
  line-height: 23px;
}
.depositos-y-equipos-glp #block-1,
.depositos-y-equipos-glp #block-2,
.depositos-y-equipos-glp #block-3,
.depositos-y-equipos-glp #block-4 {
  padding-bottom: 100px;
  border-bottom: 10px solid #ffffff;
}
.depositos-y-equipos-glp #block-1 .img-principal,
.depositos-y-equipos-glp #block-2 .img-principal,
.depositos-y-equipos-glp #block-3 .img-principal,
.depositos-y-equipos-glp #block-4 .img-principal {
  text-align: center;
}
.depositos-y-equipos-glp #block-1 .img-principal img,
.depositos-y-equipos-glp #block-2 .img-principal img,
.depositos-y-equipos-glp #block-3 .img-principal img,
.depositos-y-equipos-glp #block-4 .img-principal img {
  margin: 0 auto 30px auto;
  display: inline-block;
}
.depositos-y-equipos-glp #block-1 .container,
.depositos-y-equipos-glp #block-2 .container,
.depositos-y-equipos-glp #block-3 .container,
.depositos-y-equipos-glp #block-4 .container {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #7f7f7f;
}
.depositos-y-equipos-glp #block-1 .container h2,
.depositos-y-equipos-glp #block-2 .container h2,
.depositos-y-equipos-glp #block-3 .container h2,
.depositos-y-equipos-glp #block-4 .container h2 {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 16px;
}
.depositos-y-equipos-glp #block-1 .container .subtitulo,
.depositos-y-equipos-glp #block-2 .container .subtitulo,
.depositos-y-equipos-glp #block-3 .container .subtitulo,
.depositos-y-equipos-glp #block-4 .container .subtitulo {
  font-size: 19px;
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 20px;
}
.depositos-y-equipos-glp #block-1 .container .descripcion,
.depositos-y-equipos-glp #block-2 .container .descripcion,
.depositos-y-equipos-glp #block-3 .container .descripcion,
.depositos-y-equipos-glp #block-4 .container .descripcion {
  font-size: 17px;
  line-height: 25px;
  text-align: left;
}
.depositos-y-equipos-glp #block-1 .productos,
.depositos-y-equipos-glp #block-2 .productos,
.depositos-y-equipos-glp #block-3 .productos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  padding-bottom: 10px;
}
.depositos-y-equipos-glp #block-1 .productos .productos-column,
.depositos-y-equipos-glp #block-2 .productos .productos-column,
.depositos-y-equipos-glp #block-3 .productos .productos-column {
  background: #f6f6f6;
  display: flex;
  flex-wrap: wrap !important;
  justify-content: center;
}
.depositos-y-equipos-glp #block-1 .productos img,
.depositos-y-equipos-glp #block-2 .productos img,
.depositos-y-equipos-glp #block-3 .productos img {
  border-bottom: 2px solid #E3A81E;
  margin-bottom: 20px;
}
.depositos-y-equipos-glp #block-1 .productos .wp-block-column,
.depositos-y-equipos-glp #block-2 .productos .wp-block-column,
.depositos-y-equipos-glp #block-3 .productos .wp-block-column {
  padding: 5px;
  min-width: 410px;
  width: 410px;
}
.depositos-y-equipos-glp #block-1 .productos .wp-block-column .descargar_archivo_box,
.depositos-y-equipos-glp #block-2 .productos .wp-block-column .descargar_archivo_box,
.depositos-y-equipos-glp #block-3 .productos .wp-block-column .descargar_archivo_box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  width: 100%;
  margin-bottom: 3px;
}
.depositos-y-equipos-glp #block-1 .productos .wp-block-column .descargar_archivo_box a,
.depositos-y-equipos-glp #block-2 .productos .wp-block-column .descargar_archivo_box a,
.depositos-y-equipos-glp #block-3 .productos .wp-block-column .descargar_archivo_box a {
  float: right;
  color: #FC8007;
  margin-right: 12px;
}
.depositos-y-equipos-glp #block-1 .productos .wp-block-column .descargar_archivo_box a svg,
.depositos-y-equipos-glp #block-2 .productos .wp-block-column .descargar_archivo_box a svg,
.depositos-y-equipos-glp #block-3 .productos .wp-block-column .descargar_archivo_box a svg {
  font-size: 45px;
}
.depositos-y-equipos-glp #block-1 .productos .wp-block-column .descargar_archivo_box a:hover,
.depositos-y-equipos-glp #block-2 .productos .wp-block-column .descargar_archivo_box a:hover,
.depositos-y-equipos-glp #block-3 .productos .wp-block-column .descargar_archivo_box a:hover {
  color: #002d54;
}
.depositos-y-equipos-glp #block-1 .productos .wp-block-column .descargar_archivo_box p,
.depositos-y-equipos-glp #block-2 .productos .wp-block-column .descargar_archivo_box p,
.depositos-y-equipos-glp #block-3 .productos .wp-block-column .descargar_archivo_box p {
  float: left;
  width: 326px;
  border: 2px solid #ffffff;
  text-align: left;
  padding: 2px 12px;
  font-size: 16px;
  line-height: 20px;
  min-height: 48px;
  display: flex;
  align-items: center;
}
@media (min-width: 1230px) {
  .depositos-y-equipos-glp #block-1 .productos .wp-block-column,
  .depositos-y-equipos-glp #block-2 .productos .wp-block-column,
  .depositos-y-equipos-glp #block-3 .productos .wp-block-column {
    max-width: 410px;
  }
}
.depositos-y-equipos-glp #block-4 .productos {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.depositos-y-equipos-glp #block-4 .productos .wp-block-column {
  background: #f6f6f6;
  padding-bottom: 10px;
  margin: 0 5px;
}
.depositos-y-equipos-glp #block-4 .productos .wp-block-column .productos-f1 {
  padding: 50px 50px 30px;
  width: 510px;
}
.depositos-y-equipos-glp #block-4 .productos .wp-block-column .productos-f1 img {
  border-bottom: 2px solid #E3A81E;
  margin-bottom: 20px;
}
.depositos-y-equipos-glp #block-4 .productos .wp-block-column .productos-f1 .descargar_archivo_box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  width: 100%;
  margin-bottom: 3px;
}
.depositos-y-equipos-glp #block-4 .productos .wp-block-column .productos-f1 .descargar_archivo_box a {
  float: right;
  color: #FC8007;
  margin-right: 12px;
}
.depositos-y-equipos-glp #block-4 .productos .wp-block-column .productos-f1 .descargar_archivo_box a svg {
  font-size: 45px;
}
.depositos-y-equipos-glp #block-4 .productos .wp-block-column .productos-f1 .descargar_archivo_box a:hover {
  color: #002d54;
}
.depositos-y-equipos-glp #block-4 .productos .wp-block-column .productos-f1 .descargar_archivo_box p {
  float: left;
  width: 326px;
  border: 2px solid #ffffff;
  text-align: left;
  padding: 2px 12px;
  font-size: 16px;
  line-height: 20px;
  min-height: 48px;
  display: flex;
  align-items: center;
}
.depositos-y-equipos-glp .bloque-soluciones-productos {
  margin-bottom: 20px;
}
.depositos-y-equipos-glp .bloque-soluciones-productos .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.depositos-y-equipos-glp .bloque-soluciones-productos h2 {
  max-width: 425px;
  position: relative;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  font-family: "Roboto Slab", serif;
  margin: 21px auto 31px;
  width: 100%;
}
.depositos-y-equipos-glp .bloque-soluciones-productos h2 span {
  background: #efefef;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 10px;
}
.depositos-y-equipos-glp .bloque-soluciones-productos h2::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 0px;
  right: 0px;
  height: 1px;
  background: #333333;
  z-index: 0;
}
.depositos-y-equipos-glp .bloque-soluciones-productos #swiper-soluciones-block-2--3 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  row-gap: 35px;
  justify-content: center;
  margin: 0 auto;
  max-width: 1140px !important;
  overflow: hidden;
}
.depositos-y-equipos-glp .bloque-soluciones-productos #swiper-soluciones-block-2--3 .swiper-wrapper {
  margin: 0 auto !important;
}
.depositos-y-equipos-glp .bloque-soluciones-productos #swiper-soluciones-block-2--3 .swiper-wrapper .swiper-slide {
  padding: 0 15px;
  margin-bottom: 30px;
  width: 380px;
  height: 350px;
}
.depositos-y-equipos-glp .bloque-soluciones-productos #swiper-soluciones-block-2--3 .swiper-wrapper .swiper-slide .box {
  background: #ffffff;
  transition: all 0.3s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  height: 100%;
}
.depositos-y-equipos-glp .bloque-soluciones-productos #swiper-soluciones-block-2--3 .swiper-wrapper .swiper-slide .box .imagen-destacada {
  margin-bottom: 20px;
}
.depositos-y-equipos-glp .bloque-soluciones-productos #swiper-soluciones-block-2--3 .swiper-wrapper .swiper-slide .box .imagen-destacada img {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.depositos-y-equipos-glp .bloque-soluciones-productos #swiper-soluciones-block-2--3 .swiper-wrapper .swiper-slide .box:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}
.depositos-y-equipos-glp .bloque-soluciones-productos #swiper-soluciones-block-2--3 .swiper-wrapper .swiper-slide .inner {
  padding: 15px 30px 20px 30px;
}
.depositos-y-equipos-glp .bloque-soluciones-productos #swiper-soluciones-block-2--3 .swiper-wrapper .swiper-slide h3 {
  font-size: 21px;
  line-height: 25px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 25px;
  min-height: 75px;
}
.depositos-y-equipos-glp .bloque-soluciones-productos #swiper-soluciones-block-2--3 .swiper-wrapper .swiper-slide h3 a span {
  font-size: 21px;
  line-height: 25px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 25px;
  min-height: 75px;
}
.depositos-y-equipos-glp .bloque-soluciones-productos #swiper-soluciones-block-2--3 .swiper-wrapper .swiper-slide a {
  color: #333333;
}
.depositos-y-equipos-glp .bloque-soluciones-productos #swiper-soluciones-block-2--3 .swiper-wrapper .swiper-slide span {
  font-size: 12px;
  font-weight: 500;
}
.depositos-y-equipos-glp .bloque-soluciones-productos #swiper-soluciones-block-2--3 .swiper-wrapper .swiper-slide .read-more {
  text-transform: uppercase;
}
.depositos-y-equipos-glp .bloque-soluciones-productos #swiper-soluciones-block-2--3 .swiper-pagination {
  position: relative;
}
.depositos-y-equipos-glp .bloque-soluciones-productos #swiper-soluciones-block-2--3 .swiper-pagination span {
  width: 12px !important;
  height: 12px !important;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
  border-radius: 20px;
  background: #869791;
  transform: scale(1) !important;
}
.depositos-y-equipos-glp .bloque-soluciones-productos #swiper-soluciones-block-2--3 .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.depositos-y-equipos-glp .bloque-soluciones-productos a.ver-mas {
  transition: all 0.3s;
  margin-bottom: 30px;
  display: inline-block;
  color: #333333;
  border: 1px solid #333333;
  font-size: 13px;
  line-height: 13px;
  padding: 10px 20px;
  font-weight: 500;
}
.depositos-y-equipos-glp .bloque-soluciones-productos a.ver-mas svg {
  margin-left: 3px;
}
@media (max-width: 1199.98px) {
  .depositos-y-equipos-glp .bloque-soluciones-productos #swiper-soluciones-block-2--3 {
    max-width: 940px !important;
  }
  .depositos-y-equipos-glp .bloque-soluciones-productos #swiper-soluciones-block-2--3 .swiper-slide {
    width: 313px !important;
    height: 350px !important;
  }
}
@media (max-width: 991.98px) {
  .depositos-y-equipos-glp .bloque-soluciones-productos #swiper-soluciones-block-2--3 {
    max-width: 720px !important;
  }
  .depositos-y-equipos-glp .bloque-soluciones-productos #swiper-soluciones-block-2--3 .swiper-slide {
    width: 360px !important;
    height: 350px !important;
  }
}
@media (max-width: 575.98px) {
  .depositos-y-equipos-glp .bloque-soluciones-productos #swiper-soluciones-block-2--3 {
    max-width: 315px !important;
  }
  .depositos-y-equipos-glp .bloque-soluciones-productos #swiper-soluciones-block-2--3 .swiper-slide {
    width: 315px !important;
    height: 350px !important;
  }
}
.depositos-y-equipos-glp .info {
  text-align: center;
  margin-bottom: 50px;
}
.depositos-y-equipos-glp .info h2 {
  max-width: 500px;
  position: relative;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  font-family: "Roboto Slab", serif;
  margin: 21px auto 31px;
}
.depositos-y-equipos-glp .info h2 span {
  background: #efefef;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 10px;
}
.depositos-y-equipos-glp .info h2::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 0px;
  right: 0px;
  height: 1px;
  background: #333333;
}
.depositos-y-equipos-glp .info ul {
  margin: 0px;
  padding: 0px;
}
.depositos-y-equipos-glp .info ul li {
  display: inline-block;
  border-right: 1px solid #333333;
  width: 172px;
  height: 100%;
}
.depositos-y-equipos-glp .info ul li a {
  display: block;
  padding: 10px;
}
.depositos-y-equipos-glp .info ul li a svg {
  transition: all 0.3s;
  font-size: 35px;
  margin-bottom: 10px;
}
.depositos-y-equipos-glp .info ul li a svg:hover {
  color: #FF0000;
}
.depositos-y-equipos-glp .info ul li a h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: #333333;
}
.depositos-y-equipos-glp .info ul li:last-child {
  border: none;
}
@media (max-width: 991.98px) {
  .depositos-y-equipos-glp .info ul li {
    border-right: none;
  }
}
.depositos-y-equipos-glp #faqs .wp-block-columns {
  gap: 30px;
}
.depositos-y-equipos-glp #faqs h2 {
  position: relative;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  font-family: "Roboto Slab", serif;
  margin: 21px auto 31px;
}
.depositos-y-equipos-glp #faqs h2 span {
  background: #efefef;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 10px;
}
.depositos-y-equipos-glp #faqs h2::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 0px;
  right: 0px;
  height: 1px;
  background: #333333;
}
.depositos-y-equipos-glp #faqs .accordion-toggle.collapsed {
  background: url("../img/closet.png") no-repeat right 15px top 15px;
}
.depositos-y-equipos-glp #faqs .accordion-toggle:not(.collapsed) {
  background: url("../img/opent.png") no-repeat right 15px top 15px;
  color: #1e73be !important;
}
.depositos-y-equipos-glp #faqs .panel {
  border-radius: 0px;
  border: none;
  box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.5);
  background: none;
  margin-bottom: 5px;
  overflow: hidden;
}
.depositos-y-equipos-glp #faqs .panel .panel-heading {
  padding: 0px;
  border: none;
  background: none;
}
.depositos-y-equipos-glp #faqs .panel .panel-heading .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.depositos-y-equipos-glp #faqs .panel .panel-heading a {
  min-height: 66px;
  padding: 15px 50px 15px 15px;
  font-size: 14px;
  line-height: 18px;
  display: block;
  color: #333333;
}
.depositos-y-equipos-glp #faqs .panel .panel-body {
  background: #ffffff;
}
.depositos-y-equipos-glp #faqs .panel .panel-body .field--name-field-respuesta {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #333333;
}
@media (min-width: 1200px) {
  .depositos-y-equipos-glp #faqs {
    width: 1170px;
  }
}
@media (max-width: 992px) {
  .depositos-y-equipos-glp #faqs {
    width: 970px;
  }
}
@media (max-width: 768px) {
  .depositos-y-equipos-glp #faqs {
    width: 750px;
  }
}
@media (max-width: 575.98px) {
  .depositos-y-equipos-glp #faqs {
    width: 100%;
  }
}

@media (max-width: 1750px) {
  .depositos-y-equipos-glp .cabecera-video-fondo .wp-block-video {
    height: 600px;
  }
  .depositos-y-equipos-glp .cabecera-video-fondo .teaser-content {
    max-height: 600px;
  }
}
@media (max-width: 1199.98px) {
  .depositos-y-equipos-glp .cabecera-video-fondo .wp-block-video {
    height: 500px;
  }
  .depositos-y-equipos-glp .cabecera-video-fondo .teaser-content {
    max-height: 500px;
  }
}
.depositos-y-equipos-gnl {
  /* Botones de filtros (parte superior) */
  /* Bordes redondeados específicos */
  /* Para pantallas extra pequeñas */
}
.depositos-y-equipos-gnl .teaser-background {
  position: relative;
}
.depositos-y-equipos-gnl .teaser-background .wp-block-image {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
  height: 710px;
}
.depositos-y-equipos-gnl .teaser-background .wp-block-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.depositos-y-equipos-gnl .teaser-background .teaser-content {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  padding: 0 60px;
  display: flex;
  align-items: center;
  height: 100%;
}
.depositos-y-equipos-gnl .teaser-background .teaser-content .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.depositos-y-equipos-gnl .teaser-background .teaser-content .wp-block-image {
  max-width: 280px;
  height: auto;
}
.depositos-y-equipos-gnl .teaser-background .teaser-content .wp-block-image img {
  width: 100%;
  height: auto;
}
.depositos-y-equipos-gnl .teaser-background .teaser-content .anclas {
  min-width: 220px;
}
.depositos-y-equipos-gnl .teaser-background .teaser-content .anclas a {
  transition: all 0.3s;
  text-align: left;
  padding: 15px 15px;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 15px;
  display: block;
  border: 2px solid #ffffff;
  background: rgba(0, 0, 0, 0.45);
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
  border-radius: 4px;
  min-width: 220px;
}
.depositos-y-equipos-gnl .teaser-background .teaser-content .anclas a:hover {
  background: rgba(80, 148, 57, 0.55);
}
.depositos-y-equipos-gnl .teaser-background .teaser-content .anclas a svg {
  margin: 0px 10px 0 0px;
  color: #ffffff;
  font-size: 16px;
}
.depositos-y-equipos-gnl .filter-buttons {
  text-align: center;
  font-family: "Roboto, sans-serif";
}
.depositos-y-equipos-gnl .filter-buttons button {
  font-family: "Roboto Slab", serif !important;
  text-transform: uppercase;
  padding: 18px 32px;
  color: #000000;
  background: rgba(29, 182, 66, 0.8);
  /* Ajusta este valor */
  border: none;
  box-shadow: none;
  text-shadow: none;
  font-weight: bold;
  margin-right: 5px;
  cursor: pointer;
}
.depositos-y-equipos-gnl .filter-buttons button svg {
  margin-right: 5px;
}
.depositos-y-equipos-gnl .filter-buttons button.active {
  color: #ffffff;
  background: rgba(50, 145, 194, 0.75);
}
.depositos-y-equipos-gnl .filter-buttons button:focus {
  outline: 0;
}
.depositos-y-equipos-gnl .filter-buttons .button-gnl {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.depositos-y-equipos-gnl .filter-buttons .button-gases-aire {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media (max-width: 635px) {
  .depositos-y-equipos-gnl .filter-buttons {
    padding: 0px 10px 0px;
  }
  .depositos-y-equipos-gnl .filter-buttons button {
    border-radius: 10px;
    width: 100%;
  }
  .depositos-y-equipos-gnl .filter-buttons .button-gnl {
    margin-bottom: 10px;
  }
}
.depositos-y-equipos-gnl #depositos-para-gases-aire {
  text-align: center;
  padding: 50px 0 40px;
  color: #535353;
}
.depositos-y-equipos-gnl #depositos-para-gases-aire .title {
  font-size: 30px;
  line-height: 32px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.depositos-y-equipos-gnl #depositos-para-gases-aire .title strong {
  font-weight: 700;
}
.depositos-y-equipos-gnl #depositos-para-gases-aire .subtitle {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 20px;
  font-weight: 500;
}
.depositos-y-equipos-gnl #depositos-para-gases-aire .descripcion {
  font-size: 17px;
  line-height: 23px;
}
.depositos-y-equipos-gnl #depositos-para-gases-aire .depositos-para-gases-aire-columns {
  justify-content: center;
}
.depositos-y-equipos-gnl #depositos-para-gases-aire .depositos-para-gases-aire-columns .depositos-para-gases-aire-column {
  margin-top: 20px;
  padding: 0 15px;
}
.depositos-y-equipos-gnl #depositos-para-gases-aire .depositos-para-gases-aire-columns .depositos-para-gases-aire-column .depositos-para-gases-aire-column-group {
  background: #ffffff;
  transition: all 0.3s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  height: 100%;
}
.depositos-y-equipos-gnl #depositos-para-gases-aire .depositos-para-gases-aire-columns .depositos-para-gases-aire-column .depositos-para-gases-aire-column-group .depositos-para-gases-aire-column-image img {
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.depositos-y-equipos-gnl #depositos-para-gases-aire .depositos-para-gases-aire-columns .depositos-para-gases-aire-column .depositos-para-gases-aire-column-group .depositos-para-gases-aire-column-info {
  padding: 15px 30px 20px 30px;
}
.depositos-y-equipos-gnl #depositos-para-gases-aire .depositos-para-gases-aire-columns .depositos-para-gases-aire-column .depositos-para-gases-aire-column-group .depositos-para-gases-aire-column-info p.title {
  font-size: 21px;
  line-height: 25px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 25px;
  min-height: 75px;
}
.depositos-y-equipos-gnl #depositos-para-gases-aire .depositos-para-gases-aire-columns .depositos-para-gases-aire-column .depositos-para-gases-aire-column-group .depositos-para-gases-aire-column-info p.link {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}
.depositos-y-equipos-gnl #depositos-para-gases-aire .depositos-para-gases-aire-columns .depositos-para-gases-aire-column .depositos-para-gases-aire-column-group .depositos-para-gases-aire-column-info p.link a {
  color: #333333;
}
.depositos-y-equipos-gnl #depositos-para-gases-aire .depositos-para-gases-aire-columns .depositos-para-gases-aire-column .depositos-para-gases-aire-column-group:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}
@media (max-width: 992px) {
  .depositos-y-equipos-gnl #depositos-para-gases-aire .depositos-para-gases-aire-columns {
    flex-wrap: wrap !important;
  }
  .depositos-y-equipos-gnl #depositos-para-gases-aire .depositos-para-gases-aire-columns .depositos-para-gases-aire-column {
    min-width: 320px;
    max-width: 320px;
  }
}
@media (max-width: 768px) {
  .depositos-y-equipos-gnl #depositos-para-gases-aire .depositos-para-gases-aire-columns {
    flex-wrap: wrap !important;
  }
  .depositos-y-equipos-gnl #depositos-para-gases-aire .depositos-para-gases-aire-columns .depositos-para-gases-aire-column {
    min-width: initial;
    max-width: initial;
  }
}
.depositos-y-equipos-gnl .main-gnl {
  text-align: center;
  padding: 50px 0 40px;
  color: #535353;
}
.depositos-y-equipos-gnl .main-gnl h1 {
  font-size: 30px;
  line-height: 32px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.depositos-y-equipos-gnl .main-gnl .subtitulo {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 20px;
  font-weight: 500;
}
.depositos-y-equipos-gnl .main-gnl .frase {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 20px;
  font-weight: 500;
}
.depositos-y-equipos-gnl .main-gnl .descripcion {
  font-size: 17px;
  line-height: 23px;
}
.depositos-y-equipos-gnl #block-1,
.depositos-y-equipos-gnl #block-2,
.depositos-y-equipos-gnl #block-3 {
  padding-top: 50px;
  padding-bottom: 100px;
  border-top: 1px solid #333333;
}
.depositos-y-equipos-gnl #block-1 .wp-block-image,
.depositos-y-equipos-gnl #block-2 .wp-block-image,
.depositos-y-equipos-gnl #block-3 .wp-block-image {
  text-align: center;
}
.depositos-y-equipos-gnl #block-1 .container,
.depositos-y-equipos-gnl #block-2 .container,
.depositos-y-equipos-gnl #block-3 .container {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #7f7f7f;
}
.depositos-y-equipos-gnl #block-1 .container h2,
.depositos-y-equipos-gnl #block-2 .container h2,
.depositos-y-equipos-gnl #block-3 .container h2 {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 16px;
}
.depositos-y-equipos-gnl #block-1 .container .subtitulo,
.depositos-y-equipos-gnl #block-2 .container .subtitulo,
.depositos-y-equipos-gnl #block-3 .container .subtitulo {
  font-size: 19px;
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 20px;
}
.depositos-y-equipos-gnl #block-1 .container .descripcion,
.depositos-y-equipos-gnl #block-2 .container .descripcion,
.depositos-y-equipos-gnl #block-3 .container .descripcion {
  font-size: 17px;
  line-height: 25px;
  text-align: left;
}
.depositos-y-equipos-gnl #block-1 .productos,
.depositos-y-equipos-gnl #block-2 .productos,
.depositos-y-equipos-gnl #block-3 .productos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  padding-bottom: 10px;
}
.depositos-y-equipos-gnl #block-1 .productos .inner,
.depositos-y-equipos-gnl #block-2 .productos .inner,
.depositos-y-equipos-gnl #block-3 .productos .inner {
  background: #f6f6f6;
  padding-bottom: 10px;
  margin: 0 20px 20px;
  box-shadow: -3px 1px 10px 1px rgba(0, 0, 0, 0.13);
}
.depositos-y-equipos-gnl #block-1 .productos .inner .box,
.depositos-y-equipos-gnl #block-2 .productos .inner .box,
.depositos-y-equipos-gnl #block-3 .productos .inner .box {
  padding: 5px;
  width: 510px;
}
.depositos-y-equipos-gnl #block-1 .productos .inner .box img,
.depositos-y-equipos-gnl #block-2 .productos .inner .box img,
.depositos-y-equipos-gnl #block-3 .productos .inner .box img {
  border-bottom: 2px solid #92AD14;
  margin-bottom: 20px;
}
.depositos-y-equipos-gnl #block-1 .productos .inner .box .descargar_archivo_box,
.depositos-y-equipos-gnl #block-2 .productos .inner .box .descargar_archivo_box,
.depositos-y-equipos-gnl #block-3 .productos .inner .box .descargar_archivo_box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  width: 100%;
  margin-bottom: 3px;
}
.depositos-y-equipos-gnl #block-1 .productos .inner .box .descargar_archivo_box a,
.depositos-y-equipos-gnl #block-2 .productos .inner .box .descargar_archivo_box a,
.depositos-y-equipos-gnl #block-3 .productos .inner .box .descargar_archivo_box a {
  max-width: 45px;
  float: right;
  color: #69913C;
  margin-right: 12px;
}
.depositos-y-equipos-gnl #block-1 .productos .inner .box .descargar_archivo_box a svg,
.depositos-y-equipos-gnl #block-2 .productos .inner .box .descargar_archivo_box a svg,
.depositos-y-equipos-gnl #block-3 .productos .inner .box .descargar_archivo_box a svg {
  font-size: 45px;
}
.depositos-y-equipos-gnl #block-1 .productos .inner .box .descargar_archivo_box a:hover,
.depositos-y-equipos-gnl #block-2 .productos .inner .box .descargar_archivo_box a:hover,
.depositos-y-equipos-gnl #block-3 .productos .inner .box .descargar_archivo_box a:hover {
  color: #002d54;
}
.depositos-y-equipos-gnl #block-1 .productos .inner .box .descargar_archivo_box p,
.depositos-y-equipos-gnl #block-2 .productos .inner .box .descargar_archivo_box p,
.depositos-y-equipos-gnl #block-3 .productos .inner .box .descargar_archivo_box p {
  float: left;
  width: 326px;
  border: 2px solid #ffffff;
  text-align: left;
  padding: 2px 12px;
  font-size: 16px;
  line-height: 20px;
  min-height: 48px;
  display: flex;
  align-items: center;
}
.depositos-y-equipos-gnl #block-2 .productos .box {
  padding: 5px;
  width: 510px;
}
.depositos-y-equipos-gnl #block-2 .productos .descargar_archivo_box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  width: 100%;
  margin-bottom: 3px;
}
.depositos-y-equipos-gnl #block-2 .productos .descargar_archivo_box a {
  max-width: 45px;
  float: right;
  color: #69913C;
  margin-right: 12px;
}
.depositos-y-equipos-gnl #block-2 .productos .descargar_archivo_box a svg {
  font-size: 45px;
}
.depositos-y-equipos-gnl #block-2 .productos .descargar_archivo_box a:hover {
  color: #002d54;
}
.depositos-y-equipos-gnl #block-2 .productos .descargar_archivo_box p {
  float: left;
  border: 2px solid #ffffff;
  text-align: left;
  padding: 2px 12px;
  font-size: 16px;
  line-height: 20px;
  min-height: 48px;
  display: flex;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .depositos-y-equipos-gnl .teaser-background .wp-block-image {
    height: 500px;
  }
}
@media (max-width: 1024px) {
  .depositos-y-equipos-gnl #block-1 .productos .productos-column,
  .depositos-y-equipos-gnl #block-2 .productos .productos-column,
  .depositos-y-equipos-gnl #block-3 .productos .productos-column {
    flex-direction: column;
  }
}
@media (max-width: 575.98px) {
  .depositos-y-equipos-gnl .productos .inner {
    width: 90% !important;
    margin: 0 auto !important;
    padding: 0px !important;
  }
  .depositos-y-equipos-gnl .productos .inner .box {
    width: 100% !important;
    padding: 20px !important;
    margin: 0 auto !important;
  }
  .depositos-y-equipos-gnl .productos .inner .box .descargar_archivo_box {
    width: 100% !important;
    margin: 0 auto;
    padding: 0px;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
  }
  .depositos-y-equipos-gnl .productos .inner .box .descargar_archivo_box p {
    width: 100% !important;
    text-align: center;
    padding: 10px 0px;
    font-size: 16px;
    line-height: 20px;
  }
  .depositos-y-equipos-gnl .productos .inner .box .descargar_archivo_box a {
    max-width: 45px;
    margin-right: 0px;
  }
  .depositos-y-equipos-gnl .productos .box {
    width: 100% !important;
    padding: 20px !important;
    margin: 0 auto !important;
  }
  .depositos-y-equipos-gnl .productos .descargar_archivo_box {
    width: 100% !important;
    margin: 0 auto;
    padding: 0px;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
  }
  .depositos-y-equipos-gnl .productos .descargar_archivo_box p {
    width: 100% !important;
    text-align: center;
    padding: 10px 0px;
    font-size: 16px;
    line-height: 20px;
  }
  .depositos-y-equipos-gnl .productos .descargar_archivo_box a {
    max-width: 45px;
    margin-right: 0px;
  }
}
.depositos-y-equipos-gnl .bloque-soluciones-productos {
  margin-bottom: 20px;
}
.depositos-y-equipos-gnl .bloque-soluciones-productos .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.depositos-y-equipos-gnl .bloque-soluciones-productos h2 {
  max-width: 425px;
  position: relative;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  font-family: "Roboto Slab", serif;
  margin: 21px auto 31px;
  width: 100%;
}
.depositos-y-equipos-gnl .bloque-soluciones-productos h2 span {
  background: #efefef;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 10px;
}
.depositos-y-equipos-gnl .bloque-soluciones-productos h2::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 0px;
  right: 0px;
  height: 1px;
  background: #333333;
  z-index: 0;
}
.depositos-y-equipos-gnl .bloque-soluciones-productos #swiper-soluciones-block-3--3 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  row-gap: 35px;
  justify-content: center;
  margin: 0 auto;
  max-width: 1140px !important;
  overflow: hidden;
}
.depositos-y-equipos-gnl .bloque-soluciones-productos #swiper-soluciones-block-3--3 .swiper-wrapper {
  margin: 0 auto !important;
}
.depositos-y-equipos-gnl .bloque-soluciones-productos #swiper-soluciones-block-3--3 .swiper-wrapper .swiper-slide {
  padding: 0 15px;
  margin-bottom: 30px;
  width: 380px;
  height: 350px;
}
.depositos-y-equipos-gnl .bloque-soluciones-productos #swiper-soluciones-block-3--3 .swiper-wrapper .swiper-slide .box {
  background: #ffffff;
  transition: all 0.3s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  height: 100%;
}
.depositos-y-equipos-gnl .bloque-soluciones-productos #swiper-soluciones-block-3--3 .swiper-wrapper .swiper-slide .box .imagen-destacada {
  margin-bottom: 20px;
}
.depositos-y-equipos-gnl .bloque-soluciones-productos #swiper-soluciones-block-3--3 .swiper-wrapper .swiper-slide .box .imagen-destacada img {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.depositos-y-equipos-gnl .bloque-soluciones-productos #swiper-soluciones-block-3--3 .swiper-wrapper .swiper-slide .box:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}
.depositos-y-equipos-gnl .bloque-soluciones-productos #swiper-soluciones-block-3--3 .swiper-wrapper .swiper-slide .inner {
  padding: 15px 30px 20px 30px;
}
.depositos-y-equipos-gnl .bloque-soluciones-productos #swiper-soluciones-block-3--3 .swiper-wrapper .swiper-slide h3 {
  font-size: 21px;
  line-height: 25px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 25px;
  min-height: 75px;
}
.depositos-y-equipos-gnl .bloque-soluciones-productos #swiper-soluciones-block-3--3 .swiper-wrapper .swiper-slide h3 a span {
  font-size: 21px;
  line-height: 25px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 25px;
  min-height: 75px;
}
.depositos-y-equipos-gnl .bloque-soluciones-productos #swiper-soluciones-block-3--3 .swiper-wrapper .swiper-slide a {
  color: #333333;
}
.depositos-y-equipos-gnl .bloque-soluciones-productos #swiper-soluciones-block-3--3 .swiper-wrapper .swiper-slide span {
  font-size: 12px;
  font-weight: 500;
}
.depositos-y-equipos-gnl .bloque-soluciones-productos #swiper-soluciones-block-3--3 .swiper-wrapper .swiper-slide .read-more {
  text-transform: uppercase;
}
.depositos-y-equipos-gnl .bloque-soluciones-productos #swiper-soluciones-block-3--3 .swiper-pagination {
  position: relative;
}
.depositos-y-equipos-gnl .bloque-soluciones-productos #swiper-soluciones-block-3--3 .swiper-pagination span {
  width: 12px !important;
  height: 12px !important;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
  border-radius: 20px;
  background: #869791;
  transform: scale(1) !important;
}
.depositos-y-equipos-gnl .bloque-soluciones-productos #swiper-soluciones-block-3--3 .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.depositos-y-equipos-gnl .bloque-soluciones-productos a.ver-mas {
  transition: all 0.3s;
  margin-bottom: 30px;
  display: inline-block;
  color: #333333;
  border: 1px solid #333333;
  font-size: 13px;
  line-height: 13px;
  padding: 10px 20px;
  font-weight: 500;
}
.depositos-y-equipos-gnl .bloque-soluciones-productos a.ver-mas svg {
  margin-left: 3px;
}
@media (max-width: 1199.98px) {
  .depositos-y-equipos-gnl .bloque-soluciones-productos #swiper-soluciones-block-3--3 {
    max-width: 940px !important;
  }
  .depositos-y-equipos-gnl .bloque-soluciones-productos #swiper-soluciones-block-3--3 .swiper-slide {
    width: 313px !important;
    height: 350px !important;
  }
}
@media (max-width: 991.98px) {
  .depositos-y-equipos-gnl .bloque-soluciones-productos #swiper-soluciones-block-3--3 {
    max-width: 720px !important;
  }
  .depositos-y-equipos-gnl .bloque-soluciones-productos #swiper-soluciones-block-3--3 .swiper-slide {
    width: 360px !important;
    height: 350px !important;
  }
}
@media (max-width: 575.98px) {
  .depositos-y-equipos-gnl .bloque-soluciones-productos #swiper-soluciones-block-3--3 {
    max-width: 315px !important;
  }
  .depositos-y-equipos-gnl .bloque-soluciones-productos #swiper-soluciones-block-3--3 .swiper-slide {
    width: 315px !important;
    height: 350px !important;
  }
}
.depositos-y-equipos-gnl .info {
  text-align: center;
  margin-bottom: 50px;
}
.depositos-y-equipos-gnl .info h2 {
  max-width: 500px;
  position: relative;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  font-family: "Roboto Slab", serif;
  margin: 21px auto 31px;
}
.depositos-y-equipos-gnl .info h2 span {
  background: #efefef;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 10px;
}
.depositos-y-equipos-gnl .info h2::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 0px;
  right: 0px;
  height: 1px;
  background: #333333;
}
.depositos-y-equipos-gnl .info ul {
  margin: 0px;
  padding: 0px;
}
.depositos-y-equipos-gnl .info ul li {
  display: inline-block;
  border-right: 1px solid #333333;
  width: 172px;
  height: 100%;
}
.depositos-y-equipos-gnl .info ul li a {
  display: block;
  padding: 10px;
}
.depositos-y-equipos-gnl .info ul li a svg {
  transition: all 0.3s;
  font-size: 35px;
  margin-bottom: 10px;
}
.depositos-y-equipos-gnl .info ul li a svg:hover {
  color: #FF0000;
}
.depositos-y-equipos-gnl .info ul li a h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: #333333;
}
.depositos-y-equipos-gnl .info ul li:last-child {
  border: none;
}
@media (max-width: 991.98px) {
  .depositos-y-equipos-gnl .info ul li {
    border-right: none;
  }
}
.depositos-y-equipos-gnl #faqs .wp-block-columns {
  gap: 30px;
}
.depositos-y-equipos-gnl #faqs h2 {
  position: relative;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  font-family: "Roboto Slab", serif;
  margin: 21px auto 31px;
}
.depositos-y-equipos-gnl #faqs h2 span {
  background: #efefef;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 10px;
}
.depositos-y-equipos-gnl #faqs h2::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 0px;
  right: 0px;
  height: 1px;
  background: #333333;
}
.depositos-y-equipos-gnl #faqs .accordion-toggle.collapsed {
  background: url("../img/closet.png") no-repeat right 15px top 15px;
}
.depositos-y-equipos-gnl #faqs .accordion-toggle:not(.collapsed) {
  background: url("../img/opent.png") no-repeat right 15px top 15px;
  color: #1e73be !important;
}
.depositos-y-equipos-gnl #faqs .panel {
  border-radius: 0px;
  border: none;
  box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.5);
  background: none;
  margin-bottom: 5px;
  overflow: hidden;
}
.depositos-y-equipos-gnl #faqs .panel .panel-heading {
  padding: 0px;
  border: none;
  background: none;
}
.depositos-y-equipos-gnl #faqs .panel .panel-heading .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.depositos-y-equipos-gnl #faqs .panel .panel-heading a {
  min-height: 66px;
  padding: 15px 50px 15px 15px;
  font-size: 14px;
  line-height: 18px;
  display: block;
  color: #333333;
}
.depositos-y-equipos-gnl #faqs .panel .panel-body {
  background: #ffffff;
}
.depositos-y-equipos-gnl #faqs .panel .panel-body .field--name-field-respuesta {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #333333;
}
@media (min-width: 1200px) {
  .depositos-y-equipos-gnl #faqs {
    width: 1170px;
  }
}
@media (max-width: 992px) {
  .depositos-y-equipos-gnl #faqs {
    width: 970px;
  }
}
@media (max-width: 768px) {
  .depositos-y-equipos-gnl #faqs {
    width: 750px;
  }
}
@media (max-width: 575.98px) {
  .depositos-y-equipos-gnl #faqs {
    width: 100%;
  }
}

.productos-agua-caliente #block-content-slider-home-6-field-slider-home--2 {
  height: 500px;
}
.productos-agua-caliente #block-content-slider-home-6-field-slider-home--2 #cabeceras {
  text-align: center;
  height: 500px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 15px 15px 50px;
}
.productos-agua-caliente #block-content-slider-home-6-field-slider-home--2 #cabeceras .field--name-field-titulo {
  font-size: 60px;
  line-height: 60px;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
}
.productos-agua-caliente #block-content-slider-home-6-field-slider-home--2 #cabeceras p {
  font-size: 26px;
  line-height: 30px;
  color: #ffffff;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
  font-family: "Roboto Slab", serif;
}
.productos-agua-caliente #block-content-slider-home-6-field-slider-home--2 .swiper-pagination span {
  margin: 0 3px !important;
  width: 7px !important;
  height: 7px !important;
  background: rgba(0, 0, 0, 0.5) !important;
  box-shadow: none !important;
  border: none;
}
.productos-agua-caliente #block-content-slider-home-6-field-slider-home--2 .swiper-pagination span.swiper-pagination-bullet-active {
  background: #ffffff !important;
  border: none;
}
.productos-agua-caliente #block-content-slider-home-6-field-slider-home--2 .swiper-button-prev {
  width: 22px;
  height: 38px;
  background: url("../img/left.png") no-repeat center;
  left: 50px !important;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  top: 50%;
  margin-top: -19px;
}
.productos-agua-caliente #block-content-slider-home-6-field-slider-home--2 .swiper-button-prev:after {
  display: none;
}
.productos-agua-caliente #block-content-slider-home-6-field-slider-home--2 .swiper-button-next {
  width: 22px;
  height: 38px;
  background: url("../img/right.png") no-repeat center;
  right: 50px !important;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  top: 50%;
  margin-top: -19px;
}
.productos-agua-caliente #block-content-slider-home-6-field-slider-home--2 .swiper-button-next:after {
  display: none;
}
.productos-agua-caliente h1 {
  font-size: 30px;
  line-height: 32px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #333333;
  margin-bottom: 30px;
  text-align: center;
}
.productos-agua-caliente .descripcion {
  color: #777777;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}
.productos-agua-caliente .cd-intro {
  border-bottom: 1px solid #333333;
  width: 100%;
  padding: 0px;
  margin: 20px 0 50px;
  max-width: inherit;
}
.productos-agua-caliente .cd-intro b {
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  font-family: "La Belle Aurore", cursive;
  color: #666666;
}
.productos-agua-caliente .block-views-blockarticulos-block-1 .view-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid #333333;
  padding-top: 40px;
  margin: 0 30px;
}
.productos-agua-caliente .block-views-blockarticulos-block-1 .view-content .views-row {
  width: 24%;
  margin-bottom: 40px;
}
.productos-agua-caliente .block-views-blockarticulos-block-1 .view-content .views-row:nth-child(1) .teaser-articulo h2 {
  background: #5FA7CB;
}
.productos-agua-caliente .block-views-blockarticulos-block-1 .view-content .views-row:nth-child(2) .teaser-articulo h2 {
  background: #FBD560;
}
.productos-agua-caliente .block-views-blockarticulos-block-1 .view-content .views-row:nth-child(3) .teaser-articulo h2 {
  background: #8ED5F4;
}
.productos-agua-caliente .block-views-blockarticulos-block-1 .view-content .views-row:nth-child(4) .teaser-articulo h2 {
  background: #A2D281;
}
.productos-agua-caliente .block-views-blockarticulos-block-1 .view-content .teaser-articulo {
  border: 1px solid #cccccc;
  border-radius: 5px;
  background: #e7e7e7;
  text-align: center;
}
.productos-agua-caliente .block-views-blockarticulos-block-1 .view-content .teaser-articulo img {
  width: 100%;
  height: auto;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.productos-agua-caliente .block-views-blockarticulos-block-1 .view-content .teaser-articulo h2 {
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
  padding: 7px 20px;
}
.productos-agua-caliente .block-views-blockarticulos-block-1 .view-content .teaser-articulo .field--name-field-entradilla {
  min-height: 168px;
  font-size: 16px;
  line-height: 24px;
  padding: 0 20px;
  text-align: left;
  margin-bottom: 30px;
}
.productos-agua-caliente .block-views-blockarticulos-block-1 .view-content .teaser-articulo a {
  transition: all 0.3s;
  margin-bottom: 30px;
  display: inline-block;
  color: #333333;
  border: 1px solid #333333;
  font-size: 13px;
  line-height: 13px;
  padding: 10px 20px;
  font-weight: 500;
}
.productos-agua-caliente .block-views-blockarticulos-block-1 .view-content .teaser-articulo a svg {
  margin-left: 3px;
}
@media (max-width: 1199.98px) {
  .productos-agua-caliente .block-views-blockarticulos-block-1 .view-content .views-row {
    width: 49%;
  }
}
@media (max-width: 600px) {
  .productos-agua-caliente .block-views-blockarticulos-block-1 .view-content .views-row {
    width: 100%;
  }
}
.productos-agua-caliente .bloque-soluciones-productos {
  margin-bottom: 20px;
}
.productos-agua-caliente .bloque-soluciones-productos .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.productos-agua-caliente .bloque-soluciones-productos h2 {
  max-width: 425px;
  position: relative;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  font-family: "Roboto Slab", serif;
  margin: 21px auto 31px;
  width: 100%;
}
.productos-agua-caliente .bloque-soluciones-productos h2 span {
  background: #efefef;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 10px;
}
.productos-agua-caliente .bloque-soluciones-productos h2::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 0px;
  right: 0px;
  height: 1px;
  background: #333333;
  z-index: 0;
}
.productos-agua-caliente .bloque-soluciones-productos #swiper-soluciones-block-1--3 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  row-gap: 35px;
  justify-content: center;
  margin: 0 auto;
  max-width: 1140px !important;
  overflow: hidden;
}
.productos-agua-caliente .bloque-soluciones-productos #swiper-soluciones-block-1--3 .swiper-wrapper {
  margin: 0 auto !important;
}
.productos-agua-caliente .bloque-soluciones-productos #swiper-soluciones-block-1--3 .swiper-wrapper .swiper-slide {
  padding: 0 15px;
  margin-bottom: 30px;
  width: 380px;
  height: 350px;
}
.productos-agua-caliente .bloque-soluciones-productos #swiper-soluciones-block-1--3 .swiper-wrapper .swiper-slide .box {
  background: #ffffff;
  transition: all 0.3s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  height: 100%;
}
.productos-agua-caliente .bloque-soluciones-productos #swiper-soluciones-block-1--3 .swiper-wrapper .swiper-slide .box .imagen-destacada {
  margin-bottom: 20px;
}
.productos-agua-caliente .bloque-soluciones-productos #swiper-soluciones-block-1--3 .swiper-wrapper .swiper-slide .box .imagen-destacada img {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.productos-agua-caliente .bloque-soluciones-productos #swiper-soluciones-block-1--3 .swiper-wrapper .swiper-slide .box:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}
.productos-agua-caliente .bloque-soluciones-productos #swiper-soluciones-block-1--3 .swiper-wrapper .swiper-slide .inner {
  padding: 15px 30px 20px 30px;
}
.productos-agua-caliente .bloque-soluciones-productos #swiper-soluciones-block-1--3 .swiper-wrapper .swiper-slide h3 {
  font-size: 21px;
  line-height: 25px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 25px;
  min-height: 75px;
}
.productos-agua-caliente .bloque-soluciones-productos #swiper-soluciones-block-1--3 .swiper-wrapper .swiper-slide h3 a span {
  font-size: 21px;
  line-height: 25px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 25px;
  min-height: 75px;
}
.productos-agua-caliente .bloque-soluciones-productos #swiper-soluciones-block-1--3 .swiper-wrapper .swiper-slide a {
  color: #333333;
}
.productos-agua-caliente .bloque-soluciones-productos #swiper-soluciones-block-1--3 .swiper-wrapper .swiper-slide span {
  font-size: 12px;
  font-weight: 500;
}
.productos-agua-caliente .bloque-soluciones-productos #swiper-soluciones-block-1--3 .swiper-wrapper .swiper-slide .read-more {
  text-transform: uppercase;
}
.productos-agua-caliente .bloque-soluciones-productos #swiper-soluciones-block-1--3 .swiper-pagination {
  position: relative;
}
.productos-agua-caliente .bloque-soluciones-productos #swiper-soluciones-block-1--3 .swiper-pagination span {
  width: 12px !important;
  height: 12px !important;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
  border-radius: 20px;
  background: #869791;
  transform: scale(1) !important;
}
.productos-agua-caliente .bloque-soluciones-productos #swiper-soluciones-block-1--3 .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.productos-agua-caliente .bloque-soluciones-productos a.ver-mas {
  transition: all 0.3s;
  margin-bottom: 30px;
  display: inline-block;
  color: #333333;
  border: 1px solid #333333;
  font-size: 13px;
  line-height: 13px;
  padding: 10px 20px;
  font-weight: 500;
}
.productos-agua-caliente .bloque-soluciones-productos a.ver-mas svg {
  margin-left: 3px;
}
@media (max-width: 1199.98px) {
  .productos-agua-caliente .bloque-soluciones-productos #swiper-soluciones-block-1--3 {
    max-width: 940px !important;
  }
  .productos-agua-caliente .bloque-soluciones-productos #swiper-soluciones-block-1--3 .swiper-slide {
    width: 313px !important;
    height: 350px !important;
  }
}
@media (max-width: 991.98px) {
  .productos-agua-caliente .bloque-soluciones-productos #swiper-soluciones-block-1--3 {
    max-width: 720px !important;
  }
  .productos-agua-caliente .bloque-soluciones-productos #swiper-soluciones-block-1--3 .swiper-slide {
    width: 360px !important;
    height: 350px !important;
  }
}
@media (max-width: 575.98px) {
  .productos-agua-caliente .bloque-soluciones-productos #swiper-soluciones-block-1--3 {
    max-width: 315px !important;
  }
  .productos-agua-caliente .bloque-soluciones-productos #swiper-soluciones-block-1--3 .swiper-slide {
    width: 315px !important;
    height: 350px !important;
  }
}
.productos-agua-caliente .info {
  text-align: center;
  margin-bottom: 50px;
}
.productos-agua-caliente .info h2 {
  max-width: 500px;
  position: relative;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  font-family: "Roboto Slab", serif;
  margin: 21px auto 31px;
}
.productos-agua-caliente .info h2 span {
  background: #efefef;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 10px;
}
.productos-agua-caliente .info h2::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 0px;
  right: 0px;
  height: 1px;
  background: #333333;
}
.productos-agua-caliente .info ul {
  margin: 0px;
  padding: 0px;
}
.productos-agua-caliente .info ul li {
  display: inline-block;
  border-right: 1px solid #333333;
  width: 172px;
  height: 100%;
}
.productos-agua-caliente .info ul li a {
  display: block;
  padding: 10px;
}
.productos-agua-caliente .info ul li a svg {
  transition: all 0.3s;
  font-size: 35px;
  margin-bottom: 10px;
}
.productos-agua-caliente .info ul li a svg:hover {
  color: #FF0000;
}
.productos-agua-caliente .info ul li a h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: #333333;
}
.productos-agua-caliente .info ul li:last-child {
  border: none;
}
@media (max-width: 991.98px) {
  .productos-agua-caliente .info ul li {
    border-right: none;
  }
}
.productos-agua-caliente #faqs .wp-block-columns {
  gap: 30px;
}
.productos-agua-caliente #faqs h2 {
  position: relative;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  font-family: "Roboto Slab", serif;
  margin: 21px auto 31px;
}
.productos-agua-caliente #faqs h2 span {
  background: #efefef;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 10px;
}
.productos-agua-caliente #faqs h2::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 0px;
  right: 0px;
  height: 1px;
  background: #333333;
}
.productos-agua-caliente #faqs .accordion-toggle.collapsed {
  background: url("../img/closet.png") no-repeat right 15px top 15px;
}
.productos-agua-caliente #faqs .accordion-toggle:not(.collapsed) {
  background: url("../img/opent.png") no-repeat right 15px top 15px;
  color: #1e73be !important;
}
.productos-agua-caliente #faqs .panel {
  border-radius: 0px;
  border: none;
  box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.5);
  background: none;
  margin-bottom: 5px;
  overflow: hidden;
}
.productos-agua-caliente #faqs .panel .panel-heading {
  padding: 0px;
  border: none;
  background: none;
}
.productos-agua-caliente #faqs .panel .panel-heading .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.productos-agua-caliente #faqs .panel .panel-heading a {
  min-height: 66px;
  padding: 15px 50px 15px 15px;
  font-size: 14px;
  line-height: 18px;
  display: block;
  color: #333333;
}
.productos-agua-caliente #faqs .panel .panel-body {
  background: #ffffff;
}
.productos-agua-caliente #faqs .panel .panel-body .field--name-field-respuesta {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #333333;
}
@media (min-width: 1200px) {
  .productos-agua-caliente #faqs {
    width: 1170px;
  }
}
@media (max-width: 992px) {
  .productos-agua-caliente #faqs {
    width: 970px;
  }
}
@media (max-width: 768px) {
  .productos-agua-caliente #faqs {
    width: 750px;
  }
}
@media (max-width: 575.98px) {
  .productos-agua-caliente #faqs {
    width: 100%;
  }
}

#block-content-slider-home-5-field-slider-home {
  height: 650px;
}
#block-content-slider-home-5-field-slider-home #cabeceras {
  height: 650px;
  position: relative;
  padding: 50px;
  display: block;
}
#block-content-slider-home-5-field-slider-home #cabeceras .field--name-field-titulo {
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  font-size: 33px;
  line-height: 37px;
  font-weight: 700;
  margin-bottom: 15px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  color: #ffffff;
}
#block-content-slider-home-5-field-slider-home #cabeceras p {
  position: relative;
  z-index: 1;
  font-size: 22px;
  line-height: 26px;
  font-family: "Roboto Slab", serif;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  color: #ffffff;
}
#block-content-slider-home-5-field-slider-home .swiper-pagination {
  bottom: 30px;
}
#block-content-slider-home-5-field-slider-home .swiper-pagination span {
  margin: 0 3px !important;
  width: 7px !important;
  height: 7px !important;
  background: #5E5D63;
  box-shadow: none !important;
  border: none;
  opacity: 1;
  transform: scale(1) !important;
}
#block-content-slider-home-5-field-slider-home .swiper-pagination span.swiper-pagination-bullet-active {
  background: #ffffff !important;
  border: none;
}
#block-content-slider-home-5-field-slider-home .swiper-button-prev {
  width: 22px;
  height: 38px;
  background: url("../img/left.png") no-repeat center;
  left: 50px !important;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  top: 50%;
  margin-top: -19px;
}
#block-content-slider-home-5-field-slider-home .swiper-button-prev:after {
  display: none;
}
#block-content-slider-home-5-field-slider-home .swiper-button-next {
  width: 22px;
  height: 38px;
  background: url("../img/right.png") no-repeat center;
  right: 50px !important;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  top: 50%;
  margin-top: -19px;
}
#block-content-slider-home-5-field-slider-home .swiper-button-next:after {
  display: none;
}

.slider_banners_noticias {
  padding: 60px 0 20px;
}
.slider_banners_noticias .wp-block-group__inner-container {
  position: relative;
  max-width: 1430px;
  margin: 0 auto;
  padding: 0 25px;
}
.slider_banners_noticias .wp-block-group__inner-container #swiper-listado-noticias-block-2 {
  min-height: 400px;
}
.slider_banners_noticias .wp-block-group__inner-container .swiper-wrapper {
  margin: 0 auto !important;
}
.slider_banners_noticias .wp-block-group__inner-container .swiper-wrapper .swiper-slide {
  margin-bottom: 30px;
  width: 444px;
  float: left;
}
.slider_banners_noticias .wp-block-group__inner-container .swiper-wrapper .swiper-slide .box {
  margin-right: 24px;
}
.slider_banners_noticias .wp-block-group__inner-container .swiper-wrapper .swiper-slide h3 {
  min-height: 56px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin: 20px 0;
  text-align: center;
}
.slider_banners_noticias .wp-block-group__inner-container .swiper-wrapper .swiper-slide h3 a {
  color: #333333;
}
.slider_banners_noticias .wp-block-group__inner-container .swiper-wrapper .swiper-slide p {
  min-height: 84px;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 10px;
}
.slider_banners_noticias .wp-block-group__inner-container .swiper-wrapper .swiper-slide .read-more a {
  transition: all 0.3s;
  margin-bottom: 30px;
  display: inline-block;
  color: #333333;
  border: 1px solid #333333;
  font-size: 13px;
  line-height: 13px;
  padding: 10px 20px;
  font-weight: 500;
}
.slider_banners_noticias .wp-block-group__inner-container .swiper-wrapper .swiper-slide .read-more a svg {
  margin-left: 3px;
}
.slider_banners_noticias .wp-block-group__inner-container .swiper-pagination {
  width: 100%;
  position: absolute;
  text-align: center;
}
.slider_banners_noticias .wp-block-group__inner-container .swiper-pagination span {
  width: 12px !important;
  height: 12px !important;
  border: 1px solid #863F51;
  background: none !important;
  box-shadow: none !important;
  opacity: 1;
}
.slider_banners_noticias .wp-block-group__inner-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #863F51 !important;
}

.page-node-type-noticias #noticia {
  padding: 40px;
  background: #ffffff;
  max-width: 1100px;
  margin: 0 auto;
}
.page-node-type-noticias #noticia .imagen-destacada {
  margin-bottom: 30px;
}
.page-node-type-noticias #noticia .imagen-destacada img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
.page-node-type-noticias #noticia h1 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  color: #3a3a3a;
  margin-bottom: 30px;
}
.page-node-type-noticias #noticia .entradilla p {
  font-size: 18px;
  line-height: 24px;
  color: #7a7a7a;
  font-style: italic;
  margin-bottom: 25px;
}
.page-node-type-noticias #noticia .field--name-field-texto-lateral {
  font-size: 17px;
  line-height: 25.5px;
  color: #7a7a7a;
}
.page-node-type-noticias #noticia .field--name-field-imagen-ancho-completo {
  margin-bottom: 30px;
  text-align: center;
}
.page-node-type-noticias #noticia .field--name-field-texto-ancho-completo {
  font-size: 17px;
  line-height: 25.5px;
  color: #7a7a7a;
}
.page-node-type-noticias #noticia h2 {
  position: relative;
  text-align: center;
  font-size: 15px;
  line-height: 17px;
  font-family: "Roboto Slab", serif;
  margin: 30px auto;
}
.page-node-type-noticias #noticia h2 span {
  font-size: 15px !important;
  background: #ffffff;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 10px;
}
.page-node-type-noticias #noticia h2::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0px;
  right: 0px;
  height: 1px;
  background: #333333;
}
.page-node-type-noticias #noticia .box {
  transition: all 0.3s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}
.page-node-type-noticias #noticia .box .contenido {
  padding: 15px 30px 20px 30px;
}
.page-node-type-noticias #noticia .box .contenido h3 {
  font-size: 21px;
  line-height: 25px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 25px;
  min-height: 75px;
}
.page-node-type-noticias #noticia .box .contenido h3 a {
  color: #333333;
}
.page-node-type-noticias #noticia .box .contenido h3 a span {
  font-size: 21px;
  line-height: 25px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 25px;
  min-height: 75px;
}
.page-node-type-noticias #noticia .box .contenido .read-more a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  color: #333333;
}
.page-node-type-noticias #noticia .box:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}
.page-node-type-noticias #noticia .pager__items {
  margin: 30px 0 0 0;
}
.page-node-type-noticias #noticia .pager__items .is-active {
  display: none;
}
.page-node-type-noticias #noticia .pager__items .pager__item a span {
  color: #1e73be;
  padding: 0px;
  background-color: transparent;
  border: none;
  border-radius: 0px;
  text-transform: capitalize;
  font-family: "Roboto Slab", serif;
  font-size: 17px;
  line-height: 19px;
}

#articulo {
  margin-bottom: 40px;
}
#articulo img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
}
#articulo h1 {
  font-size: 30px;
  line-height: 32px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #333333;
  margin-bottom: 20px;
  text-align: center;
}
#articulo .field--name-field-field-texto-1-articulo {
  font-size: 17px;
  line-height: 24px;
  color: #7a7a7a;
  margin-bottom: 10px;
}
#articulo .field--name-field-field-texto-1-articulo em {
  font-size: 21px;
  line-height: 30px;
  color: #7a7a7a;
  font-style: italic;
  margin-bottom: 24px;
  display: block;
}
#articulo .field--name-field-texto-2 {
  font-size: 17px;
  line-height: 24px;
  color: #7a7a7a;
  margin-bottom: 10px;
}
#articulo .field--name-field-texto-destacado {
  font-size: 21px;
  line-height: 30px;
  color: #7a7a7a;
  font-style: italic;
  background: #dadada;
  text-align: center;
  margin-bottom: 20px;
}
#articulo .norm {
  max-width: 772px;
  margin: 0px auto;
  padding-top: 10px;
  text-align: center;
}
#articulo .norm h2 {
  position: relative;
  text-align: center;
  font-size: 15px;
  line-height: 17px;
  font-family: "Roboto Slab", serif;
  margin: 30px auto;
}
#articulo .norm h2 span {
  background: #efefef;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 10px;
}
#articulo .norm h2::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0px;
  right: 0px;
  height: 1px;
  background: #333333;
}
#articulo .norm .box {
  background: #f7f7f7;
  padding: 35px;
}
#articulo .norm .box h3 {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  color: #555555;
  min-height: 36px;
  margin-bottom: 12px;
  display: block;
}
#articulo .norm .box svg {
  font-size: 60px;
  margin-bottom: 20px;
  color: #EE1111;
}
#articulo .norm .box a {
  transition: all 0.3s;
  display: inline-block;
  font-size: 13px;
  line-height: 15px;
  color: #555555;
  border: 2px solid #555555;
  border-radius: 12px;
  padding: 10px 20px;
  font-weight: 500;
}
#articulo .norm .box a:hover {
  color: #EE1111;
  border: 2px solid #EE1111;
}
#articulo #aplis {
  margin-top: 30px;
  display: inline-block;
}
#articulo #aplis .top {
  background: #555555;
  color: #ffffff;
  text-align: center;
  padding: 20px;
  position: relative;
  overflow: hidden;
}
#articulo #aplis .top p {
  margin-bottom: 0px;
}
#articulo #aplis .top span {
  position: absolute;
  top: 4px;
  right: 4px;
  transform: rotate(45deg);
  width: 150px;
  overflow: hidden;
  height: 150px;
}
#articulo #aplis .top span b {
  text-transform: uppercase;
  background: #000;
  padding: 4px 6px;
  display: block;
  font-weight: 500;
  font-size: 13px;
  background: #E9D913;
  color: #000000;
}
#articulo #aplis .top .field--name-field-titulo-apps-1,
#articulo #aplis .top .field--name-field-titulo-apps-2 {
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 10px;
}
#articulo #aplis .top .field--name-field-descripcion-app-1,
#articulo #aplis .top .field--name-field-descripcion-app-2 {
  font-size: 13px;
  line-height: 15px;
  font-family: "Roboto Slab", serif;
}
#articulo #aplis .mid {
  background: #f7f7f7;
  padding: 30px;
}
#articulo #aplis .mid .field--name-field-aplicacion-1,
#articulo #aplis .mid .field--name-field-aplicacion-2,
#articulo #aplis .mid .field-name-field-aplicacion-2 {
  color: #777777;
  line-height: 18px;
}
#articulo #aplis .mid .field--name-field-aplicacion-1 .field__item,
#articulo #aplis .mid .field--name-field-aplicacion-1 .field-item,
#articulo #aplis .mid .field--name-field-aplicacion-2 .field__item,
#articulo #aplis .mid .field--name-field-aplicacion-2 .field-item,
#articulo #aplis .mid .field-name-field-aplicacion-2 .field__item,
#articulo #aplis .mid .field-name-field-aplicacion-2 .field-item {
  background: url("../img/check.png") no-repeat left top;
  padding-left: 30px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 3px dotted #dddddd;
}
#articulo #aplis .mid .field--name-field-aplicacion-1 .field__item:last-child,
#articulo #aplis .mid .field--name-field-aplicacion-1 .field-item:last-child,
#articulo #aplis .mid .field--name-field-aplicacion-2 .field__item:last-child,
#articulo #aplis .mid .field--name-field-aplicacion-2 .field-item:last-child,
#articulo #aplis .mid .field-name-field-aplicacion-2 .field__item:last-child,
#articulo #aplis .mid .field-name-field-aplicacion-2 .field-item:last-child {
  border-bottom: none;
  /* No poner borde al último elemento */
}
#articulo #aplis .acumuladores .top-equi {
  background: #54595F;
  color: #ffffff;
  text-align: center;
  padding: 35px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
#articulo #aplis .acumuladores .top-equi .equipamiento {
  color: #FFFFFF;
  font-family: "Roboto", Sans-serif;
  font-size: 22px;
  font-weight: 600;
}
#articulo #aplis .acumuladores .col-lg-8 {
  display: flex;
  flex-wrap: wrap;
}
#articulo #aplis .acumuladores .col-lg-8 .col-lg-6 {
  padding-right: 15px;
  padding-left: 15px;
}
#articulo #aplis .acumuladores .col-lg-8 .col-lg-6 #serpentines {
  color: rgba(0, 0, 0, 0.768627451);
  font-family: "Roboto", Sans-serif;
  font-weight: 600;
  font-size: 20px;
  margin-top: 25px;
}
#articulo #aplis .acumuladores .field-name-field-titulo-apps-1-articulo {
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 10px;
}
#articulo #aplis .acumuladores .field-name-field-titulo-apps-1-articulo #capacidad {
  font-size: 22px;
  font-weight: 700;
}
#articulo #aplis .acumuladores .field-name-field-descripcion-app-1-articulo {
  font-size: 13px;
  line-height: 15px;
  font-family: "Roboto Slab", serif;
}
#articulo .docu {
  margin: 0px auto;
  padding-top: 10px;
  text-align: center;
}
#articulo .docu h2 {
  position: relative;
  text-align: center;
  font-size: 15px;
  line-height: 17px;
  font-family: "Roboto Slab", serif;
  margin: 30px auto;
}
#articulo .docu h2 span {
  background: #efefef;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 10px;
}
#articulo .docu h2::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0px;
  right: 0px;
  height: 1px;
  background: #333333;
}
#articulo .docu .contenido {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#articulo .docu .contenido > div {
  width: 212px;
}
#articulo .docu .box {
  margin-left: 20px;
  background: #f7f7f7;
  padding: 65px 35px 35px 35px;
  height: 300px;
}
#articulo .docu .box h3 {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  color: #555555;
  min-height: 36px;
  margin-bottom: 12px;
  display: block;
}
#articulo .docu .box a {
  transition: all 0.3s;
  display: inline-block;
  font-size: 13px;
  line-height: 15px;
  color: #555555;
  border: 2px solid #555555;
  border-radius: 12px;
  padding: 10px 20px;
  font-weight: 500;
}
#articulo .docu .box a:hover {
  color: #FFC717;
  border: 2px solid #FFC717;
}
#articulo .docu .box svg {
  font-size: 60px;
  margin-bottom: 20px;
  color: #FFC717;
}
@media (max-width: 767.98px) {
  #articulo .norm .box {
    margin-bottom: 20px;
  }
}

.node-3237 #articulo #aplis .top span b {
  background: #38A6F4 !important;
}

.node-3237 #articulo .docu .box svg {
  color: #38A6F4 !important;
}

.node-3237 #articulo .docu .box a:hover {
  color: #38A6F4 !important;
  border: 2px solid #38A6F4 !important;
}

.node-3239 #articulo #aplis .top span b {
  background: #73BF40 !important;
}

.node-3239 #articulo .docu .box svg {
  color: #73BF40 !important;
}

.node-3239 #articulo .docu .box a:hover {
  color: #73BF40 !important;
  border: 2px solid #73BF40 !important;
}

.node-3240 #articulo #aplis .top span strong {
  background: #dadada;
  color: #000000;
  text-transform: uppercase;
  padding: 4px 6px;
  display: block;
  font-weight: 500;
  font-size: 13px;
}

.node-3240 #articulo .docu .box svg {
  color: #38A6F4 !important;
}

.node-2371 .listado-noticias {
  padding: 70px 0;
}
.node-2371 .listado-noticias h1 {
  font-family: "Roboto Slab", serif;
  font-size: 34px;
  line-height: 52px;
  color: #002d54;
  font-weight: 700;
  margin-bottom: 20px;
}
.node-2371 .listado-noticias .col-lg-4 {
  margin-bottom: 40px;
  padding: 0 15px;
}
.node-2371 .listado-noticias .col-lg-4 .box {
  background: #ffffff;
  border-radius: 4px;
  transition: all 0.3s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.node-2371 .listado-noticias .col-lg-4 .box .imagen-destacada img {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.node-2371 .listado-noticias .col-lg-4 .box .contenido {
  padding: 25px 30px 30px;
}
.node-2371 .listado-noticias .col-lg-4 .box .contenido h3 {
  min-height: 100px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.node-2371 .listado-noticias .col-lg-4 .box .contenido h3 a {
  color: #333333;
}
.node-2371 .listado-noticias .col-lg-4 .box .contenido .entradilla p {
  min-height: 110px;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
}
.node-2371 .listado-noticias .col-lg-4 .box > a {
  display: inline-block;
  transition: all 0.3s;
  color: #333333;
}
.node-2371 .listado-noticias .col-lg-4 .box:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}
.node-2371 .listado-noticias .pager .pagination {
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
.node-2371 .listado-noticias .pager .pagination li {
  vertical-align: middle;
}
.node-2371 .listado-noticias .pager .pagination li a {
  float: none;
  display: inline-block;
  padding: 0px;
  margin: 0 6px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  color: #666666;
  background-color: transparent;
  border: none;
}
.node-2371 .listado-noticias .pager .pagination .active a {
  color: red;
}
.node-2371 .listado-noticias .pager .pagination .pager__item--previous span {
  font-size: 48px;
  line-height: 28px;
  font-weight: bold;
  margin-right: 20px;
}
.node-2371 .listado-noticias .pager .pagination .pager__item--next span {
  font-size: 48px;
  line-height: 28px;
  font-weight: bold;
  margin-left: 20px;
}
.node-2371 .listado-noticias .pager .pagination .pager__item--previous:hover a,
.node-2371 .listado-noticias .pager .pagination .pager__item--next:hover a {
  color: red;
}
.node-2371 .listado-noticias .pager .pagination .pager__item--first,
.node-2371 .listado-noticias .pager .pagination .pager__item--last {
  display: none !important;
}
@media (min-width: 1200px) {
  .node-2371 .listado-noticias {
    width: 1170px;
  }
}
@media (max-width: 992px) {
  .node-2371 .listado-noticias {
    width: 970px;
  }
}
@media (max-width: 768px) {
  .node-2371 .listado-noticias {
    width: 750px;
  }
}
@media (max-width: 575.98px) {
  .node-2371 .listado-noticias {
    width: 100%;
  }
  .node-2371 .listado-noticias .col-lg-4 {
    padding: 0 30px;
  }
  .node-2371 .listado-noticias .col-lg-4 .box .contenido h3 {
    min-height: 100%;
  }
}

.path-soluciones .view-id-soluciones {
  padding: 70px 0;
}
.path-soluciones .view-id-soluciones .view-content h1 {
  font-family: "Roboto Slab", serif;
  font-size: 34px;
  line-height: 52px;
  color: #002d54;
  font-weight: 700;
  margin-bottom: 20px;
}
.path-soluciones .view-id-soluciones .view-content .col-lg-4 {
  margin-bottom: 30px;
}
.path-soluciones .view-id-soluciones .view-content .col-lg-4 .box {
  max-width: 500px;
  margin: 0 auto;
  background: #ffffff;
  transition: all 0.3s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  height: 100%;
}
.path-soluciones .view-id-soluciones .view-content .col-lg-4 .box img {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  margin-bottom: 20px;
}
.path-soluciones .view-id-soluciones .view-content .col-lg-4 .box .inner {
  padding: 15px 30px 20px 30px;
}
.path-soluciones .view-id-soluciones .view-content .col-lg-4 .box .inner h3 {
  font-size: 21px;
  line-height: 25px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 25px;
  min-height: 75px;
}
.path-soluciones .view-id-soluciones .view-content .col-lg-4 .box .inner h3 a {
  color: #333333;
}
.path-soluciones .view-id-soluciones .view-content .col-lg-4 .box .inner .read-more {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}
.path-soluciones .view-id-soluciones .view-content .col-lg-4 .box .inner .read-more a {
  color: #333333;
}

.page-node-type-solucion #soluciones {
  margin-top: 40px;
}
.page-node-type-solucion #soluciones .view-soluciones.view-id-solucione {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.page-node-type-solucion #soluciones h2 {
  max-width: 425px;
  position: relative !important;
  text-align: center;
  font-size: 18px !important;
  line-height: 20px !important;
  font-family: "Roboto Slab", serif !important;
  margin: 21px auto 31px;
  width: 100%;
}
.page-node-type-solucion #soluciones h2 span {
  background: #ffffff;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 10px;
}
.page-node-type-solucion #soluciones h2::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 0px;
  right: 0px;
  height: 1px;
  background: #333333;
  z-index: 0;
}
.page-node-type-solucion #soluciones #swiper-soluciones-block-2,
.page-node-type-solucion #soluciones #swiper-soluciones-block-1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  row-gap: 35px;
  justify-content: center;
  margin: 0 auto;
  max-width: 1140px !important;
  overflow: hidden;
}
.page-node-type-solucion #soluciones #swiper-soluciones-block-2 .swiper-wrapper,
.page-node-type-solucion #soluciones #swiper-soluciones-block-1 .swiper-wrapper {
  margin: 0 auto !important;
}
.page-node-type-solucion #soluciones #swiper-soluciones-block-2 .swiper-wrapper .swiper-slide,
.page-node-type-solucion #soluciones #swiper-soluciones-block-1 .swiper-wrapper .swiper-slide {
  padding: 0 15px;
  margin-bottom: 30px;
  width: 380px;
  height: 350px;
}
.page-node-type-solucion #soluciones #swiper-soluciones-block-2 .swiper-wrapper .swiper-slide .box,
.page-node-type-solucion #soluciones #swiper-soluciones-block-1 .swiper-wrapper .swiper-slide .box {
  background: #ffffff;
  transition: all 0.3s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  height: 100%;
}
.page-node-type-solucion #soluciones #swiper-soluciones-block-2 .swiper-wrapper .swiper-slide .box .imagen-destacada,
.page-node-type-solucion #soluciones #swiper-soluciones-block-1 .swiper-wrapper .swiper-slide .box .imagen-destacada {
  margin-bottom: 20px;
}
.page-node-type-solucion #soluciones #swiper-soluciones-block-2 .swiper-wrapper .swiper-slide .box .imagen-destacada img,
.page-node-type-solucion #soluciones #swiper-soluciones-block-1 .swiper-wrapper .swiper-slide .box .imagen-destacada img {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.page-node-type-solucion #soluciones #swiper-soluciones-block-2 .swiper-wrapper .swiper-slide .box:hover,
.page-node-type-solucion #soluciones #swiper-soluciones-block-1 .swiper-wrapper .swiper-slide .box:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}
.page-node-type-solucion #soluciones #swiper-soluciones-block-2 .swiper-wrapper .swiper-slide .inner,
.page-node-type-solucion #soluciones #swiper-soluciones-block-1 .swiper-wrapper .swiper-slide .inner {
  padding: 15px 30px 20px 30px;
}
.page-node-type-solucion #soluciones #swiper-soluciones-block-2 .swiper-wrapper .swiper-slide h3,
.page-node-type-solucion #soluciones #swiper-soluciones-block-1 .swiper-wrapper .swiper-slide h3 {
  font-size: 21px;
  line-height: 25px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 25px;
  min-height: 75px;
}
.page-node-type-solucion #soluciones #swiper-soluciones-block-2 .swiper-wrapper .swiper-slide h3 a span,
.page-node-type-solucion #soluciones #swiper-soluciones-block-1 .swiper-wrapper .swiper-slide h3 a span {
  font-size: 21px;
  line-height: 25px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 25px;
  min-height: 75px;
}
.page-node-type-solucion #soluciones #swiper-soluciones-block-2 .swiper-wrapper .swiper-slide a,
.page-node-type-solucion #soluciones #swiper-soluciones-block-1 .swiper-wrapper .swiper-slide a {
  color: #333333;
}
.page-node-type-solucion #soluciones #swiper-soluciones-block-2 .swiper-wrapper .swiper-slide span,
.page-node-type-solucion #soluciones #swiper-soluciones-block-1 .swiper-wrapper .swiper-slide span {
  font-size: 12px;
  font-weight: 500;
}
.page-node-type-solucion #soluciones #swiper-soluciones-block-2 .swiper-wrapper .swiper-slide .read-more,
.page-node-type-solucion #soluciones #swiper-soluciones-block-1 .swiper-wrapper .swiper-slide .read-more {
  text-transform: uppercase;
}
.page-node-type-solucion #soluciones #swiper-soluciones-block-2 .swiper-pagination,
.page-node-type-solucion #soluciones #swiper-soluciones-block-1 .swiper-pagination {
  position: relative;
}
.page-node-type-solucion #soluciones #swiper-soluciones-block-2 .swiper-pagination span,
.page-node-type-solucion #soluciones #swiper-soluciones-block-1 .swiper-pagination span {
  width: 12px !important;
  height: 12px !important;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
  border-radius: 20px;
  background: #869791;
  transform: scale(1) !important;
}
.page-node-type-solucion #soluciones #swiper-soluciones-block-2 .swiper-pagination .swiper-pagination-bullet-active,
.page-node-type-solucion #soluciones #swiper-soluciones-block-1 .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.page-node-type-solucion #soluciones a.ver-mas {
  transition: all 0.3s;
  margin-bottom: 30px;
  display: inline-block;
  color: #333333;
  border: 1px solid #333333;
  font-size: 13px;
  line-height: 13px;
  padding: 10px 20px;
  font-weight: 500;
}
.page-node-type-solucion #soluciones a.ver-mas svg {
  margin-left: 3px;
}
@media (max-width: 1199.98px) {
  .page-node-type-solucion #soluciones #swiper-soluciones-block-2--3 {
    max-width: 940px !important;
  }
  .page-node-type-solucion #soluciones #swiper-soluciones-block-2--3 .swiper-slide {
    width: 313px !important;
    height: 350px !important;
  }
}
@media (max-width: 991.98px) {
  .page-node-type-solucion #soluciones #swiper-soluciones-block-2--3 {
    max-width: 720px !important;
  }
  .page-node-type-solucion #soluciones #swiper-soluciones-block-2--3 .swiper-slide {
    width: 360px !important;
    height: 350px !important;
  }
}
@media (max-width: 575.98px) {
  .page-node-type-solucion #soluciones #swiper-soluciones-block-2--3 {
    max-width: 315px !important;
  }
  .page-node-type-solucion #soluciones #swiper-soluciones-block-2--3 .swiper-slide {
    width: 315px !important;
    height: 350px !important;
  }
}
.page-node-type-solucion #solucion {
  padding: 40px;
  background: #ffffff;
  max-width: 1100px;
  margin: 0 auto;
}
.page-node-type-solucion #solucion .imagen-cabecera img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-bottom: 30px;
}
.page-node-type-solucion #solucion h1 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  color: #3a3a3a;
  margin-bottom: 30px;
}
.page-node-type-solucion #solucion h2 {
  text-align: center;
  font-size: 29px;
  line-height: 29px;
  margin-bottom: 20px;
}
.page-node-type-solucion #solucion .field--name-field-entradilla-solucion {
  font-size: 20px;
  line-height: 30px;
  color: #7a7a7a;
  font-style: italic;
  margin-bottom: 25px;
}
.page-node-type-solucion #solucion .field--name-field-texto-lateral-solucion {
  font-size: 17px;
  line-height: 24px;
  color: #7a7a7a;
}
.page-node-type-solucion #solucion .swiper {
  margin: 0 !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0px !important;
  box-shadow: none !important;
}
.page-node-type-solucion #solucion .swiper .swiper-slide img {
  display: block;
  margin: 0 auto;
}
.page-node-type-solucion #solucion .swiper .swiper-button-prev {
  font-size: 0px;
  width: 13px;
  height: 21px;
  background: url("../img/left-b.png") no-repeat center;
  left: 0px !important;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  top: 50%;
  margin-top: -7px;
}
.page-node-type-solucion #solucion .swiper .swiper-button-prev:after {
  display: none;
}
.page-node-type-solucion #solucion .swiper .swiper-button-next {
  font-size: 0px;
  width: 13px;
  height: 21px;
  background: url("../img/right-b.png") no-repeat center;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  top: 50%;
  margin-top: -7px;
}
.page-node-type-solucion #solucion .swiper .swiper-button-next:after {
  display: none;
}
.page-node-type-solucion #solucion .swiper .swiper-pagination {
  bottom: -5px;
}
.page-node-type-solucion #solucion .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 7px !important;
  height: 7px !important;
  background: rgba(0, 0, 0, 0.5) !important;
  opacity: 1 !important;
}
.page-node-type-solucion #solucion .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #ffffff !important;
  cursor: default;
}
.page-node-type-solucion #solucion .texto-completo {
  font-size: 17px;
  line-height: 24px;
  color: #7a7a7a;
}
.page-node-type-solucion #solucion .field--name-field-imagen-texto-solucion {
  text-align: center;
  margin-bottom: 30px;
}
.page-node-type-solucion #solucion #aplis h2 {
  border-bottom: 1px solid #333333;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 10px;
  color: #333333;
  font-weight: 700;
}
.page-node-type-solucion #solucion #aplis img {
  margin-top: 20px;
  display: block;
  max-width: 100%;
  height: auto;
}
.page-node-type-solucion #solucion #aplis #serpentines {
  color: rgba(0, 0, 0, 0.768627451);
  font-family: "Roboto", Sans-serif;
  font-weight: 600;
  font-size: 20px;
  margin-top: 25px;
}
.page-node-type-solucion #solucion .descarga {
  max-width: 570px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #333333;
  padding: 16px 50px;
  margin-top: 20px;
}
.page-node-type-solucion #solucion .descarga p {
  max-width: 390px;
  margin: 0px;
  text-align: center;
  float: left;
  font-size: 15px;
  line-height: 21px;
}
.page-node-type-solucion #solucion .descarga svg {
  transition: all 0.3s;
  color: #10528B;
  margin-left: 40px;
  float: right;
  font-size: 40px;
}
.page-node-type-solucion #solucion .descarga:hover {
  color: #FF0000 !important;
}
.page-node-type-solucion #solucion .text-right {
  text-align: right;
}
.page-node-type-solucion #solucion .boton-base {
  transition: all 0.3s;
  margin-top: 10px;
  display: inline-block;
  color: #002d54;
  text-decoration: none;
  border: 1px solid #333333;
  font-size: 13px;
  line-height: 13px;
  padding: 10px 20px;
  font-weight: 500;
}
.page-node-type-solucion #solucion .boton-base svg {
  margin-left: 3px;
}
.page-node-type-solucion #solucion .boton-base:hover {
  background: #333333;
  color: #ffffff;
}

.path-user .tabs-wrapper {
  display: none;
}
.path-user .login_user {
  margin: 0 auto;
  padding: 70px 0;
}
@media (min-width: 1200px) {
  .path-user .login_user {
    width: 1140px;
  }
}
@media (max-width: 992px) {
  .path-user .login_user {
    width: 970px;
  }
}
@media (max-width: 768px) {
  .path-user .login_user {
    width: 750px;
  }
}
.path-user .login_user h1 {
  font-family: "Roboto Slab", serif;
  font-size: 34px;
  line-height: 52px;
  color: #002d54;
  font-weight: 700;
  margin-bottom: 20px;
}
.path-user .login_user #user-login-form {
  background: #ffffff;
  padding: 30px;
}
.path-user .login_user #user-login-form .form-item {
  margin-top: 0px;
}
.path-user .login_user #user-login-form label {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 5px;
}
.path-user .login_user #user-login-form label::after {
  color: #333333;
  background-image: none !important;
  content: " *";
}
.path-user .login_user #user-login-form .form-actions input {
  transition: all 0.3s;
  margin-top: 10px;
  padding: 10px 20px;
  background: #ffffff;
  border: 1px solid #333333;
  color: #333333;
  border-radius: 0px;
  box-shadow: none;
  text-shadow: none;
  width: 125px;
  font-size: 14px;
}
.path-user .login_user #user-login-form .form-actions input:hover {
  background: #333333;
  color: #ffffff;
}
.path-user .login_user #user-login-form .solicitar_pass {
  margin-top: 20px;
  text-align: left;
  display: block;
  clear: both;
  background: none;
  border: none;
  color: #002d54;
  padding: 0px;
  border-radius: 0px;
  box-shadow: none;
  text-shadow: none;
  text-decoration: underline;
  font-size: 14px;
}
.path-user .register_user {
  margin: 0 auto;
  padding: 70px 0;
}
@media (min-width: 1200px) {
  .path-user .register_user {
    width: 1140px;
  }
}
@media (max-width: 992px) {
  .path-user .register_user {
    width: 970px;
  }
}
@media (max-width: 768px) {
  .path-user .register_user {
    width: 750px;
  }
}
.path-user .register_user h1 {
  font-family: "Roboto Slab", serif;
  font-size: 34px;
  line-height: 52px;
  color: #002d54;
  font-weight: 700;
  margin-bottom: 20px;
}
.path-user .register_user #user-register-form {
  background: #ffffff;
  padding: 30px;
}
.path-user .register_user #user-register-form .form-item {
  margin-top: 0px;
}
.path-user .register_user #user-register-form .description {
  margin-top: 10px;
}
.path-user .register_user #user-register-form .password-strength__title {
  font-size: 0.85em;
}
.path-user .register_user #user-register-form .password-suggestions {
  padding: 0px;
  margin: 0px 0px 10px 0px;
  border: none;
  font-size: 0.85em;
}
.path-user .register_user #user-register-form label {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 5px;
}
.path-user .register_user #user-register-form label::after {
  color: #333333;
  background-image: none !important;
  content: " *";
}
.path-user .register_user #user-register-form .form-actions input {
  transition: all 0.3s;
  margin-top: 10px;
  padding: 10px 20px;
  background: #ffffff;
  border: 1px solid #333333;
  color: #333333;
  border-radius: 0px;
  box-shadow: none;
  text-shadow: none;
  width: 200px;
  font-size: 14px;
}
.path-user .register_user #user-register-form .form-actions input:hover {
  background: #333333;
  color: #ffffff;
}
.path-user .password_user {
  margin: 0 auto;
  padding: 70px 0;
}
@media (min-width: 1200px) {
  .path-user .password_user {
    width: 1140px;
  }
}
@media (max-width: 992px) {
  .path-user .password_user {
    width: 970px;
  }
}
@media (max-width: 768px) {
  .path-user .password_user {
    width: 750px;
  }
}
.path-user .password_user h1 {
  font-family: "Roboto Slab", serif;
  font-size: 34px;
  line-height: 52px;
  color: #002d54;
  font-weight: 700;
  margin-bottom: 20px;
}
.path-user .password_user #user-pass {
  background: #ffffff;
  padding: 30px;
}
.path-user .password_user #user-pass .form-item {
  margin-top: 0px;
}
.path-user .password_user #user-pass p {
  display: none;
}
.path-user .password_user #user-pass label {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 5px;
}
.path-user .password_user #user-pass label::after {
  color: #333333;
  background-image: none !important;
  content: " *";
}
.path-user .password_user #user-pass .js-form-submit {
  transition: all 0.3s;
  margin-top: 10px;
  padding: 10px 20px;
  background: #ffffff;
  border: 1px solid #333333;
  color: #333333;
  border-radius: 0px;
  box-shadow: none;
  text-shadow: none;
  width: 295px;
  font-size: 14px;
}
.path-user .password_user #user-pass .js-form-submit:hover {
  background: #333333;
  color: #ffffff;
}

.path-search main {
  padding: 70px 0;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.path-search main .region-content {
  background: #ffffff;
  padding: 30px;
}
.path-search main h1 {
  font-family: "Roboto Slab", serif;
  font-size: 34px;
  line-height: 52px;
  color: #002d54;
  font-weight: 700;
  margin-bottom: 20px;
}
.path-search main h2 {
  font-size: 24px;
  line-height: 28px;
  margin: 10px 0 20px;
  font-weight: 700;
  padding-top: 10px;
}
.path-search main h3 {
  font-size: 24px;
  line-height: 28px;
  margin: 10px 0 20px;
  font-weight: 700;
}
.path-search main form div#edit-basic {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 15px;
}
.path-search main form label {
  display: none;
}
.path-search main form .js-form-type-search {
  width: 100%;
}
.path-search main form input#edit-keys {
  height: 34px;
}
.path-search main form input[type=submit] {
  text-indent: -9999px;
  width: 34px;
  height: 34px;
  border: none;
  padding: 0;
  margin: 0;
  background-color: #2D6CA2;
  background-image: url("../img/lupa.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 16px;
  cursor: pointer;
  border-radius: 0px 4px 4px 0px;
}
@media (min-width: 1200px) {
  .path-search main {
    width: 1170px;
  }
}
@media (max-width: 1200px) {
  .path-search main {
    width: 970px;
  }
}
@media (max-width: 970px) {
  .path-search main {
    width: 750px;
  }
}
@media (max-width: 750px) {
  .path-search main {
    width: 100%;
  }
}

.node-2016 .img-depositos img {
  width: 100%;
}

.node-2201 .contenido.izquierda figure,
.node-2201 .contenido.derecha figure {
  margin: 0px;
}
.node-2201 .contenido.izquierda figure img,
.node-2201 .contenido.derecha figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}
.node-2201 #parrafos #bloque-2 .contenido .texto .box,
.node-2201 #parrafos #bloque-4 .contenido .texto .box,
.node-2201 #parrafos #bloque-6 .contenido .texto .box,
.node-2201 #parrafos #bloque-8 .contenido .texto .box {
  border: 1px solid #ffffff !important;
}

.node-3251 .cabecera-grupo-empresarial .wp-block-cover .wp-block-cover__inner-container {
  margin-bottom: 24px;
  background-color: rgba(0, 0, 0, 0.2);
}
.node-3251 .cabecera-grupo-empresarial .wp-block-cover .wp-block-cover__inner-container h1 {
  position: relative;
  z-index: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  font-size: 30px;
  line-height: 52px;
  color: #fff;
  font-weight: 700;
  padding-top: 0px;
  font-family: "Roboto", sans-serif;
  text-transform: none;
}

.node-7 .swiper-pagination-bullet-active {
  background-color: #007aff !important;
}/*# sourceMappingURL=style.css.map */