/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
path {
  transition: fill .2s ease; 
}

body {
  overflow-x: hidden;
}

.main {
  width: 100%;
  float: left;
}

.banner__home {
  height: 100vh;
  background-color: #eee;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.header {
  position: fixed;
  left: 0%;
  top: 30px;
  right: auto;
  bottom: auto;
  z-index: 9999;
  width: 100%;
  height: auto;
  padding: 0 20px;
  background-color: #fff;
  transition: top .2s;
}

.header.fixed {
  top: 0;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.contenedor {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  text-align: initial;
}

.contenedor.var_menu {
  height: 100%;
}

.navbar {
  background-color: transparent;
  position: static;
}

.brand {
  width: 20%;
  transition: opacity .2s;
  /*margin-top: 20px;
  margin-bottom: 20px;*/
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: initial;
  padding-right: initial;
}

.brand:hover {
  opacity: .8; 
}

.nav_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: static;
  padding-top: initial;
}

.item_nav {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 100px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Century gothic',sans-serif;
  color: #2f3e49;
  font-size: 15px;
  font-weight: 700;
  transition: color .2s;
  text-decoration: none;
}

.item_nav_test .hs-cta-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.item_nav_test .hs-cta-node {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.item_nav_test .enlace__nav {
  padding: 0 20px;
}

.item_nav_test .hs-cta-node a {
  color: #2f3e49;
}

.item_nav.active {
  color: #e65400;
}

.item_nav:hover {
  color: #e65400;
}

.logo {
  height: 60px;
}

.lupa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100px;
  margin-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  flex: 0 0 auto; 
}

.lupa:hover svg path {
  fill: #e65400;
}

.lupa.active svg path {
  fill: #e65400;
}

.inspire__home {
  padding: 40px;
  background-color: #fff;
}

.arriba__inspire {
  margin-bottom: 30px;
  text-align: center;
}

.titulo__inspire {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: 'Century gothic',sans-serif;
  font-weight: 700;
  color: #4a535a;
  font-size: 25px;
  line-height: 30px;
}

.texto__inspire {
  font-family: 'Century gothic',sans-serif;
  color: #2f3e49;
  font-weight: 400;
}

.texto__inspire.var {
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
}

