/* AJUSTES GENERALES */
/* COLORES */
/* FUENTES */
/* CONTENEODR */
.WebC_contenedor {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1320px;
  margin: auto;
}
.WebC_contenedor_1600 {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1600px;
  margin: auto;
}
html {
  font-size: 16px;
  line-height: 22px;
  scroll-behavior: smooth;
  scroll-padding-top: 40px;
}
h1 {
  font: normal normal bold 48px/36px 'Work Sans', sans-serif;
  letter-spacing: 0.56px;
  color: #333E47;
}
h2 {
  font: normal normal bold 28px/32px 'Work Sans', sans-serif;
  letter-spacing: 0.56px;
  color: #333E47;
}
h3 {
  font: normal normal bold 24px/28px 'Work Sans', sans-serif;
  letter-spacing: 0.56px;
  color: #333E47;
}
p {
  font: normal normal 300 16px/22px 'Work Sans', sans-serif;
  letter-spacing: 0.8px;
  color: #333E47;
}
/* BOTONES */
.SQ_btn {
  padding: 8px 21px;
  text-transform: uppercase;
  display: block;
  font: normal normal 600 18px/23px 'Work Sans', sans-serif;
  letter-spacing: 0.36px;
  color: #FFFFFF;
  border-radius: 25px;
}
.SQ_btn_marron {
  background: #D0BDA6 0% 0% no-repeat padding-box;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.SQ_btn_marron:hover {
  background: #BAA791 0% 0% no-repeat padding-box;
  color: #fff;
}
.tag-category {
  font: normal normal 400 15px/18px 'Work Sans', sans-serif;
  letter-spacing: 0.3px;
  color: #333E47;
  padding: 5px 15px;
  background: #EAEDF0 0% 0% no-repeat padding-box;
  border-radius: 6px;
  display: block;
}
.ast-page-builder-template .site-content #primary:not(.es_home) {
  margin-top: 30px;
}
@media screen and (max-width: 1025px) {
  .ast-page-builder-template .site-content #primary:not(.es_home) {
    margin-top: 20px;
  }
}
.ast-page-builder-template .site-content #primary.generica {
  padding-top: 50px;
  padding-bottom: 50px;
}
/* AJUSTES GENERALES */
/* añadimos estilos cabecera */
.fancybox__container {
  z-index: 99999 !important;
}
.WebC_header_pc {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  background: #333E47 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 0px 40px #00000024;
          box-shadow: 0px 0px 40px #00000024;
  opacity: 1;
  z-index: 99998;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.WebC_header_pc.WebC_transparente {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.WebC_header_pc .WebC_heder_pc_contenedor {
  width: 100%;
  max-width: 1600px;
  margin: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4fr;
  grid-template-columns: 1fr 4fr;
  padding: 15px 20px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.WebC_header_pc_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 43px;
}
.WebC_header_pc_logo a {
  height: 43px;
}
.WebC_header_pc_logo svg {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: 43px;
  display: block;
}
.WebC_header_pc_logo svg path {
  fill: #fff;
}
.WebC_header_pc_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 3rem;
  /* .sub-menu{
        display: none;
    } */
}
.WebC_header_pc_menu .pc_secc_whatsapp {
  display: none;
  /* Deshabilitado el boton de whatsapp por indicaciones de Alex
        background: #37B200 0% 0% no-repeat padding-box;
        border-radius: 18px;
        padding: 0px 13px;
        a{
            font: normal normal medium 15px/45px @fuente;
            letter-spacing: 0.3px;
            color: #FFFFFF;
        }*/
}
.WebC_header_pc_menu .pc_secc_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
  white-space: nowrap;
}
.WebC_header_pc_menu .pc_secc_menu > a {
  margin-bottom: 5px;
}
.WebC_header_pc_menu #WebC_Menu_web {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  margin: 0px;
}
.WebC_header_pc_menu #WebC_Menu_web li.menu-item-has-children {
  padding-right: 20px;
}
.WebC_header_pc_menu #WebC_Menu_web li.menu-item-has-children:hover .dropdown-menu-toggle::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.WebC_header_pc_menu #WebC_Menu_web li.menu-item-has-children:hover .sub-menu,
.WebC_header_pc_menu #WebC_Menu_web li.menu-item-has-children:hover.sub-menu {
  height: auto;
}
.WebC_header_pc_menu #WebC_Menu_web li.menu-item-has-children:hover .sub-menu .WebC_submenu,
.WebC_header_pc_menu #WebC_Menu_web li.menu-item-has-children:hover.sub-menu .WebC_submenu {
  padding: 20px;
  height: auto;
}
.WebC_header_pc_menu #WebC_Menu_web li {
  list-style: none;
  padding: 0px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  gap: 1.07rem;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.WebC_header_pc_menu #WebC_Menu_web li a {
  font: normal normal medium 18px/18px 'Work Sans', sans-serif;
  letter-spacing: 0.36px;
  color: #FFFFFF;
  text-transform: uppercase;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1.07rem;
  display: inline-block;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  /* &:hover{
                font-weight: 600;
            } */
}
.WebC_header_pc_menu #WebC_Menu_web li a::before {
  display: block;
  content: attr(data-elemento);
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  z-index: -2;
}
.WebC_header_pc_menu #WebC_Menu_web li .dropdown-menu-toggle {
  position: relative;
  width: 10px;
  height: 6px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.WebC_header_pc_menu #WebC_Menu_web li .dropdown-menu-toggle::after {
  content: "";
  width: 10px;
  height: 6px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.601' height='6.715' viewBox='0 0 10.601 6.715'%3E%3Cg id='Grupo_821' data-name='Grupo 821' transform='translate(0.707 0.707)'%3E%3Cpath id='Trazado_753' data-name='Trazado 753' d='M0 0 4.594 4.593 9.187 0' fill='none' stroke='%23fff' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  display: inline-block;
  margin-left: 10px;
  top: 0.5rem;
  left: 0px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.WebC_header_pc_menu #WebC_Menu_web li .sub-menu {
  position: absolute;
  /* background: linear-gradient(180deg, transparent 10px, #fff 10px); */
  color: #000000;
  left: 0px;
  top: 15px;
  width: auto;
  z-index: 1;
  margin: 0px;
  -webkit-box-shadow: 0px 30px 75px #00000029;
          box-shadow: 0px 30px 75px #00000029;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0px;
  overflow: hidden;
  height: 0px;
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
  border-radius: 5px;
}
.WebC_header_pc_menu #WebC_Menu_web li .sub-menu .WebC_submenu {
  background: #333E47;
  /* box-shadow: 0px 3px 75px #00000029; */
  border-radius: 0px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  height: 0px;
  padding: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.07rem;
}
.WebC_header_pc_menu #WebC_Menu_web li .sub-menu .WebC_submenu li a {
  font: normal normal medium 16px/40px 'Work Sans', sans-serif;
  letter-spacing: 0.32px;
  color: #FFFFFF;
  text-transform: unset;
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
}
.WebC_header_pc_menu #WebC_Menu_web li .sub-menu .WebC_submenu li a:hover {
  /* color: @Enlaces-hover; */
  /* font-weight: 600; */
}
.WebC_header_pc_menu #WebC_Menu_web li .sub-menu .WebC_submenu li a::before {
  display: block;
  content: attr(data-elemento);
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  z-index: -2;
}
.WebC_header_pc_menu #WebC_Menu_web li .sub-menu .WebC_flecha_menu {
  opacity: 0;
  border: 7.5px solid transparent;
  border-top: 0;
  border-bottom: 13px solid #fff;
  width: 15px;
  margin-left: 30px;
  position: relative;
  z-index: 99999;
  padding-top: 15px;
  -webkit-transition: height 0.2s linear;
  transition: height 0.2s linear;
}
.WebC_header_pc_menu #WebC_Menu_web li .sub-menu li {
  padding: 0px;
  /* background-image: url(../images/header/icono_arrow_right.svg); */
  background-size: 7px;
  background-position: right center;
  background-repeat: no-repeat;
}
.WebC_header_pc_menu #WebC_Menu_web li .sub-menu li a {
  white-space: nowrap;
}
.WebC_header_pc_menu #WebC_Menu_web li.current_page_item a {
  color: #fff;
  /* font-weight: 600; */
}
.WebC_header_pc_menu #WebC_Menu_web li.WebC_Menu_cta a {
  background: #000000 0% 0% no-repeat padding-box;
  opacity: 1;
  color: #1375A9;
  padding: 5px 10px;
}
.WebC_header_pc_menu #WebC_Menu_web li.WebC_Menu_cta a span {
  font-weight: bold;
}
.WebC_header_pc_menu button.ast-menu-toggle {
  padding: 0px;
  display: block;
}
.WebC_header_pc_rrss {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
}
.WebC_header_pc_rrss .WebC_header_rss_lista {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.WebC_header_pc_rrss .WebC_header_rss_lista li {
  list-style: none;
}
.WebC_header_pc_rrss .WebC_header_rss_lista li img {
  height: 16.5px;
}
.WebC_header_pc_rrss .WebC_header_pc_input_bucador {
  width: 26px;
  height: 26px;
  border: 2.5px solid #000000;
  background-image: url(../images/header/icono_buscar.svg);
  font-size: 15px;
  background-position: right calc(0% + 3px) center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.WebC_header_pc_rrss .WebC_header_pc_input_bucador:hover {
  width: 190px;
}
.WebC_header_mv {
  position: absolute;
  z-index: 99998;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.WebC_header_mv .WebC_heder_mv_contenedor {
  padding: 16px 30px;
  background: #000000;
  -webkit-box-shadow: 0px 0px 40px #00000024;
          box-shadow: 0px 0px 40px #00000024;
  opacity: 1;
  /* position: fixed; */
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.WebC_header_mv .WebC_heder_mv_contenedor.es_home {
  background-color: transparent;
  position: absolute;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 30px;
}
.WebC_header_mv .WebC_heder_mv_contenedor.es_home .WebC_header_mv_menu .WebC_mv_btn span {
  background-color: #fff;
}
.WebC_header_mv .WebC_heder_mv_contenedor .WebC_header_mv_logo {
  text-align: left;
  line-height: 1rem;
}
.WebC_header_mv .WebC_heder_mv_contenedor .WebC_header_mv_logo a {
  line-height: 1rem;
}
.WebC_header_mv .WebC_heder_mv_contenedor .WebC_header_mv_logo a svg {
  height: 34px;
}
.WebC_header_mv .WebC_heder_mv_contenedor .WebC_header_mv_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.WebC_header_mv .WebC_heder_mv_contenedor .WebC_header_mv_menu .WebC_mv_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.WebC_header_mv .WebC_heder_mv_contenedor .WebC_header_mv_menu .WebC_mv_btn span {
  width: 26px;
  height: 2.5px;
  background-color: #333E47;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.WebC_header_mv .WebC_heder_mv_contenedor .WebC_header_mv_menu .WebC_mv_btn span:nth-child(2) {
  width: 26px;
}
.WebC_header_mv .WebC_heder_mv_contenedor .WebC_header_mv_menu .active span:nth-child(1) {
  -webkit-transform: translate(0%, 8px) rotate(45deg);
          transform: translate(0%, 8px) rotate(45deg);
}
.WebC_header_mv .WebC_heder_mv_contenedor .WebC_header_mv_menu .active span:nth-child(2) {
  -webkit-transform: translate(0%, 0) rotate(-45deg);
          transform: translate(0%, 0) rotate(-45deg);
}
.WebC_header_mv .WebC_heder_mv_contenedor .WebC_header_mv_menu .active span:nth-child(3) {
  width: 0;
}
.WebC_menu_mv {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #fff;
  opacity: 0.5;
  z-index: 10000;
  opacity: 1;
  z-index: 99999;
  /* display: flex;
    flex-direction: column;
    justify-content: space-between; */
  display: none;
}
.WebC_menu_mv .WebC_menu_mv_Contenedor {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.WebC_menu_mv .WebC_header_mv_menu_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.WebC_menu_mv .WebC_header_mv_menu_items a svg path {
  fill: #000;
}
.WebC_menu_mv .WebC_header_mv_menu {
  padding: 16px 30px;
  position: relative;
}
.WebC_menu_mv .WebC_header_mv_menu .WebC_header_mv_menu_icono {
  position: absolute;
  left: 20px;
  top: 17px;
}
.WebC_menu_mv .WebC_mv_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 15px;
}
.WebC_menu_mv .WebC_mv_btn span {
  width: 24px;
  height: 3px;
  background-color: #333E47;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.WebC_menu_mv .active span:nth-child(1) {
  -webkit-transform: translate(0%, 8px) rotate(45deg);
          transform: translate(0%, 8px) rotate(45deg);
}
.WebC_menu_mv .active span:nth-child(2) {
  -webkit-transform: translate(0%, 0) rotate(-45deg);
          transform: translate(0%, 0) rotate(-45deg);
}
.WebC_menu_mv .active span:nth-child(3) {
  width: 0;
}
.WebC_menu_mv #WebC_Menu_web_mv {
  padding: 0px 20px;
  padding-top: 0px;
  max-width: 390px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.WebC_menu_mv #WebC_Menu_web_mv .menu-item-has-children {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0px;
}
.WebC_menu_mv #WebC_Menu_web_mv .menu-item-has-children .WebC_submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding-bottom: 10px;
  position: relative;
  z-index: 99999;
}
.WebC_menu_mv #WebC_Menu_web_mv .menu-item-has-children .WebC_submenu .dropdown-menu-toggle {
  width: 20px;
  height: 20px;
  position: relative;
}
.WebC_menu_mv #WebC_Menu_web_mv .menu-item-has-children .WebC_submenu .dropdown-menu-toggle::after {
  width: 20px;
  height: 20px;
  background-position: center center;
  background-repeat: no-repeat;
}
.WebC_menu_mv #WebC_Menu_web_mv .menu-item-has-children.activo .sub-menu {
  padding-bottom: 10px;
}
.WebC_menu_mv #WebC_Menu_web_mv li {
  list-style: none;
  text-align: center ;
  padding: 10px 0px;
  border-bottom: 0px solid rgba(202, 212, 225, 0.3);
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.WebC_menu_mv #WebC_Menu_web_mv li a {
  font: normal normal medium 18px/45px 'Work Sans', sans-serif;
  letter-spacing: 0.36px;
  color: #333E47;
  opacity: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
  text-transform: uppercase;
}
.WebC_menu_mv #WebC_Menu_web_mv li .dropdown-menu-toggle {
  position: relative;
  width: 10px;
  height: 6px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: block;
}
.WebC_menu_mv #WebC_Menu_web_mv li .dropdown-menu-toggle::after {
  content: "";
  width: 10px;
  height: 6px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.601' height='6.715' viewBox='0 0 10.601 6.715'%3E%3Cg id='Grupo_821' data-name='Grupo 821' transform='translate(0.707 0.707)'%3E%3Cpath id='Trazado_753' data-name='Trazado 753' d='M0 0 4.594 4.593 9.187 0' fill='none' stroke='%23000' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  top: 0px;
  left: 0px;
}
.WebC_menu_mv #WebC_Menu_web_mv li.activo {
  /* background-color: #00674F; */
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.WebC_menu_mv #WebC_Menu_web_mv li.activo .dropdown-menu-toggle {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.WebC_menu_mv #WebC_Menu_web_mv .WebC_Menu_cta {
  background-color: #000000;
  padding: 0.25rem 0.5rem;
  margin-top: 0.25rem;
}
.WebC_menu_mv #WebC_Menu_web_mv .WebC_Menu_cta a {
  color: #000000;
}
.WebC_menu_mv #WebC_Menu_web_mv .WebC_Menu_cta span {
  font-weight: bold;
}
.WebC_menu_mv #WebC_Menu_web_mv .sub-menu {
  /* display: none; */
  margin: 0px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  height: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* background: transparent linear-gradient(180deg, #0000001A 0%, #00000000 100%) 0% 0% no-repeat padding-box; */
  width: 100%;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.WebC_menu_mv #WebC_Menu_web_mv .sub-menu li {
  display: none;
  border-bottom: none;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 0px;
}
.WebC_menu_mv #WebC_Menu_web_mv .sub-menu li a {
  text-transform: unset;
  font-size: 18px;
  line-height: 0px;
  font: normal normal medium 18px/45px 'Work Sans', sans-serif;
  letter-spacing: 0.36px;
  color: #333E47;
}
.WebC_menu_mv #WebC_Menu_web_mv li.activo > a {
  padding-bottom: 0.6rem;
}
.WebC_menu_mv #WebC_Menu_web_mv li.activo .sub-menu {
  /* display: block; */
  opacity: 1;
  height: auto;
}
.WebC_menu_mv #WebC_Menu_web_mv li.activo .sub-menu li {
  display: block;
}
.WebC_menu_mv #WebC_Menu_web_mv li.activo .sub-menu li a {
  line-height: 22px;
}
.mv_pop_rrss {
  margin: 0px;
  margin-bottom: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mv_pop_rrss .pc_secc_whatsapp {
  display: none;
  /*
        background: #37B200 0% 0% no-repeat padding-box;
        border-radius: 18px;
        padding: 0px 13px;
        a{
            color: #fff;
        }*/
}
.WebC_header_rss_lista_mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  list-style: none;
  /* position: absolute; */
  width: 100%;
  /* position: absolute;
    bottom: 30px; */
  margin: 20px;
}
.WebC_header_mv_menu_search {
  text-align: center;
  margin-top: 30px;
}
.WebC_header_mv_menu_search input {
  padding: 0px;
  margin: auto;
  background-color: transparent;
  background-image: url(../images/header/mv-icono-buscar.svg);
  font-size: 15px;
  background-position: right calc(0% + 5px) center;
  background-repeat: no-repeat;
  border: 2px solid #FFFFFF;
  border-radius: 16px;
  opacity: 1;
  padding: 3px 10px;
}
.WebC_header_mv .WebC_heder_mv_contenedor.sticky {
  position: fixed !important;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 9999;
  background: #333E47;
}
.WebC_header_mv .WebC_heder_mv_contenedor.sticky .WebC_header_mv_menu .WebC_mv_btn span {
  background: #fff;
}
.WebC_header_pc.sticky {
  position: fixed !important;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 9999;
}
.WebC_header_pc.sticky .WebC_heder_pc_contenedor .WebC_header_pc_menu {
  gap: 3rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.WebC_transparente {
  position: absolute;
}
.WebC_transparente .WebC_heder_pc_contenedor {
  padding: 2.5rem 4.29rem;
}
.WebC_transparente .WebC_heder_pc_contenedor .WebC_header_pc_logo {
  height: 80px;
}
.WebC_transparente .WebC_heder_pc_contenedor .WebC_header_pc_logo a {
  height: 80px;
}
.WebC_transparente .WebC_heder_pc_contenedor .WebC_header_pc_logo svg {
  height: 80px;
  display: block;
}
.WebC_transparente .WebC_heder_pc_contenedor .WebC_header_pc_menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0px;
}
.WebC_transparente .WebC_heder_pc_contenedor .WebC_header_pc_menu .pc_secc_whatsapp {
  margin-bottom: 10px;
}
.WebC_transparente #WebC_Menu_web li .sub-menu {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.WebC_transparente #WebC_Menu_web li .sub-menu .WebC_submenu {
  background: transparent;
}
/* HOME */
/* Estilos home->cabecera */
.WebC_Secc_home_cabecera {
  position: relative;
  width: 100%;
  height: 50vw;
  max-height: 780px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1025px) {
  .WebC_Secc_home_cabecera {
    height: 100vh;
  }
}
.WebC_Secc_home_cabecera .SCH_top {
  position: absolute;
  width: 100%;
  top: 0px;
  height: 250px;
  z-index: 3;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#000000A7), color-stop(33%, #000000A0), to(#00000000)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #000000A7 0%, #000000A0 33%, #00000000 100%) 0% 0% no-repeat padding-box;
}
.WebC_Secc_home_cabecera .SCG_bottom {
  position: absolute;
  width: 100%;
  bottom: 0px;
  height: 450px;
  z-index: 5;
  background: transparent -webkit-gradient(linear, left bottom, left top, from(#000000A7), to(#00000000)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(0deg, #000000A7 0%, #00000000 100%) 0% 0% no-repeat padding-box;
}
.WebC_Secc_home_cabecera .SCH_fondo {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.WebC_Secc_home_cabecera .SCH_fondo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.WebC_Secc_home_cabecera .SHC_contenedor {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1025px) {
  .WebC_Secc_home_cabecera .SHC_contenedor {
    padding-bottom: 50px;
  }
}
.WebC_Secc_home_cabecera .SCH_img_separador {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 12%;
  max-height: 136px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  z-index: 5;
}
@media screen and (min-width: 1600px) {
  .WebC_Secc_home_cabecera .SCH_img_separador {
    height: 200px;
    max-height: unset;
  }
}
@media screen and (min-width: 2560) {
  .WebC_Secc_home_cabecera .SCH_img_separador {
    height: 35%;
    max-height: 500px;
  }
}
/* SECCION NOTICIAS DE LA HOME */
.webC_section_noticiash {
  z-index: 0;
  position: relative;
  overflow: hidden;
}
.webC_section_noticiash .resp_pc {
  display: block;
}
.webC_section_noticiash .resp_mv {
  display: none;
}
@media screen and (min-width: 1025px) {
  .webC_section_noticiash .resp_mv {
    display: none !important;
  }
}
.webC_section_noticiash .slider_arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 2vw;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1025px) {
  .webC_section_noticiash .slider_arrow {
    padding: 0px 0vw;
  }
}
.webC_section_noticiash .slider_arrow div {
  z-index: 50;
  cursor: pointer;
  margin-top: -20rem;
}
@media screen and (max-width: 1023px) {
  .webC_section_noticiash .slider_arrow div {
    margin-top: -35vw;
  }
}
@media screen and (max-width: 768px) {
  .webC_section_noticiash .slider_arrow div {
    margin-top: -35rem;
  }
}
.webC_section_noticiash .slider_arrow div svg {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0.5;
  cursor: pointer;
}
.webC_section_noticiash .slider_arrow div:hover svg {
  opacity: 1;
}
.webC_section_noticiash .slider_arrow .HMA_dr svg {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  opacity: 0.5;
  cursor: pointer;
}
.webC_section_noticiash .slider_arrow .HMA_dr:hover svg {
  opacity: 1;
}
@media screen and (max-width: 1025px) {
  .webC_section_noticiash .resp_pc {
    display: none;
  }
  .webC_section_noticiash .resp_mv {
    display: block;
  }
}
.webC_section_noticiash .SGM_img_separador {
  width: 100%;
  min-height: 136px;
  position: absolute;
  top: 0px;
}
@media screen and (max-width: 1600px) {
  .webC_section_noticiash .SGM_img_separador {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    min-height: 136px;
  }
}
.webC_section_noticiash .Home_not_letras {
  padding-top: 60px;
  width: 105vw;
  max-width: 1660px;
  margin-left: auto;
  margin-right: auto;
}
.webC_section_noticiash .home_noticias_mas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 0px;
  padding-bottom: 100px;
}
.webC_section_noticiash .webC_listar_post_ausolh {
  padding: 20px;
  margin-top: -50px;
}
@media screen and (max-width: 1025px) {
  .webC_section_noticiash .webC_listar_post_ausolh {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: -25px;
  }
}
.webC_section_noticiash .webC_listar_post_ausolh .SQ_ER_item {
  position: relative;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 0px 30px #002D3B1F;
          box-shadow: 0px 0px 30px #002D3B1F;
}
.webC_section_noticiash .webC_listar_post_ausolh .SQ_ER_item:hover .SQ_ER_item_foto img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.webC_section_noticiash .webC_listar_post_ausolh .SQ_ER_item .SQ_ER_item_foto {
  overflow: hidden;
}
.webC_section_noticiash .webC_listar_post_ausolh .SQ_ER_item .SQ_ER_item_foto img {
  width: 100%;
  aspect-ratio: 1.78571429;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.webC_section_noticiash .webC_listar_post_ausolh .SQ_ER_item .SQ_ER_item_info {
  padding: 25px 30px;
  height: 65%;
  position: relative;
}
.webC_section_noticiash .webC_listar_post_ausolh .SQ_ER_item .SQ_ER_item_info .SQ_ER_item_date {
  font: normal normal 300 13px/22px 'Work Sans', sans-serif;
  letter-spacing: 1.3px;
  color: #333E47;
}
.webC_section_noticiash .webC_listar_post_ausolh .SQ_ER_item .SQ_ER_item_info .SQ_ER_item_contenido {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1025px) {
  .webC_section_noticiash .webC_listar_post_ausolh .SQ_ER_item .SQ_ER_item_info .SQ_ER_item_contenido {
    height: 94%;
  }
}
.webC_section_noticiash .webC_listar_post_ausolh .SQ_ER_item .SQ_ER_item_info .SQ_ER_item_contenido h4 a {
  font: normal normal bold 16px/22px 'Work Sans', sans-serif;
  letter-spacing: 0.32px;
  color: #333E47;
  margin-bottom: 10px;
}
.webC_section_noticiash .webC_listar_post_ausolh .SQ_ER_item .SQ_ER_item_info .SQ_ER_item_contenido p {
  font: normal normal 300 15px/22px 'Work Sans', sans-serif;
  letter-spacing: 0.3px;
  color: #333E47;
  margin-bottom: 20px;
}
.webC_section_noticiash .webC_listar_post_ausolh .SQ_ER_item .SQ_ER_item_info .SQ_ER_item_contenido a {
  display: block;
  font: normal normal 600 15px/17px 'Work Sans', sans-serif;
  letter-spacing: 0.3px;
  color: #FFFFFF;
  text-transform: none;
}
.webC_section_noticiash .webC_listar_post_ausolh .home_item_post_ppal {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-shadow: 0px 0px 30px #002D3B1F;
          box-shadow: 0px 0px 30px #002D3B1F;
}
.webC_section_noticiash .webC_listar_post_ausolh .home_item_post_ppal:hover .hipp_foto img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.webC_section_noticiash .webC_listar_post_ausolh .home_item_post_ppal .hipp_foto {
  position: relative;
  height: 100%;
}
.webC_section_noticiash .webC_listar_post_ausolh .home_item_post_ppal .hipp_foto .hb-foto {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.webC_section_noticiash .webC_listar_post_ausolh .home_item_post_ppal .hipp_foto .hb-foto img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.webC_section_noticiash .webC_listar_post_ausolh .home_item_post_ppal .hipp_foto .hb-overlay {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 180px;
  z-index: 5;
  background: transparent -webkit-gradient(linear, left bottom, left top, from(#0000009A), to(#00000000)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(0deg, #0000009A 0%, #00000000 100%) 0% 0% no-repeat padding-box;
}
.webC_section_noticiash .webC_listar_post_ausolh .home_item_post_ppal .hipp_foto .hb-info {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  z-index: 10;
  padding: 30px;
}
.webC_section_noticiash .webC_listar_post_ausolh .home_item_post_ppal .hipp_foto .hb-info .hb-info-date {
  font: normal normal medium 13px/22px 'Work Sans', sans-serif;
  letter-spacing: 1.3px;
  color: #FFFFFF;
}
.webC_section_noticiash .webC_listar_post_ausolh .home_item_post_ppal .hipp_foto .hb-info h3 a {
  font: normal normal bold 16px/22px 'Work Sans', sans-serif;
  letter-spacing: 0.32px;
  color: #FFFFFF;
}
.webC_section_noticiash .webC_listar_post_ausolh .home_item_post_ppal .hipp_info {
  padding: 30px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 35px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.webC_section_noticiash .webC_listar_post_ausolh .home_item_post_ppal .hipp_info .hb-excerpt {
  font: normal normal 300 15px/22px 'Work Sans', sans-serif;
  letter-spacing: 0.3px;
  color: #333E47;
}
.webC_section_noticiash .webC_listar_post_ausolh .home_item_post_ppal .hipp_info .LIFE_btn {
  background: #D0BDA6 0% 0% no-repeat padding-box;
  border-radius: 100%;
}
.webC_section_noticiash .webC_listar_post_ausolh .home_item_post_ppal .hipp_info .LIFE_btn a {
  display: block;
  padding: 2px 9px;
}
/* SECCIONES COMUNES */
/* estilos banner marcas */
.secc-marcas .logo-ing {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 30px;
}
.SHCC-marcas {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  max-width: 800px;
  margin: auto;
  justify-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media screen and (max-width: 1025px) {
  .SHCC-marcas {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
    margin-top: 70px;
  }
}
.SHCC-marcas .hc-marca {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 200px;
  width: 135px;
  overflow: hidden;
}
@media screen and (max-width: 1025px) {
  .SHCC-marcas .hc-marca {
    max-height: 170px;
    width: 100%;
  }
}
.SHCC-marcas .hc-marca img {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  max-width: 110px;
}
@media screen and (max-width: 1025px) {
  .SHCC-marcas .hc-marca img {
    max-width: 90px;
  }
}
.SHCC-marcas .hc-marca:hover > a > img {
  cursor: pointer;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.SHCC-marcas .hc-marca:hover .hcm-arrow-top {
  margin-bottom: 20px;
  opacity: 1;
}
.SHCC-marcas .hc-marca:hover .hcm-arrow-bottom {
  margin-top: 20px;
  opacity: 1;
}
.SHCC-marcas .hc-marca .hcm-arrow-top {
  margin-bottom: 70px;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.SHCC-marcas .hc-marca .hcm-arrow-bottom {
  margin-top: 70px;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.SHCC-marcas .hc-marca .hcm-arrow-bottom svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
/* Estilos generica->cabecera */
.WebC_Secc_generica_cabecera {
  position: relative;
  width: 100%;
  height: 36vw;
  max-height: 580px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1025px) {
  .WebC_Secc_generica_cabecera {
    height: 170vw;
    max-height: 635px;
  }
}
.WebC_Secc_generica_cabecera .SCH_fondo {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.WebC_Secc_generica_cabecera .SCH_fondo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.WebC_Secc_generica_cabecera .SHC_contenedor {
  position: relative;
  z-index: 10;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0px;
  margin-bottom: 145px;
}
.WebC_Secc_generica_cabecera .SHC_contenedor h1 {
  font: normal normal bold 48px/36px 'Work Sans', sans-serif;
  letter-spacing: 0.96px;
  color: #FFFFFF;
  margin-bottom: 25px;
}
.WebC_Secc_generica_cabecera .SHC_contenedor p {
  font: normal normal normal 22px/28px 'Work Sans', sans-serif;
  letter-spacing: 0.44px;
  color: #FFFFFF;
  margin-bottom: 35px;
}
.WebC_Secc_generica_cabecera .SHC_contenedor .SQ_migas_yoast {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.WebC_Secc_generica_cabecera .SHC_contenedor .SQ_migas_yoast p {
  margin-bottom: 0px;
}
.WebC_Secc_generica_cabecera .SHC_contenedor .SQ_migas_yoast span {
  font: normal normal bold 14px/22px 'Work Sans', sans-serif;
  letter-spacing: 0.42px;
  color: #FFFFFF;
}
.WebC_Secc_generica_cabecera .SHC_contenedor .SQ_migas_yoast a {
  font: normal normal 400 14px/22px 'Work Sans', sans-serif;
  letter-spacing: 0.42px;
  color: #FFFFFF;
}
.WebC_Secc_generica_cabecera .SCH_img_separador {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 136px;
  -o-object-fit: fill;
     object-fit: fill;
  z-index: 5;
}
@media screen and (max-width: 1600px) {
  .WebC_Secc_generica_cabecera .SCH_img_separador {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/* ajustes genérica marcas */
.WebC_secc_gen_marcas {
  background: #333E47 0% 0% no-repeat padding-box;
  min-height: 419px;
  padding-bottom: 90px;
}
.WebC_secc_gen_marcas .SGM_img_separador {
  width: 100%;
  min-height: 136px;
}
@media screen and (max-width: 1600px) {
  .WebC_secc_gen_marcas .SGM_img_separador {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    min-height: 136px;
  }
}
.WebC_secc_gen_marcas .SGM_contenedor h2 {
  margin-top: 50px;
  text-align: center;
  color: #fff;
}
/* FOOTER */
/* estilos pie de página */
footer {
  background: #E9EDF0;
}
footer .footer-top {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 70fr 30px 30fr;
  grid-template-columns: 70fr 30fr;
  gap: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 1025px) {
  footer .footer-top {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
footer .footer-top .ft-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 16px;
}
@media screen and (max-width: 1025px) {
  footer .footer-top .ft-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
footer .footer-top .ft-left svg path {
  fill: #000;
}
footer .footer-top .ft-left > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer-top .ft-left > div ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0px;
  width: 100%;
}
@media screen and (max-width: 1025px) {
  footer .footer-top .ft-left > div ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 15px;
  }
}
footer .footer-top .ft-left > div ul li a {
  font: normal normal bold 16px/16px 'Work Sans', sans-serif;
  letter-spacing: 0.32px;
  color: #333E47;
}
footer .footer-top .ft-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1025px) {
  footer .footer-top .ft-right {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 25px;
  }
}
footer .footer-top .ft-right .ft-rrss ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin: 0px;
}
footer .footer-top .ft-right .ft-movil a {
  font-size: 14px;
  color: #333E47;
}
footer .footer-bottom {
  width: 100%;
  padding: 18px 20px;
  background-color: #333E47;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 95px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 1025px) {
  footer .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
footer .footer-bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 95px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0px;
}
@media screen and (max-width: 1025px) {
  footer .footer-bottom ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
footer .footer-bottom ul li a {
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 1025px) {
  footer .footer-bottom {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  footer .footer-bottom ul {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
/* ajustes banner ayuda */
.WebC_Banner_ayuda .ba-conten {
  width: 100%;
  max-width: 1230px;
  margin: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 2fr;
  grid-template-columns: 1fr 1fr 2fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
}
@media screen and (max-width: 991px) {
  .WebC_Banner_ayuda .ba-conten {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .WebC_Banner_ayuda .ba-conten .bac-texto {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    text-align: center;
  }
}
.WebC_Banner_ayuda .ba-conten img {
  max-height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
/* BLOG */
/* Estilos generica->cabecera */
.WebC_Secc_blog_cabecera {
  position: relative;
  width: 100%;
  height: 36vw;
  max-height: 580px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1025px) {
  .WebC_Secc_blog_cabecera {
    height: 170vw;
    max-height: 635px;
  }
}
.WebC_Secc_blog_cabecera .SCH_fondo {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.WebC_Secc_blog_cabecera .SCH_fondo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.WebC_Secc_blog_cabecera .SHC_contenedor {
  position: relative;
  z-index: 10;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0px;
  margin-bottom: 145px;
}
.WebC_Secc_blog_cabecera .SHC_contenedor h1,
.WebC_Secc_blog_cabecera .SHC_contenedor .fake_h1 {
  font: normal normal bold 48px/36px 'Work Sans', sans-serif;
  letter-spacing: 0.96px;
  color: #FFFFFF;
  margin-bottom: 25px;
}
.WebC_Secc_blog_cabecera .SHC_contenedor p {
  font: normal normal normal 22px/28px 'Work Sans', sans-serif;
  letter-spacing: 0.44px;
  color: #FFFFFF;
  margin-bottom: 35px;
}
.WebC_Secc_blog_cabecera .SHC_contenedor .SQ_migas_yoast {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.WebC_Secc_blog_cabecera .SHC_contenedor .SQ_migas_yoast p {
  margin-bottom: 0px;
}
.WebC_Secc_blog_cabecera .SHC_contenedor .SQ_migas_yoast span {
  font: normal normal bold 14px/22px 'Work Sans', sans-serif;
  letter-spacing: 0.42px;
  color: #FFFFFF;
}
.WebC_Secc_blog_cabecera .SHC_contenedor .SQ_migas_yoast a {
  font: normal normal 400 14px/22px 'Work Sans', sans-serif;
  letter-spacing: 0.42px;
  color: #FFFFFF;
}
.WebC_Secc_blog_cabecera .SCH_img_separador {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 136px;
  -o-object-fit: fill;
     object-fit: fill;
  z-index: 5;
}
@media screen and (max-width: 1600px) {
  .WebC_Secc_blog_cabecera .SCH_img_separador {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/* listado entradas blog */
.arch-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 65fr 120px 35fr;
  grid-template-columns: 65fr 35fr;
  gap: 120px;
  padding-bottom: 50px;
}
@media screen and (max-width: 1025px) {
  .arch-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0px;
  }
}
.arch-content .ac_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.arch-content .ac_list .misha_loadmore {
  margin-bottom: 70px;
  margin-top: 20px;
}
.arch-content .ac_list .ac-list_item {
  margin-bottom: 50px;
}
.arch-content .ac_list .ac-list_item .LI-data {
  font: normal normal 300 15px/22px 'Work Sans', sans-serif;
  letter-spacing: 1.5px;
  color: #333E47;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.arch-content .ac_list .ac-list_item h2 {
  font: normal normal bold 28px/32px 'Work Sans', sans-serif;
  letter-spacing: 0.56px;
  color: #333E47;
  margin-bottom: 25px;
}
.arch-content .ac_list .ac-list_item h2 a {
  font: normal normal bold 28px/32px 'Work Sans', sans-serif;
  letter-spacing: 0.56px;
  color: #333E47;
}
@media screen and (max-width: 1025px) {
  .arch-content .ac_list .ac-list_item h2 a {
    font: normal normal bold 22px/26px 'Work Sans', sans-serif;
  }
}
.arch-content .ac_list .ac-list_item .LI-foto {
  position: relative;
  aspect-ratio: 2.08333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 35px 40px;
}
.arch-content .ac_list .ac-list_item .LI-foto .LIF_overlay {
  background: transparent -webkit-gradient(linear, left bottom, left top, from(#000000BE), to(#00000000)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(0deg, #000000BE 0%, #00000000 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  aspect-ratio: 3.84615385;
  z-index: 0;
}
.arch-content .ac_list .ac-list_item .LI-foto .LIF_bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  aspect-ratio: 2.08333333;
  z-index: 0;
}
.arch-content .ac_list .ac-list_item .LI-foto .LIF_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.arch-content .ac_list .ac-list_item .LI-foto .LIF_extract {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.arch-content .ac_list .ac-list_item .LI-foto .LIF_extract .LIFE_extract {
  font: normal normal 300 15px/22px 'Work Sans', sans-serif;
  letter-spacing: 0.3px;
  color: #FFFFFF;
  max-width: 522px;
}
.arch-content .ac_list .ac-list_item .LI-foto .LIF_extract .LIFE_btn {
  background: #D0BDA6 0% 0% no-repeat padding-box;
  border-radius: 100%;
}
.arch-content .ac_list .ac-list_item .LI-foto .LIF_extract .LIFE_btn a {
  display: block;
  padding: 2px 9px;
}
/* Ajustes single */
.webC_conte_blog_single {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
.webC_conte_blog_single .webC_fecha_post {
  font: normal normal 300 15px/22px 'Work Sans', sans-serif;
  letter-spacing: 1.5px;
  color: #333E47;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.webC_conte_blog_single .webC_title_postausol {
  margin-bottom: 25px;
  font: normal normal bold 28px/32px 'Work Sans', sans-serif;
  letter-spacing: 0.56px;
  color: #333E47;
}
.webC_conte_blog_single .single_extracto {
  font: normal normal 300 24px/28px 'Work Sans', sans-serif;
  letter-spacing: 0.48px;
  color: #898A8D;
  margin-bottom: 25px;
}
.webC_conte_blog_single > img {
  margin-bottom: 25px;
  width: 100%;
}
.webC_conte_blog_single .SQ_single_next-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 100%;
}
.webC_conte_blog_single .SQ_single_next-prev .np-prev .np-prev-datos-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  font: normal normal bold 16px/22px 'Work Sans', sans-serif;
  letter-spacing: 0.32px;
  color: #333E47;
  text-transform: uppercase;
}
.webC_conte_blog_single .SQ_single_next-prev .np-prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.webC_conte_blog_single .SQ_single_next-prev .np-next .np-prev-datos-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  font: normal normal bold 16px/22px 'Work Sans', sans-serif;
  letter-spacing: 0.32px;
  color: #333E47;
  text-transform: uppercase;
}
.webC_conte_blog_single .SQ_single_next-prev .arrow_link {
  background: #D0BDA6 0% 0% no-repeat padding-box;
  border-radius: 100%;
  padding: 3.5px 9px;
  padding-top: 5px;
}
/* seccion entradas relacionadas del blog */
.SQ_ER_contenedor {
  margin-top: 75px;
}
.SQ_ER_contenedor h3 {
  font: normal normal bold 28px/32px 'Work Sans', sans-serif;
  letter-spacing: 0.56px;
  color: #333E47;
  margin-bottom: 30px;
}
.SQ_ER_contenedor .SQ_ER_contenedor_listado {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 45px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
}
@media screen and (max-width: 1025px) {
  .SQ_ER_contenedor .SQ_ER_contenedor_listado {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.SQ_ER_contenedor .SQ_ER_contenedor_listado .SQ_ER_item {
  position: relative;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 0px 30px #002D3B1F;
          box-shadow: 0px 0px 30px #002D3B1F;
}
.SQ_ER_contenedor .SQ_ER_contenedor_listado .SQ_ER_item .SQ_ER_item_foto img {
  width: 100%;
  aspect-ratio: 1.78571429;
  -o-object-fit: cover;
     object-fit: cover;
}
.SQ_ER_contenedor .SQ_ER_contenedor_listado .SQ_ER_item .SQ_ER_item_info {
  padding: 25px 30px;
  height: 65%;
  position: relative;
}
.SQ_ER_contenedor .SQ_ER_contenedor_listado .SQ_ER_item .SQ_ER_item_info .SQ_ER_item_date {
  font: normal normal 300 13px/22px 'Work Sans', sans-serif;
  letter-spacing: 1.3px;
  color: #333E47;
}
.SQ_ER_contenedor .SQ_ER_contenedor_listado .SQ_ER_item .SQ_ER_item_info .SQ_ER_item_contenido {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1025px) {
  .SQ_ER_contenedor .SQ_ER_contenedor_listado .SQ_ER_item .SQ_ER_item_info .SQ_ER_item_contenido {
    height: 94%;
  }
}
.SQ_ER_contenedor .SQ_ER_contenedor_listado .SQ_ER_item .SQ_ER_item_info .SQ_ER_item_contenido h4 a {
  font: normal normal bold 16px/22px 'Work Sans', sans-serif;
  letter-spacing: 0.32px;
  color: #333E47;
  margin-bottom: 10px;
}
.SQ_ER_contenedor .SQ_ER_contenedor_listado .SQ_ER_item .SQ_ER_item_info .SQ_ER_item_contenido p {
  font: normal normal 300 15px/22px 'Work Sans', sans-serif;
  letter-spacing: 0.3px;
  color: #333E47;
  margin-bottom: 20px;
}
.SQ_ER_contenedor .SQ_ER_contenedor_listado .SQ_ER_item .SQ_ER_item_info .SQ_ER_item_contenido a {
  display: block;
  font: normal normal 600 15px/17px 'Work Sans', sans-serif;
  letter-spacing: 0.3px;
  color: #FFFFFF;
  text-transform: none;
}
/* WIDGETS DEL SIDEBAR */
/* ajustes en el sidebar */
/* LISTADO ETIQUETAS */
.widget_categories ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.widget_categories ul li a {
  font: normal normal 400 15px/18px 'Work Sans', sans-serif;
  letter-spacing: 0.3px;
  color: #333E47;
  padding: 5px 15px;
  background: #EAEDF0 0% 0% no-repeat padding-box;
  border-radius: 6px;
  display: block;
}
.widget_block {
  margin-bottom: 60px;
}
#block-4 {
  margin-bottom: 25px;
}
/* CSS secciones de la home */
/*
** Css de la seccion info de la home
*/
.webC_section_info_home {
  max-width: 100%;
  height: 100%;
  margin: auto;
  margin-top: 40px;
}
.webC_section_info_home .webC_separador_sup_sih {
  max-width: 100%;
  width: 100%;
}
.webC_section_info_home .webC_separador_sup_sih img {
  width: 100%;
}
.webC_section_info_home .webC_capa_superior_sih {
  max-width: 1600px;
  height: 100%;
  margin: auto;
}
.webC_section_info_home .webC_capa_superior_sih .webC_capa_titulo_sih {
  max-width: 1025px;
  height: 100%;
  margin: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.53fr 98px 0.4fr;
  grid-template-columns: 1.53fr 0.4fr;
  gap: 98px;
  position: relative;
}
.webC_section_info_home .webC_capa_superior_sih .webC_capa_titulo_sih .webC_titulo_sih {
  max-width: 100%;
  width: 100%;
  margin: auto;
}
.webC_section_info_home .webC_capa_superior_sih .webC_capa_titulo_sih .webC_titulo_sih .webC_titulo_sih_home {
  font: normal normal bold 46px/45px 'Work Sans', sans-serif;
  letter-spacing: 0.92px;
  color: #333E47;
  margin-bottom: 0.69rem;
}
@media (max-width: 1025px) {
  .webC_section_info_home .webC_capa_superior_sih .webC_capa_titulo_sih .webC_titulo_sih .webC_titulo_sih_home {
    font: normal normal bold 32px/36px 'Work Sans', sans-serif;
  }
}
.webC_section_info_home .webC_capa_superior_sih .webC_capa_titulo_sih .webC_titulo_sih .webC_subtitulo_sih_home {
  max-width: 40.56rem;
  font: normal normal 300 33px/38px 'Work Sans', sans-serif;
  letter-spacing: 0.66px;
  color: #898A8D;
}
@media (max-width: 1025px) {
  .webC_section_info_home .webC_capa_superior_sih .webC_capa_titulo_sih .webC_titulo_sih .webC_subtitulo_sih_home {
    font: normal normal 300 21px/28px 'Work Sans', sans-serif;
  }
}
.webC_section_info_home .webC_capa_superior_sih .webC_capa_titulo_sih .webC_img_der_sih {
  position: absolute;
  right: 0px;
  top: 60px;
  z-index: -1;
}
@media (max-width: 1025px) {
  .webC_section_info_home .webC_capa_superior_sih .webC_capa_titulo_sih .webC_img_der_sih {
    display: none;
  }
}
@media (max-width: 1025px) {
  .webC_section_info_home .webC_capa_superior_sih .webC_capa_titulo_sih {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    padding-left: 40px;
    padding-right: 40px;
  }
}
.webC_section_info_home .webC_capa_superior_sih .webc_capa_serv_sih {
  max-width: 100%;
  height: 100%;
  margin: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.9fr 100px 1.2fr 100px 0.9fr;
  grid-template-columns: 0.9fr 1.2fr 0.9fr;
  gap: 100px;
  margin-top: 94px;
}
.webC_section_info_home .webC_capa_superior_sih .webc_capa_serv_sih .webC_colizq_sih {
  max-width: 100%;
  width: 100%;
  height: 100%;
  margin: auto;
}
.webC_section_info_home .webC_capa_superior_sih .webc_capa_serv_sih .webC_colizq_sih img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1025px) {
  .webC_section_info_home .webC_capa_superior_sih .webc_capa_serv_sih .webC_colizq_sih {
    display: none;
  }
}
.webC_section_info_home .webC_capa_superior_sih .webc_capa_serv_sih .webC_colcent_sih {
  max-width: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.webC_section_info_home .webC_capa_superior_sih .webc_capa_serv_sih .webC_colcent_sih .webC_parrafo_sih {
  max-width: 404px;
  width: 100%;
  margin-bottom: 78px;
}
.webC_section_info_home .webC_capa_superior_sih .webc_capa_serv_sih .webC_colcent_sih .webC_parrafo_sih .webC_parrafo_cent_sih {
  font: normal normal 300 16px/22px 'Work Sans', sans-serif;
  letter-spacing: 0.8px;
  color: #333E47;
}
@media (max-width: 1025px) {
  .webC_section_info_home .webC_capa_superior_sih .webc_capa_serv_sih .webC_colcent_sih .webC_parrafo_sih {
    margin-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.webC_section_info_home .webC_capa_superior_sih .webc_capa_serv_sih .webC_colcent_sih .webc_img_movil_sih {
  display: none;
}
@media (max-width: 1025px) {
  .webC_section_info_home .webC_capa_superior_sih .webc_capa_serv_sih .webC_colcent_sih .webc_img_movil_sih {
    display: initial;
    max-width: 390px;
    width: 100%;
    margin: auto;
  }
  .webC_section_info_home .webC_capa_superior_sih .webc_capa_serv_sih .webC_colcent_sih .webc_img_movil_sih .webC_image1_mv_sih {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .webC_section_info_home .webC_capa_superior_sih .webc_capa_serv_sih .webC_colcent_sih .webc_img_movil_sih .webC_image1_mv_sih img {
    width: 261px;
  }
  .webC_section_info_home .webC_capa_superior_sih .webc_capa_serv_sih .webC_colcent_sih .webc_img_movil_sih .webC_image2_mv_sih {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -30px;
  }
  .webC_section_info_home .webC_capa_superior_sih .webc_capa_serv_sih .webC_colcent_sih .webc_img_movil_sih .webC_image2_mv_sih img {
    width: 240px;
  }
  .webC_section_info_home .webC_capa_superior_sih .webc_capa_serv_sih .webC_colcent_sih .webc_img_movil_sih .webC_image3_mv_sih {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: -72px;
  }
  .webC_section_info_home .webC_capa_superior_sih .webc_capa_serv_sih .webC_colcent_sih .webc_img_movil_sih .webC_image3_mv_sih img {
    width: 185px;
  }
}
.webC_section_info_home .webC_capa_superior_sih .webc_capa_serv_sih .webC_colcent_sih .webC_serv_sih {
  max-width: 700px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5rem;
}
.webC_section_info_home .webC_capa_superior_sih .webc_capa_serv_sih .webC_colcent_sih .webC_serv_sih .webC_colizq_serv_sih {
  max-width: 100%;
  width: 100%;
}
.webC_section_info_home .webC_capa_superior_sih .webc_capa_serv_sih .webC_colcent_sih .webC_serv_sih .webC_colizq_serv_sih .webC_titulo_servicio {
  font: normal normal bold 22px/25px 'Work Sans', sans-serif;
  color: #333E47;
  margin-bottom: 10px;
}
.webC_section_info_home .webC_capa_superior_sih .webc_capa_serv_sih .webC_colcent_sih .webC_serv_sih .webC_colizq_serv_sih .webC_parrafo_servicio_sih {
  max-width: 252px;
  font: normal normal 300 16px/22px 'Work Sans', sans-serif;
  letter-spacing: 0.48px;
  color: #333E47;
  margin-bottom: 22px;
}
.webC_section_info_home .webC_capa_superior_sih .webc_capa_serv_sih .webC_colcent_sih .webC_serv_sih .webC_colizq_serv_sih .webC_capa_btn1 {
  max-width: 176px;
  background: #1375A9 0% 0% no-repeat padding-box;
  text-align: center;
  border-radius: 25px;
}
.webC_section_info_home .webC_capa_superior_sih .webc_capa_serv_sih .webC_colcent_sih .webC_serv_sih .webC_colizq_serv_sih .webC_capa_btn1 .webC_btn_serv1 {
  font: normal normal 600 16px/45px 'Work Sans', sans-serif;
  letter-spacing: 0.32px;
  color: #FFFFFF;
  text-transform: uppercase;
}
.webC_section_info_home .webC_capa_superior_sih .webc_capa_serv_sih .webC_colcent_sih .webC_serv_sih .webC_colizq_serv_sih .webC_capa_btn1:hover {
  background: #006093 0% 0% no-repeat padding-box;
}
.webC_section_info_home .webC_capa_superior_sih .webc_capa_serv_sih .webC_colcent_sih .webC_serv_sih .webC_colder_serv_sih {
  max-width: 100%;
  width: 100%;
}
.webC_section_info_home .webC_capa_superior_sih .webc_capa_serv_sih .webC_colcent_sih .webC_serv_sih .webC_colder_serv_sih .webC_titulo_servicio {
  font: normal normal bold 22px/25px 'Work Sans', sans-serif;
  color: #333E47;
  margin-bottom: 10px;
}
.webC_section_info_home .webC_capa_superior_sih .webc_capa_serv_sih .webC_colcent_sih .webC_serv_sih .webC_colder_serv_sih .webC_parrafo_servicio_sih {
  max-width: 15.75rem;
  font: normal normal 300 16px/22px 'Work Sans', sans-serif;
  letter-spacing: 0.48px;
  color: #333E47;
  margin-bottom: 22px;
}
.webC_section_info_home .webC_capa_superior_sih .webc_capa_serv_sih .webC_colcent_sih .webC_serv_sih .webC_colder_serv_sih .webC_capa_btn2 {
  max-width: 208px;
  background: #57B6B2 0% 0% no-repeat padding-box;
  text-align: center;
  border-radius: 25px;
}
.webC_section_info_home .webC_capa_superior_sih .webc_capa_serv_sih .webC_colcent_sih .webC_serv_sih .webC_colder_serv_sih .webC_capa_btn2 .webC_btn_serv2 {
  font: normal normal 600 16px/45px 'Work Sans', sans-serif;
  letter-spacing: 0.32px;
  color: #FFFFFF;
  text-transform: uppercase;
}
.webC_section_info_home .webC_capa_superior_sih .webc_capa_serv_sih .webC_colcent_sih .webC_serv_sih .webC_colder_serv_sih .webC_capa_btn2:hover {
  background: #289692 0% 0% no-repeat padding-box;
}
@media screen and (max-width: 1025px) {
  .webC_section_info_home .webC_capa_superior_sih .webc_capa_serv_sih .webC_colcent_sih .webC_serv_sih {
    margin: 0 auto;
    margin-top: 50px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 769px) {
  .webC_section_info_home .webC_capa_superior_sih .webc_capa_serv_sih .webC_colcent_sih .webC_serv_sih {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
    margin-top: 50px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1025px) {
  .webC_section_info_home .webC_capa_superior_sih .webc_capa_serv_sih .webC_colcent_sih {
    margin-left: 0px;
  }
}
.webC_section_info_home .webC_capa_superior_sih .webc_capa_serv_sih .webc_colder_sih {
  max-width: 100%;
  width: 100%;
  height: 100%;
  margin: auto;
}
.webC_section_info_home .webC_capa_superior_sih .webc_capa_serv_sih .webc_colder_sih img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1025px) {
  .webC_section_info_home .webC_capa_superior_sih .webc_capa_serv_sih .webc_colder_sih {
    display: none;
  }
}
@media (max-width: 1025px) {
  .webC_section_info_home .webC_capa_superior_sih .webc_capa_serv_sih {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    margin-top: 24px;
  }
}
.webC_section_info_home .webC_separador_sih {
  max-width: 100%;
  width: 100%;
  margin-top: 80px;
}
.webC_section_info_home .webC_separador_sih img {
  width: 100%;
}
/*
** Css de la seccion info de la home
*/
.webC_section_noticiash {
  max-width: 100%;
  width: 100%;
  margin: auto;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#ECF2F4), to(#FFFFFF)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #ECF2F4 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  position: relative;
  margin-top: -100px;
  z-index: 0;
}
.webC_section_noticiash img {
  width: 100%;
}
.webC_section_noticiash .webC_listar_post_ausolh {
  max-width: 1316px;
  width: 100%;
  margin: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.4fr 16px 0.8fr 16px 0.8fr;
  grid-template-columns: 1.4fr 0.8fr 0.8fr;
  gap: 16px;
}
@media screen and (max-width: 1025px) {
  .webC_section_noticiash .webC_listar_post_ausolh {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.webC_section_noticiash .webC_listar_post_ausolh .webC_item_post {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 0px 30px #002D3B1F;
          box-shadow: 0px 0px 30px #002D3B1F;
}
/* CSS secciones del single */
