@charset "UTF-8";
/*!
Theme Name: Ibf Reparaciones
Theme URI: https://demo.artureanec.com/themes/neuros
Description: 
Author: 404 Programación
Author URI: https://cuatrocientoscuatro.es
Template:     neuros
Version: 1.0.0
Text Domain:  ibf
*/
/* =Theme customization starts here
-------------------------------------------------------------- */
@media(max-width:991px) {}
@media(max-width:576px) {}
@media(max-width:1199px) {}
@font-face {
  font-family: "Montserrat";
  src: url("./assets/fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("./assets/fonts/Montserrat/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("./assets/fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("./assets/fonts/Inter/static/Inter_18pt-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "icomoon";
  src: url("assets/fonts/icons/icomoon.eot?jp8t14");
  src: url("assets/fonts/icons/icomoon.eot?jp8t14#iefix") format("embedded-opentype"), url("assets/fonts/icons/icomoon.ttf?jp8t14") format("truetype"), url("assets/fonts/icons/icomoon.woff?jp8t14") format("woff"), url("assets/fonts/icons/icomoon.svg?jp8t14#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-flecha-derecha:before {
  content: "\e900";
  color: #265ca6;
}

.icon-flecha-izquierda:before {
  content: "\e901";
  color: #265ca6;
}

.icon-icono-facebook:before {
  content: "\e902";
  color: #265ca6;
}

.icon-icono-insta:before {
  content: "\e903";
  color: #265ca6;
}

.icon-filtros_blog:before {
  content: "\e904";
  color: #fff;
}

@media(max-width:991px) {}
@media(max-width:576px) {}
@media(max-width:1199px) {}
.header-wrapper {
  padding: 0px;
  top: 14px !important;
  left: 36px !important;
  right: 36px !important;
  width: unset !important;
}
@media(max-width:576px) {
  .header-wrapper {
    top: unset !important;
    left: unset !important;
    right: unset !important;
    width: 100% !important;
  }
}

header.header {
  background-color: #265CA6;
  border-radius: 20px;
  margin: 0px !important;
}
header.header::before {
  display: none;
  content: unset;
}
header.header .header-row {
  padding: 12px 60px;
}
header.header .header-row .header-icons-container {
  margin: 0px !important;
}
header.header .header-row .header-icons-container .logo-container {
  margin: 0px;
}
header.header .header-row .header-menu-container nav ul {
  align-items: center;
  gap: 42px;
}
header.header .header-row .header-menu-container nav ul li {
  padding: 0px;
  margin: 0px;
}
header.header .header-row .header-menu-container nav ul li a {
  padding: 0px;
  display: inline;
  background-color: transparent;
}
header.header .header-row .header-menu-container nav ul li a span:last-child {
  display: none;
}
header.header .header-row .header-menu-container nav ul li a .text-active {
  color: #FFF;
  font-family: "Montserrat";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.5px;
}
header.header .header-row .header-menu-container nav ul li a .activo {
  color: #000;
  border-bottom: 1px solid #000;
}
header.header .header-row .header-menu-container nav ul li a:hover {
  background-color: transparent;
  transition: none !important;
  transform: none !important;
}
header.header .header-row .header-menu-container nav ul li a:hover .text-active {
  opacity: 1 !important;
  color: #000;
  border-bottom: 1px solid #000;
  transition: none !important;
  transform: none !important;
}
header.header .header-row .header-menu-container nav ul li a::after {
  content: "|";
  color: #FFF;
  margin-left: 42px;
  font-weight: 400;
  font-size: 14px;
}
header.header .header-row .header-menu-container nav ul li:last-child a::after {
  content: none;
}
header.header .header-row .header-icons-container {
  margin: 0px !important;
}
header.header .header-row .header-icons-container .search-trigger {
  display: none;
}
header.header .header-row .header-icons-container .header-button-container {
  margin: 0px;
}
header.header .header-row .header-icons-container .header-button-container .neuros-button {
  background-color: #000;
  border-radius: 20px;
  border: 1px solid #FFF;
  padding: 12px 24px;
  color: #FFF;
  font-family: "Montserrat";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  min-width: unset;
  width: -moz-fit-content;
  width: fit-content;
}
header.header .header-row .header-icons-container .header-button-container .neuros-button:hover {
  background-color: #FFF;
  border: 1px solid #000;
  color: #000;
}
header.header .header-row .header-icons-container .header-button-container .neuros-button:after {
  display: none;
}
header.header .header-row .header-icons-container .header-button-container .neuros-button .button-inner {
  display: none;
}

header.sticky-header {
  background-color: #FFF;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
header.sticky-header .header-row {
  padding-top: 44px;
}
header.sticky-header .header-icons-container .logo-container .logo .logo-link img {
  display: none;
}
header.sticky-header .header-icons-container .logo-container .logo .logo-link::after {
  content: url("/wp-content/uploads/2025/10/icono-azul.png");
}
header.sticky-header .header-menu-container nav ul li a .text-active {
  color: #000 !important;
}
header.sticky-header .header-menu-container nav ul li a::after {
  color: #000 !important;
}

.mobile-header,
.mobile-header-position-over {
  background-color: #265CA6;
  padding-left: 20px;
  padding-right: 20px;
}
@media(max-width:1365px) {
  .mobile-header,
  .mobile-header-position-over {
    left: 0px;
    margin-top: -2px;
  }
}
@media(max-width:576px) {
  .mobile-header,
  .mobile-header-position-over {
    left: -20px;
  }
}
.mobile-header .mobile-header-row,
.mobile-header-position-over .mobile-header-row {
  padding: 17px;
  padding-top: 22px;
  margin: 0px;
}
.mobile-header .mobile-header-row .logo-container,
.mobile-header-position-over .mobile-header-row .logo-container {
  margin: 0px;
}
.mobile-header .mobile-header-row .header-icons-container .hamburger span,
.mobile-header-position-over .mobile-header-row .header-icons-container .hamburger span {
  background-color: #FFF;
}

.sticky-header {
  padding: 0px;
}
.sticky-header .mobile-header-row {
  padding-top: 17px;
}

.mobile-header-menu-container nav ul li a {
  font-family: "Montserrat" !important;
  color: #265CA6 !important;
}
.mobile-header-menu-container .header-mobile-button .neuros-button {
  padding: 12px 24px;
  background-color: #000;
  border-radius: 20px;
  color: #FFF;
  font-family: "Montserrat";
  text-transform: uppercase;
  font-size: 12px;
  border: 1px solid #000;
}
.mobile-header-menu-container .header-mobile-button .neuros-button::after {
  display: none;
}
.mobile-header-menu-container .header-mobile-button .neuros-button .button-inner {
  display: none;
}
.mobile-header-menu-container .header-mobile-button .neuros-button:hover {
  background-color: #FFF !important;
  border: 1px solid #000 !important;
  color: #000 !important;
}

.home .content-wrapper {
  width: 100%;
  max-width: unset;
  padding: 0px;
}
.home .content-wrapper .content {
  margin: 0px;
  width: 100%;
  max-width: unset;
}
.home .content-wrapper .content .content-inner .seccion-inicio {
  padding: 110px 36px 36px 36px;
  background-color: #FFF;
}
@media (max-width:1080px) {
  .home .content-wrapper .content .content-inner .seccion-inicio {
    padding: 110px 18px 36px 18px;
  }
}
@media(max-width:1199px) {
  .home .content-wrapper .content .content-inner .seccion-inicio > .elementor-container .col-fondo-elem > .elementor-widget-wrap {
    min-height: 800px;
    background-size: cover;
  }
}
@media (max-width:1080px) {
  .home .content-wrapper .content .content-inner .seccion-inicio > .elementor-container .col-fondo-elem > .elementor-widget-wrap {
    min-height: 900px;
    background-size: cover;
  }
}
@media(max-width:991px) {
  .home .content-wrapper .content .content-inner .seccion-inicio > .elementor-container .col-fondo-elem > .elementor-widget-wrap {
    min-height: 750px;
    background-size: cover;
  }
}
@media(max-width:576px) {
  .home .content-wrapper .content .content-inner .seccion-inicio > .elementor-container .col-fondo-elem > .elementor-widget-wrap {
    min-height: 790px;
    border-radius: 0px;
  }
}
@media(max-width:1199px) {
  .home .content-wrapper .content .content-inner .seccion-inicio > .elementor-container .col-fondo-elem > .elementor-widget-wrap .elementor-section {
    position: absolute;
    bottom: 0px;
  }
}
@media (max-width:1080px) {
  .home .content-wrapper .content .content-inner .seccion-inicio > .elementor-container .col-fondo-elem > .elementor-widget-wrap .elementor-section {
    position: absolute;
    bottom: 0px;
  }
}
@media(max-width:991px) {
  .home .content-wrapper .content .content-inner .seccion-inicio > .elementor-container .col-fondo-elem > .elementor-widget-wrap .elementor-section {
    position: absolute;
    bottom: 0px;
  }
}
.home .content-wrapper .content .content-inner .seccion-inicio > .elementor-container section.elementor-section > .elementor-container {
  width: 50%;
  max-width: unset;
  padding: 0px;
  margin: 0;
  min-height: 678px;
  max-width: 721px;
  background-color: #FFF;
  margin: 31px 0 21px 24px;
  border-radius: 20px;
}
@media(min-width: 1367px) and (max-width:1534px) {
  .home .content-wrapper .content .content-inner .seccion-inicio > .elementor-container section.elementor-section > .elementor-container {
    width: 43%;
  }
}
@media(min-width: 1200px) and (max-width:1366px) {
  .home .content-wrapper .content .content-inner .seccion-inicio > .elementor-container section.elementor-section > .elementor-container {
    width: 43%;
  }
}
@media(max-width:1199px) {
  .home .content-wrapper .content .content-inner .seccion-inicio > .elementor-container section.elementor-section > .elementor-container {
    max-width: 1060px;
    width: 100%;
    min-height: unset;
  }
}
@media(max-width:1080px) {
  .home .content-wrapper .content .content-inner .seccion-inicio > .elementor-container section.elementor-section > .elementor-container {
    min-height: unset;
    width: 100%;
    max-width: 936px;
  }
}
@media(max-width:991px) {
  .home .content-wrapper .content .content-inner .seccion-inicio > .elementor-container section.elementor-section > .elementor-container {
    max-width: 721px;
    min-height: unset;
    width: 100%;
  }
}
@media(max-width:576px) {
  .home .content-wrapper .content .content-inner .seccion-inicio > .elementor-container section.elementor-section > .elementor-container {
    width: 94%;
    min-height: unset;
    max-width: unset;
    margin: 15px auto;
  }
}
.home .content-wrapper .content .content-inner .seccion-inicio > .elementor-container section.elementor-section > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap {
  padding: 30px;
  display: flex;
  align-content: flex-end;
  gap: 32px;
}
@media(max-width:576px) {
  .home .content-wrapper .content .content-inner .seccion-inicio > .elementor-container section.elementor-section > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap {
    gap: 18px;
  }
}
.home .content-wrapper .content .content-inner .seccion-inicio > .elementor-container section.elementor-section > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .titulo-inicio {
  margin-left: 32px;
}
@media (max-width:1080px) {
  .home .content-wrapper .content .content-inner .seccion-inicio > .elementor-container section.elementor-section > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .titulo-inicio {
    margin-left: 0;
  }
}
.home .content-wrapper .content .content-inner .seccion-inicio > .elementor-container section.elementor-section > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .titulo-inicio .elementor-widget-container h1 {
  color: #000;
  font-family: "Montserrat";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -0.2px;
  width: 87%;
}
@media(max-width:576px) {
  .home .content-wrapper .content .content-inner .seccion-inicio > .elementor-container section.elementor-section > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .titulo-inicio .elementor-widget-container h1 {
    width: 100%;
    font-size: 24px;
    line-height: 32px;
  }
}
.home .content-wrapper .content .content-inner .seccion-inicio > .elementor-container section.elementor-section > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .titulo-inicio .elementor-widget-container h1 span {
  font-weight: 600;
}
.home .content-wrapper .content .content-inner .seccion-inicio > .elementor-container section.elementor-section > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .texto-inicio {
  margin-left: 32px;
}
@media (max-width:1080px) {
  .home .content-wrapper .content .content-inner .seccion-inicio > .elementor-container section.elementor-section > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .texto-inicio {
    margin-left: 0;
  }
}
.home .content-wrapper .content .content-inner .seccion-inicio > .elementor-container section.elementor-section > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .texto-inicio .elementor-widget-container p {
  color: #000;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.1px;
  margin: 0px;
}
.home .content-wrapper .content .content-inner .seccion-inicio > .elementor-container section.elementor-section > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .texto-inicio .elementor-widget-container span {
  color: #000;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.1px;
}
.home .content-wrapper .content .content-inner .seccion-inicio > .elementor-container section.elementor-section > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .btn-inicio {
  margin-left: 32px;
  margin-bottom: 64px;
}
@media (max-width:1080px) {
  .home .content-wrapper .content .content-inner .seccion-inicio > .elementor-container section.elementor-section > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .btn-inicio {
    margin-left: 0;
    margin-bottom: 0;
  }
}
.home .content-wrapper .content .content-inner .seccion-inicio > .elementor-container section.elementor-section > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .btn-inicio .neuros-button {
  background-color: #265CA6;
  border-radius: 20px;
  border: 1px solid #FFF !important;
  padding: 16px 24px;
  color: #FFF;
  font-family: "Montserrat";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.home .content-wrapper .content .content-inner .seccion-inicio > .elementor-container section.elementor-section > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .btn-inicio .neuros-button:hover {
  background-color: #FFF;
  border: 1px solid #000 !important;
  color: #000;
}
.home .content-wrapper .content .content-inner .seccion-inicio > .elementor-container section.elementor-section > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .btn-inicio .neuros-button::before {
  font-family: "icomoon";
  content: "\e900";
  color: #FFF;
  margin-right: 8px;
}
.home .content-wrapper .content .content-inner .seccion-inicio > .elementor-container section.elementor-section > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .btn-inicio .neuros-button:hover::before {
  color: #000;
}
.home .content-wrapper .content .content-inner .seccion-inicio > .elementor-container section.elementor-section > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .btn-inicio .neuros-button:after {
  display: none;
}
.home .content-wrapper .content .content-inner .seccion-inicio > .elementor-container section.elementor-section > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .btn-inicio .neuros-button span {
  display: none;
}
@media(max-width:1199px) {
  .home .content-wrapper .content .content-inner .seccion-inicio > .elementor-container section.elementor-section > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .img-inicio {
    display: none;
  }
}
@media (max-width:1080px) {
  .home .content-wrapper .content .content-inner .seccion-inicio > .elementor-container section.elementor-section > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .img-inicio {
    display: none;
  }
}
@media(max-width:576px) {
  .home .content-wrapper .content .content-inner .seccion-inicio > .elementor-container section.elementor-section > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .img-inicio {
    display: none;
  }
}
.home .content-wrapper .content .content-inner .seccion-inicio > .elementor-container .texto-superpuesto-inicio {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 17%;
  background-color: #265CA6;
  padding: 16px;
  border-radius: 12px;
  margin: 20px;
}
@media(min-width: 1367px) and (max-width:1534px) {
  .home .content-wrapper .content .content-inner .seccion-inicio > .elementor-container .texto-superpuesto-inicio {
    width: 23%;
  }
}
@media(min-width: 1200px) and (max-width:1366px) {
  .home .content-wrapper .content .content-inner .seccion-inicio > .elementor-container .texto-superpuesto-inicio {
    width: 23%;
  }
}
@media(max-width:1199px) {
  .home .content-wrapper .content .content-inner .seccion-inicio > .elementor-container .texto-superpuesto-inicio {
    width: 28%;
    bottom: 335px;
  }
}
@media(max-width:1080px) {
  .home .content-wrapper .content .content-inner .seccion-inicio > .elementor-container .texto-superpuesto-inicio {
    bottom: 315px;
    width: 36%;
  }
}
@media(max-width:991px) {
  .home .content-wrapper .content .content-inner .seccion-inicio > .elementor-container .texto-superpuesto-inicio {
    bottom: 280px;
    width: 36%;
  }
}
@media(max-width:576px) {
  .home .content-wrapper .content .content-inner .seccion-inicio > .elementor-container .texto-superpuesto-inicio {
    display: none;
    bottom: unset;
    right: 0px;
    top: 180px;
    width: 61%;
  }
}
.home .content-wrapper .content .content-inner .seccion-inicio > .elementor-container .texto-superpuesto-inicio p {
  color: #FFF;
  font-family: "Montserrat";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.1px;
}
.home .content-wrapper .content .content-inner .seccion-inicio > .elementor-container .texto-superpuesto-inicio p::before {
  content: url("/wp-content/uploads/2025/10/estrella-inicio.svg");
  position: absolute;
  top: -14px;
  left: -16px;
}
.home .content-wrapper .content .content-inner .seccion-inicio > .elementor-container .texto-superpuesto-inicio p span {
  font-weight: 600;
}
@media(max-width:576px) {
  .home .content-wrapper .content .content-inner .seccion-inicio > .elementor-container .texto-superpuesto-inicio p {
    font-size: 14px;
  }
}
.home .content-wrapper .content .content-inner .sec-noticias {
  background-color: #F0F2F4;
}
@media (max-width:1080px) {
  .home .content-wrapper .content .content-inner .sec-noticias {
    padding: 18px;
  }
}
@media(max-width:576px) {
  .home .content-wrapper .content .content-inner .sec-noticias {
    padding: 32px 18px;
  }
}
.home .content-wrapper .content .content-inner .sec-noticias .elementor-container {
  display: flex;
  justify-content: center;
}
@media(max-width:1199px) {
  .home .content-wrapper .content .content-inner .sec-noticias .elementor-container {
    margin: 36px;
  }
}
@media (max-width:1080px) {
  .home .content-wrapper .content .content-inner .sec-noticias .elementor-container {
    margin: 0px;
  }
}
.home .content-wrapper .content .content-inner .sec-noticias .elementor-container .elementor-row {
  width: 100% !important;
  margin: 36px;
  background-color: #FFF;
  border-radius: 20px;
}
@media (max-width:1080px) {
  .home .content-wrapper .content .content-inner .sec-noticias .elementor-container .elementor-row {
    margin: 0px;
  }
}
@media(max-width:991px) {
  .home .content-wrapper .content .content-inner .sec-noticias .elementor-container .elementor-row {
    margin: 0px;
  }
}
@media(max-width:576px) {
  .home .content-wrapper .content .content-inner .sec-noticias .elementor-container .elementor-row {
    margin: 0px;
  }
}
.home .content-wrapper .content .content-inner .sec-noticias .elementor-container .elementor-row .columna-noticias {
  width: 100% !important;
}
.home .content-wrapper .content .content-inner .sec-noticias .elementor-container .elementor-row .col-noticias {
  padding: 136px 390px;
  background-image: url("/wp-content/uploads/2025/10/fondo-degradado-01.png");
  background-repeat: repeat-x;
  background-size: 50% auto;
}
@media(min-width: 1535px) and (max-width:1680px) {
  .home .content-wrapper .content .content-inner .sec-noticias .elementor-container .elementor-row .col-noticias {
    padding: 136px 190px;
    background-repeat: repeat-y;
    background-size: 100% auto;
    background-position: center;
  }
}
@media(min-width: 1367px) and (max-width:1534px) {
  .home .content-wrapper .content .content-inner .sec-noticias .elementor-container .elementor-row .col-noticias {
    padding: 136px 100px;
    background-repeat: repeat-y;
    background-size: 100% auto;
    background-position: center;
  }
}
@media(min-width: 1200px) and (max-width:1366px) {
  .home .content-wrapper .content .content-inner .sec-noticias .elementor-container .elementor-row .col-noticias {
    padding: 136px 100px;
    background-repeat: repeat-y;
    background-size: 100% auto;
    background-position: center;
  }
}
@media(max-width:1199px) {
  .home .content-wrapper .content .content-inner .sec-noticias .elementor-container .elementor-row .col-noticias {
    padding: 136px 55px;
    background-repeat: repeat-y;
    background-size: 100% auto;
    background-position: center;
  }
}
@media (max-width:1080px) {
  .home .content-wrapper .content .content-inner .sec-noticias .elementor-container .elementor-row .col-noticias {
    padding: 136px 100px;
    background-repeat: repeat-y;
    background-size: 100% auto;
    background-position: center;
  }
}
@media(max-width:991px) {
  .home .content-wrapper .content .content-inner .sec-noticias .elementor-container .elementor-row .col-noticias {
    padding: 136px 70px;
    background-repeat: repeat-y;
    background-size: 100% auto;
    background-position: center;
  }
}
@media(max-width:576px) {
  .home .content-wrapper .content .content-inner .sec-noticias .elementor-container .elementor-row .col-noticias {
    background-repeat: repeat-y;
    background-size: 100% auto;
    padding: 32px 18px;
  }
}
.home .content-wrapper .content .content-inner .sec-noticias .elementor-container .elementor-row .col-noticias .elementor-widget-wrap {
  padding: 0px;
}
.home .content-wrapper .content .content-inner .sec-noticias .elementor-container .elementor-row .col-noticias .elementor-widget-wrap .sec-titulo-noticias .elementor-container {
  max-width: unset;
  width: 100%;
  margin: 0px;
}
.home .content-wrapper .content .content-inner .sec-noticias .elementor-container .elementor-row .col-noticias .elementor-widget-wrap .sec-titulo-noticias .elementor-container .elementor-row {
  padding: 0px;
  display: flex;
  background-color: transparent;
  margin: 0px;
  justify-content: space-between;
}
@media(max-width:576px) {
  .home .content-wrapper .content .content-inner .sec-noticias .elementor-container .elementor-row .col-noticias .elementor-widget-wrap .sec-titulo-noticias .elementor-container .elementor-row {
    gap: 20px;
  }
}
.home .content-wrapper .content .content-inner .sec-noticias .elementor-container .elementor-row .col-noticias .elementor-widget-wrap .sec-titulo-noticias .elementor-container .elementor-row .col-texto .neuros-heading .neuros-subheading {
  color: #000;
  font-family: "Montserrat";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.1px;
}
.home .content-wrapper .content .content-inner .sec-noticias .elementor-container .elementor-row .col-noticias .elementor-widget-wrap .sec-titulo-noticias .elementor-container .elementor-row .col-texto .neuros-heading .neuros-heading-content {
  color: #000;
  font-family: "Montserrat";
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: -0.2px;
}
@media(max-width:576px) {
  .home .content-wrapper .content .content-inner .sec-noticias .elementor-container .elementor-row .col-noticias .elementor-widget-wrap .sec-titulo-noticias .elementor-container .elementor-row .col-texto .neuros-heading .neuros-heading-content {
    font-size: 30px;
    line-height: 36px;
  }
}
.home .content-wrapper .content .content-inner .sec-noticias .elementor-container .elementor-row .col-noticias .elementor-widget-wrap .sec-titulo-noticias .elementor-container .elementor-row .col-boton .elementor-widget-container {
  margin: 0px;
}
.home .content-wrapper .content .content-inner .sec-noticias .elementor-container .elementor-row .col-noticias .elementor-widget-wrap .sec-titulo-noticias .elementor-container .elementor-row .col-boton .elementor-widget-container .button-widget .button-container .neuros-button {
  background-color: #265CA6;
  border-radius: 20px;
  border: 1px solid #FFF !important;
  padding: 16px 24px;
  color: #FFF;
  font-family: "Montserrat";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.home .content-wrapper .content .content-inner .sec-noticias .elementor-container .elementor-row .col-noticias .elementor-widget-wrap .sec-titulo-noticias .elementor-container .elementor-row .col-boton .elementor-widget-container .button-widget .button-container .neuros-button:hover {
  background-color: #DFF0FE;
  border: 1px solid #000 !important;
  color: #000;
}
.home .content-wrapper .content .content-inner .sec-noticias .elementor-container .elementor-row .col-noticias .elementor-widget-wrap .sec-titulo-noticias .elementor-container .elementor-row .col-boton .elementor-widget-container .button-widget .button-container .neuros-button::before {
  font-family: "icomoon";
  content: "\e900";
  color: #FFF;
  margin-right: 8px;
}
.home .content-wrapper .content .content-inner .sec-noticias .elementor-container .elementor-row .col-noticias .elementor-widget-wrap .sec-titulo-noticias .elementor-container .elementor-row .col-boton .elementor-widget-container .button-widget .button-container .neuros-button:hover::before {
  color: #000;
}
.home .content-wrapper .content .content-inner .sec-noticias .elementor-container .elementor-row .col-noticias .elementor-widget-wrap .sec-titulo-noticias .elementor-container .elementor-row .col-boton .elementor-widget-container .button-widget .button-container .neuros-button span, .home .content-wrapper .content .content-inner .sec-noticias .elementor-container .elementor-row .col-noticias .elementor-widget-wrap .sec-titulo-noticias .elementor-container .elementor-row .col-boton .elementor-widget-container .button-widget .button-container .neuros-button::after {
  display: none;
}
.home .content-wrapper .content .content-inner .sec-noticias .elementor-container .elementor-row .col-noticias .elementor-widget-wrap .sec-noticias {
  margin-top: 67px;
  background-color: transparent !important;
  padding: 0px;
}
.home .content-wrapper .content .content-inner .sec-noticias .elementor-container .elementor-row .col-noticias .elementor-widget-wrap .sec-noticias .apartado-blog .archive-listing .archive-listing-wrapper {
  display: flex;
  flex-direction: row;
}
@media(max-width:576px) {
  .home .content-wrapper .content .content-inner .sec-noticias .elementor-container .elementor-row .col-noticias .elementor-widget-wrap .sec-noticias .apartado-blog .archive-listing .archive-listing-wrapper {
    flex-direction: column;
  }
}
.home .content-wrapper .content .content-inner .sec-noticias .elementor-container .elementor-row .col-noticias .elementor-widget-wrap .sec-noticias .elementor-container {
  max-width: unset;
  width: 100%;
}
.home .content-wrapper .content .content-inner .sec-noticias .elementor-container .elementor-row .col-noticias .elementor-widget-wrap .sec-noticias .elementor-container .elementor-row {
  margin: 0px;
  background-color: transparent;
}
@media(max-width:576px) {
  .home .content-wrapper .content .content-inner .sec-noticias .elementor-container .elementor-row .col-noticias .elementor-widget-wrap .sec-noticias .elementor-container .elementor-row > .elementor-column {
    width: 100%;
  }
}
.home .content-wrapper .content .content-inner .sec-noticias .elementor-container .elementor-row .col-noticias .elementor-widget-wrap .sec-noticias .elementor-container .elementor-row .elementor-widget-wrap {
  background-image: none !important;
}
.home .content-wrapper .content .content-inner .sec-noticias .elementor-container .elementor-row .col-noticias .elementor-widget-wrap .sec-noticias .elementor-container .elementor-row .elementor-widget-wrap .apartado-blog .elementor-widget-container .archive-listing .archive-listing-wrapper {
  gap: 32px;
}
.home .content-wrapper .content .content-inner .sec-noticias .elementor-container .elementor-row .col-noticias .elementor-widget-wrap .sec-noticias .elementor-container .elementor-row .elementor-widget-wrap .apartado-blog .elementor-widget-container .archive-listing .archive-listing-wrapper .standard-blog-item-wrapper {
  margin: 0px;
}
.home .content-wrapper .content .content-inner .sec-noticias .elementor-container .elementor-row .col-noticias .elementor-widget-wrap .sec-noticias .elementor-container .elementor-row .elementor-widget-wrap .apartado-blog .elementor-widget-container .archive-listing .archive-listing-wrapper .standard-blog-item-wrapper .blog-item {
  display: flex;
  flex-direction: row;
  padding: 16px;
  background-color: #000;
  border-radius: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 32px;
  align-items: flex-end;
}
@media(max-width:991px) {
  .home .content-wrapper .content .content-inner .sec-noticias .elementor-container .elementor-row .col-noticias .elementor-widget-wrap .sec-noticias .elementor-container .elementor-row .elementor-widget-wrap .apartado-blog .elementor-widget-container .archive-listing .archive-listing-wrapper .standard-blog-item-wrapper .blog-item {
    min-height: 595px;
    justify-content: flex-end;
    align-content: space-between;
  }
}
@media(max-width:576px) {
  .home .content-wrapper .content .content-inner .sec-noticias .elementor-container .elementor-row .col-noticias .elementor-widget-wrap .sec-noticias .elementor-container .elementor-row .elementor-widget-wrap .apartado-blog .elementor-widget-container .archive-listing .archive-listing-wrapper .standard-blog-item-wrapper .blog-item {
    min-height: unset;
    row-gap: 20px;
    justify-content: flex-end;
  }
}
.home .content-wrapper .content .content-inner .sec-noticias .elementor-container .elementor-row .col-noticias .elementor-widget-wrap .sec-noticias .elementor-container .elementor-row .elementor-widget-wrap .apartado-blog .elementor-widget-container .archive-listing .archive-listing-wrapper .standard-blog-item-wrapper .blog-item::before {
  display: none;
}
.home .content-wrapper .content .content-inner .sec-noticias .elementor-container .elementor-row .col-noticias .elementor-widget-wrap .sec-noticias .elementor-container .elementor-row .elementor-widget-wrap .apartado-blog .elementor-widget-container .archive-listing .archive-listing-wrapper .standard-blog-item-wrapper .blog-item .post-media-wrapper {
  order: 3;
  margin: 0px;
  min-height: 250px;
  overflow: hidden;
  width: 100%;
}
.home .content-wrapper .content .content-inner .sec-noticias .elementor-container .elementor-row .col-noticias .elementor-widget-wrap .sec-noticias .elementor-container .elementor-row .elementor-widget-wrap .apartado-blog .elementor-widget-container .archive-listing .archive-listing-wrapper .standard-blog-item-wrapper .blog-item .post-media-wrapper a,
.home .content-wrapper .content .content-inner .sec-noticias .elementor-container .elementor-row .col-noticias .elementor-widget-wrap .sec-noticias .elementor-container .elementor-row .elementor-widget-wrap .apartado-blog .elementor-widget-container .archive-listing .archive-listing-wrapper .standard-blog-item-wrapper .blog-item .post-media-wrapper picture,
.home .content-wrapper .content .content-inner .sec-noticias .elementor-container .elementor-row .col-noticias .elementor-widget-wrap .sec-noticias .elementor-container .elementor-row .elementor-widget-wrap .apartado-blog .elementor-widget-container .archive-listing .archive-listing-wrapper .standard-blog-item-wrapper .blog-item .post-media-wrapper img {
  display: block;
  width: 100%;
  height: 249px;
}
.home .content-wrapper .content .content-inner .sec-noticias .elementor-container .elementor-row .col-noticias .elementor-widget-wrap .sec-noticias .elementor-container .elementor-row .elementor-widget-wrap .apartado-blog .elementor-widget-container .archive-listing .archive-listing-wrapper .standard-blog-item-wrapper .blog-item .post-media-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  /* mantiene proporción y recorta si es necesario */
}
.home .content-wrapper .content .content-inner .sec-noticias .elementor-container .elementor-row .col-noticias .elementor-widget-wrap .sec-noticias .elementor-container .elementor-row .elementor-widget-wrap .apartado-blog .elementor-widget-container .archive-listing .archive-listing-wrapper .standard-blog-item-wrapper .blog-item .post-meta-header {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0px;
  order: 1;
  height: -moz-fit-content;
  height: fit-content;
  min-width: 70px;
}
@media(max-width:991px) {
  .home .content-wrapper .content .content-inner .sec-noticias .elementor-container .elementor-row .col-noticias .elementor-widget-wrap .sec-noticias .elementor-container .elementor-row .elementor-widget-wrap .apartado-blog .elementor-widget-container .archive-listing .archive-listing-wrapper .standard-blog-item-wrapper .blog-item .post-meta-header {
    order: 0;
  }
}
@media(max-width:576px) {
  .home .content-wrapper .content .content-inner .sec-noticias .elementor-container .elementor-row .col-noticias .elementor-widget-wrap .sec-noticias .elementor-container .elementor-row .elementor-widget-wrap .apartado-blog .elementor-widget-container .archive-listing .archive-listing-wrapper .standard-blog-item-wrapper .blog-item .post-meta-header {
    order: 0;
  }
}
.home .content-wrapper .content .content-inner .sec-noticias .elementor-container .elementor-row .col-noticias .elementor-widget-wrap .sec-noticias .elementor-container .elementor-row .elementor-widget-wrap .apartado-blog .elementor-widget-container .archive-listing .archive-listing-wrapper .standard-blog-item-wrapper .blog-item .post-meta-header .post-meta-items-wrapper {
  padding: 0px;
}
.home .content-wrapper .content .content-inner .sec-noticias .elementor-container .elementor-row .col-noticias .elementor-widget-wrap .sec-noticias .elementor-container .elementor-row .elementor-widget-wrap .apartado-blog .elementor-widget-container .archive-listing .archive-listing-wrapper .standard-blog-item-wrapper .blog-item .post-meta-header .post-meta-items-wrapper::after {
  display: none;
}
.home .content-wrapper .content .content-inner .sec-noticias .elementor-container .elementor-row .col-noticias .elementor-widget-wrap .sec-noticias .elementor-container .elementor-row .elementor-widget-wrap .apartado-blog .elementor-widget-container .archive-listing .archive-listing-wrapper .standard-blog-item-wrapper .blog-item .post-meta-header .post-meta-items-wrapper .post-meta-items {
  padding: 8px 12px;
  border-radius: 6px;
  background-color: #265CA6;
}
.home .content-wrapper .content .content-inner .sec-noticias .elementor-container .elementor-row .col-noticias .elementor-widget-wrap .sec-noticias .elementor-container .elementor-row .elementor-widget-wrap .apartado-blog .elementor-widget-container .archive-listing .archive-listing-wrapper .standard-blog-item-wrapper .blog-item .post-meta-header .post-meta-items-wrapper .post-meta-items .dias {
  display: flex;
  flex-direction: column;
}
.home .content-wrapper .content .content-inner .sec-noticias .elementor-container .elementor-row .col-noticias .elementor-widget-wrap .sec-noticias .elementor-container .elementor-row .elementor-widget-wrap .apartado-blog .elementor-widget-container .archive-listing .archive-listing-wrapper .standard-blog-item-wrapper .blog-item .post-meta-header .post-meta-items-wrapper .post-meta-items .dias .month-year {
  color: #FFF;
  font-family: "Montserrat";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.home .content-wrapper .content .content-inner .sec-noticias .elementor-container .elementor-row .col-noticias .elementor-widget-wrap .sec-noticias .elementor-container .elementor-row .elementor-widget-wrap .apartado-blog .elementor-widget-container .archive-listing .archive-listing-wrapper .standard-blog-item-wrapper .blog-item .post-meta-header .post-meta-items-wrapper .post-meta-items .dias .day {
  color: #FFF;
  font-family: "Montserrat";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.home .content-wrapper .content .content-inner .sec-noticias .elementor-container .elementor-row .col-noticias .elementor-widget-wrap .sec-noticias .elementor-container .elementor-row .elementor-widget-wrap .apartado-blog .elementor-widget-container .archive-listing .archive-listing-wrapper .standard-blog-item-wrapper .blog-item .post-title {
  order: 2;
  margin: 0px;
  line-height: unset;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 68px;
}
.home .content-wrapper .content .content-inner .sec-noticias .elementor-container .elementor-row .col-noticias .elementor-widget-wrap .sec-noticias .elementor-container .elementor-row .elementor-widget-wrap .apartado-blog .elementor-widget-container .archive-listing .archive-listing-wrapper .standard-blog-item-wrapper .blog-item .post-title a {
  width: 560px;
  overflow: hidden;
  color: #FFF;
  text-overflow: ellipsis;
  font-family: "Montserrat";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.5px;
}
.home .content-wrapper .content .content-inner .sec-noticias .elementor-container .elementor-row .col-noticias .elementor-widget-wrap .sec-noticias .elementor-container .elementor-row .elementor-widget-wrap .apartado-blog .elementor-widget-container .archive-listing .archive-listing-wrapper .standard-blog-item-wrapper .blog-item .post-meta-item-tags {
  order: 0;
  margin: 0px;
  margin-top: 35px;
  height: -moz-fit-content;
  height: fit-content;
  color: transparent;
  font-size: 0px;
  display: flex;
  gap: 2px;
}
@media(max-width:991px) {
  .home .content-wrapper .content .content-inner .sec-noticias .elementor-container .elementor-row .col-noticias .elementor-widget-wrap .sec-noticias .elementor-container .elementor-row .elementor-widget-wrap .apartado-blog .elementor-widget-container .archive-listing .archive-listing-wrapper .standard-blog-item-wrapper .blog-item .post-meta-item-tags {
    min-height: 64px;
    width: 100%;
    margin-top: 0px;
    flex-wrap: wrap;
  }
}
@media(max-width:576px) {
  .home .content-wrapper .content .content-inner .sec-noticias .elementor-container .elementor-row .col-noticias .elementor-widget-wrap .sec-noticias .elementor-container .elementor-row .elementor-widget-wrap .apartado-blog .elementor-widget-container .archive-listing .archive-listing-wrapper .standard-blog-item-wrapper .blog-item .post-meta-item-tags {
    margin-top: 0px;
    width: 100%;
    gap: 1px;
    row-gap: 10px;
    flex-wrap: wrap;
  }
}
.home .content-wrapper .content .content-inner .sec-noticias .elementor-container .elementor-row .col-noticias .elementor-widget-wrap .sec-noticias .elementor-container .elementor-row .elementor-widget-wrap .apartado-blog .elementor-widget-container .archive-listing .archive-listing-wrapper .standard-blog-item-wrapper .blog-item .post-meta-item-tags::before {
  display: none;
}
.home .content-wrapper .content .content-inner .sec-noticias .elementor-container .elementor-row .col-noticias .elementor-widget-wrap .sec-noticias .elementor-container .elementor-row .elementor-widget-wrap .apartado-blog .elementor-widget-container .archive-listing .archive-listing-wrapper .standard-blog-item-wrapper .blog-item .post-meta-item-tags a {
  height: -moz-fit-content;
  height: fit-content;
  color: #FFF;
  font-family: "Montserrat";
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 8px 12px;
  border-radius: 16px;
  border: 1px solid #FFF;
}
.home .content-wrapper .content .content-inner .sec-noticias .elementor-container .elementor-row .col-noticias .elementor-widget-wrap .sec-noticias .elementor-container .elementor-row .elementor-widget-wrap .apartado-blog .elementor-widget-container .archive-listing .archive-listing-wrapper .standard-blog-item-wrapper:first-child {
  width: 600px;
}
@media(max-width:1199px) {
  .home .content-wrapper .content .content-inner .sec-noticias .elementor-container .elementor-row .col-noticias .elementor-widget-wrap .sec-noticias .elementor-container .elementor-row .elementor-widget-wrap .apartado-blog .elementor-widget-container .archive-listing .archive-listing-wrapper .standard-blog-item-wrapper:first-child {
    width: 455px;
  }
}
@media (max-width:1080px) {
  .home .content-wrapper .content .content-inner .sec-noticias .elementor-container .elementor-row .col-noticias .elementor-widget-wrap .sec-noticias .elementor-container .elementor-row .elementor-widget-wrap .apartado-blog .elementor-widget-container .archive-listing .archive-listing-wrapper .standard-blog-item-wrapper:first-child {
    width: 42%;
  }
}
@media(max-width:991px) {
  .home .content-wrapper .content .content-inner .sec-noticias .elementor-container .elementor-row .col-noticias .elementor-widget-wrap .sec-noticias .elementor-container .elementor-row .elementor-widget-wrap .apartado-blog .elementor-widget-container .archive-listing .archive-listing-wrapper .standard-blog-item-wrapper:first-child {
    width: 50%;
  }
}
@media(max-width:576px) {
  .home .content-wrapper .content .content-inner .sec-noticias .elementor-container .elementor-row .col-noticias .elementor-widget-wrap .sec-noticias .elementor-container .elementor-row .elementor-widget-wrap .apartado-blog .elementor-widget-container .archive-listing .archive-listing-wrapper .standard-blog-item-wrapper:first-child {
    width: auto;
  }
}
.home .content-wrapper .content .content-inner .sec-noticias .elementor-container .elementor-row .col-noticias .elementor-widget-wrap .sec-noticias .elementor-container .elementor-row .elementor-widget-wrap .apartado-blog .elementor-widget-container .archive-listing .archive-listing-wrapper > :nth-child(2) {
  width: 433px;
}
@media(min-width: 1367px) and (max-width:1534px) {
  .home .content-wrapper .content .content-inner .sec-noticias .elementor-container .elementor-row .col-noticias .elementor-widget-wrap .sec-noticias .elementor-container .elementor-row .elementor-widget-wrap .apartado-blog .elementor-widget-container .archive-listing .archive-listing-wrapper > :nth-child(2) {
    width: 540px;
  }
}
@media(min-width: 1200px) and (max-width:1366px) {
  .home .content-wrapper .content .content-inner .sec-noticias .elementor-container .elementor-row .col-noticias .elementor-widget-wrap .sec-noticias .elementor-container .elementor-row .elementor-widget-wrap .apartado-blog .elementor-widget-container .archive-listing .archive-listing-wrapper > :nth-child(2) {
    width: 433px;
  }
}
@media(max-width:1199px) {
  .home .content-wrapper .content .content-inner .sec-noticias .elementor-container .elementor-row .col-noticias .elementor-widget-wrap .sec-noticias .elementor-container .elementor-row .elementor-widget-wrap .apartado-blog .elementor-widget-container .archive-listing .archive-listing-wrapper > :nth-child(2) {
    width: 455px;
  }
}
@media (max-width:1080px) {
  .home .content-wrapper .content .content-inner .sec-noticias .elementor-container .elementor-row .col-noticias .elementor-widget-wrap .sec-noticias .elementor-container .elementor-row .elementor-widget-wrap .apartado-blog .elementor-widget-container .archive-listing .archive-listing-wrapper > :nth-child(2) {
    width: 55%;
  }
}
@media(max-width:991px) {
  .home .content-wrapper .content .content-inner .sec-noticias .elementor-container .elementor-row .col-noticias .elementor-widget-wrap .sec-noticias .elementor-container .elementor-row .elementor-widget-wrap .apartado-blog .elementor-widget-container .archive-listing .archive-listing-wrapper > :nth-child(2) {
    width: 50%;
  }
}
@media(max-width:576px) {
  .home .content-wrapper .content .content-inner .sec-noticias .elementor-container .elementor-row .col-noticias .elementor-widget-wrap .sec-noticias .elementor-container .elementor-row .elementor-widget-wrap .apartado-blog .elementor-widget-container .archive-listing .archive-listing-wrapper > :nth-child(2) {
    width: auto;
  }
}
.home .content-wrapper .content .content-inner .sec-servicios {
  margin: 0px;
  background-color: #FFF;
  padding: 36px;
  padding-right: 53px;
}
@media (max-width:1080px) {
  .home .content-wrapper .content .content-inner .sec-servicios {
    padding: 18px;
    padding-right: 36px;
  }
}
@media(max-width:576px) {
  .home .content-wrapper .content .content-inner .sec-servicios {
    padding: 32px 18px;
    padding-right: 36px;
  }
}
.home .content-wrapper .content .content-inner .sec-servicios > .elementor-container {
  max-width: unset;
  margin: unset !important;
}
.home .content-wrapper .content .content-inner .sec-servicios > .elementor-container .elementor-row {
  border-radius: 20px;
  background-color: #F0F2F4;
  margin: unset;
}
.home .content-wrapper .content .content-inner .sec-servicios > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap {
  padding: 0px;
  gap: 67px;
  padding: 136px 24px;
  display: flex;
  justify-content: center;
}
@media(max-width:576px) {
  .home .content-wrapper .content .content-inner .sec-servicios > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap {
    padding: 32px 24px;
  }
}
.home .content-wrapper .content .content-inner .sec-servicios > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-servicios-titulo {
  width: 38%;
}
@media(min-width: 1367px) and (max-width:1534px) {
  .home .content-wrapper .content .content-inner .sec-servicios > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-servicios-titulo {
    width: 60%;
  }
}
@media(min-width: 1200px) and (max-width:1366px) {
  .home .content-wrapper .content .content-inner .sec-servicios > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-servicios-titulo {
    width: 60%;
  }
}
@media(max-width:1199px) {
  .home .content-wrapper .content .content-inner .sec-servicios > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-servicios-titulo {
    width: 60%;
  }
}
@media (max-width:1080px) {
  .home .content-wrapper .content .content-inner .sec-servicios > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-servicios-titulo {
    width: 65%;
  }
}
@media(max-width:576px) {
  .home .content-wrapper .content .content-inner .sec-servicios > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-servicios-titulo {
    width: 100%;
  }
}
.home .content-wrapper .content .content-inner .sec-servicios > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-servicios-titulo .elementor-container .elementor-row {
  margin: 0px;
}
.home .content-wrapper .content .content-inner .sec-servicios > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-servicios-titulo .elementor-container .elementor-row .elementor-widget-wrap {
  padding: 0px;
  gap: 8px;
}
.home .content-wrapper .content .content-inner .sec-servicios > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-servicios-titulo .elementor-container .elementor-row .elementor-widget-wrap .titulo-servicios .elementor-widget-container .neuros-heading-widget h2 .neuros-subheading {
  margin-bottom: 8px;
  color: #000;
  font-family: "Montserrat";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.1px;
}
.home .content-wrapper .content .content-inner .sec-servicios > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-servicios-titulo .elementor-container .elementor-row .elementor-widget-wrap .titulo-servicios .elementor-widget-container .neuros-heading-widget h2 .neuros-heading-content {
  color: #000;
  font-family: "Montserrat";
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px;
  /* 125.714% */
  letter-spacing: -0.2px;
}
@media(max-width:576px) {
  .home .content-wrapper .content .content-inner .sec-servicios > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-servicios-titulo .elementor-container .elementor-row .elementor-widget-wrap .titulo-servicios .elementor-widget-container .neuros-heading-widget h2 .neuros-heading-content {
    font-size: 30px;
    line-height: 36px;
  }
}
.home .content-wrapper .content .content-inner .sec-servicios > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-servicios-titulo .elementor-container .elementor-row .elementor-widget-wrap .texto-servicios .elementor-widget-container P {
  color: #000;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  letter-spacing: 0.1px;
}
.home .content-wrapper .content .content-inner .sec-servicios > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-servicios-slider {
  margin-top: 0px;
}
.home .content-wrapper .content .content-inner .sec-servicios > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-servicios-slider .elementor-container {
  max-width: unset;
  margin: unset;
}
.home .content-wrapper .content .content-inner .sec-servicios > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-servicios-slider .elementor-container .elementor-row {
  margin: 0px;
}
.home .content-wrapper .content .content-inner .sec-servicios > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-servicios-slider .elementor-container .elementor-row .col-servicios-slider .elementor-widget-wrap {
  padding: 0px;
}
.home .content-wrapper .content .content-inner .sec-servicios > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-servicios-slider .elementor-container .elementor-row .col-servicios-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-service-listing-widget {
  padding-right: 24px;
}
.home .content-wrapper .content .content-inner .sec-servicios > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-servicios-slider .elementor-container .elementor-row .col-servicios-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-service-listing-widget .service-tabs {
  margin-bottom: 35px;
}
.home .content-wrapper .content .content-inner .sec-servicios > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-servicios-slider .elementor-container .elementor-row .col-servicios-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-service-listing-widget .service-tabs ul {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media(min-width: 1200px) and (max-width:1366px) {
  .home .content-wrapper .content .content-inner .sec-servicios > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-servicios-slider .elementor-container .elementor-row .col-servicios-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-service-listing-widget .service-tabs ul {
    flex-wrap: wrap;
  }
}
@media(max-width:1199px) {
  .home .content-wrapper .content .content-inner .sec-servicios > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-servicios-slider .elementor-container .elementor-row .col-servicios-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-service-listing-widget .service-tabs ul {
    flex-wrap: wrap;
  }
}
@media (max-width:1080px) {
  .home .content-wrapper .content .content-inner .sec-servicios > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-servicios-slider .elementor-container .elementor-row .col-servicios-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-service-listing-widget .service-tabs ul {
    flex-wrap: wrap;
  }
}
@media(max-width:576px) {
  .home .content-wrapper .content .content-inner .sec-servicios > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-servicios-slider .elementor-container .elementor-row .col-servicios-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-service-listing-widget .service-tabs ul {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.home .content-wrapper .content .content-inner .sec-servicios > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-servicios-slider .elementor-container .elementor-row .col-servicios-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-service-listing-widget .service-tabs ul li {
  padding: 0px;
}
.home .content-wrapper .content .content-inner .sec-servicios > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-servicios-slider .elementor-container .elementor-row .col-servicios-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-service-listing-widget .service-tabs ul li::before {
  display: none;
}
.home .content-wrapper .content .content-inner .sec-servicios > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-servicios-slider .elementor-container .elementor-row .col-servicios-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-service-listing-widget .service-tabs ul li a {
  color: #838383;
  font-family: "Montserrat";
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 10px 12px;
  border-radius: 16px;
  background: #FFF;
  border: 1px solid #838383;
}
.home .content-wrapper .content .content-inner .sec-servicios > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-servicios-slider .elementor-container .elementor-row .col-servicios-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-service-listing-widget .service-tabs ul li a:hover:not(.active) {
  border: 1px solid #000;
  color: #000;
}
@media(max-width:576px) {
  .home .content-wrapper .content .content-inner .sec-servicios > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-servicios-slider .elementor-container .elementor-row .col-servicios-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-service-listing-widget .service-tabs ul li a {
    font-size: 9px;
  }
}
.home .content-wrapper .content .content-inner .sec-servicios > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-servicios-slider .elementor-container .elementor-row .col-servicios-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-service-listing-widget .service-tabs ul li .active {
  color: #FFF;
  background-color: #265CA6;
  border: 1px solid #265CA6;
}
.home .content-wrapper .content .content-inner .sec-servicios > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-servicios-slider .elementor-container .elementor-row .col-servicios-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-service-listing-widget .archive-listing .archive-listing-wrapper .owl-stage {
  gap: 24px;
  min-width: 1920px;
}
@media(max-width:576px) {
  .home .content-wrapper .content .content-inner .sec-servicios > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-servicios-slider .elementor-container .elementor-row .col-servicios-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-service-listing-widget .archive-listing .archive-listing-wrapper .owl-stage {
    gap: 0px;
    margin-left: 2px;
    min-width: 384px;
  }
}
@media(min-width: 1367px) and (max-width:1534px) {
  .home .content-wrapper .content .content-inner .sec-servicios > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-servicios-slider .elementor-container .elementor-row .col-servicios-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-service-listing-widget .archive-listing .archive-listing-wrapper .owl-stage .owl-item {
    min-width: 380px;
  }
}
@media(min-width: 1200px) and (max-width:1366px) {
  .home .content-wrapper .content .content-inner .sec-servicios > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-servicios-slider .elementor-container .elementor-row .col-servicios-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-service-listing-widget .archive-listing .archive-listing-wrapper .owl-stage .owl-item {
    max-width: 380px;
  }
}
.home .content-wrapper .content .content-inner .sec-servicios > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-servicios-slider .elementor-container .elementor-row .col-servicios-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-service-listing-widget .archive-listing .archive-listing-wrapper .owl-stage .owl-item .service-item-wrapper {
  padding: 0px;
}
.home .content-wrapper .content .content-inner .sec-servicios > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-servicios-slider .elementor-container .elementor-row .col-servicios-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-service-listing-widget .archive-listing .archive-listing-wrapper .owl-stage .owl-item .service-item-wrapper .service-item {
  background-color: #FFF;
  padding: 16px 16px 24px 16px;
  border-radius: 20px;
  gap: 18px;
  min-height: 325px;
}
.home .content-wrapper .content .content-inner .sec-servicios > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-servicios-slider .elementor-container .elementor-row .col-servicios-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-service-listing-widget .archive-listing .archive-listing-wrapper .owl-stage .owl-item .service-item-wrapper .service-item .service-item-link {
  margin: 0px;
  height: 137.982px;
  max-width: 348px;
  position: relative;
}
.home .content-wrapper .content .content-inner .sec-servicios > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-servicios-slider .elementor-container .elementor-row .col-servicios-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-service-listing-widget .archive-listing .archive-listing-wrapper .owl-stage .owl-item .service-item-wrapper .service-item .service-item-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(38, 92, 166, 0.55);
  z-index: 1;
  border-radius: inherit;
  mix-blend-mode: multiply;
}
.home .content-wrapper .content .content-inner .sec-servicios > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-servicios-slider .elementor-container .elementor-row .col-servicios-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-service-listing-widget .archive-listing .archive-listing-wrapper .owl-stage .owl-item .service-item-wrapper .service-item .service-item-link img {
  position: relative;
  z-index: 0;
  opacity: 0.9;
  border-radius: inherit;
  min-height: 137.982px;
}
.home .content-wrapper .content .content-inner .sec-servicios > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-servicios-slider .elementor-container .elementor-row .col-servicios-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-service-listing-widget .archive-listing .archive-listing-wrapper .owl-stage .owl-item .service-item-wrapper .service-item .service-item-link .service-item-subtitle {
  display: none;
}
.home .content-wrapper .content .content-inner .sec-servicios > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-servicios-slider .elementor-container .elementor-row .col-servicios-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-service-listing-widget .archive-listing .archive-listing-wrapper .owl-stage .owl-item .service-item-wrapper .service-item .service-item-content {
  padding: 0px;
  padding-left: 8px;
}
.home .content-wrapper .content .content-inner .sec-servicios > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-servicios-slider .elementor-container .elementor-row .col-servicios-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-service-listing-widget .archive-listing .archive-listing-wrapper .owl-stage .owl-item .service-item-wrapper .service-item .service-item-content .post-meta-item-tags a {
  color: #265CA6;
  font-family: "Montserrat";
  font-size: 8px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border-radius: 16px;
  border: 1px solid #265CA6;
  padding: 8px 12px;
}
.home .content-wrapper .content .content-inner .sec-servicios > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-servicios-slider .elementor-container .elementor-row .col-servicios-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-service-listing-widget .archive-listing .archive-listing-wrapper .owl-stage .owl-item .service-item-wrapper .service-item .service-item-content .service-post-title {
  line-height: unset;
  max-width: 340px;
}
.home .content-wrapper .content .content-inner .sec-servicios > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-servicios-slider .elementor-container .elementor-row .col-servicios-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-service-listing-widget .archive-listing .archive-listing-wrapper .owl-stage .owl-item .service-item-wrapper .service-item .service-item-content .service-post-title a {
  max-height: 48px;
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  font-family: "Montserrat";
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* número de líneas visibles */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.home .content-wrapper .content .content-inner .sec-servicios > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-servicios-slider .elementor-container .elementor-row .col-servicios-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-service-listing-widget .archive-listing .archive-listing-wrapper .owl-stage .owl-item .service-item-wrapper .service-item .service-item-content .service-description {
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.3px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Limit to 2 lines */
  -webkit-box-orient: vertical;
}
.home .content-wrapper .content .content-inner .sec-servicios > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-servicios-slider .elementor-container .elementor-row .col-servicios-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-service-listing-widget .archive-listing .archive-listing-wrapper .owl-stage .owl-item .service-item-wrapper .service-item .service-item-icon {
  position: absolute;
  bottom: 6px;
  right: 6px;
}
.home .content-wrapper .content .content-inner .sec-servicios > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-servicios-slider .elementor-container .elementor-row .col-servicios-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-service-listing-widget .archive-listing .archive-listing-wrapper .owl-stage .owl-item .service-item-wrapper .service-item .service-item-icon .service-item-icon-wrapper .service-item-icon-inner {
  padding-right: 0px;
  padding: 0px;
}
.home .content-wrapper .content .content-inner .sec-servicios > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-servicios-slider .elementor-container .elementor-row .col-servicios-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-service-listing-widget .archive-listing .archive-listing-wrapper .owl-stage .owl-item .service-item-wrapper .service-item .service-item-icon .service-item-icon-wrapper .service-item-icon-inner a {
  background-color: #265CA6;
  border: 1px solid #FFF;
  border-radius: 14px;
}
.home .content-wrapper .content .content-inner .sec-servicios > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-servicios-slider .elementor-container .elementor-row .col-servicios-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-service-listing-widget .archive-listing .archive-listing-wrapper .owl-stage .owl-item .service-item-wrapper .service-item .service-item-icon .service-item-icon-wrapper .service-item-icon-inner a i {
  display: none;
}
.home .content-wrapper .content .content-inner .sec-servicios > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-servicios-slider .elementor-container .elementor-row .col-servicios-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-service-listing-widget .archive-listing .archive-listing-wrapper .owl-stage .owl-item .service-item-wrapper .service-item .service-item-icon .service-item-icon-wrapper .service-item-icon-inner a i::before {
  display: none;
}
.home .content-wrapper .content .content-inner .sec-servicios > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-servicios-slider .elementor-container .elementor-row .col-servicios-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-service-listing-widget .archive-listing .archive-listing-wrapper .owl-stage .owl-item .service-item-wrapper .service-item .service-item-icon .service-item-icon-wrapper .service-item-icon-inner a::after {
  content: url("/wp-content/uploads/2025/10/icon-info.svg");
  display: block;
  width: 5px;
  height: 16px;
  position: absolute;
  top: 7px;
  left: 10px;
}
.home .content-wrapper .content .content-inner .sec-servicios > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-servicios-slider .elementor-container .elementor-row .col-servicios-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-service-listing-widget .archive-listing .archive-listing-wrapper .owl-stage .owl-item .service-item-wrapper .service-item .service-item-icon .service-item-icon-wrapper .service-item-icon-inner a:hover i {
  transition: none !important;
  transform: none !important;
}
.home .content-wrapper .content .content-inner .sec-servicios > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-servicios-slider .elementor-container .elementor-row .col-servicios-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-service-listing-widget .archive-listing .archive-listing-wrapper .owl-stage .owl-item .service-item-wrapper .service-item .service-item-icon .service-item-icon-wrapper .service-item-icon-inner a:not(:hover) i {
  transition: initial !important;
  transform: initial !important;
}
.home .content-wrapper .content .content-inner .sec-servicios > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-servicios-slider .elementor-container .elementor-row .col-servicios-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-service-listing-widget .owl-nav {
  border: 1px solid #265CA6;
  border-radius: 20px;
  padding: 12px 16px;
  position: absolute;
  top: -215px;
  right: 390px;
  display: flex;
  gap: 24px;
}
@media(min-width: 1367px) and (max-width:1534px) {
  .home .content-wrapper .content .content-inner .sec-servicios > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-servicios-slider .elementor-container .elementor-row .col-servicios-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-service-listing-widget .owl-nav {
    right: 100px;
  }
}
@media(min-width: 1200px) and (max-width:1366px) {
  .home .content-wrapper .content .content-inner .sec-servicios > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-servicios-slider .elementor-container .elementor-row .col-servicios-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-service-listing-widget .owl-nav {
    right: 100px;
  }
}
@media(max-width:1199px) {
  .home .content-wrapper .content .content-inner .sec-servicios > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-servicios-slider .elementor-container .elementor-row .col-servicios-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-service-listing-widget .owl-nav {
    right: 100px;
  }
}
@media (max-width:1080px) {
  .home .content-wrapper .content .content-inner .sec-servicios > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-servicios-slider .elementor-container .elementor-row .col-servicios-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-service-listing-widget .owl-nav {
    top: -120px;
    right: 50px;
  }
}
@media(max-width:576px) {
  .home .content-wrapper .content .content-inner .sec-servicios > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-servicios-slider .elementor-container .elementor-row .col-servicios-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-service-listing-widget .owl-nav {
    right: 10px;
    top: -70px;
  }
}
.home .content-wrapper .content .content-inner .sec-servicios > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-servicios-slider .elementor-container .elementor-row .col-servicios-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-service-listing-widget .owl-nav::before, .home .content-wrapper .content .content-inner .sec-servicios > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-servicios-slider .elementor-container .elementor-row .col-servicios-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-service-listing-widget .owl-nav::after {
  display: none;
}
.home .content-wrapper .content .content-inner .sec-servicios > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-servicios-slider .elementor-container .elementor-row .col-servicios-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-service-listing-widget .owl-nav .owl-prev {
  width: unset;
  height: 24px;
}
.home .content-wrapper .content .content-inner .sec-servicios > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-servicios-slider .elementor-container .elementor-row .col-servicios-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-service-listing-widget .owl-nav .owl-prev::before {
  font-family: "icomoon";
  content: "\e901";
  color: #265CA6;
  font-size: 12px;
}
.home .content-wrapper .content .content-inner .sec-servicios > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-servicios-slider .elementor-container .elementor-row .col-servicios-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-service-listing-widget .owl-nav .owl-next {
  width: unset;
  height: 24px;
}
.home .content-wrapper .content .content-inner .sec-servicios > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-servicios-slider .elementor-container .elementor-row .col-servicios-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-service-listing-widget .owl-nav .owl-next::before {
  font-family: "icomoon";
  content: "\e900";
  color: #265CA6;
  font-size: 12px;
}
.home .content-wrapper .content .content-inner .sec-reciclaje {
  background-color: #F0F2F4;
  padding: 36px;
}
@media (max-width:1080px) {
  .home .content-wrapper .content .content-inner .sec-reciclaje {
    padding: 18px;
  }
}
@media(max-width:576px) {
  .home .content-wrapper .content .content-inner .sec-reciclaje {
    padding: 32px 18px;
  }
}
.home .content-wrapper .content .content-inner .sec-reciclaje .secccion-interna-reciclaje {
  padding: 136px 390px;
  border-radius: 20px;
  background-image: url("/wp-content/uploads/2025/10/fondo-degradado-02.png"), url("/wp-content/uploads/2025/10/fondo-degradado-01.png");
  background-color: #FFF;
  background-position: 50% center, -392.999px -546.144px;
  background-size: cover, 100% 248.813%;
  background-repeat: no-repeat, no-repeat;
}
@media(min-width: 1367px) and (max-width:1534px) {
  .home .content-wrapper .content .content-inner .sec-reciclaje .secccion-interna-reciclaje {
    padding: 136px 100px;
  }
}
@media(min-width: 1200px) and (max-width:1366px) {
  .home .content-wrapper .content .content-inner .sec-reciclaje .secccion-interna-reciclaje {
    padding: 136px 100px;
  }
}
@media(max-width:1199px) {
  .home .content-wrapper .content .content-inner .sec-reciclaje .secccion-interna-reciclaje {
    padding: 136px 100px;
  }
}
@media (max-width:1080px) {
  .home .content-wrapper .content .content-inner .sec-reciclaje .secccion-interna-reciclaje {
    padding: 136px 100px;
  }
}
@media(max-width:991px) {
  .home .content-wrapper .content .content-inner .sec-reciclaje .secccion-interna-reciclaje {
    padding: 136px 70px;
  }
}
@media(max-width:576px) {
  .home .content-wrapper .content .content-inner .sec-reciclaje .secccion-interna-reciclaje {
    padding: 136px 18px;
    padding-bottom: 50px;
  }
}
.home .content-wrapper .content .content-inner .sec-reciclaje .secccion-interna-reciclaje .elementor-container {
  padding: 0px;
}
.home .content-wrapper .content .content-inner .sec-reciclaje .secccion-interna-reciclaje .elementor-container .elementor-row {
  gap: 90px;
  width: unset;
  margin: 0px;
}
@media(max-width:991px) {
  .home .content-wrapper .content .content-inner .sec-reciclaje .secccion-interna-reciclaje .elementor-container .elementor-row {
    gap: 45px;
  }
}
@media(max-width:576px) {
  .home .content-wrapper .content .content-inner .sec-reciclaje .secccion-interna-reciclaje .elementor-container .elementor-row {
    width: 100%;
    margin: 0px;
    gap: 40px;
  }
}
.home .content-wrapper .content .content-inner .sec-reciclaje .secccion-interna-reciclaje .elementor-container .elementor-row .col-img-reciclaje {
  background-image: url("/wp-content/uploads/2025/10/reciclaje-img.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media(max-width:991px) {
  .home .content-wrapper .content .content-inner .sec-reciclaje .secccion-interna-reciclaje .elementor-container .elementor-row .col-img-reciclaje {
    width: 100%;
    min-height: 400px;
  }
}
@media(max-width:576px) {
  .home .content-wrapper .content .content-inner .sec-reciclaje .secccion-interna-reciclaje .elementor-container .elementor-row .col-img-reciclaje {
    min-height: 400px;
  }
}
.home .content-wrapper .content .content-inner .sec-reciclaje .secccion-interna-reciclaje .elementor-container .elementor-row .col-img-reciclaje .elementor-widget-wrap {
  padding: 0px;
  justify-content: flex-end;
}
.home .content-wrapper .content .content-inner .sec-reciclaje .secccion-interna-reciclaje .elementor-container .elementor-row .col-img-reciclaje .elementor-widget-wrap .texto-sobre-imagen {
  width: 390px;
  padding: 16px;
  background-color: #265CA6;
  border-radius: 12px;
  position: absolute;
  top: -20px;
  right: -40px;
}
@media (max-width:1080px) {
  .home .content-wrapper .content .content-inner .sec-reciclaje .secccion-interna-reciclaje .elementor-container .elementor-row .col-img-reciclaje .elementor-widget-wrap .texto-sobre-imagen {
    top: 0px;
    right: -50px;
    width: inherit;
  }
}
@media(max-width:991px) {
  .home .content-wrapper .content .content-inner .sec-reciclaje .secccion-interna-reciclaje .elementor-container .elementor-row .col-img-reciclaje .elementor-widget-wrap .texto-sobre-imagen {
    top: -35px;
    width: 390px;
  }
}
@media(max-width:576px) {
  .home .content-wrapper .content .content-inner .sec-reciclaje .secccion-interna-reciclaje .elementor-container .elementor-row .col-img-reciclaje .elementor-widget-wrap .texto-sobre-imagen {
    right: unset;
    width: unset;
    padding: 12px;
    top: -80px;
  }
}
.home .content-wrapper .content .content-inner .sec-reciclaje .secccion-interna-reciclaje .elementor-container .elementor-row .col-img-reciclaje .elementor-widget-wrap .texto-sobre-imagen::before {
  content: url("/wp-content/uploads/2025/10/icono-reciclaje.png");
  position: absolute;
  top: -8px;
  left: -16px;
}
.home .content-wrapper .content .content-inner .sec-reciclaje .secccion-interna-reciclaje .elementor-container .elementor-row .col-img-reciclaje .elementor-widget-wrap .texto-sobre-imagen .elementor-widget-container {
  padding: 0px;
  margin: 0px;
}
.home .content-wrapper .content .content-inner .sec-reciclaje .secccion-interna-reciclaje .elementor-container .elementor-row .col-img-reciclaje .elementor-widget-wrap .texto-sobre-imagen .elementor-widget-container p {
  color: #FFF;
  font-family: "Montserrat";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.1px;
}
@media(max-width:991px) {
  .home .content-wrapper .content .content-inner .sec-reciclaje .secccion-interna-reciclaje .elementor-container .elementor-row .col-texto-reciclaje {
    width: 100%;
  }
}
.home .content-wrapper .content .content-inner .sec-reciclaje .secccion-interna-reciclaje .elementor-container .elementor-row .col-texto-reciclaje .elementor-widget-wrap {
  padding: 0px;
}
.home .content-wrapper .content .content-inner .sec-reciclaje .secccion-interna-reciclaje .elementor-container .elementor-row .col-texto-reciclaje .elementor-widget-wrap .titulo-reciclaje {
  margin-bottom: 32px;
}
@media(max-width:576px) {
  .home .content-wrapper .content .content-inner .sec-reciclaje .secccion-interna-reciclaje .elementor-container .elementor-row .col-texto-reciclaje .elementor-widget-wrap .titulo-reciclaje {
    margin-bottom: 30px;
  }
}
.home .content-wrapper .content .content-inner .sec-reciclaje .secccion-interna-reciclaje .elementor-container .elementor-row .col-texto-reciclaje .elementor-widget-wrap .titulo-reciclaje .elementor-widget-container {
  margin: 0px;
}
.home .content-wrapper .content .content-inner .sec-reciclaje .secccion-interna-reciclaje .elementor-container .elementor-row .col-texto-reciclaje .elementor-widget-wrap .titulo-reciclaje .elementor-widget-container h2 .neuros-subheading {
  color: #000;
  font-family: "Montserrat";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.1px;
  margin-bottom: 8px;
}
.home .content-wrapper .content .content-inner .sec-reciclaje .secccion-interna-reciclaje .elementor-container .elementor-row .col-texto-reciclaje .elementor-widget-wrap .titulo-reciclaje .elementor-widget-container h2 .neuros-heading-content {
  color: #000;
  font-family: "Montserrat";
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: -0.2px;
}
@media(max-width:576px) {
  .home .content-wrapper .content .content-inner .sec-reciclaje .secccion-interna-reciclaje .elementor-container .elementor-row .col-texto-reciclaje .elementor-widget-wrap .titulo-reciclaje .elementor-widget-container h2 .neuros-heading-content {
    font-size: 30px;
    line-height: 36px;
  }
}
.home .content-wrapper .content .content-inner .sec-reciclaje .secccion-interna-reciclaje .elementor-container .elementor-row .col-texto-reciclaje .elementor-widget-wrap .texto01,
.home .content-wrapper .content .content-inner .sec-reciclaje .secccion-interna-reciclaje .elementor-container .elementor-row .col-texto-reciclaje .elementor-widget-wrap .texto02 {
  color: #000;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.1px;
}
.home .content-wrapper .content .content-inner .sec-reciclaje .secccion-interna-reciclaje .elementor-container .elementor-row .col-texto-reciclaje .elementor-widget-wrap .lista01 {
  margin-bottom: 32px;
}
.home .content-wrapper .content .content-inner .sec-reciclaje .secccion-interna-reciclaje .elementor-container .elementor-row .col-texto-reciclaje .elementor-widget-wrap .lista01 ul li span,
.home .content-wrapper .content .content-inner .sec-reciclaje .secccion-interna-reciclaje .elementor-container .elementor-row .col-texto-reciclaje .elementor-widget-wrap .lista02 ul li span {
  color: #000;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.1px;
}
.home .content-wrapper .content .content-inner .sec-productos {
  margin: 0px;
  background-color: #FFF;
  padding: 36px;
  padding-right: 53px;
}
@media(max-width:1080px) {
  .home .content-wrapper .content .content-inner .sec-productos {
    padding: 18px;
    padding-right: 36px;
  }
}
@media(max-width:991px) {
  .home .content-wrapper .content .content-inner .sec-productos {
    padding: 18px;
    padding-right: 36px;
  }
}
@media(max-width:576px) {
  .home .content-wrapper .content .content-inner .sec-productos {
    padding: 32px 18px;
    padding-right: 36px;
  }
}
.home .content-wrapper .content .content-inner .sec-productos > .elementor-container {
  max-width: unset;
  margin: unset !important;
}
.home .content-wrapper .content .content-inner .sec-productos > .elementor-container .elementor-row {
  border-radius: 20px;
  background-color: #F0F2F4;
  margin: unset;
}
.home .content-wrapper .content .content-inner .sec-productos > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap {
  padding: 0px;
  gap: 67px;
  padding: 136px 24px;
  display: flex;
  justify-content: center;
}
@media(max-width:576px) {
  .home .content-wrapper .content .content-inner .sec-productos > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap {
    padding: 32px 24px;
  }
}
.home .content-wrapper .content .content-inner .sec-productos > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-productos-titulo {
  width: 38%;
}
@media(min-width: 1367px) and (max-width:1534px) {
  .home .content-wrapper .content .content-inner .sec-productos > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-productos-titulo {
    width: 60%;
  }
}
@media(min-width: 1200px) and (max-width:1366px) {
  .home .content-wrapper .content .content-inner .sec-productos > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-productos-titulo {
    width: 60%;
  }
}
@media(max-width:1199px) {
  .home .content-wrapper .content .content-inner .sec-productos > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-productos-titulo {
    width: 60%;
  }
}
@media (max-width:1080px) {
  .home .content-wrapper .content .content-inner .sec-productos > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-productos-titulo {
    width: 65%;
  }
}
@media(max-width:576px) {
  .home .content-wrapper .content .content-inner .sec-productos > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-productos-titulo {
    width: 100%;
  }
}
.home .content-wrapper .content .content-inner .sec-productos > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-productos-titulo .elementor-container .elementor-row {
  margin: 0px;
}
.home .content-wrapper .content .content-inner .sec-productos > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-productos-titulo .elementor-container .elementor-row .elementor-widget-wrap {
  padding: 0px;
  gap: 8px;
}
.home .content-wrapper .content .content-inner .sec-productos > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-productos-titulo .elementor-container .elementor-row .elementor-widget-wrap .titulo-productos .elementor-widget-container .neuros-heading-widget h2 .neuros-subheading {
  margin-bottom: 8px;
  color: #000;
  font-family: "Montserrat";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.1px;
}
.home .content-wrapper .content .content-inner .sec-productos > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-productos-titulo .elementor-container .elementor-row .elementor-widget-wrap .titulo-productos .elementor-widget-container .neuros-heading-widget h2 .neuros-heading-content {
  color: #000;
  font-family: "Montserrat";
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px;
  /* 125.714% */
  letter-spacing: -0.2px;
}
@media(max-width:576px) {
  .home .content-wrapper .content .content-inner .sec-productos > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-productos-titulo .elementor-container .elementor-row .elementor-widget-wrap .titulo-productos .elementor-widget-container .neuros-heading-widget h2 .neuros-heading-content {
    line-height: 36px;
    font-size: 30px;
  }
}
.home .content-wrapper .content .content-inner .sec-productos > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-productos-titulo .elementor-container .elementor-row .elementor-widget-wrap .texto-productos .elementor-widget-container P {
  color: #000;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  letter-spacing: 0.1px;
}
.home .content-wrapper .content .content-inner .sec-productos > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-productos-slider {
  margin-top: 0px;
}
.home .content-wrapper .content .content-inner .sec-productos > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-productos-slider .elementor-container {
  max-width: unset;
  margin: unset;
}
.home .content-wrapper .content .content-inner .sec-productos > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-productos-slider .elementor-container .elementor-row {
  margin: 0px;
}
.home .content-wrapper .content .content-inner .sec-productos > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-productos-slider .elementor-container .elementor-row .col-productos-slider .elementor-widget-wrap {
  padding: 0px;
}
.home .content-wrapper .content .content-inner .sec-productos > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-productos-slider .elementor-container .elementor-row .col-productos-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-projects-listing-widget {
  padding-right: 24px;
}
.home .content-wrapper .content .content-inner .sec-productos > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-productos-slider .elementor-container .elementor-row .col-productos-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-projects-listing-widget .archive-listing .archive-listing-wrapper .owl-stage-outer {
  overflow: hidden !important;
}
.home .content-wrapper .content .content-inner .sec-productos > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-productos-slider .elementor-container .elementor-row .col-productos-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-projects-listing-widget .archive-listing .archive-listing-wrapper .owl-stage {
  gap: 32px;
  min-width: 1920px;
}
@media(max-width:576px) {
  .home .content-wrapper .content .content-inner .sec-productos > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-productos-slider .elementor-container .elementor-row .col-productos-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-projects-listing-widget .archive-listing .archive-listing-wrapper .owl-stage {
    gap: 0px;
    margin-left: 2px;
    min-width: 384px;
  }
}
.home .content-wrapper .content .content-inner .sec-productos > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-productos-slider .elementor-container .elementor-row .col-productos-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-projects-listing-widget .archive-listing .archive-listing-wrapper .owl-stage::after {
  display: none !important;
}
.home .content-wrapper .content .content-inner .sec-productos > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-productos-slider .elementor-container .elementor-row .col-productos-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-projects-listing-widget .archive-listing .archive-listing-wrapper .owl-stage .owl-item {
  min-width: 380px;
}
@media(max-width:576px) {
  .home .content-wrapper .content .content-inner .sec-productos > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-productos-slider .elementor-container .elementor-row .col-productos-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-projects-listing-widget .archive-listing .archive-listing-wrapper .owl-stage .owl-item {
    min-width: unset;
  }
}
.home .content-wrapper .content .content-inner .sec-productos > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-productos-slider .elementor-container .elementor-row .col-productos-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-projects-listing-widget .archive-listing .archive-listing-wrapper .owl-stage .owl-item .project-item-wrapper {
  padding: 0px;
}
.home .content-wrapper .content .content-inner .sec-productos > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-productos-slider .elementor-container .elementor-row .col-productos-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-projects-listing-widget .archive-listing .archive-listing-wrapper .owl-stage .owl-item .project-item-wrapper .project-item {
  padding: 16px 16px 24px 16px;
  border: 0px;
  border-radius: 20px;
  background-color: #FFF;
  max-height: 480px;
}
.home .content-wrapper .content .content-inner .sec-productos > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-productos-slider .elementor-container .elementor-row .col-productos-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-projects-listing-widget .archive-listing .archive-listing-wrapper .owl-stage .owl-item .project-item-wrapper .project-item:hover .project-slider-item-wrapper {
  max-height: 355.952px;
}
.home .content-wrapper .content .content-inner .sec-productos > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-productos-slider .elementor-container .elementor-row .col-productos-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-projects-listing-widget .archive-listing .archive-listing-wrapper .owl-stage .owl-item .project-item-wrapper .project-item:hover .project-item-content {
  bottom: -110px !important;
}
.home .content-wrapper .content .content-inner .sec-productos > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-productos-slider .elementor-container .elementor-row .col-productos-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-projects-listing-widget .archive-listing .archive-listing-wrapper .owl-stage .owl-item .project-item-wrapper .project-item:hover .post-excerpt-wrapper {
  display: block !important;
}
.home .content-wrapper .content .content-inner .sec-productos > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-productos-slider .elementor-container .elementor-row .col-productos-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-projects-listing-widget .archive-listing .archive-listing-wrapper .owl-stage .owl-item .project-item-wrapper .project-item > .project-item-content {
  display: none;
  padding: 16px 16px 24px 16px;
}
.home .content-wrapper .content .content-inner .sec-productos > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-productos-slider .elementor-container .elementor-row .col-productos-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-projects-listing-widget .archive-listing .archive-listing-wrapper .owl-stage .owl-item .project-item-wrapper .project-item > .project-item-content .post-title {
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  font-family: "Montserrat";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.5px;
}
.home .content-wrapper .content .content-inner .sec-productos > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-productos-slider .elementor-container .elementor-row .col-productos-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-projects-listing-widget .archive-listing .archive-listing-wrapper .owl-stage .owl-item .project-item-wrapper .project-item .project-slider-item-wrapper {
  opacity: 1 !important;
  max-height: 403.947px;
  overflow: visible;
  padding: 16px;
  padding-bottom: 0px;
}
.home .content-wrapper .content .content-inner .sec-productos > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-productos-slider .elementor-container .elementor-row .col-productos-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-projects-listing-widget .archive-listing .archive-listing-wrapper .owl-stage .owl-item .project-item-wrapper .project-item .project-slider-item-wrapper .project-item-media {
  position: relative;
  border-radius: 20px;
}
.home .content-wrapper .content .content-inner .sec-productos > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-productos-slider .elementor-container .elementor-row .col-productos-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-projects-listing-widget .archive-listing .archive-listing-wrapper .owl-stage .owl-item .project-item-wrapper .project-item .project-slider-item-wrapper .project-item-media::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(38, 92, 166, 0.55);
  z-index: 1;
  border-radius: inherit;
  mix-blend-mode: multiply;
}
.home .content-wrapper .content .content-inner .sec-productos > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-productos-slider .elementor-container .elementor-row .col-productos-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-projects-listing-widget .archive-listing .archive-listing-wrapper .owl-stage .owl-item .project-item-wrapper .project-item .project-slider-item-wrapper .project-item-media img {
  transform: none !important;
  transition: none !important;
  -webkit-transform: none !important;
  -webkit-transition: none !important;
  border-radius: 20px;
  position: relative;
  z-index: 0;
  opacity: 0.9;
  border-radius: inherit;
}
.home .content-wrapper .content .content-inner .sec-productos > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-productos-slider .elementor-container .elementor-row .col-productos-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-projects-listing-widget .archive-listing .archive-listing-wrapper .owl-stage .owl-item .project-item-wrapper .project-item .project-slider-item-wrapper .project-item-content {
  position: absolute;
  bottom: -55px;
  padding: 0px 16px 0px 16px;
}
.home .content-wrapper .content .content-inner .sec-productos > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-productos-slider .elementor-container .elementor-row .col-productos-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-projects-listing-widget .archive-listing .archive-listing-wrapper .owl-stage .owl-item .project-item-wrapper .project-item .project-slider-item-wrapper .project-item-content .post-title {
  margin: 0px;
}
.home .content-wrapper .content .content-inner .sec-productos > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-productos-slider .elementor-container .elementor-row .col-productos-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-projects-listing-widget .archive-listing .archive-listing-wrapper .owl-stage .owl-item .project-item-wrapper .project-item .project-slider-item-wrapper .project-item-content .post-title a {
  overflow: hidden;
  /* Oculta el contenido que se desborda */
  color: #000;
  text-overflow: ellipsis;
  /* Agrega los puntos suspensivos */
  font-family: "Montserrat";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.5px;
  white-space: nowrap;
  /* Evita que el texto se divida en varias líneas */
  width: 100%;
  /* Asegúrate de que el contenedor tenga un ancho definido */
  display: block;
  /* Cambia el comportamiento del enlace a block o inline-block */
}
.home .content-wrapper .content .content-inner .sec-productos > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-productos-slider .elementor-container .elementor-row .col-productos-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-projects-listing-widget .archive-listing .archive-listing-wrapper .owl-stage .owl-item .project-item-wrapper .project-item .project-slider-item-wrapper .project-item-content .post-excerpt-wrapper {
  transition: none !important;
  transform: none !important;
  animation: none !important;
  position: unset !important;
}
.home .content-wrapper .content .content-inner .sec-productos > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-productos-slider .elementor-container .elementor-row .col-productos-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-projects-listing-widget .archive-listing .archive-listing-wrapper .owl-stage .owl-item .project-item-wrapper .project-item .project-slider-item-wrapper .project-item-content .post-excerpt-wrapper .post-excerpt {
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.5px;
  margin-bottom: 0px;
  margin-top: 8px;
}
.home .content-wrapper .content .content-inner .sec-productos > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-productos-slider .elementor-container .elementor-row .col-productos-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-projects-listing-widget .archive-listing .archive-listing-wrapper .owl-stage .owl-item .project-item-wrapper .project-item .project-slider-item-wrapper .project-item-content .post-excerpt-wrapper .post-more-button {
  display: none;
}
.home .content-wrapper .content .content-inner .sec-productos > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-productos-slider .elementor-container .elementor-row .col-productos-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-projects-listing-widget .archive-listing .archive-listing-wrapper .owl-stage .owl-item .project-item-wrapper .project-item:hover .project-slider-item-wrapper {
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  transform: none !important;
  opacity: 1 !important;
}
.home .content-wrapper .content .content-inner .sec-productos > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-productos-slider .elementor-container .elementor-row .col-productos-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-projects-listing-widget .archive-listing .archive-listing-wrapper .owl-stage .owl-item .project-item-wrapper .project-item:hover .project-item-content {
  opacity: 1 !important;
}
.home .content-wrapper .content .content-inner .sec-productos > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-productos-slider .elementor-container .elementor-row .col-productos-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-projects-listing-widget .project-tabs {
  margin-bottom: 35px;
}
.home .content-wrapper .content .content-inner .sec-productos > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-productos-slider .elementor-container .elementor-row .col-productos-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-projects-listing-widget .project-tabs ul {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media (min-width: 1200px) and (max-width:1366px) {
  .home .content-wrapper .content .content-inner .sec-productos > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-productos-slider .elementor-container .elementor-row .col-productos-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-projects-listing-widget .project-tabs ul {
    flex-wrap: wrap;
  }
}
@media (max-width:1080px) {
  .home .content-wrapper .content .content-inner .sec-productos > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-productos-slider .elementor-container .elementor-row .col-productos-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-projects-listing-widget .project-tabs ul {
    flex-wrap: wrap;
  }
}
@media(max-width:576px) {
  .home .content-wrapper .content .content-inner .sec-productos > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-productos-slider .elementor-container .elementor-row .col-productos-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-projects-listing-widget .project-tabs ul {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.home .content-wrapper .content .content-inner .sec-productos > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-productos-slider .elementor-container .elementor-row .col-productos-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-projects-listing-widget .project-tabs ul li {
  padding: 0px;
}
.home .content-wrapper .content .content-inner .sec-productos > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-productos-slider .elementor-container .elementor-row .col-productos-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-projects-listing-widget .project-tabs ul li::before {
  display: none;
}
.home .content-wrapper .content .content-inner .sec-productos > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-productos-slider .elementor-container .elementor-row .col-productos-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-projects-listing-widget .project-tabs ul li a {
  color: #838383;
  font-family: "Montserrat";
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 10px 12px;
  border-radius: 16px;
  background: #FFF;
  border: 1px solid #838383;
}
.home .content-wrapper .content .content-inner .sec-productos > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-productos-slider .elementor-container .elementor-row .col-productos-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-projects-listing-widget .project-tabs ul li a:hover:not(.active) {
  border: 1px solid #000;
  color: #000;
}
@media(max-width:576px) {
  .home .content-wrapper .content .content-inner .sec-productos > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-productos-slider .elementor-container .elementor-row .col-productos-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-projects-listing-widget .project-tabs ul li a {
    font-size: 9px;
  }
}
.home .content-wrapper .content .content-inner .sec-productos > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-productos-slider .elementor-container .elementor-row .col-productos-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-projects-listing-widget .project-tabs ul li .active {
  color: #FFF;
  background-color: #265CA6;
  border: 1px solid #265CA6;
}
.home .content-wrapper .content .content-inner .sec-productos > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-productos-slider .elementor-container .elementor-row .col-productos-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-projects-listing-widget .slider-navigation-wrapper {
  margin: 0px;
}
.home .content-wrapper .content .content-inner .sec-productos > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-productos-slider .elementor-container .elementor-row .col-productos-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-projects-listing-widget .slider-navigation-wrapper .owl-nav {
  border: 1px solid #265CA6;
  border-radius: 20px;
  padding: 12px 16px;
  position: absolute;
  top: -215px;
  right: 390px;
  display: flex;
  gap: 24px;
}
@media(min-width: 1367px) and (max-width:1534px) {
  .home .content-wrapper .content .content-inner .sec-productos > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-productos-slider .elementor-container .elementor-row .col-productos-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-projects-listing-widget .slider-navigation-wrapper .owl-nav {
    right: 100px;
  }
}
@media(min-width: 1200px) and (max-width:1366px) {
  .home .content-wrapper .content .content-inner .sec-productos > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-productos-slider .elementor-container .elementor-row .col-productos-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-projects-listing-widget .slider-navigation-wrapper .owl-nav {
    right: 100px;
  }
}
@media(max-width:1199px) {
  .home .content-wrapper .content .content-inner .sec-productos > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-productos-slider .elementor-container .elementor-row .col-productos-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-projects-listing-widget .slider-navigation-wrapper .owl-nav {
    right: 100px;
  }
}
@media (max-width:1080px) {
  .home .content-wrapper .content .content-inner .sec-productos > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-productos-slider .elementor-container .elementor-row .col-productos-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-projects-listing-widget .slider-navigation-wrapper .owl-nav {
    top: -120px;
    right: 50px;
  }
}
@media(max-width:576px) {
  .home .content-wrapper .content .content-inner .sec-productos > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-productos-slider .elementor-container .elementor-row .col-productos-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-projects-listing-widget .slider-navigation-wrapper .owl-nav {
    right: 10px;
    top: -70px;
  }
}
.home .content-wrapper .content .content-inner .sec-productos > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-productos-slider .elementor-container .elementor-row .col-productos-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-projects-listing-widget .slider-navigation-wrapper .owl-nav::before, .home .content-wrapper .content .content-inner .sec-productos > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-productos-slider .elementor-container .elementor-row .col-productos-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-projects-listing-widget .slider-navigation-wrapper .owl-nav::after {
  display: none;
}
.home .content-wrapper .content .content-inner .sec-productos > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-productos-slider .elementor-container .elementor-row .col-productos-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-projects-listing-widget .slider-navigation-wrapper .owl-nav .owl-prev {
  width: unset;
  height: 24px;
}
.home .content-wrapper .content .content-inner .sec-productos > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-productos-slider .elementor-container .elementor-row .col-productos-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-projects-listing-widget .slider-navigation-wrapper .owl-nav .owl-prev::before {
  font-family: "icomoon";
  content: "\e901";
  color: #265CA6;
  font-size: 12px;
}
.home .content-wrapper .content .content-inner .sec-productos > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-productos-slider .elementor-container .elementor-row .col-productos-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-projects-listing-widget .slider-navigation-wrapper .owl-nav .owl-next {
  width: unset;
  height: 24px;
}
.home .content-wrapper .content .content-inner .sec-productos > .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .sec-productos-slider .elementor-container .elementor-row .col-productos-slider .elementor-widget-wrap .elementor-element .elementor-widget-container .neuros-projects-listing-widget .slider-navigation-wrapper .owl-nav .owl-next::before {
  font-family: "icomoon";
  content: "\e900";
  color: #265CA6;
  font-size: 12px;
}
.home .content-wrapper .content .content-inner .sec-mapa {
  margin: 0px;
  padding-left: 36px;
  padding-right: 36px;
  padding-bottom: 36px;
  padding-top: 0px;
  background-color: #F0F2F4;
}
@media (max-width:1080px) {
  .home .content-wrapper .content .content-inner .sec-mapa {
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 18px;
  }
}
.home .content-wrapper .content .content-inner .sec-mapa .elementor-row {
  margin: 0px;
  width: 100%;
}
.home .content-wrapper .content .content-inner .sec-mapa .elementor-widget-wrap {
  padding: 0px;
}
.home .content-wrapper .content .content-inner .sec-mapa .elementor-widget-wrap iframe {
  border-radius: 20px;
}
.home .content-wrapper .content .content-inner .sec-kit {
  margin-top: 24px;
}
@media(max-width:576px) {
  .home .content-wrapper .content .content-inner .sec-kit {
    padding: 18px;
  }
}
.home .content-wrapper .content .content-inner .sec-kit > .elementor-container {
  padding: 33.418px 507.787px 33.419px 507.787px;
}
@media(min-width: 1367px) and (max-width:1534px) {
  .home .content-wrapper .content .content-inner .sec-kit > .elementor-container {
    padding: 33.418px 200.787px 33.419px 200.787px;
  }
}
@media(min-width: 1200px) and (max-width:1366px) {
  .home .content-wrapper .content .content-inner .sec-kit > .elementor-container {
    padding: 33.418px 200.787px 33.419px 200.787px;
  }
}
@media(max-width:1199px) {
  .home .content-wrapper .content .content-inner .sec-kit > .elementor-container {
    padding: 33.418px 200.787px 33.419px 200.787px;
  }
}
@media (max-width:1080px) {
  .home .content-wrapper .content .content-inner .sec-kit > .elementor-container {
    padding: 33.418px 100.787px 33.419px 100.787px;
  }
}
@media(max-width:991px) {
  .home .content-wrapper .content .content-inner .sec-kit > .elementor-container {
    padding: 33.418px 100.787px 33.419px 100.787px;
  }
}
@media(max-width:576px) {
  .home .content-wrapper .content .content-inner .sec-kit > .elementor-container {
    padding: 33.418px 18.787px 33.419px 18.787px;
  }
}
.home .content-wrapper .content .content-inner .sec-kit > .elementor-container > .elementor-row > .elementor-column > .elementor-widget-wrap {
  padding: 0px;
}
.home .content-wrapper .content .content-inner .sec-kit > .elementor-container > .elementor-row > .elementor-column > .elementor-widget-wrap .texto-kit .elementor-widget-container p {
  margin: 0px;
  color: #878787;
  font-family: "Inter";
  font-size: 9.041px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.home .content-wrapper .content .content-inner .sec-kit > .elementor-container > .elementor-row > .elementor-column > .elementor-widget-wrap .separador {
  margin-top: 5px;
}
.home .content-wrapper .content .content-inner .sec-kit > .elementor-container > .elementor-row > .elementor-column > .elementor-widget-wrap .sec-int-kit {
  margin-top: 22px;
}
.home .content-wrapper .content .content-inner .sec-kit > .elementor-container > .elementor-row > .elementor-column > .elementor-widget-wrap .sec-int-kit .elementor-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
.home .content-wrapper .content .content-inner .sec-kit > .elementor-container > .elementor-row > .elementor-column > .elementor-widget-wrap .sec-int-kit .elementor-row .elementor-column {
  width: -moz-fit-content;
  width: fit-content;
}
@media(max-width:576px) {
  .home .content-wrapper .content .content-inner .sec-kit > .elementor-container > .elementor-row > .elementor-column > .elementor-widget-wrap .sec-int-kit .elementor-row .elementor-column {
    flex: 1;
  }
}
.home .content-wrapper .content .content-inner .sec-kit > .elementor-container > .elementor-row > .elementor-column > .elementor-widget-wrap .sec-int-kit .elementor-row .elementor-column .elementor-widget-wrap {
  padding: 0px;
  width: -moz-fit-content;
  width: fit-content;
}
.home .content-wrapper .content .content-inner .sec-kit > .elementor-container > .elementor-row > .elementor-column > .elementor-widget-wrap .sec-int-kit .elementor-row .elementor-column .elementor-widget-wrap .elementor-element {
  width: -moz-fit-content;
  width: fit-content;
}
.home .content-wrapper .content .content-inner .sec-kit > .elementor-container > .elementor-row > .elementor-column > .elementor-widget-wrap .sec-int-kit .elementor-row .elementor-column .elementor-widget-wrap .elementor-element .elementor-widget-container {
  width: -moz-fit-content;
  width: fit-content;
}

@media(max-width:991px) {}
@media(max-width:576px) {}
@media(max-width:1199px) {}
footer.footer-wrapper {
  margin: 0px;
  padding: 36px;
  padding-bottom: 0px;
  padding-top: 33px;
  background-color: #FFF;
}
@media(max-width:576px) {
  footer.footer-wrapper {
    padding: 18px;
    padding-bottom: 0px;
  }
}
footer.footer-wrapper .footer {
  background-color: #265CA6;
  border-radius: 20px;
}
footer.footer-wrapper .footer .footer-bg {
  display: none;
}
footer.footer-wrapper .footer > .footer-section {
  padding: 59px 390px 42px 390px;
}
@media(min-width: 1367px) and (max-width:1534px) {
  footer.footer-wrapper .footer > .footer-section {
    padding: 59px 100px 42px 100px;
  }
}
@media(min-width: 1200px) and (max-width:1366px) {
  footer.footer-wrapper .footer > .footer-section {
    padding: 59px 100px 42px 100px;
  }
}
@media(max-width:1199px) {
  footer.footer-wrapper .footer > .footer-section {
    padding: 59px 100px 42px 100px;
  }
}
@media(max-width:1080px) {
  footer.footer-wrapper .footer > .footer-section {
    padding: 59px 70px 42px 70px;
  }
}
@media(max-width:991px) {
  footer.footer-wrapper .footer > .footer-section {
    padding: 59px 70px 42px 70px;
  }
}
@media(max-width:576px) {
  footer.footer-wrapper .footer > .footer-section {
    padding: 59px 18px 42px 18px;
  }
}
footer.footer-wrapper .footer > .footer-section > .footer-row {
  padding: 0px;
  max-width: unset;
  width: unset;
}
footer.footer-wrapper .footer > .footer-section > .footer-row .footer-widgets {
  padding: 0px;
  margin: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media(max-width:576px) {
  footer.footer-wrapper .footer > .footer-section > .footer-row .footer-widgets {
    flex-wrap: wrap;
    gap: 15px;
  }
}
footer.footer-wrapper .footer > .footer-section > .footer-row .footer-widgets #block-29 {
  margin: 0px;
  order: 1;
  width: -moz-fit-content;
  width: fit-content;
}
@media(max-width:576px) {
  footer.footer-wrapper .footer > .footer-section > .footer-row .footer-widgets #block-29 {
    width: 100%;
    order: 0;
    display: flex;
    justify-content: center;
  }
}
footer.footer-wrapper .footer > .footer-section > .footer-row .footer-widgets #block-29 .widget-wrapper {
  width: -moz-fit-content;
  width: fit-content;
}
footer.footer-wrapper .footer > .footer-section > .footer-row .footer-widgets #block-29 .widget-wrapper .wp-block-group {
  width: -moz-fit-content;
  width: fit-content;
}
footer.footer-wrapper .footer > .footer-section > .footer-row .footer-widgets #block-29 .widget-wrapper .wp-block-group .wp-block-group__inner-container {
  width: -moz-fit-content;
  width: fit-content;
}
footer.footer-wrapper .footer > .footer-section > .footer-row .footer-widgets #block-29 .widget-wrapper .wp-block-group .wp-block-spacer {
  display: none;
}
footer.footer-wrapper .footer > .footer-section > .footer-row .footer-widgets #block-29 .widget-wrapper .wp-block-group figure {
  background-image: url("/wp-content/uploads/2025/10/icono-footer-grande.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 98.84px;
  height: 90px;
  display: inline-block;
}
footer.footer-wrapper .footer > .footer-section > .footer-row .footer-widgets #block-29 .widget-wrapper .wp-block-group figure img {
  display: none;
}
footer.footer-wrapper .footer > .footer-section > .footer-row .footer-widgets #neuros_nav_menu_widget-1,
footer.footer-wrapper .footer > .footer-section > .footer-row .footer-widgets #neuros_nav_menu_widget-2 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0px;
  order: 0;
}
footer.footer-wrapper .footer > .footer-section > .footer-row .footer-widgets #neuros_nav_menu_widget-1 .widget-wrapper,
footer.footer-wrapper .footer > .footer-section > .footer-row .footer-widgets #neuros_nav_menu_widget-2 .widget-wrapper {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 19px;
}
footer.footer-wrapper .footer > .footer-section > .footer-row .footer-widgets #neuros_nav_menu_widget-1 .widget-wrapper h6,
footer.footer-wrapper .footer > .footer-section > .footer-row .footer-widgets #neuros_nav_menu_widget-2 .widget-wrapper h6 {
  color: #FFF;
  font-family: "Montserrat";
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0px;
}
footer.footer-wrapper .footer > .footer-section > .footer-row .footer-widgets #neuros_nav_menu_widget-1 .widget-wrapper .menu-footer-menu-container ul li a,
footer.footer-wrapper .footer > .footer-section > .footer-row .footer-widgets #neuros_nav_menu_widget-1 .widget-wrapper .menu-footer-menu-2-container ul li a,
footer.footer-wrapper .footer > .footer-section > .footer-row .footer-widgets #neuros_nav_menu_widget-2 .widget-wrapper .menu-footer-menu-container ul li a,
footer.footer-wrapper .footer > .footer-section > .footer-row .footer-widgets #neuros_nav_menu_widget-2 .widget-wrapper .menu-footer-menu-2-container ul li a {
  padding: 0px;
  color: #FFF;
  font-family: "Montserrat";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.13px;
}
footer.footer-wrapper .footer > .footer-section > .footer-row .footer-widgets #neuros_nav_menu_widget-1 .widget-wrapper .menu-footer-menu-container ul li a:hover,
footer.footer-wrapper .footer > .footer-section > .footer-row .footer-widgets #neuros_nav_menu_widget-1 .widget-wrapper .menu-footer-menu-2-container ul li a:hover,
footer.footer-wrapper .footer > .footer-section > .footer-row .footer-widgets #neuros_nav_menu_widget-2 .widget-wrapper .menu-footer-menu-container ul li a:hover,
footer.footer-wrapper .footer > .footer-section > .footer-row .footer-widgets #neuros_nav_menu_widget-2 .widget-wrapper .menu-footer-menu-2-container ul li a:hover {
  transform: none !important;
  transition: none !important;
  padding: 0px !important;
}
footer.footer-wrapper .footer > .footer-section > .footer-row .footer-widgets #neuros_nav_menu_widget-1 .widget-wrapper .menu-footer-menu-container ul li a::before, footer.footer-wrapper .footer > .footer-section > .footer-row .footer-widgets #neuros_nav_menu_widget-1 .widget-wrapper .menu-footer-menu-container ul li a::after,
footer.footer-wrapper .footer > .footer-section > .footer-row .footer-widgets #neuros_nav_menu_widget-1 .widget-wrapper .menu-footer-menu-2-container ul li a::before,
footer.footer-wrapper .footer > .footer-section > .footer-row .footer-widgets #neuros_nav_menu_widget-1 .widget-wrapper .menu-footer-menu-2-container ul li a::after,
footer.footer-wrapper .footer > .footer-section > .footer-row .footer-widgets #neuros_nav_menu_widget-2 .widget-wrapper .menu-footer-menu-container ul li a::before,
footer.footer-wrapper .footer > .footer-section > .footer-row .footer-widgets #neuros_nav_menu_widget-2 .widget-wrapper .menu-footer-menu-container ul li a::after,
footer.footer-wrapper .footer > .footer-section > .footer-row .footer-widgets #neuros_nav_menu_widget-2 .widget-wrapper .menu-footer-menu-2-container ul li a::before,
footer.footer-wrapper .footer > .footer-section > .footer-row .footer-widgets #neuros_nav_menu_widget-2 .widget-wrapper .menu-footer-menu-2-container ul li a::after {
  display: none;
}
footer.footer-wrapper .footer > .footer-section > .footer-row .footer-widgets #neuros_nav_menu_widget-2 {
  margin: 0px;
  order: 2;
}
footer.footer-wrapper .footer .footer-section-bottom {
  padding: 0px;
}
footer.footer-wrapper .footer .footer-section-bottom .footer-columns-row {
  padding: 18px 42px;
  width: 1280px;
  margin: 0 auto;
}
@media (max-width:1080px) {
  footer.footer-wrapper .footer .footer-section-bottom .footer-columns-row {
    width: unset;
  }
}
@media(max-width:991px) {
  footer.footer-wrapper .footer .footer-section-bottom .footer-columns-row {
    width: unset;
  }
}
@media(max-width:576px) {
  footer.footer-wrapper .footer .footer-section-bottom .footer-columns-row {
    width: unset;
    padding: 18px 21px;
  }
}
footer.footer-wrapper .footer .footer-section-bottom .footer-columns-row::before, footer.footer-wrapper .footer .footer-section-bottom .footer-columns-row::after {
  display: none;
}
footer.footer-wrapper .footer .footer-section-bottom .footer-columns-row .footer-copyrights-container {
  color: #000;
  font-family: "Montserrat";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.1px;
}
footer.footer-wrapper .footer .footer-section-bottom .footer-columns-row .footer-additional-menu-container nav ul li a {
  text-decoration: none;
}
footer.footer-wrapper .footer .footer-section-bottom .footer-columns-row .footer-additional-menu-container nav ul li a p {
  color: #000;
  font-family: "Montserrat";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.1px;
}
footer.footer-wrapper .footer .footer-section-bottom .footer-columns-row .footer-additional-menu-container nav ul li a p span {
  color: #265CA6;
  text-decoration: underline;
}

.error404 .error-404-wrapper {
  padding: 36px;
  background-color: #F0F2F4;
}
.error404 .error-404-wrapper .error-404-container {
  background-color: #FFF;
  border-radius: 20px;
  background-image: none !important;
}
.error404 .error-404-wrapper .error-404-container .error-404-inner .error-404-text {
  color: #265CA6;
}
.error404 .error-404-wrapper .error-404-container .error-404-inner .error-404-content .logo a img {
  width: 50px;
  height: 50px;
}
.error404 .error-404-wrapper .error-404-container .error-404-inner .error-404-content .error-404-title {
  font-family: "Montserrat";
  color: #000;
}
.error404 .error-404-wrapper .error-404-container .error-404-inner .error-404-content .error-404-info-text {
  font-family: "Montserrat";
  color: #636363;
}
.error404 .error-404-wrapper .error-404-container .error-404-inner .error-404-content .error-404-button a {
  background-color: #265CA6;
  border-radius: 20px;
  border: 1px solid #FFF !important;
  padding: 16px 24px;
  color: #FFF;
  font-family: "Montserrat";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.error404 .error-404-wrapper .error-404-container .error-404-inner .error-404-content .error-404-button a:hover {
  background-color: #FFF;
  border: 1px solid #000 !important;
  color: #000;
}
.error404 .error-404-wrapper .error-404-container .error-404-inner .error-404-content .error-404-button a::after {
  display: none;
}
.error404 .error-404-wrapper .error-404-container .error-404-inner .error-404-content .error-404-button a::before {
  font-family: "icomoon";
  content: "\e901";
  color: #FFF;
  left: 16px;
}
.error404 .error-404-wrapper .error-404-container .error-404-inner .error-404-content .error-404-button a:hover::before {
  transition: none !important;
  transform: none !important;
  opacity: 1 !important;
  color: #000;
  top: 45%;
}

.page-id-23204 .body-container .body-lines,
.page-id-23206 .body-container .body-lines,
.page-id-23208 .body-container .body-lines {
  display: none;
}
.page-id-23204 .body-container .top-page-wrapper,
.page-id-23206 .body-container .top-page-wrapper,
.page-id-23208 .body-container .top-page-wrapper {
  padding: 14px 36px;
  background-color: #FFF;
  border-radius: 0px;
}
.page-id-23204 .body-container .top-page-wrapper .page-title-container,
.page-id-23206 .body-container .top-page-wrapper .page-title-container,
.page-id-23208 .body-container .top-page-wrapper .page-title-container {
  display: none;
}
.page-id-23204 .body-container .content-wrapper,
.page-id-23206 .body-container .content-wrapper,
.page-id-23208 .body-container .content-wrapper {
  max-width: unset;
  width: unset;
  margin-top: 50px;
  justify-content: center;
}
.page-id-23204 .body-container .content-wrapper .content,
.page-id-23206 .body-container .content-wrapper .content,
.page-id-23208 .body-container .content-wrapper .content {
  margin: 0px;
}
.page-id-23204 .body-container .content-wrapper .content .elementor-widget-wrap,
.page-id-23206 .body-container .content-wrapper .content .elementor-widget-wrap,
.page-id-23208 .body-container .content-wrapper .content .elementor-widget-wrap {
  padding: 0px;
}
@media (max-width:1400px) {
  .page-id-23204 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica,
  .page-id-23206 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica,
  .page-id-23208 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica {
    padding: 20px;
  }
}
.page-id-23204 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica h1,
.page-id-23204 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica h2,
.page-id-23204 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica h3,
.page-id-23204 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica h4,
.page-id-23204 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica h5,
.page-id-23204 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica h6,
.page-id-23204 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica li,
.page-id-23204 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica span,
.page-id-23204 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica p,
.page-id-23204 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica th,
.page-id-23204 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica td,
.page-id-23206 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica h1,
.page-id-23206 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica h2,
.page-id-23206 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica h3,
.page-id-23206 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica h4,
.page-id-23206 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica h5,
.page-id-23206 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica h6,
.page-id-23206 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica li,
.page-id-23206 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica span,
.page-id-23206 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica p,
.page-id-23206 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica th,
.page-id-23206 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica td,
.page-id-23208 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica h1,
.page-id-23208 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica h2,
.page-id-23208 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica h3,
.page-id-23208 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica h4,
.page-id-23208 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica h5,
.page-id-23208 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica h6,
.page-id-23208 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica li,
.page-id-23208 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica span,
.page-id-23208 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica p,
.page-id-23208 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica th,
.page-id-23208 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica td {
  color: #000;
  font-family: "Montserrat";
}
.page-id-23204 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica p.title,
.page-id-23206 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica p.title,
.page-id-23208 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica p.title {
  color: #265CA6;
  font-weight: 600;
}
.page-id-23204 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica p.sub-title,
.page-id-23206 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica p.sub-title,
.page-id-23208 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica p.sub-title {
  color: #265CA6;
  font-weight: 500;
  font-size: small;
}
.page-id-23204 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica p,
.page-id-23206 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica p,
.page-id-23208 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica p {
  font-weight: 400;
  margin-bottom: 12px;
}
.page-id-23204 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica p a,
.page-id-23206 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica p a,
.page-id-23208 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica p a {
  color: #265CA6;
}
.page-id-23204 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica p a:hover,
.page-id-23206 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica p a:hover,
.page-id-23208 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica p a:hover {
  text-decoration: underline;
}
.page-id-23204 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica p b,
.page-id-23206 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica p b,
.page-id-23208 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica p b {
  color: #636363;
}
.page-id-23204 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica p span,
.page-id-23206 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica p span,
.page-id-23208 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica p span {
  font-weight: 600;
}
.page-id-23204 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica h1,
.page-id-23206 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica h1,
.page-id-23208 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica h1 {
  color: #265CA6;
  margin-bottom: 24px;
  font-size: 60px;
}
@media(max-width:576px) {
  .page-id-23204 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica h1,
  .page-id-23206 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica h1,
  .page-id-23208 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica h1 {
    font-size: 35px;
    line-height: 42px;
  }
}
.page-id-23204 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica h2,
.page-id-23206 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica h2,
.page-id-23208 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica h2 {
  margin-bottom: 18px;
}
.page-id-23204 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica ul,
.page-id-23206 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica ul,
.page-id-23208 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.page-id-23204 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica ul li,
.page-id-23206 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica ul li,
.page-id-23208 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica ul li {
  font-weight: 400;
}
.page-id-23204 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica ul li::before,
.page-id-23206 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica ul li::before,
.page-id-23208 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica ul li::before {
  font-family: "icomoon";
  content: "\e900";
  color: #265CA6;
}
.page-id-23204 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica table,
.page-id-23206 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica table,
.page-id-23208 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-weight: 400;
}
.page-id-23204 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica table th,
.page-id-23204 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica table td,
.page-id-23206 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica table th,
.page-id-23206 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica table td,
.page-id-23208 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica table th,
.page-id-23208 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica table td {
  padding: 12px;
  border: 1px solid #636363;
  text-align: left;
}
.page-id-23204 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica table th,
.page-id-23206 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica table th,
.page-id-23208 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica table th {
  font-weight: bold;
}
@media (max-width:576px) {
  .page-id-23204 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica,
  .page-id-23206 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica,
  .page-id-23208 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica {
    width: 100% !important;
  }
  .page-id-23204 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica table,
  .page-id-23204 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica thead,
  .page-id-23204 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica tbody,
  .page-id-23204 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica th,
  .page-id-23204 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica td,
  .page-id-23204 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica tr,
  .page-id-23204 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica tfoot,
  .page-id-23206 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica table,
  .page-id-23206 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica thead,
  .page-id-23206 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica tbody,
  .page-id-23206 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica th,
  .page-id-23206 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica td,
  .page-id-23206 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica tr,
  .page-id-23206 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica tfoot,
  .page-id-23208 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica table,
  .page-id-23208 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica thead,
  .page-id-23208 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica tbody,
  .page-id-23208 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica th,
  .page-id-23208 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica td,
  .page-id-23208 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica tr,
  .page-id-23208 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica tfoot {
    display: block;
  }
  .page-id-23204 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica table,
  .page-id-23206 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica table,
  .page-id-23208 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica table {
    border: 0px;
  }
  .page-id-23204 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica table td,
  .page-id-23206 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica table td,
  .page-id-23208 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica table td {
    padding: 0px;
    border: 0px;
    font-size: 12px;
  }
  .page-id-23204 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica thead tr th,
  .page-id-23206 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica thead tr th,
  .page-id-23208 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica thead tr th {
    border: 0px;
    padding: 0px;
  }
  .page-id-23204 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica thead tr,
  .page-id-23204 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica tbody tr,
  .page-id-23204 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica tfoot tr,
  .page-id-23206 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica thead tr,
  .page-id-23206 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica tbody tr,
  .page-id-23206 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica tfoot tr,
  .page-id-23208 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica thead tr,
  .page-id-23208 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica tbody tr,
  .page-id-23208 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica tfoot tr {
    display: flex;
    justify-content: space-between;
    gap: 5px;
  }
  .page-id-23204 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica thead tr th,
  .page-id-23204 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica thead tr td,
  .page-id-23204 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica tbody tr th,
  .page-id-23204 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica tbody tr td,
  .page-id-23204 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica tfoot tr th,
  .page-id-23204 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica tfoot tr td,
  .page-id-23206 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica thead tr th,
  .page-id-23206 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica thead tr td,
  .page-id-23206 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica tbody tr th,
  .page-id-23206 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica tbody tr td,
  .page-id-23206 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica tfoot tr th,
  .page-id-23206 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica tfoot tr td,
  .page-id-23208 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica thead tr th,
  .page-id-23208 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica thead tr td,
  .page-id-23208 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica tbody tr th,
  .page-id-23208 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica tbody tr td,
  .page-id-23208 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica tfoot tr th,
  .page-id-23208 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica tfoot tr td {
    flex: 1;
    text-align: left;
  }
  .page-id-23204 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica tfoot tr:last-child,
  .page-id-23206 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica tfoot tr:last-child,
  .page-id-23208 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica tfoot tr:last-child {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .page-id-23204 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica tr,
  .page-id-23206 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica tr,
  .page-id-23208 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica tr {
    margin-bottom: 1rem;
    padding: 8px;
    display: flex;
  }
  .page-id-23204 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica td,
  .page-id-23206 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica td,
  .page-id-23208 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica td {
    position: relative;
    flex: 1;
    text-align: center;
  }
  .page-id-23204 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica td::before,
  .page-id-23206 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica td::before,
  .page-id-23208 .body-container .content-wrapper .content .elementor-widget-wrap .contentPolitica td::before {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 45%;
    white-space: nowrap;
    font-weight: bold;
    content: attr(data-label);
  }
}
.page-id-23204 .body-container .content-wrapper .sidebar,
.page-id-23206 .body-container .content-wrapper .sidebar,
.page-id-23208 .body-container .content-wrapper .sidebar {
  display: none;
}

@media(max-width:576px) {
  .page-id-713 .mobile-header {
    left: unset;
  }
}
.page-id-713 .sec-contacto {
  margin-top: 100px !important;
  padding-bottom: 40px !important;
}
.page-id-713 .body-container .body-lines {
  display: none;
}
.page-id-713 .body-container .top-page-wrapper {
  padding-top: 14px;
  padding-left: 36px;
  padding-right: 36px;
  background: transparent !important;
}
@media(max-width:576px) {
  .page-id-713 .body-container .top-page-wrapper {
    padding: 0px;
  }
}
.page-id-713 .body-container .top-page-wrapper .page-title-container {
  min-height: 300px !important;
  background-color: transparent;
}
@media(max-width:576px) {
  .page-id-713 .body-container .top-page-wrapper .page-title-container {
    margin-left: 18px;
    margin-right: 18px;
  }
}
.page-id-713 .body-container .top-page-wrapper .page-title-container .page-title-bg {
  background-image: url("/wp-content/uploads/2025/10/fondo-fachada-nueva.png") !important;
  background-position: center 1% !important;
}
.page-id-713 .body-container .top-page-wrapper .page-title-container .page-title-row {
  max-width: 500px;
  margin: 0px;
}
@media(max-width:991px) {
  .page-id-713 .body-container .top-page-wrapper .page-title-container .page-title-row {
    max-width: 370px;
    margin: 0px;
  }
}
@media(max-width:576px) {
  .page-id-713 .body-container .top-page-wrapper .page-title-container .page-title-row {
    max-width: 200px;
  }
}
.page-id-713 .body-container .top-page-wrapper .page-title-container .page-title-row .page-title-wrapper .page-title-box h1 {
  font-family: "Montserrat" !important;
  color: #265CA6 !important;
  font-size: 32px;
  margin-bottom: 0px;
}
@media(max-width:576px) {
  .page-id-713 .body-container .top-page-wrapper .page-title-container .page-title-row .page-title-wrapper .page-title-box h1 {
    font-size: 25px;
  }
}
.page-id-713 .body-container .top-page-wrapper .page-title-container .page-title-additional {
  display: none;
}
.page-id-713 .body-container .top-page-wrapper .page-title-container .breadcrumbs-wrapper::before, .page-id-713 .body-container .top-page-wrapper .page-title-container .breadcrumbs-wrapper::after {
  box-shadow: 0 20px 0 0 #ffffff;
}
.page-id-713 .body-container .top-page-wrapper .page-title-container .breadcrumbs-wrapper .breadcrumbs {
  background-color: #FFF;
}
.page-id-713 .body-container .top-page-wrapper .page-title-container .breadcrumbs-wrapper .breadcrumbs a {
  font-family: "Montserrat";
  color: #000;
  font-weight: 500;
}
.page-id-713 .body-container .top-page-wrapper .page-title-container .breadcrumbs-wrapper .breadcrumbs a::before {
  background: #000;
}
.page-id-713 .body-container .top-page-wrapper .page-title-container .breadcrumbs-wrapper .breadcrumbs .current {
  font-family: "Montserrat";
  color: #265CA6;
  font-weight: 500;
}
.page-id-713 .body-container .content-wrapper {
  margin: 0px !important;
  width: auto;
  padding: 0px;
  min-width: unset;
  max-width: unset;
  border-radius: 20px;
}
.page-id-713 .body-container .content-wrapper .content {
  margin: 0px;
  width: unset;
}
.page-id-713 .body-container .content-wrapper .content .content-inner .sec-blog {
  background: #F0F2F4;
  padding: 136px 24px;
  border-radius: 20px;
  margin-left: 36px;
  margin-right: 36px;
}
@media(max-width:576px) {
  .page-id-713 .body-container .content-wrapper .content .content-inner .sec-blog {
    margin-left: 18px;
    margin-right: 18px;
    padding: 18px 18px;
  }
}
.page-id-713 .body-container .content-wrapper .content .content-inner .sec-blog .elementor-container .elementor-row {
  margin: 0px;
  width: 100%;
}
.page-id-713 .body-container .content-wrapper .content .content-inner .sec-blog .elementor-container .elementor-row .elementor-column .elementor-widget-wrap {
  padding: 0px;
}
.page-id-713 .body-container .content-wrapper .content .content-inner .sec-blog .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .elementor-element .elementor-widget-container .archive-listing .archive-listing-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
  margin: 0px;
}
.page-id-713 .body-container .content-wrapper .content .content-inner .sec-blog .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .elementor-element .elementor-widget-container .archive-listing .archive-listing-wrapper .standard-blog-item-wrapper {
  padding: 0px;
  width: 32%;
}
@media(max-width:1199px) {
  .page-id-713 .body-container .content-wrapper .content .content-inner .sec-blog .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .elementor-element .elementor-widget-container .archive-listing .archive-listing-wrapper .standard-blog-item-wrapper {
    width: 31.7%;
  }
}
@media (max-width:1080px) {
  .page-id-713 .body-container .content-wrapper .content .content-inner .sec-blog .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .elementor-element .elementor-widget-container .archive-listing .archive-listing-wrapper .standard-blog-item-wrapper {
    width: 31.5%;
  }
}
@media(max-width:991px) {
  .page-id-713 .body-container .content-wrapper .content .content-inner .sec-blog .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .elementor-element .elementor-widget-container .archive-listing .archive-listing-wrapper .standard-blog-item-wrapper {
    width: 48%;
  }
}
@media(max-width:576px) {
  .page-id-713 .body-container .content-wrapper .content .content-inner .sec-blog .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .elementor-element .elementor-widget-container .archive-listing .archive-listing-wrapper .standard-blog-item-wrapper {
    width: 100%;
  }
}
.page-id-713 .body-container .content-wrapper .content .content-inner .sec-blog .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .elementor-element .elementor-widget-container .archive-listing .archive-listing-wrapper .standard-blog-item-wrapper .blog-item {
  gap: 24px;
  min-height: 500px;
  background-color: #000;
  padding: 20px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
}
.page-id-713 .body-container .content-wrapper .content .content-inner .sec-blog .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .elementor-element .elementor-widget-container .archive-listing .archive-listing-wrapper .standard-blog-item-wrapper .blog-item::before {
  display: none;
}
.page-id-713 .body-container .content-wrapper .content .content-inner .sec-blog .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .elementor-element .elementor-widget-container .archive-listing .archive-listing-wrapper .standard-blog-item-wrapper .blog-item .post-media-wrapper {
  margin: 0px !important;
  min-height: 320px;
  max-height: 320px;
}
.page-id-713 .body-container .content-wrapper .content .content-inner .sec-blog .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .elementor-element .elementor-widget-container .archive-listing .archive-listing-wrapper .standard-blog-item-wrapper .blog-item .post-media-wrapper a,
.page-id-713 .body-container .content-wrapper .content .content-inner .sec-blog .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .elementor-element .elementor-widget-container .archive-listing .archive-listing-wrapper .standard-blog-item-wrapper .blog-item .post-media-wrapper picture,
.page-id-713 .body-container .content-wrapper .content .content-inner .sec-blog .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .elementor-element .elementor-widget-container .archive-listing .archive-listing-wrapper .standard-blog-item-wrapper .blog-item .post-media-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
  max-height: 320px;
}
.page-id-713 .body-container .content-wrapper .content .content-inner .sec-blog .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .elementor-element .elementor-widget-container .archive-listing .archive-listing-wrapper .standard-blog-item-wrapper .blog-item .post-media-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
}
.page-id-713 .body-container .content-wrapper .content .content-inner .sec-blog .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .elementor-element .elementor-widget-container .archive-listing .archive-listing-wrapper .standard-blog-item-wrapper .blog-item .post-title {
  margin: 0px;
  line-height: unset;
}
.page-id-713 .body-container .content-wrapper .content .content-inner .sec-blog .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .elementor-element .elementor-widget-container .archive-listing .archive-listing-wrapper .standard-blog-item-wrapper .blog-item .post-title a {
  color: #FFF;
  font-family: "Montserrat";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.5px;
  -webkit-line-clamp: 2;
  /* número de líneas visibles */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.page-id-713 .body-container .content-wrapper .content .content-inner .sec-blog .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .elementor-element .elementor-widget-container .archive-listing .archive-listing-wrapper .standard-blog-item-wrapper .blog-item .post-meta-item-tags {
  margin: 0px;
}
.page-id-713 .body-container .content-wrapper .content .content-inner .sec-blog .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .elementor-element .elementor-widget-container .archive-listing .archive-listing-wrapper .standard-blog-item-wrapper .blog-item .post-meta-item-tags::before {
  display: none;
}
.page-id-713 .body-container .content-wrapper .content .content-inner .sec-blog .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .elementor-element .elementor-widget-container .archive-listing .archive-listing-wrapper .standard-blog-item-wrapper .blog-item .post-meta-item-tags a {
  padding: 8px 12px;
  border: 2px solid #FFF;
  background-color: #000;
  font-size: "Montserrat";
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #FFF;
  border-radius: 16px;
}
.page-id-713 .body-container .content-wrapper .content .content-inner .sec-blog .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .elementor-element .elementor-widget-container .archive-listing .archive-listing-wrapper .standard-blog-item-wrapper .blog-item .post-meta-header {
  margin: 0px;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  right: 36px;
  top: 282px;
}
@media(min-width: 1367px) and (max-width:1534px) {
  .page-id-713 .body-container .content-wrapper .content .content-inner .sec-blog .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .elementor-element .elementor-widget-container .archive-listing .archive-listing-wrapper .standard-blog-item-wrapper .blog-item .post-meta-header {
    right: 37px;
    top: 280px;
  }
}
@media(min-width: 1200px) and (max-width:1366px) {
  .page-id-713 .body-container .content-wrapper .content .content-inner .sec-blog .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .elementor-element .elementor-widget-container .archive-listing .archive-listing-wrapper .standard-blog-item-wrapper .blog-item .post-meta-header {
    right: 37px;
    top: 280px;
  }
}
@media(max-width:1199px) {
  .page-id-713 .body-container .content-wrapper .content .content-inner .sec-blog .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .elementor-element .elementor-widget-container .archive-listing .archive-listing-wrapper .standard-blog-item-wrapper .blog-item .post-meta-header {
    right: 37px;
    top: 280px;
  }
}
@media (max-width:1080px) {
  .page-id-713 .body-container .content-wrapper .content .content-inner .sec-blog .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .elementor-element .elementor-widget-container .archive-listing .archive-listing-wrapper .standard-blog-item-wrapper .blog-item .post-meta-header {
    right: 37px;
    top: 277px;
  }
}
@media(max-width:576px) {
  .page-id-713 .body-container .content-wrapper .content .content-inner .sec-blog .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .elementor-element .elementor-widget-container .archive-listing .archive-listing-wrapper .standard-blog-item-wrapper .blog-item .post-meta-header {
    right: 36px;
    top: 281px;
  }
}
.page-id-713 .body-container .content-wrapper .content .content-inner .sec-blog .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .elementor-element .elementor-widget-container .archive-listing .archive-listing-wrapper .standard-blog-item-wrapper .blog-item .post-meta-header .post-meta-items-wrapper {
  padding: 0px;
}
.page-id-713 .body-container .content-wrapper .content .content-inner .sec-blog .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .elementor-element .elementor-widget-container .archive-listing .archive-listing-wrapper .standard-blog-item-wrapper .blog-item .post-meta-header .post-meta-items-wrapper::after {
  display: none;
}
.page-id-713 .body-container .content-wrapper .content .content-inner .sec-blog .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .elementor-element .elementor-widget-container .archive-listing .archive-listing-wrapper .standard-blog-item-wrapper .blog-item .post-meta-header .post-meta-items-wrapper .post-meta-items {
  padding: 8px 12px;
  border-radius: 6px;
  background-color: #265CA6;
}
.page-id-713 .body-container .content-wrapper .content .content-inner .sec-blog .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .elementor-element .elementor-widget-container .archive-listing .archive-listing-wrapper .standard-blog-item-wrapper .blog-item .post-meta-header .post-meta-items-wrapper .post-meta-items .dias {
  display: flex;
  flex-direction: column;
}
.page-id-713 .body-container .content-wrapper .content .content-inner .sec-blog .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .elementor-element .elementor-widget-container .archive-listing .archive-listing-wrapper .standard-blog-item-wrapper .blog-item .post-meta-header .post-meta-items-wrapper .post-meta-items .dias .month-year {
  color: #FFF;
  font-family: "Montserrat";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.page-id-713 .body-container .content-wrapper .content .content-inner .sec-blog .elementor-container .elementor-row .elementor-column .elementor-widget-wrap .elementor-element .elementor-widget-container .archive-listing .archive-listing-wrapper .standard-blog-item-wrapper .blog-item .post-meta-header .post-meta-items-wrapper .post-meta-items .dias .day {
  color: #FFF;
  font-family: "Montserrat";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

@media(max-width:576px) {
  .single-post .mobile-header {
    left: unset;
  }
}
.single-post .body-container .body-lines {
  display: none;
}
.single-post .body-container .top-page-wrapper {
  padding-top: 14px;
  padding-left: 36px;
  padding-right: 36px;
  background: transparent !important;
}
@media(max-width:576px) {
  .single-post .body-container .top-page-wrapper {
    padding: 0px;
  }
}
.single-post .body-container .top-page-wrapper .page-title-container {
  min-height: 300px !important;
  background-color: transparent;
}
@media(max-width:576px) {
  .single-post .body-container .top-page-wrapper .page-title-container {
    margin-left: 18px;
    margin-right: 18px;
  }
}
.single-post .body-container .top-page-wrapper .page-title-container .page-title-bg {
  background-image: url("/wp-content/uploads/2025/10/fondo-fachada-nueva.png") !important;
  background-position: center 1% !important;
}
.single-post .body-container .top-page-wrapper .page-title-container .page-title-row {
  max-width: 500px;
  margin: 0px;
}
@media(max-width:991px) {
  .single-post .body-container .top-page-wrapper .page-title-container .page-title-row {
    max-width: 370px;
    margin: 0px;
  }
}
@media(max-width:576px) {
  .single-post .body-container .top-page-wrapper .page-title-container .page-title-row {
    max-width: 200px;
  }
}
.single-post .body-container .top-page-wrapper .page-title-container .page-title-row .page-title-wrapper .page-title-box h1 {
  font-family: "Montserrat" !important;
  color: #265CA6 !important;
  font-size: 32px;
  margin-bottom: 0px;
}
@media(max-width:576px) {
  .single-post .body-container .top-page-wrapper .page-title-container .page-title-row .page-title-wrapper .page-title-box h1 {
    font-size: 25px;
  }
}
.single-post .body-container .top-page-wrapper .page-title-container .page-title-additional {
  display: none;
}
.single-post .body-container .top-page-wrapper .page-title-container .breadcrumbs-wrapper::before, .single-post .body-container .top-page-wrapper .page-title-container .breadcrumbs-wrapper::after {
  box-shadow: 0 20px 0 0 #ffffff;
}
.single-post .body-container .top-page-wrapper .page-title-container .breadcrumbs-wrapper .breadcrumbs {
  background-color: #FFF;
}
.single-post .body-container .top-page-wrapper .page-title-container .breadcrumbs-wrapper .breadcrumbs a {
  font-family: "Montserrat";
  color: #000;
  font-weight: 500;
}
.single-post .body-container .top-page-wrapper .page-title-container .breadcrumbs-wrapper .breadcrumbs a::before {
  background: #000;
}
.single-post .body-container .top-page-wrapper .page-title-container .breadcrumbs-wrapper .breadcrumbs .current {
  font-family: "Montserrat";
  color: #265CA6;
  font-weight: 500;
}
.single-post .body-container .content-wrapper {
  margin: 0px !important;
  width: auto;
  padding: 0px 120px;
  min-width: unset;
  max-width: unset;
  border-radius: 20px;
  gap: 50px;
}
@media(min-width: 1367px) and (max-width:1534px) {
  .single-post .body-container .content-wrapper {
    padding: 40px;
  }
}
@media(min-width: 1200px) and (max-width:1366px) {
  .single-post .body-container .content-wrapper {
    padding: 40px;
  }
}
@media(max-width:1199px) {
  .single-post .body-container .content-wrapper {
    padding: 0px;
  }
}
@media (max-width:1080px) {
  .single-post .body-container .content-wrapper {
    padding: 0px;
  }
}
@media(min-width: 1367px) and (max-width:1534px) {
  .single-post .body-container .content-wrapper {
    justify-content: flex-start;
  }
}
@media(min-width: 1200px) and (max-width:1366px) {
  .single-post .body-container .content-wrapper {
    justify-content: flex-start;
  }
}
@media(max-width:1199px) {
  .single-post .body-container .content-wrapper {
    justify-content: flex-start;
  }
}
@media(max-width:576px) {
  .single-post .body-container .content-wrapper {
    padding: 18px;
  }
}
.single-post .body-container .content-wrapper .content {
  margin: 0px;
  width: unset;
  max-width: unset;
  width: 75%;
}
@media (min-width: 1367px) and (max-width:1534px) {
  .single-post .body-container .content-wrapper .content {
    width: 68%;
  }
}
@media (min-width: 1200px) and (max-width:1366px) {
  .single-post .body-container .content-wrapper .content {
    width: 67%;
  }
}
@media(max-width:1199px) {
  .single-post .body-container .content-wrapper .content {
    width: 67%;
  }
}
@media (max-width:1080px) {
  .single-post .body-container .content-wrapper .content {
    width: 63%;
  }
}
@media(max-width:991px) {
  .single-post .body-container .content-wrapper .content {
    width: 100%;
  }
}
@media(max-width:576px) {
  .single-post .body-container .content-wrapper .content {
    width: 100%;
  }
}
@media(max-width:991px) {
  .single-post .body-container .content-wrapper .content .single-post {
    padding: 36px;
  }
}
@media(max-width:576px) {
  .single-post .body-container .content-wrapper .content .single-post {
    padding: 0px;
  }
}
.single-post .body-container .content-wrapper .content .single-post .post-media-wrapper {
  display: none;
  min-height: 500px;
}
@media(min-width: 1367px) and (max-width:1534px) {
  .single-post .body-container .content-wrapper .content .single-post .post-media-wrapper {
    min-height: unset;
  }
}
@media(min-width: 1200px) and (max-width:1366px) {
  .single-post .body-container .content-wrapper .content .single-post .post-media-wrapper {
    min-height: unset;
  }
}
@media(max-width:1199px) {
  .single-post .body-container .content-wrapper .content .single-post .post-media-wrapper {
    min-height: unset;
  }
}
@media(max-width:991px) {
  .single-post .body-container .content-wrapper .content .single-post .post-media-wrapper {
    min-height: unset;
  }
}
@media(max-width:576px) {
  .single-post .body-container .content-wrapper .content .single-post .post-media-wrapper {
    min-height: unset;
  }
}
.single-post .body-container .content-wrapper .content .single-post .post-media-wrapper img {
  width: 100%;
}
.single-post .body-container .content-wrapper .content .single-post .post-meta-header {
  display: flex;
  align-items: flex-end;
  gap: 15px;
  margin-top: 0px;
}
@media(max-width:576px) {
  .single-post .body-container .content-wrapper .content .single-post .post-meta-header {
    margin-top: 0px;
    margin-left: 0px;
  }
}
.single-post .body-container .content-wrapper .content .single-post .post-meta-header .post-meta-items-wrapper {
  top: -1px;
}
.single-post .body-container .content-wrapper .content .single-post .post-meta-header .post-meta-items-wrapper::after {
  display: none;
}
.single-post .body-container .content-wrapper .content .single-post .post-meta-header .post-meta-items-wrapper .post-meta-items {
  background-color: #265CA6;
  border-radius: 20px;
  padding: 10px;
}
.single-post .body-container .content-wrapper .content .single-post .post-meta-header .post-meta-items-wrapper .post-meta-items .post-meta-item-date {
  line-height: 1;
}
.single-post .body-container .content-wrapper .content .single-post .post-meta-header .post-meta-items-wrapper .post-meta-items .post-meta-item-date a {
  font-family: "Montserrat";
  color: #FFF;
  font-size: 12px;
}
.single-post .body-container .content-wrapper .content .single-post .post-meta-header .post-meta-items-wrapper .post-meta-items .post-meta-item-date::after {
  display: none;
}
.single-post .body-container .content-wrapper .content .single-post .post-meta-header .post-meta-items-wrapper .post-meta-items .post-meta-item-author {
  display: none;
}
.single-post .body-container .content-wrapper .content .single-post .post-meta-header .post-meta-items-wrapper::after {
  box-shadow: 0 20px 0 0 #265CA6;
}
.single-post .body-container .content-wrapper .content .single-post .post-meta-header .post-categories {
  display: none;
  margin: 0px !important;
}
.single-post .body-container .content-wrapper .content .single-post .post-meta-header .post-categories .post-category-item {
  background-color: #FFF;
  color: #000;
  font-family: "Montserrat";
  font-weight: 500;
  text-transform: uppercase;
  font-size: 11px;
}
.single-post .body-container .content-wrapper .content .single-post .post-meta-header .post-categories .post-category-item::before, .single-post .body-container .content-wrapper .content .single-post .post-meta-header .post-categories .post-category-item::after {
  display: none;
}
.single-post .body-container .content-wrapper .content .single-post .post-title {
  font-family: "Montserrat";
}
.single-post .body-container .content-wrapper .content .single-post .post-content {
  font-family: "Montserrat";
}
@media (min-width: 1367px) and (max-width:1534px) {
  .single-post .body-container .content-wrapper .content .single-post .post-content {
    min-height: 400px;
  }
}
@media (min-width: 1200px) and (max-width:1366px) {
  .single-post .body-container .content-wrapper .content .single-post .post-content {
    min-height: 500px;
  }
}
@media (max-width:1080px) {
  .single-post .body-container .content-wrapper .content .single-post .post-content {
    min-height: 761px;
  }
}
@media(max-width:991px) {
  .single-post .body-container .content-wrapper .content .single-post .post-content {
    min-height: unset;
  }
}
.single-post .body-container .content-wrapper .content .single-post .post-content figure blockquote {
  padding: 0px;
}
.single-post .body-container .content-wrapper .content .single-post .post-content figure blockquote::before {
  display: none;
}
.single-post .body-container .content-wrapper .content .single-post .post-meta-footer::before {
  background: #000;
}
.single-post .body-container .content-wrapper .content .single-post .post-meta-footer .post-meta-item {
  display: none;
}
@media(min-width: 1367px) and (max-width:1534px) {
  .single-post .body-container .content-wrapper .content .single-post .post-comments-wrapper {
    display: contents;
  }
}
@media(min-width: 1200px) and (max-width:1366px) {
  .single-post .body-container .content-wrapper .content .single-post .post-comments-wrapper {
    display: contents;
  }
}
@media(max-width:1199px) {
  .single-post .body-container .content-wrapper .content .single-post .post-comments-wrapper {
    display: contents;
  }
}
.single-post .body-container .content-wrapper .content .single-post .post-comments-wrapper .post-comments-title {
  font-family: "Montserrat";
}
.single-post .body-container .content-wrapper .content .single-post .post-comments-wrapper .post-comments-list .comment .post-comment-item {
  margin-bottom: 40px;
}
.single-post .body-container .content-wrapper .content .single-post .post-comments-wrapper .post-comments-list .comment .post-comment-item .post-comment-main {
  font-family: "Montserrat";
}
.single-post .body-container .content-wrapper .content .single-post .post-comments-wrapper #respond {
  margin-top: 120px;
  padding: 36px;
  border-radius: 20px;
  background-color: #000;
}
@media(min-width: 1367px) and (max-width:1534px) {
  .single-post .body-container .content-wrapper .content .single-post .post-comments-wrapper #respond {
    width: 130%;
  }
}
@media(min-width: 1200px) and (max-width:1366px) {
  .single-post .body-container .content-wrapper .content .single-post .post-comments-wrapper #respond {
    width: 130%;
  }
}
@media(max-width:1199px) {
  .single-post .body-container .content-wrapper .content .single-post .post-comments-wrapper #respond {
    width: 122%;
  }
}
@media (max-width:1080px) {
  .single-post .body-container .content-wrapper .content .single-post .post-comments-wrapper #respond {
    width: 131%;
  }
}
@media(max-width:991px) {
  .single-post .body-container .content-wrapper .content .single-post .post-comments-wrapper #respond {
    width: auto;
  }
}
@media(max-width:576px) {
  .single-post .body-container .content-wrapper .content .single-post .post-comments-wrapper #respond {
    padding: 18px;
  }
}
.single-post .body-container .content-wrapper .content .single-post .post-comments-wrapper #respond #reply-title,
.single-post .body-container .content-wrapper .content .single-post .post-comments-wrapper #respond form {
  font-family: "Montserrat";
  color: #FFF;
}
.single-post .body-container .content-wrapper .content .single-post .post-comments-wrapper #respond form {
  margin: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
