@font-face {
  font-family: Quicksand-Light;
  src: url("../fontes/Quicksand-Light.ttf");
}

@font-face {
  font-family: Quicksand-Regular;
  src: url("../fontes/Quicksand-Regular.ttf");
}

@font-face {
  font-family: Quicksand-Medium;
  src: url("../fontes/Quicksand-Medium.ttf");
}

@font-face {
  font-family: Quicksand-SemiBold;
  src: url("../fontes/Quicksand-SemiBold.ttf");
}

@font-face {
  font-family: Quicksand-Bold;
  src: url("../fontes/Quicksand-Bold.ttf");
}

* {
  font-family: Quicksand-Regular;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}

::-webkit-scrollbar-track-piece {
  background-color: #585D70;
  -webkit-border-radius: 0px;
}

::-webkit-scrollbar-thumb:vertical {
  background-color: #592C85;
  -webkit-border-radius: 10px;
}

.cursor-pointer {
  cursor: pointer;
}

form label {
  color: #737373;
  font-size: .9rem;
  font-family: Quicksand-Medium;
}

.form-tipo-1 .form-control {
  border: none;
  border-bottom: solid 1.5px #8a8a8a;
  background-color: transparent;
  border-radius: 0px;
  color: #585D70;
  font-family: Quicksand-Bold;
  font-size: 1.1rem;
  padding: 0.3rem 0.3rem;
}

.form-tipo-1 .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #71BF99;
}

.form-tipo-1 .form-control.error {
  border-bottom: solid 1.5px #DC3545 !important;
}

.form-tipo-2 .form-control {
  border: none;
  border-radius: 5px;
  background-color: #F7F7F7;
  min-height: 44px;
  font-family: Quicksand-Bold;
  color: #585D70;
  font-size: .95rem;
}

.form-tipo-2 .form-control::-webkit-input-placeholder {
  color: #cacaca;
}

.form-tipo-2 .form-control:-ms-input-placeholder {
  color: #cacaca;
}

.form-tipo-2 .form-control::-ms-input-placeholder {
  color: #cacaca;
}

.form-tipo-2 .form-control::placeholder {
  color: #cacaca;
}

.form-tipo-2 .form-control.error {
  border: solid 1.5px #DC3545 !important;
}

.form-tipo-2 .label-principal {
  min-width: 194px;
  padding-right: 15px;
  text-align: right;
}

textarea.form-control {
  resize: none;
}

.form-control::-webkit-input-placeholder {
  color: #a7a7a7;
}

.form-control:-ms-input-placeholder {
  color: #a7a7a7;
}

.form-control::-ms-input-placeholder {
  color: #a7a7a7;
}

.form-control::placeholder {
  color: #a7a7a7;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Quicksand-Bold;
}

.ff-light {
  font-family: Quicksand-Light;
}

.ff-regular {
  font-family: Quicksand-Regular;
}

.ff-medium {
  font-family: Quicksand-Medium;
}

.ff-semibold {
  font-family: Quicksand-SemiBold;
}

.ff-bold {
  font-family: Quicksand-Bold;
}

.fs-08 {
  font-size: .8rem;
}

.fs-09 {
  font-size: .9rem;
}

.fs-1 {
  font-size: 1rem;
}

.fs-1-1 {
  font-size: 1.1rem;
}

.fs-1-2 {
  font-size: 1.2rem;
}

.fs-1-3 {
  font-size: 1.3rem;
}

.fs-1-4 {
  font-size: 1.4rem;
}

.fs-1-5 {
  font-size: 1.5rem;
}

.fs-1-6 {
  font-size: 1.6rem;
}

.fs-1-7 {
  font-size: 1.7rem;
}

.fs-1-8 {
  font-size: 1.8rem;
}

.fs-1-9 {
  font-size: 1.9rem;
}

.fs-2 {
  font-size: 2rem;
}

.fs-2-5 {
  font-size: 2.5rem;
}

.fs-3 {
  font-size: 3rem;
}

.fs-3-5 {
  font-size: 3.5rem;
}

.fs-4 {
  font-size: 4rem;
}

.fs-4-5 {
  font-size: 4.5rem;
}

.fs-5 {
  font-size: 5rem;
}

.b-square {
  border-radius: 0px;
}

.icon-20 {
  width: 20px;
  height: 20px;
}

.icon-25 {
  width: 25px;
  height: 25px;
}

.icon-40 {
  width: 40px;
  height: 40px;
}

.icon-50 {
  width: 50px;
  height: 50px;
}

