/* CSS */
:root {
  font-family: Inter, sans-serif;
  font-feature-settings: 'liga' 1, 'calt' 1; /* fix for Chrome */
}
@supports (font-variation-settings: normal) {
  :root { font-family: InterVariable, sans-serif; }
}


body {
  color: #444242;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 22px;
}

h1 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

.section.hero {
  width: 100%;
  height: 100vh;
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .33), rgba(0, 0, 0, .33)), url('../images/hero-bkg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.agenda {
  color: #fff;
  background-color: #444242;
  padding-top: 60px;
  position: relative;
}

.section.descarga-guia {
  background-color: #d5d5d5;
  padding-top: 60px;
  display: none;
}

.section.partners {
  background-color: #f2f2f2;
  padding-top: 80px;
  padding-bottom: 100px;
}

.section.contact {
  background-image: url('../images/contact-bkg.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 100px;
}

.container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.container.hero {
  width: 65%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container.agenda {
  display: flex;
  position: relative;
}

.container.equipo {
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 30px;
  display: flex;
}

.container.descarga-guia {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container.partener {
  grid-column-gap: 20px;
  grid-row-gap: 70px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container.title {
  text-align: center;
  padding-bottom: 80px;
  
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
}

.container.contact {
  align-items: center;
  display: flex;
}

.container.footer {
  padding-top: 60px;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}

.nav-link:hover {
  color: #08407c;
}

.nav-menu {
  margin-left: 40px;
}

.navbar-container {
  align-items: center;
  display: flex;
}

.navbar-social-link {
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.navbar-social-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar-social-image {
  height: 20px;
  position: absolute;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
}

.hero-navbar {
  z-index: 9;
  max-width: 1100px;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.hero-logo {
  height: 68px;
  margin-top: 3px;
}

.navbar-social-hover-image {
  height: 20px;
  position: absolute;
}

.h1-hero {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 20px;
}

.contact-button {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  padding-left: 40px;
  padding-right: 40px;
  
  font-weight: 600;
  transition: color .2s, border-color .2s, background-color .2s;
}

.contact-button.hero {
  margin-top: 60px;
}

.contact-button.hero:hover {
  background-color: #08407c;
  border-color: #08407c;
}

.contact-button.agenda {
  background-color: #08407c;
  border-color: #08407c;
  margin-top: 60px;
}

.contact-button.agenda:hover {
  color: #08407c;
  background-color: #fff;
  border-color: #fff;
}

.contact-button.guia {
  background-color: #08407c;
  border-color: #08407c;
  margin-top: 40px;
  margin-bottom: 40px;
}

.contact-button.guia:hover {
  color: #08407c;
  background-color: #fff;
  border-color: #fff;
}

.agenda-art-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.agenda-wrapper.left {
  width: 50%;
  padding-top: 40px;
  padding-bottom: 80px;
}

.agenda-wrapper.right {
  width: 50%;
  position: relative;
  overflow: hidden;
}

.agenda-tip-wrapper {
  width: 75%;
  border-bottom: 1px solid #fff;
}

.agenda-tip-wrapper.last {
  border-bottom-style: none;
}

.agenda-tip-txt {
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 17px;
  line-height: 25px;
}

.agenda-subtitle {
  margin-bottom: 30px;
  
  font-size: 22px;
  line-height: 30px;
}

.agenda-calendar-image {
  z-index: 1;
  height: 300px;
  position: absolute;
  top: 30px;
  bottom: auto;
  left: 75px;
  right: 0%;
}

.agenda-phone-image {
  z-index: 2;
  height: 500px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 10px;
  right: 0%;
}

.agenda-art-image {
  height: 100%;
}

.equipo-title {
  width: 80%;
  text-align: center;
  
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
}

.tabs {
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
}

.tabs-menu {
  width: 30%;
  border-left: 1px solid #c8c8c8;
  flex-direction: column;
  display: flex;
}

.tabs-content {
  width: 70%;
  align-items: flex-start;
  display: flex;
}

.equipo-tab-title {
  margin-top: 0;
  
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.tab-link {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 60px;
}

.tab-link.w--current {
  color: #08407c;
  background-color: rgba(0, 0, 0, 0);
  border-left: 1px solid #444242;
}

.text-block {
  
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

.tab-panel {
  padding-left: 60px;
  padding-right: 60px;
  
}

.text-block-2 {
  
  font-size: 15px;
  line-height: 23px;
}

.div-block, .div-block-2, .div-block-3, .agenda-title {
  text-align: left;
}

.text-block-3 {
  text-align: center;
  padding-top: 20px;
  font-size: 16px;
  line-height: 24px;
}

.text-block-4, .partners-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.partners-img.lowe {
  height: 70px;
}

.partners-img.dm {
  width: 170px;
}

.partners-img.arq {
  height: 60px;
}

.partners-img.hf, .partners-img.st, .partners-img.terr, .partners-img.vierci, .partners-img.nova {
  width: 170px;
}

.partners-img.gp {
  width: 180px;
}

.partners-img.nhd {
  height: 80px;
}

.footer-grid {
  text-align: center;
}

.navbar-social-wrapper-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-link-ico-wrapper {
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: flex-end;
  margin-right: 8px;
  display: flex;
  position: relative;
}

.footer-grid-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 40px;
  display: grid;
}

.footer__company-txt {
  margin-top: 30px;
  font-weight: 400;
  line-height: 22px;
}

.footer_link-txt {
  font-size: 20px;
  line-height: 28px;
}

.footer__link-title {
  letter-spacing: 2px;
  font-weight: 300;
}

.footer__link {
  color: #fff;
  align-items: center;
  margin-top: 10px;
  text-decoration: none;
  display: flex;
}

.footer {
  background-color: #444242;
}

.contact-ico-hover-image {
  height: 20px;
  position: absolute;
}

.footer__logo-b {
  width: 180px;
}

.footer__copyright-wrap {
  color: #fff;
  letter-spacing: 1px;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  display: flex;
}

.contact-ico-image {
  height: 20px;
  position: absolute;
}

.footer__copyright-link {
  color: #08407c;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}

.footer__copyright-link:hover {
  color: #fff;
}

.contact-form-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
  
  font-size: 40px;
  font-weight: 400;
  line-height: 32px;
}

.contact-error-message {
  color: #fff;
  text-align: center;
  background-color: #db4747;
  margin-top: 20px;
}

.contact-form__wrap {
  padding: 10px 20px;
}

.contact__input {
  border: 1px #000;
  border-bottom: 1px solid #fff;
  margin-top: 7px;
  margin-bottom: 8px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.contact__input:focus {
  border-bottom: 1px solid #08407c;
}

.contact__input::-ms-input-placeholder {
  color: #141414;
  font-weight: 500;
}

.contact__input::placeholder {
  color: #141414;
  font-weight: 500;
}

.contact__input.left {
  margin-right: 20px;
}

.contact__submit {
  color: #fff;
  background-color: #08407c;
  align-self: flex-start;
  margin-top: 20px;
  padding: 9px 40px;
  font-weight: 500;
  transition: background-color .2s;
}

.contact__submit:hover {
  color: #08407c;
  background-color: #fff;
}

.contact-form__container {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.contact-wrapper.right {
  width: 70%;
}

.div-block-4 {
  display: flex;
}

.text-block-5 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 24px;
}

.whatsapp__wrapper {
  z-index: 8;
  align-items: flex-end;
  margin-right: 40px;
  padding-bottom: 20px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.whtasapp__link {
  width: 60px;
  cursor: pointer;
  display: block;
}

.slider-tall-wrapper {
  height: 360px;
  color: #fff;
  background-color: #444242;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 20px;
  display: flex;
  position: relative;
}

.featured-products_item {
  width: 96%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.slider-tall {
  width: 100%;
  overflow: hidden;
}

.featured-products_wrap {
  width: 100%;
  max-width: 1100px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

.featured-products_list-wrap {
  width: 100%;
  max-width: 1100px;
  overflow: hidden;
}

.featured-products_list {
  position: relative;
}

.image {
  height: 26px;
}

.text-block-6 {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
}

.div-block-6, .div-block-7, .div-block-8 {
  display: flex;
}

.div-block-9 {
  padding-bottom: 15px;
  display: flex;
}

.div-block-10 {
  justify-content: flex-end;
  padding-top: 15px;
  padding-bottom: 20px;
  display: flex;
}

.text-block-7 {
  color: #d5d5d5;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
}

@media screen and (max-width: 991px) {
  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-menu {
    margin-left: 32px;
  }

  .hero-navbar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-logo {
    left: 20px;
  }

  .menu-button {
    margin-left: 40px;
  }

  .agenda-calendar-image {
    left: 10px;
  }

  .footer__link-title {
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 20px;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-form-title {
    font-size: 26px;
  }

  .whatsapp__wrapper {
    margin-right: 20px;
    padding-bottom: 20px;
  }

  .featured-products_item {
    width: 98%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .section.agenda {
    padding-top: 20px;
  }

  .section.partners {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container.hero {
    width: 90%;
  }

  .container.agenda {
    flex-direction: column;
  }

  .container.equipo {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .container.partener {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
  }

  .nav-link {
    text-align: right;
  }

  .nav-menu {
    background-color: #444242;
    margin-top: 10px;
    margin-left: 0;
  }

  .navbar-social-wrapper {
    display: none;
  }

  .navbar {
    flex: 1;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-navbar {
    background-color: #444242;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: block;
  }

  .brand {
    padding-left: 0;
  }

  .brand.w--current {
    padding-left: 20px;
  }

  .hero-logo {
    height: 50px;
  }

  .menu-button {
    color: #fff;
    margin-left: auto;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .agenda-wrapper.left {
    width: 100%;
  }

  .agenda-wrapper.right {
    display: none;
  }

  .agenda-subtitle {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .equipo-title {
    width: 100%;
    font-size: 24px;
    line-height: 32px;
  }

  .tabs {
    flex-direction: column;
    padding-top: 40px;
  }

  .tabs-menu {
    width: 100%;
    border-left-style: none;
    flex-direction: row;
    justify-content: center;
    padding-bottom: 30px;
  }

  .tabs-content {
    width: 100%;
  }

  .tab-link {
    padding-left: 0;
  }

  .tab-link.w--current {
    border-left-style: none;
  }

  .tab-panel {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-grid {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-grid-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .footer__company-txt {
    text-align: center;
    margin-top: 0;
  }

  .footer_link-txt {
    font-size: 22px;
    line-height: 32px;
  }

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

  .footer__link {
    justify-content: center;
    margin-top: 5px;
  }

  .footer {
    padding-top: 20px;
  }

  .footer__logo-b {
    margin-bottom: 20px;
  }

  .footer__copyright-wrap {
    padding: 10px 20px;
  }

  .contact__submit {
    font-size: 16px;
    line-height: 24px;
  }

  .contact-wrapper.right {
    width: 100%;
  }

  .whatsapp__wrapper {
    display: none;
  }

  .featured-products_item {
    width: auto;
  }
}

@media screen and (max-width: 479px) {
  .section.contact {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .nav-link {
    font-size: 14px;
    font-weight: 400;
  }

  .nav-menu {
    margin-top: 3px;
  }

  .navbar-social-wrapper {
    margin-top: 10px;
    display: none;
  }

  .navbar-social-image {
    height: 20px;
  }

  .hero-navbar {
    z-index: 10;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
    position: fixed;
  }

  .hero-logo {
    height: 38px;
  }

  .navbar-social-hover-image {
    height: 20px;
  }

  .agenda-tip-wrapper {
    width: 100%;
  }

  .tabs-menu {
    flex-direction: column;
    align-items: center;
  }

  .tab-link {
    text-align: center;
    flex-direction: column;
    margin-top: 5px;
    margin-bottom: 5px;
    display: flex;
  }

  .navbar-social-wrapper-2 {
    margin-top: 10px;
  }

  .footer_link-txt {
    font-size: 18px;
    line-height: 28px;
  }

  .contact-ico-hover-image {
    height: 20px;
  }

  .footer__logo-b {
    width: 180px;
  }

  .footer__copyright-wrap {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
  }

  .contact-ico-image {
    height: 20px;
  }

  .contact-form-title {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
  }

  .contact-form__wrap {
    padding: 0;
  }

  .div-block-4 {
    flex-direction: column;
  }

  .text-block-5 {
    text-align: center;
    margin-bottom: 40px;
  }

  .whatsapp__wrapper {
    width: 70px;
    margin-right: 10px;
    padding-bottom: 40px;
    display: none;
  }

  .featured-products_wrap {
    margin-top: 40px;
  }
}

#w-node-_36d98e36-225e-3a77-adcf-f8951bb62961-54029e5e, #w-node-_8e026575-d711-d2bd-c853-97da63cdd73a-54029e5e, #w-node-_36d98e36-225e-3a77-adcf-f8951bb62964-54029e5e, #w-node-_36d98e36-225e-3a77-adcf-f8951bb62967-54029e5e, #w-node-_77e28984-2430-9af7-37d3-a64f7920ae26-54029e5e {
  align-self: center;
  justify-self: center;
}

#w-node-_57062830-e5e8-c654-d5ab-6c7b6fcef3fc-54029e5e, #w-node-_3bbc5e6e-8eac-ea93-4256-9b45316bb589-54029e5e, #w-node-_08546c06-ec52-d183-4b6b-8148f6894082-54029e5e, #w-node-_409cfb5a-1fe4-9742-4a99-ed0639d0f378-54029e5e, #w-node-ced0bb31-cedc-8a36-2d7a-c78d5cda7610-54029e5e, #w-node-ef1768ff-3307-d84e-24ee-6d278b2fe1b2-54029e5e, #w-node-_6f1e58b8-24e1-1e31-0d18-6734cd4e1138-54029e5e, #w-node-f6bf65ab-da56-4136-5bab-b4c29e4b469e-54029e5e, #w-node-a22ad038-cf52-2eb8-4517-b81184205568-54029e5e, #w-node-f6386e98-2e8d-2eea-7478-9f0687dbe802-54029e5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a09fc6a-1e40-5488-43ea-d4216a1d497b-54029e5e {
  justify-self: start;
}

#w-node-_5a09fc6a-1e40-5488-43ea-d4216a1d4982-54029e5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_5a09fc6a-1e40-5488-43ea-d4216a1d4991-54029e5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_5a09fc6a-1e40-5488-43ea-d4216a1d4993-54029e5e, #w-node-_5a09fc6a-1e40-5488-43ea-d4216a1d4996-54029e5e, #w-node-_5a09fc6a-1e40-5488-43ea-d4216a1d4999-54029e5e, #w-node-_5a09fc6a-1e40-5488-43ea-d4216a1d499c-54029e5e, #w-node-_5a09fc6a-1e40-5488-43ea-d4216a1d499f-54029e5e {
  align-self: center;
  justify-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-_5a09fc6a-1e40-5488-43ea-d4216a1d497b-54029e5e, #w-node-_5a09fc6a-1e40-5488-43ea-d4216a1d4991-54029e5e {
    justify-self: center;
  }
}


