@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, and, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea, select {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/*blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:none;
}*/
del {
  text-decoration: line-through;
}

hr {
  background: transparent;
  border: 0;
  clear: both;
  color: transparent;
  height: 1px;
  margin: 0;
  padding: 0;
}

mark {
  background-color: #ffffb3;
  font-style: italic;
}

input, select {
  vertical-align: middle;
}

ins {
  background-color: red;
  color: white;
  text-decoration: none;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.title {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.subtitle {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.text {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #000000;
}

.container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

.destaque {
  background-color: #EE1C25;
  border-radius: 4px;
  padding: 8px 16px;
  width: -moz-fit-content;
  width: fit-content;
}
.destaque:hover {
  background-color: #750000;
  cursor: pointer;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.navbar, .navbar-show {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  z-index: 100;
}
.navbar .container, .navbar-show .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar .container .logo img, .navbar-show .container .logo img {
  width: 200px;
}
.navbar .container .links-container, .navbar-show .container .links-container {
  display: flex;
  align-items: center;
  color: #ffffff;
}
.navbar .container .links-container .desktop-links, .navbar-show .container .links-container .desktop-links {
  margin-left: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px;
}
.navbar .container .links-container .desktop-links:hover, .navbar-show .container .links-container .desktop-links:hover {
  border-bottom: 2px solid #EE1C25;
  cursor: pointer;
}
.navbar .container .links-container .destaque, .navbar-show .container .links-container .destaque {
  border-bottom: unset;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}

.navbar-show {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: opacity 0.6s ease, transform 0.6s ease, visibility 0.6s;
}

.navbar-show.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#mobile-navbar .logo {
  background-color: rgba(0, 0, 0, 0.6);
  height: 40px;
  position: fixed;
  z-index: 1000;
  width: 100%;
  padding: 1rem;
}
#mobile-navbar .logo img {
  width: 35%;
}

.menu-icon {
  position: fixed;
  z-index: 1001;
  display: none;
  width: 30px;
  cursor: pointer;
  top: 20px;
  right: 20px;
}

.menu-icon span {
  display: block;
  height: 3px;
  background: white;
  margin: 6px 0;
  transition: 0.3s ease;
}

/* Menu mobile (deslizante da direita) */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 75%;
  max-width: 300px;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.95);
  padding: 60px 20px;
  transition: right 0.4s ease;
  z-index: 1000;
}

.mobile-menu.active {
  right: 0;
}

.mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu li {
  margin-bottom: 20px;
}

.mobile-menu a {
  color: white;
  text-decoration: none;
  font-size: 18px;
}

/* Responsividade */
@media (max-width: 768px) {
  .menu-icon {
    display: block;
  }
  .navbarDesktop, .navbar {
    display: none;
  }
}
@media (min-width: 769px) {
  .mobile-menu {
    display: none;
  }
}
#hero {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#hero .background img {
  width: 100%;
  animation: zoomLento 40s ease-in-out infinite alternate;
}
#hero .caption {
  position: absolute;
  width: 1000px;
  left: 50%;
  margin-left: -500px;
  top: 60%;
  text-align: center;
  z-index: 10;
  color: #ffffff;
  opacity: 0;
  transform: translateY(50px);
  animation: fadeInUp 1.5s ease-out forwards;
}
#hero .caption .title {
  font-size: 4rem;
  margin-bottom: 2rem;
}
#hero .caption .subtitle {
  font-size: 1.5rem;
  line-height: 2.5rem;
  margin: 2rem 0;
}
#hero .caption .call-to-action {
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: auto;
}
#hero .social-network {
  position: absolute;
  top: 20%;
  color: #ffffff;
  z-index: 10;
}
#hero .social-network .social-icon {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  color: rgba(250, 250, 250, 0.5);
}
#hero .social-network .social-icon:hover {
  cursor: pointer;
  color: #ffffff;
}
#hero .social-network .social-network-caption {
  transform: rotate(-90deg);
  transform-origin: top left; /* ponto de rotação */
  display: inline-block; /* necessário para que o transform funcione bem */
  margin-top: 22.5rem;
}
#hero .foreground {
  position: absolute;
  width: 1200px;
  bottom: -4.25rem;
  left: 50%;
  margin-left: -600px;
}
#hero .foreground img {
  width: 100%;
}
#hero .mask {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 600px;
  background: #000000;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}

