@import "custom.css";
body {
  margin: 0;
}
body::-webkit-scrollbar {
  width: 7px;
  background: #f4f4f4;
}
body::-webkit-scrollbar-thumb {
  background: #e4e4e4;
  border-radius: 50px;
}
@media (max-width: 1300px) {
  .reg-edit {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 480px) {
  .reg-edit {
    padding: 0 30px;
  }
}
.max-width {
  max-width: 1250px;
  margin: 0 auto;
}
.titulo h3 {
  font-family: "Myriad Pro", sans-serif;
  font-weight: 500;
  font-size: 22px;
  text-transform: uppercase;
  margin: 0;
  color: #88643f;
  text-align: center;
}
.banner {
  position: relative;
}
.banner .filter-bg {
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
  width: 100%;
  height: 100%;
}
.banner .logo-center {
  position: absolute;
  z-index: 3;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner .logo-center img {
  height: 300px;
}
@media (max-width: 1024px) {
  .banner .logo-center img {
    height: 200px;
  }
}
@media only screen and (max-width: 480px) {
  .banner .logo-center img {
    height: 150px;
    margin-top: 40px;
  }
}
.banner .logo-center .icons-icons a {
  text-decoration: none;
}
.banner .logo-center .icons-icons a i {
  font-size: 22px;
  color: #fff;
  margin: 5px 15px;
}
.banner .SLIDE-1-FIX .box-slide {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
.banner .SLIDE-1-FIX .box-slide img {
  height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  animation: mov 0.5s cubic-bezier(0, 0, 0, 1.05) forwards;
  animation-delay: 2s;
  z-index: 5;
}
@media only screen and (min-width: 481px) and (max-width: 991px) {
  .banner .SLIDE-1-FIX .box-slide img {
    height: 130px;
  }
}
@media only screen and (max-width: 480px) {
  .banner .SLIDE-1-FIX .box-slide img {
    height: 95px;
  }
}
@media (max-width: 375px) {
  .banner .SLIDE-1-FIX .box-slide img {
    height: 80px;
  }
}
@keyframes mov {
  0% {
    transform: translate(-50%, -50%);
  }
  100% {
    transform: translate(-150%, -50%);
  }
}
.banner .SLIDE-1-FIX .box-slide p {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: white;
}
@media only screen and (min-width: 481px) and (max-width: 991px) {
  .banner .SLIDE-1-FIX .box-slide p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 480px) {
  .banner .SLIDE-1-FIX .box-slide p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 320px) {
  .banner .SLIDE-1-FIX .box-slide p {
    font-size: 10px;
  }
}
.banner .SLIDE-1-FIX .box-slide .tx-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-90%, -330%);
  animation: tx-1 0.7s cubic-bezier(0, 0, 0, 1.05) forwards;
  opacity: 0;
  animation-delay: 2s;
}
@keyframes tx-1 {
  0% {
    transform: translate(-70%, -330%);
  }
  100% {
    transform: translate(-30%, -320%);
    opacity: 1;
  }
}
@media only screen and (max-width: 480px) {
  .banner .SLIDE-1-FIX .box-slide .tx-1 {
    margin-top: 25px;
  }
}
.banner .SLIDE-1-FIX .box-slide .tx-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  opacity: 0;
  transform: translate(-90%, -350%);
  animation: tx-2 0.7s cubic-bezier(0, 0, 0, 1.05) forwards;
  animation-delay: 2s;
}
@keyframes tx-2 {
  0% {
    transform: translate(-150%, -50%);
  }
  100% {
    transform: translate(-10%, -50%);
    opacity: 1;
  }
}
.banner .SLIDE-2-FIX .box-slide {
  position: relative;
  max-width: 1250px;
  width: 70%;
  margin: 0 auto;
  margin-top: 50px;
  height: 72%;
}
@media only screen and (max-width: 480px) {
  .banner .SLIDE-2-FIX .box-slide {
    width: 75%;
  }
}
.banner .SLIDE-2-FIX .box-slide figure {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  margin: 0;
  height: 200px;
  width: 310px;
  position: absolute;
}
@media (max-width: 1260px) {
  .banner .SLIDE-2-FIX .box-slide figure {
    height: 150px;
    width: 260px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 991px) {
  .banner .SLIDE-2-FIX .box-slide figure {
    height: 100px;
    width: 170px;
  }
}
@media only screen and (max-width: 480px) {
  .banner .SLIDE-2-FIX .box-slide figure {
    height: 80px;
    width: 120px;
  }
}
@media only screen and (max-width: 320px) {
  .banner .SLIDE-2-FIX .box-slide figure {
    height: 70px;
    width: 100px;
  }
}
.banner .SLIDE-2-FIX .box-slide p {
  font-family: 'Open Sans', sans-serif;
  position: absolute;
  color: white;
  background: rgba(0, 0, 0, 0.6);
  height: fit-content;
  padding: 10px;
  z-index: 2;
  font-size: 16px;
}
@media (max-width: 1260px) {
  .banner .SLIDE-2-FIX .box-slide p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 991px) {
  .banner .SLIDE-2-FIX .box-slide p {
    font-size: 11px;
    padding: 7px;
  }
}
@media only screen and (max-width: 480px) {
  .banner .SLIDE-2-FIX .box-slide p {
    font-size: 10px;
    padding: 6px;
  }
}
@media only screen and (max-width: 320px) {
  .banner .SLIDE-2-FIX .box-slide p {
    font-size: 8px;
    padding: 3px;
  }
}
.banner .SLIDE-2-FIX .box-slide .box-1 {
  left: 50%;
  opacity: 0;
  animation: box-1 0.5s cubic-bezier(0, 0, 0, 1.05) forwards;
  animation-delay: 1s;
}
.banner .SLIDE-2-FIX .box-slide .box-1 p {
  right: -70%;
  bottom: 20%;
  opacity: 0;
  animation: txt-1 0.5s cubic-bezier(0, 0, 0, 1.05) forwards;
  animation-delay: 1.35s;
}
@keyframes txt-1 {
  0% {
    right: -70%;
    bottom: 20%;
  }
  100% {
    right: -30%;
    opacity: 1;
  }
}
@media only screen and (max-width: 480px) {
  .banner .SLIDE-2-FIX .box-slide .box-1 p {
    animation: none;
    left: 0;
    bottom: 0;
    top: auto;
    opacity: 1;
    width: 90%;
    margin: 0;
  }
}
@keyframes box-1 {
  0% {
    left: 50%;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
.banner .SLIDE-2-FIX .box-slide .box-2 {
  right: 50%;
  opacity: 0;
  animation: box-2 0.5s cubic-bezier(0, 0, 0, 1.05) forwards;
  animation-delay: 1.7s;
}
.banner .SLIDE-2-FIX .box-slide .box-2 p {
  left: -50%;
  top: 10%;
  opacity: 0;
  animation: txt-2 0.5s cubic-bezier(0, 0, 0, 1.05) forwards;
  animation-delay: 2.2s;
}
@keyframes txt-2 {
  0% {
    left: -40%;
  }
  100% {
    left: -30%;
    opacity: 1;
  }
}
@media only screen and (max-width: 480px) {
  .banner .SLIDE-2-FIX .box-slide .box-2 p {
    animation: none;
    left: 0;
    bottom: 0;
    top: auto;
    opacity: 1;
    width: 90%;
    margin: 0;
  }
}
@keyframes box-2 {
  0% {
    right: 50%;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}
.banner .SLIDE-2-FIX .box-slide .box-3 {
  left: 35%;
  opacity: 0;
  bottom: 15%;
  animation: box-3 0.5s cubic-bezier(0, 0, 0, 1.05) forwards;
  animation-delay: 0.8s;
}
.banner .SLIDE-2-FIX .box-slide .box-3 p {
  right: -50%;
  top: 2%;
  opacity: 0;
  animation: txt-3 0.5s cubic-bezier(0, 0, 0, 1.05) forwards;
  animation-delay: 1s;
}
@keyframes txt-3 {
  0% {
    right: -50%;
  }
  100% {
    right: -30%;
    opacity: 1;
  }
}
@media only screen and (max-width: 480px) {
  .banner .SLIDE-2-FIX .box-slide .box-3 p {
    animation: none;
    left: 0;
    bottom: 0;
    top: auto;
    opacity: 1;
    width: 90%;
    margin: 0;
  }
}
@keyframes box-3 {
  0% {
    left: 35%;
  }
  100% {
    left: 5%;
    opacity: 1;
  }
}
.banner .SLIDE-2-FIX .box-slide .box-4 {
  right: 35%;
  bottom: 15%;
  opacity: 0;
  animation: box-4 0.5s cubic-bezier(0, 0, 0, 1.05) forwards;
  animation-delay: 1.5s;
}
.banner .SLIDE-2-FIX .box-slide .box-4 p {
  left: -75%;
  bottom: 10%;
  opacity: 1;
  animation: txt-4 0.5s cubic-bezier(0, 0, 0, 1.05) forwards;
  animation-delay: 1.8s;
}
@keyframes txt-4 {
  0% {
    left: -75%;
  }
  100% {
    left: -55%;
    opacity: 1;
  }
}
@media only screen and (max-width: 480px) {
  .banner .SLIDE-2-FIX .box-slide .box-4 p {
    animation: none;
    left: 0;
    bottom: 0;
    top: auto;
    opacity: 1;
    width: 90%;
    margin: 0;
  }
}
@keyframes box-4 {
  0% {
    right: 35%;
  }
  100% {
    right: 5%;
    opacity: 1;
  }
}
.institucional {
  position: relative;
}
.institucional nav {
  background: #f4f4f4;
  padding: 10px 0;
  z-index: 55;
  width: 100%;
  position: absolute;
  top: 0;
  transition: top, 0.8s;
}
@media only screen and (min-width: 481px) and (max-width: 991px), only screen and (min-width: 481px) and (max-width: 650px), only screen and (max-width: 480px) {
  .institucional nav {
    display: none;
  }
}
.institucional nav .cotacao {
  margin-left: -75px;
  transition: margin-left 0.9s;
}
.institucional nav .cotacao h5 {
  font-family: "Myriad Pro", sans-serif;
  font-weight: 500;
  font-size: 18px;
  margin: 0;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
}
.institucional nav .cotacao .dados-1,
.institucional nav .cotacao .dados-2 {
  background: #e4e4e4;
  border-radius: 2px;
  padding: 10px;
  margin: 0 15px;
}
.institucional nav .cotacao .dados-1 p,
.institucional nav .cotacao .dados-2 p {
  font-family: Lato, sans-serif !important;
  font-size: 16px !important;
  color: #88643f;
  margin: 0;
  text-align: justify;
}
@media (max-width: 1024px) {
  .institucional nav .cotacao .dados-1 p,
  .institucional nav .cotacao .dados-2 p {
    font-size: 14px !important;
  }
}
.institucional nav img {
  height: 50px;
  transition: all 0.5s;
  transition-delay: 0.2s;
  opacity: 0;
}
.institucional nav ul li {
  list-style: none;
  margin-left: 50px;
  transition: margin-left 0.5s;
}
.institucional nav ul li a {
  font-family: "Myriad Pro", sans-serif;
  text-decoration: none;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  transition: all 0.5s;
}
@media (max-width: 1024px) {
  .institucional nav ul li a {
    font-size: 15px;
  }
}
.institucional nav.white {
  position: fixed;
  -webkit-box-shadow: 0px 10px 23px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 23px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 23px 0px rgba(0, 0, 0, 0.1);
}
.institucional nav.white .cotacao {
  margin-left: 15px;
}
.institucional nav.white img {
  opacity: 1;
}
.institucional .content-institucional {
  padding: 150px 0 50px;
}
@media only screen and (min-width: 481px) and (max-width: 991px), only screen and (max-width: 480px) {
  .institucional .content-institucional {
    padding: 60px 0 50px;
  }
}
.institucional .content-institucional .responsive-refractor {
  margin-top: 100px;
}
@media only screen and (min-width: 481px) and (max-width: 991px), only screen and (max-width: 480px) {
  .institucional .content-institucional .responsive-refractor {
    margin-top: 70px;
    display: block !important;
  }
}
.institucional .content-institucional .descricao {
  margin: 40px 0;
}
@media only screen and (min-width: 481px) and (max-width: 991px), only screen and (max-width: 480px) {
  .institucional .content-institucional .descricao {
    margin: 30px 0;
  }
}
.institucional .content-institucional .descricao p,
.institucional .content-institucional .descricao span {
  font-family: Lato, sans-serif !important;
  font-size: 15px !important;
  color: rgba(0, 0, 0, 0.7) !important;
  text-align: justify;
}
.institucional .content-institucional .institucional-valores {
  width: 45%;
}
@media only screen and (min-width: 481px) and (max-width: 991px), only screen and (max-width: 480px) {
  .institucional .content-institucional .institucional-valores {
    width: 100%;
  }
}
.institucional .content-institucional .institucional-valores h3 {
  font-family: "Myriad Pro", sans-serif;
  font-weight: 500;
  font-size: 22px;
  text-transform: uppercase;
  margin: 10px 0;
  color: #88643f;
}
@media only screen and (max-width: 480px) {
  .institucional .content-institucional .institucional-valores h3 {
    text-align: center;
    margin-bottom: 5px;
  }
}
.institucional .content-institucional .institucional-valores p,
.institucional .content-institucional .institucional-valores span {
  font-family: Lato, sans-serif !important;
  font-size: 15px !important;
  color: rgba(0, 0, 0, 0.7) !important;
  margin: 0 0 50px 0 !important;
  text-align: justify;
}
@media only screen and (min-width: 481px) and (max-width: 991px), only screen and (max-width: 480px) {
  .institucional .content-institucional .institucional-valores p,
  .institucional .content-institucional .institucional-valores span {
    margin: 0 0 40px 0 !important;
  }
}
.institucional .content-institucional .carousel-sobre {
  width: 45%;
  height: fit-content;
}
@media only screen and (min-width: 481px) and (max-width: 991px), only screen and (max-width: 480px) {
  .institucional .content-institucional .carousel-sobre {
    width: 90%;
    margin: 0 auto;
  }
}
.institucional .content-institucional .carousel-sobre figure {
  height: 600px;
  margin: 0 auto;
  width: 95%;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 480px) {
  .institucional .content-institucional .carousel-sobre figure {
    height: 350px;
  }
}
@media only screen and (max-width: 320px) {
  .institucional .content-institucional .carousel-sobre figure {
    height: 250px;
  }
}
.servicos {
  background-image: url('../img/svc-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 75px 0 90px;
}
.servicos .titulo h3 {
  color: #fff;
}
.servicos .slide-servicos {
  margin-top: 70px;
}
.servicos .slide-servicos .caixa {
  background-color: #fff;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .servicos .slide-servicos .caixa {
    width: 35%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 991px) {
  .servicos .slide-servicos .caixa {
    width: 45%;
  }
}
@media only screen and (max-width: 480px) {
  .servicos .slide-servicos .caixa {
    width: 80%;
  }
}
@media only screen and (max-width: 320px) {
  .servicos .slide-servicos .caixa {
    width: 90%;
  }
}
.servicos .slide-servicos .caixa figure {
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0;
  height: 250px;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .servicos .slide-servicos .caixa figure {
    height: 200px;
  }
}
.servicos .slide-servicos .caixa .o-text {
  padding: 20px;
}
.servicos .slide-servicos .caixa .o-text h3 {
  font-family: "Myriad Pro", sans-serif;
  font-weight: 500;
  font-size: 22px;
  text-transform: uppercase;
  margin: 0;
  color: #88643f;
}
.servicos .slide-servicos .caixa .o-text p,
.servicos .slide-servicos .caixa .o-text span {
  font-family: Lato, sans-serif !important;
  font-size: 15px !important;
  color: rgba(0, 0, 0, 0.7) !important;
  text-align: justify;
}
.links {
  background-color: #f4f4f4;
  padding: 70px 0 100px;
}
@media (max-width: 1300px) {
  .links {
    padding: 70px 60px 100px;
  }
}
@media only screen and (max-width: 480px) {
  .links {
    padding: 40px 50px 80px;
  }
}
.links .carousel-links {
  margin-top: 70px;
}
.links .carousel-links .conteudo {
  text-align: center;
  text-align: -webkit-center;
}
.links .carousel-links .conteudo a {
  text-decoration: none;
  outline: none;
}
.links .carousel-links .conteudo a img {
  height: 130px;
}
.contato {
  background-image: url('../img/bg-contato.jpg');
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 50px 0 60vh;
}
.contato .bar-bar {
  width: 5%;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .contato .bar-bar {
    width: 40%;
  }
}
@media only screen and (max-width: 320px) {
  .contato .bar-bar {
    width: 30%;
  }
}
.contato .contato-box {
  margin-top: 70px;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .contato .contato-box {
    display: block !important;
  }
}
.contato .contato-box .contactBox {
  width: 50%;
}
@media only screen and (max-width: 480px) {
  .contato .contato-box .contactBox {
    width: 100%;
  }
}
.contato .contato-box .contactBox .contact {
  width: 80%;
}
@media only screen and (max-width: 480px) {
  .contato .contato-box .contactBox .contact {
    width: 100%;
  }
}
.contato .contato-box .contactBox .contact label input,
.contato .contato-box .contactBox .contact label textarea {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.04);
  color: #88643f;
  width: 94%;
  padding: 15px;
  margin: 10px 0;
  border: none;
  border-radius: 3px;
  outline: none;
  resize: none;
}
.contato .contato-box .contactBox .contact label input::placeholder,
.contato .contato-box .contactBox .contact label textarea::placeholder {
  font-family: Lato, sans-serif;
  color: rgba(0, 0, 0, 0.43);
  font-size: 16px;
  font-style: italic;
}
@media only screen and (min-width: 481px) and (max-width: 991px), only screen and (max-width: 480px) {
  .contato .contato-box .contactBox .contact label input,
  .contato .contato-box .contactBox .contact label textarea {
    padding: 10px;
    margin: 5px 0;
  }
}
.contato .contato-box .contactBox .contact label textarea {
  height: 130px;
}
@media only screen and (min-width: 481px) and (max-width: 991px), only screen and (max-width: 480px) {
  .contato .contato-box .contactBox .contact label textarea {
    height: 100px;
  }
}
.contato .contato-box .contactBox .contact button {
  background-color: rgba(0, 0, 0, 0.1);
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  border: none;
  color: rgba(0, 0, 0, 0.7);
  outline: none;
  border-radius: 3px;
  padding: 13px;
  margin-top: 15px;
  width: 100%;
  transition: all 0.5s;
}
@media only screen and (max-width: 480px) {
  .contato .contato-box .contactBox .contact button {
    padding: 10px;
    margin-top: 5px;
  }
}
.contato .contato-box .contato-info {
  width: 50%;
}
.contato .contato-box .contato-info a {
  text-decoration: none;
}
.contato .contato-box .contato-info a i {
  font-size: 26px;
  color: #88643f;
  width: 25px;
}
.contato .contato-box .contato-info a p {
  font-family: Lato, sans-serif;
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  margin-left: 20px;
}
@media only screen and (min-width: 481px) and (max-width: 991px) {
  .contato .contato-box .contato-info {
    margin-top: -20px;
  }
  .contato .contato-box .contato-info i {
    font-size: 22px !important;
  }
  .contato .contato-box .contato-info p {
    font-size: 16px !important;
    margin: 13px 20px !important;
  }
}
@media only screen and (max-width: 320px) {
  .contato .contato-box .contato-info i {
    font-size: 20px !important;
  }
  .contato .contato-box .contato-info p {
    font-size: 14px !important;
    margin: 13px 20px !important;
  }
}
@media only screen and (max-width: 480px) {
  .contato .contato-box .contato-info {
    margin-top: 50px;
    width: 100%;
  }
}
.contato #successMsg {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 9px;
  padding: 50px 80px;
  z-index: 5;
  -webkit-box-shadow: 5px 10px 30px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 10px 30px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 10px 30px 0px rgba(0, 0, 0, 0.2);
}
.contato #successMsg h6 {
  font-family: 'Open Sans', sans-serif;
  margin-top: 60px;
  font-size: 18px;
  color: #565656;
}
.contato #successMsg h6 .cancelarInsc {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  margin: 0 auto;
  cursor: pointer;
}
@media only screen and (max-width: 480px) {
  .contato {
    padding: 0 0 50px;
  }
  .contato .titulo {
    margin: 60px 0 -20px;
  }
}
footer {
  width: 100%;
  background: #65859c;
  padding: 40px 0;
}
footer .footer-bg {
  text-align: center;
}
footer .footer-bg img {
  height: 240px;
}
@media (max-width: 1024px) {
  footer .footer-bg img {
    height: 150px;
  }
}
footer .credts {
  text-decoration: none;
  width: 100%;
  text-align: center;
}
footer .credts .bar-bar {
  width: 8%;
  border: none;
  border-top: 1px solid #ffffff75;
}
@media only screen and (max-width: 480px) {
  footer .credts .bar-bar {
    width: 30%;
  }
}
footer .credts a {
  text-decoration: none;
}
footer .credts a img {
  margin-top: 7px;
  height: 25px;
}
footer .credts a span {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #fff;
}
#map {
  height: 400px;
  width: 100%;
}
@media (max-width: 1024px) {
  #map {
    height: 300px;
  }
}
@media (max-width: 425px) {
  #map {
    height: 200px;
  }
}
#topBtn {
  position: fixed;
  bottom: 20px;
  right: 15px;
  font-size: 22px;
  width: 50px;
  height: 50px;
  background: transparent;
  border: none;
  outline: none;
  color: #88643f;
  cursor: pointer;
  display: none;
  z-index: 2;
}
@media (max-width: 425px) {
  #topBtn {
    visibility: hidden;
  }
}
/*# sourceMappingURL=base.css.map */