@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Sora:wght@400;600;700&display=swap");
body,
html {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Sora", sans-serif;
}

p,
span,
li,
a {
  font-family: "Sora", sans-serif !important;
}

.btn-whatsapp {
  bottom: 30px;
  position: fixed;
  right: 70px;
  z-index: 99;
}
.btn-whatsapp img {
  max-width: 74px;
  transition: transform 0.4s;
}
.btn-whatsapp img:hover {
  transform: scale(1.1);
}

@media screen and (max-width: 480px) {
  .btn-whatsapp {
    bottom: 30px;
    position: fixed;
    right: 30px;
    z-index: 99;
  }
}
/* ========== BASE COLORS ========== */
/* ========== WHITE VARIANTS ========== */
/* ========== GRAYS ========== */
/* ========== REDS ========== */
/* ========== ACCENTS ========== */
.contato {
  background-color: #000000;
  padding-bottom: 2.5em;
}
.contato .contato-h1 {
  padding-bottom: 60px;
}
.contato .contato-h1 h1 {
  color: #ffffff;
  padding-bottom: 10px;
  text-align: center;
}
.contato .contato-h1 .linha {
  background-color: #bb9867;
  border-radius: 2px;
  height: 2px;
  margin: -10px auto 0 auto;
  width: 80px;
}
.contato .contato-container {
  display: flex;
  gap: 1.5em;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 2em;
  text-decoration: none;
}
.contato .contato-container .container-infos {
  display: flex;
  flex-direction: column;
}
.contato .contato-container .container-infos .info-item {
  align-items: flex-start;
  color: #bb9867;
  display: flex;
  gap: 10px;
}
.contato .contato-container .container-infos .info-item i {
  font-size: 20px;
  padding-top: 10px;
}
.contato .contato-container .container-infos .info-item div {
  display: flex;
  flex-direction: column;
}
.contato .contato-container .container-infos .info-item div h2 {
  color: #bb9867;
  font-size: 20px;
  margin-bottom: 2px;
}
.contato .contato-container .container-infos .info-item div p {
  color: #e0e0e0;
  font-size: 16px;
  margin: 0 0 30px 0;
}
.contato .contato-container .container-forms form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 400px;
}
.contato .contato-container .container-forms form input,
.contato .contato-container .container-forms form textarea {
  background-color: #1f1f1f;
  border: 1px solid gray;
  border-radius: 2px;
  color: #ffffff;
  outline: none;
  padding: 10px;
}
.contato .contato-container .container-forms form textarea {
  min-height: 120px;
}
.contato .contato-container .container-forms form button {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #8a1414;
  border: none;
  border-radius: 50px;
  color: #ffffff;
  cursor: pointer;
  font-family: "Sora", sans-serif;
  font-weight: 800;
  font-size: 15px;
  height: 40px;
  width: 40px;
  padding: 0 24px;
  min-width: -moz-fit-content;
  min-width: fit-content;
  white-space: nowrap;
}
.contato .contato-container .container-forms form button:hover {
  background-color: rgb(71, 4, 4);
}

@media screen and (min-width: 1600px) {
  .container-forms {
    margin-left: 40em;
  }
}
@media screen and (min-width: 661px) and (max-width: 1023px) {
  .contato-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0 1em;
  }
  .contato-container .container-forms {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .contato-container .container-forms form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 400px;
    padding: 0;
    width: 100%;
  }
  .contato-container .container-forms form input,
  .contato-container .container-forms form textarea {
    background-color: #1f1f1f;
    border: 1px solid gray;
    border-radius: 2px;
    box-sizing: border-box;
    color: #ffffff;
    outline: none;
    padding: 10px;
    width: 100%;
  }
  .contato-container .container-forms form textarea {
    min-height: 120px;
  }
  .contato-container .container-forms form button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #8a1414;
    border: none;
    border-radius: 50px;
    color: #ffffff;
    cursor: pointer;
    font-family: "Sora", sans-serif;
    font-weight: 800;
    font-size: 15px;
    height: 40px;
    padding: 0 24px;
    min-width: -moz-fit-content;
    min-width: fit-content;
    white-space: nowrap;
  }
  .contato-container .container-forms form button:hover {
    background-color: rgb(71, 4, 4);
  }
}
@media screen and (max-width: 660px) {
  .contato-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0 1em;
  }
  .contato-container .container-forms {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .contato-container .container-forms form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 400px;
    padding: 0;
    width: 100%;
  }
  .contato-container .container-forms form input,
  .contato-container .container-forms form textarea {
    background-color: #1f1f1f;
    border: 1px solid gray;
    border-radius: 2px;
    box-sizing: border-box;
    color: #ffffff;
    outline: none;
    padding: 10px;
    width: 100%;
  }
  .contato-container .container-forms form textarea {
    min-height: 120px;
  }
  .contato-container .container-forms form button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #8a1414;
    border: none;
    border-radius: 50px;
    color: #ffffff;
    cursor: pointer;
    font-family: "Sora", sans-serif;
    font-weight: 800;
    font-size: 15px;
    height: 40px;
    padding: 0 24px;
    min-width: -moz-fit-content;
    min-width: fit-content;
    white-space: nowrap;
  }
  .contato-container .container-forms form button:hover {
    background-color: rgb(71, 4, 4);
  }
}
a[href^=tel] {
  color: #e0e0e0 !important;
  text-decoration: none !important;
}

