







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */


























/* 1d. Buttons */













/* 1e. Forms */









































/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */








.content-wrapper {
  max-width: 1240px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 1rem;
}

.dnd-section > .row-fluid {
  max-width: 1240px;
}





html {
  font-size: 16px;
}

body {
  font-weight: 400; font-family: Avenir;
  color: #1e1e1e;
  font-size: 16px;
}

/* Paragraphs */

p {
  font-weight: 400; font-family: Avenir;
}

/* Anchors */

a {
  font-weight: 400; font-family: Avenir;
  color: #0270E0;
}

a:hover,
a:focus {
  font-weight: 400; font-family: Avenir;
  color: #0048b8;
}

a:active {
  font-weight: 400; font-family: Avenir;
  color: #2a98ff;
}

/* Headings */

h1,
.h1 {
  font-weight: 900; font-family: 'Neue Machina';
  color: #1e1e1e;
  font-size: 44px;
  text-transform: none;
}

h2,
.h2 {
  font-weight: 900; font-family: 'Neue Machina';
  color: #1e1e1e;
  font-size: 36px;
  text-transform: none;
}

h3,
.h3 {
  font-weight: 900; font-family: 'Neue Machina';
  color: #1e1e1e;
  font-size: 28px;
  text-transform: none;
}

h4,
.h4 {
  font-weight: 400; font-family: 'Neue Machina';
  color: #1e1e1e;
  font-size: 24px;
  text-transform: none;
}

h5,
.h5 {
  font-weight: 600; text-decoration: none; font-family: 'Playfair Display', serif; font-style: normal;
  color: #1e1e1e;
  font-size: 20px;
  text-transform: none;
}

h6,
.h6 {
  font-weight: 600; text-decoration: none; font-family: 'Playfair Display', serif; font-style: normal;
  color: #1e1e1e;
  font-size: 16px;
  text-transform: none;
}

@media(max-width: 767px){
  h1, .h1{ 
    font-size: 30px;
  }
  h2, .h2{ 
    font-size: 28px;
  }
  h3, .h3{ 
    font-size: 26px;
  }
  h4, .h4{ 
    font-size: 24px;
  }
  h5, .h5{ 
    font-size: 22px;
  }
  h6, .h6{ 
    font-size: 30px;
  }

}

@media(max-width: 376px){
  h1, .h1{ 
    font-size: 27px;
  }
  h2, .h2{ 
    font-size: 25px;
  }
  h3, .h3{ 
    font-size: 23px;
  }
  h4, .h4{ 
    font-size: 21px;
  }
  h5, .h5{ 
    font-size: 19px;
  }
  h6, .h6{ 
    font-size: 17px;
  }

}

/* Blockquote */

blockquote {
  border-left-color: #E89728;
}





button,
.button,
.hs-button,
.hs-blog-post-listing__post-button {
  border: 1px solid #31445E;

  padding-top: 15px;
padding-right: 30px;
padding-bottom: 15px;
padding-left: 30px;

  font-family: 'Playfair Display', serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(66, 91, 118, 0.0)

;
  border-radius: 0px;
  color: #31445e;
  font-size: 16px;
  text-transform: none;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.hs-button:hover,
.hs-button:focus,
.hs-blog-post-listing__post-button:hover,
.hs-blog-post-listing__post-button:focus {
  border: 1px solid #31445E;
;
  font-family: 'Playfair Display', serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  background-color: 

  
  
    
  


  rgba(49, 68, 94, 1.0)

;
  border-radius: 0px;
  font-size: 16px;
}

button:active,
.button:active,
.hs-button:active,
.hs-blog-post-listing__post-button:active {
  font-family: 'Playfair Display', serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: rgba(106, 131, 158, 0.0);
  border-color: #596c86;
}

@media(max-width: 767px){
  button,
  .button,
  .hs-button,
  .hs-blog-post-listing__post-button {
    display: block;
    text-align: center;
  }
}





form,
.submitted-message {
  font-weight: 400; font-family: Avenir;
  border: 1px none #F8FAFC;
;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: 

  
  
    
  


  rgba(232, 151, 40, 0.0)

;
  padding: 0px;
;
}

/* Form title */

.form-title {
  border: 1px none #E89728;
;
  padding-top: 0px;
padding-right: 0px;
padding-bottom: 30px;
padding-left: 0px;
;
  ;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 28px;
  color: #1e1e1e;
  background-color: 

  
  
    
  


  rgba(232, 151, 40, 1.0)

;
}


/* Labels */

form label {
  color: #3a3a3a;
}

/* Help text */

form legend {
  color: #3a3a3a;
}

/* Inputs */

form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border: 2px solid #D1D6DC;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #3a3a3a;
  border-radius: 3px;
  border: none;
  border-bottom: 1px solid #3a3a3a;
  padding-left: 0;
  padding-right: 0;
  
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #FFF;
}

