/* hero 01 */
.home-hero-01 .hero-wrapper {
     position: relative;
     min-height: 700px;
     overflow: hidden;
     padding: 0;
}
.home-hero-01 .hero-wrapper a{
     text-decoration:none;
     color: white;
}
.home-hero-01 .hero-wrapper h1{
     font-size: 3rem;
     font-family: 'Open-Sans-ExtraBold';
     margin-top: 0.5rem;
     letter-spacing: -1.5px;
}
.home-hero-01 .text {
     background-image: linear-gradient(57deg, var(--sapphire) 0%, var(--aqua));
     color: white;
     padding: 7.5rem 25% 7.5rem 10%;
     bottom:0;
     width: 65%;
     position: absolute;
     min-height: 500px;
}
.home-hero-01 .image {
     position: absolute;
     width: 55%;
     right: 0;
     bottom: 100px;
     overflow: hidden;
     min-height: 600px;
}
@media(max-width:991.98px){
    .home-hero-01 .hero-wrapper {
        min-height: 550px;
    }
    .home-hero-01 .text {
        width: 90%;
        bottom: 50px;
        padding: 10%;
        display: flex;
        align-items: center;
    }
    .home-hero-01 .image img{
        display: none;
    }
    .home-hero-01 .image {
        width: 480px;
        max-width: 95%;
        bottom: 0;
        min-height: 400px;
        background-color: var(--sapphire);
        z-index: -1;
        
    }
}
@media(max-width:575.98px){
    .home-hero-01 .text {
        padding: 5%;
        word-wrap: break-word;
    }
    .home-hero-01 .text *{
        max-width: 100%;
    }
}
@media(max-width:319.98px){
    .home-hero-01 .text {
        width: 100%;
    }
}
.home-hero-01 .post-date {
    text-transform: uppercase;
}
/* hero 02 */
.home-hero-02 .hero-wrapper {
    position: relative;
    min-height: 700px;
    overflow: hidden;
    padding: 0;
}
.home-hero-02 .hero-wrapper a{
    text-decoration:none;
    color: white;
}
.home-hero-02 .hero-wrapper h1{
    font-size: 3rem;
    font-family: 'Open-Sans-ExtraBold';
    margin-top: 0.5rem;
    letter-spacing: -1.5px;
}
.home-hero-02 .text {
    background-image: linear-gradient(57deg, var(--sapphire) 0%, var(--aqua));
    color: white;
    padding: 7.5rem 25% 7.5rem 10%;
    bottom:0;
    width: 65%;
    position: absolute;
    min-height: 700px;
    display: flex;
    align-items: flex-end;
}
.home-hero-02 .image {
    position: absolute;
    width: 55%;
    right: 0;
    bottom: 50px;
    overflow: hidden;
    min-height: 600px;
}
@media(max-width:991.98px){
    .home-hero-02 .hero-wrapper {
        min-height: 550px;
    }
    .home-hero-02 .text {
        min-height: 500px;
        width: 90%;
        bottom: 50px;
        padding: 10%;
        align-items: center;
    }
    .home-hero-02 .image img{
        display: none;
    }
    .home-hero-02 .image {
        width: 480px;
        max-width: 95%;
        bottom: 0;
        min-height: 400px;
        background-color: var(--sapphire);
        z-index: -1;
        
    }
}
@media(max-width:575.98px){
    .home-hero-02 .text {
        padding: 5%;
        word-wrap: break-word;
    }
    .home-hero-02 .text *{
        max-width: 100%;
    }
}
@media(max-width:319.98px){
    .home-hero-02 .text {
        width: 100%;
    }
}
.home-hero-02 .post-date {
   text-transform: uppercase;
}
/* hero 03 */
.home-hero-03 .hero-wrapper {
    position: relative;
    min-height: 700px;
    overflow: hidden;
    padding: 0;
}
.home-hero-03 .hero-wrapper a{
    text-decoration:none;
    color: white;
}
.home-hero-03 .hero-wrapper h1{
    font-size: 2.5rem;
    font-family: 'Open-Sans-ExtraBold';
    margin-top: 0.5rem;
    letter-spacing: -1px;
}
.home-hero-03 .text {
    background-image: linear-gradient(57deg, var(--sapphire) 0%, var(--aqua));
    color: white;
    padding: 2rem;
    bottom:0;
    width: 35%;
    min-width: 420px;
    position: absolute;
    min-height: 400px;
    display: flex;
    align-items: center;
    z-index: 1;
}
.home-hero-03 .image {
    position: absolute;
    width: 85%;
    right: 0;
    bottom: 50px;
    overflow: hidden;
    min-height: 650px;
}
@media(max-width:991.98px){
    .home-hero-03 .hero-wrapper {
        min-height: 450px;
    }
    .home-hero-03 .text {
        width: 90%;
        bottom: 50px;
        padding: 10%;
        min-width: auto;
    }
    .home-hero-03 .image img{
        display: none;
    }
    .home-hero-03 .image {
        width: 480px;
        max-width: 95%;
        bottom: 0;
        min-height: 400px;
        background-color: var(--sapphire);
        z-index: -1;
        
    }
}
@media(max-width:575.98px){
    .home-hero-03 .text {
        padding: 5%;
        word-wrap: break-word;
    }
    .home-hero-03 .text *{
        max-width: 100%;
    }
}
@media(max-width:319.98px){
    .home-hero-03 .text {
        width: 100%;
    }
}
.home-hero-03 .post-date {
   text-transform: uppercase;
}
/* hero 04 */
.home-hero-04 .hero-wrapper {
    position: relative;
    min-height: 550px;
    overflow: hidden;
    padding: 0;
}
.home-hero-04 .hero-wrapper a{
    text-decoration:none;
    color: white;
}
.home-hero-04 .hero-wrapper h1{
    font-size: 3rem;
    font-family: 'Open-Sans-ExtraBold';
    margin-top: 0.5rem;
    letter-spacing: -1.5px;
}
.home-hero-04 .text {
    background-image: linear-gradient(57deg, var(--sapphire) 0%, var(--aqua));
    color: white;
    padding: 10%;
    bottom: 50px;
    width: 90%;
    position: absolute;
    min-height: 500px;
    display: flex;
    align-items: center;
}
.home-hero-04 .image {
    position: absolute;
    width: 480px;
    max-width: 95%;
    bottom: 0;
    right: 0;
    overflow: hidden;
    min-height: 400px;
    background-color: var(--sapphire);
    z-index: -1;
}
@media(max-width:575.98px){
    .home-hero-04 .text {
        padding: 5%;
        word-wrap: break-word;
    }
    .home-hero-04 .text *{
        max-width: 100%;
    }
}
@media(max-width:319.98px){
    .home-hero-04 .text {
        width: 100%;
    }
}
.home-hero-04 .post-date {
   text-transform: uppercase;
}
/* carousel 01 */
.home-carousel-01 .hero-wrapper {
    position: relative;
    min-height: 700px;
    overflow: hidden;
    padding: 0;
}
.home-carousel-01 .media {
    position: relative;
    height: 700px;
    width: 100%;
}
.home-carousel-01 .bullets {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
    display: flex;
    justify-content: space-between;
}
.home-carousel-01 .bullets .item {
    width: 30%;
    background: white;
    padding: 2.5rem 2rem;
}
.home-carousel-01 .bullets .item.active {
    background-image: linear-gradient(57deg, var(--sapphire) 0%, var(--aqua));
}
.home-carousel-01 .bullets .item a{
    text-decoration: none;
    color: var(--black);
}
.home-carousel-01 .bullets .item.active a{
    color: white;
}
.home-carousel-01 .post-date {
    text-transform: uppercase;
 }