.icon-60 {
  width: 60px;
  height: 60px;
}

.icon-75 {
  width: 75px;
  height: 75px;
}

.icon-80 {
  width: 80px;
  height: 80px;
}

.icon-90 {
  width: 90px;
  height: 90px;
}

.icon-100 {
  width: 100px;
  height: 100px;
}

.icon-150 {
  width: 150px;
  height: 150px;
}

.btn {
  border-radius: 25px;
  padding: .65rem 1.3rem;
  font-family: Quicksand-Bold;
  border-width: 3px;
  padding: .5rem 1.2rem;
}

.btn-white {
  background-color: #FFFFFF;
  color: #592C85;
  border-color: #592C85;
}

.btn.btn-success {
  color: #FFFFFF;
}

.btn-underline {
  font-family: Quicksand-Bold;
  text-decoration: underline;
}

a:hover {
  -webkit-text-decoration-line: unset !important;
          text-decoration-line: unset !important;
  color: #E84E0F !important;
}

.bg-light-medium {
  background-color: #EAEAEA;
}

footer #linha-1 {
  padding: 1rem 0rem;
  background-color: #444B5D !important;
}

footer #linha-1 .contato {
  font-family: Quicksand-Bold;
  color: #FFFFFF;
  font-size: 1.1rem;
  margin-left: 0.5rem;
}

footer #linha-1 .links li a {
  color: #FFFFFF;
  font-family: Quicksand-Medium;
}

footer #linha-1 .links li a:hover {
  color: #EF7D00 !important;
}

footer span {
  color: #FFFFFF;
}

header {
  -webkit-box-shadow: 0px 0px 3.5px 0.5px #6c6c6c;
          box-shadow: 0px 0px 3.5px 0.5px #6c6c6c;
  background-color: #FFFFFF;
  padding: 1rem 0rem;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 20;
}

header .links-navegacao-desk {
  padding-left: 0rem;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0rem;
}

header .links-navegacao-desk li {
  text-align: center;
  padding: 0rem 15px;
}

header .links-navegacao-desk li a {
  font-family: Quicksand-SemiBold;
  color: #444B5C;
}

header .links-navegacao-desk li.active a {
  padding: 1.8rem 0rem;
  border-bottom: solid 5px #E84E0F;
  color: #E84E0F;
  font-family: Quicksand-Bold;
}

header #menu-mobile {
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  top: 0;
  left: 0;
  z-index: 20;
  display: none;
  padding: 3rem;
}

header #menu-mobile .links-navegacao-mobile {
  padding-left: 0rem;
  list-style: none;
  margin-bottom: 0rem;
}

header #menu-mobile .links-navegacao-mobile li {
  text-align: center;
  padding: .5rem 15px;
}

header #menu-mobile .links-navegacao-mobile li a {
  font-family: Quicksand-SemiBold;
  color: #FFFFFF;
}

header #menu-mobile .links-navegacao-mobile li.active a {
  padding: .5rem 0rem;
  border-bottom: solid 3px #E84E0F;
  color: #E84E0F;
  font-family: Quicksand-Bold;
}

header #overlay-menu {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  opacity: .97;
  background-color: #592C85;
  display: none;
}

main#content {
  margin-top: 84px;
}

#banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#banner #legenda {
  padding: 3rem 0rem;
  width: 100%;
  background-color: #592C85;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#banner #legenda #titulo, #banner #legenda #subtitulo {
  color: #FFFFFF;
  font-family: Quicksand-Bold;
}

#banner #foto {
  min-width: 60%;
  max-width: 100%;
  min-height: 237px;
}

.title-default, .desc-default {
  font-family: Quicksand-Bold;
}

.title-default .destaque, .desc-default .destaque {
  font-family: Quicksand-Bold;
}

.desc-default {
  margin-bottom: 0rem;
}

.item-beneficios {
  background-color: #FFFFFF;
  padding: 2rem;
}

.item-beneficios img {
  height: 52px;
}

.item-beneficios .titulo-beneficio {
  font-size: 1.3rem;
  color: #EF7D00;
  font-family: Quicksand-Bold;
}

.item-beneficios .descricao-beneficio {
  font-family: Quicksand-Medium;
  color: #592C85;
}

.list-check {
  padding-left: 0;
  list-style: none;
}

.list-check li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  color: #71BF99;
  margin-left: .2rem;
  width: 1.5em;
}

.galeria-mural-fotos {
  display: block;
  position: relative;
}

.galeria-mural-fotos a {
  position: relative;
  float: left;
}