/* Animação do zoom */
@keyframes zoomLento {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3); /* Zoom muito sutil */
  }
}
#expertises {
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
#expertises .container {
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  justify-content: space-around;
  align-items: center;
  column-gap: 1rem;
  row-gap: 1rem;
}
#expertises .container .box {
  width: 200px;
  padding: 20px 10px;
  border-radius: 8px;
  color: #000000;
  background-color: #ffffff;
  text-align: center;
}
#expertises .container .box .icon {
  font-size: 3rem;
  color: #EE1C25;
  margin-bottom: 1.5rem;
}

#services {
  background-color: #000000;
}
#services .container .services-box {
  width: 100%;
  background-color: #000000;
  display: flex;
  align-items: center;
  color: #ffffff;
}
#services .container .services-box .service-image {
  width: 50%;
  border-radius: 8px;
  overflow: hidden;
}
#services .container .services-box .service-image img {
  width: 100%;
}
#services .container .services-box .service-text {
  width: 50%;
  margin: 0 2rem;
  text-align: center;
}
#services .container .services-box .service-text .title {
  font-size: 2.5rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
  line-height: 2.5rem;
}
#services .container .services-box .service-text .subtitle {
  font-size: 1rem;
}
#services .container .services-box .service-text .text {
  font-size: 1.5rem;
}
#services .container .services-box .service-text .destaque {
  margin: auto;
  margin-top: 2rem;
}
#services .container .servR {
  flex-direction: row-reverse;
}

.paralax {
  position: relative;
  width: 100%;
  height: 600px;
  background-image: url("../image/bg-paralax.jpg");
  background-size: auto;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-color: #000000;
}
.paralax .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 25%, rgba(0, 0, 0, 0.4) 75%, rgb(0, 0, 0) 100%);
}
.paralax .content {
  position: absolute;
  width: 600px;
  left: 50%;
  margin-left: -300px;
  top: 20%;
  text-align: center;
  color: #ffffff;
  z-index: 10;
}
.paralax .content .logo {
  padding: 2rem 0;
}
.paralax .content .logo img {
  width: 250px;
}
.paralax .content .title {
  font-size: 2rem;
  padding-bottom: 1rem;
}

#contact {
  width: 100%;
  padding: 100px 0;
  background-color: #000000;
}
#contact .container {
  display: flex;
  row-gap: 2rem;
}
#contact .container #contact-form {
  width: 100%;
  border-right: 1px solid rgba(250, 250, 250, 0.5);
  /* 🔧 Estilo exclusivo para a mensagem */
  /* Botão */
}
#contact .container #contact-form .title {
  font-size: 2rem;
  color: #ffffff;
}
#contact .container #contact-form .subtitle {
  font-size: 1rem;
  color: #ffffff;
  padding: 2rem 0;
}
#contact .container #contact-form .form-group {
  position: relative;
  margin-bottom: 30px;
}
#contact .container #contact-form .form-group input {
  width: 100%;
  padding: 12px 0;
  background: transparent;
  border: none;
  border-bottom: 2px solid #ffffff;
  color: white;
  font-size: 16px;
  outline: none;
}
#contact .container #contact-form .form-group label {
  position: absolute;
  left: 0;
  top: 12px;
  color: white;
  font-size: 16px;
  pointer-events: none;
  transition: 0.2s ease all;
}
#contact .container #contact-form .form-group input:focus + label,
#contact .container #contact-form .form-group input:valid + label {
  top: -10px;
  font-size: 12px;
  color: #ccc;
}
#contact .container #contact-form .mensagem-grupo label.label-fixa {
  position: static;
  margin-bottom: 8px;
  font-size: 14px;
  color: white;
  display: block;
}
#contact .container #contact-form .mensagem-grupo textarea {
  width: 95%;
  padding: 12px;
  font-size: 16px;
  background: white;
  color: #111;
  border: none;
  border-radius: 8px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