.home-carousel-01 .bullets .item h2{
    font-family: 'Open-Sans-ExtraBold';
    font-size: 1.5rem;
    line-height: 1.21;
    letter-spacing: -0.6px;
    margin-top: 1.25rem;
}
@media(max-width:991.98px){
    .home-carousel-01 .media {
        height: 600px;
    }
    .home-carousel-01 .bullets .item {
        display: none;
    }
    .home-carousel-01 .bullets .item.active {
        display: block;
        width: 100%;
    }
}
@media(max-width:575.98px){
    .home-carousel-01 .media {
        height: 500px;
    }
}
.home-carousel-01 .controls{
    width: 100%;
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    top: 30%;
    left: 0;
    padding: 0 10px;
}
.home-carousel-01 .controls a{
    text-decoration: none;
    cursor: pointer;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    opacity: 0.71;
    background-color: var(--black);
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-carousel-01 .controls a svg{
    fill: white;
    width: 12px;
    height: 24px;
}
@media(min-width:992px){
    .home-carousel-01 .controls{
        display: none;
    }
    
}
/* stories */
#fcstories {
    padding: 2rem 15px 0rem 15px;
    text-align: center;
}
/*
#fcstories .stories-wrapper {
    text-align: center;
}
*/
.stories.carousel .story {
    margin: 0px 40px;
    max-width: 96px;
    width: 96px;
}
.stories.fotocasalife .story > .item-link {
  text-decoration: none;
  color: #333;
}
.stories.fotocasalife .story > .item-link > .item-preview {
  border-radius: 50%;
  padding: 6px;
  background: linear-gradient(45deg, var(--sapphire) -7%, var(--aqua) 104%);
  width: 96px;
  min-height: 96px;
}
.stories.fotocasalife .story > .item-link > .item-preview img {
  border-radius: 50%;
  /*border: 3px solid #fff;*/
}
.stories.fotocasalife .story > .item-link > .info {
    white-space: normal !important;
    margin-top: 1.5rem;
}
.stories.carousel .story>.item-link>.info .name {
    font-family: 'Open-Sans-Bold';
    color: var(--sapphire);
}
.stories.fotocasalife .story.seen {
  opacity: 0.5;
}
.stories.fotocasalife .story.seen > a > .item-preview {
  background: #999;
}
#zuck-modal-content .story-viewer .head .back, #zuck-modal-content .story-viewer .head .right .close {
    color: white;
    opacity: 1;
}
@media(max-width:575.98px){
    .stories.carousel .story {
        margin: 0px 15px;
        max-width: 80px;
        width: 80px;
    }
    .stories.fotocasalife .story > .item-link > .item-preview {
        width: 80px;
        min-height: 80px;
        max-height: 80px;
    }
}
/* inspirate */
.modal.inspirate .modal-content {
    border-radius: 2rem;
}
.modal.inspirate .modal-header {
    border-bottom: 0;
    padding: 2rem;
}
.modal.inspirate .modal-body {
    padding: 1rem 2rem;
}
.modal.inspirate .modal-body .media {
    position: relative;
    height: 615px;
    width: 100%;
    margin-bottom: 4rem;
}
@media (max-width:991.98px){
    .modal.inspirate .modal-body {
        padding: .5rem 1rem;
    }
    .modal.inspirate .modal-body .media {
        height: 420px;
    }
}
@media (max-width:575.98px){
    .modal.inspirate .modal-body .media {
        height: 320px;
    }
}
.modal.inspirate img {
    border-radius: 0.5rem;
}
.modal.inspirate .title {
    font-family: 'Open-Sans-BOld';
    font-size: 1.5rem;
    line-height: 1.29;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: 1.25rem;
    word-wrap: break-word;
}
.modal.inspirate .content {
    line-height: 1.5;
    color: var(--black);
    margin-bottom: 1.2rem;
}
.modal.inspirate .tags {
    font-size: 1.25rem;
    line-height: 1.6;
    color: var(--sapphire);
    margin-bottom: 1rem;
}
.modal.inspirate .tags a {
    color: var(--sapphire);
    text-decoration: none;
    margin-left: .25rem;
}
.modal.inspirate .close {
    opacity: 1;
}
.modal.inspirate .post-sharing a {
    color: white;
    text-decoration: none;
}
.modal.inspirate .post-sharing {
    width: 64px;
    padding: 0 1.2rem;
    color: white;
    background-color: var(--aqua);
    margin-right: 1rem;
}
.modal.inspirate .post-sharing li{
    padding: 1rem 0;
}
.modal.inspirate .post-sharing li:not(:first-of-type){
    border-top: 1px solid white;
}
.modal.inspirate .post-sharing svg {
    fill: currentColor;
    display: block;
    margin: 0 auto;
}
.modal.inspirate .post-sharing-h a {
    color: white;
    text-decoration: none;
}
.modal.inspirate .post-sharing-h {
    width: 235px;
    padding: 1rem 0 0.75rem 0;
    margin: 0;
    color: white;
    background-color: var(--aqua);
}
.modal.inspirate .post-sharing-h li{
    padding: 0 1rem;
    margin-right: 0;
}
.modal.inspirate .post-sharing-h li:not(:first-of-type){
    border-left: 1px solid white;
}
.modal.inspirate .post-sharing-h svg {
    fill: currentColor;
    display: block;
    margin: 0 auto;
}
.modal.inspirate .controls{
    top: 50%;
    left: 0;
    padding: 0 20px;
}
.modal.inspirate .controls a{
    text-decoration: none;
    cursor: pointer;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    opacity: 0.71;
    background-color: var(--black);
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal.inspirate .controls a svg{
    fill: white;
    width: 12px;
    height: 24px;
}
.modal.inspirate ul.bullets{
    width: 100%;
    text-align: center;
    padding-left: 0;
    margin-top: 1rem;
    /*margin-bottom: 3rem;*/
}
.modal.inspirate ul.bullets li{
    background-color: #e4dfdf;
    width: 10px;
    height: 10px; 
    border-radius:50%;
    cursor: pointer;
}
.modal.inspirate .bullets li.active {
    background-color: var(--sapphire);
}
/* news grid 01 */
.news-grid-01 {
    margin: 6rem 0;
}
.news-grid-01 .desc .rectangle {
    width: 64px;
    height: 20px;
    background-color: var(--aqua);
    margin-bottom: 0.875rem;
}
.news-grid-01 .desc .title {
    font-family: 'Open-Sans-ExtraBold';
    font-size: 3rem; 
    line-height: 1.13;
    letter-spacing: -1.5px;
    color: var(--aqua);
    margin-bottom: 4rem;
    word-wrap: break-word;
}
.news-grid-01 article {
    margin-bottom: 1rem;
}
.news-grid-01 article a {
    color: var(--black) !important;
    text-decoration: none;
}
.news-grid-01 article .featured-post-image {
    width: 100%;
    height: auto;  
}
.news-grid-01 article .post-image {
    width: 100%;
    height: 144px;  
}
.news-grid-01 article .data {
    display: block;
    font-size: 0.875rem;
    margin: 1.5rem 0 0.5rem;
    text-transform: uppercase;
}
.news-grid-01 article .title {
    font-family: 'Open-Sans-ExtraBold';
    line-height: 1.25;
    font-size: 1.2rem;    
    word-wrap: break-word;
}
.news-grid-01 article.featured .title {
    font-size: 2rem;
    line-height: 1.13;
    letter-spacing: -1px;
    word-wrap: break-word;
}
@media(max-width:991.98px){
    .news-grid-01 article .post-image {
        height: auto;  
    }
}
.news-grid-01 article .featured-thumbnail, .news-grid-01 article .post-thumbnail {
    position: relative;
    width: 100%;
    height: calc((100vw - 30px)*0.5625); /*16:9*/
}

@media(min-width:576px){
    .news-grid-01 article .featured-thumbnail, .news-grid-01 article .post-thumbnail {
        height: 287px; /*16:9*/
    }
}
@media(min-width:768px){
    .news-grid-01 article .featured-thumbnail {
        height: 518px; /*4:3*/
    }
    .news-grid-01 article .post-thumbnail {
        height: 186px; /*16:9*/
    }
}
@media(min-width:992px){
    .news-grid-01 article .featured-thumbnail {
        height: 338px; /*4:3*/
    }
    .news-grid-01 article .post-thumbnail {
        height: 118px; /*16:9*/
    }
}
@media(min-width:1200px){
    /* .news-grid-01 article .featured-thumbnail {
        height: 405px;
    }
    .news-grid-01 article .post-thumbnail {
        height: 144px;
    } */
}
/* news grid 02 */
.news-grid-02 { 
    margin: 6rem 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.news-grid-02 .news-wrapper{
    padding: 0;
}
.news-grid-02 .desc .rectangle {
    width: 64px;
    height: 20px;
    background-color: var(--aqua);
    margin-bottom: 0.875rem;
}
.news-grid-02 .desc .title {
    font-family: 'Open-Sans-ExtraBold';
    font-size: 3rem; 
    line-height: 1.13;
    letter-spacing: -1.5px;
    color: var(--aqua);
    margin-bottom: 4rem;
    word-wrap: break-word;
}
.news-grid-02 .w-left{
    width: 48%;
    padding-top: 4rem;
    display: inline-block;
}
.news-grid-02 .w-right {
    float: right;
    margin-right: 0;
    width: 50vw;
}
.news-grid-02 .item {
    position: relative;
    overflow: hidden;
}
.news-grid-02 .item.v.ml {
    margin-left: 2rem;
    margin-top: 5px;
    height: 40vw;
}
.news-grid-02 .item.h.r {
    height: 55vw;
}
.news-grid-02 .item.h.mr {
    margin-right: 2rem;
    margin-top: 5px;
    height: 30vw;
}
@media (min-width: 768px) {
    .news-grid-02 .item.v.ml {
        margin-left: calc((100vw - 720px - 15px)/4);
    }
    .news-grid-02 .w-right {
        margin-right: calc((720px + 15px - 100vw)/2);
    }
    .news-grid-02 .item.h.mr {
        margin-right: calc((100vw - 720px - 15px)/2);
    }
}
@media (min-width: 992px) {
    .news-grid-02 .w-left{
        width: 49%;
    }
    .news-grid-02 .item.v.ml {
        margin-left: calc((100vw - 960px - 15px)/3);
    }
    .news-grid-02 .w-right {
        margin-right: calc((960px + 15px - 100vw)/2);
    }
    .news-grid-02 .item.h.mr {
        margin-right: calc((100vw - 960px - 15px)/2);
    }
    .news-grid-02 .item.h.r {
        height: 35vw;
    }
}
@media (min-width: 1200px) {
    .news-grid-02 .item.v.ml {
        margin-left: calc((100vw - 1140px - 15px)/4);
    }
    .news-grid-02 .w-right {
        margin-right: calc((1140px + 15px - 100vw)/2);
    }
    .news-grid-02 .item.h.mr {
        margin-right: calc((100vw - 1140px - 15px)/2);
        height: 20vw;
    }
}
.news-grid-02 .item .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    /*background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.6));*/
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 46%, rgba(0, 0, 0, 0.65));
    z-index: 1;
}
.news-grid-02 .item .text{
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    right: 2rem;
    color: white !important;
    z-index: 2;
}
.news-grid-02 .item .text .data{
    text-transform: uppercase;
}
.news-grid-02 .item .text a {
    color: white;
    font-family: 'Open-Sans-Extrabold';
    font-size: 2rem;
    line-height: 1.13;
    letter-spacing: -1px;
}
.news-grid-02 .item .text .title{
    font-family: 'Open-Sans-Extrabold';
    font-size: 2rem;
    line-height: 1.13;
    letter-spacing: -1px;
    word-wrap: break-word;
}
.news-grid-02 .infobox {
    color: white;
    background-color: var(--aqua);
    padding: 3rem 2rem;
}
.news-grid-02 .infobox article {
    position: relative;
}
.news-grid-02 .infobox .tag {
    display: block;
    color: var(--sapphire);
    letter-spacing: -0.5px;
    text-transform: uppercase;
}
.news-grid-02 .infobox .title {
    color: var(--sapphire);
    font-family: 'Open-Sans-Extrabold';
    margin-bottom: 4rem;
    line-height: 1.13;
    letter-spacing: -1px;
    word-wrap: break-word;
}
.news-grid-02 .infobox input {
    background: transparent;
    border: none;
    border-bottom: 1px solid white;
    width: 75%;
    font-family: 'Open-Sans-Bold';
    color: var(--sapphire);
    line-height: 1.5;
    letter-spacing: -0.5px;
}
.news-grid-02 .infobox input:focus-visible {
    outline: none;
}
.news-grid-02 .infobox input::placeholder {
    font-family: 'Open-Sans-Bold';
    color: var(--sapphire);
    line-height: 1.5;
    letter-spacing: -0.5px;
}
.news-grid-02 .infobox .text {
    font-family: 'Open-Sans-Bold';
    font-size: 1.25rem;
    line-height: 1.25;
}
@media (max-width: 767.98px) {
    .news-grid-02 .w-left{
        width: 100%;
        display: block;
        padding-top: 0;
    }
    .news-grid-02 .w-right {
        width: 100%;
        display: block;
        float: none;
    }
    .news-grid-02 .item {
        width: 100%;
        margin: 1rem 0 !important;
        min-height: 40vh !important;
    }
    .news-grid-02 .infobox {
        margin: 1rem 0 !important;
    }
}
/* inspirate grid */
.inspirate-grid-01 {
    margin: 6rem 0;
}
.inspirate-grid-01 .desc .rectangle {
    width: 64px;
    height: 20px;
    background-color: var(--aqua);
    margin-bottom: 0.875rem;
}
.inspirate-grid-01 .desc .title,
.inspirate-grid-01 .desc .title a,
.inspirate-grid-01 .desc .title a:hover
{
    font-family: 'Open-Sans-ExtraBold';
    font-size: 3rem; 
    line-height: 1.13;
    letter-spacing: -1.5px;
    color: var(--aqua);
    margin-bottom: 4rem;
    word-wrap: break-word;
    text-decoration: none;
}
.inspirate-grid-01 .masonry {
    transition: all .5s ease-in-out;
    column-gap: 30px;
    column-fill: initial;
    column-count: 4;
}
.inspirate-grid-01 .masonry .item {
    margin-bottom: 30px;
    display: inline-block;
    vertical-align: top;
}
.inspirate-grid-01 .masonry .item img {
    transition: all .5s ease-in-out;
    backface-visibility: hidden; 
    border-radius: 8px;
    box-shadow: 0 12px 14px 0 rgba(25, 15, 60, 0.12);
}
.inspirate-grid-01 .masonry .item:hover img {
    opacity: .75;
}
.inspirate-grid-01 .masonry .item a {
    text-decoration: none;
}
.inspirate-grid-01 .masonry .item .title {
    display: block;
    margin-top: 1.4rem;
    font-family: 'Open-Sans-Bold';
    font-size: 1.125rem;
    letter-spacing: -0.56px;
    color: var(--black) !important;
    text-decoration: none;
    word-wrap: break-word;
}
@media only screen and (max-width: 767.98px) {
    .inspirate-grid-01 .masonry {
    column-count: 2;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .inspirate-grid-01 .masonry {
        column-count: 3;
    }
}
@media only screen and (min-width: 992px) {
    .inspirate-grid-01 .filters {
        letter-spacing: 1px;
    }
    .inspirate-grid-01 .masonry {
        column-count: 4;
    }
}
/* most read news */
.news-most-read-01 {
    margin: 6rem 0;
}
.news-most-read-01 .desc .rectangle {
    width: 64px;
    height: 20px;
    background-color: var(--aqua);
    margin-bottom: 0.875rem;
}
.news-most-read-01 .desc .title {
    font-family: 'Open-Sans-ExtraBold';
    font-size: 3rem; 
    line-height: 1.13;
    letter-spacing: -1.5px;
    color: var(--aqua);
    margin-bottom: 4rem;
    word-wrap: break-word;
}
.news-most-read-01 a {
    color: var(--black) !important;
    text-decoration: none;
}
.news-most-read-01 .headline {
    margin-bottom: 1rem;
    /*min-height: 92px;*/
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important;
}
.news-most-read-01 .headline .race {
    font-family: 'Open-Sans-ExtraBold';
    font-size: 5.625rem;
    line-height: 1;
    letter-spacing: -3px;
    /*color: #f4f3f3;*/
    color: #e7e7e7;
    margin-right: 1.5rem;
    /*min-height: 92px;*/
}
.news-most-read-01 .headline .title {
    font-family: 'Open-Sans-ExtraBold';
    font-size: 1.25rem;
    word-wrap: break-word;
}
.news-most-read-01 .headline .title a {
    word-wrap: break-word;
}
/* authors panel */
.authors-grid-01 {
    margin: 6rem 0;
}
.authors-grid-01 .desc .rectangle {
    width: 64px;
    height: 20px;
    background-color: var(--aqua);
    margin-bottom: 0.875rem;
}
.authors-grid-01 .desc .title {
    font-family: 'Open-Sans-ExtraBold';
    font-size: 3rem; 
    line-height: 1.13;
    letter-spacing: -1.5px;
    color: var(--aqua);
    margin-bottom: 4rem;
    word-wrap: break-word;
}
.authors-grid-01 .grid {
    position: relative;
    z-index: 1;
    padding: 3rem 0;
}
.authors-grid-01 .grid:before {
    position:absolute;
    z-index:-1;
    top:0;
    right:0;
    width: 100%;
    height:100%;
    content:"";
    background-color:#f4f3f3;
}
.authors-grid-01 .grid article {
    margin: 3rem 0;
}
.authors-grid-01 .grid .image {
    position: relative;
    max-width: 194px;
    min-width: 194px;
    max-height: 194px;
    min-height: 194px;
    margin-right: 2rem;
    margin-bottom: 1rem;
    border-radius: 50%;
    overflow: hidden;
}
.authors-grid-01 .grid .text .tags{
    font-family: 'Open-Sans-Bold';
    text-transform: uppercase;
    color: var(--aqua);
    margin-bottom: 1.5rem;
}
.authors-grid-01 .grid .text .tags svg{
    fill: currentColor;
}
.authors-grid-01 .grid .text .tags a{
    margin-left: .5rem;
}
.authors-grid-01 .grid .text .author{
    font-family: 'Open-Sans-Bold';
    color: var(--black);
    font-size: 1.125rem;
    letter-spacing: -0.56px;
}
.authors-grid-01 .grid .text .title{
    font-family: 'Open-Sans-ExtraBold';
    color: var(--sapphire);
    letter-spacing: -0.88px;
    line-height: 1.18;
    margin-top: .5rem;
    word-wrap: break-word;
}
/*
@media (min-width: 576px) {
    .authors-grid-01 .grid:before {
        width: calc(540px - 97px + ((100vw - 540px - 15px)/2));
    }
}
@media (min-width: 768px) {
    .authors-grid-01 .grid:before {
        width: calc(720px - 97px + ((100vw - 720px - 15px)/2));
    }
}
*/
@media (min-width: 992px) {
    .authors-grid-01 .grid:before {
        /*width: calc(960px - 97px + ((100vw - 960px - 15px)/2));*/
        width: calc(960px - 97px + ((100vw - 960px - 30px)/2));
    }
}
@media (min-width: 1200px) {
    .authors-grid-01 .grid:before {
        /*width: calc(1140px - 97px + ((100vw - 1140px - 15px)/2));*/
        width: calc(1140px - 97px + ((100vw - 1140px - 30px)/2));
    }
}
/* fotocasa tv carousel */
.tv-carousel .glide{position:relative;width:100%;box-sizing:border-box}
.tv-carousel .glide *{box-sizing:inherit}
.tv-carousel .glide__track{overflow:hidden}
.tv-carousel .glide__slides{position:relative;width:100%;list-style:none;backface-visibility:hidden;transform-style:preserve-3d;touch-action:pan-Y;overflow:hidden;padding:0;white-space:nowrap;display:flex;flex-wrap:nowrap;will-change:transform}
.tv-carousel .glide__slides--dragging{user-select:none}
.tv-carousel .glide__slide{width:100%;height:100%;flex-shrink:0;white-space:normal;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}
.tv-carousel .glide__slide a{user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}
.tv-carousel .glide__arrows{-webkit-touch-callout:none;user-select:none}
.tv-carousel .glide__bullets{-webkit-touch-callout:none;user-select:none}
.tv-carousel .glide--rtl{direction:rtl}

.tv-carousel .glide__arrows{
    text-align: right;
    margin-bottom: 1rem;
}
.tv-carousel .glide__arrows button {
    padding: 0;
}
.tv-carousel .glide__arrows button svg{
    fill: var(--sapphire);
}
.tv-carousel {
    margin: 6rem 0;
}
.tv-carousel .desc .rectangle {
    width: 64px;
    height: 20px;
    background-color: var(--aqua);
    margin-bottom: 0.875rem;
}
.tv-carousel .desc .title,
.tv-carousel .desc .title a,
.tv-carousel .desc .title a:hover
{
    font-family: 'Open-Sans-ExtraBold';
    font-size: 3rem; 
    line-height: 1.13;
    letter-spacing: -1.5px;
    color: var(--aqua);
    word-wrap: break-word;
    text-decoration: none;
}
.tv-carousel .item {
    min-height: 350px;
    min-width: 320px;
    position: relative;
}
.tv-carousel .item a{
    color: white;
    text-decoration: none;
}
.tv-carousel .item .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    /*background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.6));*/
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 46%, rgba(0, 0, 0, 0.65));
    z-index: 1;
}
.tv-carousel .item .text{
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: white !important;
    z-index: 2;
}
.tv-carousel .item .text .title{
    font-family: 'Open-Sans-Bold';
    font-size: 2rem;
    line-height: 1.13;
    letter-spacing: -1px;
    word-wrap: break-word;
}
.tv-carousel .item .data{
    text-transform: uppercase;
}
.tv-carousel .item svg{
    fill: currentColor;
    margin-right: 15px;
}


/* PROYECTO VIVIENDAS */

    .proyecto-vivienda .desc .rectangle {
        width: 64px;
        height: 20px;
        background-color: var(--aqua);
        margin-bottom: 0.875rem;
    }

    .proyecto-vivienda .desc .title {
        font-family: 'Open-Sans-ExtraBold';
        font-size: 3rem; 
        line-height: 1.13;
        letter-spacing: -1.5px;
        color: var(--aqua);
        margin-bottom: 4rem;
        word-wrap: break-word;
    }

    .proyecto-vivienda .proyecto-vivienda--image {
        margin-bottom: 15px;
    }

    .proyecto-vivienda .proyecto-vivienda--title {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .proyecto-vivienda .proyecto-vivienda--description {
        margin-bottom: 30px;
    }

    .proyecto-vivienda .proyecto-vivienda--button {

    }
/* EDN PROYECTO VIVIENDAS */