@font-face {
  font-family: "PantonItalic";
  src: url("/fonts/PantonDemo-LightItalic.otf") format("opentype");
}
@font-face {
  font-family: "Panton";
  src: url("/fonts/Panton-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Panton";
  src: url("/fonts/Panton-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Panton";
  src: url("/fonts/Panton-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Panton", sans-serif;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

a:focus, input:focus, button:focus, textarea:focus, select:focus {
  outline: none;
}

p {
  margin-bottom: 0;
}

.banner .desk {
  display: block;
}
.banner .mob {
  display: none;
}
@media (max-width: 980px) {
  .banner .desk {
    display: none;
  }
  .banner .mob {
    display: block;
  }
}

.sect1-lp {
  padding: 7vh 0;
}
.sect1-lp .title-lp {
  font-size: 23px;
  text-align: center;
  margin-bottom: 1vh;
  color: #701958;
  font-weight: 500;
  letter-spacing: 2px;
}
.sect1-lp .campos {
  padding: 1vh 0;
}
.sect1-lp .campos input {
  width: 100%;
  padding: 1vh 2vh;
  height: 6vh;
  border: 1px solid #701958;
}
.sect1-lp .botao-form {
  margin-top: 1vh;
  text-align: center;
}
.sect1-lp .botao-form span {
  display: block;
}
.sect1-lp .botao-form input {
  background: #701958;
  padding: 1.5vh 5vh;
  border: 1px solid #701958;
  color: white;
  transition: 0.5s;
}
.sect1-lp .botao-form input:hover {
  background: transparent;
  color: #701958;
}

.sect1 {
  padding: 10vh 0;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
}
.sect1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.3;
}
.sect1 .container {
  position: relative;
}
.sect1 .title-lp {
  font-size: 23px;
  text-align: center;
  margin-bottom: 3%;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 5px;
}
.sect1 .campos {
  padding: 1vh 0;
}
.sect1 .campos input {
  width: 100%;
  padding: 1vh 2vh;
  height: 8vh;
  border: 1px solid #fff;
  border-radius: 50px;
}
.sect1 .botao-form {
  margin-top: 3%;
  text-align: center;
}
.sect1 .botao-form span {
  display: block;
}
.sect1 .botao-form input {
  background: #f89c24;
  padding: 1.5vh 5vh;
  border: 1px solid #f89c24;
  color: white;
  font-weight: 700;
  border-radius: 50px;
  transition: 0.5s;
}
.sect1 .botao-form input:hover {
  background: transparent;
  color: #fff;
}

footer {
  padding: 5vh 0;
}
footer .mcia {
  text-align: center;
  margin-top: 4vh;
}
footer .mcia a {
  color: black;
  font-family: "Montserrat";
  font-size: 12px;
}
footer .mcia a img {
  width: 9vh;
}

@media (max-width: 980px) {
  .sect1-lp {
    padding: 5vh 0;
  }
  .sect1-lp .title-lp {
    font-size: 21px;
  }
  .sect1-lp .campos input {
    height: 8vh;
  }
}
.sect2 {
  background: #25baba;
  padding: 12vh 0;
}
.sect2 .container {
  max-width: 90%;
}
.sect2 .container .botao {
  display: flex;
  justify-content: center;
  margin-top: 3%;
}
.sect2 .container .botao button {
  background: #f89c24;
  color: white;
  font-weight: 700;
  padding: 2vh 5vh;
  border: 1px solid #f89c24;
  border-radius: 50px;
  transition: 0.5s;
}
.sect2 .container .botao button:hover {
  background: #2d0045;
  color: white;
  border-color: #2d0045;
}
.sect2 .container .title {
  font-weight: 900;
  font-size: 42px;
  color: white;
  letter-spacing: 2px;
}
.sect2 .container .texto {
  margin-bottom: 3%;
  color: white;
  font-weight: 200;
}
.sect2 .container .texto b {
  font-weight: 700;
}
.sect2 .container .column {
  padding: 1% 1.5%;
}
.sect2 .container .cardi {
    background: white;
    padding: 10% 5%;
    border-radius: 5px;
    text-align: center;
    min-height: 34vh;
    height: 100%;
}
.sect2 .container .cardi .icon img {
  width: 30%;
}
.sect2 .container .cardi .mcmv img {
  width: 83%;
}
.sect2 .container .cardi .title-card {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 20px;
  margin-top: 8%;
}
.sect2 .container .cardi .title-card b {
  font-weight: 900;
}

.sect3 {
  padding: 10vh 0;
  background: #f1f1f1;
  position: relative;
  overflow: hidden;
}
.sect3 .hidden {
  display: none;
}
.sect3 .btn-carregar {
  background-color: #ac00ae;
  color: #fff;
  border: none;
  padding: 10px 30px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
  margin-top: 20px;
  transition: 0.3s;
}
.sect3 .btn-carregar:hover {
  background-color: #333;
}
.sect3 .container {
  position: relative;
  max-width: 90%;
  margin: 0 auto;
}
.sect3 .container.cont-mob .slick-arrow {
  background: black;
  width: 8.5vh;
  height: 8.5vh;
  border-radius: 50%;
  bottom: 40%;
}
.sect3 .container.cont-mob .slick-arrow.slick-prev {
  left: 0%;
  right: inherit;
}
.sect3 .container.cont-mob .slick-arrow.slick-next {
  left: inherit;
  right: 0%;
}
.sect3 .container.cont-mob .img {
  cursor: pointer;
  overflow: hidden;
  transition: 0.5s;
  height: 45vh;
  border-radius: 8px;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
  border: 2px solid #f89c24;
}
.sect3 .container.cont-mob .img:hover {
  filter: grayscale(100%);
  border-color: #25baba;
  transform: scale(1.01);
}
.sect3 .container.cont-mob .img .legenda {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #2d0045;
  color: white;
  text-transform: uppercase;
  font-size: 10px;
  border-top: 1px solid #2d0045 !important;
  padding: 2vh 4vh;
  font-weight: 500;
  border: 2px solid #f89c24;
  border-left: none;
  border-bottom: none;
  letter-spacing: 2px;
  border-radius: 0 35px 35px 0px;
}
.sect3 .container .title {
  font-weight: 300;
  font-size: 42px;
  color: #2d0045;
  letter-spacing: 2px;
  margin-bottom: 60px;
}
.sect3 .container .title b {
  font-weight: 900;
  color: #f89c24;
}
.sect3 .container .linha {
  display: flex;
  flex-wrap: wrap;
}
.sect3 .container .linha .column {
  width: 33.3333%;
  padding: 1%;
}
.sect3 .container .linha .column .img {
  cursor: pointer;
  overflow: hidden;
  transition: 0.5s;
  height: 45vh;
  border-radius: 8px;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
  border: 2px solid #f89c24;
}
.sect3 .container .linha .column .img:hover {
  filter: grayscale(100%);
  border-color: #25baba;
  transform: scale(1.01);
}
.sect3 .container .linha .column .img .legenda {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #2d0045;
  color: white;
  text-transform: uppercase;
  font-size: 10px;
  border-top: 1px solid #2d0045 !important;
  padding: 2vh 4vh;
  font-weight: 500;
  border: 2px solid #f89c24;
  border-left: none;
  border-bottom: none;
  letter-spacing: 2px;
  border-radius: 0 35px 35px 0px;
}

.fancybox-button--arrow_left, .fancybox-button--arrow_right {
  display: block !important;
}

.sect4 {
  padding: 10vh 0;
  background: #f89c24;
}
.sect4 .container {
  max-width: 90%;
}
.sect4 .container .title {
  font-weight: 300;
  font-size: 42px;
  color: #2d0045;
  letter-spacing: 2px;
  margin-bottom: 60px;
}
.sect4 .container .title b {
  font-weight: 900;
  color: white;
}
.sect4 .container .content {
  background: white;
  position: relative;
  border-radius: 8px;
}
.sect4 .container .content svg {
  position: absolute;
  top: 4%;
  width: 13%;
  right: 3%;
}
.sect4 .container .content .legenda {
  background: #2d0045;
  width: fit-content;
  color: white;
  padding: 5% 10% 2% 10%;
  border-radius: 0px 0px 95px 0px;
  margin-bottom: -8%;
  position: relative;
}
.sect4 .container .content .legenda .t-planta1 {
  color: #f89c24;
  font-weight: 100;
  font-family: "PantonItalic";
  font-size: 20px;
  line-height: 100%;
}
.sect4 .container .content .legenda .t-planta2 {
  margin-top: 5%;
  text-transform: uppercase;
  line-height: 100%;
  font-size: 35px;
  font-weight: 900;
}
.sect4 .container .content .legenda .t-planta3 {
  font-size: 40px;
}
.sect4 .container .content .img-planta {
  display: flex;
  justify-content: center;
}
.sect4 .container .content .img-planta img {
  width: 76%;
}
.sect4 .botao {
  display: flex;
  justify-content: center;
  margin-top: 3%;
}
.sect4 .botao button {
  background: #25baba;
  color: white;
  font-size: 23px;
  font-weight: 700;
  padding: 2vh 5vh;
  border: 1px solid #25baba;
  border-radius: 50px;
  transition: 0.5s;
}
.sect4 .botao button:hover {
  background: #2d0045;
  color: white;
  border-color: #2d0045;
}

.sect5 {
  background: #f5a840;
}
.sect5 .container {
  max-width: 100%;
}
.sect5 .container .content {
  padding-left: 8%;
}
.sect5 .container .content .title {
  font-weight: 900;
  font-size: 42px;
  color: white;
  letter-spacing: 2px;
  margin-bottom: 60px;
}
.sect5 .container .content .title b {
  font-weight: 900;
  color: #2d0045;
}
.sect5 .container .row {
  align-items: center;
}
.sect5 .container .botao {
  margin-top: 3%;
}
.sect5 .container .botao button {
  background: #25baba;
  color: white;
  font-weight: 700;
  padding: 2vh 5vh;
  border: 1px solid #25baba;
  border-radius: 50px;
  transition: 0.5s;
}
.sect5 .container .botao button:hover {
  background: #2d0045;
  color: white;
  border-color: #2d0045;
}

.sect6 {
  padding: 12vh 0;
  background: #2d0045;
}
.sect6 .container {
  max-width: 100%;
}
.sect6 .container .title {
  font-weight: 200;
  font-size: 42px;
  color: white;
  letter-spacing: 2px;
  margin-bottom: 60px;
}
.sect6 .container .title b {
  font-weight: 900;
  color: #f89c24;
}
.sect6 .container .r2 {
  padding: 0 13%;
}
.sect6 .container .r2 .local {
  margin-bottom: 6%;
  height: 33vh;
  background-size: cover !important;
  background-position: center;
  border-radius: 8px;
  overflow: hidden;
}
.sect6 .cont2 {
  margin-top: 5%;
  text-align: center;
  max-width: 85%;
  background: #f89c24;
  color: #2d0045;
  padding: 5%;
  border-radius: 150px;
}
.sect6 .cont2 .card-local {
  padding: 0 4%;
}
.sect6 .cont2 .card-local .icon {
  font-size: 25px;
}
.sect6 .cont2 .card-local .texto {
    color: white;
    font-weight: 700;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sect6 .cont2 .card-local .texto .separador{
    height: 1px;
    background: #2d0045;
    width: 8vh;
    margin: 0 2vh;
}
.sect6 .cont2 .card-local{
  margin-bottom: 3%;
}
.sect6 .cont2 .card-local .texto .tempo{
      font-weight: 200;
    margin-right: 1vh;
}
.sect6 .cont2 .card-local .texto svg{
  color: #2d0045;
}
.sect6 .cont2 .card-local .title-local{
  font-size: 20px;
  font-weight: 900;
}
.sect6 .cont2 .text-legal {
  margin-top: 4%;
}
.sect6 .botao {
  margin-top: 3%;
  display: flex;
  justify-content: center;
}
.sect6 .botao button {
  background: #25baba;
  color: white;
  font-weight: 700;
  padding: 2vh 5vh;
  border: 1px solid #25baba;
  border-radius: 50px;
  transition: 0.5s;
  font-size: 25px;
}
.sect6 .botao button:hover {
  background: #f89c24;
  color: white;
  border-color: #f89c24;
}

.sect7 {
  padding: 12vh 0;
  background: #005CA9;
}
.sect7 .container {
  max-width: 80%;
}
.sect7 .container .title {
  font-weight: 200;
  font-size: 42px;
  color: #f89c24;
  letter-spacing: 2px;
  margin-bottom: 60px;
}
.sect7 .container .title b {
  font-weight: 900;
  color: white;
  font-size: 55px;
}
.sect7 .container .row .cardi {
  background: white;
  height: 30vh;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  position: relative;
}
.sect7 .container .row .cardi .centro {
  width: 80%;
}
.sect7 .container .row .cardi .centro .icon {
  font-size: 45px;
  color: #f89c24;
}
.sect7 .container .row .cardi .icon-fixo {
  width: 6vh;
  height: 6vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #00ff4e;
  position: absolute;
  top: -7%;
  color: white;
  right: -5%;
  border-radius: 50%;
}
.sect7 .container .row .cardi .icon-fixo.segundo {
  background: red;
}
.sect7 .container .row .cardi .icon-fixo.terceiro {
  background: #f89c24;
}
.sect7 .container .row .cardi .icon-fixo.quarto {
  background: #ac00ae;
}
.sect7 .container .row .cardi .title-card {
  margin-top: 1%;
  font-weight: 700;
  font-size: 18px;
}

.sect8 {
  background: #005CA9;
  position: relative;
  padding: 8vh 0 10vh 0;
}
.sect8 .wpcf7-list-item-label {
  margin-top: 3%;
  color: white;
}
.sect8 .wpcf7-list-item-label a {
  color: white;
}
.sect8 .container {
  max-width: 82%;
}
.sect8 .container .content .title {
  font-size: 45px;
  color: white;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 5%;
}
.sect8 .container .content .title b {
  font-weight: 800;
}
.sect8 .container .content .texto {
  color: white;
  font-size: 300;
}
.sect8 .container .content .texto b {
  font-weight: 800;
}
.sect8 .container .content .imgs {
  margin-top: 12%;
  display: flex;
  align-items: center;
}
.sect8 .container .content .imgs img {
  margin-right: 4%;
  width: 40%;
}
.sect8 .container .form {
  padding-left: 15%;
}
.sect8 .container .form form .campo {
  margin-bottom: 0%;
  padding: 1.5vh;
}
.sect8 .container .form form .campo p {
  color: white;
  margin-bottom: 1%;
}
.sect8 .container .form form .campo input {
  width: 100%;
  height: 7vh;
	color: white;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 4px;
}
.sect8 .container .form form .linha {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.sect8 .container .form form .linha .column {
  width: 50%;
}
.sect8 .container .form form .campo-aceite {
  color: white;
  padding-left: 2vh;
}
.sect8 .container .form form .campo-aceite input {
  background: white;
  border: 1px solid white;
}
.sect8 .container .form form input[type=submit] {
  float: right;
  padding: 1.5vh 5vh;
  border-radius: 4px;
  background: #f89c24;
  color: white;
  font-weight: 600;
  border: 1px solid #f89c24;
  margin-left: 1vh;
  transition: 0.5s;
  font-size: 18px;
}
.sect8 .container .form form input[type=submit]:hover {
  background: #2d0045;
  border-color: #2d0045;
  color: white;
}

.whats {
  position: fixed;
  bottom: 3vh;
  right: 3vh;
  background: #0bb13e;
  padding: 2vh;
  border-radius: 100px;
  z-index: 1020;
}
.whats svg {
  fill: white;
  width: 4vh;
}

#whatsModal .modal-dialog {
  margin-top: 17vh;
}
#whatsModal .modal-dialog .modal-content .modal-header {
  background: #0bb13e;
  border: none;
}
#whatsModal .modal-dialog .modal-content .modal-header h1 {
  color: white;
  text-align: center;
  width: 100%;
}
#whatsModal .modal-dialog .modal-content .modal-header button {
  filter: invert(1);
}
#whatsModal .modal-dialog .modal-content .modal-body .campos {
  padding: 1vh 0;
}
#whatsModal .modal-dialog .modal-content .modal-body .campos input {
  width: 100%;
  padding: 1vh 2vh;
  height: 7vh;
  border-radius: 5px;
  border: 1px solid gray;
}
#whatsModal .modal-dialog .modal-content .modal-body .botao-form {
  text-align: center;
  margin-top: 1vh;
}
#whatsModal .modal-dialog .modal-content .modal-body .botao-form span {
  display: block;
}
#whatsModal .modal-dialog .modal-content .modal-body .botao-form input {
  background: #9b6f62;
  padding: 1vh 4vh;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid #9b6f62;
  transition: 0.5s;
}
#whatsModal .modal-dialog .modal-content .modal-body .botao-form input:hover {
  background: transparent;
  color: #9b6f62;
}
#whatsModal .modal-dialog .modal-content .modal-body .texto-form {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.menu {
  background: #2d0045;
  color: white;
  margin-top: -50%;
  transition: 0.5s;
}
.menu.change {
  margin-top: 0;
}
.menu .container .navbar-brand {
  width: 5%;
}
.menu .container .collapse {
  justify-content: flex-end;
}
.menu .container .collapse ul {
  margin-right: 0 !important;
}
.menu .container .collapse ul li a {
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 14px;
  padding-left: 2vh;
  padding-right: 2vh;
}
.menu .container .collapse ul li.grande {
  background: #f89c24;
  border-radius: 50px;
  padding: 0vh 3vh;
  margin-left: 2vh;
}
.menu .container .collapse ul li.grande a {
  font-weight: 800;
}