footer {
  background-color: #1f1f1f;
  padding: 1em;
}
footer p {
  margin: 0;
  padding: 0;
}

.footer-section {
  color: #CCCCCC;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.footer-section a {
  color: #CCCCCC;
  text-decoration: none;
}
.footer-section a:hover {
  color: #bb9867;
}
.footer-section p {
  font-size: 15px;
  margin: 0;
  padding: 0;
}

p {
  font-size: 15px;
}

.galeria {
  background-color: #000000;
  padding-bottom: 2.6em;
}
.galeria .galeria-textos {
  position: relative;
  text-align: center;
  z-index: 2;
}
.galeria .galeria-textos h1 {
  color: #ffffff;
  padding-top: 30px;
  z-index: 3;
}
.galeria .galeria-textos p {
  color: #e0e0e0;
  font-size: 18px;
  padding-bottom: 20px;
}
.galeria .galeria-textos .galeria-bg-title {
  color: rgba(69, 68, 68, 0.3921568627);
  font-size: 150px;
  left: 67%;
  position: absolute;
  top: 63%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.carousel-item {
  transition: transform 0.4s ease-in-out !important;
}

.img-carrossel {
  display: block;
  height: auto;
  image-rendering: auto;
  margin: 0 auto;
  max-width: 8vw;
  width: 100%;
}

@media (min-width: 1201px) {
  .img-carrossel {
    max-width: 400px;
  }
  .carousel-control-prev-icon {
    left: 20em;
    position: relative;
  }
  .carousel-control-next-icon {
    position: relative;
    right: 20em;
  }
}
@media (max-width: 1200px) {
  .img-carrossel {
    max-width: 600px;
  }
  .carousel-control-prev-icon {
    left: 7em;
    position: relative;
  }
  .carousel-control-next-icon {
    position: relative;
    right: 7em;
  }
}
@media (max-width: 1200px) {
  .img-carrossel {
    max-width: 40vw;
  }
}
@media (max-width: 991px) {
  .img-carrossel {
    max-width: 45vw;
  }
  .carousel-control-prev-icon {
    left: 5em;
    position: relative;
  }
  .carousel-control-next-icon {
    position: relative;
    right: 5em;
  }
  .galeria .galeria-bg-title {
    color: rgba(69, 68, 68, 0.3921568627);
    font-size: 10px;
    left: 67%;
    position: absolute;
    top: 53%;
    transform: translate(-50%, -50%);
    z-index: 0;
  }
}
@media (max-width: 768px) {
  .galeria .galeria-textos .galeria-bg-title {
    font-size: 70px;
    top: 43%;
    left: 50%;
  }
  .img-carrossel {
    max-width: 58vw;
  }
  .carousel-control-prev-icon {
    left: 0em;
    position: relative;
  }
  .carousel-control-next-icon {
    position: relative;
    right: 0em;
  }
}
@media (max-width: 576px) {
  .img-carrossel {
    max-width: 75vw;
  }
  .carousel-control-prev,
  .carousel-control-next {
    display: none !important;
  }
}
@media (max-width: 360px) {
  .img-carrossel {
    max-width: 80vw;
  }
}
header {
  align-items: center;
  background-color: #000000;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  height: 15vh;
  width: 100%;
  padding-right: 40px;
  margin-bottom: -1px;
  text-align: center;
}
header #header-img {
  height: 15vh;
  width: auto;
  margin-top: -1px;
  margin-left: 0;
}
header .header-icon-cell {
  display: flex;
  gap: 18px;
  margin-right: 0;
}
header .header-icon-cell i {
  font-size: 28px;
  color: #ffffff;
}
header .header-icon-cell a:hover i {
  color: #d34040;
}
header .header-button {
  align-items: center;
  background-color: transparent;
  display: flex;
  justify-content: center;
}
header .header-button a {
  border: 1px solid #929085;
  border-radius: 5px;
  color: #edeaef;
  font-family: "Sora", sans-serif;
  padding: 15px 30px;
  text-decoration: none;
  transition: background-color 0.3s ease, border 0.3s ease;
}
header .header-button a:hover {
  background-color: #bb9867;
  border: 1px solid #ffffff;
}
header .header-icon-cell a:hover {
  animation: translateY 0.8s infinite alternate;
  color: #d34040;
}