@media(max-width:576px) {
  .single-post .body-container .content-wrapper .content .single-post .post-comments-wrapper #respond form {
    gap: 10px;
  }
}
.single-post .body-container .content-wrapper .content .single-post .post-comments-wrapper #respond form .comment-notes {
  width: 100%;
}
.single-post .body-container .content-wrapper .content .single-post .post-comments-wrapper #respond form .form-name,
.single-post .body-container .content-wrapper .content .single-post .post-comments-wrapper #respond form .form-email {
  flex: 1;
}
@media(max-width:576px) {
  .single-post .body-container .content-wrapper .content .single-post .post-comments-wrapper #respond form .form-name,
  .single-post .body-container .content-wrapper .content .single-post .post-comments-wrapper #respond form .form-email {
    flex: unset;
    width: 100%;
  }
}
.single-post .body-container .content-wrapper .content .single-post .post-comments-wrapper #respond form .form-message {
  width: 100%;
}
.single-post .body-container .content-wrapper .content .single-post .post-comments-wrapper #respond form .form-field {
  margin: 0px;
}
.single-post .body-container .content-wrapper .content .single-post .post-comments-wrapper #respond form .form-field .input-floating-wrap input {
  height: 40px;
}
.single-post .body-container .content-wrapper .content .single-post .post-comments-wrapper #respond form .form-field .input-floating-wrap input,
.single-post .body-container .content-wrapper .content .single-post .post-comments-wrapper #respond form .form-field .input-floating-wrap textarea {
  background-color: #FFF;
  padding: 12px 10px;
  border-radius: 10px;
  border: 1px solid #636363;
}
.single-post .body-container .content-wrapper .content .single-post .post-comments-wrapper #respond form .form-field .input-floating-wrap input:focus + span,
.single-post .body-container .content-wrapper .content .single-post .post-comments-wrapper #respond form .form-field .input-floating-wrap textarea:focus + span {
  top: 0px;
  color: #FFF;
}
.single-post .body-container .content-wrapper .content .single-post .post-comments-wrapper #respond form .form-field .input-floating-wrap .floating-placeholder {
  margin-left: 10px;
  top: 5px;
}
.single-post .body-container .content-wrapper .content .single-post .post-comments-wrapper #respond form #submit {
  background-color: #265CA6;
  border-radius: 20px;
  border: 1px solid #FFF !important;
  padding: 16px 24px;
  color: #FFF;
  font-family: "Montserrat";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.single-post .body-container .content-wrapper .content .single-post .post-comments-wrapper #respond form #submit:hover {
  background-color: #DFF0FE;
  border: 1px solid #000 !important;
  color: #000;
}
.single-post .body-container .content-wrapper .content .single-post .post-comments-wrapper #respond form #submit::before {
  margin-right: 8px;
  color: #FFF;
  font-family: "icomoon";
  content: "\e900";
}
.single-post .body-container .content-wrapper .content .single-post .post-comments-wrapper #respond form #submit:hover::before {
  color: #000;
}
.single-post .body-container .content-wrapper .content .single-post .post-comments-wrapper #respond form #submit span {
  display: none;
}
.single-post .body-container .content-wrapper .content .single-post .post-comments-wrapper #respond form .comment-form-cookies-consent {
  width: 100%;
  display: flex;
  align-items: center;
}
@media(max-width:576px) {
  .single-post .body-container .content-wrapper .content .single-post .post-comments-wrapper #respond form .comment-form-cookies-consent {
    align-items: baseline;
  }
}
.single-post .body-container .content-wrapper .content .single-post .post-comments-wrapper #respond form .comment-form-cookies-consent #wp-comment-cookies-consent {
  border-radius: 1.5px;
  width: 12px;
  height: 12px;
  background-color: #FFF;
  min-width: unset;
}
@media(max-width:576px) {
  .single-post .body-container .content-wrapper .content .single-post .post-comments-wrapper #respond form .comment-form-cookies-consent #wp-comment-cookies-consent {
    width: 29px;
  }
}
.single-post .body-container .content-wrapper .content .single-post .post-comments-wrapper #respond form .comment-form-cookies-consent #wp-comment-cookies-consent::before {
  top: -4px;
  width: 12px;
}
@media(max-width:576px) {
  .single-post .body-container .content-wrapper .content .single-post .post-comments-wrapper #respond form .comment-form-cookies-consent label {
    font-size: 14px;
    line-height: 24px;
  }
}
.single-post .body-container .content-wrapper .sidebar {
  margin: 0px;
  font-family: "Montserrat";
}
.single-post .body-container .content-wrapper .sidebar #block-12 {
  display: none;
}
.single-post .body-container .content-wrapper .sidebar #block-13 {
  margin: 0px;
}
.single-post .body-container .content-wrapper .sidebar #block-13 .widget-wrapper .widget-title {
  -o-border-image: none !important;
     border-image: none !important;
}
.single-post .body-container .content-wrapper .sidebar #block-13 .widget-wrapper .widget-title::before {
  display: none;
}
.single-post .body-container .content-wrapper .sidebar #block-13 .widget-wrapper .wp-widget-group__inner-blocks ul li .wp-block-latest-posts__content a {
  font-size: 16px;
}
.single-post .body-container .content-wrapper .sidebar #block-13 .widget-wrapper .wp-widget-group__inner-blocks ul li .wp-block-latest-posts__content time {
  font-size: 14px;
}
.single-post .body-container .content-wrapper .sidebar #block-14 .widget-wrapper .widget-title {
  -o-border-image: none !important;
     border-image: none !important;
}
.single-post .body-container .content-wrapper .sidebar #block-14 .widget-wrapper .widget-title::before {
  display: none;
}
.single-post .body-container .content-wrapper .sidebar #block-14 .widget-wrapper .wp-widget-group__inner-blocks ul li::before {
  font-family: "icomoon";
  content: "\e900";
  color: #265CA6;
  font-size: 12px;
  top: 10px;
}
.single-post .body-container .content-wrapper .sidebar #block-14 .widget-wrapper .wp-widget-group__inner-blocks ul li a {
  font-weight: 500;
  text-transform: capitalize;
  font-size: 16px;
}
.single-post .body-container .content-wrapper .sidebar #block-15 .widget-wrapper .widget-title {
  -o-border-image: none !important;
     border-image: none !important;
}
.single-post .body-container .content-wrapper .sidebar #block-15 .widget-wrapper .widget-title::before {
  display: none;
}
.single-post .body-container .content-wrapper .sidebar #block-15 .widget-wrapper .wp-widget-group__inner-blocks .wp-block-tag-cloud a {
  background-color: #000;
  color: #FFF;
  text-transform: uppercase;
  font-size: 11px !important;
}
.single-post .body-container .content-wrapper .sidebar #block-15 .widget-wrapper .wp-widget-group__inner-blocks .wp-block-tag-cloud a::before, .single-post .body-container .content-wrapper .sidebar #block-15 .widget-wrapper .wp-widget-group__inner-blocks .wp-block-tag-cloud a::after {
  display: none;
}
.single-post .body-container .content-wrapper .sidebar #block-15 .widget-wrapper .wp-widget-group__inner-blocks .wp-block-tag-cloud a:hover {
  background-color: #265CA6;
}
.single-post .body-container .content-wrapper .sidebar #block-17 .widget-wrapper .widget-title {
  -o-border-image: none !important;
     border-image: none !important;
}
.single-post .body-container .content-wrapper .sidebar #block-17 .widget-wrapper .widget-title::before {
  display: none;
}
.single-post .body-container .content-wrapper .sidebar #block-17 .widget-wrapper .wp-widget-group__inner-blocks ol li {
  font-weight: 500;
  font-size: 16px;
}
.single-post .body-container .content-wrapper .sidebar #block-16 {
  display: none;
}
.single-post .body-container .content-wrapper .sidebar #block-18 {
  display: none;
}
.single-post .body-container .content-wrapper .simple-sidebar-trigger {
  display: none;
  background-color: #265CA6;
  border: 1px solid #000;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
@media(min-width: 1367px) and (max-width:1534px) {
  .single-post .body-container .content-wrapper .simple-sidebar-trigger {
    display: none;
  }
}
@media(min-width: 1200px) and (max-width:1366px) {
  .single-post .body-container .content-wrapper .simple-sidebar-trigger {
    display: none;
  }
}
@media(max-width:1199px) {
  .single-post .body-container .content-wrapper .simple-sidebar-trigger {
    display: none;
  }
}
@media(max-width:991px) {
  .single-post .body-container .content-wrapper .simple-sidebar-trigger {
    display: block;
  }
}
@media(max-width:576px) {
  .single-post .body-container .content-wrapper .simple-sidebar-trigger {
    display: block;
  }
}
.single-post .body-container .content-wrapper .simple-sidebar-trigger::before {
  content: url("/wp-content/uploads/2025/10/filtros_blog.svg");
  top: 46%;
}

@media(max-width:576px) {
  .archive .mobile-header {
    left: unset;
  }
}
.archive .body-container .body-lines {
  display: none;
}
.archive .body-container .top-page-wrapper {
  padding-top: 14px;
  padding-left: 36px;
  padding-right: 36px;
  background: transparent !important;
}
@media(max-width:576px) {
  .archive .body-container .top-page-wrapper {
    padding: 0px;
  }
}
.archive .body-container .top-page-wrapper .page-title-container {
  min-height: 300px !important;
  background-color: transparent;
}
@media(max-width:576px) {
  .archive .body-container .top-page-wrapper .page-title-container {
    margin-left: 18px;
    margin-right: 18px;
  }
}
.archive .body-container .top-page-wrapper .page-title-container .page-title-bg {
  background-image: url("/wp-content/uploads/2025/10/fondo-fachada-nueva.png") !important;
  background-position: center 1% !important;
}
.archive .body-container .top-page-wrapper .page-title-container .page-title-row {
  max-width: 500px;
  margin: 0px;
}
@media(max-width:991px) {
  .archive .body-container .top-page-wrapper .page-title-container .page-title-row {
    max-width: 370px;
    margin: 0px;
  }
}
@media(max-width:576px) {
  .archive .body-container .top-page-wrapper .page-title-container .page-title-row {
    max-width: 200px;
  }
}
.archive .body-container .top-page-wrapper .page-title-container .page-title-row .page-title-wrapper .page-title-box h1 {
  font-family: "Montserrat" !important;
  color: #265CA6 !important;
  font-size: 32px;
  margin-bottom: 0px;
}
@media(max-width:576px) {
  .archive .body-container .top-page-wrapper .page-title-container .page-title-row .page-title-wrapper .page-title-box h1 {
    font-size: 25px;
  }
}
.archive .body-container .top-page-wrapper .page-title-container .page-title-additional {
  display: none;
}
.archive .body-container .top-page-wrapper .page-title-container .breadcrumbs-wrapper::before, .archive .body-container .top-page-wrapper .page-title-container .breadcrumbs-wrapper::after {
  box-shadow: 0 20px 0 0 #ffffff;
}
.archive .body-container .top-page-wrapper .page-title-container .breadcrumbs-wrapper .breadcrumbs {
  background-color: #FFF;
}
.archive .body-container .top-page-wrapper .page-title-container .breadcrumbs-wrapper .breadcrumbs a {
  font-family: "Montserrat";
  color: #000;
  font-weight: 500;
}
.archive .body-container .top-page-wrapper .page-title-container .breadcrumbs-wrapper .breadcrumbs a::before {
  background: #000;
}
.archive .body-container .top-page-wrapper .page-title-container .breadcrumbs-wrapper .breadcrumbs .current {
  font-family: "Montserrat";
  color: #265CA6;
  font-weight: 500;
  text-transform: capitalize;
}
.archive .body-container .content-wrapper {
  margin: 0px !important;
  width: auto;
  padding: 0px;
  min-width: unset;
  max-width: unset;
  border-radius: 20px;
}
.archive .body-container .content-wrapper .content {
  margin: 0px;
  width: 100%;
}
.archive .body-container .content-wrapper .content .content-inner .archive-listing {
  padding: 136px 24px;
  background: #F0F2F4;
  border-radius: 20px;
  margin-left: 36px;
  margin-right: 36px;
}
@media(max-width:576px) {
  .archive .body-container .content-wrapper .content .content-inner .archive-listing {
    margin-left: 18px;
    margin-right: 18px;
    padding: 18px 18px;
  }
}
.archive .body-container .content-wrapper .content .content-inner .archive-listing-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  max-width: 1340px;
  margin: 0 auto;
}
.archive .body-container .content-wrapper .content .content-inner .archive-listing-wrapper .standard-blog-item-wrapper {
  width: 32%;
  margin: 0px !important;
}
@media(max-width:1199px) {
  .archive .body-container .content-wrapper .content .content-inner .archive-listing-wrapper .standard-blog-item-wrapper {
    width: 31.7%;
  }
}
@media (max-width:1080px) {
  .archive .body-container .content-wrapper .content .content-inner .archive-listing-wrapper .standard-blog-item-wrapper {
    width: 31.5%;
  }
}
@media(max-width:991px) {
  .archive .body-container .content-wrapper .content .content-inner .archive-listing-wrapper .standard-blog-item-wrapper {
    width: 48%;
  }
}
@media(max-width:576px) {
  .archive .body-container .content-wrapper .content .content-inner .archive-listing-wrapper .standard-blog-item-wrapper {
    width: 100%;
  }
}
.archive .body-container .content-wrapper .content .content-inner .archive-listing-wrapper .standard-blog-item-wrapper .blog-item {
  gap: 24px;
  min-height: 500px;
  background-color: #000;
  padding: 20px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
}
.archive .body-container .content-wrapper .content .content-inner .archive-listing-wrapper .standard-blog-item-wrapper .blog-item::before {
  display: none;
}
.archive .body-container .content-wrapper .content .content-inner .archive-listing-wrapper .standard-blog-item-wrapper .blog-item .post-media-wrapper {
  margin: 0px !important;
}
.archive .body-container .content-wrapper .content .content-inner .archive-listing-wrapper .standard-blog-item-wrapper .blog-item .post-media-wrapper picture {
  max-height: 170px;
}
.archive .body-container .content-wrapper .content .content-inner .archive-listing-wrapper .standard-blog-item-wrapper .blog-item .post-media-wrapper picture img {
  width: 100%;
}
.archive .body-container .content-wrapper .content .content-inner .archive-listing-wrapper .standard-blog-item-wrapper .blog-item .post-title {
  margin: 0px;
  line-height: unset;
}
.archive .body-container .content-wrapper .content .content-inner .archive-listing-wrapper .standard-blog-item-wrapper .blog-item .post-title a {
  color: #FFF;
  font-family: "Montserrat";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* número de líneas visibles */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.archive .body-container .content-wrapper .content .content-inner .archive-listing-wrapper .standard-blog-item-wrapper .blog-item .post-content {
  font-family: "Montserrat";
  font-weight: 500;
  margin: 0px;
}
.archive .body-container .content-wrapper .content .content-inner .archive-listing-wrapper .standard-blog-item-wrapper .blog-item .post-content p {
  max-height: 150px;
  min-height: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  /* Adjust the number of lines as needed */
  -webkit-box-orient: vertical;
  color: #FFF;
}
.archive .body-container .content-wrapper .content .content-inner .archive-listing-wrapper .standard-blog-item-wrapper .blog-item .post-labels,
.archive .body-container .content-wrapper .content .content-inner .archive-listing-wrapper .standard-blog-item-wrapper .blog-item .post-more-button {
  display: none;
}
.archive .body-container .content-wrapper .content .content-inner .archive-listing-wrapper .standard-blog-item-wrapper .blog-item .post-meta-item-tags {
  margin: 0px;
}
.archive .body-container .content-wrapper .content .content-inner .archive-listing-wrapper .standard-blog-item-wrapper .blog-item .post-meta-item-tags::before {
  display: none;
}
.archive .body-container .content-wrapper .content .content-inner .archive-listing-wrapper .standard-blog-item-wrapper .blog-item .post-meta-item-tags a {
  padding: 8px 12px;
  border: 2px solid #FFF;
  background-color: #000;
  font-size: "Montserrat";
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #FFF;
  border-radius: 16px;
}
.archive .body-container .content-wrapper .content .content-inner .archive-listing-wrapper .standard-blog-item-wrapper .blog-item .post-meta-header {
  margin: 0px;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  right: 37px;
  top: 130px;
}
@media(min-width: 1367px) and (max-width:1534px) {
  .archive .body-container .content-wrapper .content .content-inner .archive-listing-wrapper .standard-blog-item-wrapper .blog-item .post-meta-header {
    right: 37px;
    top: 131px;
  }
}
@media(min-width: 1200px) and (max-width:1366px) {
  .archive .body-container .content-wrapper .content .content-inner .archive-listing-wrapper .standard-blog-item-wrapper .blog-item .post-meta-header {
    right: 37px;
    top: 131px;
  }
}
@media(max-width:1199px) {
  .archive .body-container .content-wrapper .content .content-inner .archive-listing-wrapper .standard-blog-item-wrapper .blog-item .post-meta-header {
    right: 37px;
    top: 130px;
  }
}
@media(max-width:1080px) {
  .archive .body-container .content-wrapper .content .content-inner .archive-listing-wrapper .standard-blog-item-wrapper .blog-item .post-meta-header {
    right: 37px;
    top: 130px;
  }
}
@media(max-width:991px) {
  .archive .body-container .content-wrapper .content .content-inner .archive-listing-wrapper .standard-blog-item-wrapper .blog-item .post-meta-header {
    right: 37px;
    top: 130px;
  }
}
@media(max-width:576px) {
  .archive .body-container .content-wrapper .content .content-inner .archive-listing-wrapper .standard-blog-item-wrapper .blog-item .post-meta-header {
    right: 37px;
    top: 131px;
  }
}
.archive .body-container .content-wrapper .content .content-inner .archive-listing-wrapper .standard-blog-item-wrapper .blog-item .post-meta-header .post-meta-items-wrapper {
  padding: 0px;
}
.archive .body-container .content-wrapper .content .content-inner .archive-listing-wrapper .standard-blog-item-wrapper .blog-item .post-meta-header .post-meta-items-wrapper::after {
  display: none;
}
.archive .body-container .content-wrapper .content .content-inner .archive-listing-wrapper .standard-blog-item-wrapper .blog-item .post-meta-header .post-meta-items-wrapper .post-meta-items {
  padding: 8px 12px;
  border-radius: 6px;
  background-color: #265CA6;
}
.archive .body-container .content-wrapper .content .content-inner .archive-listing-wrapper .standard-blog-item-wrapper .blog-item .post-meta-header .post-meta-items-wrapper .post-meta-items .dias {
  display: flex;
  flex-direction: column;
}
.archive .body-container .content-wrapper .content .content-inner .archive-listing-wrapper .standard-blog-item-wrapper .blog-item .post-meta-header .post-meta-items-wrapper .post-meta-items .dias .month-year {
  color: #FFF;
  font-family: "Montserrat";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.archive .body-container .content-wrapper .content .content-inner .archive-listing-wrapper .standard-blog-item-wrapper .blog-item .post-meta-header .post-meta-items-wrapper .post-meta-items .dias .day {
  color: #FFF;
  font-family: "Montserrat";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.archive .body-container .content-wrapper .content .content-inner .archive-listing-wrapper .standard-blog-item-wrapper .blog-item .post-meta-header .post-meta-items-wrapper .post-meta-items .post-meta-item-author {
  display: none;
}

a[href^=tel] {
  color: #000 !important;
  text-decoration: none !important;
}

#cmplz-manage-consent button {
  font-family: "Montserrat";
}

#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-header .cmplz-title {
  color: #000;
  font-family: "Montserrat";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.34px;
}
@media(max-width:576px) {
  #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-header .cmplz-title {
    font-size: 15px;
  }
}
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-body .cmplz-message {
  color: #000;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.34px;
}
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons .cmplz-accept {
  color: #FFF;
  font-family: "Montserrat";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.34px;
  background-color: #265CA6;
  border: 1px solid #265CA6;
}
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons .cmplz-deny {
  color: #000;
  font-family: "Montserrat";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.34px;
  background-color: #FFF;
  border: 1px solid #000;
}
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons .cmplz-view-preferences {
  display: none;
}
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-links a {
  color: #265CA6;
  font-family: "Montserrat";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.34px;
  text-decoration: underline;
}

