@media (min-width: 1024px) {
  .barra-fixa {
    display: none;
  }
}
@media (max-width: 1023px) {
  .barra-fixa {
    display: block;
  }
}
@media (min-width: 1921px) {
  .banner {
    min-height: 120vh;
    padding: 15rem 12rem;
  }
  .banner .chamada h1 {
    font-size: 5.5rem;
  }
  .banner .chamada p {
    font-size: 2.25rem;
  }
  .banner .formulario {
    width: 22%;
    padding: 4rem 3rem;
  }
  .banner .formulario .titulo-form h1 {
    font-size: 3rem;
  }
  .banner .formulario form .campos label {
    font-size: 1.25rem;
  }
  .banner .formulario form .campos input,
  .banner .formulario form .campos select {
    height: 3rem;
  }
  .banner .formulario form .bt-section button {
    font-size: 1.25rem;
  }
  .diferenciais {
    padding: 15rem 12rem 8rem;
  }
  .diferenciais .titulo h1 {
    font-size: 12rem;
  }
  .diferenciais .titulo h2 {
    font-size: 6.5rem;
  }
  .diferenciais .item img {
    width: 80%;
    margin: 0 10%;
  }
  .diferenciais .item h1 {
    font-size: 2.5rem;
  }
  .vantagens {
    padding: 15rem 12rem;
  }
  .vantagens .titulo h1 {
    font-size: 12rem;
  }
  .vantagens .titulo h2 {
    font-size: 6.5rem;
  }
  .vantagens .itens .item .texto h1 {
    font-size: 2.5rem;
  }
  .vantagens .itens .item .texto p {
    font-size: 1.75rem;
  }
  .vantagens .itens a {
    font-size: 1.75rem;
  }
  .produtos {
    padding: 18rem 12rem;
  }
  .produtos .titulo h1 {
    font-size: 12rem;
  }
  .produtos .titulo h2 {
    font-size: 6.5rem;
  }
  .produtos .galerias {
    margin: 15rem 0 0;
  }
  .produtos .galerias .tgaleria h1 {
    font-size: 3.5rem;
    margin: 8rem 0 0;
  }
  .produtos .galerias .galeria .slick-arrow {
    width: 4rem;
    height: 4rem;
  }
  .transporte {
    padding: 11rem 12rem 1.5rem;
  }
  .transporte .titulo h1 {
    font-size: 8rem;
  }
  .transporte .titulo h2 {
    font-size: 6.5rem;
    margin: -13rem 0 0;
  }
  .transporte .mapa h1 {
    font-size: 14rem;
    margin: 0 0 -8rem 25%;
  }
  .transporte .mapa h2 {
    font-size: 8.5rem;
  }
  .transporte .mapa h3 {
    font-size: 7.5rem;
  }
  .quemsomos .titulo h2 {
    font-size: 6.5rem;
  }
  .quemsomos .itens .texto p {
    font-size: 2rem;
  }
  .footer {
    padding: 1rem 3rem;
    font-size: 1.5rem;
  }
  .section-obrigado {
    background-size: cover;
  }
  .section-obrigado .logo img {
    width: 60%;
  }
  .section-obrigado h1 {
    font-size: 3.15rem;
  }
  .section-obrigado h2 {
    font-size: 2rem;
  }
  .section-obrigado .btn-whatsapp {
    font-size: 1.5rem;
    padding: 1.5rem 4rem;
    margin-top: 2rem;
  }
}
@media (min-width: 1441px) and (max-width: 1919px) {
  .banner {
    padding: 8rem 6rem;
    min-height: 95vh;
  }
  .banner .chamada h1 {
    font-size: 3rem;
  }
  .banner .chamada p {
    font-size: 1.25rem;
  }
  .banner .formulario {
    padding: 2rem;
  }
  .banner .formulario .titulo-form h1 {
    font-size: 1.75rem;
  }
  .banner .formulario form .campos {
    margin: 1rem 0 0;
  }
  .banner .formulario form .campos label {
    font-size: 0.75rem;
  }
  .banner .formulario form .campos input,
  .banner .formulario form .campos select {
    height: 2.25rem;
  }
  .banner .formulario form .bt-section {
    margin: 1rem 0 0;
  }
  .banner .formulario form .bt-section button {
    font-size: 0.75rem;
    padding: 0.75rem 0;
  }
  .diferenciais {
    padding: 10rem 6rem 6rem;
  }
  .diferenciais .titulo h1 {
    font-size: 7.5rem;
  }
  .diferenciais .titulo h2 {
    font-size: 4rem;
  }
  .diferenciais .item h1 {
    font-size: 1.5rem;
  }
  .diferenciais .item img {
    width: 85%;
    margin: 0 7.5%;
  }
  .vantagens {
    padding: 10rem 6rem 8rem;
  }
  .vantagens .titulo h1 {
    font-size: 7.5rem;
  }
  .vantagens .titulo h2 {
    font-size: 4rem;
  }
  .vantagens .itens .item .texto h1 {
    font-size: 1.5rem;
  }
  .vantagens .itens .item .texto p {
    font-size: 1.15rem;
  }
  .vantagens .itens a {
    font-size: 1rem;
  }
  .produtos {
    padding: 12rem 6rem;
  }
  .produtos .titulo h1 {
    font-size: 6.5rem;
  }
  .produtos .titulo h2 {
    font-size: 4rem;
  }
  .produtos .galerias .tgaleria h1 {
    font-size: 2rem;
  }
  .produtos .galerias .galeria .slick-arrow {
    width: 2.5rem;
    height: 2.5rem;
  }
  .transporte {
    padding: 6rem 6rem 0.5rem;
  }
  .transporte .titulo h1 {
    font-size: 5rem;
  }
  .transporte .titulo h2 {
    font-size: 4.5rem;
    margin: -8rem 0 0;
  }
  .transporte .mapa h1 {
    font-size: 9.5rem;
  }
  .transporte .mapa h2 {
    font-size: 5.5rem;
  }
  .transporte .mapa h3 {
    font-size: 5rem;
  }
  .quemsomos {
    padding: 10rem 2rem 8rem;
  }
  .quemsomos .titulo h2 {
    font-size: 4rem;
  }
  .quemsomos .itens .texto p {
    font-size: 1.25rem;
  }
  .footer {
    font-size: 0.75rem;
  }
  .footer a {
    font-size: 0.75rem;
  }
  .section-obrigado {
    padding: 4rem;
    background-size: cover;
  }
  .section-obrigado .logo img {
    width: 55%;
  }
  .section-obrigado h1 {
    margin: 2rem 0 0;
    font-size: 1.75rem;
  }
  .section-obrigado h2 {
    font-size: 1.25rem;
  }
  .section-obrigado .btn-whatsapp {
    font-size: 0.85rem;
    padding: 0.75rem 1.5rem;
  }
}
@media (min-width: 1367px) and (max-width: 1440px) {
  .banner {
    padding: 8rem 6rem;
    min-height: 85vh;
  }
  .banner .chamada h1 {
    font-size: 3rem;
  }
  .banner .chamada p {
    font-size: 1.25rem;
  }
  .banner .formulario {
    padding: 2rem;
  }
  .banner .formulario .titulo-form h1 {
    font-size: 1.75rem;
  }
  .banner .formulario form .campos {
    margin: 1rem 0 0;
  }
  .banner .formulario form .campos label {
    font-size: 0.75rem;
  }
  .banner .formulario form .campos input,
  .banner .formulario form .campos select {
    height: 2.25rem;
  }
  .banner .formulario form .bt-section {
    margin: 1rem 0 0;
  }
  .banner .formulario form .bt-section button {
    font-size: 0.75rem;
    padding: 0.75rem 0;
  }
  .diferenciais {
    padding: 10rem 6rem 6rem;
  }
  .diferenciais .titulo h1 {
    font-size: 7.5rem;
  }
  .diferenciais .titulo h2 {
    font-size: 4rem;
  }
  .diferenciais .item h1 {
    font-size: 1.35rem;
  }
  .diferenciais .item img {
    width: 85%;
    margin: 0 7.5%;
  }
  .vantagens {
    padding: 10rem 6rem 8rem;
  }
  .vantagens .titulo h1 {
    font-size: 7.5rem;
  }
  .vantagens .titulo h2 {
    font-size: 4rem;
  }
  .vantagens .itens .item .texto h1 {
    font-size: 1.35rem;
  }
  .vantagens .itens .item .texto p {
    font-size: 1rem;
  }
  .vantagens .itens a {
    font-size: 1rem;
  }
  .produtos {
    padding: 12rem 6rem;
  }
  .produtos .titulo h1 {
    font-size: 6.5rem;
  }
  .produtos .titulo h2 {
    font-size: 4rem;
  }
  .produtos .galerias .tgaleria h1 {
    font-size: 2rem;
  }
  .produtos .galerias .galeria .slick-arrow {
    width: 2.5rem;
    height: 2.5rem;
  }
  .transporte {
    padding: 6rem 6rem 0.5rem;
  }
  .transporte .titulo h1 {
    font-size: 5rem;
  }
  .transporte .titulo h2 {
    font-size: 4.5rem;
    margin: -8rem 0 0;
  }
  .transporte .mapa h1 {
    font-size: 9.5rem;
  }
  .transporte .mapa h2 {
    font-size: 5.5rem;
  }
  .transporte .mapa h3 {
    font-size: 5rem;
  }
  .quemsomos {
    padding: 10rem 2rem 8rem;
  }
  .quemsomos .titulo h2 {
    font-size: 4rem;
  }
  .quemsomos .itens .texto p {
    font-size: 1.15rem;
  }
  .footer {
    font-size: 0.75rem;
  }
  .footer a {
    font-size: 0.75rem;
  }
  .section-obrigado {
    padding: 4rem;
    background-size: cover;
  }
  .section-obrigado .logo img {
    width: 55%;
  }
  .section-obrigado h1 {
    margin: 2rem 0 0;
    font-size: 1.75rem;
  }
  .section-obrigado h2 {
    font-size: 1.25rem;
  }
  .section-obrigado .btn-whatsapp {
    font-size: 0.85rem;
    padding: 0.75rem 1.5rem;
  }
}
@media (min-width: 1280px) and (max-width: 1366px) {
  .banner {
    padding: 8rem 6rem;
    min-height: 110vh;
  }
  .banner .chamada h1 {
    font-size: 3rem;
  }
  .banner .chamada p {
    font-size: 1.25rem;
  }
  .banner .formulario {
    padding: 2rem;
  }
  .banner .formulario .titulo-form h1 {
    font-size: 1.75rem;
  }
  .banner .formulario form .campos {
    margin: 1rem 0 0;
  }
  .banner .formulario form .campos label {
    font-size: 0.75rem;
  }
  .banner .formulario form .campos input,
  .banner .formulario form .campos select {
    height: 2.25rem;
  }
  .banner .formulario form .bt-section {
    margin: 1rem 0 0;
  }
  .banner .formulario form .bt-section button {
    font-size: 0.75rem;
    padding: 0.75rem 0;
  }
  .diferenciais {
    padding: 10rem 6rem 6rem;
  }
  .diferenciais .titulo h1 {
    font-size: 7.5rem;
  }
  .diferenciais .titulo h2 {
    font-size: 4rem;
  }
  .diferenciais .item h1 {
    font-size: 1.35rem;
  }
  .diferenciais .item img {
    width: 85%;
    margin: 0 7.5%;
  }
  .vantagens {
    padding: 10rem 6rem 8rem;
  }
  .vantagens .titulo h1 {
    font-size: 7.5rem;
  }
  .vantagens .titulo h2 {
    font-size: 4rem;
  }
  .vantagens .itens .item .texto h1 {
    font-size: 1.35rem;
  }
  .vantagens .itens .item .texto p {
    font-size: 1rem;
  }
  .vantagens .itens a {
    font-size: 1rem;
  }
  .produtos {
    padding: 12rem 6rem;
  }
  .produtos .titulo h1 {
    font-size: 6.5rem;
  }
  .produtos .titulo h2 {
    font-size: 4rem;
  }
  .produtos .galerias .tgaleria h1 {
    font-size: 2rem;
  }
  .produtos .galerias .galeria .slick-arrow {
    width: 2.5rem;
    height: 2.5rem;
  }
  .transporte {
    padding: 6rem 6rem 0.5rem;
  }
  .transporte .titulo h1 {
    font-size: 5rem;
  }
  .transporte .titulo h2 {
    font-size: 4.5rem;
    margin: -8rem 0 0;
  }
  .transporte .mapa h1 {
    font-size: 9.5rem;
  }
  .transporte .mapa h2 {
    font-size: 5.5rem;
  }
  .transporte .mapa h3 {
    font-size: 5rem;
  }
  .quemsomos {
    padding: 10rem 2rem 8rem;
  }
  .quemsomos .titulo h2 {
    font-size: 4rem;
  }
  .quemsomos .itens .texto p {
    font-size: 1.15rem;
  }
  .footer {
    font-size: 0.75rem;
  }
  .footer a {
    font-size: 0.75rem;
  }
  .section-obrigado {
    padding: 4rem;
    background-size: cover;
  }
  .section-obrigado .logo img {
    width: 45%;
  }
  .section-obrigado h1 {
    margin: 0;
    font-size: 1.75rem;
  }
  .section-obrigado h2 {
    font-size: 1.25rem;
  }
  .section-obrigado .btn-whatsapp {
    font-size: 0.85rem;
    padding: 0.75rem 1.5rem;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .banner {
    padding: 6rem 4rem;
    min-height: 95vh;
  }
  .banner .chamada h1 {
    font-size: 2.15rem;
  }
  .banner .chamada p {
    font-size: 1.15rem;
  }
  .banner .formulario {
    padding: 1.5rem;
    top: 5%;
  }
  .banner .formulario .titulo-form h1 {
    font-size: 1.25rem;
  }
  .banner .formulario form .campos {
    margin: 1rem 0 0;
  }
  .banner .formulario form .campos label {
    font-size: 0.75rem;
  }
  .banner .formulario form .campos input,
  .banner .formulario form .campos select {
    height: 2rem;
  }
  .banner .formulario form .bt-section {
    margin: 1rem 0 0;
  }
  .banner .formulario form .bt-section button {
    font-size: 0.75rem;
    padding: 0.55rem 0;
  }
  .diferenciais {
    padding: 10rem 4rem 6rem;
  }
  .diferenciais .titulo h1 {
    font-size: 5.5rem;
  }
  .diferenciais .titulo h2 {
    font-size: 3rem;
  }
  .diferenciais .item h1 {
    font-size: 1.15rem;
  }
  .diferenciais .item img {
    width: 85%;
    margin: 0 7.5%;
  }
  .vantagens {
    padding: 8rem 3rem 6rem;
  }
  .vantagens .titulo h1 {
    font-size: 5.5rem;
  }
  .vantagens .titulo h2 {
    font-size: 3rem;
  }
  .vantagens .itens .item .texto h1 {
    font-size: 1.25rem;
  }
  .vantagens .itens .item .texto p {
    font-size: 1rem;
  }
  .vantagens .itens a {
    font-size: 1rem;
  }
  .produtos {
    padding: 8rem 4rem;
  }
  .produtos .titulo h1 {
    font-size: 5.5rem;
  }
  .produtos .titulo h2 {
    font-size: 3rem;
  }
  .produtos .galerias .tgaleria h1 {
    font-size: 1.5rem;
  }
  .produtos .galerias .galeria .slick-arrow {
    width: 2.5rem;
    height: 2.5rem;
  }
  .transporte {
    padding: 6rem 6rem 0.5rem;
  }
  .transporte .titulo h1 {
    font-size: 4rem;
  }
  .transporte .titulo h2 {
    font-size: 3.5rem;
    margin: -6.5rem 0 0;
  }
  .transporte .mapa h1 {
    font-size: 8.5rem;
    margin: 0 0 -4rem 20%;
  }
  .transporte .mapa h2 {
    font-size: 4.5rem;
  }
  .transporte .mapa h3 {
    font-size: 4rem;
  }
  .quemsomos {
    padding: 10rem 1rem 8rem;
  }
  .quemsomos .titulo h2 {
    font-size: 3rem;
  }
  .quemsomos .itens {
    margin: 2rem 0 0;
  }
  .quemsomos .itens .texto p {
    font-size: 1.15rem;
    text-align: center;
  }
  .quemsomos .itens .imagem img {
    width: 70%;
    margin: 0 -2rem;
  }
  .footer {
    font-size: 0.75rem;
  }
  .footer a {
    font-size: 0.75rem;
  }
  .section-obrigado {
    padding: 4rem;
    background-size: cover;
  }
  .section-obrigado .logo img {
    width: 45%;
  }
  .section-obrigado h1 {
    margin: 0;
    font-size: 1.5rem;
  }
  .section-obrigado h2 {
    font-size: 1.05rem;
  }
  .section-obrigado .btn-whatsapp {
    font-size: 0.75rem;
    padding: 0.75rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .banner {
    padding: 4rem 2rem 6rem;
    min-height: auto;
    background: url("../img/banner.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: bottom;
    position: relative;
  }
  .banner .logo {
    display: block;
    text-align: center;
  }
  .banner .chamada {
    display: grid;
    justify-content: center;
  }
  .banner .chamada h1 {
    font-size: 2.5rem;
    text-align: center;
  }
  .banner .chamada p {
    font-size: 1.25rem;
    margin: 2rem 0 0;
    padding: 0.5rem 1rem;
  }
  .banner .formulario {
    padding: 1.5rem;
    top: 10%;
    position: relative;
    width: 50%;
    left: 25%;
    right: 0;
  }
  .banner .formulario .titulo-form h1 {
    font-size: 1.75rem;
  }
  .banner .formulario form .campos {
    margin: 1rem 0 0;
  }
  .banner .formulario form .campos label {
    font-size: 0.95rem;
  }
  .banner .formulario form .campos input,
  .banner .formulario form .campos select {
    height: 2.25rem;
  }
  .banner .formulario form .bt-section {
    margin: 1rem 0 0;
  }
  .banner .formulario form .bt-section button {
    font-size: 0.75rem;
    padding: 0.55rem 0;
  }
  .diferenciais {
    padding: 10rem 4rem 6rem;
    min-height: auto;
  }
  .diferenciais .titulo h1 {
    font-size: 5.5rem;
  }
  .diferenciais .titulo h2 {
    font-size: 3rem;
  }
  .diferenciais .item h1 {
    font-size: 1.15rem;
  }
  .diferenciais .item img {
    width: 85%;
    margin: 0 7.5%;
  }
  .vantagens {
    padding: 8rem 3rem 6rem;
  }
  .vantagens .titulo h1 {
    font-size: 5.5rem;
  }
  .vantagens .titulo h2 {
    font-size: 3rem;
  }
  .vantagens .itens .item .texto h1 {
    font-size: 1.25rem;
  }
  .vantagens .itens .item .texto p {
    font-size: 1rem;
  }
  .vantagens .itens a {
    font-size: 1rem;
  }
  .produtos {
    padding: 8rem 4rem;
  }
  .produtos .titulo h1 {
    font-size: 5.5rem;
  }
  .produtos .titulo h2 {
    font-size: 3rem;
  }
  .produtos .galerias .tgaleria h1 {
    font-size: 1.5rem;
  }
  .produtos .galerias .galeria .slick-arrow {
    width: 2.5rem;
    height: 2.5rem;
  }
  .transporte {
    padding: 6rem 6rem 0.5rem;
    min-height: auto;
  }
  .transporte .titulo h1 {
    font-size: 4rem;
  }
  .transporte .titulo h2 {
    font-size: 3.5rem;
    margin: -6.5rem 0 0;
  }
  .transporte .mapa h1 {
    font-size: 8.5rem;
    margin: 0 0 -4rem 20%;
  }
  .transporte .mapa h2 {
    font-size: 4.5rem;
  }
  .transporte .mapa h3 {
    font-size: 4rem;
  }
  .quemsomos {
    padding: 8rem 1rem 6rem;
    min-height: auto;
  }
  .quemsomos .titulo h2 {
    font-size: 3rem;
  }
  .quemsomos .itens {
    margin: 2rem 0 0;
  }
  .quemsomos .itens .texto p {
    font-size: 1.15rem;
    text-align: center;
  }
  .quemsomos .itens .imagem img {
    width: 70%;
    margin: 0 -2rem;
  }
  .footer {
    font-size: 0.75rem;
  }
  .footer a {
    font-size: 0.75rem;
  }
  .section-obrigado {
    padding: 4rem;
    background: url("../img/banner.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 30%;
    background-position-y: bottom;
    position: relative;
  }
  .section-obrigado .logo img {
    width: 55%;
  }
  .section-obrigado h1 {
    margin: 0;
    font-size: 1.75rem;
  }
  .section-obrigado h2 {
    font-size: 1.15rem;
  }
  .section-obrigado .btn-whatsapp {
    font-size: 0.85rem;
    padding: 0.75rem 1.5rem;
  }
}
@media (min-width: 380px) and (max-width: 767px) {
  .banner {
    padding: 2rem 2rem 6rem;
    min-height: auto;
    background: url("../img/banner.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 15%;
    background-position-y: bottom;
    position: relative;
  }
  .banner .logo {
    display: block;
    text-align: center;
  }
  .banner .logo img {
    width: 70%;
  }
  .banner .chamada {
    display: grid;
    justify-content: center;
  }
  .banner .chamada h1 {
    font-size: 1.75rem;
    text-align: center;
  }
  .banner .chamada p {
    font-size: 1rem;
    margin: 1.5rem 0 0;
    padding: 0.5rem 1rem;
  }
  .banner .formulario {
    padding: 1.5rem;
    top: 10%;
    position: relative;
    width: 100%;
    left: 0%;
    right: 0;
  }
  .banner .formulario .titulo-form h1 {
    font-size: 1.5rem;
  }
  .banner .formulario form .campos {
    margin: 1rem 0 0;
  }
  .banner .formulario form .campos label {
    font-size: 0.75rem;
  }
  .banner .formulario form .campos input,
  .banner .formulario form .campos select {
    height: 2.15rem;
  }
  .banner .formulario form .bt-section {
    margin: 1rem 0 0;
  }
  .banner .formulario form .bt-section button {
    font-size: 0.75rem;
    padding: 0.55rem 0;
  }
  .diferenciais {
    padding: 6rem 2rem;
    min-height: auto;
  }
  .diferenciais .titulo h1 {
    font-size: 4.5rem;
  }
  .diferenciais .titulo h2 {
    font-size: 2.75rem;
  }
  .diferenciais .item {
    padding: 3rem 1rem 0;
  }
  .diferenciais .item h1 {
    font-size: 1.5rem;
  }
  .diferenciais .item img {
    width: 50%;
    margin: 0 25%;
  }
  .vantagens {
    padding: 6rem 2rem 8rem;
  }
  .vantagens .titulo h1 {
    font-size: 4.5rem;
  }
  .vantagens .titulo h2 {
    font-size: 2.75rem;
  }
  .vantagens .itens .item {
    margin: 2rem 0 0;
  }
  .vantagens .itens .item .texto {
    display: block;
    width: 100%;
    text-align: center !important;
  }
  .vantagens .itens .item .texto h1 {
    font-size: 1.25rem;
  }
  .vantagens .itens .item .texto p {
    font-size: 1rem;
  }
  .vantagens .itens .item img {
    width: 60%;
    margin: 0 20%;
    display: block;
    display: none;
  }
  .vantagens .itens .item img.mobile {
    display: block;
  }
  .vantagens .itens a {
    font-size: 1rem;
  }
  .produtos {
    padding: 6rem 2rem;
  }
  .produtos .titulo h1 {
    font-size: 4.5rem;
  }
  .produtos .titulo h2 {
    font-size: 2.75rem;
  }
  .produtos .galerias .tgaleria h1 {
    font-size: 1.5rem;
  }
  .produtos .galerias .galeria .slick-arrow {
    width: 2.5rem;
    height: 2.5rem;
  }
  .produtos .galerias .galeria .next-arrow {
    right: -5%;
  }
  .produtos .galerias .galeria .prev-arrow {
    left: -5%;
  }
  .transporte {
    padding: 4rem 2rem 0.5rem;
    min-height: auto;
  }
  .transporte .titulo h1 {
    font-size: 2.5rem;
  }
  .transporte .titulo h2 {
    font-size: 2.25rem;
    margin: -4.25rem 0 0;
  }
  .transporte .mapa h1 {
    font-size: 4.5rem;
    margin: 0 0 -2rem 20%;
  }
  .transporte .mapa h2 {
    font-size: 2.5rem;
    margin: 5rem 0 0;
  }
  .transporte .mapa h3 {
    font-size: 2rem;
  }
  .quemsomos {
    padding: 6rem 1rem;
    min-height: auto;
  }
  .quemsomos .titulo h2 {
    font-size: 2.5rem;
  }
  .quemsomos .itens {
    margin: 2rem 0 0;
  }
  .quemsomos .itens .texto p {
    font-size: 0.9rem;
    text-align: center;
  }
  .quemsomos .itens .imagem img {
    width: 80%;
    margin: 0 -2rem;
  }
  .footer {
    font-size: 0.7rem;
  }
  .footer a {
    font-size: 0.7rem;
  }
  .section-obrigado {
    padding: 4rem 2rem;
    background: url("../img/banner.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: bottom;
    position: relative;
  }
  .section-obrigado .logo img {
    width: 75%;
  }
  .section-obrigado h1 {
    margin: 0;
    font-size: 1.5rem;
  }
  .section-obrigado h2 {
    font-size: 1rem;
  }
  .section-obrigado .btn-whatsapp {
    font-size: 0.75rem;
    padding: 0.75rem 1.5rem;
  }
}
@media (max-width: 379px) {
  .banner {
    padding: 6rem 2rem;
    min-height: auto;
    background: url("../img/banner.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: bottom;
    position: relative;
  }
  .banner .logo {
    display: block;
    text-align: center;
  }
  .banner .logo img {
    width: 60%;
  }
  .banner .chamada {
    display: grid;
    justify-content: center;
  }
  .banner .chamada h1 {
    font-size: 1.75rem;
    text-align: center;
  }
  .banner .chamada p {
    font-size: 1rem;
    margin: 1.5rem 0 0;
    padding: 0.5rem 1rem;
  }
  .banner .formulario {
    padding: 1.5rem;
    top: 10%;
    position: relative;
    width: 100%;
    left: 0%;
    right: 0;
  }
  .banner .formulario .titulo-form h1 {
    font-size: 1.25rem;
  }
  .banner .formulario form .campos {
    margin: 1rem 0 0;
  }
  .banner .formulario form .campos label {
    font-size: 0.75rem;
  }
  .banner .formulario form .campos input,
  .banner .formulario form .campos select {
    height: 2.15rem;
  }
  .banner .formulario form .bt-section {
    margin: 1rem 0 0;
  }
  .banner .formulario form .bt-section button {
    font-size: 0.75rem;
    padding: 0.55rem 0;
  }
  .diferenciais {
    padding: 6rem 2rem;
    min-height: auto;
  }
  .diferenciais .titulo h1 {
    font-size: 4.5rem;
  }
  .diferenciais .titulo h2 {
    font-size: 2.75rem;
  }
  .diferenciais .item h1 {
    font-size: 1.5rem;
  }
  .diferenciais .item img {
    width: 50%;
    margin: 0 25%;
  }
  .vantagens {
    padding: 6rem 2rem 8rem;
  }
  .vantagens .titulo h1 {
    font-size: 4.5rem;
  }
  .vantagens .titulo h2 {
    font-size: 2.75rem;
  }
  .vantagens .itens .item {
    margin: 2rem 0 0;
  }
  .vantagens .itens .item .texto {
    display: block;
    width: 100%;
    text-align: center !important;
  }
  .vantagens .itens .item .texto h1 {
    font-size: 1.25rem;
  }
  .vantagens .itens .item .texto p {
    font-size: 1rem;
  }
  .vantagens .itens .item img {
    width: 60%;
    margin: 0 20%;
    display: block;
    display: none;
  }
  .vantagens .itens .item img.mobile {
    display: block;
  }
  .vantagens .itens a {
    font-size: 1rem;
  }
  .produtos {
    padding: 6rem 2rem;
  }
  .produtos .titulo h1 {
    font-size: 4.5rem;
  }
  .produtos .titulo h2 {
    font-size: 2.75rem;
  }
  .produtos .galerias .tgaleria h1 {
    font-size: 1.5rem;
  }
  .produtos .galerias .galeria .slick-arrow {
    width: 2.5rem;
    height: 2.5rem;
  }
  .produtos .galerias .galeria .next-arrow {
    right: -5%;
  }
  .produtos .galerias .galeria .prev-arrow {
    left: -5%;
  }
  .transporte {
    padding: 4rem 2rem 0.5rem;
    min-height: auto;
  }
  .transporte .titulo h1 {
    font-size: 2.5rem;
  }
  .transporte .titulo h2 {
    font-size: 2.25rem;
    margin: -4.25rem 0 0;
  }
  .transporte .mapa h1 {
    font-size: 4.5rem;
    margin: 0 0 -2rem 20%;
  }
  .transporte .mapa h2 {
    font-size: 2.5rem;
    margin: 5rem 0 0;
  }
  .transporte .mapa h3 {
    font-size: 2rem;
  }
  .quemsomos {
    padding: 6rem 1rem;
    min-height: auto;
  }
  .quemsomos .titulo h2 {
    font-size: 2.5rem;
  }
  .quemsomos .itens {
    margin: 2rem 0 0;
  }
  .quemsomos .itens .texto p {
    font-size: 0.9rem;
    text-align: center;
  }
  .quemsomos .itens .imagem img {
    width: 80%;
    margin: 0 -2rem;
  }
  .footer {
    font-size: 0.7rem;
  }
  .footer a {
    font-size: 0.7rem;
  }
  .section-obrigado {
    padding: 4rem 2rem;
    background: url("../img/banner.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: bottom;
    position: relative;
  }
  .section-obrigado .logo img {
    width: 75%;
  }
  .section-obrigado h1 {
    margin: 0;
    font-size: 1.5rem;
  }
  .section-obrigado h2 {
    font-size: 1rem;
  }
  .section-obrigado .btn-whatsapp {
    font-size: 0.75rem;
    padding: 0.75rem 1.5rem;
  }
}/*# sourceMappingURL=mobile.css.map */