/*
===========configure settings===========
*/

body {
  font-size, 20px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 400;
}

 header.header--no-navigation
 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50px;
  z-index: 10;

 }
 header.header--no-navigation .header__container.content-wrapper
 {
  display: flex;
  align-items: center;
  justify-content: center;
 }
 .header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
  justify-content: center;
  margin-right: auto;
  width: fit-content;
  padding: 10px;
  margin-left: auto;
}
/* Estilos del módulo Popups */
.modal .modal__container {
  max-width: 750px;
}

.modal .modal__container form,
.modal .modal__container .form-title{
  background-color: unset;
}

.modal .modal__container .modal__titulo {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 24px;
    font-weight: 100;
}

.modal .modal__container .modal__descripcion {
    font-size: 18px;
    line-height: 1.35;
    margin-bottom: 24px;
    font-weight: 100;
}

.modal .modal__container .form-title,
.modal .modal__container form label 
{
  display:none;
}

.modal .modal__container form .field
{
  margin-bottom: 16px;
}

.modal .modal__container form .input input,
.modal .modal__container form select 
{
    background-color: rgb(255 255 255) !important; 
    padding: 12px !important;
    font-size: 16px;
}

.modal .modal__container .legal-consent-container .hs-richtext p {
  text-align: left;
  font-size: 14px;
}

.modal .modal__container form .actions input[type=submit] { 
    text-decoration: none;
    padding: 8px;
    width: 100%;
    color: #fff;
}
.modal .modal__container form .actions input[type=submit]:hover
{
  filter: brightness(.9);
}

.modal .modal__container .cta--full-width {
    width: 100%;
    text-align:center;
}

body,
footer *,
footer ul li a
 {
    font-family: "Urbanist",sans-serif;
    font-weight: 100;
 }
  footer .social-links__icon { 
     margin: 3px; 
 }

 footer .hs-image-widget 
 {
     width: 100%;
 }
 footer .footer-brand {
  background-color: #313135;
  padding: 40px 0;
}
.text-center
{
  text-align: center;
}
.map_txt_section, .listIcon_video_section
{
  position: relative;
  overflow: hidden;
}
.listIcon_video_section::before
{
  content: '';
  background-image: url('https://4535918.fs1.hubspotusercontent-na1.net/hubfs/4535918/Sources%202021/Hojas%207.png');
  width: 400px;
  height: 150px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -50px;
  bottom: -10px;
}
.map_txt_section::before{
  content: '';
  background-image: url('https://4535918.fs1.hubspotusercontent-na1.net/hubfs/4535918/Sources%202021/Hojas%203.png');
  width: 300px;
  height: 280px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -50px;
  bottom: -120px;
}
@media screen and (max-width: 767px){
  .row-number-1.dnd-section img
  {
        margin-top: 0px !important;
  }
  .header__container {
      flex-direction: column;
      padding: 0;
  }
  header .hs_cos_wrapper.hs_cos_wrapper_type_module .hs-image-widget {
    margin-top: 0px;
  }
}