@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

@font-face {
  font-family: 'Museo-Bold'; /*a name to be used later*/
  src: url('../fonts/Museo-Bold.otf'); /*URL to font*/
  src: url('../fonts/Museo-Bold.woff2'), /*URL to font*/
}

@font-face {
  font-family: 'Museo'; /*a name to be used later*/
  src: url('../fonts/Museo-Regular.otf'); /*URL to font*/
  src: url('../fonts/Museo-Regular.woff2'), /*URL to font*/
}

body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    background-color: #d8d8d8;
    background-image: url('../img/pattern.png');
    background-attachment: fixed;
}

main {
    overflow: hidden;
}

header {
  background-color: #09132a;
  padding: 10px 0;
  color: #FFF;
}

header .menu {
  font-family: 'Museo-Bold';
  text-transform: uppercase;
  align-self: center;
  font-size: 1rem;
}

header .menu img {
  margin-top: -5px;
  margin-left: 10px;
}

.menuFull .logoFixo {
  position: absolute;
  left: 5%;
  top: 10px;
}

.menuFull .painelFixo {
  position: absolute;
  right: 5%;
  top: 20px;
}

.menuFull .logoFixo img {
  max-width: 170px;
}

.menuFull {
  display: none;
  text-align: center;
  background-color: #040e25;
  background-image: url('../img/bg-menu.jpg');
  background-position: center;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
}

.menuFull .col {
  background-image: url('../img/bg-azul.png');
}

.menuFull h2 {
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 2px 2px 5px #000;
}

.menuFull h4 {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 2px 2px 5px #000;
}

.menuFull .col:hover {
  background-image: none;
}

.menuFull .col a {
  display: block;
  border-right: 1px solid;
  height: 70%;
  align-content: center;
}

.menuFull .col a:hover {
  opacity: 1;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: inherit;
  opacity: 0.5;
}

a:hover img {
  color: inherit;
  opacity: 1 !important;
}

.logo img {
  max-width: 150px;
}

.contatoBar {
  position: fixed;
  bottom: 20px;
  left: 0;
  background-color: #78b865;
  z-index: 99999;
  padding: 20px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.contatoBar a {
  display: block;
  font-size: 1.5rem;
  margin: 5px 0;
}

.chat {
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 99999;
}

.btnAmarelo {
  display: inline-block;
  color: #f1ff66;
  border: 2px solid #f1ff66;
  padding: 5px 10px;
  border-radius: 25px;
  font-weight: 500;
  letter-spacing: 2px;
}

.redes {
  margin-bottom: 15px;
}

.redes .bi {
  background-color: #4cb95f;
  line-height: 1rem;
  display: inline-block;
  padding: 6px;
  font-size: 1.3rem;
  border-radius: 25px;
  color: #09132a;
}

.splide {
  color: #FFF;
  text-transform: uppercase;
  font-weight: 500;
}

.splide .splide__slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80vh;
  background-size: cover;
  background-position: center; 
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 10px;
}

.splide .splide__slide .tags{
  font-size: 0.8rem;
  letter-spacing: 1px;
  font-weight: 300;
  background-color: #78b865b0;
  color: #f1ff66;
  padding: 10px 0;
  border-radius: 50px;
}

.splide .splide__slide .tags .tag{
  font-weight: 500;
  border: 1px solid #f1ff66;
  color: #FFF;
  border-radius: 50px;
  padding: 2px 10px;
  margin: 0 5px;
}

.splide .splide__slide .tags .botao {
  font-weight: 500;
  border: 1px solid #f1ff66;
  background-color: #f1ff66;
  color: #78b865;
  border-radius: 50px;
  padding: 2px 10px;
}

.splide__arrow {
  top: 90% !important;
  background: transparent !important;
}

.splide__arrow svg {
  fill: #96c479;
}

.splide__arrow--next {
  right: 35%;
}

.splide__arrow--prev {
  left: 35%;
}

.lancamentos {
  background-image: url('../img/bg-lancamentos.jpg');
  background-position: center;
  background-size: cover;
  padding: 100px 0;
}

.lancamentos p {
  color: #FFF;
  font-weight: 500;
  font-size: 1.5rem;
}

