@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap");
.alert-debug {
  background-color: #fff;
  border-color: #d6e9c6;
  color: #000; }

.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48; }

a {
  color: unset;
  text-decoration: unset; }

.main-tag-link {
  font: normal normal bold 14px/20px Open Sans;
  color: #0F1F6F;
  text-transform: uppercase;
  opacity: 1; }

figure {
  margin: unset; }

.d-flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

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

.w-100-100 {
  width: 100px;
  height: 100px; }

.min-w-100 {
  min-width: 100px; }

.max-w-100 {
  max-width: 100px; }

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.search-thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

* {
  font-family: "Open Sans", serif; }

html {
  min-height: 100%;
  position: relative; }

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  margin: 0; }

.content {
  position: relative; }

.megabanner-wrapper {
  background: #efefef;
  width: 100%;
  max-width: 100%; }
  .megabanner-wrapper .megabanner {
    width: 100%;
    max-width: 100%;
    padding: 20px 33px 38px;
    margin: 0px; }
    @media (max-width: 768px) {
      .megabanner-wrapper .megabanner {
        padding: 10px 23px 23px; } }
    .megabanner-wrapper .megabanner .ad-text-wrapper {
      width: 100%;
      max-width: 100%;
      -moz-text-align-last: left;
           text-align-last: left; }
    .megabanner-wrapper .megabanner span {
      font: normal normal normal 10px/0px Open Sans;
      color: #222222; }
    .megabanner-wrapper .megabanner img {
      width: 100%;
      max-width: 100%;
      height: auto; }

.small-banner {
  height: 180px !important; }

.pub-square {
  height: 336px;
  background: #efefef;
  padding: 40px 0;
  width: 100%; }
  .pub-square .ad-text-wrapper {
    width: 300px;
    -moz-text-align-last: left;
         text-align-last: left; }
  .pub-square span {
    font: normal normal normal 10px/0px Open Sans;
    color: #222222; }

.post-card .main-tag-link p {
  line-height: 1 !important; }

.modal .modal-content .search-submit {
  border: 2px solid #0f1f6f;
  background: transparent;
  color: #0f1f6f;
  border-radius: 0; }
  .modal .modal-content .search-submit:hover {
    background: #0f1f6f;
    border: 2px solid #0f1f6f;
    color: white; }

.modal,
.modal-content {
  border-radius: 0;
  border: none; }

.search-entry:hover,
.search-entry p:hover {
  color: black; }

.body-wrapper {
  /*
  Height 100vh works as well as the calc
  and allows footer to stay on the bottom.
  */
  height: 100vh;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: auto; }

.site-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh; }
  .site-layout .sidebar {
    width: 100px;
    height: 100vh;
    z-index: 1100; }
    @media only screen and (max-height: 770px) {
      .site-layout .sidebar {
        width: 0; } }
    @media only screen and (max-width: 991px) {
      .site-layout .sidebar {
        width: 0; } }
  .site-layout main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .site-layout main .top-bar {
      height: 80px;
      /*       ipd-top-bar {
              width: 100%;
            } */ }

.ip-sidebar {
  height: 100vh;
  width: 100px;
  padding: 25px 0 0 0;
  background-color: #0f1f6f;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: width 0.5s;
  transition: width 0.5s; }
  .ip-sidebar .mobile {
    display: none; }
  .ip-sidebar .sidebar-pc {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .ip-sidebar .menu-burger {
    width: 100%;
    border: none;
    background: transparent;
    border-radius: 0;
    font: normal normal bold 13px/18px "Open Sans", sans-serif;
    text-transform: capitalize !important;
    color: #999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .ip-sidebar .menu-burger .icon {
      height: 32px;
      width: 32px;
      background-color: white; }
    .ip-sidebar .menu-burger .logo-mobile {
      display: none; }
  .ip-sidebar .dropend {
    width: 100%; }
    .ip-sidebar .dropend.active button {
      color: white; }
      .ip-sidebar .dropend.active button .icon {
        background-color: white; }
    .ip-sidebar .dropend button {
      width: 100%;
      border: none;
      background: transparent;
      border-radius: 0;
      font: normal normal bold 13px/18px "Open Sans", sans-serif;
      text-transform: capitalize !important;
      color: #999999;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 40px; }
      .ip-sidebar .dropend button .icon {
        height: 32px;
        width: 32px;
        background-color: #999999; }
      .ip-sidebar .dropend button:hover, .ip-sidebar .dropend button.active {
        color: white; }
        .ip-sidebar .dropend button:hover .icon, .ip-sidebar .dropend button.active .icon {
          background-color: white; }
      .ip-sidebar .dropend button:focus {
        -webkit-box-shadow: none;
                box-shadow: none; }
      .ip-sidebar .dropend button::after {
        display: none; }
  .ip-sidebar .single-button {
    width: 100%;
    border: none;
    background: transparent;
    border-radius: 0;
    font: normal normal bold 13px/18px "Open Sans", sans-serif;
    text-transform: capitalize !important;
    color: #999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px; }
    .ip-sidebar .single-button .icon {
      height: 32px;
      width: 32px;
      background-color: #999999; }
    .ip-sidebar .single-button:hover, .ip-sidebar .single-button.active {
      color: white; }
      .ip-sidebar .single-button:hover .icon, .ip-sidebar .single-button.active .icon {
        background-color: white; }
    .ip-sidebar .single-button:focus {
      -webkit-box-shadow: none;
              box-shadow: none; }
    .ip-sidebar .single-button::after {
      display: none; }
  .ip-sidebar .menuP_editorial {
    margin-top: 70px; }
  .ip-sidebar .menuP_info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .ip-sidebar .menuP_info button {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .ip-sidebar .menuP_info .subMenu {
      top: 90px !important; }
  .ip-sidebar .subMenu {
    position: absolute;
    min-width: 150px;
    padding: 10px;
    border-radius: 0;
    left: 105px !important;
    background-color: #0f1f6f;
    border: none;
    z-index: 1002; }
    .ip-sidebar .subMenu a {
      margin-bottom: 5px;
      text-decoration: none;
      color: white;
      font: normal normal bold 13px/18px "Open Sans", sans-serif; }
      .ip-sidebar .subMenu a:hover {
        background: transparent;
        color: white; }
    .ip-sidebar .subMenu.info:before {
      bottom: 20%; }
    .ip-sidebar .subMenu:before {
      content: "";
      width: 0;
      height: 0;
      position: absolute;
      border-left: 10px solid transparent;
      border-right: 10px solid #0f1f6f;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      left: -20px;
      bottom: 20%; }
    .ip-sidebar .subMenu button {
      border-radius: 0;
      font-size: 12px;
      color: white;
      max-height: unset !important;
      height: unset !important; }
      .ip-sidebar .subMenu button .mat-button-wrapper {
        text-align: left; }
      .ip-sidebar .subMenu button:hover {
        background-color: transparent; }
  .ip-sidebar.open {
    width: 350px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    overflow: scroll;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .ip-sidebar.open .sidebar-pc {
      display: none; }
    .ip-sidebar.open .menu-burger {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .ip-sidebar.open .menu-burger .icon {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        height: 32px; }
      .ip-sidebar.open .menu-burger .logo-mobile {
        display: block;
        -webkit-box-flex: 4;
            -ms-flex: 4;
                flex: 4;
        background-color: white;
        height: 32px; }
    .ip-sidebar.open hr {
      height: 2px;
      width: 100%;
      background-color: white; }
    .ip-sidebar.open .mobile {
      display: block;
      width: 100%; }
      .ip-sidebar.open .mobile .btn-menu-open {
        padding-left: 15px;
        font: normal normal bold 13px/18px "Open Sans", sans-serif;
        width: 100%;
        color: white;
        text-decoration: none;
        border: none;
        border-radius: 0;
        background-color: transparent;
        text-align: left; }
        .ip-sidebar.open .mobile .btn-menu-open.link .MuiButton-label {
          font-weight: normal !important; }
  @media only screen and (max-height: 770px) {
    .ip-sidebar {
      width: 0; }
      .ip-sidebar .sidebar-pc {
        display: none; } }
  @media only screen and (max-width: 991px) {
    .ip-sidebar {
      width: 0; }
      .ip-sidebar .data {
        display: none; }
      .ip-sidebar .sidebar-pc {
        display: none; } }

.top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #efefef;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .top-bar .menu-burger {
    display: none; }
  .top-bar .logo {
    height: 40px;
    width: 260px;
    background-color: #0f1f6f;
    cursor: pointer; }
    .top-bar .logo svg {
      cursor: pointer; }
  .top-bar .actions {
    padding-right: 30px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 40px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    .top-bar .actions .icon {
      height: 36px;
      width: 36px;
      background-color: black;
      border: none;
      cursor: pointer; }
    .top-bar .actions .account-dropdown button {
      background: transparent;
      border: none; }
      .top-bar .actions .account-dropdown button:after {
        display: none; }
      .top-bar .actions .account-dropdown button:hover {
        background: transparent; }
      .top-bar .actions .account-dropdown button:focus {
        border: none;
        -webkit-box-shadow: none;
                box-shadow: none; }
    .top-bar .actions .account-dropdown li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 5px; }
  .top-bar .icon-button {
    background-color: transparent;
    border: none; }
    .top-bar .icon-button .icon {
      height: 36px;
      width: 36px;
      background-color: black;
      border: none;
      cursor: pointer; }
  .top-bar .no-login {
    width: 120px;
    max-width: 120px;
    height: 36px;
    border-radius: 0; }
    .top-bar .no-login:first-child {
      margin-left: 5px; }
  @media only screen and (max-width: 991px) {
    .top-bar .menu-burger {
      display: block;
      background-color: transparent;
      border: none;
      border-radius: 0; }
      .top-bar .menu-burger .icon {
        height: 32px;
        width: 32px;
        background-color: black; }
    .top-bar .actions {
      display: none; } }
  @media only screen and (max-height: 770px) {
    .top-bar .menu-burger {
      display: block;
      background-color: transparent;
      border: none;
      border-radius: 0; }
      .top-bar .menu-burger .icon {
        height: 32px;
        width: 32px;
        background-color: black; }
    .top-bar .actions {
      display: none; } }

.footer {
  background: black;
  width: 100%;
  padding: 40px 173px 18px;
  color: white;
  margin-top: auto; }
  .footer .footer-title, .footer .footer-menu, .footer .footer-contacts {
    text-align: left;
    font: normal normal bold 12px/18px "Open Sans";
    letter-spacing: 0;
    margin-bottom: 20px; }
  .footer .footer-menu, .footer .footer-contacts {
    text-decoration: none;
    color: white;
    margin-bottom: initial; }
  .footer .iberian-property-text {
    text-align: left;
    font: normal normal normal 12px/16px "Open Sans";
    letter-spacing: 0; }
  .footer .copyright-wrapper {
    margin-top: 54px; }
    .footer .copyright-wrapper .copyright-text {
      padding: 0;
      margin: 0;
      text-align: left;
      font: normal normal normal 12px/16px "Open Sans";
      letter-spacing: 0; }
  .footer a {
    text-decoration: none;
    color: white;
    font-size: initial;
    font: normal normal normal 12px/16px "Open Sans";
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 4px;
    margin: 0; }
  .footer .copyright-wrapper {
    font: normal normal normal 12px/16px "Open Sans"; }
  .footer .logo-iberinmo {
    width: auto;
    height: 30px;
    margin-left: 50px; }
  .footer .logo-iberian {
    width: auto;
    height: 30px; }
  .footer i {
    color: black !important; }
  .footer i.white-circle {
    color: white !important; }

@media (max-width: 576px) {
  .footer {
    width: 100%;
    padding-left: 17px;
    padding-top: 40px; }
    .footer .iberian-property-text {
      margin-top: 15px; }
    .footer .logos-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .footer .footer-btns {
      margin-top: 15px;
      margin-bottom: 15px; }
    .footer .footer-contacts-col {
      margin-top: 15px; }
    .footer .copyright-wrapper {
      display: none; }
    .footer .mobile-copyright-wrapper {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      text-align: left;
      font: normal normal normal 12px/16px "Open Sans";
      letter-spacing: 0; }
      .footer .mobile-copyright-wrapper .copyright-text {
        padding: 0;
        margin: 0;
        text-align: left;
        font: normal normal normal 12px/16px "Open Sans";
        letter-spacing: 0; } }

@media (min-width: 576px) and (max-width: 1221px) {
  .logos-wrapper {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
    .logos-wrapper .logo-iberinmo, .logos-wrapper .logo-iberian {
      width: 200px;
      height: auto;
      margin-left: 0;
      margin-top: 20px; }
    .logos-wrapper .logo-iberian {
      margin: 0; } }

@media (max-width: 576px) {
  .logos-wrapper {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
    .logos-wrapper .logo-iberinmo, .logos-wrapper .logo-iberian {
      width: 200px;
      height: auto;
      margin-left: 0;
      margin-top: 20px; }
    .logos-wrapper .logo-iberian {
      margin: 0; } }

@media (max-width: 768px) {
  footer.footer {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 15px; } }

@media (min-width: 768px) and (max-width: 921px) {
  footer.footer {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 30px; } }

@media (min-width: 1222px) and (max-width: 1304px) {
  footer.footer .logos-wrapper {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
    footer.footer .logos-wrapper .logo-iberinmo {
      width: 200px;
      height: auto;
      margin-left: 0;
      margin-top: 20px; }
    footer.footer .logos-wrapper .logo-iberian {
      width: 200px;
      height: auto; } }

.list-page-wrapper .magazine-border {
  border: 1px solid #efefef; }

.list-page-wrapper .list-container .page-link {
  border: none;
  outline: none; }
  .list-page-wrapper .list-container .page-link span {
    color: black; }

.list-page-wrapper .list-container .category-title {
  text-align: left;
  font: normal normal bold 28px/10px "Open Sans";
  letter-spacing: 0;
  color: black; }

.list-page-wrapper .list-container .list-card {
  padding-top: 30px; }
  .list-page-wrapper .list-container .list-card .research-thumbnail {
    border: 1px solid #c7c7c7; }
  .list-page-wrapper .list-container .list-card .list-card-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .list-page-wrapper .list-container .list-card .list-card-description .card-tag {
      text-align: left;
      font: normal normal bold 14px/50px "Open Sans";
      letter-spacing: 0;
      color: #0f1f6f;
      padding: 0;
      margin: 0;
      text-decoration: none; }
    .list-page-wrapper .list-container .list-card .list-card-description .card-header, .list-page-wrapper .list-container .list-card .list-card-description h2 {
      text-align: left;
      font: normal normal bold 24px/25px "Open Sans";
      letter-spacing: 0;
      background: none;
      border: none;
      color: black;
      margin: 0;
      padding: 0;
      text-decoration: none;
      line-height: 30px; }
    @media (max-width: 768px) {
      .list-page-wrapper .list-container .list-card .list-card-description .card-header, .list-page-wrapper .list-container .list-card .list-card-description h2 {
        font: normal normal bold 24px/30px "Open Sans"; } }
    .list-page-wrapper .list-container .list-card .list-card-description .card-date {
      text-align: left;
      font: normal normal normal 14px/40px "Open Sans";
      letter-spacing: 0;
      color: black; }
    .list-page-wrapper .list-container .list-card .list-card-description .author-name {
      text-align: left;
      font: normal normal bold 14px/30px Open Sans;
      letter-spacing: 0px; }
    .list-page-wrapper .list-container .list-card .list-card-description time {
      font: normal normal normal 14px/40px "Open Sans"; }

@media (min-width: 575px) and (max-width: 1199px) {
  .list-page-wrapper .related-col {
    padding-left: 0 !important;
    padding-right: 0 !important; } }

@media (min-width: 575px) and (max-width: 990px) {
  .list-page-wrapper .related-col {
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .list-page-wrapper .pub-square {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 40px; } }

.highcharts-container, .highcharts-thumbnail {
  border: 1px solid #e3e3e3; }

.subscribe-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .subscribe-main .subscribe-wall {
    max-width: 650px; }
    .subscribe-main .subscribe-wall .post-title {
      font: normal normal bold 42px/48px "Open Sans";
      letter-spacing: 0; }

.subscribe-wall {
  background: #0f1f6f;
  color: white; }
  .subscribe-wall a {
    font-weight: 600;
    color: white;
    text-decoration: none; }

.news-page-wrapper .post-image {
  margin-bottom: 30px; }

.news-page-wrapper .author-and-share-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .news-page-wrapper .author-and-share-wrapper .author-date-name {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
    .news-page-wrapper .author-and-share-wrapper .author-date-name .author-name {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      font: normal normal normal 13px/18px "Open Sans";
      letter-spacing: 0;
      color: black; }
  .news-page-wrapper .author-and-share-wrapper .share-btn-wrapper a {
    color: black; }
    .news-page-wrapper .author-and-share-wrapper .share-btn-wrapper a i {
      border: 2px solid black;
      border-radius: 50px;
      padding: 7px;
      margin-right: 2px; }
    .news-page-wrapper .author-and-share-wrapper .share-btn-wrapper a i.fa-facebook-f {
      padding-left: 9px;
      padding-right: 9px; }

.news-page-wrapper .video-container {
  width: 100%;
  height: 465px; }

.news-page-wrapper .opinion-author-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  .news-page-wrapper .opinion-author-wrapper .image-credits {
    padding-left: 20px; }
    .news-page-wrapper .opinion-author-wrapper .image-credits .opinion-author-name {
      text-align: left;
      font: normal normal bold 20px/28px "Open Sans";
      letter-spacing: 0; }
    .news-page-wrapper .opinion-author-wrapper .image-credits .opinion-author-position {
      text-align: left;
      font: normal normal normal 20px/28px "Open Sans";
      letter-spacing: 0; }

.news-page-wrapper .post-title {
  font: normal normal bold 42px/48px "Open Sans";
  letter-spacing: 0; }

.news-page-wrapper .post-teaser {
  text-align: left;
  font: normal normal 600 20px/28px "Open Sans";
  letter-spacing: 0; }

.news-page-wrapper .image-credits {
  text-align: left;
  font: normal normal normal 11px/20px "Open Sans";
  letter-spacing: 0.44px; }

.news-page-wrapper .topic-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 2px solid #c7c7c7;
  border-bottom: 2px solid #c7c7c7; }
  .news-page-wrapper .topic-wrapper .topic-title {
    font: normal normal bold 13px/20px "Open Sans";
    letter-spacing: 0;
    color: black; }
  .news-page-wrapper .topic-wrapper .topic-text {
    font: normal normal bold 13px/20px "Open Sans";
    color: #0f1f6f;
    text-decoration: none;
    letter-spacing: 0; }

@media (max-width: 576px) {
  .news-page-wrapper {
    padding-top: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    .news-page-wrapper .post-title {
      font: normal normal bold 30px/40px "Open Sans"; }
    .news-page-wrapper .post-teaser {
      font: normal normal 600 18px/24px "Open Sans"; }
    .news-page-wrapper .author-and-share-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: start; }
      .news-page-wrapper .author-and-share-wrapper .author-name {
        padding: 0;
        margin-bottom: 10px; } }

.related-wrapper, .side-wrapper {
  margin-top: 49px;
  margin-bottom: 49px;
  border: 2px solid #c7c7c7;
  padding: 50px 20px; }
  .related-wrapper .related-wrapper-title, .side-wrapper .related-wrapper-title, .side-wrapper .side-wrapper-title {
    text-align: left;
    font: normal normal bold 28px/16px "Open Sans";
    letter-spacing: 0;
    color: #222222;
    margin-bottom: 20px; }
  .related-wrapper .related-wrapper-posts .post-card, .side-wrapper .related-wrapper-posts .post-card, .side-wrapper .side-wrapper-posts .post-card {
    margin-bottom: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .related-wrapper .related-wrapper-posts .post-card .post-thumbnail, .side-wrapper .related-wrapper-posts .post-card .post-thumbnail, .side-wrapper .side-wrapper-posts .post-card .post-thumbnail {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
    .related-wrapper .related-wrapper-posts .post-card .post-description, .side-wrapper .related-wrapper-posts .post-card .post-description, .side-wrapper .side-wrapper-posts .post-card .post-description {
      padding-left: 10px;
      text-overflow: ellipsis; }
      .related-wrapper .related-wrapper-posts .post-card .post-description .post-title-anchor, .side-wrapper .related-wrapper-posts .post-card .post-description .post-title-anchor, .side-wrapper .side-wrapper-posts .post-card .post-description .post-title-anchor, .related-wrapper .related-wrapper-posts .post-card .post-description .post-title, .side-wrapper .related-wrapper-posts .post-card .post-description .post-title, .side-wrapper .side-wrapper-posts .post-card .post-description .post-title {
        text-align: left;
        font: normal normal bold 16px/20px "Open Sans";
        letter-spacing: 0;
        color: #222222;
        text-decoration: none;
        margin: 0;
        padding: 0; }
      .related-wrapper .related-wrapper-posts .post-card .post-description .post-title, .side-wrapper .related-wrapper-posts .post-card .post-description .post-title, .side-wrapper .side-wrapper-posts .post-card .post-description .post-title {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        /* max number of lines to show */
        -webkit-box-orient: vertical;
        overflow: hidden; }
      .related-wrapper .related-wrapper-posts .post-card .post-description time, .side-wrapper .related-wrapper-posts .post-card .post-description time, .side-wrapper .side-wrapper-posts .post-card .post-description time {
        text-align: left;
        font: normal normal normal 14px/14px "Open Sans";
        letter-spacing: 0;
        color: #000000; }

.side-wrapper {
  padding-right: 20px; }
  .side-wrapper .side-wrapper-title {
    line-height: 0; }
  .side-wrapper .side-more-link {
    text-align: left;
    font: normal normal bold 14px/56px "Open Sans";
    letter-spacing: 0;
    color: #0f1f6f;
    text-decoration: none; }

.related-col .deal-card .card-body {
  border: 2px solid #0f1f6f;
  border-radius: 0;
  color: black; }
  .related-col .deal-card .card-body h3 {
    font: normal normal bold 24px/30px "Open Sans";
    letter-spacing: 0; }
  .related-col .deal-card .card-body p {
    text-align: left;
    font: normal normal normal 14px/22px "Open Sans";
    padding: 0;
    margin: 0; }
    .related-col .deal-card .card-body p b {
      font: normal normal bold 14px/22px "Open Sans"; }

.related-col .deal-card.deals-filter {
  padding: 30px; }
  .related-col .deal-card.deals-filter ipd-deals-filter {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }

.related-title {
  margin-top: 30px;
  font: normal normal bold 28px/56px "Open Sans";
  letter-spacing: 0; }

.post-text {
  word-wrap: break-word; }

@media (min-width: 992px) and (max-width: 1199px) {
  .news-page-wrapper .related-col {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .opinion-page-wrapper .related-col {
    padding-left: 0 !important;
    padding-right: 0 !important; } }

@media (min-width: 575px) and (max-width: 990px) {
  .opinion-page-wrapper .related-col, .news-page-wrapper .related-col {
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .opinion-page-wrapper .pub-square, .news-page-wrapper .pub-square {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 40px; } }

@media (max-width: 330px) {
  .related-col {
    padding-left: 5px !important;
    padding-right: 5px !important; } }

@media (max-width: 574px) {
  .news-page-wrapper .related-col, .opinion-page-wrapper .related-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px; }
  .news-page-wrapper .pub-square, .opinion-page-wrapper .pub-square {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 40px; } }

@media (max-width: 767px) {
  .pub-square {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 40px; } }

.section-margins {
  margin-top: 50px;
  margin-bottom: 50px; }

.locked-content {
  font-size: 12px; }

@media (max-width: 576px) {
  .section-margins {
    margin-top: 30px;
    margin-bottom: 30px; } }

.pub-wrapper {
  /* pub-wrapper == related-bar*/
  margin-top: 30px; }

.section-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .section-header .section-title {
    margin-bottom: 0;
    text-align: left;
    font: normal normal bold 28px/56px "Open Sans";
    letter-spacing: 0;
    color: black;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
  .section-header .section-link {
    text-align: left;
    font: normal normal bold 14px/56px "Open Sans";
    letter-spacing: 0;
    color: #0f1f6f;
    text-decoration: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }

.first-featured-news {
  /* This style only controls the background of the news
 (it doesnt affect the flow because its absolute) */
  position: absolute;
  top: 54px;
  left: 0;
  z-index: -1;
  height: 436px;
  margin: 0;
  background-size: contain; }

.first-news-wrapper {
  height: 436px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .first-news-wrapper .first-news-tag {
    color: white;
    text-align: left;
    letter-spacing: 0;
    font: normal normal bold 14px/64px "Open Sans";
    text-transform: uppercase; }
  .first-news-wrapper .first-news-title {
    color: white;
    text-align: left;
    letter-spacing: 0;
    font: normal normal bold 42px/44px "Open Sans"; }
  .first-news-wrapper .first-news-date {
    color: white;
    letter-spacing: 0;
    font: normal normal normal 14px/56px "Open Sans"; }

.big-featured-news-wrapper, .featured-research-wrapper, .featured-opinion-wrapper, .featured-video-wrapper {
  margin-top: 10px; }
  @media (max-width: 576px) {
    .big-featured-news-wrapper, .featured-research-wrapper, .featured-opinion-wrapper, .featured-video-wrapper {
      margin-top: 20px; } }
  .big-featured-news-wrapper .list-card .research-thumbnail, .featured-research-wrapper .list-card .research-thumbnail, .featured-opinion-wrapper .list-card .research-thumbnail, .featured-video-wrapper .list-card .research-thumbnail {
    border: 1px solid #c7c7c7; }
  .big-featured-news-wrapper .list-card .list-card-description, .featured-research-wrapper .list-card .list-card-description, .featured-opinion-wrapper .list-card .list-card-description, .featured-video-wrapper .list-card .list-card-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .big-featured-news-wrapper .list-card .list-card-description time, .featured-research-wrapper .list-card .list-card-description time, .featured-opinion-wrapper .list-card .list-card-description time, .featured-video-wrapper .list-card .list-card-description time {
      font: normal normal normal 14px/30px "Open Sans";
      letter-spacing: 0;
      color: black; }
    .big-featured-news-wrapper .list-card .list-card-description .card-tag, .featured-research-wrapper .list-card .list-card-description .card-tag, .featured-opinion-wrapper .list-card .list-card-description .card-tag, .featured-video-wrapper .list-card .list-card-description .card-tag {
      text-align: left;
      font: normal normal bold 14px/50px "Open Sans";
      letter-spacing: 0;
      color: #0f1f6f;
      padding: 0;
      margin: 0;
      text-decoration: none; }
    .big-featured-news-wrapper .list-card .list-card-description .card-header, .featured-research-wrapper .list-card .list-card-description .card-header, .featured-opinion-wrapper .list-card .list-card-description .card-header, .featured-video-wrapper .list-card .list-card-description .card-header, .big-featured-news-wrapper .list-card .list-card-description h2, .featured-research-wrapper .list-card .list-card-description h2, .featured-opinion-wrapper .list-card .list-card-description h2, .featured-video-wrapper .list-card .list-card-description h2 {
      text-align: left;
      font: normal normal bold 24px/25px "Open Sans";
      letter-spacing: 0;
      background: none;
      border: none;
      color: black;
      margin: 0;
      padding: 0;
      text-decoration: none; }
    .big-featured-news-wrapper .list-card .list-card-description h2, .featured-research-wrapper .list-card .list-card-description h2, .featured-opinion-wrapper .list-card .list-card-description h2, .featured-video-wrapper .list-card .list-card-description h2 {
      line-height: 30px; }
    .big-featured-news-wrapper .list-card .list-card-description .card-date, .featured-research-wrapper .list-card .list-card-description .card-date, .featured-opinion-wrapper .list-card .list-card-description .card-date, .featured-video-wrapper .list-card .list-card-description .card-date {
      text-align: left;
      font: normal normal normal 14px/36px "Open Sans";
      letter-spacing: 0;
      color: black; }

.very-big-featured-news-wrapper {
  margin-top: 30px; }
  .very-big-featured-news-wrapper .list-card .research-thumbnail {
    width: 360px;
    height: 240px;
    border: 1px solid #C7C7C7; }
  .very-big-featured-news-wrapper .list-card .list-card-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .very-big-featured-news-wrapper .list-card .list-card-description time {
      text-align: left;
      font: normal normal normal 14px/50px "Open Sans";
      letter-spacing: 0;
      color: black; }
    .very-big-featured-news-wrapper .list-card .list-card-description .card-tag {
      text-align: left;
      font: normal normal bold 14px/56px "Open Sans";
      letter-spacing: 0;
      color: #0f1f6f;
      padding: 0;
      margin: 0;
      text-decoration: none; }
    .very-big-featured-news-wrapper .list-card .list-card-description .main-tag-link {
      font: normal normal bold 14px/38px "Open Sans"; }
    .very-big-featured-news-wrapper .list-card .list-card-description .card-header, .very-big-featured-news-wrapper .list-card .list-card-description h2 {
      text-align: left;
      font: normal normal bold 42px/44px "Open Sans";
      letter-spacing: 0;
      background: none;
      border: none;
      color: black;
      margin: 0;
      padding: 0;
      text-decoration: none; }
    @media (max-width: 576px) {
      .very-big-featured-news-wrapper .list-card .list-card-description .card-header, .very-big-featured-news-wrapper .list-card .list-card-description h2 {
        font: normal normal bold 24px/30px "Open Sans"; } }

.small-featured-news-wrapper .post-card {
  margin-bottom: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .small-featured-news-wrapper .post-card .post-thumbnail {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
  .small-featured-news-wrapper .post-card .post-description {
    padding-left: 10px; }
    .small-featured-news-wrapper .post-card .post-description .post-title-anchor, .small-featured-news-wrapper .post-card .post-description .post-title {
      text-align: left;
      font: normal normal bold 16px/20px "Open Sans";
      letter-spacing: 0;
      color: black;
      text-decoration: none;
      margin: 0;
      padding: 0; }
    .small-featured-news-wrapper .post-card .post-description time {
      text-align: left;
      font: normal normal normal 14px/40px "Open Sans";
      letter-spacing: 0;
      color: black; }

.magazines-block {
  margin-top: 30px;
  background: black;
  padding: 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  letter-spacing: 0;
  color: white; }
  .magazines-block .magazines-title {
    text-align: left;
    font: normal normal bold 28px/36px "Open Sans";
    margin: 0; }
  .magazines-block .magazines-link {
    text-align: left;
    font: normal normal bold 14px/36px "Open Sans";
    margin: 0; }
    .magazines-block .magazines-link:hover {
      color: white; }
  .magazines-block .see-magazine-btn {
    border: 2px solid white;
    text-align: center;
    font: normal normal bold 14px/36px "Open Sans";
    outline: none;
    color: white;
    text-decoration: none;
    width: 174px;
    margin-top: 20px; }

.featured-opinion-wrapper .list-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .featured-opinion-wrapper .list-card .list-card-description {
    padding-left: 20px; }
    @media (max-width: 576px) {
      .featured-opinion-wrapper .list-card .list-card-description {
        padding-left: 0;
        padding-top: 10px; } }
  @media (max-width: 576px) {
    .featured-opinion-wrapper .list-card {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.video-row, .opinion-row, .reports-row {
  background: #dbdde9;
  padding-top: 50px !important;
  padding-bottom: 50px !important; }

.reports-row .featured-report-wrapper .report-col .report-thumbnail {
  width: 264px;
  height: auto; }

.reports-row .featured-report-wrapper .report-col .report-title {
  margin-top: 10px;
  font: normal normal bold 16px/22px "Open Sans";
  letter-spacing: 0;
  -ms-flex-item-align: start;
      align-self: flex-start; }

.deals-row {
  margin-top: 10px; }
  .deals-row .deal-card {
    border: 2px solid #0f1f6f;
    border-radius: 0;
    color: black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .deals-row .deal-card.ipd-deals {
      /* Fix because of web component size. */
      min-height: 100% !important;
      padding-bottom: 30px !important; }
    .deals-row .deal-card .card-img-top {
      border-radius: 0; }
    .deals-row .deal-card.deals-filter {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 10px; }
      .deals-row .deal-card.deals-filter .date-range-filter {
        width: 100% !important; }
    .deals-row .deal-card h3 {
      font: normal normal bold 24px/30px "Open Sans";
      letter-spacing: 0; }
    .deals-row .deal-card p {
      text-align: left;
      font: normal normal normal 14px/22px "Open Sans";
      padding: 0;
      margin: 0; }
      .deals-row .deal-card p b {
        font: normal normal bold 14px/22px "Open Sans"; }

.residential-row, .offices-row, .retail-row, .hotels-row, .logistics-row {
  margin-top: 10px; }

.companies-row {
  margin-top: 10px; }
  .companies-row .company-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 150px;
    min-height: 150px; }
    .companies-row .company-col .company-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 150px;
      min-height: 150px;
      width: 150px;
      min-width: 150px;
      border: 1px solid #C7C7C7;
      padding: 20px; }
    .companies-row .company-col img.company-image {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      max-width: 100%;
      width: 110px; }

.homepage-top-advertising {
  height: 258px;
  background: #efefef; }

.highlight-featured-news {
  position: relative;
  height: 436px;
  background-size: contain;
  margin: 10px 0 0; }

.newsletter-wrapper {
  background: #0f1f6f 0 0 no-repeat padding-box;
  margin-top: 30px;
  padding: 20px;
  width: 75%; }
  .newsletter-wrapper h3 {
    font: normal normal normal 22px/56px "Open Sans";
    letter-spacing: 0;
    color: white;
    margin: 0; }
  .newsletter-wrapper input {
    background: white 0 0 no-repeat padding-box;
    color: #0f1f6f;
    border: 0;
    padding: 10px;
    letter-spacing: 0;
    font: normal normal normal 13px/18px "Open Sans";
    width: 250px;
    outline: none; }
  .newsletter-wrapper button {
    border: 2px solid white;
    color: white;
    background: #0f1f6f;
    padding-left: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 120px;
    font-weight: bold;
    margin-top: 5px;
    margin-left: 5px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

@media (max-width: 576px) {
  .newsletter-wrapper {
    background: #0f1f6f 0 0 no-repeat padding-box;
    margin-top: 30px;
    padding: 23px 20px 50px; }
    .newsletter-wrapper h3 {
      font: normal normal normal 22px/56px "Open Sans";
      letter-spacing: 0;
      color: white;
      margin: 0; }
    .newsletter-wrapper input {
      background: white 0 0 no-repeat padding-box;
      padding: 10px;
      color: #0f1f6f;
      border: 0;
      width: 250px; }
    .newsletter-wrapper a {
      border: 2px solid white;
      color: white;
      padding-top: 8px;
      padding-bottom: 8px;
      width: 120px;
      font: normal normal bold 14px/56px "Open Sans";
      font-weight: bold;
      margin-top: 10px;
      margin-left: 0; } }

.special-story-hp .main-tag-link {
  color: white !important; }

@media (min-width: 768px) and (max-width: 1199px) {
  .pub-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .pub-wrapper {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .newsletter-wrapper {
    width: 100%; } }

@media (max-width: 576px) {
  .list-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; } }

.featured-header .pub-square {
  padding: 40px 40px; }

@media (max-width: 1485px) {
  .featured-header .pub-square {
    display: none; } }

@media (max-width: 530px) {
  .small-header-news .post-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .small-header-news .post-card .post-description {
      padding-top: 5px;
      padding-left: 0; }
  .pub-square {
    padding: 30px; } }

@media (min-width: 992px) and (max-width: 1200px) {
  .highlight-featured-news .pub-square {
    display: none !important; } }

@media (max-width: 991px) {
  .iberian-magazine-image {
    width: 50% !important; } }

body {
  overflow: hidden; }

.deals .filters.close button {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: start !important; }

.deals-content {
  height: calc(100% - 80px);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .deals-content .splitter-layout {
    height: calc(100% - 80px) !important;
    width: calc(100% - 100px) !important; }
  .deals-content .layout-splitter {
    padding-left: 0 !important;
    padding-right: 6px; }

.deal-detail {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden; }
  .deal-detail .panel-left {
    width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-right: 2px solid lightgrey; }
    .deal-detail .panel-left .title {
      border-top: 1px solid white;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 10px;
      font-size: 14px;
      font-weight: 600; }
      .deal-detail .panel-left .title .mat-icon {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        max-width: 30px; }
      .deal-detail .panel-left .title-text {
        -webkit-box-flex: 2;
            -ms-flex: 2;
                flex: 2;
        text-transform: uppercase;
        overflow: hidden;
        text-overflow: ellipsis; }
        @supports (-webkit-line-clamp: 2) {
          .deal-detail .panel-left .title-text {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: initial;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical; } }
    .deal-detail .panel-left img {
      max-width: 100%;
      max-height: 100%;
      vertical-align: middle; }
    .deal-detail .panel-left .side-bar-menu {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .deal-detail .panel-left .side-bar-menu button {
        width: 100%;
        text-align: left;
        text-transform: uppercase;
        background-color: transparent;
        color: black;
        border-radius: 0;
        border: none;
        border-bottom: 1px solid white;
        padding: 10px 10px 10px 20px;
        font: normal normal bold 14px/19px 'Open Sans'; }
        .deal-detail .panel-left .side-bar-menu button.active, .deal-detail .panel-left .side-bar-menu button:hover {
          background-color: lightgray; }
    .deal-detail .panel-left .last-update {
      padding: 15px 15px 0;
      font-size: 12px;
      font-style: italic;
      color: #999; }
  .deal-detail .deal-detail-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    overflow: hidden;
    height: 100%; }
    .deal-detail .deal-detail-content .profile {
      font-weight: 300;
      font-size: 14px;
      display: none;
      overflow: auto;
      height: 100%; }
      .deal-detail .deal-detail-content .profile.show {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .deal-detail .deal-detail-content .profile.show .row {
          height: 100%; }
      .deal-detail .deal-detail-content .profile .description {
        padding: 20px; }
      .deal-detail .deal-detail-content .profile .playerValues {
        padding: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .deal-detail .deal-detail-content .profile .playerValues hr {
          width: 100%; }
        .deal-detail .deal-detail-content .profile .playerValues .item-value {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .deal-detail .deal-detail-content .profile .playerValues .item-value div {
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            padding: 12px;
            padding: .75rem; }
            .deal-detail .deal-detail-content .profile .playerValues .item-value div:first-child {
              font-weight: bold; }
            .deal-detail .deal-detail-content .profile .playerValues .item-value div:last-child {
              -webkit-box-flex: 3;
                  -ms-flex: 3;
                      flex: 3; }
    .deal-detail .deal-detail-content .parties {
      padding: 20px;
      display: none;
      overflow: auto;
      height: 100%; }
      .deal-detail .deal-detail-content .parties.show {
        display: grid; }
      .deal-detail .deal-detail-content .parties .group {
        display: grid;
        grid-template-columns: repeat(auto-fill, 200px);
        grid-gap: 20px; }
      .deal-detail .deal-detail-content .parties .logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 200px;
        height: 200px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border: 1px solid #C7C7C7; }
        .deal-detail .deal-detail-content .parties .logo img {
          max-width: 198px;
          max-height: 198px; }
    .deal-detail .deal-detail-content .properties {
      height: 100%;
      display: none; }
      .deal-detail .deal-detail-content .properties.show {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .deal-detail .deal-detail-content .properties #map {
        width: 400px;
        height: 100%; }
      .deal-detail .deal-detail-content .properties .cards-properties {
        overflow: auto;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        height: 100%;
        padding: 20px; }
        .deal-detail .deal-detail-content .properties .cards-properties .related-properties {
          display: grid;
          grid-template-columns: repeat(auto-fill, 300px);
          grid-gap: 20px;
          margin: 0 auto;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
        .deal-detail .deal-detail-content .properties .cards-properties .card {
          width: 300px;
          height: 390px;
          border-radius: 0; }
          .deal-detail .deal-detail-content .properties .cards-properties .card .card-img-top {
            height: 200px;
            border-radius: 0 !important; }
          .deal-detail .deal-detail-content .properties .cards-properties .card .card-body {
            padding: 10px;
            font-family: "Open Sans", serif;
            background-color: #EFEFEF; }
            .deal-detail .deal-detail-content .properties .cards-properties .card .card-body .card-title {
              font: normal normal bold 16px/22px "Open Sans";
              overflow: hidden;
              text-overflow: ellipsis; }
              @supports (-webkit-line-clamp: 2) {
                .deal-detail .deal-detail-content .properties .cards-properties .card .card-body .card-title {
                  overflow: hidden;
                  text-overflow: ellipsis;
                  white-space: initial;
                  display: -webkit-box;
                  -webkit-line-clamp: 2;
                  -webkit-box-orient: vertical; } }
            .deal-detail .deal-detail-content .properties .cards-properties .card .card-body .list-group {
              padding: 0;
              border: none; }
              .deal-detail .deal-detail-content .properties .cards-properties .card .card-body .list-group .list-group-item {
                padding: 0;
                border: none;
                margin-bottom: 5px; }
                .deal-detail .deal-detail-content .properties .cards-properties .card .card-body .list-group .list-group-item.cities {
                  overflow: hidden;
                  text-overflow: ellipsis;
                  white-space: nowrap; }
            .deal-detail .deal-detail-content .properties .cards-properties .card .card-body .info-content div {
              font: normal normal normal 14px/22px "Open Sans";
              background-color: transparent;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap; }
              .deal-detail .deal-detail-content .properties .cards-properties .card .card-body .info-content div strong {
                font: normal normal bold 14px/22px "Open Sans"; }
      @media screen and (max-width: 1141px) {
        .deal-detail .deal-detail-content .properties {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          overflow: hidden;
          width: calc(100vw - 400px); }
          .deal-detail .deal-detail-content .properties #map {
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            width: 100%; }
          .deal-detail .deal-detail-content .properties .cards-properties {
            height: 100%;
            padding: 20px; }
            .deal-detail .deal-detail-content .properties .cards-properties .related-properties {
              display: -webkit-box;
              grid-template-columns: unset;
              grid-gap: 20px;
              margin: unset;
              -webkit-box-pack: unset;
                  -ms-flex-pack: unset;
                      justify-content: unset;
              -ms-flex-wrap: nowrap;
                  flex-wrap: nowrap; } }
    .deal-detail .deal-detail-content .export {
      padding: 20px;
      display: none;
      overflow: auto;
      height: 100%; }
      .deal-detail .deal-detail-content .export.show {
        display: block; }
      .deal-detail .deal-detail-content .export table {
        width: 100%;
        background-color: white; }
        .deal-detail .deal-detail-content .export table tr {
          padding: 20px; }
          .deal-detail .deal-detail-content .export table tr.divider {
            background-color: #2b318d;
            color: white;
            font-weight: bold; }
          .deal-detail .deal-detail-content .export table tr td {
            padding: 10px;
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1; }
      .deal-detail .deal-detail-content .export button {
        margin-top: 20px;
        background-color: #2b318d;
        color: white;
        border-radius: 0; }

.player-detail {
  height: calc(100vh - 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .player-detail .panel-left {
    width: 300px;
    height: 100%;
    border-right: 2px solid lightgrey; }
    .player-detail .panel-left .logo {
      width: 300px;
      height: 300px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      border-bottom: 2px solid lightgrey; }
      .player-detail .panel-left .logo img {
        max-width: 295px;
        max-height: 200px;
        vertical-align: middle; }
    .player-detail .panel-left .side-bar-menu {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .player-detail .panel-left .side-bar-menu button {
        text-align: left;
        text-transform: uppercase;
        width: 100%;
        background: transparent;
        border-radius: 0;
        margin-top: 0;
        border: none;
        height: 45px;
        color: black;
        font: normal normal bold 14px/19px "Open Sans";
        padding-left: 15px;
        cursor: pointer; }
        .player-detail .panel-left .side-bar-menu button.active, .player-detail .panel-left .side-bar-menu button:hover {
          background: #efefef; }
    .player-detail .panel-left .last-update {
      padding: 15px 15px 0;
      font-size: 12px;
      font-style: italic;
      color: #999; }
  .player-detail .player-detail-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden; }
    .player-detail .player-detail-content .profile {
      height: 100%;
      font-weight: 300;
      font-size: 14px;
      overflow: auto; }
      .player-detail .player-detail-content .profile.show {
        width: 100%; }
        .player-detail .player-detail-content .profile.show .row {
          height: 100%; }
      .player-detail .player-detail-content .profile .description {
        padding: 20px; }
      .player-detail .player-detail-content .profile .playerValues {
        overflow: auto;
        padding: 20px;
        height: calc(100vh - 80px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .player-detail .player-detail-content .profile .playerValues hr {
          width: 100%; }
        .player-detail .player-detail-content .profile .playerValues .item-value {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          border-bottom: 1px solid lightgrey; }
          .player-detail .player-detail-content .profile .playerValues .item-value div {
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            padding: 12px;
            padding: 0.75rem; }
            .player-detail .player-detail-content .profile .playerValues .item-value div:first-child {
              font-weight: bold; }
            .player-detail .player-detail-content .profile .playerValues .item-value div:last-child {
              -webkit-box-flex: 2;
                  -ms-flex: 2;
                      flex: 2; }
    .player-detail .player-detail-content .citySector {
      height: 100%;
      padding: 10px; }
      .player-detail .player-detail-content .citySector.show {
        width: 100%; }
        .player-detail .player-detail-content .citySector.show .row {
          height: 100%;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
      .player-detail .player-detail-content .citySector .main-cities, .player-detail .player-detail-content .citySector .sector-profile {
        width: 450px;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
    .player-detail .player-detail-content .board-members {
      display: none;
      grid-template-columns: repeat(auto-fill, 420px);
      grid-gap: 20px;
      grid-auto-rows: -webkit-max-content;
      grid-auto-rows: max-content;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin: 0 auto !important;
      overflow: auto;
      height: 100%;
      padding: 20px; }
      .player-detail .player-detail-content .board-members.show {
        display: grid; }
      .player-detail .player-detail-content .board-members .member {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 140px;
        border: 1px solid #c7c7c7; }
        .player-detail .player-detail-content .board-members .member .foto {
          width: 140px;
          height: 140px; }
          .player-detail .player-detail-content .board-members .member .foto img {
            width: 140px;
            height: 140px; }
        .player-detail .player-detail-content .board-members .member .info {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          padding: 10px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
          .player-detail .player-detail-content .board-members .member .info .name {
            font: normal normal bold 14px/18px "Open Sans"; }
          .player-detail .player-detail-content .board-members .member .info .position {
            font: normal normal normal 14px/18px "Open Sans";
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1; }
          .player-detail .player-detail-content .board-members .member .info .social-networks {
            height: 30px; }
            .player-detail .player-detail-content .board-members .member .info .social-networks img {
              margin-right: 10px; }
      .player-detail .player-detail-content .board-members #bioModal .name {
        font: normal normal bold 14px/18px "Open Sans"; }
      .player-detail .player-detail-content .board-members #bioModal .position {
        font: normal normal normal 14px/18px "Open Sans"; }
      .player-detail .player-detail-content .board-members #bioModal .modal-body {
        font: normal normal normal 14px/22px "Open Sans"; }
    .player-detail .player-detail-content .related-deals {
      height: 100%;
      padding: 20px;
      overflow: auto;
      display: none;
      grid-template-columns: repeat(auto-fill, 300px);
      grid-gap: 20px;
      margin: 0 auto;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .player-detail .player-detail-content .related-deals.show {
        display: grid; }
      .player-detail .player-detail-content .related-deals a {
        text-decoration: none; }
        .player-detail .player-detail-content .related-deals a:hover {
          color: black; }
        .player-detail .player-detail-content .related-deals a .card {
          cursor: pointer;
          width: 300px;
          height: 390px;
          border-radius: 0; }
          .player-detail .player-detail-content .related-deals a .card .card-img-top {
            height: 200px;
            border-radius: 0 !important; }
          .player-detail .player-detail-content .related-deals a .card .card-body {
            padding: 10px;
            font-family: "Open Sans", serif; }
            .player-detail .player-detail-content .related-deals a .card .card-body .card-title {
              font-size: 16px;
              font-weight: 600;
              text-transform: uppercase;
              overflow: hidden;
              text-overflow: ellipsis; }
              @supports (-webkit-line-clamp: 2) {
                .player-detail .player-detail-content .related-deals a .card .card-body .card-title {
                  overflow: hidden;
                  text-overflow: ellipsis;
                  white-space: initial;
                  display: -webkit-box;
                  -webkit-line-clamp: 2;
                  -webkit-box-orient: vertical; } }
            .player-detail .player-detail-content .related-deals a .card .card-body .list-group {
              padding: 0;
              border: none; }
              .player-detail .player-detail-content .related-deals a .card .card-body .list-group .list-group-item {
                padding: 0;
                border: none;
                margin-bottom: 5px; }
                .player-detail .player-detail-content .related-deals a .card .card-body .list-group .list-group-item.cities {
                  overflow: hidden;
                  text-overflow: ellipsis;
                  white-space: nowrap; }
    .player-detail .player-detail-content .add-info {
      display: none; }
      .player-detail .player-detail-content .add-info.show {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }

.add-info {
  height: calc(100vh - 80px);
  overflow: auto; }
  .add-info .row {
    height: 100%;
    margin: 0; }
  .add-info .text-content {
    padding: 50px 20px 0 50px; }
    @media screen and (max-width: 991px) {
      .add-info .text-content {
        padding: 15px; } }
    .add-info .text-content h1 {
      font: normal normal normal 22px/56px "Open Sans"; }
    .add-info .text-content p {
      font: normal normal normal 14px/22px "Open Sans"; }
  .add-info .info-form {
    padding: 50px 20px 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (max-width: 991px) {
      .add-info .info-form {
        padding: 15px; } }
    .add-info .info-form select {
      margin-bottom: 10px; }
    .add-info .info-form textarea {
      margin-bottom: 10px; }
    .add-info .info-form .send {
      background-color: #0F1F6F;
      color: white;
      margin-bottom: 10px;
      text-align: left;
      border-radius: 0; }
    .add-info .info-form .table-title {
      background-color: #0F1F6F;
      color: white;
      margin-bottom: 10px;
      padding: 6px 12px;
      padding: .375rem .75rem; }
    .add-info .info-form .accordion {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .add-info .info-form .accordion .accordion-header button {
        color: black !important;
        background-color: transparent !important; }

.reditorial-header-horizontal {
  margin: 0 0 40px 0;
  padding: 70px 0 0 0;
  min-height: 600px;
  color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; }
  .reditorial-header-horizontal h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 42px;
    line-height: 46px;
    font-weight: 600;
    text-align: left; }
  .reditorial-header-horizontal .post-teaser {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    text-align: left; }
  .reditorial-header-horizontal .author-name {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-align: left; }
    .reditorial-header-horizontal .author-name .bold {
      font-weight: 600; }
  .reditorial-header-horizontal .main-tag-link {
    color: #ffffff; }
  .reditorial-header-horizontal .main-tag-link:hover {
    text-decoration: underline; }
  .reditorial-header-horizontal .share-btn-wrapper a {
    margin: 0 10px 0 0; }

.richtext {
  margin: 0 0 20px 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  text-align: left; }
  .richtext h5 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #2b318d; }

.image {
  margin: 0 0 40px 0; }
  .image .image-credits {
    margin: 5px 0 0 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: left; }

.flickr {
  margin: 0 0 40px 0; }

.quote {
  margin: 0 0 40px 0; }
  .quote blockquote {
    margin: 0;
    padding: 25px 0 25px 25px;
    border-left: 8px solid #2b318d; }
  .quote .number {
    font-family: 'Open Sans', sans-serif;
    font-size: 100px;
    font-weight: 600; }
  .quote h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 42px;
    line-height: 48px;
    font-weight: 600;
    text-align: left;
    margin: 5px 0; }
  .quote .autor-legenda {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    text-align: left; }

.richtext-box {
  margin: 0 0 40px 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #ffffff;
  text-align: left; }
  .richtext-box .caixa {
    background-color: #2b318d;
    padding: 25px; }
  .richtext-box h5 {
    margin: 20px 0 10px 0;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600; }

.sub-title h5 {
  margin: 20px 0 20px 8px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #2b318d; }

.embed-wrapper {
  margin: 0 0 40px 0; }
  .embed-wrapper .video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; }
  .embed-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.conjunto-videos {
  margin: 0 0 20px 0; }
  .conjunto-videos .video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    margin: 0 0 20px 0; }
  .conjunto-videos iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.pub {
  margin: 0 0 40px 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: right; }

.sponsor-content {
  margin: 0 0 40px 0;
  border: 2px solid #2b318d;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
  padding: 10px 20px;
  height: 40px;
  width: auto; }
  .sponsor-content a {
    color: #2b318d;
    text-decoration: underline; }

.external-link {
  margin: 0 0 40px 0; }
  .external-link .caixa {
    border: 5px solid #2b318d;
    padding: 25px; }
  .external-link h4 {
    padding: 0;
    margin: 0 0 10px 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    line-height: 34px;
    font-weight: 600; }
  .external-link a {
    border: 2px solid #2b318d;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 17px;
    font-weight: 600;
    color: #2b318d;
    text-transform: uppercase;
    text-align: left;
    padding: 10px 20px;
    margin: 10px 5px 0 0;
    height: 40px;
    width: 180px;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }

.infographics {
  margin: 0 0 40px 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400; }
  .infographics i {
    color: #2b318d;
    font-size: 80px;
    font-size: 5rem; }
  .infographics h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 44px;
    line-height: 48px;
    font-weight: 600;
    margin: 5px 0; }

.text-image {
  margin: 0 0 40px 0; }
  .text-image .caixa {
    padding: 25px 25px 0 25px;
    background-color: #2b318d; }