::-moz-placeholder {
  color: #FFF;
}

:-ms-input-placeholder {
  color: #FFF;
}

::placeholder {
  color: #FFF;
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  background: #08251D;
}

.fn-date-picker td .pika-button:hover {
  background-color: #08251D !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #08251D;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 1px none #08251D;
;
  padding-top: 15px;
padding-right: 30px;
padding-bottom: 15px;
padding-left: 30px;
;
  font-family: Bellefair, serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 22px;
  background-color: 

  
  
    
  


  rgba(8, 37, 29, 1.0)

;
  border-radius: 0px;
  text-transform: none;
  background: transparent;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background: white;
  color: #000;
  border-color: #000;
  font-size: 22px;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(106, 131, 158, 0.0);
  border-color: #596c86;
}





/* Table */

table {
  border: 1px solid #3a3a3a;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 1px solid #3a3a3a;

  padding: 18px;

  color: #3a3a3a;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(8, 37, 29, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #3a3a3a;
}





.header {
  position: absolute;
  width: 100%;
  background-color: transparent;<<
}

@media (max-width: 767px) {
  .header__logo--main {
    padding-left: 20px !important; 
  }
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #FFF;
  font-family: Avenir;
}

.menu__child-toggle-icon {
  border-top-color: #FFF;
}

@media (max-width: 767px) {
  .menu__item--depth-1 {
    border-top: 0px !important;
    padding: 0.5rem 0 !important;
  }
}

.menu .menu__link:hover,
.menu .menu__link:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: #d7d7d7;
}

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus {
  border-top-color: #d7d7d7;
}

.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #ffffff;
}

.menu__child-toggle-icon:active {
  border-top-color: #ffffff;
}

.menu .menu__item--depth-1 > .menu__link--active-link:after {
  /* background-color: #FFF; */
}

@media (min-width: 767px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    border: 2px solid #08251D;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    border: 2px solid #08251D;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

.menu .menu__submenu,
.menu__submenu{
  border-radius: 6px;
  border: 0px;
  padding: 10px;
}

.menu__submenu .menu__item{
  border-bottom: 0px !important;  
}

.menu__submenu--level-2 > .menu__item:first-child::before{
  border: 0px;
  background-color: transparent;
  box-shadow: none !important;
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: #3a3a3a;
  /* background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

; */
  font-weight: bold;
}

.menu__submenu--level-2{
  transform: translateX(0%) !important;
}

@media (max-width: 767px) {
  .menu__item--has-submenu > .menu__link{
    width: 100% !important;
  }
  
  .header__container { 
    align-items: center; 
    z-index: 9999; 
  }
  
  .header__container {
    position: absolute;
  }
  
  .header__navigation.open {
    top: 0;
    padding: 200px 25px 0px 25px;
    text-align: left;
    min-height: 100vh;
    z-index: -2;
  }
  
  .menu--mobile .menu__submenu .menu__item {
    border-top: 0;
    background-color: #000;
  }
  
  .menu--mobile .menu__submenu .menu__item .menu__link{
    color: #FFF;
  }
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #08251D;
}

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
  /* background-color: 

  
  
    
  


  rgba(232, 151, 40, 1.0)

; */
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(232, 151, 40, 1.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Avenir;
}

.header__language-switcher-label-current:after {
  border-top-color: #FFF;
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(232, 151, 40, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #FFF;
  }
}





.footer {
  background-color: 

  
  
    
  


  rgba(8, 37, 29, 1.0)

;
}

/* Footer content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #fff;
}





.blog-post,
.blog-header__inner,
.blog-related-posts {
  padding: 80px 0;
}

/* Blog post */

.blog-post__meta a {
  color: #1e1e1e;
}

.blog-post__tag-link {
  color: #1e1e1e;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #000000;
}

.blog-post__tag-link:active {
  color: #464646;
}

/* Blog related posts */

.blog-related-posts__title-link,
.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:active {
  font-weight: 900; font-family: 'Neue Machina';
  text-transform: none;
}

.blog-related-posts__title-link {
  color: #1e1e1e;
}

.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus {
  color: #000000;
}

.blog-related-posts__title-link:active {
  color: #464646;
}

/* Blog comments */

.blog-comments {
  margin-bottom: 80px;
}

#comments-listing .comment-reply-to {
  color: #0270E0;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #0048b8;
}

#comments-listing .comment-reply-to:active {
  color: #2a98ff;
}