.lancamentos .botao {
  background-color: #148454;
  color: #FFF;
  font-weight: 500;
  font-size: 0.9rem;
  font-style: italic;
  border-radius: 25px;
  padding: 3px 8px;
  font-weight: 300;
}

.portfolio {
  background-image: url('../img/bg-bico.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 100px 0;
}

.portfolio h2 {
  color: #148454;
  font-weight: 700;
}

.portfolio span {
  color: #999;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.8rem;
  margin-bottom: 15px;
  display: block;
}

.portfolio .box {
  width: 80%;
  aspect-ratio: 314/459;
  background-position: center;
  background-size: cover;
  position: relative;
  margin: auto;
}

.portfolio .box .hover {
  background-image: url('../img/pixel-verde.png') ;
  transition: opacity 0.5s ease-in;
}

.portfolio .box .hover:hover {
  background-image: url('../img/hover-portfolio.png');
  background-size: cover;
  background-position: bottom;
}

.portfolio .box .hover:hover h3, .portfolio .box .hover:hover span{
  display: block;
}

.portfolio .box .hover h3 {
  padding-top: 230px;
  color: #FFF;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.2rem;
  display: none;
}

.portfolio .box .hover span {
  color: #FFF;
  font-weight: 300; 
  font-size: 0.8rem;
  display: none;
}

.portfolio a {
  opacity: 1;
}

.portfolio .botao {
  background-color: #148454;
  color: #FFF;
  border-radius: 5px;
  padding: 3px 10px;
  margin: 10px 0;
}

.institucional {
  padding: 100px 0;
}

.institucional img {
  position: relative;
  z-index: 99999;
}

.institucional .wrapper {
  position: relative;
  z-index: 888;
  background-color: #09132A;
  color: #FFF;
  margin-left: -130px;
  padding: 50px 130px 60px;
  border-top-left-radius: 130px;
}

.institucional .wrapper h3 {
  font-weight: 700;
  width: 70%;
  margin-bottom: 25px;
}

.institucional .wrapper p {
  width: 80%;
  font-size: 0.8rem;
  line-height: 1.5rem;
  color: #78B865;
}

.institucional .tag {
  background-color: #a9d98b;
  color: #148454;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 5px;
  display: inline-block;
  margin-left: -10px;
}

.institucional .botao {
  position: absolute;
  bottom: -20px;
  background-color: #a9d98b;
  color: #148454;
  padding: 10px 10px;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 500;
  display: inline-block;
  border-radius: 25px;
}

footer {
  position: relative;
  font-size: 0.85rem;
  background-color: #09132a;
  color: #FFF;
  padding-top: 50px;
  padding-bottom: 150px;
}

footer::before{
  content:url('../img/rodape-forma-esquerda-menor.png'); /* with class ModalCarrot ??*/
  position: absolute;
  left: 0px;
  top: -121px;
}

footer::after{
  content:url('../img/rodape-forma-direita-menor.png'); /* with class ModalCarrot ??*/
  position: absolute;
  right: 0px;
  bottom: -5px;
}

.sobre {
  background-image: url('../img/pattern-cinza.png');
  background-color: #FFF;
  background-size: 100%;
}

.sobre .lancamentos {
  background-image: none;
}

.sobre .lancamentos p {
  color: #148454;
  font-weight: 700;
}

.sobreMcs {
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 30%, rgba(255,255,255,0) 100%);
}

.sobreMcs p {
  color: #666666;
  text-align: justify;
  line-height: 1.8rem;
}

.sobreMcs p strong {
  color: #148454;
}

.nossosNumeros {
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,1) 30%, rgba(255,255,255,0) 100%);
}

.tituloVerde {
  color: #148454;
  font-weight: 600;
}

.linhaVerde {
  width: 150px;
  border: 2px solid #78b865;
  opacity: 1;
}

.newsletter {
  padding: 20px 0;
  background-image: url('../img/bg-newsletter.jpg');
  background-position: center;
  background-size: cover;
}

.newsletter h3 {
  color: #FFF;
  font-weight: 700;
  font-size: 2rem;
  margin-top: 10px
}

.newsletter span {
  background-color: #96c479;
  color: #343c54;
  font-weight: 500;
  font-size: 0.8rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 3px 5px;
  margin-left: -5px;
}