.galeria-mural-fotos a:hover .overlay-img-galeria-hover {
  opacity: .3;
}

.galeria-mural-fotos a .img {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  width: 100%;
  height: 100%;
}

.galeria-mural-fotos a .legenda-img {
  background-color: #585D70;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  opacity: .75;
  font-family: Quicksand-Bold;
  padding: .1rem .8rem;
  left: 10px;
  top: 10px;
}

.galeria-mural-fotos a .overlay-img-galeria-hover {
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
}

.galeria-mural-fotos a img.thumbnail {
  display: none;
}

.galeria-mural-fotos a.unico {
  width: 100%;
  height: 100%;
}

.lg-backdrop {
  opacity: .75 !important;
}

.circle-funcionamento {
  height: 255px;
  width: 255px;
  border-radius: 100%;
  background-size: cover !important;
  background-position: center !important;
  background-color: #585D70;
  -webkit-box-shadow: 0px 0px 3px .5px #ababab;
          box-shadow: 0px 0px 3px .5px #ababab;
}

.count-funcionamento {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  color: #E84E0F;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  font-family: Quicksand-Bold;
  position: absolute;
  bottom: 8px;
  right: 40px;
  -webkit-box-shadow: 0px 0px 3px .5px #ababab;
          box-shadow: 0px 0px 3px .5px #ababab;
}

.ancoras-eadtix a {
  font-size: .95rem;
  font-family: Quicksand-Bold;
  color: #585D70;
  margin-right: 5px;
}

.ancoras-eadtix a.active {
  color: #E84E0F;
}

.sec-contato {
  background-image: url("../img/recorte_contato.svg");
  background-repeat: no-repeat;
}

.gallery-eadtix a {
  max-width: 100%;
  height: auto;
}

.gallery-eadtix .legenda-img {
  background-color: #585D70;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  opacity: .75;
  font-family: Quicksand-Bold;
  padding: .1rem .8rem;
  left: 45px;
  bottom: 20px;
}

#sec-aviso-cookies {
  position: fixed;
  bottom: 0;
  background-color: #575D70;
  z-index: 30;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: white;
  opacity: .9;
}

#faq .card {
  background-color: transparent;
  border: none !important;
  border-top: solid 1px #707070 !important;
  border-radius: 0px;
}

#faq .card .card-header {
  background-color: transparent;
  border: none !important;
  padding: 1rem .1rem;
}

#faq .card .card-header .btn-link {
  border-radius: 0px !important;
  padding: 0 !important;
  font-size: 1.1rem;
  white-space: unset;
}

#faq .card .card-header .btn-link.collapsed::after {
  content: '\f067';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: 0;
  color: #707070 !important;
  font-size: 1rem;
}

#faq .card .card-header .btn-link::after {
  content: '\f00d';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: 0;
  color: #707070 !important;
  font-size: 1rem;
}

#faq .card .card-body {
  padding: 0rem;
  margin-bottom: 1rem;
  width: 80%;
}

#faq .card * {
  color: #592C85;
  text-decoration: none;
}

.swal2-popup {
  background: url("../img/recorte2.svg") no-repeat;
  background-color: white !important;
  background-size: 70px;
  background-position: 100% 0%;
}

.swal2-popup .swal2-icon {
  border-color: #592C85 !important;
  color: #592C85 !important;
}

.swal2-popup .swal2-confirm {
  background-color: #592C85 !important;
  border-right-color: #592C85 !important;
  border-left-color: #592C85 !important;
}

.swal2-popup .swal2-confirm:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.swal2-popup button {
  border-radius: 25px !important;
  padding: .65rem 1.3rem !important;
  font-family: Quicksand-Bold !important;
  border-width: 2px !important;
  min-width: 100px;
}

.modal .modal-content {
  border: none !important;
}

.modal .modal-content .modal-body {
  background: url("../img/recorte.svg") no-repeat;
}

#modal-termos-uso .modal-body #corpo-termos {
  word-break: break-word;
  max-height: 600px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.sucesso {
  background-color: #F6F7F8 !important;
  background: url("../img/recorte3.svg") no-repeat;
  background-position: right !important;
  background-size: contain !important;
  height: calc(100vh - 101px);
}

#chat-whatsapp {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 29;
  background-color: #71BF99;
  border-radius: 100%;
  height: 50px;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 0px 2px 1px #636363;
          box-shadow: 0px 0px 2px 1px #636363;
  cursor: pointer;
}

#chat-whatsapp i {
  color: #FFFFFF;
  font-size: 1.5rem;
}

