.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  height: 100%;
  font-family: 'Space Grotesk', sans-serif;
  color: #003;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.5px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}

a {
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  text-decoration: underline;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  background-color: #003;
}

.hero-img {
  width: 45%;
}

.hero-content {
  padding: 9% 10% 8% 7%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navbar {
  position: absolute;
  padding: 25px 4%;
  background-color: transparent;
}

.hero-p {
  font-family: Rubik, sans-serif;
  color: #bebebe;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

.button {
  padding: 18px 39px;
  border-radius: 4px;
  background-color: #20c5e9;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.button:hover {
  background-color: #1171d7;
}

.button.newsletter-btn {
  padding-right: 38px;
  padding-left: 38px;
  background-color: #fff;
  color: #1171d7;
  font-size: 16px;
}

.button.newsletter-btn:hover {
  background-color: #003;
  color: #fff;
}

.button.see-more {
  width: 100%;
  background-color: #1171d7;
  text-align: center;
}

.button.see-more:hover {
  background-color: #003;
}

.hero-author {
  color: #1171d7;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.hero-author-contentbox {
  margin-top: 20px;
  margin-bottom: 16px;
  color: #bebebe;
}

.newsletter {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1171d7;
}

.container {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.newsletter-formbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.label {
  font-family: Rubik, sans-serif;
  color: #bebebe;
  font-weight: 500;
  text-transform: uppercase;
}

.input {
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px 1px 3px;
  border-color: #000 #000 #fff;
  background-color: transparent;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.newsletter-item {
  width: 40%;
}

.title {
  font-family: 'Space Grotesk', sans-serif;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -1px;
}

.title.newsletter-title {
  max-width: 40%;
  margin-top: 0px;
  margin-bottom: 0px;
}

.title.last-posts-title {
  display: inline-block;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  color: #003;
  font-size: 46px;
}

.title.neighborhoods-title {
  margin-top: 0px;
  color: #003;
  font-size: 26px;
}

.title.videos-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Rubik, sans-serif;
  color: #1171d7;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.title.footer-title {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #003;
}

.title.footer-title.right {
  margin-bottom: 8px;
  font-size: 26px;
}

.title.post-title {
  margin-top: 0px;
  margin-bottom: 25px;
  color: #003;
}

.post-list {
  padding-top: 90px;
  padding-bottom: 90px;
}

.last-posts-contentbox {
  width: 70%;
  padding-right: 45px;
}

.last-posts-contentbox.full-screen {
  width: 100%;
  padding-right: 0px;
}

.last-posts-line {
  height: 5px;
  margin-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #003;
}

.last-posts-line.videos-border {
  height: 3px;
  background-color: #1171d7;
}

.last-posts-titlebox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.last-posts-titlebox.videos-titlebox {
  margin-bottom: 20px;
}

.last-posts-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.post-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 175px;
  margin-bottom: 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.post-item:hover {
  opacity: 0.55;
}

.post-item.neighborhood {
  height: 235px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.post-item.video-item {
  height: 120px;
  margin-bottom: 15px;
}

.post-item.fullscreen {
  height: 235px;
}

.post-item-img {
  width: 70%;
  height: 100%;
  /*background-image: url('/images/house-at-night_t20_K6amXv-1.jpg');*/
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.post-item-img.neighborhood {
  width: 100%;
  margin-bottom: 10px;
  background-position: 50% 50%;
}

.post-item-img.fullscreen {
  width: 45%;
}

.post-item-contentbox {
  padding-right: 35px;
  padding-left: 35px;
  color: #bebebe;
}

.post-item-contentbox.neighborhood {
  padding-right: 0px;
  padding-left: 0px;
}

.post-item-title {
  width: 100%;
  margin-top: 0px;
  color: #003;
  font-size: 26px;
}

.post-item-title.neighborhood {
  font-size: 22px;
}

.post-item-title.videos-title {
  font-size: 16px;
  line-height: 22px;
}

.post-list-flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.highlights-posts {
  padding-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.post-author {
  color: #20c5e9;
  font-weight: 700;
}

.videos {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ededed;
}

.videos-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 11px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.video-player {
  width: 48%;
}

.videos-contentlist {
  padding: 0px 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer {
  padding-top: 90px;
  padding-bottom: 15px;
}

.footer-text {
  margin-bottom: 0px;
  color: #003;
  font-size: 23px;
  font-weight: 500;
  text-align: center;
  letter-spacing: -1px;
}

.footer-text.telehpone {
  margin-top: 15px;
  color: #1171d7;
  font-size: 36px;
  font-weight: 700;
}

.footer-line {
  width: 100%;
  height: 2px;
  margin-top: 35px;
  margin-bottom: 35px;
  background-color: #e9e9e9;
}

.footer-top-area {
  margin-bottom: 15px;
  text-align: center;
}

.footer-bottom-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-link {
  margin-bottom: 5px;
  font-family: Rubik, sans-serif;
  color: #003;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.footer-link:hover {
  color: #1171d7;
}

.footer-linkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-bottom-left {
  width: 45%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.footer-bottom-right {
  width: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 3px solid #e9e9e9;
}

.footer-creci {
  margin-top: 4px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}

.footer-logo {
  margin-right: 10px;
}

.footer-disclaimer {
  margin-top: 40px;
  text-align: center;
}

.post-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 35%;
  -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;
  /*background-image: url('/images/house-at-night_t20_K6amXv-1.jpg');*/
  background-position: 50% 50%;
  background-size: cover;
}

.post-logobar {
  position: relative;
  width: 20%;
  padding: 15px 3%;
  background-color: #fff;
}

.post-content {
  padding-top: 65px;
  padding-bottom: 65px;
}

.post-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.social-item {
  width: 75px;
  height: 75px;
  margin-bottom: 10px;
  border-radius: 100%;
  background-color: #f2f2f2;
  background-image: url('/images/iconmonstr-whatsapp-1.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.social-item.instagram {
  background-image: url('/images/iconmonstr-instagram-11.svg');
}

.social-item.site {
  background-image: url('/images/Grupo-5.svg');
}

.post-flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.post-contentbox {
  padding-right: 23%;
  padding-left: 4%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.post-author-img {
  width: 75px;
  height: 75px;
  margin-right: 12px;
  margin-bottom: 10px;
  border-radius: 100%;
  background-color: #f2f2f2;
  /*background-image: url('/images/marco.png');*/
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.post-author-contentbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-author-text {
  color: #1171d7;
  font-size: 16px;
  font-weight: 700;
}

.text-block-copy {
  color: #bebebe;
  font-size: 16px;
  font-weight: 600;
}

.post-paragraph {
  font-family: Rubik, sans-serif;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: -0.3px;
}

.post-alt {
  margin-top: 5px;
  margin-bottom: 15px;
  font-family: Rubik, sans-serif;
  color: #bebebe;
}

.post-img {
  margin-top: 10px;
}

.post_h2 {
  margin-top: 45px;
  margin-bottom: 10px;
}

.post_h3 {
  margin-top: 35px;
  font-family: Rubik, sans-serif;
  font-weight: 500;
}

.post-quotation {
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 20%;
  padding-bottom: 6px;
  border-bottom: 4px solid #1171d7;
  border-top-width: 1px;
  border-top-color: #000;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  letter-spacing: -0.7px;
}

.post-bold {
  color: #1171d7;
}

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

.footer-paragraph {
  margin-top: 16px;
  margin-bottom: 16px;
}

@media screen and (min-width: 1920px) {
  .hero-content {
    padding-right: 15%;
  }

  .container {
    width: 70%;
  }
}

@media screen and (max-width: 991px) {
  .hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-img {
    width: 100%;
  }

  .button.newsletter-btn {
    margin-top: 10px;
  }

  .button.see-more {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .newsletter {
    padding-bottom: 34px;
  }

  .newsletter-formbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .newsletter-item {
    width: 100%;
    margin-top: 15px;
  }

  .title.newsletter-title {
    max-width: 100%;
  }

  .title.footer-title.right {
    margin-bottom: 10px;
  }

  .last-posts-contentbox {
    width: 100%;
    padding-right: 0px;
  }

  .last-posts-titlebox {
    margin-bottom: 29px;
  }

  .post-item {
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .post-item.neighborhood {
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .post-item.video-item {
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .post-item-img {
    width: 36%;
    height: 140px;
    margin-right: 20px;
    margin-bottom: 0px;
  }

  .post-item-img.neighborhood {
    width: 36%;
  }

  .post-item-img.video-img {
    width: 55%;
    height: 125px;
    margin-right: 20px;
    margin-bottom: 0px;
  }

  .post-item-contentbox {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .post-list-flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .highlights-posts {
    padding-left: 0px;
  }

  .videos-box {
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .video-player {
    width: 100%;
  }

  .videos-contentlist {
    padding: 25px 0px 0px;
  }

  .footer-bottom-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-bottom-left {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }

  .footer-bottom-right {
    margin-top: 25px;
    padding-left: 0px;
    text-align: center;
  }

  .footer-creci.developed-by {
    margin-top: 30px;
  }

  .paragraph {
    display: none;
  }

  .post-item-description {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .hero-content {
    padding-top: 11%;
    padding-bottom: 11%;
  }

  .hero-p {
    font-size: 14px;
    line-height: 18px;
  }

  .button {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    text-align: center;
  }

  .button.see-more {
    padding-right: 0px;
    padding-left: 0px;
  }

  .newsletter {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .container {
    width: 90%;
  }

  .title {
    margin-top: 0px;
    font-size: 28px;
    line-height: 34px;
  }

  .title.newsletter-title {
    font-size: 25px;
    line-height: 32px;
  }

  .title.last-posts-title {
    margin-right: 0px;
    font-size: 30px;
    line-height: 38px;
    text-align: center;
  }

  .title.footer-title {
    margin-bottom: 10px;
  }

  .post-list {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .last-posts-titlebox {
    margin-bottom: 0px;
  }

  .post-item {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .post-item.neighborhood {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .post-item.video-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .post-item.fullscreen {
    height: auto;
  }

  .post-item-img {
    width: 100%;
    height: 155px;
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .post-item-img.neighborhood {
    width: 100%;
  }

  .post-item-img.fullscreen {
    width: 100%;
  }

  .post-item-img.video-img {
    width: 100%;
    margin-right: 0px;
  }

  .post-item-title {
    font-size: 22px;
    line-height: 27px;
  }

  .videos {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .videos-box {
    margin-top: 20px;
    padding: 0px;
  }

  .videos-contentlist {
    padding-right: 16px;
    padding-left: 16px;
  }

  .footer {
    padding-top: 44px;
  }

  .footer-text.telehpone {
    font-size: 32px;
  }

  .footer-bottom-area {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-linkbox {
    height: auto;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .footer-bottom-left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .footer-bottom-right {
    margin-top: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-left-style: none;
  }

  .footer-logo {
    display: block;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: auto;
  }

  .post-hero {
    height: 20%;
  }

  .post-logobar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .post-content {
    padding-top: 20px;
  }

  .post-social {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .social-item {
    width: 45px;
    height: 45px;
  }

  .post-flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .post-contentbox {
    padding-right: 0%;
    padding-left: 0%;
  }

  .post-quotation {
    margin-left: 10%;
  }

  .post-item-description {
    display: block;
  }
}

