@charset "utf-8";
figure.ambiente {
    height: 100%;
}
figure.ambiente img, figure.center img, figure.right img { 
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-position: center;
    vertical-align: middle;
}
figure.right img, figure.ambiente_fig_bottom img {
    width: 100%;
height: auto;
    vertical-align: middle;
   
}


figure.ambiente figcaption h3 {
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 11.25rem;
    color: #fff;
    font-size: clamp(3.125rem, 3vw, 4.375rem);
}
section.ambiente {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: #FFFFFF;

 
}
article.textbox_ambiente {
    margin-left: 50%;
    width: 30%;
    text-align: justify;
    color: #333333;
    padding: 3rem 1.25rem 3rem 0;
}
article.lft {
    flex-basis: 30%;
   padding: 3rem 1.25rem;
   
}

figure.center {
    flex-basis: 50%;
    height: 100vh;
    min-height: 60rem;
    padding: 0 1.25rem;
  }
figure.right {
    flex-basis: 20%;

  
    }

figure.ambiente_fig_bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 35%;
    z-index: 1;
}





@media(max-width: 48rem) {
section.ambiente {
    flex-direction: column;
    height: auto;
}
article.textbox_ambiente {
    margin: 0;
    width: 100%;
    padding: 3rem 1.25em 3rem;
}
    figure.center {
         padding: 0 0 0.125rem;
    }
   figure.ambiente_fig_bottom {
    
       position: static;
    width: 100%;
  
    }
}