@keyframes translateY {
  from {
    transform: translateY(0) scale(1);
  }
  to {
    transform: translateY(-8px) scale(1.1);
  }
}
@media screen and (min-width: 768px) {
  header {
    gap: 200px;
  }
  header .header-button {
    display: none;
  }
  header #header-img {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  header .header-button {
    display: none;
  }
  header #header-img {
    margin-left: 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  header #header-img {
    width: 200px;
    height: 160px;
  }
  .header-icon-cell {
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-end;
    max-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
  }
  .header-icon-cell::-webkit-scrollbar {
    display: none;
  }
  .header-icon-cell i {
    font-size: 24px;
  }
}
.hero {
  align-items: center;
  background: url("./assets/imagens/banner.png") no-repeat center center/cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  padding: 2em;
  width: 100%;
}
.hero .hero-title {
  color: white;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.3;
  margin-bottom: 2rem;
  max-width: 90vw;
  text-align: center;
}
.hero .hero-title .highlight {
  color: #bb9867;
}
.hero .hero-p {
  color: #ffffff;
  display: block;
  font-family: sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 600px;
  padding-bottom: 1em;
  padding-top: 1em;
  text-align: center;
}
.hero .hero-p p {
  margin-bottom: 0;
}
.hero .hero-button {
  align-items: center;
  background-color: transparent;
  display: flex;
  justify-content: center;
  margin-top: 2em;
}
.hero .hero-button a {
  border: 1px solid #929085;
  border-radius: 5px;
  color: #edeaef;
  font-family: "Sora", sans-serif;
  font-size: 20px;
  padding: 20px 50px;
  text-decoration: none;
  transition: background-color 0.3s ease, border 0.3s ease;
}
.hero .hero-button a:hover {
  background-color: #bb9867;
  border: 1px solid #ffffff;
}

@media screen and (max-width: 1024px) {
  .hero {
    padding: 3em 1.5em;
  }
  .hero .hero-title {
    font-size: 40px;
    margin-top: 3em;
    max-width: 90vw;
  }
  .hero .hero-p {
    font-size: 22px;
  }
  .hero .hero-button {
    margin-top: 2em;
  }
  .hero .hero-button a {
    font-size: 18px;
    padding: 20px 40px;
  }
}
@media screen and (max-width: 768px) {
  .hero {
    background: url("/assets/imagens/bannerTelasPequenas.png") no-repeat center center/cover;
  }
  .hero .hero-title {
    font-size: 27px;
    margin-top: 4em;
    max-width: 100vw;
  }
  .hero .hero-p {
    font-size: 20px;
    max-width: 90vw;
  }
  .hero .hero-button a {
    font-size: 16px;
    padding: 18px 35px;
  }
}
@media screen and (max-width: 480px) {
  .hero .hero-title {
    font-size: 20px;
    max-width: 95vw;
    margin-top: 1em;
  }
  .hero .hero-p {
    font-size: 18px;
    max-width: 90vw;
    padding-bottom: 1.5em;
  }
  .hero .hero-button a {
    font-size: 20px;
    padding: 15px 30px;
  }
}
@media screen and (max-width: 380px) {
  .hero .hero-title {
    font-size: 20px;
    max-width: 95vw;
    margin-top: 1em;
  }
  .hero .hero-p {
    font-size: 18px;
    max-width: 90vw;
    padding-bottom: 1.5em;
  }
  .hero .hero-button a {
    font-size: 20px;
    padding: 15px 30px;
  }
}
.localizacao {
  background-color: #1f1f1f;
  height: 42.5em;
}
.localizacao .localizacao-textos {
  justify-content: center;
  text-align: center;
}
.localizacao .localizacao-textos h1 {
  color: #ffffff;
}
.localizacao .localizacao-textos p {
  color: #e0e0e0;
  font-size: 18px;
  padding-bottom: 20px;
}
.localizacao .localizacao-textos #localizacao-textos-p {
  color: #e0e0e0;
  font-size: 20px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 15px;
}

