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

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/
@font-face {
  font-family: "Calibri";
  src: url("https://14498202.fs1.hubspotusercontent-na1.net/hubfs/14498202/custom-video-thumbnails/Calibri.woff") format("woff");
}

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

body {
  font-family:"Calibri";
  padding: 0;
  margin: 0;
  color: #58595B;
}

/***** resultados de busqueda styles****/
form {
  text-align: center;
  margin-top: 30px;
}
.hs-search-field__input {
    box-sizing: border-box;
    width: 100%;
    max-width: 990px;
    padding: 10px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 30px;
    font-family: Inter, Arial;
    border-radius: 10px;
    border-color: #eb7a38;
}
.hs-search-results__listing {
   list-style: none;
    margin: 0 auto;
    padding: 0;
    /* background: #fafafa; */
    margin-bottom: 30px;
    max-width: 1200px;
}
.hs-search-field {
    position: relative;
    padding: 80px 20px !important;
}

.hs-search-results__listing li {
    margin: 20px;
    padding: 10px;
    background: #fafafa;
    border-radius: 8px;
}
.hs-search-results__listing li a{
    font-size: 20px;
    line-height: 28px;
    text-decoration: none;
    color: #06255e;
    font-weight: 700;
}
.hs-search-highlight {
    color: #ff7f30;
}

.img {
    height: auto;
    margin: 50px;
}

  
  /****************navbar styles****************************************/
#menu {
background: #ffffff 0 0 no-repeat padding-box; box-shadow: 1px 3px 9px 1px #00000012;
} 

#menu a {
  color: #06255e;
  font-size: 18px;
  
}  
#menu a:hover {
    color: #06255e;
}
}  
input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}

h2 {
  font-size: 30px !important;
  color: #0460A9;
}

h3 {
  color: #0460A9;
  font-size:22px;
}

.hs-input:focus {
  outline: none;
}


.body__container {
  position: relative;
  display: flex !important;
  justify-content: center;
}

.container__content {
  max-width: 1200px;
}



.post-listing {
  display: flex;
  position: relative;
  justify-content: flex-start;
  gap: 36px;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
}

.post-listing a {
  text-decoration: none;
}

.post-title h2 {
  margin-block-start: 0.4em;
}

.post-title a {
  font-weight: bold;
  font-size: 22px;
  color: #415364;
}

.topic-link {
  text-transform: uppercase;
  color: #eb7a38;
  font-size: 15px;
}

.post-item {
  background-color: #F8FBFD;
  min-width: 376px;
  max-width: 30%;
  box-sizing: border-box;
}

.post-item:hover {
  box-shadow: 0px 0px 20px #0000001a;
}