.hs-search-results__title {
  font-weight: 900; font-family: 'Neue Machina';
  color: #1e1e1e;
}





/* Blog listing */

.hs-blog-post-listing__post-title-link,
.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus,
.hs-blog-post-listing__post-title-link:active {
  font-weight: 900; font-family: 'Neue Machina';
  text-transform: none;
}

.hs-blog-post-listing__post-title-link {
  color: #1e1e1e;
}

.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus {
  color: #000000;
}

.hs-blog-post-listing__post-title-link:active {
  color: #464646;
}


.hs-blog-post-listing__post-tag,
.hs-blog-post-listing__post-author-name {
  color: #1e1e1e;
}

/* Blog pagination */

.hs-pagination__link-text,
.hs-pagination__link--number {
  color: #1e1e1e;
}

.hs-pagination__link:hover .hs-pagination__link-text,
.hs-pagination__link:focus .hs-pagination__link-text,
.hs-pagination__link--number:hover,
.hs-pagination__link--number:focus {
  color: #000000;
}

.hs-pagination__link:active .hs-pagination__link-text,
.hs-pagination__link--number:active {
  color: #464646;
}

.hs-pagination__link-icon svg {
  fill: #1e1e1e;
}

/* Pricing card */

.card__price {
  font-weight: 900; font-family: 'Neue Machina';
  color: #1e1e1e;
  font-size: 28px;
}

.card__body svg {
  fill: #08251D;
}

/* Social follow */

.social-links__icon {
  background-color: #08251D;
}

.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #000000;
}

.social-links__icon:active {
  background-color: #304d45;
  font-weight: 900; font-family: 'Neue Machina';
  color: #1e1e1e;
  font-size: 28px;
}



:root{
  --column-gap: 5px;
}


.hs_cos_wrapper_type_linked_image img{
  display: block;
}

footer .menu__wrapper{
  display: grid;
  grid-template-columns: repeat(3, 33fr);
  grid-gap: 10px;
}
footer .menu__wrapper .menu__item{
  padding: 0; 
}
footer .menu__wrapper>.menu__item>.menu__link{
  text-transform: none; 
  font-family: "Avenir";
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  padding-bottom: 12px;
}
footer .menu__wrapper .menu__item>.menu__child-toggle{
  display: none 
}
footer .menu__wrapper>.menu__item> .menu__submenu{
  display: block !important;
  background-color: transparent !important;
  position: relative !important;
  left: 0 !important;
  width: 100%;
  height: 100%;
  top: 0 !important;
  transform: none !important;
  box-shadow: none;
}

footer .menu__wrapper>.menu__item> .menu__submenu .menu__item{
  border: none;
}
footer .menu__wrapper>.menu__item> .menu__submenu--level-2>.menu__item:first-child:before{
  display: none; 
}
footer .menu__wrapper>.menu__item> .menu__submenu .menu__item .menu__link{
  padding: 10px 0;
}

@media(max-width: 767px){
  footer .menu__wrapper{
    display: grid;
    grid-template-columns: 100%;
  }
}

.menu .menu__item--depth-1 > .menu__link--active-link::after{
  background-color: transparent !important;
}
@media (max-width: 767px) {
  .header__language-switcher--toggle.open, .header__navigation--toggle.open, .header__search--toggle.open {
   margin: 0 5vw !important; 
  }
}

.hs_cos_wrapper_type_rich_text *:last-child{
  margin-bottom: 0   
}
@media(max-width: 767px){
  
  footer .menu__item--depth-1 > .menu__link{
    padding-left: 0;
    padding-right: 0;
  }
}

header .menu__item.menu__item--depth-1 a{
  font-size: 16px;
}

.hs-form-b85e65b4-3b76-42a2-b84c-20270b194868 .hs-form__actions__submit{
  border: 1px solid #151515 !important;
  border-radius: 0 !important;
}

ul.inmova-list {
  list-style-type: none; /* Oculta las viñetas predeterminadas */
  padding: 0; /* Quita el padding predeterminado */
}
ul.inmova-list li {
  padding-left: 25px; /* Espacio para la viñeta */
  background: url(//44419847.fs1.hubspotusercontent-na1.net/hubfs/44419847/raw_assets/public/Immova%20Theme/images/bullet.png) no-repeat left top; /* Usa la imagen como viñeta */
  background-size: 18px 24px; /* Ajusta el tamaño de la imagen */
  margin-bottom: 15px; /* Ajusta el margen inferior de los elementos de la lista */
}

/*
ul.inmova-list li::before{
  content: '';
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
  background: 
  background-size: 24px;
}
*/