/*** contenidos comunes *****/
/*** RESET ***/
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
figure {
  padding: 0;
  margin: 0;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus,
a:focus {
  outline: none;
}
ul,
li {
  list-style: none;
}
a,
button {
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover {
  text-decoration: none;
}
/**** FONTS ****/
/*** color ***/
/* ROJO */
/**/
/**** MIXINS LESS CLASES *****/
@media (min-width: 700px) {
  .grid.col-3 {
    display: grid;
    gap: 30px;
    margin-bottom: 20px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .grid {
    display: grid;
    gap: 30px;
    margin-bottom: 20px;
  }
  .grid.mbot {
    margin-bottom: 60px;
  }
  .grid.gap-0 {
    gap: 0px;
    margin-bottom: 0px;
  }
  .grid.col-1 {
    grid-template-columns: 1fr;
  }
  .grid.col-2 {
    grid-template-columns: 1fr 1fr;
  }
  .grid.col-50-rest {
    grid-template-columns: 50px 1fr;
  }
  .grid.col-300-1 {
    grid-template-columns: 300px 1fr;
  }
  .grid.col-350-1 {
    grid-template-columns: 350px 1fr;
    gap: 50px;
  }
  .grid.col-1-350 {
    grid-template-columns: 1fr 350px;
    gap: 50px;
  }
  .grid.col-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .grid.col-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .grid.col-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .grid.col-6 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid.col-2-1 {
    grid-template-columns: 2fr 1fr;
  }
  .grid.col-1-2-1 {
    grid-template-columns: 1fr 2fr 1fr;
  }
  .grid.col-2-1-1 {
    grid-template-columns: 2fr 1fr 1fr;
  }
  .grid.col-3-1 {
    grid-template-columns: 74% 24%;
    gap: 2%;
  }
  .grid.col-1-3 {
    grid-template-columns: 24% 74%;
    gap: 2%;
  }
  .grid .column {
    display: block;
  }
  .grid .column.flex-col-vert {
    display: flex;
    flex-direction: column;
  }
  .grid.center {
    align-items: center;
  }
}
@media (min-width: 1360px) {
  
}
@media (max-width: 1023px) {
  .grid.invert {
    display: flex;
    flex-direction: column-reverse;
  }
  .grid.col-6 {
    display: grid;
    gap: 30px;
    margin-bottom: 20px;
    grid-template-columns: 150px 150px 150px 150px 150px 150px;
    overflow-y: scroll;
  }
}
/***** CONTENIDOS COMUNES ******/
body.open {
  overflow: hidden !Important;
}
html {
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
  margin: 0;
  color: #7b7979;
  font-family: "Montserrat", sans-serif;
}
#main {
  display: block;
  height: auto;
  width: 100%;
  overflow: hidden;
  padding-top: 0;
}
#main.sticky {
  padding-top: 62px;
}
@media (max-width: 1023px) {
  #main {
    padding-top: 63px;
  }
}
.wrapper {
  max-width: 1420px;
  display: block;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 1460px) {
  .wrapper {
    width: 1420px;
  }
}
.content {
  max-width: 1100px;
  display: block;
  margin: 0 auto;
  padding: 0 20px;
}
.modulo {
  padding: 70px 0;
  display: block;
}
.modulo.bg-color {
  background: #E9F9FF;
  background: linear-gradient(180deg, #e9f9ff 0%, #ffffff 50%, #eefbff 100%);
}
.modulo.soluciones {
  background: linear-gradient(to bottom, #eeeeee 400px, transparent 400px);
  background-repeat: no-repeat;
  background-size: 100% 400px;
  background-position: top center;
}
@media (max-width: 1023px) {
  .modulo.soluciones {
    background: none;
  }
}
@media (max-width: 1023px) {
  .modulo {
    padding: 40px 0;
  }
}
.modulo.nomarbt {
  padding-bottom: 0;
}
.img-responsive {
  display: block;
  max-width: 100%;
}
@media (max-width: 1023px) {
  
}
/**** BOTONES ****/
.btn {
  color: #fff;
  display: flex;
  width: fit-content;
  height: 48px;
  align-items: center;
  padding: 0 24px;
  margin: 0;
  font-size: 16px;
  line-height: 48px;
  font-weight: 600;
  border: none;
  border-radius: 24px;
  background: #d11e28;
  cursor: pointer;
}
.btn .icon {
  margin-left: 5px;
  display: flex;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn.mini {
  height: 36px;
  align-items: center;
  padding: 0 20px;
  border-radius: 18px;
  font-size: 14px;
  line-height: 36px;
}
.btn.filled {
  color: #d11e28;
  border: solid 1px #d11e28;
  background: #fff;
}
.btn.filled:hover {
  color: #fff;
  background: #d11e28;
}
.btn.transparent {
  background: transparent;
  border: none;
  padding: 0;
}
.btn.transparent:hover {
  color: #fff;
  background: transparent;
}
.btn.filled2 {
  color: #fff;
  border: solid 1px #fff;
  background: transparent;
}
.btn.filled2:hover {
  background: #4f4c4d;
}
.btn:hover {
  background: #011c3f;
}
.btn:hover .icon {
  transform: translateX(10px);
}
.btn.no-hover:hover {
  color: #fff;
}
@media (max-width: 1023px) {
  .btn {
    font-size: 14px;
    padding: 0 14px;
  }
}
.btns-area {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.btns-area.centered {
  justify-content: center;
}
.btns-area.end {
  justify-content: flex-end;
}
.btns-area.vertical {
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.top-interna {
  display: block;
  width: 100%;
  position: relative;
}
.top-interna .top-img {
  display: block;
  position: relative;
  width: 100%;
}
.top-interna .top-img img {
  width: 100%;
  display: block;
  height: auto;
}
.top-interna .top-area {
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 2;
}
.top-interna .top-area .tit {
  color: #fff;
  font-weight: 600;
  font-size: 36px;
  text-shadow: 0 0 5px #545454;
}
@media (max-width: 1100px) {
  .top-interna {
    height: 200px;
  }
  .top-interna .top-img {
    height: 200px;
    overflow: hidden;
  }
  .top-interna .top-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* recorta manteniendo proporción */
  
    object-position: center;
    /* centrada vertical y horizontal */
  
  }
  .top-interna .top-area .tit {
    font-size: 26px;
  }
}
/*********************/
/*************** PRE FOOTER ************/
.pre-footer {
  background: url('../img/bg-prefooter.jpg') center center no-repeat;
  background-size: cover;
  padding: 50px 0;
  margin: 50px 0 0 0;
}
.pre-footer .p-link {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  margin: 0 0 15px 0;
  padding: 0;
}
.pre-footer .p-link a {
  color: #fff;
}
.pre-footer .p-link a:hover {
  color: #da9a9a;
}
@media (max-width: 1023px) {
  .pre-footer .p-link {
    text-align: center;
  }
}
.pre-footer .crestel {
  display: block;
  max-width: 200px;
  margin: 0 0 20px 0;
}
@media (max-width: 900px) {
  .pre-footer .crestel {
    margin: 0 auto 20px auto;
  }
}
/***** FOOTER ******/
.footer {
  background: #222121;
  padding: 50px 0 0 0;
  display: block;
}
.oficinas {
  color: #fff;
}
.oficinas h5 {
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  margin: 20px 0 5px 0;
}
.oficinas p {
  color: #fff;
  font-size: 14px;
  line-height: 120%;
  font-weight: 300;
}
.oficinas p strong {
  font-weight: 700;
}
@media (max-width: 1023px) {
  .oficinas p {
    margin-bottom: 15px;
  }
}
.bot-foot {
  padding: 40px 0;
  background: #4f4c4d;
}
.footend {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footend .logo {
  max-width: 140px;
}
.footend .logo img {
  display: block;
  width: 100%;
}
.footend p {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}
.footend p a {
  color: #fff;
}
.footend p a:hover {
  text-decoration: underline;
}
@media (max-width: 1023px) {
  .footend {
    flex-direction: column;
    text-align: center;
  }
  .footend p {
    margin: 20px auto;
  }
}
/********** WP FORMS PLUGIN CUSTOMIZE ******/
.form-area {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 24px;
  padding: 30px 20px;
  display: block;
  max-width: 460px;
}
.form-area .form-tit {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin: 0;
  padding: 0 0 20px 0;
}
.form-area .form-txt {
  color: #fff;
  font-size: 14px;
  line-height: 125%;
  text-align: center;
  margin: 0 0 20px 0;
}
.form-area .thanks {
  color: #d11e28;
  font-size: 18px;
  line-height: 125%;
  text-align: center;
  margin: 0;
  padding: 30px 0 20px 0;
  font-weight: 600;
}
@media (max-width: 1023px) {
  .form-area .form-tit {
    font-size: 24px;
  }
}
.form-custom {
  display: block;
  max-width: 700px;
}
@media (max-width: 1023px) {
  .form-custom {
    margin-bottom: 20px;
  }
}
/***** inputs custom ***/
.wpforms-field {
  display: block;
  padding: 0 0 10px 0;
  position: relative;
}
.wpforms-field input[type="text"] {
  font-family: "Montserrat", sans-serif;
  color: #7b7979;
  font-size: 15px;
  line-height: 34px;
  font-weight: 400;
  display: block;
  width: 100%;
  border-radius: 10px;
  border: solid 1px #CAE4EC;
  background: #ffffff;
  text-indent: 10px;
  padding: 0 20px 0 0;
}
.wpforms-field input[type="text"]:focus {
  background: #fff;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(79, 35, 35, 0);
  box-shadow: 0px 20px 40px 0px rgba(79, 35, 35, 0);
}
.wpforms-field input[type="tel"] {
  font-family: "Montserrat", sans-serif;
  color: #7b7979;
  font-size: 15px;
  line-height: 34px;
  font-weight: 400;
  display: block;
  width: 100%;
  border-radius: 10px;
  border: solid 1px #CAE4EC;
  background: #ffffff;
  text-indent: 10px;
  padding: 0 20px 0 0;
}
.wpforms-field input[type="tel"]:focus {
  background: #fff;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(79, 35, 35, 0);
  box-shadow: 0px 20px 40px 0px rgba(79, 35, 35, 0);
}
.wpforms-field input[type="password"] {
  font-family: "Montserrat", sans-serif;
  color: #7b7979;
  font-size: 15px;
  line-height: 34px;
  font-weight: 400;
  display: block;
  width: 100%;
  border-radius: 10px;
  border: solid 1px #CAE4EC;
  background: #ffffff;
  text-indent: 10px;
  padding: 0 20px 0 0;
}
.wpforms-field input[type="password"]:focus {
  background: #fff;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(79, 35, 35, 0);
  box-shadow: 0px 20px 40px 0px rgba(79, 35, 35, 0);
}
.wpforms-field input[type="email"] {
  font-family: "Montserrat", sans-serif;
  color: #7b7979;
  font-size: 15px;
  line-height: 34px;
  font-weight: 400;
  display: block;
  width: 100%;
  border-radius: 10px;
  border: solid 1px #CAE4EC;
  background: #ffffff;
  text-indent: 10px;
  padding: 0 20px 0 0;
}
.wpforms-field input[type="email"]:focus {
  background: #fff;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(79, 35, 35, 0);
  box-shadow: 0px 20px 40px 0px rgba(79, 35, 35, 0);
}
.wpforms-field input[type="number"] {
  font-family: "Montserrat", sans-serif;
  color: #7b7979;
  font-size: 15px;
  line-height: 34px;
  font-weight: 400;
  display: block;
  width: 100%;
  border-radius: 10px;
  border: solid 1px #CAE4EC;
  background: #ffffff;
  text-indent: 10px;
  padding: 0 20px 0 0;
}
.wpforms-field input[type="number"]:focus {
  background: #fff;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(79, 35, 35, 0);
  box-shadow: 0px 20px 40px 0px rgba(79, 35, 35, 0);
}
.wpforms-field input[type="checkbox"] {
  margin-right: 10px;
}
.wpforms-field input[type="radio"] {
  margin-right: 10px;
}
.wpforms-field select {
  font-family: "Montserrat", sans-serif;
  color: #7b7979;
  font-size: 15px;
  line-height: 34px;
  font-weight: 400;
  display: block;
  width: 100%;
  border-radius: 10px;
  border: solid 1px #CAE4EC;
  background: #ffffff;
  text-indent: 10px;
  padding: 0 20px 0 0;
  height: 40px;
}
.wpforms-field select:focus {
  background: #fff;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(79, 35, 35, 0);
  box-shadow: 0px 20px 40px 0px rgba(79, 35, 35, 0);
}
.wpforms-field textarea {
  font-family: "Montserrat", sans-serif;
  color: #7b7979;
  font-size: 15px;
  line-height: 34px;
  font-weight: 400;
  display: block;
  width: 100%;
  border-radius: 10px;
  border: solid 1px #CAE4EC;
  background: #ffffff;
  text-indent: 10px;
  padding: 0 20px 0 0;
  height: 100px;
  resize: none;
  padding: 5px 10px;
  text-indent: 0;
  line-height: 20px;
}
.wpforms-field textarea:focus {
  background: #fff;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(79, 35, 35, 0);
  box-shadow: 0px 20px 40px 0px rgba(79, 35, 35, 0);
}
.wpforms-submit {
  color: #fff;
  display: flex;
  width: fit-content;
  height: 48px;
  align-items: center;
  padding: 0 24px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 48px;
  font-weight: 600;
  border: none;
  border-radius: 24px;
  background: #d11e28;
  cursor: pointer;
}
.wpforms-submit:hover {
  background: #011c3f;
}
@media (max-width: 1023px) {
  .wpforms-submit {
    font-size: 16px;
  }
}
.wpforms-error {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  color: #fff;
}
.evoca .wpforms-error {
  color: #be0000;
}
.wpforms-field-label {
  display: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #011c3f;
  padding: 0;
  font-weight: 600;
}
.wpforms-field-layout-preset-33-33-33 {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}
.wpforms-field-layout-preset-50-50 {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
}
.wpforms-field ul {
  margin-bottom: 0;
  padding: 0 0 0 0;
  list-style: none;
}
.wpforms-field ul li {
  list-style: none;
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 22px;
  color: #000;
}
.wpforms-field ul li::before {
  display: none;
}
.trabajo-baner {
  border-radius: 25px;
  background: url('../img/bg-trabajo.jpg') center center no-repeat #d11e28;
  background-size: cover;
  padding: 60px;
  margin: 30px 0;
  display: block;
  position: relative;
  overflow: hidden;
}
.trabajo-baner::after {
  content: ' ';
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  background: #000;
  opacity: 0.5;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.trabajo-baner div {
  position: relative;
  z-index: 2;
}
.trabajo-baner h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
  padding: 0;
  margin: 0 0 10px 0;
}
.trabajo-baner p {
  color: #fff;
  font-size: 24px;
  line-height: 130%;
  padding: 0;
  margin: 0 0 10px 0;
}
@media (max-width: 1023px) {
  .trabajo-baner {
    padding: 40px 25px;
    margin: 30px -20px;
    border-radius: 10px;
  }
  .trabajo-baner h2 {
    font-size: 24px;
    margin-bottom: 5px;
    color: #fff;
    text-shadow: 0 0 5px #545454;
  }
  .trabajo-baner p {
    font-size: 16px;
    color: #fff;
    text-shadow: 0 0 5px #545454;
  }
}
.satelite {
  background: #4f4c4d;
  width: 100%;
  display: block;
  padding: 5px 0;
}
.satelite .sat {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.satelite .sat p {
  color: #fff;
  font-size: 16px;
}
.satelite .sat p a {
  color: #fff;
  font-weight: 600;
}
.redes {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.redes a {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #efefef;
  color: #efefef;
  font-size: 14px;
}
.redes a:hover {
  background: rgba(255, 255, 255, 0.3);
}
.redes a img {
  max-width: 20px;
}
.header {
  background: #d11e28;
  padding: 20px 0;
  position: sticky;
  top: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 99;
  width: 100%;
}
.header.sticky {
  position: fixed;
  top: 0;
  padding: 10px 0;
}
.header.sticky .logo {
  width: 160px;
}
.header .logo {
  width: 290px;
  height: auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header .logo img {
  display: block;
  width: 100%;
}
.header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-principal ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
.nav-principal ul li {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}
.nav-principal ul li a {
  color: #fff;
  position: relative;
  text-decoration: none;
}
.nav-principal ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 3px;
  background-color: #fff;
  transition: width 0.3s ease;
}
.nav-principal ul li a:hover::after {
  width: 100%;
}
.nav-principal ul li a.active::after {
  width: 100%;
}
.nav-principal ul li a.btn::after {
  display: none;
}
.mobile-redes {
  display: none;
}
@media (max-width: 1200px) {
  .mobile-redes {
    display: block;
  }
  .mobile-redes p {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding: 0 0 20px 0;
  }
  .mobile-redes p a {
    color: #fff;
  }
  .satelite {
    display: none;
  }
  .header {
    position: fixed;
    border-bottom: solid 1px #fff;
    top: 0;
    padding: 10px 0;
  }
  .header .logo {
    width: 160px;
  }
  .header .redes {
    justify-content: center;
    margin-bottom: 30px;
  }
  .nav-principal {
    position: fixed;
    width: 100%;
    background: #d11e28;
    top: 63px;
    left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden;
    max-height: 0;
  }
  .nav-principal ul {
    display: block;
    text-align: center;
    padding: 30px 0;
  }
  .nav-principal ul li {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .nav-principal.open {
    max-height: 1000px;
  }
}
.hamburger {
  position: absolute;
  top: 30px;
  right: 20px;
  margin: 0;
  padding: 0px;
  cursor: pointer;
  z-index: 999;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: solid 1px #fff;
}
@media (min-width: 1201px) {
  .hamburger {
    display: none;
  }
}
@media (max-width: 1200px) {
  .hamburger {
    top: 8px;
  }
}
.hamburger .hamburger-inner {
  position: relative;
  height: 18px;
  width: 20px;
  display: block;
  margin: 0;
  padding: 0;
}
.hamburger .bar {
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hamburger.open .bar {
  background: #fff;
}
.hamburger .bar.bar2,
.hamburger .bar.bar3 {
  top: 7px;
  transform: matrix(0.99999, 0, 0, 0.99999, 0, 0);
}
.hamburger .bar.bar4 {
  top: 14px;
}
.hamburger.open .bar1,
.hamburger.open .bar4 {
  opacity: 0;
}
.hamburger.open .bar2 {
  height: 2px;
  transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 0);
}
.hamburger.open .bar3 {
  height: 2px;
  transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, 0);
}
/**** PAGES ***/
.hero-slider {
  width: 100%;
  height: 100%;
}
.hero-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-button-next.hero-button-next,
.swiper-button-prev.hero-button-prev {
  color: #efefef;
}
.swiper-button-next.hero-button-next {
  right: 20px;
}
.swiper-button-prev.hero-button-prev {
  left: 20px;
}
.article-comon h2 {
  color: #d11e28;
  font-weight: 600;
  font-size: 32px;
  margin: 0 0 30px 0;
  padding: 0;
}
.article-comon h3 {
  color: #7b7979;
  font-weight: 500;
  font-size: 24px;
  line-height: 125%;
  margin: 0 0 30px 0;
  padding: 0;
}
.article-comon h4 {
  color: #d11e28;
  font-weight: 600;
  font-size: 20px;
  margin: 0 0 20px 0;
  padding: 0;
}
.article-comon p {
  color: #7b7979;
  font-weight: 300;
  font-size: 20px;
  line-height: 125%;
  margin: 0 0 30px 0;
  padding: 0;
}
.article-comon.light h2 {
  color: #fff;
}
.article-comon.light h3 {
  color: #fff;
}
.article-comon.light h4 {
  color: #fff;
}
.article-comon.light p {
  color: #fff;
}
@media (max-width: 1023px) {
  .article-comon h2 {
    font-size: 26px;
  }
  .article-comon h3 {
    font-size: 20px;
  }
  .article-comon h4 {
    font-size: 18px;
  }
  .article-comon p {
    font-size: 16px;
  }
}
.soluciones-carrusel {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.soluciones-carrusel .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.soluciones-carrusel-rel {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.soluciones-carrusel-rel .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item-solucion {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.item-solucion .foto {
  position: relative;
}
.item-solucion .foto img {
  display: block;
  width: 100%;
  height: auto;
}
.item-solucion .foto::after {
  content: ' ';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  top: 0;
}
.item-solucion .info {
  position: absolute;
  bottom: 0;
  z-index: 2;
  left: 0;
  right: 0;
  padding: 20px 30px;
}
.item-solucion .info h3 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  padding: 0;
  margin: 0 0 5px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Cantidad de líneas */

  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1023px) {
  .soluciones-listado .item-solucion {
    margin-bottom: 30px;
  }
}
.sw-content {
  position: relative;
}
@media (max-width: 1023px) {
  .sw-content {
    padding: 0 20px;
  }
}
.sw-nav {
  position: absolute;
  left: -120px;
  bottom: 20px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100px;
}
@media (max-width: 1023px) {
  .sw-nav {
    left: 50%;
    bottom: -52px;
    margin-left: -50px;
  }
}
.swiper-button-next.solu-button-next,
.swiper-button-prev.solu-button-prev {
  color: #444;
  position: relative;
  top: auto;
  border-radius: 50%;
  border: solid 1px #777;
  width: 40px;
  height: 40px;
}
.swiper-button-next.solu-button-next {
  right: auto;
}
.swiper-button-prev.solu-button-prev {
  left: auto;
}
.solu-button-next.swiper-button-next:after,
.solu-button-prev.swiper-button-prev:after {
  font-size: 14px;
}
.prod-slides {
  margin: 40px 0;
  position: relative;
}
.swiper-button-next.prod-button-next,
.swiper-button-prev.prod-button-prev {
  color: #444;
  border-radius: 50%;
  border: solid 1px #777;
  width: 40px;
  height: 40px;
  top: auto;
}
.prod-button-next.swiper-button-next:after,
.prod-button-prev.swiper-button-prev:after {
  font-size: 14px;
}
.productos-carrusel {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  padding-bottom: 40px;
}
.productos-carrusel .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item-prod {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: #f2f2f2;
  padding: 30px 20px;
  display: block;
  min-height: 310px;
}
.item-prod .foto {
  margin: 0 0 20px 0;
  overflow: hidden;
}
.item-prod .foto img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.item-prod .info h3 {
  color: #7b7979;
  font-weight: 700;
  font-size: 18px;
  line-height: 125%;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.item-prod:hover .foto img {
  transform: scale(1.1) rotate(-2deg);
}
.item-prod:hover .info h3 {
  color: #d11e28;
}
.prod-slides .swiper-horizontal > .swiper-pagination-bullets,
.prod-slides .swiper-pagination-bullets.swiper-pagination-horizontal,
.prod-slides .swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}
.prod-slides .swiper-pagination-bullet-active {
  background: #777;
}
.evoca-baner {
  border-radius: 25px;
  background: url('../img/bg-evoca.jpg') right center no-repeat #bbbdbd;
  background-size: auto 100%;
  padding: 60px;
  display: block;
}
.evoca-baner h2 {
  color: #000;
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 600;
  padding: 0;
  margin: 0 0 20px 0;
}
.evoca-baner p {
  color: #000;
  font-size: 20px;
  line-height: 130%;
}
@media (max-width: 1023px) {
  .evoca-baner {
    padding: 40px 25px;
    margin: 0 auto;
    border-radius: 10px;
  }
  .evoca-baner h2 {
    font-size: 24px;
    margin-bottom: 5px;
    color: #fff;
    text-shadow: 0 0 5px #545454;
  }
  .evoca-baner p {
    font-size: 16px;
    color: #fff;
    text-shadow: 0 0 5px #545454;
  }
}
.products-list {
  display: grid;
  grid-template-columns: 32% 32% 32%;
  gap: 30px 2%;
}
@media (max-width: 700px) {
  .products-list {
    grid-template-columns: 48% 48%;
  }
}
@media (max-width: 500px) {
  .products-list {
    grid-template-columns: 100%;
    display: block;
  }
}
.card-prod {
  display: block;
}
.card-prod .image {
  display: block;
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.card-prod .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.card-prod .image:hover img {
  transform: scale(1.06) rotate(1deg);
}
.card-prod .info {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 20px;
}
.card-prod .info span {
  display: inline-block;
  color: #d11e28;
  background: #fff;
  border-radius: 15px;
  border: solid 1px #d11e28;
  line-height: 20px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 15px;
  margin: 0 auto 10px auto;
}
.card-prod .info span.aditivos {
  border: solid 1px #EE2E24;
  color: #EE2E24;
}
.card-prod .info span.adhesivos {
  border: solid 1px #459E48;
  color: #459E48;
}
.card-prod .info span.emboquilladores {
  border: solid 1px #02A2AB;
  color: #02A2AB;
}
.card-prod .info span.estucos {
  border: solid 1px #F8DF4E;
  color: #F8DF4E;
}
.card-prod .info span.impermeabilizantes-y-membranas {
  border: solid 1px #50157B;
  color: #50157B;
}
.card-prod .info span.limpiadores {
  border: solid 1px #6BBB27;
  color: #6BBB27;
}
.card-prod .info span.morteros {
  border: solid 1px #A98A67;
  color: #A98A67;
}
.card-prod .info span.serie-de-albercas {
  border: solid 1px #014E93;
  color: #014E93;
}
.card-prod .info span.sistema-dry-liner {
  border: solid 1px #656565;
  color: #656565;
}
.card-prod .info span.tratamientos-y-selladores {
  border: solid 1px #600602;
  color: #600602;
}
.card-prod .info .tit {
  color: #111;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
}
.card-prod .info .tit a {
  color: #111;
  /*.underline;*/

}
.card-prod .info .tit a:hover {
  color: #d11e28;
}
.card-prod .info.cent {
  text-align: center;
}
@media (max-width: 500px) {
  .card-prod {
    margin-bottom: 30px;
  }
}
.ficha-producto {
  display: block;
  padding: 30px 0;
}
.breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  /* no permite salto de línea */

  overflow-x: auto;
  /* activa scroll horizontal */

  overflow-y: hidden;
  /* evita scroll vertical */

  white-space: nowrap;
  /* asegura que cada <a> no haga wrap */

  -webkit-overflow-scrolling: touch;
  /* scroll suave en iOS */

  color: #7b7979;
  padding: 0 0 4px 0;
  gap: 10px;
  font-size: 12px;
  font-weight: 500;
}
.breadcrumb a {
  color: #7b7979;
  text-decoration: underline;
  display: flex;
  align-items: center;
}
.breadcrumb a:after {
  content: '';
  display: inline-block;
  background: url('../img/arrow.svg') center center no-repeat;
  width: 10px;
  height: 10px;
  margin-left: 3px;
}
.breadcrumb a:hover {
  color: #d11e28;
}
@media (max-width: 900px) {
  .breadcrumb.blogg span {
    display: none;
  }
}
.ficha-card {
  display: grid;
  grid-template-columns: 38% 38% 20%;
  gap: 2%;
  margin: 50px 0;
}
.ficha-card .image {
  width: 100%;
  height: 500px;
  overflow: hidden;
  
  background: #fff;
  border-radius: 15px;
}
.ficha-card .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ficha-card .tit {
  color: #000;
  font-weight: 700;
  font-size: 30px;
  margin: 0;
  padding: 0 0 20px 0;
}
.ficha-card .tit:after {
  display: block;
  content: ' ';
  width: 50px;
  height: 4px;
  background: #d11e28;
  margin: 5px 0 0 0;
}
.ficha-card .tit.mobi {
  display: none;
}
.ficha-card .tit.deski {
  display: block;
}
.ficha-card .info .description p {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  padding: 0 0 20px 0;
}
.ficha-card .info .description ul {
  margin-bottom: 20px;
  padding: 0 0 0 20px;
  list-style: none;
}
.ficha-card .info .description ul li {
  list-style: none;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
.ficha-card .info .description ul li::before {
  content: "\2022";
  color: #d11e28;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
@media (max-width: 1023px) {
  .ficha-card {
    display: flex;
    flex-direction: column;
  }
  .ficha-card .tit.mobi {
    display: block;
  }
  .ficha-card .tit.deski {
    display: none;
  }
  .ficha-card .image {
    margin-bottom: 20px;
  }
}
.area-docs {
  border-left: solid 2px #e7e7e7;
  padding: 0 0 0 20px;
}
.area-docs .subtit {
  color: #000;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 0 20px 0;
  margin: 0;
}
.ficha-video .subtit {
  color: #000;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0 0 20px 0;
  margin: 0;
}
.ficha-video iframe {
  width: 800px;
}
.video-wrapper {
  width: 100%;
  max-width: 800px;
  margin: 0;
  aspect-ratio: 1.7777777777777777;
  /* Mantiene el formato */

  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.video-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
.video-wrapper.full-width {
  max-width: 100%;
}
.relacionados {
  display: block;
  margin: 50px 0;
  padding: 30px 0 0 0;
  border-top: solid 1px #e7e7e7;
}
.relacionados .subtit {
  font-weight: 600;
  font-size: 18px;
  margin: 0;
  padding: 0 0 20px 0;
  color: #000;
}
.relacionados .subtit:after {
  display: block;
  content: ' ';
  width: 50px;
  height: 4px;
  background: #d11e28;
  margin: 5px 0 0 0;
}
.column-productos .search-filter-results {
  display: block !important;
  margin: 0;
}
li.sf-field-taxonomy-categoria_producto > ul > li.sf-level-0 > input {
  display: none;
}
.column-filtros h3 {
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: solid 1px #222;
}
.column-filtros .search-filter-reset {
  border: solid 1px #ccc;
  border-radius: 20px;
  height: 40px;
  line-height: 40px;
  color: #888;
  font-weight: 500;
  font-size: 13px;
  padding: 0 20px;
  display: inline-block;
}
.column-filtros .sf-parent-title {
  margin-left: 10px;
  text-transform: uppercase;
  color: #000;
  font-size: 13px;
  font-weight: 600;
}
.column-filtros .sf-label-checkbox {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  color: #000;
  font-weight: 600;
}
.column-filtros .searchandfilter .sf-input-text {
  border: solid 1px #ccc;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #0b0b0b;
  border-radius: 4px;
  text-indent: 10px;
  display: block;
  width: 100%;
}
.column-filtros .searchandfilter .sf-field-search label {
  display: block;
}
.column-filtros .children .sf-label-checkbox {
  text-transform: none;
  font-weight: 400;
}
/***** agregados ***/
.wrap-filtros-productos {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 50px;
}
.column-filtros {
  position: relative;
}
.column-productos {
  position: relative;
}
/* === Grid de productos: 3 por fila === */
.search-filter-results {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1 fr));
  gap: 32px;
  /* espacio entre tarjetas */

  margin: 0 0 60px 0;
  padding: 0;
  list-style: none;
}
/* Cada producto en tarjeta */
.search-filter-results .item-servicio {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  height: 100%;
  min-height: 360px;
  /* altura mínima uniforme */

  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.search-filter-results .item-servicio:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
}
/* Imagen centrada */
.search-filter-results .item-servicio img {
  width: auto;
  max-width: 90%;
  height: auto;
  max-height: 260px;
  margin: 0 auto;
  display: block;
}
/* Burbuja de categoría */
.search-filter-results .item-servicio .burbuja-categoria {
  display: inline-block;
  background-color: #c00;
  color: #fff;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 20px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
/* Título del producto */
.search-filter-results .item-servicio h2 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  color: #333;
  flex-grow: 1;
  /* empuja hacia abajo si falta contenido */

  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
}
/* Responsive: 2 columnas en tablets */
@media (max-width: 1024px) {
  .search-filter-results {
    grid-template-columns: repeat(2, minmax(0, 1 fr));
  }
}
/* Responsive: 1 columna en móviles */
@media (max-width: 640px) {
  .search-filter-results {
    grid-template-columns: 1fr;
  }
}
.searchandfilter label {
  font-size: 15px;
}
.column-productos .pagination {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.column-productos .pagination a {
  margin: 0px 3px;
  color: #4b4b4b;
  border-radius: 60px;
  border: 1px solid #e6e6e6;
  padding: 7px 12px;
  min-width: 36px;
  min-height: 36px;
  display: inline-block;
  text-align: center;
}
.column-productos .pagination a:hover {
  color: #d11e28;
  border: 1px solid #d11e28;
}
.column-productos .pagination .page-numbers.current {
  margin: 0px 3px;
  color: #000;
  border-radius: 60px;
  border: 1px solid #e6e6e6;
  background: #e6e6e6;
  padding: 7px 12px;
  min-width: 36px;
  min-height: 36px;
  display: inline-block;
  text-align: center;
}
@media (max-width: 1420px) {
  .wrap-filtros-productos {
    grid-template-columns: 260px 1fr;
    gap: 20px;
  }
}
.filters-btn,
.apply-filtros,
.close-filt {
  display: none;
}
@media (max-width: 1023px) {
  .filters-btn {
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    border: solid 1px #d11e28;
    border-radius: 5px;
    padding: 5px;
    cursor: pointer;
  }
  .filters-btn svg {
    display: block;
    width: 100%;
  }
  .apply-filtros {
    display: flex;
  }
  .wrap-filtros-productos {
    grid-template-columns: 1fr;
    display: block;
    position: relative;
  }
  .column-filtros {
    position: fixed;
    background: #fff;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
    left: 0;
    padding: 20px;
    top: 63px;
    bottom: 0;
    overflow: auto;
  }
  .column-filtros.open {
    opacity: 1;
    z-index: 3;
  }
  .close-filt {
    position: absolute;
    display: flex;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
  }
  .close-filt svg {
    width: 100%;
    display: block;
  }
}
.acerca-page .outs {
  color: #000;
  font-weight: 300;
  font-size: 44px;
  /*max-width: 70%;*/

  margin: 0;
  padding: 0 0 40px 0;
}
.acerca-page .outs strong {
  font-weight: 600;
}
.acerca-page .outs.mini {
  font-size: 30px;
  padding-bottom: 0;
}
@media (max-width: 1023px) {
  .acerca-page .outs {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .acerca-page .outs {
    font-size: 24px;
  }
}
.article {
  display: block;
  margin-bottom: 30px;
}
.article h3 {
  color: #000;
  font-weight: 700;
  font-size: 30px;
  margin: 0;
  padding: 0 0 20px 0;
}
.article h3:after {
  display: block;
  content: ' ';
  width: 50px;
  height: 4px;
  background: #d11e28;
  margin: 5px 0 0 0;
}
.article p {
  color: #000;
  font-weight: 300;
  font-size: 18px;
  line-height: 125%;
}
@media (max-width: 1023px) {
  .article h3 {
    font-size: 22px;
  }
}
@media (max-width: 600px) {
  .article h3 {
    font-size: 22px;
  }
  .article p {
    font-size: 16px;
  }
}
.list-comon li {
  color: #000;
  font-weight: 300;
  font-size: 16px;
  line-height: 125%;
  margin-bottom: 10px;
  position: relative;
  padding: 0 0 0 15px;
}
.list-comon li:after {
  content: ' ';
  width: 7px;
  height: 7px;
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  border-radius: 50%;
  background: #d11e28;
}
.img-responcive {
  display: block;
  max-width: 100%;
}
.img-responcive.center {
  margin: 0 auto;
}
.img-responcive.radius {
  border-radius: 15px;
}
@media (max-width: 1023px) {
  .img-responcive {
    margin-bottom: 20px !important;
  }
}
.certificados,
.timeline {
  width: 100%;
  display: block;
  padding: 80px 0 0 0;
}
.certif-carrusel {
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
}
.certif-carrusel .ico-cert {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
}
.certif-carrusel .swiper-slide img {
  display: block;
  width: 100px;
  height: auto;
  margin: 0 auto;
}
.time-info h3 {
  color: #d11e28;
  font-weight: 900;
  font-size: 60px;
  margin: 0;
  padding: 0 0 10px 0;
}
.time-info h4 {
  color: #000;
  font-weight: 500;
  font-size: 22px;
  line-height: 125%;
  margin: 0;
  padding: 0 0 10px 0;
}
.time-info p {
  font-size: 14px;
  line-height: 125%;
  font-weight: 300;
  color: #000;
}
.timeline-slides {
  position: relative;
}
.timeline-slides .swiper-button-next,
.timeline-slides .swiper-button-prev {
  color: #999;
}
.timeline-slides .swiper-button-prev {
  left: -40px;
}
.timeline-slides .swiper-button-next {
  right: -40px;
}
.timeline-slides .swiper-button-next:after,
.timeline-slides .swiper-button-prev:after {
  font-size: 30px;
}
@media (max-width: 1023px) {
  .timeline-slides .swiper-button-prev {
    left: 0;
  }
  .timeline-slides .swiper-button-next {
    right: 0;
  }
}
@media (max-width: 780px) {
  .timeline-slides .swiper-button-prev {
    left: auto;
    right: 50px;
    top: 36px;
  }
  .timeline-slides .swiper-button-next {
    right: 0;
    top: 36px;
  }
}
.swiper-pagination-bullet-active {
  background: #d11e28;
}
.spacer {
  display: block;
  height: 60px;
  clear: both;
  overflow: hidden;
}
.solucion-detalle {
  padding: 50px 0;
}
.ficha-soluc {
  display: block;
  margin: 50px 0;
}
.ficha-soluc .info .tit {
  color: #000;
  font-weight: 700;
  font-size: 40px;
  line-height: 125%;
  margin: 0;
  padding: 0 0 20px 0;
}
.ficha-soluc .info .tit:after {
  display: block;
  content: ' ';
  width: 80px;
  height: 80px;
  background: url(../img/arrow2.svg) center center no-repeat;
  background-size: 100%;
  margin: 5px 0 0 0;
}
.ficha-soluc2 {
  display: flex;
  align-items: center;
  margin: 0;
  height: 45vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}
.ficha-soluc2 .info {
  position: relative;
  z-index: 3;
}
.ficha-soluc2 .info .tit {
  color: #fff;
  font-weight: 700;
  font-size: 40px;
  line-height: 125%;
  margin: 0;
  padding: 0 0 20px 0;
}
.ficha-soluc2 .info .tit:after {
  display: block;
  content: ' ';
  width: 80px;
  height: 80px;
  background: url(../img/arrow2.svg) center center no-repeat;
  background-size: 100%;
  margin: 5px 0 0 0;
}
@media (max-width: 700px) {
  .ficha-soluc2 .info .tit {
    font-size: 30px;
  }
  .ficha-soluc2 .info .tit:after {
    width: 40px;
    height: 40px;
  }
}
.ficha-soluc2::after {
  content: ' ';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: #000000;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
}
.ficha-producto.no-pad {
  padding-top: 0;
}
.bg-solu {
  display: block;
  background: linear-gradient(to bottom, #e7e7e7 350px, transparent 3px);
  background-repeat: no-repeat;
  background-size: 100% 350px;
  background-position: 0 0px;
  /*background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;*/

  padding: 30px 0 0 0;
}
.tabs-soluciones .tabs-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 30px 0;
  /*background: linear-gradient(to bottom, #222 5px, transparent 3px);
    background-repeat: no-repeat;
    background-size: 90% 5px;
    background-position: center center;*/

}
.tabs-soluciones .tabs-area .tab {
  width: 80px;
  height: 71px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.tabs-soluciones .tabs-area .tab span {
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  margin: 20px 0 5px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tabs-soluciones .tabs-area .tab p {
  font-weight: 600;
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tabs-soluciones .tabs-area .tab .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.tabs-soluciones .tabs-area .tab .bg svg {
  display: block;
  width: 100%;
  fill: #222;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tabs-soluciones .tabs-area .tab.active:after {
  position: absolute;
  width: 10px;
  height: 30px;
  margin: 0 0 0 -5px;
  background: #fff;
  content: ' ';
  display: block;
  top: 70px;
  left: 50%;
  z-index: 2;
}
.tabs-soluciones .tabs-area .tab.step1:hover .bg svg,
.tabs-soluciones .tabs-area .tab.step1.active .bg svg {
  fill: #920043;
}
.tabs-soluciones .tabs-area .tab.step1:hover:after,
.tabs-soluciones .tabs-area .tab.step1.active:after {
  background: #920043;
}
.tabs-soluciones .tabs-area .tab.step2:hover p,
.tabs-soluciones .tabs-area .tab.step2.active p {
  color: #111;
}
.tabs-soluciones .tabs-area .tab.step2:hover span,
.tabs-soluciones .tabs-area .tab.step2.active span {
  color: #111;
}
.tabs-soluciones .tabs-area .tab.step2:hover .bg svg,
.tabs-soluciones .tabs-area .tab.step2.active .bg svg {
  fill: #F2FF00;
}
.tabs-soluciones .tabs-area .tab.step2:hover:after,
.tabs-soluciones .tabs-area .tab.step2.active:after {
  background: #F2FF00;
}
.tabs-soluciones .tabs-area .tab.step3:hover .bg svg,
.tabs-soluciones .tabs-area .tab.step3.active .bg svg {
  fill: #E26200;
}
.tabs-soluciones .tabs-area .tab.step3:hover:after,
.tabs-soluciones .tabs-area .tab.step3.active:after {
  background: #E26200;
}
.tabs-soluciones .tabs-area .tab.step4:hover .bg svg,
.tabs-soluciones .tabs-area .tab.step4.active .bg svg {
  fill: #66068C;
}
.tabs-soluciones .tabs-area .tab.step4:hover:after,
.tabs-soluciones .tabs-area .tab.step4.active:after {
  background: #66068C;
}
@media (max-width: 440px) {
  .tabs-soluciones .tabs-area .tab {
    width: 60px;
    height: 52px;
  }
  .tabs-soluciones .tabs-area .tab span {
    margin-top: 16px;
    margin-bottom: 0;
    font-size: 20px;
  }
  .tabs-soluciones .tabs-area .tab.active:after {
    top: 52px;
  }
}
.tabs-soluciones .tab-area-info {
  padding: 30px;
  background: #fff;
}
.tabs-soluciones .tab-area-info .tit-step {
  color: #000;
  font-weight: 700;
  font-size: 24px;
  margin: 0;
  padding: 0 0 20px 0;
}
.tabs-soluciones .tab-area-info .tit-step:after {
  display: block;
  content: ' ';
  width: 50px;
  height: 4px;
  background: #d11e28;
  margin: 5px 0 0 0;
}
@media (max-width: 700px) {
  .tabs-soluciones .tab-area-info .tit-step {
    font-size: 22px;
  }
}
.tabs-soluciones .tab-area-info p {
  color: #000;
  font-size: 16px;
  line-height: 130%;
  font-weight: 400;
}
.tabs-soluciones .tab-area-info p strong {
  font-weight: 700;
}
.productos-necesito {
  padding-bottom: 30px;
}
.productos-necesito .swiper-pagination {
  bottom: 0 !important;
}
.tab-area-info {
  display: none;
}
.tab-area-info.active {
  display: block;
}
.sw-content .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -35px;
}
.grid-blog {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media (max-width: 970px) {
  .grid-blog {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 530px) {
  .grid-blog {
    grid-template-columns: 1fr;
  }
}
.item-blog-list {
  display: block;
  margin-bottom: 20px;
}
.item-blog-list .image {
  margin: 0 0 10px 0;
  height: 200px;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
.item-blog-list .image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.item-blog-list .image img:hover {
  transform: scale(1.1) rotate(0.5deg);
}
.item-blog-list .info h3 {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}
.item-blog-list .info h3 a {
  color: #000;
}
.item-blog-list .info h3 a:hover {
  color: #d11e28;
}
.fecha-blog {
  color: #777;
  font-size: 14px;
  line-height: 16px;
  margin: 0 0 5px 0;
  padding: 0;
}
.entry-content .fecha-blog {
  color: #777;
  font-size: 14px;
  line-height: 16px;
  margin: 0 0 5px 0;
  padding: 0;
}
.content-blog {
  max-width: 900px;
  display: block;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 900px) {
  .content-blog {
    padding: 0;
  }
}
.tit-blog {
  color: #000;
  font-weight: 600;
  font-size: 44px;
  line-height: 120%;
  margin: 20px 0;
  padding: 10px 0 10px 10px;
  text-align: left;
  position: relative;
  /*border-left: solid 4px @primaryColor;*/

}
.tit-blog:after {
  display: block;
  content: ' ';
  width: 150px;
  height: 4px;
  background: #d11e28;
  margin: 10px 0 0 0;
}
@media (max-width: 970px) {
  .tit-blog {
    font-size: 30px;
  }
}
@media (max-width: 530px) {
  .tit-blog {
    font-size: 24px;
  }
}
.page-content .image-destacada {
  display: block;
  text-align: center;
}
.page-content .image-destacada img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.entry-content {
  display: block;
  padding: 50px 0 40px 0;
  position: relative;
  z-index: 2;
}
.entry-content h1 {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  color: #717171;
}
.entry-content h1 a {
  text-decoration: none;
  color: #d11e28;
  text-decoration: underline;
}
.entry-content h1 a:hover {
  color: #011c3f;
}
.entry-content h2 {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  color: #141414;
}
.entry-content h2 a {
  text-decoration: none;
  color: #d11e28;
  text-decoration: underline;
}
.entry-content h2 a:hover {
  color: #011c3f;
}
.entry-content h3 {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  color: #141414;
}
.entry-content h3 a {
  text-decoration: none;
  color: #d11e28;
  text-decoration: underline;
}
.entry-content h3 a:hover {
  color: #011c3f;
}
.entry-content h4 {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  color: #141414;
}
.entry-content h4 a {
  text-decoration: none;
  color: #d11e28;
  text-decoration: underline;
}
.entry-content h4 a:hover {
  color: #011c3f;
}
.entry-content h5 {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #141414;
}
.entry-content h5 a {
  text-decoration: none;
  color: #d11e28;
  text-decoration: underline;
}
.entry-content h5 a:hover {
  color: #011c3f;
}
.entry-content h6 {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #141414;
}
.entry-content p {
  font-size: 16px;
  line-height: 24px;
  color: #141414;
  margin-bottom: 30px;
}
.entry-content p a {
  text-decoration: none;
  color: #d11e28;
  text-decoration: underline;
}
.entry-content p a:hover {
  color: #011c3f;
}
.entry-content p img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 20px 0 0 0;
  margin-left: auto;
  margin-right: auto;
}
.entry-content figure {
  display: block;
  margin: 20px 0;
  overflow: hidden;
  border-radius: 0;
}
.entry-content figure figcaption {
  color: #000;
  font-size: 14px;
  line-height: 20px;
  margin: 10px 0 0 0;
}
.entry-content ul {
  margin-bottom: 20px;
  padding: 0 0 0 20px;
  list-style: none;
}
.entry-content ul li {
  list-style: none;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
.entry-content ul li::before {
  content: "\2022";
  color: #d11e28;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.entry-content ol {
  margin-bottom: 20px;
  padding: 0 0 0 20px;
  list-style: none;
  counter-reset: li;
}
.entry-content ol li {
  list-style: none;
  counter-increment: li;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
.entry-content ol li::before {
  content: counter(li);
  color: #d11e28;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.entry-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.entry-content iframe {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
}
.entry-content blockquote {
  display: block;
  padding: 0 40px 0 30px;
  color: #d11e28;
  font-size: 24px;
  line-height: 26px;
  margin: 0 0 40px 0;
  font-weight: 700;
  position: relative;
}
.entry-content blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  display: block;
  width: 16px;
  height: 3px;
  background: #777;
}