.post-body-list {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.content-post-list {
  padding: 10%;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
}

.post-date::before {
  content: url('https://19575552.fs1.hubspotusercontent-na1.net/hubfs/19575552/Icon%20feather-calendar.svg');
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.post-date {
  color: #eb7a38; 
  font-size: 15px;
  text-transform: capitalize;
}

.post-time::before {
  content: url('https://19575552.fs1.hubspotusercontent-na1.net/hubfs/19575552/Icon%20Watch.svg');
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.post-time {
  color: #eb7a38; 
  font-size: 15px;
  margin-left: 12%;
}

.post-item img {
  max-width: 100%;
  min-height: 360px;
  max-height: 360px;
  object-fit: cover;
  object-position: center;
}


.more-link {
  color: #415364;
  font-weight: bold;
  display: block;
  margin-top: 14%;
}

.more-link ion-icon {
  font-size: 20px;
  margin-bottom: -5px;
  margin-left: 1px;
}

.more-link:hover {
  color: #060757;
}

.more-link:hover .read__more {
  margin-right: 4px;
}

.container__related__blog a {
  text-decoration: none;
}


.title__related {
  text-align: center;
  font-weight: bold;
  font-size: 45px;
  margin: 5% auto;
}


/***************** Pagination BLOG *********************/
.blog-pagination .pagination {
  display: flex;
  justify-content: center;
  padding: 6% 0 0;
  align-items: center;
   align-content: center;
  list-style: none;
}

.blog-pagination .pagination a {
  text-decoration: none;
  color: #BDC4C9;
}

.blog-pagination .pagination li {
  margin: 0 10px;
}


.blog-pagination .pagination .active a {
  background-color: #060757;
    color: white;
    text-decoration: none;
    padding: 10px 12px;
    width: 0.8em;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
}

.blog-pagination .pagination li a:hover {
  color: black;
}

.blog-pagination .pagination .pagination__left a {
  color: #415364;
}

.blog-pagination .pagination .pagination__right a {
  color: #415364;
}

.blog-pagination ion-icon {
  font-size: 1.8em;
}

/*******************STYLES BLOG SUSCRIPTION**************************/
.container__email {
  display: flex !important;
  justify-content: center;
  padding: 2% 0 4%;
  
}
.container__email h3{
  color:#415364;
}
.container__email>.row-fluid-wrapper{
  max-width:580px;
  margin: auto;
}

.container__email .hs-richtext{
  font-size: 14px;
  line-height: 1.4;
  color: #415364;
  font-weight: 200;
  margin-bottom: 34px;
}


.container__email form {
  min-width: 580px;
}

.container__email h3 {
  text-align: center;
  font-size: 40px;
  margin-bottom: 50px;
}

.container__email form .hs-form-field {
  margin: 5% 0;
}

.container__email form .hs-input {
  min-width: 100%;
  max-width: 100%;
  margin-top: 1%;
  border: 1px solid #EBEBEB;
  padding: 15px;
  box-sizing: border-box;
}

.container__email .hs-error-msgs {
  display: block;
  list-style: none;
  padding-inline-start: 0;
  color: #d2344b;
  margin: 0;
}

.container__email .hs_error_rollup {
  text-align: center;
}

.container__email .hs-button {
  min-width: 30%;
  height: 50px;
  border-radius: 10px;
  border: 0;
  text-align: center;
  padding: 10px;
  background-color: #296ebe;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  
}

.container__email .hs-button:hover {
  cursor: pointer;
  /* background-color: #c9190b; */
}

.container__email-description{
    display: block;
    width: 100%;
    font-size: 18px;
    margin-top: 20px;
    line-height: 1.4;
    color: #415364;
    font-weight: 150;
   
}

/******************* Styles HEADER BLOG POST****************************/
.post__header {
  display: flex;
  margin-top: 60px;
  min-height: 300px;
  
}

.post__header .header__one {
  flex: 1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100%;
  width: 100%;
}

.post__header .header__two {
  flex: 1;
  background-color: white;
  max-width: 50%;
  max-height: 600px;
  box-sizing: border-box;
  padding: 50px;
}

.post__header .header__two a {
  text-decoration: none;
}

.post__header .header__two h1 {
  font-size: 45px;
  font-weight: bold;
  margin: 20px 0px 30px 0px;
}

/****************----------POST DE BLOG-------------- ********************/
::-moz-selection { color: #58595B;  background: #D9F4FF; }
::selection      { color: #58595B;  background: #D9F4FF; }

.blog__post .post-body ul li {
  margin: 4% 0;
}

.blog__post .post-body ul li::marker {
  font-size: 20px;
  color: #0460A9;
}


.blog__post .post-body {
  max-width: 1100px;
  margin: 6% auto 0;
  line-height: 28px;
  font-size: 18px;
}

.blog__post .post-body h2 {
  font-weight: bold;
  color: #0460A9;
  font-size:22px;
}

.blog__post .post-body h3 {
  font-weight: bold;
  color: #0460A9;
  font-size:18px;
}

.blog__post .post-body h4 {
  font-weight: bold;
  color: #0460A9;
  font-size:16px;
}

.blog__post .post-body h5 {
  font-weight: bold;
  color: #0460A9;
  font-size:16px;
}
.blog__post .post-body h6 {
  font-weight: bold;
  color: #0460A9;
  font-size:16px;
}

.blog__post .post-body strong {
    font-weight: bold;
}

.blog__post .post-body img {
  max-width: 100%;
}

.blog__post .post-body a {
  color: #060757;
  font-weight: bold;
  word-break: break-word;
}

/********** Destacado Fondo oscuro ***********/
.blog__post .post-body>span div {
  font-weight: bold;
  border-left: 7px solid #060757;
  padding-left: 4%;
  max-width: 60%;
  margin: 10% auto;
}



/********* Destacado Blockquote ***************/

.blog__post .post-body blockquote {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  padding: 20px 12%;
}

.blog__post .post-body blockquote p {
  font-weight: bold;
  font-size: 40px;
  line-height: 45px;
}

.blog__post .post-body blockquote::before {
  content: open-quote;
  color: #ffceca;
  z-index: -1;
  padding: 0 10px;
  font-size: 20em;
  position: absolute;
  top: 164px;
  left: -3%;
}

.blog__post .post-body blockquote::after {
  content: close-quote;
  color: #ffceca;
  z-index: -1;
  padding: 0 10px;
  font-size: 20em;
  position: absolute;
  bottom: -52px;
  right: 6%;
}



/****************************** CARDS RELATED POST ********************************/
.container__related__blog {
  max-width: 1200px;
  margin: auto;
}

.container__related__blog>span {
  display: flex;
  gap: 2%;
}

/***footter styles ****/
.footer__container .footer__width {
    max-width: 1000px;
    width: 100%;
}

/**************************** RESPONSIVE BLOG******************************/
@media (max-width: 1600px) {
  .post__header .header__two h1 {
    font-size: 40px;
  }
}

@media (max-width: 1200px) {
  .blog-section .post-listing {
    gap: 36px 3%;
    max-width: 95%;
  }
  
  .container__related__blog {
    max-width: 95%;
    margin: auto;
  }
  
  .container__related__blog>span {
    flex-wrap: wrap;
    gap: 1em;
  }

  .blog-section .post-listing .post-item {
      max-width: 31%;
      min-width: 31%;
  }
  
  .container__related__blog .post-item {
    min-width: 48%;
    max-width: 48%;
  }
  
  .post__header .header__two h1 {
    font-size: 40px;
  }
  
  .post__header .header__two a {
    font-size: 12px;
  }
}

@media (max-width: 992px) { 
  .blog-section .post-listing .post-item {
    max-width: 48%;
    min-width: 48%;
  }

  .container__related__blog .post-item {
    min-width: 48%;
    max-width: 48%;
  }

  .blog__post .post-body {
    max-width: 90%;
  }

}


@media (max-width: 768px) {
  .post__header {
    margin-top: 2em;
  }
}

@media (max-width: 576px) {
  .blog-section .post-listing .post-item {
    min-width: 90%;
    max-width: 90%;
    margin: auto;
    box-sizing: border-box;
  }
  
  .blog-section .post-listing {
    max-width: 100%;
  }
  
  .blog-section .post-listing .content-post-list {
    padding: 5% 10% 10%;
  }
  
  .blog-section .post-title h2 {
    margin: 0.2em 0 0.6em;
  }
  
  .blog-section .post-listing .post-item img {
    min-height: 280px;
    max-height: 280px;
  }
  
  .blog-section .read__more {
    font-size: 15px;
  }
  
  .blog-section .more-link ion-icon {
    font-size: 16px;
    margin-bottom: -3px;
    margin-left: 1px;
  }
  
  .container__email {
    padding: 3em 0 2em;
  }
  
  .container__email h3 {
    text-align: center;
    font-size: 28px;
  }
  
  .container__email form {
    min-width: 100%;
    max-width: 100%;
    margin: auto;
  }
  .container__email > div {
    width: 90%;
  }
  
  .post__header {
    flex-direction: column;
  }
  
  .post__header .header__one {
    min-height: 400px;
  }
  
  .post__header .header__two { 
    max-width: 90%;
    margin: -3em auto 6%;
    padding: 5% 8%;
  }
  
  .post__header .header__two h1 {
    font-size: 38px;
  }
  
  .container__email .hs-error-msgs {
    font-size: 14px;
  }
  
  .title__related {
    font-size: 30px;
    max-width: 80%;
    margin: 10% auto;
  }
  
  .container__related__blog .post-item {
    min-width: 100%;
    max-width: 100%;
  }
  
  .blog__post .post-body {
    font-size: 20px;
  }
  
  .container__related__blog>span {
    gap: 2em;
  }
  
  .post-item img {
    min-height: 280px;
    max-height: 280px;
  }
  
  .blog__post .post-body blockquote {
    padding: 20px 0;
  }
  
  .blog__post .post-body blockquote::before {
    font-size: 16em;
    top: 120px;
    left: -22%;
  }
  
  .blog__post .post-body blockquote::after {
    font-size: 16em;
    bottom: -52px;
    right: -20%;
  }
  
  .blog__post .post-body blockquote p {
    font-size: 30px;
    line-height: 35px;
  }
  
  .blog__post .post-body>span div {
    padding-left: 10%;
    max-width: 100%;
    margin: 20% auto;
    font-size: 30px;
  }
}





/***************************** Form Styles *******************/

.container__form .form-title {
  text-align: center;
  padding: 5% 0 3%;
}

.container__form form {
  padding: 6% 10% 6%;
}

.container__form form fieldset,
.container__form form .hs-button.primary.large {
  margin: auto;
  display: block;
}

.container__form form ul {
  list-style-type:none;
  padding-inline-start: 10px;
  margin:0;
}

.container__form form .hs-error-msg,
.container__form form .hs-error-msgs{
  font-size: 12px;
  color: #f95d5d;
  font-weight: 700;
}

.container__form form .hs_error_rollup {
  font-size: 12px;
  text-align: center;
  padding: 1% 0 0;
}

.container__form form a {
  color: #333333;
}

.container__form form .hs-form-field {
  margin-bottom: 4%;
}

.container__form form input[type=text],
.container__form form input[type=tel],
.container__form form input[type=email] {
  border: 1px solid #00A3E3;
  border-radius: 0;
  padding: 0.5em;
  min-width: 100%;
  width: -webkit-fill-available;
}

.container__form form input[type=radio] {
    width: auto !important;
}

.container__form form input[type=checkbox] {
  margin-top: 10px;
}

.container__form form input:focus {
  outline: none;
}

.container__form form select {
  color: #58595B;
  border: 1px solid #00A3E3;
  border-radius: 0;
  padding: .5em 0;
  min-width: 100%;
  width: -webkit-fill-available;
}

.container__form form .legal-consent-container p {
  font-size: .9em;
  color: #58595B !important;
  line-height: 1.5;
}

.container__form form .legal-consent-container p a {
  color: #00A3E3;
  text-decoration: underline;
}


.container__form form .actions {
  display: flex;
}

.container__form form .hs-button.primary.large {
  cursor: pointer;
  color: white !important;
  background: #00A3E3 !important;
  border: 1px solid #00A3E3 !important;
  border-radius: 0;
  padding: 10px 40px;
  font-size: 1.2em;
  font-weight: bold;
  margin: 2% auto 0;
  display: block;
}

.container__form form .hs-button.primary.large:hover {
    background: #006f9b !important;
    border: 1px solid #006f9b !important;
}

@media (max-width: 1500px) {
  .body__container .container__main__text {
    max-width: 80%;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  h1 {
  font-size: 30px;
  }
  
  h2 {
  font-size: 25px !important;
  }
  
  h3 {
    font-size: 20px !important;
  }

  ul {
    margin-left: 0 !important;
  }
  
  #hs_cos_wrapper_module_1588264605205498_ > p:nth-child(2) {
    margin-top: 2em;
  }
  
  #hs_cos_wrapper_module_1627589043465510_ > p {
    margin: 2em 0;
  }
  
  .container__form {
    max-width: 100%;
    font-size: 16px;
  }
  
  .container__form .input {
    margin-right: 0 !important;
  }
  
  .container__form .form-title {
    padding: 12% 0 8%;
    font-size: 30px;
  }
  
  
  .container__form form .legal-consent-container {
    max-width: 95%;
  } 
  
  .z-index {
    position: relative;
    background-color: white;
    z-index: 100;
  }
  
  .container__form form input[type=text],
  .container__form form input[type=tel],
  .container__form form input[type=email] {
    padding: 0.8em;
  }
  
  .container__form form select {
    padding: 0.8em 0;
  }
  
  body > div.body-container-wrapper > div > div.row-fluid-wrapper.row-depth-1.row-number-12,
  body > div.body-container-wrapper > div > div.row-fluid-wrapper.row-depth-1.row-number-13 {
    position: relative;
    background-color: white;
    z-index: 100;
  }
}


/***************** FORM MODAL STYLES ********************/
.overlay {
    position: fixed;
    z-index: 2000;
    overflow-y: scroll;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0px 3px 15px #0000001A;
    background: rgb(247 246 246 / 70%);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    visibility: hidden;
    opacity: 0;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}
#popupBody{
   display: flex;
    width: 95%;
    max-width: 600px;
    box-shadow: 0 0 5px #CCC;
    background: #00c3f5;
    position: relative;
    margin: 5% auto;    
}

.overlay .popupContent {
  width: 100%;
}

#cerrar{
    position: absolute;
    fill: #00c3f5;
    top: 20px;
    right: 30px;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
}

#cerrar svg {
  width: 0.8em;
  height: 0.8em;
}

#formulario .form-title {
  text-align: center;
  background-color: #2C2A29;
  color: #00c3f5;
  font-size: 1em;
  margin: -2px 0 8%;
  padding: 5% 0 5%;
}