.line {
  background-color: gray;
  height: 2px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .localizacao .localizacao-textos p {
    font-size: 16px;
  }
  .localizacao .localizacao-textos #localizacao-textos-p {
    font-size: 18px;
  }
}
@media screen and (max-width: 488px) {
  .localizacao {
    padding: 0;
  }
  .localizacao .localizacao-textos p {
    font-size: 16px;
  }
  .localizacao .localizacao-textos #localizacao-textos-p {
    font-size: 16px;
  }
}
* {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3 {
  font-weight: 800 !important;
}

h1 {
  padding-top: 30px;
}

@media screen and (min-width: 811px) {
  h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 810px) {
  h1 {
    font-size: 30px;
  }
}
.servicos-container {
  background-color: #1f1f1f;
  padding-bottom: 40px;
}
.servicos-container .serviços-textos {
  justify-content: center;
  text-align: center;
}
.servicos-container .serviços-textos h1 {
  color: #ffffff;
}
.servicos-container .serviços-textos p {
  color: #e0e0e0;
  font-size: 18px;
  padding-bottom: 20px;
}
.servicos-container .serviços-grid {
  display: flex;
  gap: 30px;
  justify-content: center;
}
.servicos-container .imagem-wrapper {
  height: 342px;
  position: relative;
}
.servicos-container .imagem-wrapper:hover .info-hover {
  border: none;
  opacity: 1;
}
.servicos-container .info-hover {
  background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0.356));
  bottom: 0;
  color: white;
  display: flex;
  flex-direction: column;
  height: 343px;
  justify-content: flex-end;
  left: 0;
  opacity: 0;
  padding: 20px;
  position: absolute;
  right: 0;
  transition: opacity 0.4s ease;
}
.servicos-container .info-hover .info-hover-text {
  padding-bottom: 30px;
}
.servicos-container .info-hover p {
  font-size: 16px;
  padding: 10px 0;
}
.servicos-container .info-hover span {
  color: #bb9867;
  font-size: 18px;
}
.servicos-container .line {
  background-color: gray;
  height: 2px;
  width: 100%;
}

.servicos-wrapper {
  display: flex;
  gap: 30px;
  justify-content: center;
  padding: 2em;
}
.servicos-wrapper .servico-item {
  background: #000000;
  border: 1px solid #CDCDCD;
  padding: 20px;
  transition: all 0.3s ease;
}
.servicos-wrapper .servico-item:hover .texto-hover {
  opacity: 1;
}
.servicos-wrapper .servico-item img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.servicos-wrapper .servico-item .texto-hover {
  color: #bb9867;
  font-size: 18px;
  margin-top: 10px;
  opacity: 0;
  text-align: center;
  transition: opacity 0.3s ease;
}