.sect9 {
  padding: 10vh 0 15vh 0;
  background: #25baba;
}
.sect9 .container {
  max-width: 80%;
  color: white;
}
.sect9 .container .title {
  font-size: 45px;
  color: white;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 1%;
}
.sect9 .container .title b {
  font-weight: 800;
  color: #2d0045;
}
.sect9 .container .sub {
  color: white;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5%;
}
.sect9 .container .row {
  align-items: center;
  margin-top: 8%;
}
.sect9 .container .conteudo {
  padding-left: 12%;
}
.sect9 .container .conteudo .texto {
  font-size: 22px;
}
.sect9 .container .conteudo .texto b, .sect9 .container .conteudo .texto span {
  font-weight: 900;
}
.sect9 .container .conteudo .texto span {
  color: #2d0045;
}

.sect10 {
  padding: 10vh 0;
}
.sect10 .container {
  max-width: 80%;
}
.sect10 .container .title {
  font-size: 45px;
  color: #2d0045;
  margin-bottom: 4%;
  font-weight: 400;
  line-height: 120%;
}
.sect10 .container .lista{
  text-align: center;
  list-style: none;
}
.sect10 .container .title b {
  font-weight: 800;
  color: #f89c24;
}
.sect10 .container ul li {
  margin-bottom: 1%;
  font-size: 20px;
}
.sect10 .container ul li b {
  font-weight: 800;
}
.sect10 .container .title2{
  margin-top: 5%;
}
.sect10 .container .logos{
  display: flex;
  justify-content: center;
}
.sect10 .container ul li i {
  opacity: 0.7;
}
.sect10 .container .logo-marquise {
  margin-top: 5%;
  width: 30%;
}
.sect10 .container .video {
  margin-top: 8%;
  position: relative;
}
.sect10 .container .video .play {
  top: 37%;
  width: 20vh;
  height: 20vh;
  background: #f89c24;
  color: white;
  border-radius: 50%;
  font-size: 50px;
  left: 45%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sect10 .container .video img {
  border-radius: 17px;
  filter: brightness(0.5);
}

footer .container .texto-legal {
  font-size: 10px;
}
footer .container .logo-mlar {
  margin-bottom: 3%;
  width: 13%;
  margin-top: 2%;
}

#mob {
  display: none;
}