fieldset.form-columns-0 p span {
    color: black !important;
}


#formulario form .hs-button.primary.large {
  cursor: pointer;
  margin: 2em auto 0;
  background-color: #272727;
  padding: 15px 35px;
  border: none;
  font-size: 20px;
  color: white;
}

#formulario form .hs-button.primary.large {
  cursor: pointer;
  color: white !important;
  background: #272727 !important;
  border: 1px solid #272727 !important;
  border-radius: 0;
  padding: 10px 40px;
  font-size: 1.2em;
  font-weight: bold;
  margin: 2% auto 0;
  display: block;
}

#formulario form .hs-button.primary.large:hover {
  background: transparent !important;
  border: 1px solid #272727 !important;
  color: #272727 !important;
}

#formulario form ul {
  list-style-type:none;
  padding-inline-start: 10px;
  margin:0;
}

#formulario fieldset {
  min-width: 100%;
}

#formulario form .hs-error-msg,
#formulario form .hs-error-msgs{
  font-size: 14px;
  color: #f95d5d;
  margin-left: -5px;
  font-weight: 700;
}

#formulario form a {
  color: white;
}

#formulario form .hs-form-field {
  margin-bottom: 4%;
}

#formulario form input[type=text],
#formulario form input[type=tel],
#formulario form input[type=email],
#formulario form input[type=number] {
  background-color: #00c3f5;
  border: 2px solid white;
  padding-left: 10px;
  box-sizing: border-box;
  min-width: 100%;
  height: 38px;
  width: -webkit-fill-available;
}