.newsletter button {
  text-align: center;
  background-color: #78b865;
  color: #FFF;
  border: none;
  padding: 5px 10px;
  font-size: 1rem;
}

.newsletter input {
  width: 100%;
  border: 2px solid #78b865;
  border-radius: 50px;
  padding: 10px 15px;
  color: #FFF;
  background-color: transparent;
}

.newsletter input::placeholder { 
  color: #FFF;
}

.mvv a {
  display: block;
  text-align: center;
  padding: 50px 0;
  font-size: 1.5rem;  
  color: #148454;
  border: 2px solid #148454;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 300;
}

.contato {
  background-color: #FFF;
  background-image: none;;
}

.contato iframe {
  filter: grayscale(0.8);
}

.contato .mvv {
  margin-top: -120px;
  position: relative;
  z-index: 9999;
}

.contato .mvv a {
  color: #FFF;
  background-color: #78b865;
}

.contato .mvv:last-child {
  color: #FFF;
  background-color: #148454;
}

.contato .mvv:first-child {
  color: #FFF;
  background-color: #96c479;
}

.formulario input, .contato textarea {
  width: 100%;
  border: 1px solid #d9d9d9;
  background-color: #e7e7e7;
  margin-bottom: 15px;
  padding: 10px;
  color: #999999;
}