.endereco {
  padding: 12vh 0;
}
.endereco .sub {
  font-weight: 300;
  font-size: 20px;
}
.endereco .grande {
  font-size: 45px;
  font-weight: 800;
}
.endereco .botao {
  display: flex;
  justify-content: center;
  margin-top: 3%;
}
.endereco .botao button {
  background: #25baba;
  color: black;
  font-weight: 700;
  padding: 2vh 5vh;
  border: 1px solid #25baba;
  border-radius: 50px;
  transition: 0.5s;
}
.endereco .centro-left{
  display: flex;
  justify-content: flex-end;
}
.endereco .content-left{
  width: fit-content;
}
.endereco .botao button:hover {
  background: #2d0045;
  color: white;
  border-color: #2d0045;
}
.endereco .container .icon-local{
  width: 7vh;
  height: 7vh;
  background: #25baba;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 20px;
  margin-bottom: 2%;
}
.endereco .container .endereco-text{
    font-size: 32px;
    width: 80%;
    font-weight: 900;
    margin-bottom: 2%;  
}
.endereco .container .botoes{
  display: flex;
  align-items: center;
}
.endereco .container .botoes .botao-loc{
  width: 23%; 
}
.endereco .container .botoes .botao-loc button{
    width: 90%;
    height: 11vh;
    background: #33ccff;
    border: 1px solid #33ccff;
    color: white;
    border-radius: 50px;
}
.endereco .container .botoes .botao-loc button .icon{
      font-size: 27px;
    line-height: 100%;
}
.endereco .container .botoes .botao-loc:nth-child(2) button{
  background: #2d0045;
  border-color: #2d0045;
}
@media (max-width: 980px) {
  #desk {
    display: none;
  }
  #mob {
    display: block;
  }
  .title, .sect7 .container .title b {
    font-size: 30px !important;
  }
  .sect2 .container .cardi .title-card {
    font-size: 10px;
  }
  .sect4 .container .content .legenda .t-planta3, .sect4 .container .content .legenda .t-planta2 {
    font-size: 27px;
  }
  .sect4 .container .content .img-planta {
    margin-bottom: 5%;
  }
  .sect5 .container .botao {
    margin-bottom: 8%;
  }
  .sect6 .container .r2 {
    margin-top: 8%;
  }
  .sect6 .cont2 {
    border-radius: 0;
  }
  .sect7 .container .row .cardi .title-card {
    font-size: 12px;
  }
  .sect7 .container .row .cardi .centro .icon {
    font-size: 30px;
  }
  .sect7 .container .row .cardi {
    margin-bottom: 28%;
    height: 25vh;
  }
  .sect8 .container .form {
    padding-left: 0;
  }
  .sect9 .container .content {
    display: flex;
    justify-content: center;
    margin-bottom: 8%;
  }
  .sect9 .container .conteudo {
    padding-left: 0%;
  }
  .sect9 .container .content img {
    width: 50%;
  }
  .sect9 .container .conteudo .texto {
    font-size: 15px;
  }
  .sect10 .container ul li {
    font-size: 14px;
  }
  .sect10 .container ul {
    margin-top: 8%;
  }
  .sect10 .container .video .play {
    left: 36%;
    font-size: 26px;
    top: 28%;
    width: 11vh;
    height: 11vh;
  }
  .menu .container {
    max-width: 90%;
  }
  .menu .container .navbar-brand {
    width: 10%;
  }
  .menu .container .navbar-toggler {
    background: white;
  }
  .sect7 .container {
    max-width: 95%;
  }
  .sect2 .container .cardi{
    min-height: 20vh;
  }
  .endereco .container .botoes .botao-loc{
    width: 50%;
    margin-bottom: 5%;
  }
  .endereco .container .endereco-text{
    font-size: 22px;
  }
}

/*# sourceMappingURL=style.css.map */