#formulario form input[type=checkbox] {
  margin-top: 10px;
}

#formulario form input:focus {
  outline: none;
}

#formulario form select {
  background-color: #00c3f5;
  border: 2px solid white;
  height: 40px;
  min-width: 100%;
  width: -webkit-fill-available;
}


#formulario form .legal-consent-container {
  font-size: 1em;
  line-height: 22px;
  color: #7c7c7c;
}


#formulario form .actions {
  display: flex;
}



@media (max-width: 576px) {
  #formulario {
    max-width: 100%;
  }
  
  #formulario .form-title {
    padding: 12% 0 10%;
}

  
  #formulario .input {
    margin-right: 0 !important;
  }

  #formulario form .hs-form-field {
    margin-bottom: 10%;
    font-size: 0.8em;
  }
  
  #formulario form .hs-error-msg, #formulario form .hs-error-msgs {
    font-size: 11px;
  }
  
  #formulario form .legal-consent-container {
    max-width: 100%;
    font-size: 15px;
    line-height: 14px;
    color: #2C2A29;
  }
  
   #formulario #cerrar {
    position: absolute;
    top: 8px;
    right: 18px;
  }
  
   #formulario #cerrar svg {
    width: .5em;
    height: .5em;
  }
  
   #formulario #popupBody{
    width: 90%;
    max-width: 354px;
    box-sizing: border-box;
    margin-bottom: 3em;
  }
  
  .container__form form {
    padding: 6% 10% 12%;
  }
  
}