.wpforms-error {
  font-family: "Montserrat";
}

.content-pagination .navigation .nav-links .current {
  background-color: #265CA6;
}
.content-pagination .navigation .nav-links .current::after {
  background: transparent;
  padding: 0px;
}
.content-pagination .navigation .nav-links .page-numbers::after {
  background: #265CA6;
  padding: 1px;
}
.content-pagination .navigation .nav-links .page-numbers:hover {
  background-color: #636363 !important;
}
.content-pagination .navigation .nav-links .next {
  color: transparent;
  padding: 0px;
}
.content-pagination .navigation .nav-links .next::before {
  font-family: "icomoon";
  content: "\e900";
  color: #265CA6;
  font-size: 12px;
  margin-left: 30px;
}
.content-pagination .navigation .nav-links .prev {
  color: transparent;
  padding: 0px;
  width: 5%;
}
.content-pagination .navigation .nav-links .prev::before {
  font-family: "icomoon";
  content: "\e901";
  color: #265CA6;
  font-size: 12px;
  margin-left: 30px;
}

.sec-contacto {
  margin: 0px !important;
  padding: 36px;
  padding-top: 40px !important;
  padding-bottom: 8px !important;
  background-color: #F0F2F4;
}
@media(max-width:1080px) {
  .sec-contacto {
    padding: 18px !important;
  }
}
@media(max-width:991px) {
  .sec-contacto {
    padding: 18px !important;
  }
}
@media(max-width:576px) {
  .sec-contacto {
    padding: 32px 18px !important;
  }
}
.sec-contacto .elementor-background-overlay {
  display: none;
}
.sec-contacto > .elementor-container > .elementor-row .col-contacto .elementor-widget-wrap .sec-interior-contacto {
  border-radius: 20px;
  background-color: #FFF;
  padding: 136px 390px;
  background-image: url("/wp-content/uploads/2025/10/fondo-degradado-01.png");
  background-repeat: repeat-x;
  background-size: 50% auto;
}
@media(min-width: 1367px) and (max-width:1534px) {
  .sec-contacto > .elementor-container > .elementor-row .col-contacto .elementor-widget-wrap .sec-interior-contacto {
    padding: 136px 100px;
  }
}
@media(min-width: 1200px) and (max-width:1366px) {
  .sec-contacto > .elementor-container > .elementor-row .col-contacto .elementor-widget-wrap .sec-interior-contacto {
    padding: 136px 100px;
  }
}
@media(max-width:1199px) {
  .sec-contacto > .elementor-container > .elementor-row .col-contacto .elementor-widget-wrap .sec-interior-contacto {
    padding: 136px 100px;
  }
}
@media (max-width:1080px) {
  .sec-contacto > .elementor-container > .elementor-row .col-contacto .elementor-widget-wrap .sec-interior-contacto {
    padding: 136px 100px;
  }
}
@media(max-width:991px) {
  .sec-contacto > .elementor-container > .elementor-row .col-contacto .elementor-widget-wrap .sec-interior-contacto {
    padding: 136px 70px;
  }
}
@media(max-width:576px) {
  .sec-contacto > .elementor-container > .elementor-row .col-contacto .elementor-widget-wrap .sec-interior-contacto {
    background-repeat: repeat-y;
    background-size: 180% auto;
    background-position: top;
    padding: 32px 18px;
  }
}
.sec-contacto > .elementor-container > .elementor-row .col-contacto .elementor-widget-wrap .sec-interior-contacto > .elementor-container {
  padding: 0px;
}
.sec-contacto > .elementor-container > .elementor-row .col-contacto .elementor-widget-wrap .sec-interior-contacto > .elementor-container .elementor-row {
  gap: 67px;
  margin: 0px;
}
@media (max-width:1080px) {
  .sec-contacto > .elementor-container > .elementor-row .col-contacto .elementor-widget-wrap .sec-interior-contacto > .elementor-container .elementor-row {
    gap: 35px;
  }
}
@media(max-width:991px) {
  .sec-contacto > .elementor-container > .elementor-row .col-contacto .elementor-widget-wrap .sec-interior-contacto > .elementor-container .elementor-row .col-texto {
    width: 100%;
  }
}
.sec-contacto > .elementor-container > .elementor-row .col-contacto .elementor-widget-wrap .sec-interior-contacto > .elementor-container .elementor-row .col-texto .elementor-widget-wrap {
  align-content: flex-start;
  align-items: flex-start;
  padding: 0px;
  -moz-column-gap: 36px;
       column-gap: 36px;
}
@media(max-width:1199px) {
  .sec-contacto > .elementor-container > .elementor-row .col-contacto .elementor-widget-wrap .sec-interior-contacto > .elementor-container .elementor-row .col-texto .elementor-widget-wrap {
    gap: 10px;
  }
}
@media (max-width:1080px) {
  .sec-contacto > .elementor-container > .elementor-row .col-contacto .elementor-widget-wrap .sec-interior-contacto > .elementor-container .elementor-row .col-texto .elementor-widget-wrap {
    gap: 13px;
  }
}
@media(max-width:576px) {
  .sec-contacto > .elementor-container > .elementor-row .col-contacto .elementor-widget-wrap .sec-interior-contacto > .elementor-container .elementor-row .col-texto .elementor-widget-wrap {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.sec-contacto > .elementor-container > .elementor-row .col-contacto .elementor-widget-wrap .sec-interior-contacto > .elementor-container .elementor-row .col-texto .elementor-widget-wrap .titulo-contacto {
  margin-bottom: 8px;
}
.sec-contacto > .elementor-container > .elementor-row .col-contacto .elementor-widget-wrap .sec-interior-contacto > .elementor-container .elementor-row .col-texto .elementor-widget-wrap .titulo-contacto .elementor-widget-container {
  padding: 0px;
  margin: 0px;
}
.sec-contacto > .elementor-container > .elementor-row .col-contacto .elementor-widget-wrap .sec-interior-contacto > .elementor-container .elementor-row .col-texto .elementor-widget-wrap .titulo-contacto .elementor-widget-container h2.neuros-heading .neuros-subheading {
  color: #000;
  font-family: "Montserrat";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.1px;
  margin-bottom: 8px;
}
.sec-contacto > .elementor-container > .elementor-row .col-contacto .elementor-widget-wrap .sec-interior-contacto > .elementor-container .elementor-row .col-texto .elementor-widget-wrap .titulo-contacto .elementor-widget-container h2.neuros-heading .neuros-heading-content {
  color: #000;
  font-family: "Montserrat";
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: -0.2px;
}
@media(max-width:576px) {
  .sec-contacto > .elementor-container > .elementor-row .col-contacto .elementor-widget-wrap .sec-interior-contacto > .elementor-container .elementor-row .col-texto .elementor-widget-wrap .titulo-contacto .elementor-widget-container h2.neuros-heading .neuros-heading-content {
    font-size: 30px;
    line-height: 36px;
  }
}
.sec-contacto > .elementor-container > .elementor-row .col-contacto .elementor-widget-wrap .sec-interior-contacto > .elementor-container .elementor-row .col-texto .elementor-widget-wrap .texto-contacto {
  margin-bottom: 137px;
}
@media(max-width:1199px) {
  .sec-contacto > .elementor-container > .elementor-row .col-contacto .elementor-widget-wrap .sec-interior-contacto > .elementor-container .elementor-row .col-texto .elementor-widget-wrap .texto-contacto {
    margin-bottom: 110px;
  }
}
@media(max-width:1080px) {
  .sec-contacto > .elementor-container > .elementor-row .col-contacto .elementor-widget-wrap .sec-interior-contacto > .elementor-container .elementor-row .col-texto .elementor-widget-wrap .texto-contacto {
    margin-bottom: 20px;
  }
}
@media(max-width:991px) {
  .sec-contacto > .elementor-container > .elementor-row .col-contacto .elementor-widget-wrap .sec-interior-contacto > .elementor-container .elementor-row .col-texto .elementor-widget-wrap .texto-contacto {
    margin-bottom: 50px;
  }
}
@media(max-width:576px) {
  .sec-contacto > .elementor-container > .elementor-row .col-contacto .elementor-widget-wrap .sec-interior-contacto > .elementor-container .elementor-row .col-texto .elementor-widget-wrap .texto-contacto {
    margin-bottom: 35px;
  }
}
.sec-contacto > .elementor-container > .elementor-row .col-contacto .elementor-widget-wrap .sec-interior-contacto > .elementor-container .elementor-row .col-texto .elementor-widget-wrap .texto-contacto > .elementor-widget-container {
  margin: 0px;
  padding: 0p;
}
.sec-contacto > .elementor-container > .elementor-row .col-contacto .elementor-widget-wrap .sec-interior-contacto > .elementor-container .elementor-row .col-texto .elementor-widget-wrap .texto-contacto > .elementor-widget-container p {
  color: #000;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  letter-spacing: 0.1px;
}
.sec-contacto > .elementor-container > .elementor-row .col-contacto .elementor-widget-wrap .sec-interior-contacto > .elementor-container .elementor-row .col-texto .elementor-widget-wrap .localizacion {
  margin-bottom: 24px;
}
@media(max-width:1199px) {
  .sec-contacto > .elementor-container > .elementor-row .col-contacto .elementor-widget-wrap .sec-interior-contacto > .elementor-container .elementor-row .col-texto .elementor-widget-wrap .localizacion {
    margin-bottom: 0px;
  }
}
@media (max-width:1080px) {
  .sec-contacto > .elementor-container > .elementor-row .col-contacto .elementor-widget-wrap .sec-interior-contacto > .elementor-container .elementor-row .col-texto .elementor-widget-wrap .localizacion {
    margin-bottom: 0px;
  }
}
.sec-contacto > .elementor-container > .elementor-row .col-contacto .elementor-widget-wrap .sec-interior-contacto > .elementor-container .elementor-row .col-texto .elementor-widget-wrap .contacto div span:nth-child(2) {
  display: block;
  width: 100%;
  margin-bottom: 8px;
}
.sec-contacto > .elementor-container > .elementor-row .col-contacto .elementor-widget-wrap .sec-interior-contacto > .elementor-container .elementor-row .col-texto .elementor-widget-wrap .siguenos .elementor-widget-container div span:nth-child(2) {
  display: flex;
  align-items: center;
  margin-bottom: 9px;
}
.sec-contacto > .elementor-container > .elementor-row .col-contacto .elementor-widget-wrap .sec-interior-contacto > .elementor-container .elementor-row .col-texto .elementor-widget-wrap .siguenos .elementor-widget-container div span:nth-child(2)::before {
  font-family: "icomoon";
  font-size: 17px;
  content: "\e903";
  color: #265ca6;
  margin-right: 6px;
}
.sec-contacto > .elementor-container > .elementor-row .col-contacto .elementor-widget-wrap .sec-interior-contacto > .elementor-container .elementor-row .col-texto .elementor-widget-wrap .siguenos .elementor-widget-container div span:nth-child(3) {
  display: flex;
  align-items: center;
}
.sec-contacto > .elementor-container > .elementor-row .col-contacto .elementor-widget-wrap .sec-interior-contacto > .elementor-container .elementor-row .col-texto .elementor-widget-wrap .siguenos .elementor-widget-container div span:nth-child(3)::before {
  font-family: "icomoon";
  font-size: 17px;
  content: "\e902";
  color: #265ca6;
  margin-right: 6px;
}
.sec-contacto > .elementor-container > .elementor-row .col-contacto .elementor-widget-wrap .sec-interior-contacto > .elementor-container .elementor-row .col-texto .elementor-widget-wrap .localizacion,
.sec-contacto > .elementor-container > .elementor-row .col-contacto .elementor-widget-wrap .sec-interior-contacto > .elementor-container .elementor-row .col-texto .elementor-widget-wrap .horario,
.sec-contacto > .elementor-container > .elementor-row .col-contacto .elementor-widget-wrap .sec-interior-contacto > .elementor-container .elementor-row .col-texto .elementor-widget-wrap .contacto,
.sec-contacto > .elementor-container > .elementor-row .col-contacto .elementor-widget-wrap .sec-interior-contacto > .elementor-container .elementor-row .col-texto .elementor-widget-wrap .siguenos {
  width: 46%;
  line-height: normal;
}
@media(max-width:1199px) {
  .sec-contacto > .elementor-container > .elementor-row .col-contacto .elementor-widget-wrap .sec-interior-contacto > .elementor-container .elementor-row .col-texto .elementor-widget-wrap .localizacion,
  .sec-contacto > .elementor-container > .elementor-row .col-contacto .elementor-widget-wrap .sec-interior-contacto > .elementor-container .elementor-row .col-texto .elementor-widget-wrap .horario,
  .sec-contacto > .elementor-container > .elementor-row .col-contacto .elementor-widget-wrap .sec-interior-contacto > .elementor-container .elementor-row .col-texto .elementor-widget-wrap .contacto,
  .sec-contacto > .elementor-container > .elementor-row .col-contacto .elementor-widget-wrap .sec-interior-contacto > .elementor-container .elementor-row .col-texto .elementor-widget-wrap .siguenos {
    width: 48%;
  }
}
@media (max-width:1080px) {
  .sec-contacto > .elementor-container > .elementor-row .col-contacto .elementor-widget-wrap .sec-interior-contacto > .elementor-container .elementor-row .col-texto .elementor-widget-wrap .localizacion,
  .sec-contacto > .elementor-container > .elementor-row .col-contacto .elementor-widget-wrap .sec-interior-contacto > .elementor-container .elementor-row .col-texto .elementor-widget-wrap .horario,
  .sec-contacto > .elementor-container > .elementor-row .col-contacto .elementor-widget-wrap .sec-interior-contacto > .elementor-container .elementor-row .col-texto .elementor-widget-wrap .contacto,
  .sec-contacto > .elementor-container > .elementor-row .col-contacto .elementor-widget-wrap .sec-interior-contacto > .elementor-container .elementor-row .col-texto .elementor-widget-wrap .siguenos {
    width: 100%;
  }
}
@media(max-width:991px) {
  .sec-contacto > .elementor-container > .elementor-row .col-contacto .elementor-widget-wrap .sec-interior-contacto > .elementor-container .elementor-row .col-texto .elementor-widget-wrap .localizacion,
  .sec-contacto > .elementor-container > .elementor-row .col-contacto .elementor-widget-wrap .sec-interior-contacto > .elementor-container .elementor-row .col-texto .elementor-widget-wrap .horario,
  .sec-contacto > .elementor-container > .elementor-row .col-contacto .elementor-widget-wrap .sec-interior-contacto > .elementor-container .elementor-row .col-texto .elementor-widget-wrap .contacto,
  .sec-contacto > .elementor-container > .elementor-row .col-contacto .elementor-widget-wrap .sec-interior-contacto > .elementor-container .elementor-row .col-texto .elementor-widget-wrap .siguenos {
    width: 48%;
  }
}
@media(max-width:576px) {
  .sec-contacto > .elementor-container > .elementor-row .col-contacto .elementor-widget-wrap .sec-interior-contacto > .elementor-container .elementor-row .col-texto .elementor-widget-wrap .localizacion,
  .sec-contacto > .elementor-container > .elementor-row .col-contacto .elementor-widget-wrap .sec-interior-contacto > .elementor-container .elementor-row .col-texto .elementor-widget-wrap .horario,
  .sec-contacto > .elementor-container > .elementor-row .col-contacto .elementor-widget-wrap .sec-interior-contacto > .elementor-container .elementor-row .col-texto .elementor-widget-wrap .contacto,
  .sec-contacto > .elementor-container > .elementor-row .col-contacto .elementor-widget-wrap .sec-interior-contacto > .elementor-container .elementor-row .col-texto .elementor-widget-wrap .siguenos {
    width: 100%;
  }
}
.sec-contacto > .elementor-container > .elementor-row .col-contacto .elementor-widget-wrap .sec-interior-contacto > .elementor-container .elementor-row .col-texto .elementor-widget-wrap .localizacion .elementor-widget-container div p,
.sec-contacto > .elementor-container > .elementor-row .col-contacto .elementor-widget-wrap .sec-interior-contacto > .elementor-container .elementor-row .col-texto .elementor-widget-wrap .horario .elementor-widget-container div p,
.sec-contacto > .elementor-container > .elementor-row .col-contacto .elementor-widget-wrap .sec-interior-contacto > .elementor-container .elementor-row .col-texto .elementor-widget-wrap .contacto .elementor-widget-container div p,
.sec-contacto > .elementor-container > .elementor-row .col-contacto .elementor-widget-wrap .sec-interior-contacto > .elementor-container .elementor-row .col-texto .elementor-widget-wrap .siguenos .elementor-widget-container div p {
  margin-bottom: 8px;
  color: #636363;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sec-contacto > .elementor-container > .elementor-row .col-contacto .elementor-widget-wrap .sec-interior-contacto > .elementor-container .elementor-row .col-texto .elementor-widget-wrap .localizacion .elementor-widget-container div span,
.sec-contacto > .elementor-container > .elementor-row .col-contacto .elementor-widget-wrap .sec-interior-contacto > .elementor-container .elementor-row .col-texto .elementor-widget-wrap .horario .elementor-widget-container div span,
.sec-contacto > .elementor-container > .elementor-row .col-contacto .elementor-widget-wrap .sec-interior-contacto > .elementor-container .elementor-row .col-texto .elementor-widget-wrap .contacto .elementor-widget-container div span,
.sec-contacto > .elementor-container > .elementor-row .col-contacto .elementor-widget-wrap .sec-interior-contacto > .elementor-container .elementor-row .col-texto .elementor-widget-wrap .siguenos .elementor-widget-container div span {
  color: #000;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media(max-width:991px) {
  .sec-contacto > .elementor-container > .elementor-row .col-form {
    width: 100%;
  }
}
.sec-contacto > .elementor-container > .elementor-row .col-form .elementor-widget-wrap {
  padding: 0px;
}
.sec-contacto > .elementor-container > .elementor-row .col-form .elementor-widget-wrap .elementor-element {
  height: 100%;
}
.sec-contacto > .elementor-container > .elementor-row .col-form .elementor-widget-wrap .elementor-widget-container {
  padding: 24px;
  background-color: #000;
  width: 100%;
  margin: 0px;
  height: 100%;
}
@media(max-width:576px) {
  .sec-contacto > .elementor-container > .elementor-row .col-form .elementor-widget-wrap .elementor-widget-container {
    padding: 18px;
  }
}
.sec-contacto > .elementor-container > .elementor-row .col-form .elementor-widget-wrap .elementor-widget-container .neuros-wpforms-widget h4.wpforms-widget-heading {
  margin-bottom: 32px;
}
@media(max-width:576px) {
  .sec-contacto > .elementor-container > .elementor-row .col-form .elementor-widget-wrap .elementor-widget-container .neuros-wpforms-widget h4.wpforms-widget-heading {
    margin-top: 10px;
  }
}
.sec-contacto > .elementor-container > .elementor-row .col-form .elementor-widget-wrap .elementor-widget-container .neuros-wpforms-widget h4.wpforms-widget-heading span {
  color: #FFF;
  font-family: "Montserrat";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.5px;
}
.sec-contacto > .elementor-container > .elementor-row .col-form .elementor-widget-wrap .elementor-widget-container .neuros-wpforms-widget .wpforms-container form .wpforms-head-container {
  display: none;
}
.sec-contacto > .elementor-container > .elementor-row .col-form .elementor-widget-wrap .elementor-widget-container .neuros-wpforms-widget .wpforms-container form .wpforms-field-container {
  margin: 0px;
}
.sec-contacto > .elementor-container > .elementor-row .col-form .elementor-widget-wrap .elementor-widget-container .neuros-wpforms-widget .wpforms-container form .wpforms-field-container .wpforms-field {
  padding: 0px;
}
.sec-contacto > .elementor-container > .elementor-row .col-form .elementor-widget-wrap .elementor-widget-container .neuros-wpforms-widget .wpforms-container form .wpforms-field-container .wpforms-field .select-wrap::after {
  margin-right: 14px;
}
.sec-contacto > .elementor-container > .elementor-row .col-form .elementor-widget-wrap .elementor-widget-container .neuros-wpforms-widget .wpforms-container form .wpforms-field-container .wpforms-field .input-floating-wrap input,
.sec-contacto > .elementor-container > .elementor-row .col-form .elementor-widget-wrap .elementor-widget-container .neuros-wpforms-widget .wpforms-container form .wpforms-field-container .wpforms-field .input-floating-wrap select,
.sec-contacto > .elementor-container > .elementor-row .col-form .elementor-widget-wrap .elementor-widget-container .neuros-wpforms-widget .wpforms-container form .wpforms-field-container .wpforms-field .input-floating-wrap textarea {
  padding: 12px 10px;
  background-color: #FFF;
  border-radius: 10px;
  color: #636363;
}
.sec-contacto > .elementor-container > .elementor-row .col-form .elementor-widget-wrap .elementor-widget-container .neuros-wpforms-widget .wpforms-container form .wpforms-field-container .wpforms-field .input-floating-wrap input,
.sec-contacto > .elementor-container > .elementor-row .col-form .elementor-widget-wrap .elementor-widget-container .neuros-wpforms-widget .wpforms-container form .wpforms-field-container .wpforms-field .input-floating-wrap select {
  height: 40px;
}
.sec-contacto > .elementor-container > .elementor-row .col-form .elementor-widget-wrap .elementor-widget-container .neuros-wpforms-widget .wpforms-container form .wpforms-field-container .wpforms-field .input-floating-wrap select {
  padding-top: 0px;
  padding-bottom: 0px;
}
.sec-contacto > .elementor-container > .elementor-row .col-form .elementor-widget-wrap .elementor-widget-container .neuros-wpforms-widget .wpforms-container form .wpforms-field-container .wpforms-field .input-floating-wrap span {
  margin-left: 10px;
  top: 5px;
  color: #636363;
  font-family: "Montserrat";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.sec-contacto > .elementor-container > .elementor-row .col-form .elementor-widget-wrap .elementor-widget-container .neuros-wpforms-widget .wpforms-container form .wpforms-field-container .wpforms-field .input-floating-wrap select {
  color: #636363;
  font-family: "Montserrat";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.sec-contacto > .elementor-container > .elementor-row .col-form .elementor-widget-wrap .elementor-widget-container .neuros-wpforms-widget .wpforms-container form .wpforms-field-container .wpforms-field .input-floating-wrap input:focus + span,
.sec-contacto > .elementor-container > .elementor-row .col-form .elementor-widget-wrap .elementor-widget-container .neuros-wpforms-widget .wpforms-container form .wpforms-field-container .wpforms-field .input-floating-wrap select:focus + span,
.sec-contacto > .elementor-container > .elementor-row .col-form .elementor-widget-wrap .elementor-widget-container .neuros-wpforms-widget .wpforms-container form .wpforms-field-container .wpforms-field .input-floating-wrap textarea:focus + span {
  top: 0px;
  color: #FFF;
  font-size: 13px;
}
.sec-contacto > .elementor-container > .elementor-row .col-form .elementor-widget-wrap .elementor-widget-container .neuros-wpforms-widget .wpforms-container form .wpforms-field-container .wpforms-field .input-floating-wrap textarea {
  height: 80px;
}
.sec-contacto > .elementor-container > .elementor-row .col-form .elementor-widget-wrap .elementor-widget-container .neuros-wpforms-widget .wpforms-container form .wpforms-field-container .wpforms-field fieldset .wpforms-field-label {
  display: none;
}
.sec-contacto > .elementor-container > .elementor-row .col-form .elementor-widget-wrap .elementor-widget-container .neuros-wpforms-widget .wpforms-container form .wpforms-field-container .wpforms-field fieldset #wpforms-22895-field_15 {
  margin-top: 32px;
  margin-bottom: 32px;
}
.sec-contacto > .elementor-container > .elementor-row .col-form .elementor-widget-wrap .elementor-widget-container .neuros-wpforms-widget .wpforms-container form .wpforms-field-container .wpforms-field fieldset #wpforms-22895-field_15 li input {
  border-radius: 1.5px;
  width: 12px;
  height: 12px;
  background-color: #FFF;
  min-width: unset;
}
.sec-contacto > .elementor-container > .elementor-row .col-form .elementor-widget-wrap .elementor-widget-container .neuros-wpforms-widget .wpforms-container form .wpforms-field-container .wpforms-field fieldset #wpforms-22895-field_15 li input::before {
  top: -4px;
  width: 12px;
}
.sec-contacto > .elementor-container > .elementor-row .col-form .elementor-widget-wrap .elementor-widget-container .neuros-wpforms-widget .wpforms-container form .wpforms-field-container .wpforms-field fieldset #wpforms-22895-field_15 li .wpforms-field-label-inline {
  padding-left: 8px;
  color: #FFF;
  font-family: "Montserrat";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.1px;
}
.sec-contacto > .elementor-container > .elementor-row .col-form .elementor-widget-wrap .elementor-widget-container .neuros-wpforms-widget .wpforms-container form .wpforms-field-container .wpforms-field fieldset #wpforms-22895-field_15 li .wpforms-field-label-inline a {
  text-decoration: underline;
}
.sec-contacto > .elementor-container > .elementor-row .col-form .elementor-widget-wrap .elementor-widget-container .neuros-wpforms-widget .wpforms-container form .wpforms-submit-container {
  margin: 0px;
}
.sec-contacto > .elementor-container > .elementor-row .col-form .elementor-widget-wrap .elementor-widget-container .neuros-wpforms-widget .wpforms-container form .wpforms-submit-container button.wpforms-submit {
  background-color: #265CA6;
  border-radius: 20px;
  border: 1px solid #FFF !important;
  padding: 16px 24px;
  color: #FFF;
  font-family: "Montserrat";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.sec-contacto > .elementor-container > .elementor-row .col-form .elementor-widget-wrap .elementor-widget-container .neuros-wpforms-widget .wpforms-container form .wpforms-submit-container button.wpforms-submit:hover {
  background-color: #DFF0FE;
  border: 1px solid #000 !important;
  color: #000;
}
.sec-contacto > .elementor-container > .elementor-row .col-form .elementor-widget-wrap .elementor-widget-container .neuros-wpforms-widget .wpforms-container form .wpforms-submit-container button.wpforms-submit::before {
  margin-right: 8px;
  color: #FFF;
  font-family: "icomoon";
  content: "\e900";
}
.sec-contacto > .elementor-container > .elementor-row .col-form .elementor-widget-wrap .elementor-widget-container .neuros-wpforms-widget .wpforms-container form .wpforms-submit-container button.wpforms-submit:hover::before {
  color: #000;
}
.sec-contacto > .elementor-container > .elementor-row .col-form .elementor-widget-wrap .elementor-widget-container .neuros-wpforms-widget .wpforms-container form .wpforms-submit-container button.wpforms-submit span {
  display: none;
}/*# sourceMappingURL=style.css.map */