.formulario button {
  background-color: #148454;
  padding: 10px 15px;
  font-weight: 500;
  color: #FFF;
  border: none;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.contato .newsletter {
  padding-bottom: 150px;
}

.blogContent {
  padding: 100px 0;
  background-color: #FFF;
}

.blogHeader {
  padding: 200px 0;
  background-image: url('../img/bg-blog.jpg');
  background-position: center bottom;
  background-size: cover;
}

.blogHeader h1 {
  font-weight: 700;
  color: #FFF
}

.blogHeader h3 {
  letter-spacing: 1px;
  font-size: 0.8rem;
  color: #78b865;
  font-weight: 400;
  text-transform: uppercase;
}

.blogBarraLateral {
  padding-bottom: 100px;
}

.blogBarraLateral .form-control {
  background-color: #141E35;
  color: #FFF;
  padding: 10px 15px;
  font-size: 0.8rem;
  border: none;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

.blogBarraLateral button {
  border: none;
  background-color: #141E35;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.blogBarraLateral button img {
  margin-top: -4px;
}

.blogBarraLateral .form-control::placeholder {
  color: #FFF;
}

.blogBarraLateral h2 {
  font-size: 1rem;
  font-weight: 700;
  margin: 30px 0 20px;
  color: #141E35;
}

.blogBarraLateral .linkPopulares {
  display: block;
  font-size: 0.9rem;
  font-weight: 400;
  padding: 10px 0;
  color: #000;
  border-bottom: 1px solid #96c479;
  text-transform: uppercase;
}

.blogBarraLateral .linkCategorias {
  position: relative;
  display: block;
  font-size: 0.85rem;
  font-weight: 400;
  padding: 5px 0;
  color: #000;
}

.blogBarraLateral .linkCategorias span {
  position: absolute;
  right: 0;
  font-weight: 500;
  color: #888
}

.blogBarraLateral .linkTags {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 400;
  color: #555;
  border: 1px solid #ebebeb;
  padding: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.blogPosts {
  padding: 100px 0;
  background-color: #d8d8d8;
}

.blogPosts p {
  color: #148454;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.blogPosts a, .lerMateria {
  color: #148454;
  padding: 10px 25px;
  border: 2px solid #000;
  font-weight: 500;
  display: inline-block;
  border-radius: 50px;
}

.blogPosts .data, .blogDataSpan {
  color: #78b866;
  background-color: #148454;
  position: absolute;
  right: -5px;
  bottom: -5px;
  padding: 10px 15px 10px 25px;
  border-top-left-radius: 35px;
  font-size: 0.8rem;
  font-weight: 600;
}

.blogPosts .categoria, .blogCategoriaSpan {
  background-color: #96c479;
  color: #148454;
  margin-top: -5px;
  margin-left: -30px;
  z-index: 999;
  position: relative;
  padding: 5px 30px 5px 30px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
}

.blogPosts h2 {
  font-size: 1.7rem;
  font-weight: 700;
}

.blogPosts h2.titulo {
  color: #040e25;
  font-weight: 700;
}

.blogPosts span.subtitulo {
  color: #999;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.8rem;
  margin-bottom: 15px;
  display: block;
}

.blogDestaque h2 {
  font-weight: 600;
  font-size: 1.8rem;
}

.blogDestaque p {
  font-size: 0.95rem;
  line-height: 2rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}

.blogPostsInterna {
  padding: 50px 0;
  background-color: #FFF;
}

.blogPostsInterna h1 {
  font-size: 1.5rem;
  font-weight: 200;
}

.blogPostsInterna h1 b {
  font-weight: 500;
}

.blogConteudo p {
  overflow: visible;
  display: block;
  -webkit-line-clamp: none;
  line-clamp: none;
  -webkit-box-orient: vertical;
}

@media only screen and (max-width: 1400px) {

  footer::before{
    left: -40px;
  }

  footer::after{
    right: -40px;
  }

}

@media only screen and (min-width: 1400px) {

  footer::before{
    left: -40px;
  }

  footer::after{
    right: -40px;
  }

}

@media only screen and (max-width: 1200px) {

  .blogHeader {
    padding: 60px 0;
  }

  footer::before{
    left: -50px;
  }

  footer::after{
    right: -50px;
  }

  .portfolio {
    background-position: center top;
  }

}

@media only screen and (max-width: 1024px) {

  footer::before{
    left: -80px;
  }

  footer::after{
    right: -80px;
  }

}

@media only screen and (min-width: 991px) {
  
  .splide .splide__slide {
    white-space: nowrap;
  }

}

@media only screen and (max-width: 991px) {


  .blogHeader {
    padding: 100px 0;
  }

  .institucional .wrapper {
    padding-right: 30px;
  }

  .institucional .wrapper h3 {
    width: 100%;
  }
  
  .institucional .wrapper p {
    width: 100%;
  }

  .menuFull .col {
    width: 100% !important;
  }

}

@media only screen and (max-width: 767px) {

  .blogHeader {
    padding: 60px 0;
  }

  .institucional {
    padding: 50px 0;
  }

  .institucional .wrapper {
    margin-left: 0;
    padding-left: 35px;
  }

  .institucional .tag {
    margin-left: 35px;
  }

  footer::before{
    left: -90px;
  }

  footer::after{
    right: -140px;
  }

}

@media only screen and (max-width: 575px) {

}

#whatsapp-btn {
    position: fixed;
    bottom: 70px;
    right: 100px;
    z-index: 1000;
  }
  
  #whatsapp-btn button:focus {
    outline: none;
  }
  
  #whatsapp-btn button {
    position: absolute;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #25d366;
    color: #ffffff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: 0.2s ease;
    animation: pulse 2s infinite;
    padding: 0;
  }
  
  #whatsapp-btn span {
      position: absolute;
      right: -16px;
      width: 203px;
      margin-top: 10px;
      background-color: #919191;
      height: 30px;
      color: #FFF;
      padding: 10px;
      font-size: 12px;
      text-align: center;
      text-transform: uppercase;
      border-radius: 10px;
      z-index: -1;
  
  }
  
  #whatsapp-btn .fa-whatsapp {
    font-size: 2em;
  }
  
  #wpp-link-btn {
    line-height: 0.5rem;
  }
  
  #whatsapp-btn .box-option {
    display: none;
    background-color: #eee5de;
    width: 220px;
    padding: 5px 10px;
    position: absolute;
    bottom: 5px;
    border-radius: 19px;
    border: 1px solid #d2ccc5;
    font-size: 13px;
  }
  @-webkit-keyframes pulse {
    0% {
      -webkit-box-shadow: 0 0 0 0 #25d366;
    }
    70% {
      -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }
    100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
  }
  @keyframes pulse {
    0% {
      -moz-box-shadow: 0 0 0 0 #25d366;
      box-shadow: 0 0 0 0 #25d366;
    }
    70% {
      -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
      box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }
    100% {
      -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
      box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
  }

  @keyframes cloud {
    0% {
      background-position: top right;
    }

    100% {
      background-position: bottom left;
    }

  }
  