input[type="checkbox"] {
  margin-right: 8px;
}

input[type="checkbox"]:before {
  cursor: pointer;
  transition-timing-function: cubic-bezier(.075, .820, .165, 1);
    border: 2px solid;
    border-radius: 0;
    background-color: white;
    border-color: transparent;
    box-sizing: border-box;
    color: #2c2a29;
    content: close-quote;
    display: inline-block;
    height: 14px;
    width: 14px;
    outline: 2px solid #2c2a29;
    transition-duration: .5s;
    transition-property: background-color, border-color;
}

input[type="checkbox"]:checked:before {
  background-color: #2c2a29;
  border-color: white;
}




/**************** STyle POST BLOG TITLE https://blog.iactual.co/invertir-en-apartamento-vacacional ********************/

.hs-blog-id-53163416946 .post__header .header__two h1 {
  max-width: 7em !important;
}

@media (max-width: 1600px) {
  .hs-blog-id-53163416946 .post__header .header__two h1 {
    max-width: 362px !important;
  }
}

@media (max-width: 1200px) {
  .hs-blog-id-53163416946 .post__header .header__two h1 {
    max-width: 7em !important;
  }
}


@media (max-width: 576px) {
  .hs-blog-id-53163416946 .post__header .header__two h1 {
    max-width: 275px !important;
  }
}