#chat-flutuante-whatsapp {
  z-index: 29;
}

#chat-flutuante-whatsapp .close {
  opacity: .6;
  color: #FFFFFF !important;
}

#chat-flutuante-whatsapp .floating-wpp-input-message textarea:focus {
  border-color: #592C85 !important;
  outline: none !important;
  border-width: 2px;
}

#chat-flutuante-whatsapp .floating-wpp-btn-send svg g path {
  fill: #592C85 !important;
}

.card-zoom .topo {
  width: 100%;
  height: 219px;
  background-size: cover;
  background-position: center;
  -webkit-box-shadow: 0px 0px 3px 0.5px #ababab;
          box-shadow: 0px 0px 3px 0.5px #ababab;
}

@media (max-width: 575px) {
  #banner #legenda #titulo {
    font-size: 1.75rem;
  }
  #banner #legenda #subtitulo {
    font-size: 1.1rem;
  }
  .title-default {
    font-size: 1.5rem;
  }
  .desc-default {
    font-size: 1.05rem;
  }
  .img-demonstracao {
    height: auto;
    max-width: 100%;
  }
  .galeria-mural-fotos a {
    width: 100%;
    height: 301px;
  }
  .sec-contato {
    background-image: unset;
  }
  #modal-termos-uso .modal-body #corpo-termos {
    max-height: 400px !important;
  }
  .modal .modal-content .modal-body {
    background-size: contain;
    background-position: -12% 50%;
    padding-left: 90px;
    padding-right: 10px;
  }
}

@media (min-width: 576px) {
  .icon-sm-20 {
    width: 20px !important;
    height: 20px !important;
  }
  .icon-sm-25 {
    width: 25px !important;
    height: 25px !important;
  }
  .icon-sm-40 {
    width: 40px !important;
    height: 40px !important;
  }
  .icon-sm-50 {
    width: 50px !important;
    height: 50px !important;
  }
  .icon-sm-60 {
    width: 60px !important;
    height: 60px !important;
  }
  .icon-sm-75 {
    width: 75px !important;
    height: 75px !important;
  }
  .icon-sm-80 {
    width: 80px !important;
    height: 80px !important;
  }
  .icon-sm-90 {
    width: 90px !important;
    height: 90px !important;
  }
  .icon-sm-100 {
    width: 100px !important;
    height: 100px !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  #banner #legenda #titulo {
    font-size: 1.8rem;
  }
  #banner #legenda #subtitulo {
    font-size: 1.15rem;
  }
  .title-default {
    font-size: 2.1rem;
  }
  .desc-default {
    font-size: 1.1rem;
  }
  .img-demonstracao {
    height: 350px;
  }
  .galeria-mural-fotos a {
    width: 100%;
    height: 301px;
  }
  .sec-contato {
    background-size: 80px;
    background-position: 100% 100%;
  }
  .modal .modal-content .modal-body {
    background-size: contain;
    background-position: -10% 50%;
    padding-left: 135px;
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
  #banner {
    display: block;
  }
  .form-tipo-2 .label-principal {
    min-width: 120px;
  }
}

@media (min-width: 768px) {
  .icon-md-20 {
    width: 20px !important;
    height: 20px !important;
  }
  .icon-md-25 {
    width: 25px !important;
    height: 25px !important;
  }
  .icon-md-40 {
    width: 40px !important;
    height: 40px !important;
  }
  .icon-md-50 {
    width: 50px !important;
    height: 50px !important;
  }
  .icon-md-60 {
    width: 60px !important;
    height: 60px !important;
  }
  .icon-md-75 {
    width: 75px !important;
    height: 75px !important;
  }
  .icon-md-80 {
    width: 80px !important;
    height: 80px !important;
  }
  .icon-md-90 {
    width: 90px !important;
    height: 90px !important;
  }
  .icon-md-100 {
    width: 100px !important;
    height: 100px !important;
  }
  #banner {
    height: 600px;
  }
  #banner #legenda {
    width: 40% !important;
  }
  .title-default, .desc-default {
    text-align: center;
  }
  .modal .modal-content .modal-body {
    background-size: contain;
    background-position: 0% 50%;
    padding-left: 175px;
    padding-right: 45px;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .title-default {
    font-size: 2.2rem;
  }
  .desc-default {
    font-size: 1.2rem;
  }
  .img-demonstracao {
    height: 400px;
  }
  .galeria-mural-fotos a {
    width: 50%;
    height: 301px;
  }
  .sec-contato {
    background-size: 160px;
    background-position: 100% 100%;
  }
}

