@charset "UTF-8";
/*
Theme Name: Smart Ventures
Version: 1.0
Author: Solução Digital
Author URI: https://solucao.digital/
*/
.content {
  padding: 30px 0;
}
.content .container {
  align-items: center;
}
.content .image {
  padding-right: 10%;
}
.content h1 {
  font-weight: 700;
  font-size: 2.8em;
  margin-bottom: 60px;
  text-align: right;
}
.content p {
  line-height: 1.3em;
  padding-bottom: 40px;
  direction: rtl;
  text-align: justify;
}

@media only screen and (max-width: 1440px) {
  .content h1 {
    font-size: 2.4em;
  }
}
/* Laptop */
/* Tablet */
/* Mobile default */
@media only screen and (max-width: 767px) {
  .topo figure img {
    width: 200%;
    max-width: 200%;
    margin-left: -50%;
  }
  .content .image {
    padding-right: 0;
  }
}
@media only screen and (max-width: 599px) {
  .content {
    padding: 0;
  }
  .content figure.wp-block-image.size-full {
    width: 90%;
    margin: 0 auto 35px;
  }
  .content .image {
    padding-right: 0;
  }
  .content h1, .content p {
    text-align: center;
  }
}

/*# sourceMappingURL=institucional.css.map */
