body {
  font-family: museo-sans, sans-serif;
  overflow-x: hidden;
  background-repeat: no-repeat;
  background-position: top center;
  color: black;
}

@font-face {
  font-family: "MuseoSansCyrl";
  src: url("/site/assets/font/MuseoSansCyrl900.ttf") format("truetype");
}

.ff-msc {
  font-family: "MuseoSansCyrl";
}

.menu .nav-link {
  padding-right: 0px;
}

.menu .first.nav-item::before {
  content: " ";
}

.navbar-dark .navbar-nav .nav-link {
  color: white;
}

.menu .active .nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #e9ce02 !important;
}

.menu .dropdown-item {
  font-weight: bold;
  color: black;
  border-bottom: solid 2px #e9ce02;
  padding: 0;
}

.menu .dropdown-menu {
  border: none;
  padding: 15px 20px;
}

.menu .dropdown-item:focus,
.menu .dropdown-item:hover {
  background-color: transparent;
  color: #e9ce02 !important;
}

.carousel-control-next,
.carousel-control-prev {
  background: none;
  border: none;
}

.home2 {
  background-color: #2066da;
  background-image: url("/site/assets/img/bg_home2.png");
  background-position: top center;
  background-size: cover;
}

.planos-box {
  background-image: url("/site/assets/img/bg_planos2.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  width: 328px;
  height: 611px;
  position: relative;
}

.planos-box:hover {
  background-image: url("/site/assets/img/bg_planos-over.png");
}

.planos-box .texto1 {
  color: rgba(244, 231, 14, 1);
  text-shadow: 2px 8px 6px rgba(0, 0, 0, 0.4),
    0px -5px 35px rgba(255, 255, 255, 0.3);
}

.planos-box .texto1:not(.display-2 ) {
  position: absolute;
  bottom: 75px;
  left: 0;
  right: 0;
  margin: auto;
}

.planos-box .texto2 {
  color: black;
  margin-top: -15px;
}

.planos-box .texto3 {
  color: #f4e70e;
  text-shadow: 2px 2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000,
    -2px -2px 0 #000, 2px 0px 0 #000, 0px 2px 0 #000, -2px 0px 0 #000,
    0px -2px 0 #000;
  margin-top: -10px;
}

.planos-box .descricao {
  font-weight: bolder;
  font-size: 22px;
  color: white;
  line-height: 22px;
}

.planos-box .btn-assinar {
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
}

.btn-yellow {
  background-color: #f4e70d;
  color: black;
  border-radius: 15px;
  font-size: 22px;
}

.text-yellow {
  color: #f4e70d;
}

.text-blue {
  color: #155cc5;
}

.desc-home1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}

.btn-1 {
  border: dashed 2px white;
  border-radius: 15px;
}

.btn-2 {
  border: dashed 2px black;
  border-radius: 15px;
}

.btn-3 {
  border: solid 2px black;
  border-radius: 15px;
  background-color: white;
}

.btn-4 {
    border: solid 2px #244270;
    border-radius: 15px;
    background-color: #edda29;
    color: #244270;
  }

.link-whatsapp-flutuante {
  position: fixed;
  bottom: 50px;
  right: 0;
  margin: auto;
  z-index: 99999;
}

.home3 {
  background-color: white;
}

.home3 .has-bg {
  position: absolute;
  top: 30px;
  right: 0;
}

.box-servicos {
  box-shadow: 5px 5px 15px 5px #cbccd4;
  border-radius: 25px;
  height: 100%;
  background-color: #f4e70d;
}

.home4 {
  background-image: url("/site/assets/img/bg_home3.png");
  background-position: center center;
  background-size: cover;
  margin-bottom: -50px;
}

.owl-carousel,
.owl-carousel .owl-item {
  text-align: center;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  font-size: 100px;
  line-height: 0px;
}

.owl-carousel {
  position: relative;
}

.owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}

.owl-prev {
  position: absolute;
  left: 0;
}

.owl-next {
  position: absolute;
  right: -5px;
}

.depoimento {
  background-color: #131c2d;
  color: white;
  position: relative;
  z-index: 1;
}

.aspas {
  position: relative;
  z-index: 2;
}

.aspas {
  margin-bottom: -33px;
  margin-top: -40px;
}

.servicos .servico {
  position: relative;
}

.rodape {
    background-image: url('/site/assets/img/bg_rodape.png');
    background-position: top center;
    background-size: cover;
    border-top: solid 10px black;
}

.bg-blue{
  background-color: #1c58b5;
}

#carouselExampleControls .carousel-control-next, 
#carouselExampleControls .carousel-control-prev{
  width: 50px;
}

@media (max-width: 767px) {
  .navbar-brand img {
    max-width: 200px;
  }
  .menu .dropdown-item {
    width: calc(100% - 30px);
  }
  .desc-home1 h5 {
    font-size: 16px;
  }
  .desc-home1 h4 {
    font-size: 16px;
  }
  .desc-home1 h1 {
    font-size: 22px;
  }
  .link-whatsapp-flutuante img {
    max-width: 75px;
  }
  .desc-home1{
      top: 25%;
  }
}

@media (min-width: 768px) {
  .menu {
    font-size: 14px;
  }
  .navbar-brand img {
    max-width: 115px;
  }
  .menu .nav-item {
    position: relative;
  }
  .menu .nav-item::before {
    content: "|";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -2.5px;
    color: white;
  }
  .link-whatsapp-flutuante {
    right: 50px;
  }
}

@media (min-width: 992px) {
  .navbar-brand img {
    max-width: 175px;
  }
  .menu {
    font-size: 15.5px;
  }
}

@media (min-width: 1200px) {
  .navbar-brand img {
    max-width: 270px;
  }
  .menu {
    font-size: 18px;
  }
  .servicos .servico::before {
    position: absolute;
    content: " ";
    height: 100%;
    border-left: solid 3px black;
    width: 2px;
    top: 0;
    left: -10px;
  }
  .servicos .servico.first::before {
    height: 0px;
  }
}

@media (min-width: 1300px) {
}

@media (min-width: 1400px) {
  .home1 {
    margin-right: -150px;
  }
}

@media (min-width: 1700px) {
  
}