@media (max-width: 991px) {
  .sucesso {
    background: none !important;
    background-color: #F6F7F8 !important;
  }
}

@media (min-width: 992px) {
  .icon-lg-20 {
    width: 20px !important;
    height: 20px !important;
  }
  .icon-lg-25 {
    width: 25px !important;
    height: 25px !important;
  }
  .icon-lg-40 {
    width: 40px !important;
    height: 40px !important;
  }
  .icon-lg-50 {
    width: 50px !important;
    height: 50px !important;
  }
  .icon-lg-60 {
    width: 60px !important;
    height: 60px !important;
  }
  .icon-lg-75 {
    width: 75px !important;
    height: 75px !important;
  }
  .icon-lg-80 {
    width: 80px !important;
    height: 80px !important;
  }
  .icon-lg-90 {
    width: 90px !important;
    height: 90px !important;
  }
  .icon-lg-100 {
    width: 100px !important;
    height: 100px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .container-fluid {
    padding: 0rem 3rem;
  }
  #banner #legenda #titulo {
    font-size: 2rem;
  }
  #banner #legenda #subtitulo {
    font-size: 1.20rem;
  }
  .title-default {
    font-size: 2.3rem;
    text-align: center;
  }
  .desc-default {
    font-size: 1.3rem;
    display: block;
    text-align: center !important;
  }
  .img-demonstracao {
    height: 289px;
  }
  .galeria-mural-fotos a {
    width: 50%;
    height: 301px;
  }
  .sec-contato {
    background-size: 160px;
    background-position: 100% 100%;
  }
}

@media (min-width: 1200px) {
  .icon-xl-20 {
    width: 20px !important;
    height: 20px !important;
  }
  .icon-xl-25 {
    width: 25px !important;
    height: 25px !important;
  }
  .icon-xl-40 {
    width: 40px !important;
    height: 40px !important;
  }
  .icon-xl-50 {
    width: 50px !important;
    height: 50px !important;
  }
  .icon-xl-60 {
    width: 60px !important;
    height: 60px !important;
  }
  .icon-xl-75 {
    width: 75px !important;
    height: 75px !important;
  }
  .icon-xl-80 {
    width: 80px !important;
    height: 80px !important;
  }
  .icon-xl-90 {
    width: 90px !important;
    height: 90px !important;
  }
  .icon-xl-100 {
    width: 100px !important;
    height: 100px !important;
  }
  #banner #legenda #titulo {
    font-size: 3rem;
  }
  #banner #legenda #subtitulo {
    font-size: 1.25rem;
  }
  .img-demonstracao {
    height: 450px;
  }
  .galeria-mural-fotos a {
    width: 33%;
    height: 301px;
  }
}

@media (max-width: 1399px) {
  .item-beneficios {
    max-width: 540px;
  }
}

@media (min-width: 1400px) {
  .icon-xxl-20 {
    width: 20px !important;
    height: 20px !important;
  }
  .icon-xxl-25 {
    width: 25px !important;
    height: 25px !important;
  }
  .icon-xxl-40 {
    width: 40px !important;
    height: 40px !important;
  }
  .icon-xxl-50 {
    width: 50px !important;
    height: 50px !important;
  }
  .icon-xxl-60 {
    width: 60px !important;
    height: 60px !important;
  }
  .icon-xxl-75 {
    width: 75px !important;
    height: 75px !important;
  }
  .icon-xxl-80 {
    width: 80px !important;
    height: 80px !important;
  }
  .icon-xxl-90 {
    width: 90px !important;
    height: 90px !important;
  }
  .icon-xxl-100 {
    width: 100px !important;
    height: 100px !important;
  }
  .item-beneficios {
    max-width: 580px;
  }
  .galeria-mural-fotos a {
    width: 33%;
    height: 301px;
  }
  .sec-contato {
    background-size: 300px;
    background-position: 100% 100%;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .sec-contato {
    background-size: 270px;
    background-position: 100% 100%;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .container-fluid {
    padding: 0rem 4rem;
  }
  .title-default {
    font-size: 2.4rem;
  }
  .desc-default {
    font-size: 1.4rem;
  }
}

@media (min-width: 1600px) {
  .container-fluid {
    padding: 0rem 5rem;
  }
  .title-default {
    font-size: 2.5rem;
  }
  .desc-default {
    font-size: 1.5rem;
  }
  .sec-contato {
    background-size: 420px;
    background-position: 100% 100%;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1470px;
  }
  .col-xxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66667%;
  }
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
/*# sourceMappingURL=eadtix.css.map */