.columna__inspire {
  overflow: hidden;
  width: 48%;
  height: 250px;
  margin: 10px 1%;
  float: left;
  border-radius: 10px;
  background-color: #f7f7f7;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.26);
  font-family: 'Century gothic',sans-serif;
  font-size: 16px;
  line-height: 25px;
  text-align: left;
  text-decoration: none;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.columna__inspire._1 {
  background-position: 50% 50%;
  background-size: 102%;
  background-repeat: no-repeat;
}

.columna__inspire._2 {
  background-image: url('https://4012572.fs1.hubspotusercontent-na1.net/hubfs/4012572/website-new-v2/images/img2.jpg');
  background-position: 50% 50%;
  background-size: 102%;
}

.columna__inspire._3 {
  background-image: url('https://4012572.fs1.hubspotusercontent-na1.net/hubfs/4012572/website-new-v2/images/img3.jpg');
  background-position: 50% 50%;
  background-size: 102%;
}

.columna__inspire._4 {
  background-image: url('https://4012572.fs1.hubspotusercontent-na1.net/hubfs/4012572/website-new-v2/images/img4.jpg');
  background-position: 50% 50%;
  background-size: 102%;
}

.overlay__inspire {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#8295a6), to(transparent));
  background-image: linear-gradient(0deg, #8295a6, transparent);
  opacity: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.overlay__inspire:hover {
  opacity: 1;
}

.titulo__ins {
  color: #fff;
  font-family: 'Century gothic',sans-serif;
  font-weight: 700;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
}

.texto__ins {
  color: #fff;
  font-family: 'Century gothic',sans-serif;
}

.cintillo__home {
  width: 100%;
  padding: 0px;
  float: left;
}

.ovrlay__in {
  padding: 75px 40px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(47, 62, 73, 0.9)), to(rgba(0, 0, 0, 0.15)));
  background-image: linear-gradient(0deg, rgba(47, 62, 73, 0.9), rgba(0, 0, 0, 0.15));
  text-align: center;
}

.titulo__cintillo {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: 'Century gothic',sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
}

.enlace__cintillo {
  display: inline-block;
  padding: 15px 30px;
  border: 1px solid #fff;
  border-radius: 5px;
  font-family: 'Century gothic',sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

.abajo__home {
  width: 100%;
  padding: 50px 40px;
  float: left;
  text-align: center;
}

.footer {
  width: 100%;
  padding: 30px;
  float: left;
  background-color: #313d47;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.abajo__col {
  margin-top: 40px;
}

.columna_block {
  width: 20%;
  min-height: 100px;
  margin-right: 2.5%;
  margin-left: 2.5%;
  float: left;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}

.titulo__pr {
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #2f3e49;
  font-family: 'Century gothic',sans-serif;
  color: #4a535a;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}

.imagen__catego {
  width: 100%;
  border-radius: 5px;
}

.slider___cintillo {
  display: inline-block;
  width: 100%;
  height: auto;
  float: left;
}

/* .mask {
height: auto;
} */

.slide {
  height: auto;
  background-color: #eee;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.none {
  display: none;
}

.slider__principal {
  height: auto;
}

.slide__principal {
  height: auto;
}

.columna__footer {
  width: 31.333333333333336%;
  min-height: 100px;
  margin-right: 1%;
  margin-left: 1%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.columna__footer.var {
  padding-right: 31px;
  padding-left: 31px;
}

.content__columns {
  width: 102%;
  margin-left: -1%;
}

.suscribete_a {
  display: inline-block;
  margin-right: 10px;
  font-family: 'Century gothic',sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 16px;
}

.newsletter {
  margin-top: 20px;
}

.newsletter input.hs-input {
  height: 40px;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  padding: 8px 12px;
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: transparent;
  font-family: 'Century gothic',sans-serif;
  color: #fff;
  font-size: 14px;
  margin-bottom: 5px;
}

.newsletter .actions {
  margin: 0 !important;
  padding: 0 !important;
}

.newsletter form {
  position: relative;
}

.newsletter .hs-error-msgs label {
  color: #fff;
  font-family: 'Century gothic',sans-serif;
  font-size: 12px;
}

.newsletter input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  box-sizing: border-box;
  width: 60px;
  border-radius: 5px;
  background-color: #fff;
  background-image: url(https://4012572.fs1.hubspotusercontent-na1.net/hubfs/4012572/website-new-v2/images/arrow-submit-inspire.svg);
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  font-size: 0px;
  line-height: 0px;
  transition: background-color .2s;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.newsletter input[type="submit"]:hover {
  background-color: #e9e9e9;
}

.newsletter .field {
  margin-bottom: 0 !important; 
}

.newsletter .submitted-message {
  color: #fff;
  font-family: 'Century gothic',sans-serif;
  font-weight: bold;
}

.input_newsletter {
  display: inline-block;
  width: 100%;
  height: 40px;
  margin-bottom: 0px;
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: transparent;
  font-family: 'Century gothic',sans-serif;
  color: #fff;
  font-size: 12px;
}

.input_newsletter::-webkit-input-placeholder {
  color: #fff;
}

.input_newsletter:-ms-input-placeholder {
  color: #fff;
}

.input_newsletter::-ms-input-placeholder {
  color: #fff;
}

.input_newsletter::placeholder {
  color: #fff;
}

.enviar {
  position: relative;
  z-index: 1;
  width: 60px;
  height: 40px;
  margin-top: -40px;
  float: right;
  border-radius: 5px;
  background-color: #fff;
  background-image: url('https://4012572.fs1.hubspotusercontent-na1.net/hubfs/4012572/website-new-v2/images/arrow-submit-inspire.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  font-size: 0px;
  line-height: 0px;
  transition: opacity .2s;
}

.enviar:hover {
  opacity: .8;
}

.enlace_footer {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  font-family: 'Century gothic',sans-serif;
  color: #fff;
  text-decoration: none;
}

.enlace_footer:hover {
  text-decoration: underline;
}

.linea__abajo {
  width: 100%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 30px;
  float: left;
  background-color: hsla(0, 0%, 96.1%, 0.5);
}

.copyright {
  width: 100%;
  float: left;
  font-family: 'Century gothic',sans-serif;
  color: #fff;
  text-align: center;
}

.social__footer {
  position: relative;
  z-index: 1;
  margin-top: -35px;
  float: right;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.social_f {
  margin-left: 10px;
  transition: opacity .2s;
}

.social_f:hover {
  opacity: .8;
}

.image__f {
  height: 40px;
}

.in__menu {
  position: absolute;
  left: 0%;
  top: 100px;
  right: auto;
  bottom: 0%;
  display: block;
  width: 100%;
  padding: 0px;
  background-color: #fff;
  z-index: 2; 
}

.interior__menu {
  display: none;
  width: 100%;
  height: 500px;
  max-width: 1100px;
  padding: 0px;
  float: right;
  border: 1px solid #bfbfbf;
  background-color: #fff;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.left__menu {
  width: 32%;
  height: 100%;
  min-height: 100px;
  padding: 22px 25px 22px 30px;
  float: left;
  border-right: 1px solid #e5e5e5;
  text-align: left;
}

.enlace__menu {
  display: inline-block;
  width: 100%;
  margin-top: 3px;
  margin-bottom: 3px;
  padding-top: 5px;
  padding-right: 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid transparent;
  background-image: url('https://4012572.fs1.hubspotusercontent-na1.net/hubfs/4012572/website-new-v2/images/arr__n.svg');
  background-position: 100% 50%;
  background-size: 8px;
  background-repeat: no-repeat;
  font-family: 'Century gothic',sans-serif;
  color: #2f3e49;
  font-size: 13.5px;
  font-weight: 700;
  text-decoration: none;
  transition: .2s; 
}

.enlace__menu:hover {
  border-bottom: 1px solid #e65400;
  background-image: url('https://4012572.fs1.hubspotusercontent-na1.net/hubfs/4012572/website-new-v2/images/arr__ac.svg');
  color: #e65400;
}

.enlace__menu.active {
  border-bottom: 1px solid #e65400;
  background-image: url('https://4012572.fs1.hubspotusercontent-na1.net/hubfs/4012572/website-new-v2/images/arr__ac.svg');
  color: #e65400;
}

.menu__mid {
  width: 30%;
  height: 100%;
  min-height: 100px;
  padding: 30px 40px;
  float: left;
  border-right: 1px solid #e5e5e5;
}

.submenu__in {
  display: none;
}

.submenu__in.si {
  display: block;
}

.enlace__submenu {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  font-family: 'Century gothic',sans-serif;
  color: #4a535a;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s;
}

.enlace__submenu.active {
  color: #e65400;
}

.enlace__submenu:hover {
  color: #e65400;
}

.final__menu {
  width: 38%;
  height: 100%;
  padding: 30px;
  float: left;
}

.destacado {
  display: none;
}

.destacado.si {
  display: block;
}

.destacado-sub {
  display: none;
}

.destacado-sub.si {
  display: block;
}

.titulo__menu {
  margin-bottom: 25px;
  font-family: 'Century gothic',sans-serif;
  color: #4a535a;
  font-size: 15px;
  line-height: 21px;
  font-weight: 700;
}

.enlace__destacado {
  width: 100%;
  min-height: 150px;
  text-decoration: none;
}

.imagen__destacado {
  height: 300px;
}

.texto__des {
  margin-top: 15px;
  font-family: 'Century gothic',sans-serif;
  color: #4a535a;
  font-size: 15px;
  font-weight: 700;
}

.menu__mobile {
  width: 100%;
  float: left;
  display: none;
}

.enlace__nav {
  position: relative;
  z-index: 1;
  color: #2f3e49;
  text-decoration: none;
  transition: color .2s;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center; 
}

.enlace__nav.active {
  color: #e65400;
}

.submenu__interior {
  position: relative;
  top: 100%;
  z-index: 999;
  display: block;
  width: 240px;
  min-height: 50px;
  padding: 25px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}

.enlace__submenu__interior {
  display: inline-block;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #4a535a;
  text-decoration: none;
  transition: color .2s;
  text-align: initial;
}

.enlace__submenu__interior.active {
  color: #e65400;
}

.enlace__submenu__interior:hover {
  color: #e65400;
}

.int__sub {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
}

.searchHeaderMovil {
  display: none;
}

.suscribete_a_inspire {
  transition: opacity .2s;
  display: inline-block;
}

.suscribete_a_inspire:hover {
  opacity: .8;
}

.banner-results {
  background-image: url(https://4012572.fs1.hubspotusercontent-na1.net/hubfs/4012572/website-new-v2/images/banner_principal-1.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
  background-color: #eee;
}

.results {
  padding: 40px 20px 80px;
}

.c-results {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.results-heading {
  margin-bottom: 20px;
  text-align: center;
}

.results-heading__title {
  color: #4a535a;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 0;
  margin-top: 0;
  font-family: 'Century gothic',sans-serif;
  font-weight: 500;
}

.results-heading__title--bold {
  font-weight: bold;
}

.results-item-article__link {
  font-family: 'Century gothic',sans-serif;
  display: block;
  border-bottom: 1px solid #e7e7e7;
  color: #333; 
  padding: 15px;
  padding-right: 40px;
  background-image: url(https://www.aristaint.com/hubfs/website-new-v2/images/arrow-submit-inspire.svg);
  background-position: 98% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  text-decoration: none;
  font-size: 16px;
  transition: .2s;
  font-weight: 500;
}

.results-item-article__link:hover {
  color: #e65400;
  border-bottom-color: #e65400;
}

.hs-search-results__description {
  display: none;
}

.hs-search-results__title {
  background-image: url(https://www.aristaint.com/hubfs/website-new-v2/images/arrow-submit-inspire.svg);
  background-position: 98% 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-bottom: 1px solid #e7e7e7;
  color: #333;
  display: block;
  font-family: 'Century gothic',sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 40px 15px 15px;
  text-decoration: none;
  transition: .2s;
}

.hs-search-results__title:hover {
  color: #e65400;
  border-bottom-color: #e65400;
  background-image: url(https://4012572.fs1.hubspotusercontent-na1.net/hubfs/4012572/website-new-v2/images/arrow-submit-inspire-active.svg);
}

.hs-search-results__pagination {
  margin-top: 20px;
}

.hs-search-results__prev-page {
  color: #333;
  display: block;
  font-family: 'Century gothic',sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.hs-search-results__prev-page:hover {
  text-decoration: underline;
}

.hs-search-results__next-page {
  color: #333;
  display: block;
  font-family: 'Century gothic',sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: color .2s:
}

.hs-search-results__next-page:hover {
  text-decoration: underline;
}

.hs-search__no-results {
  text-align: center;
  font-family: 'Century gothic',sans-serif;
  font-size: 16px;
}

.item_nav_pro:hover .interior__menu {
  display: block !important;
}

.item_nav_movil_arrow {
  display: none;

}

.item_nav.item_nav_movil {
  display: none;
}

.slider__home {
  display: block;
}

.slider__home.slider__home__mobile {
  display: none;
}

@media screen and (min-width: 1400px) and (max-width: 3080px) {
  .interior__menu {
    max-width: 70%;
  }
}

@media screen and (max-width: 1280px) {
  .item_nav.item_nav_has_sub.last.var .int__sub {
    left: auto;
    right: 0;
  }
}

@media screen and (min-width: 976px) and (max-width: 1025px) {
  /* Estilos que se aplicarán solo cuando el ancho esté entre 976px y 1025px */
  .enlace__nav {
    padding: 20px 10px !important;
  }
}

@media screen and (min-width: 991px) {
  .item_nav.var:hover .enlace__nav {
    color: #e65400;
  }

  .item_nav_pro:hover .item_nav {
    color: #e65400;
  }

  .item_nav.var:hover .int__sub{
    display:block !important;
  }
}

@media screen and (max-width: 991px) {
  .item_nav_test .hs-cta-node a {
    color: #000;
  }
  
  .item_nav_test .hs-cta-node a:hover {
    color: #e65400;
  }
  
  .item_nav_test .enlace__nav {
    width: auto;
  }

  .item_nav_test .enlace__nav {
    padding: 12px 10px;
    width: 100%;
  }

  .enlace_mobile_arrow {
    background-color: transparent;
    padding: 9px 18px;
    flex: auto;
    text-align: right;
  }

  .enlace_mobile_arrow:hover svg path {
    fill: #e65400;
  }

  .enlace_mobile_arrow svg {
    width: 8px;
    vertical-align: middle;
  }

  .enlace_mobile_arrow.active svg {
    transform: rotate(90deg);
  }

  .fila__mobile {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid rgba(47, 62, 73, 0.1);
  }

  .item_nav_pro {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.13);
  }

  .item_nav_pro .item_nav {
    border: none;
  }

  .item_nav_pro:hover .interior__menu {
    display: none !important;
  }

  .item_nav_movil_arrow {
    display: block;
    background-color: transparent;
    flex: auto;
    text-align: right;
  }

  .item_nav_movil_arrow svg {
    width: 15px;
    vertical-align: middle;
  }

  .item_nav_movil_arrow.active svg {
    transform: rotateZ(180deg);
  }

  .item_nav_movil_arrow:hover svg path {
    fill: #e65400;
  }

  .form_block select {
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    appearance: auto !important;
  }

  .item_nav.item_nav_movil {
    display: block;
  }

  .item_nav.item_nav_desk {
    display: none;
  }

  .contenedor.contenedor-flex-movil {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
  }

  .w-nav-overlay {
    height: 100% !important;
    position: static;
  }

  .menu__mobile {

  }

  .in__search {
    display: none !important;
  }

  .lupa.desktop {
    display: none;
  }

  .searchHeaderMovil {
    display: block;
    background-color: #fff;
    border-top: 1px solid rgba(0,0,0,.13);
    padding: 15px;
  }

  .w-nav[data-collapse=medium] .w-nav-menu {
    height: 100%;
    background-color: transparent;
    overflow: auto;
  }

  .header.active {
    height: 100%;
    overflow: auto;
  }

  .header {
    padding: 0px;
    background-color: transparent;
  }

  .brand {
    padding: 10px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .nav_menu {
    width: 100%;
  }

  .item_nav {
    height: auto;
    padding: 12px 10px;
    border-style: solid none none;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.13) #000 #000;
    background-color: #fff;
    color: #000;
    font-size: 13px;
    justify-content: flex-start;
  }

  .item_nav.var {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 0;
  }

  .item_nav_has_sub .enlace__nav {
    width: auto;
    display: inline-block;
  }

  .item_nav.item_nav_has_sub.var {
    flex-direction: row;
    flex-wrap: wrap; 
  }

  .lupa {
    height: auto;
    margin-left: 0px;
    padding: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.13);
    background-color: #fff;
    width: 100%; 
  }

  .columna__inspire._1 {
    background-size: cover;
  }

  .columna__inspire._2 {
    background-size: cover;
  }

  .columna__inspire._3 {
    background-size: cover;
  }

  .columna__inspire._4 {
    background-size: cover;
  }

  .columna_block {
    width: 45%;
    margin-bottom: 40px;
  }

  .toggle {
    margin: 10px;
    color: #000;
    width: auto;
  }

  .toggle.w--open {
    background-color: #fff;
    color: #000;
  }

  .in__menu {
    top: 80px;
    position: static;
  }

  .interior__menu {
    display: none;
  }

  .enlace__menu {
    padding: 8px 50px 8px 30px;
    background-color: #fff;
    background-position: 95% 50%;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .enlace__menu.enlace_mobile {
    margin-top: 0px;
    margin-bottom: 0px;
    float: left;
    border: none;
    text-align: left;
    background-image: none;
    display: inline-block;
    width: auto;
  }

  .enlace__submenu {
    margin-bottom: 0px;
    padding: 8px 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.02);
    background-color: #f5f5f5;
    text-align: left;
    padding-left: 40px;
  }

  .submenu_mobile {
    display: none;
    width: 100%;
    padding: 0px;
    float: left;
    background-color: #fff;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .enlace__nav {
    width: 100%;
    margin-bottom: 10px;
    padding: 12px 10px;
    margin-bottom: 0;
    color: #000;
    justify-content: flex-start;
  }

  .enlace__nav:hover {
    color: #e65400;
  }

  .submenu__interior {
    top: 0px;
    width: 100%;
    padding: 0px;
    border-style: none;
  }

  .enlace__submenu__interior {
    margin: 0px;
    padding: 10px 12px;
    background-color: rgba(74, 83, 90, 0.05);
    text-align: left;
    padding-left: 30px;
  }

  .int__sub {
    position: relative;
    display: none;
    width: 100%;
    padding-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .newsletter .hs-error-msgs label {
    text-align: center;
  }

  .jc_txt_cartel{
    border:none;
  }

  .banner__home {
    height: 400px;
  }

  .brand {
    width: 30%;
  }

  .titulo__inspire {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 25px;
  }

  .texto__inspire.var {
    font-size: 13px;
    line-height: 18px;
  }

  .columna__inspire._1 {
    background-size: cover;
  }

  .columna__inspire._2 {
    background-size: cover;
  }

  .columna__inspire._3 {
    background-size: cover;
  }

  .columna__inspire._4 {
    background-size: cover;
  }

  .abajo__home {
    padding: 35px 25px 0px;
  }

  .columna_block {
    margin-bottom: 25px;
  }

  .columna__footer {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 15px;
    margin-left: 0%;
    padding: 0px;
    text-align: center;
  }

  .columna__footer.var {
    min-height: auto;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .input_newsletter {
    text-align: left;
  }

  .enlace_footer {
    margin-bottom: 10px;
    text-align: center;
  }

  .social__footer {
    width: 100%;
    margin-top: 15px;
    text-align: center;
  }

  .inte {
    width: 105%;
    margin-left: -2.5%;
  }

  .enlace__menu.enlace_mobile {
    padding-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .jc_slider_landings {
    height: 400px !important;
  }  

  .jc_cont_ban_lands {
    padding-top: 150px !important;
    height: auto;
    max-height: fit-content;
  }

  .slider__home {
    display: none;
  }

  .slider__home.slider__home__mobile {
    display: block;
  }

  .hs-search-results__title {
    font-size: 14px;
  }

  .hs-search-results__prev-page {
    font-size: 14px;
  }

  .hs-search-results__next-page {
    font-size: 14px;
  }

  .header {
    padding: 0px;
  }

  .brand {
    width: 40%;
    padding: 0px 0px 0px 10px;
  }

  .logo {
    height: 40px;
    margin-top: 10px;
  }

  .inspire__home {
    padding: 25px;
  }

  .columna__inspire {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }

  .columna_block {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }

  .inte {
    width: 100%;
    margin-left: 0%;
  }

  .toggle {
    margin: 0px;
  }

  .in__menu {
    top: 60px;
  }

  .enlace__menu.enlace_mobile {
    padding-left: 20px;
  }
}
@font-face {
  font-family: "Century gothic";
  src: url('https://cdn2.hubspot.net/hubfs/4012572/fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'),  
    url('https://cdn2.hubspot.net/hubfs/4012572/fonts/CenturyGothic.woff') format('woff'), 
    url('https://cdn2.hubspot.net/hubfs/4012572/fonts/CenturyGothic.ttf')  format('truetype'), 
    url('https://cdn2.hubspot.net/hubfs/4012572/fonts/CenturyGothic.svg#CenturyGothic') format('svg');
  font-weight: 400;
  font-style: normal;

}@font-face {
  font-family: "Century gothic";
  src: url('https://cdn2.hubspot.net/hubfs/4012572/fonts/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),  
    url('https://cdn2.hubspot.net/hubfs/4012572/fonts/CenturyGothic-Bold.woff') format('woff'), 
    url('https://cdn2.hubspot.net/hubfs/4012572/fonts/CenturyGothic-Bold.ttf')  format('truetype'), 
    url('https://cdn2.hubspot.net/hubfs/4012572/fonts/CenturyGothic-Bold.svg#CenturyGothic-Bold') format('svg');
  font-weight: 700;
  font-style: normal;

}