@media screen and (min-width: 811px) {
  .icone-preco {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .servicos-container .serviços-textos p {
    font-size: 16px;
  }
  .servicos-container .serviços-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .servicos-container .imagem-wrapper {
    height: auto;
    position: relative;
  }
  .servicos-container .imagem-wrapper img {
    display: block;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  .servicos-container .info-hover {
    background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0.356));
    bottom: 0;
    color: white;
    display: flex;
    flex-direction: column;
    height: 343px;
    justify-content: flex-end;
    left: 0;
    opacity: 0;
    padding: 20px;
    pointer-events: none;
    position: absolute;
    right: 0;
    transition: opacity 0.3s ease;
  }
  .servicos-container .info-hover .info-hover-text {
    padding-bottom: 20px;
  }
  .servicos-container .info-hover h3 {
    font-size: 20px;
  }
  .servicos-container .info-hover p {
    font-size: 16px;
    padding: 10px 0;
  }
  .servicos-container .info-hover span {
    color: #bb9867;
  }
  .servicos-container .imagem-wrapper:hover .info-hover {
    border: none;
    opacity: 1;
  }
}
@media screen and (max-width: 811px) {
  .serviços .servicos-container .serviços-textos p {
    font-size: 16px;
  }
  .serviços .servicos-container .serviços-grid {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 33px;
  }
  .serviços .servicos-container .imagem-wrapper .servico-item-mobile {
    align-items: center;
    display: flex;
    gap: 40px;
    justify-content: center;
    margin-right: 4.5em;
  }
  .serviços .servicos-container .imagem-wrapper .servico-item-mobile img {
    width: 350px;
  }
  .serviços .servicos-container .imagem-wrapper .servico-item-mobile .icone-preco {
    align-items: center;
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    height: 30px;
    justify-content: center;
    padding: 10px;
  }
  .serviços .servicos-container .info-hover {
    background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0.356));
    bottom: 0;
    color: white;
    display: flex;
    flex-direction: column;
    height: 312px;
    justify-content: flex-end;
    left: 4.55em;
    opacity: 0;
    padding: 20px;
    pointer-events: none;
    position: absolute;
    right: 0;
    transition: opacity 0.3s ease;
  }
  .serviços .servicos-container .info-hover .info-hover-text {
    padding-bottom: 20px;
  }
  .serviços .servicos-container .info-hover h3 {
    font-size: 18px;
  }
  .serviços .servicos-container .info-hover p {
    font-size: 15px;
    padding: 10px 0;
  }
  .serviços .servicos-container .info-hover span {
    color: #bb9867;
  }
  .serviços .servicos-container .info-hover.ativo {
    opacity: 1 !important;
    pointer-events: all;
  }
}
@media screen and (max-width: 589px) {
  .serviços .servicos-container .serviços-grid {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 33px;
  }
  .serviços .servicos-container .imagem-wrapper .servico-item-mobile {
    align-items: center;
    display: flex;
    gap: 40px;
    justify-content: center;
    margin-right: 5.5em;
    width: 300px;
  }
  .serviços .servicos-container .imagem-wrapper .servico-item-mobile .icone-preco {
    align-items: center;
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    height: 30px;
    justify-content: center;
    padding: 10px;
    width: 33px;
  }
  .serviços .servicos-container .info-hover {
    height: 312px;
    left: 0.7em;
    width: 350px;
  }
  .serviços .servicos-container .info-hover h3 {
    font-size: 23px;
  }
  .serviços .servicos-container .info-hover p {
    font-size: 16px;
  }
}
@media screen and (max-width: 545px) {
  .serviços .servicos-container .serviços-grid {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 33px;
  }
  .serviços .servicos-container .imagem-wrapper .servico-item-mobile {
    align-items: center;
    cursor: pointer;
    display: flex;
    gap: 15px;
    justify-content: center;
    margin: 0 2.7em 0 0;
  }
  .serviços .servicos-container .imagem-wrapper .servico-item-mobile img {
    width: 250px;
  }
  .serviços .servicos-container .imagem-wrapper .servico-item-mobile .icone-preco {
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    cursor: pointer;
    height: 30px;
    width: 30px;
  }
  .serviços .servicos-container .info-hover {
    background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0.356));
    bottom: -2px;
    color: white;
    display: flex;
    flex-direction: column;
    height: 224px;
    justify-content: flex-end;
    left: 46px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transition: opacity 0.3s ease;
    width: 252px;
  }
  .serviços .servicos-container .info-hover h3 {
    font-size: 18px;
  }
  .serviços .servicos-container .info-hover p {
    font-size: 13px;
  }
  .serviços .servicos-container .info-hover span {
    color: #bb9867;
  }
  .serviços .servicos-container .info-hover.ativo {
    opacity: 1 !important;
    pointer-events: all;
    visibility: visible;
  }
}
.sobre {
  align-items: center;
  background-color: #000000;
  color: white;
  display: flex;
  flex-wrap: wrap;
  gap: 10em;
  justify-content: center;
  margin-top: -1px;
  padding: 5em 3em;
  padding-bottom: 15em;
}
.sobre .sobre-img {
  margin-top: -60px;
  position: relative;
}
.sobre .sobre-img img {
  display: block;
  height: auto;
  max-width: 100%;
}
.sobre .sobre-textos {
  max-width: 800px;
  text-align: center;
}
.sobre .sobre-textos h1 {
  margin-bottom: 20px;
}
.sobre .sobre-textos p {
  font-size: 20px;
  line-height: 1.75;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .sobre {
    flex-direction: column;
    gap: 5em;
    padding: 3em 2em;
  }
  .sobre .sobre-img img {
    margin-top: 4em;
    width: 80%;
  }
  .sobre .sobre-textos {
    max-width: 700px;
  }
  .sobre .sobre-textos p {
    font-size: 18px;
    padding-bottom: 2em;
  }
}
@media screen and (max-width: 768px) {
  .sobre {
    padding: 2em 1em;
  }
  .sobre .sobre-img img {
    margin-top: 4em;
    width: 90%;
  }
  .sobre .sobre-textos {
    max-width: 95vw;
  }
  .sobre .sobre-textos h1 {
    font-size: 30px;
  }
  .sobre .sobre-textos p {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .sobre .sobre-img img {
    margin-top: 3em;
    width: 100%;
  }
  .sobre .sobre-textos {
    padding: 0 1em;
  }
  .sobre .sobre-textos p {
    font-size: 15px;
  }
}/*# sourceMappingURL=main.css.map */