#contact .container #contact-form button[type=submit] {
  padding: 12px 24px;
  font-size: 16px;
  background-color: #EE1C25;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-family: inherit;
}
#contact .container #contact-form button[type=submit]:hover {
  background-color: #750000;
}
#contact .container .local {
  width: 100%;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  padding-left: 2rem;
}
#contact .container .local .contact-item {
  display: flex;
  align-items: start;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
#contact .container .local .mapa-container {
  width: 100%;
}

#footer {
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  margin: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}
#footer .logo {
  padding-bottom: 20px;
}
#footer .logo img {
  width: 200px;
}
#footer .title {
  font-size: 1.5rem;
  padding-bottom: 15px;
}

#poweredby {
  background-color: #EE1C25;
  color: #ffffff;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
#poweredby .ybyra {
  display: flex;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  font-size: 0.8rem;
}
#poweredby .copy {
  font-size: 0.8rem;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
/* Extra pequeno (mobile pequeno): até 479px */
@media (max-width: 479px) {
  /* Estilos para telas muito pequenas */
  .container {
    width: 100%;
    padding-right: unset;
    padding-left: unset;
    margin-right: auto;
    margin-left: auto;
  }
  #hero {
    height: 100vh;
  }
  #hero .background {
    margin: auto;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
    height: 100vh;
    text-align: center;
  }
  #hero .background img {
    height: 100vh;
    width: 1920px;
  }
  #hero .foreground {
    height: 100vh;
    margin-left: -240px;
    top: 20%;
  }
  #hero .foreground img {
    width: 40%;
  }
  #hero .caption {
    position: absolute;
    width: 300px;
    left: 50%;
    margin-left: -150px;
    top: 50%;
    text-align: center;
    z-index: 10;
    color: #ffffff;
    opacity: 0;
    transform: translateY(50px);
    animation: fadeInUp 1.5s ease-out forwards;
  }
  #hero .caption .title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  #hero .caption .subtitle {
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 2rem 0;
  }
  #hero .caption .call-to-action {
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    margin: auto;
  }
  #hero .mask {
    height: 600px;
    background: linear-gradient(0deg, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  }
  #hero .social-network {
    position: absolute;
    top: 10%;
    left: 5%;
    color: #ffffff;
    z-index: 10;
  }
  #hero .social-network .social-icon {
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    color: rgba(250, 250, 250, 0.5);
  }
  #hero .social-network .social-network-caption {
    transform: rotate(-90deg);
    transform-origin: top left; /* ponto de rotação */
    display: inline-block; /* necessário para que o transform funcione bem */
    margin-top: 18.5rem;
    font-size: 0.8rem;
    color: rgba(250, 250, 250, 0.5);
  }
  #expertises {
    width: 100%;
    padding-top: unset;
    padding-bottom: 4rem;
    background-color: #000000;
  }
  #expertises .container {
    display: flex;
    flex-wrap: wrap;
    row-gap: 1rem;
    justify-content: space-around;
    align-items: center;
  }
  #expertises .container .box {
    width: 200px;
    padding: 20px 10px;
    border-radius: 8px;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.2);
    text-align: center;
  }
  #expertises .container .box .icon {
    font-size: 2rem;
    color: #ffffff;
    margin-bottom: 1.5rem;
  }
  #services {
    background-color: #000000;
    width: 90%;
    margin: auto;
  }
  #services .container .services-box {
    width: 100%;
    background-color: #000000;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #ffffff;
  }
  #services .container .services-box .service-image {
    width: unset;
    border-radius: 8px;
    overflow: hidden;
  }
  #services .container .services-box .service-image img {
    width: 100%;
  }
  #services .container .services-box .service-text {
    width: 100%;
    margin: 2rem 0;
    text-align: center;
  }
  #services .container .services-box .service-text .title {
    font-size: 1.5rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
    line-height: 2.5rem;
  }
  #services .container .services-box .service-text .subtitle {
    font-size: 0.8rem;
  }
  #services .container .services-box .service-text .text {
    font-size: 1rem;
  }
  #services .container .services-box .service-text .destaque {
    margin: auto;
    margin-top: 2rem;
  }
  #services .container .servR {
    flex-direction: row-reverse;
  }
  .paralax {
    position: relative;
    width: 100%;
    height: 400px;
    background-image: url("../image/bg-paralax.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: #000000;
    background-position: bottom;
  }
  .paralax .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000;
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 25%, rgba(0, 0, 0, 0.4) 75%, rgb(0, 0, 0) 100%);
  }
  .paralax .content {
    position: absolute;
    width: 300px;
    left: 50%;
    margin-left: -150px;
    top: 20%;
    text-align: center;
    color: #ffffff;
    z-index: 10;
  }
  .paralax .content .logo {
    padding: 2rem 0;
  }
  .paralax .content .logo img {
    width: 200px;
  }
  .paralax .content .title {
    font-size: 1.2rem;
    padding-bottom: 1rem;
  }
  #contact .container {
    flex-direction: column;
    row-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  #contact .container #contact-form {
    padding-right: none;
    border-right: unset;
    text-align: center;
    width: 80%;
    margin: auto;
  }
  #contact .container #contact-form .title {
    font-size: 1.5rem;
  }
  #contact .container #contact-form .subtitle {
    font-size: 1rem;
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
  #contact .container #contact-form .mensagem-grupo textarea {
    width: 90%;
    padding: 12px;
  }
  #contact .container .local {
    width: 80%;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 2rem;
    padding-left: unset;
    margin: auto;
  }
  #contact .container .local .contact-item {
    display: flex;
    align-items: start;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  #contact .container .local .mapa-container {
    width: 100%;
  }
  .navbar-show {
    display: none;
  }
  #footer {
    background-color: #000000;
    color: #ffffff;
    text-align: center;
    margin: auto;
    padding-top: unset;
    padding-bottom: 100px;
    width: 90%;
  }
  #footer .logo {
    padding-bottom: 20px;
  }
  #footer .logo img {
    width: 200px;
  }
  #footer .title {
    font-size: 1.5rem;
    padding-bottom: 15px;
  }
}
/* Pequeno (mobile padrão): 480px a 767px */
@media (min-width: 480px) and (max-width: 767px) {
  /* Estilos para smartphones médios e grandes */
  #hero {
    height: 100vh;
  }
}
/* Médio (tablet retrato): 768px a 991px */
@media (min-width: 768px) and (max-width: 991px) {
  /* Estilos para tablets ou layout intermediário */
  #hero {
    height: 100vh;
  }
  #hero .background {
    margin: auto;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
    height: 100vh;
    text-align: center;
  }
  #hero .background img {
    height: 100vh;
    width: 1920px;
  }
  #hero .foreground {
    height: 100vh;
    margin-left: -240px;
    top: 20%;
  }
  #hero .foreground img {
    width: 40%;
  }
  #hero .caption {
    position: absolute;
    width: 300px;
    left: 50%;
    margin-left: -150px;
    top: 50%;
    text-align: center;
    z-index: 10;
    color: #ffffff;
    opacity: 0;
    transform: translateY(50px);
    animation: fadeInUp 1.5s ease-out forwards;
  }
  #hero .caption .title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  #hero .caption .subtitle {
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 2rem 0;
  }
  #hero .caption .call-to-action {
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    margin: auto;
  }
  #hero .mask {
    height: 600px;
    background: linear-gradient(0deg, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  }
  #hero .social-network {
    position: absolute;
    top: 40%;
    color: #ffffff;
    z-index: 10;
  }
  #hero .social-network .social-icon {
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    color: rgba(250, 250, 250, 0.5);
  }
  #hero .social-network .social-network-caption {
    transform: rotate(-90deg);
    transform-origin: top left; /* ponto de rotação */
    display: inline-block; /* necessário para que o transform funcione bem */
    margin-top: 18.5rem;
    font-size: 0.8rem;
    color: rgba(250, 250, 250, 0.5);
  }
  #expertises {
    width: 100%;
    padding-bottom: 4rem;
    background-color: #000000;
  }
  #expertises .container {
    display: flex;
    flex-wrap: wrap;
    row-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    justify-content: center;
    align-items: center;
  }
  #expertises .container .box {
    width: 200px;
    padding: 20px 10px;
    border-radius: 8px;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.2);
    text-align: center;
  }
  #expertises .container .box .icon {
    font-size: 2rem;
    color: #ffffff;
    margin-bottom: 1.5rem;
  }
  #mobile-navbar .logo {
    background-color: rgba(0, 0, 0, 0.6);
    height: 40px;
    position: fixed;
    z-index: 1000;
    width: 100%;
    padding: 1rem;
  }
  #mobile-navbar .logo img {
    width: 15%;
  }
  #services {
    background-color: #000000;
  }
  #services .container .services-box {
    width: 100%;
    background-color: #000000;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #ffffff;
  }
  #services .container .services-box .service-image {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
  }
  #services .container .services-box .service-image img {
    width: 100%;
  }
  #services .container .services-box .service-text {
    width: 100%;
    margin: 2rem;
    text-align: center;
  }
  #services .container .services-box .service-text .title {
    font-size: 1.5rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
    line-height: 2.5rem;
  }
  #services .container .services-box .service-text .subtitle {
    font-size: 0.8rem;
  }
  #services .container .services-box .service-text .text {
    font-size: 1rem;
  }
  #services .container .services-box .service-text .destaque {
    margin: auto;
    margin-top: 2rem;
  }
  #services .container .servR {
    flex-direction: row-reverse;
  }
  .paralax {
    position: relative;
    width: 100%;
    height: 400px;
    background-image: url("../image/bg-paralax.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: #000000;
    background-position: bottom;
  }
  .paralax .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000;
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 25%, rgba(0, 0, 0, 0.4) 75%, rgb(0, 0, 0) 100%);
  }
  .paralax .content {
    position: absolute;
    width: 300px;
    left: 50%;
    margin-left: -150px;
    top: 20%;
    text-align: center;
    color: #ffffff;
    z-index: 10;
  }
  .paralax .content .logo {
    padding: 2rem 0;
  }
  .paralax .content .logo img {
    width: 200px;
  }
  .paralax .content .title {
    font-size: 1.2rem;
    padding-bottom: 1rem;
  }
  #contact .container {
    flex-direction: column;
    row-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  #contact .container #contact-form {
    padding-right: none;
    border-right: unset;
    text-align: center;
    width: 100%;
    margin: auto;
    margin-right: 2rem;
  }
  #contact .container #contact-form .title {
    font-size: 1.5rem;
  }
  #contact .container #contact-form .subtitle {
    font-size: 1rem;
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
  #contact .container #contact-form .mensagem-grupo textarea {
    width: 90%;
    padding: 12px;
  }
  #contact .container .local {
    width: 80%;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 2rem;
    padding-left: unset;
    text-align: center;
    margin: auto;
  }
  #contact .container .local .contact-item {
    display: flex;
    align-items: start;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  #contact .container .local .mapa-container {
    width: 100%;
  }
}
/* Grande (tablet paisagem ou notebook pequeno): 992px a 1199px */
@media (min-width: 992px) and (max-width: 1199px) {
  /* Estilos para notebooks e tablets em paisagem */
  #hero {
    height: 100vh;
  }
  #hero .background {
    margin: auto;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
    height: 100vh;
    text-align: center;
  }
  #hero .background img {
    height: 100vh;
    width: 1920px;
  }
  #hero .foreground {
    height: 100vh;
    margin-left: -420px;
    top: 10%;
  }
  #hero .foreground img {
    width: 70%;
  }
  #hero .caption {
    position: absolute;
    width: 500px;
    left: 50%;
    margin-left: -250px;
    top: 65%;
    text-align: center;
    z-index: 10;
    color: #ffffff;
    opacity: 0;
    transform: translateY(50px);
    animation: fadeInUp 1.5s ease-out forwards;
  }
  #hero .caption .title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  #hero .caption .subtitle {
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 2rem 0;
  }
  #hero .caption .call-to-action {
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    margin: auto;
  }
  #hero .mask {
    height: 400px;
    background: linear-gradient(0deg, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  }
  #hero .social-network {
    position: absolute;
    top: 40%;
    color: #ffffff;
    z-index: 10;
  }
  #hero .social-network .social-icon {
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    color: rgba(250, 250, 250, 0.5);
  }
  #hero .social-network .social-network-caption {
    transform: rotate(-90deg);
    transform-origin: top left; /* ponto de rotação */
    display: inline-block; /* necessário para que o transform funcione bem */
    margin-top: 18.5rem;
    font-size: 0.8rem;
    color: rgba(250, 250, 250, 0.5);
  }
  #services {
    background-color: #000000;
  }
  #services .container .services-box {
    width: 100%;
    background-color: #000000;
    display: flex;
    align-items: center;
    color: #ffffff;
  }
  #services .container .services-box .service-image {
    width: 50%;
    border-radius: 8px;
    overflow: hidden;
  }
  #services .container .services-box .service-image img {
    width: 100%;
  }
  #services .container .services-box .service-text {
    width: 50%;
    margin: 2rem;
    text-align: center;
  }
  #services .container .services-box .service-text .title {
    font-size: 2rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
    line-height: 2.5rem;
  }
  #services .container .services-box .service-text .subtitle {
    font-size: 1rem;
  }
  #services .container .services-box .service-text .text {
    font-size: 1.5rem;
  }
  #services .container .services-box .service-text .destaque {
    margin: auto;
    margin-top: 2rem;
  }
  #services .container .servR {
    flex-direction: row-reverse;
  }
  #mobile-navbar .logo {
    display: none;
  }
  .paralax {
    position: relative;
    width: 100%;
    height: 400px;
    background-image: url("../image/bg-paralax.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: #000000;
    background-position: bottom;
  }
  .paralax .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000;
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 25%, rgba(0, 0, 0, 0.4) 75%, rgb(0, 0, 0) 100%);
  }
  .paralax .content {
    position: absolute;
    width: 300px;
    left: 50%;
    margin-left: -150px;
    top: 20%;
    text-align: center;
    color: #ffffff;
    z-index: 10;
  }
  .paralax .content .logo {
    padding: 2rem 0;
  }
  .paralax .content .logo img {
    width: 200px;
  }
  .paralax .content .title {
    font-size: 1.2rem;
    padding-bottom: 1rem;
  }
}
/* Extra grande (desktop): 1200px a 1439px */
@media (min-width: 1200px) and (max-width: 1439px) {
  /* Estilos para desktops padrão */
  #hero {
    height: 100vh;
  }
  #hero .background {
    margin: auto;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
    height: 100vh;
    text-align: center;
  }
  #hero .background img {
    height: 100vh;
    width: 1920px;
  }
  #hero .foreground {
    height: 100vh;
    margin-left: -420px;
    top: 10%;
  }
  #hero .foreground img {
    width: 70%;
  }
  #hero .caption {
    position: absolute;
    width: 500px;
    left: 50%;
    margin-left: -250px;
    top: 65%;
    text-align: center;
    z-index: 10;
    color: #ffffff;
    opacity: 0;
    transform: translateY(50px);
    animation: fadeInUp 1.5s ease-out forwards;
  }
  #hero .caption .title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  #hero .caption .subtitle {
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 2rem 0;
  }
  #hero .caption .call-to-action {
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    margin: auto;
  }
  #hero .mask {
    height: 400px;
    background: linear-gradient(0deg, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  }
  #hero .social-network {
    position: absolute;
    top: 40%;
    color: #ffffff;
    z-index: 10;
  }
  #hero .social-network .social-icon {
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    color: rgba(250, 250, 250, 0.5);
  }
  #hero .social-network .social-network-caption {
    transform: rotate(-90deg);
    transform-origin: top left; /* ponto de rotação */
    display: inline-block; /* necessário para que o transform funcione bem */
    margin-top: 18.5rem;
    font-size: 0.8rem;
    color: rgba(250, 250, 250, 0.5);
  }
  #mobile-navbar .logo {
    display: none;
  }
  .paralax {
    position: relative;
    width: 100%;
    height: cover;
    background-size: contain;
    background-position: center;
  }
  .paralax .content {
    position: absolute;
    width: 300px;
    left: 50%;
    margin-left: -150px;
    top: 20%;
    text-align: center;
    color: #ffffff;
    z-index: 10;
  }
  .paralax .content .logo {
    padding: 2rem 0;
  }
  .paralax .content .logo img {
    width: 200px;
  }
  .paralax .content .title {
    font-size: 1.2rem;
    padding-bottom: 1rem;
  }
  #contact .container {
    flex-direction: column;
    row-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  #contact .container #contact-form {
    padding-right: none;
    border-right: unset;
    text-align: center;
    width: 80%;
    margin: auto;
    margin-right: 2rem;
  }
  #contact .container #contact-form .title {
    font-size: 1.5rem;
  }
  #contact .container #contact-form .subtitle {
    font-size: 1rem;
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
  #contact .container #contact-form .mensagem-grupo textarea {
    width: 90%;
    padding: 12px;
  }
  #contact .container .local {
    width: 80%;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 2rem;
    padding-left: unset;
    text-align: center;
    margin: auto;
  }
  #contact .container .local .contact-item {
    display: flex;
    align-items: start;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  #contact .container .local .mapa-container {
    width: 100%;
  }
}
/* Ultra grande (monitores grandes): 1440px+ */
@media (min-width: 1440px) {
  /* Estilos para telas grandes e ultra-wide */
  #hero {
    height: 100vh;
  }
  #hero .background {
    width: 100%;
    text-align: center;
  }
  #hero .background img {
    height: 100vh;
    width: 100%;
  }
  #hero .foreground {
    height: 100vh;
    margin-left: -620px;
    top: 10%;
  }
  #hero .foreground img {
    width: 100%;
  }
  #hero .caption {
    position: absolute;
    width: 1000px;
    left: 50%;
    margin-left: -500px;
    top: 65%;
    text-align: center;
    z-index: 10;
    color: #ffffff;
    opacity: 0;
    transform: translateY(50px);
    animation: fadeInUp 1.5s ease-out forwards;
  }
  #hero .caption .title {
    font-size: 4rem;
    margin-bottom: 2rem;
  }
  #hero .caption .subtitle {
    font-size: 2rem;
    line-height: 2rem;
    margin: 2rem 0;
  }
  #hero .caption .call-to-action {
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    margin: auto;
    font-size: 1.5rem;
  }
  #hero .mask {
    height: 400px;
    background: linear-gradient(0deg, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  }
  #hero .social-network {
    position: absolute;
    top: 25%;
    color: #ffffff;
    z-index: 10;
  }
  #hero .social-network .social-icon {
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    color: rgba(250, 250, 250, 0.5);
  }
  #hero .social-network .social-network-caption {
    transform: rotate(-90deg);
    transform-origin: top left; /* ponto de rotação */
    display: inline-block; /* necessário para que o transform funcione bem */
    margin-top: 28.5rem;
    font-size: 1.2rem;
    color: rgba(250, 250, 250, 0.5);
  }
  .paralax {
    position: relative;
    width: 100%;
    height: cover;
    background-size: 100%;
    background-position: top;
  }
  .paralax .content {
    position: absolute;
    width: 600px;
    left: 50%;
    margin-left: -300px;
    top: 20%;
    text-align: center;
    color: #ffffff;
    z-index: 10;
  }
  .paralax .content .logo {
    padding: 2rem 0;
  }
  .paralax .content .logo img {
    width: 250px;
  }
  .paralax .content .title {
    font-size: 2rem;
    padding-bottom: 1rem;
  }
  .paralax .content .subtitle {
    font-size: 1.5rem;
  }
  #contact .container {
    flex-direction: row;
    row-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  #contact .container #contact-form {
    padding-right: none;
    border-right: unset;
    text-align: unset;
    width: 80%;
    margin: unset;
    padding-right: 2rem;
    border-right: 1px solid rgba(250, 250, 250, 0.5);
  }
  #contact .container #contact-form .title {
    font-size: 1.5rem;
  }
  #contact .container #contact-form .subtitle {
    font-size: 1rem;
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
  #contact .container #contact-form .mensagem-grupo textarea {
    width: 90%;
    padding: 12px;
  }
  #contact .container .local {
    width: 80%;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 2rem;
    padding-left: unset;
    text-align: center;
    margin: auto;
  }
  #contact .container .local .contact-item {
    display: flex;
    align-items: start;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  #contact .container .local .mapa-container {
    width: 100%;
  }
  #mobile-navbar .logo {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */