.foto-block {
  padding-top: 2.5vw;
  padding-bottom: 3.5vw; }
  .foto-block .container-block {
    width: 920px; }
  .foto-block.reverse .wrapper {
    flex-direction: row-reverse; }
    .foto-block.reverse .wrapper .text {
      justify-content: flex-end; }
  .foto-block .wrapper {
    display: flex;
    justify-content: space-between;
    background-color: var(--light-bg); }
    .foto-block .wrapper .text {
      width: 50%;
      display: flex;
      justify-content: flex-start; }
      .foto-block .wrapper .text p, .foto-block .wrapper .text ul li, .foto-block .wrapper .text ol li {
        color: var(--secondary-text); }
    .foto-block .wrapper .foto {
      width: 50%;
      position: relative;
      overflow: hidden;
      margin-top: -2.5vw;
      margin-bottom: -3.5vw; }
      .foto-block .wrapper .foto .container-block {
        padding: 0;
        height: 100%; }
      .foto-block .wrapper .foto .image {
        height: 100%;
        margin-top: 0;
        margin-bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center; }
      .foto-block .wrapper .foto img {
        height: auto;
        width: 100%;
        object-fit: contain;
        position: absolute; }

@media (max-width: 575.5px) {
  .foto-block.reverse .wrapper {
    flex-direction: column-reverse; }
  .foto-block .wrapper {
    flex-direction: column-reverse; }
    .foto-block .wrapper .text {
      width: 100%; }
    .foto-block .wrapper .foto {
      width: 100%; }
      .foto-block .wrapper .foto img {
        position: relative; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .foto-block.reverse .wrapper {
    flex-direction: column-reverse; }
  .foto-block .wrapper {
    flex-direction: column-reverse; }
    .foto-block .wrapper .text {
      width: 100%; }
    .foto-block .wrapper .foto {
      width: 100%;
      margin-top: 10px; }
      .foto-block .wrapper .foto img {
        position: relative;
        max-height: 500px; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .foto-block.reverse .wrapper {
    flex-direction: column-reverse; }
  .foto-block .wrapper {
    flex-direction: column-reverse; }
    .foto-block .wrapper .text {
      width: 100%; }
    .foto-block .wrapper .foto {
      width: 100%;
      margin-top: 20px; }
      .foto-block .wrapper .foto img {
        position: relative;
        max-height: 600px; } }

/*# sourceMappingURL=foto_block.css.map */
