@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,600;0,800;0,900;1,600&display=swap');
a, a:hover { text-decoration: none;}
body{font-family: 'Montserrat', sans-serif; 
}
article, footer, header {
  width: 100%;
  float: left;
}
article{ min-height: 300px;}
.logo{
   float: left;
   width: 120px;
   margin: 20px 20px 20px 0;
}
.previa_topo h2,  .previa_topo h1 {
  font-size: 26px;
  color: #004723;
  font-weight: 600;
  line-height: 25px;
}
.previa_topo p{
  font-size: 16px;
  color: #333;
  margin-bottom: 0;
}
.topo{
  border-bottom:1px solid #00000010;
  border-top: 3px solid #00A650;
  width: 100%;
  float: left;
  padding: 8px 0;
}
.navbar-light{
  padding: 0;
  background-color:#01803e;
}
.navbar-nav .dropdown-menu{
  background: #004723;
}
.dropdown-item.active, .dropdown-item:active{
  background:#00000041!important;
}
.dropdown-item{
  color: #fff !important;
  font-size: 15px;
}
.dropdown-item:hover{
  background: #0000001e;
}
.radio{
  float: left;
  padding: 1px 10px;
  background: #eee;
  border-radius: 8px;
  margin-left: 10px;
}

.navbar-light .navbar-nav .nav-link{
  color: #fff;
  font-size: 15px;
  padding: 18px 15px;
}
.navbar-light .navbar-nav .nav-link:hover{
  background:#0000001e;
  font-weight: 600;
}
.dropdown-toggle::after{
  display: none;
}
.navbar-expand-lg .navbar-nav .dropdown-menu{
  background: #004723;
}
.navbar-expand-lg .dropdown-item{
  color: #fff;
}
.navbar-expand-lg .dropdown-item:hover{
  background: #00000025;
}
/*
.rede-sociais{
  float: right;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 8px;
} */
.rede-sociais a{
  float: left;
}
.rede-sociais span{
  width: 22px;
  height: 22px;
  float: left;
}
.facebook, .instagram, .youtube,  .twitter-x {
  color:  #004723 !important;
  font-size: 22px;
  margin-left: 18px;
  margin-top: 5px;
  line-height: 0;
}
.facebook p, .instagram p, .youtube p,  .twitter-x p{
  display: none;
}
.area-restrita{
  color: #004723 !important;
  font-size: 16px; 
  padding-right: 18px;
  margin-top: 5px;
  border-right: 1px solid #eee;
}
.link-c{
  border-bottom: 1px solid #eee;
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.slide_noticias figure{
  width: 100%;
  height: 350px;
  float: left;
  background-size: cover !important;
  -webkit-background-size: cover !important;
  overflow: hidden;
  background-color: #004723;
  margin: 0;
}
.slide_noticias figure b{

}
.slide_noticias h3{
  color: #333;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 600;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.slide_noticias b{
  color: #00A650;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.slide_noticias p{
  color: #333;
  font-size: 14px;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.slide_noticias .carousel-control-prev-icon, .slide_noticias .carousel-control-next-icon{
  margin-top: -350px;
}

.capa-list h2{
  font-size: 17px;
  color: #222;
  float: left;
  font-weight: 700;
  border-bottom: 3px solid #00A650;
  padding-bottom: 7px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.capa-list .item figure{
  width: 100%;
  height: 250px;
  float: left;
  border-radius: 15px;
  background-size: cover !important;
  -webkit-background-size: cover !important;
  overflow: hidden;
  background-color: #004723;
}
.capa-list .item2 figure{
  width: 100%;
  height: 200px;
  float: left;
  border-radius: 15px;
  background-size: cover !important;
  -webkit-background-size: cover !important;
  overflow: hidden;
  position: relative;
  background-color: #004723;
}
.capa-list .item2 figure b{
  background: #00A650;
  padding: 3px 15px;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  position: absolute;
  left: 0;
  bottom: 0;
}
.capa-list .item2 h3{
  color: #333;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 600;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.capa-list .item h3{
  color: #333;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.item_p h3{
  color: #333;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 0;
}
.item_p{
  padding: 12px 0;
  width: 100%;
  float: left;
  border-bottom: 1px solid #eee;
}
.item_p .bi{
  color: #00A650;
  font-size: 30px;
  float: left;
  margin-right: 10px;
}
.item_p small{
  color: #333;
  font-size: 12px;
}
/* TITULO */
.titulo{
  padding: 30px 0;
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}
.titulo h1{
  color: #222;
  font-weight: 800;
  font-size: 40px;  
  margin-bottom: 0;
  position: relative;
  padding-bottom: 20px;
  z-index: 2;
}
.titulo h1 span{
  width: 120px;
  height: 5px;
  background: #00A650;
  border-radius: 10px;
  float: left;
  left: 50%;
  position: absolute;  
  margin-left: -60px;
  bottom: 0;
}
.breadcrumb, .breadcrumb a{
  color: #333 !important;
  font-size: 15px;
  z-index: 1;
  position: relative;
}
 .logo img {
    mix-blend-mode: multiply;
}
.institucional,
.noticias-list-categorias, 
.fale-conosco, 
.trabalhe-conosco, 
.galeria-de-fotos, 
.noticias-list, 
.noticia_view, 
.videos, 
.galeria-view,
.equipe-list{
  width: 100%;
  float: left;
  padding: 50px 0;
}
.galeria figure{
  width: 100%;
  float: left;
  height: 200px;
  margin-bottom: 30px;
  border-radius: 5px;
  background-size: cover !important;
  -webkit-background-size: cover !important;
}

/*Videos*/
.videos h2 {
  color: #222;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.videos figure {
  width: 100%;
  float: left;
  background-size: cover !important;
  -webkit-background-size: cover !important;
  border-radius: 5px;
  overflow: hidden;
  height: 350px;
  background: #000;
}

.videos figure {
  position: relative;
}

.videos figure span {
  background: rgba(0, 0, 0, 0.445);
  position: absolute;
  width: 100%;
  height: 100%;
  float: left;
}

.videos figure span .bi {
  color: #fff;
  font-size: 60px;
}

/*Galeria*/
.galeria-de-fotos h2 {
  color: #222;
  font-size: 20px;
  font-weight: 600;
}

.galeria-de-fotos .item figure {
  width: 100%;
  height: 250px;
  float: left;
}

.galeria-view h1 {
  color: #222;
  font-size: 40px;
  font-weight: 600;
}

.galeria-view p {
  font-size: 16px;
  color: #222;
  line-height: 27px;
}

/*EQUIPE*/
.equipe-list .item figure{
  width: 200px;
  height: 200px;
  border-radius: 8px;
  float: left;
  background-size: cover !important;
  -webkit-background-size: cover !important;
}
.equipe-list .item{
  width: 100%;
  height: 100%;
  float: left;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #ddd;
  padding: 30px;
}
.equipe-list .item h2{
  color: #004723;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}
.equipe-list .item p{
  color: #333;
  font-size: 16px;
  margin-bottom: 0;
}

/*AREA RESTRITA*/
.popup-lp h3{
    font-size: 20px;
    color: #222;
    font-weight: 700;
    margin-bottom:20px;
    text-transform: uppercase;
}
.popup-lp .btn-close{
  position: absolute;
  right: 10px;
  top: 10px;

}
.pop{
  width: 100%;
  position: fixed;
  background: #000000c7;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999999;
}
.btn-cadastro{
  border: 2px solid #00A650;
  padding: 12px 50px;
  color: #00A650;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  border-radius: 15px;
}
.btn-cadastro:hover{
  background: #00A650;
  color: #fff;
}
.menu-lateral{
  width: 300px;
  background: #eee;
  padding: 20px;
  border-radius: 15px;
}
.menu-lateral .nav-link{
  border-bottom: 1px solid #00000018;
  color: #333;
  font-size: 16px;
  border-radius: 0;
  text-align: left;
}
.nav-pills .nav-link.active, 
.nav-pills .show>.nav-link{
  font-weight: 700;
  background: #00A650;
  border-radius: 8px;
}
.area-restrita-view h2{
  font-weight: 700;
  color: #333;
  font-size: 22px;
  border-left: 3px solid #00A650;
  padding-left: 10px;
}
.area-restrita-view p{
  color: #333;
  font-size: 16px;
}
.tab-pane{
  padding: 30px;
  border: 1px solid #eee;
  border-radius: 8px;
}
/**/
.noticias-list-categorias .item{
  width: 100%;
  height: 100%;
  float: left;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #ddd;
  padding: 30px;
}
.noticias-list-categorias .item h2{
  color: #333;
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}
.noticias-list-categorias .item p{
  color: #333;
  font-size: 16px;
  text-align: center;
  margin-bottom: 0;
  margin-top: 8px;
  line-height: 21px;
}
.noticias-list-categorias .item .bi{
  color: #00A650;
  font-size: 30px;

}
/*FALE CONOSCO*/
.fale-conosco .btn-success{
  background-color: #00A650;
  border-color: #00A650;
  padding: 8px 40px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 50px;
}
.fale-conosco .form-floating>.form-control, .form-floating>.form-control-plaintext{
  border-radius: 15px;
}
#form_contato label {
  font-size: 14px !important;

}
.mapa{
  width: 100%;
  float: left;
  height: 400px;
} 
/*Institucional*/
.institucional h2{
  color: #004723;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.institucional p{
  font-size: 16px;
  color: #222;
  line-height:25px;
}
/*Videos*/
.videos h2{
  color: #222;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.videos figure{
  width: 100%;
  float: left;
  height: 300px;
  border-radius: 5px;
  overflow: hidden;
  background: #000;
}
.videos figure{
  position: relative;
}
.videos figure img{
  width: 100%;

}
.videos figure span{
  background: rgba(0, 0, 0, 0.445);
  position:absolute;
  width: 100%;
  height: 100%;
  float: left;
}
.videos figure span .bi{
  color: #fff;
  font-size: 60px;
}
/*Galeria*/
.galeria-de-fotos h2{
  color: #222;
  font-size: 20px;
  font-weight: 600;  
}

.galeria-de-fotos h4 {
  color: #004723;
  font-size: 18px;
  font-weight: 600;
}
.galeria-view h1{
  color: #222;
  font-size: 40px;
  font-weight: 600; 
}
.galeria-view p{
  font-size: 16px;
  color: #222;
  line-height:27px;
}
/*Noticias*/
.noticias-list .item h2, .noticias-list .item h3 {
  color: #004723;
  font-size: 18px;
  font-weight: 600;  
}
.titulo h2{
  color: #222;
  font-weight: 800;
  font-size: 35px;
  margin-bottom: 0;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  z-index: 2;
}
.noticias-list .item figure{
  width: 100%;
  float: left;
  height: 250px;
  border-radius: 5px;
  overflow: hidden;
  background: #333;
  margin-bottom:15px;
  position: relative;
}
.noticias-list .item .img-capa{
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;       
  transform: scale3d(1.1, 1.1, 1);
  -webkit-transform: scale3d(1.1, 1.1, 1);  
  z-index: 1;
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
  background-size: cover !important;
  -webkit-background-size: cover !important;
}
.noticias-list .item:hover .img-capa{
   transform: scale3d(1, 1 , 1);
  -webkit-transform: scale3d(1, 1 , 1);
  opacity: 0.6;
}
.noticias-list .item p{
  font-size: 15px;
  color: #333;
}
.noticias-list h3{
  font-size: 30px;
  text-align: center;
  color: #fff;
  font-weight: 800;
  margin-bottom: 30px;
}
.compartilha{
  padding: 6px 20px;
  color: #FFF !important;
  font-size: 13px;
  border-radius: 30px;
}
.compartilha .bi{
  font-size: 15px;
  margin-right: 5px;
}
.compartilha.facebook{
  background: #1541a0;
  margin-right: 15px;
}
.compartilha.facebook:hover{
  background: #0c2d74;
}
.compartilha.whatsapp{
  background: #00A650;
}
.compartilha.whatsapp:hover{
  background: #01803e;
}
.noticia_view h1{
  font-size: 36px;
    color: #004723;
    text-align: center;
    font-weight: 700;
    line-height: 48px;
}
.noticia_view p{
  font-size: 16px;
  color: #222;
  text-align: justify;
  line-height:27px;
}
.noticia_view h3{
  font-size: 18px;
  color: #004723;
  text-align: justify;
  line-height:27px;
  font-weight: 600;
  margin-bottom: 0;
}
.subtitulo{
  font-size: 15px;
  color: #333;
  text-align: center !important;
  padding: 0 50px;  
}
.veja-mais{
  padding: 12px 35px;
  font-size: 18px;
  color: #333;
  background: #eee;
  text-transform: uppercase;
  border-radius: 5px;
}
.veja-mais:hover{
  background: #ccc;
  color: #fff;
}

.telefones .item {
  border: 2px solid #eee;
  padding: 20px;
  border-radius: 15px;
  float: left;
  height: 100%;
  width: 100%;
}

.telefones .item p b {
  color:  #00A650;
  font-weight: 800;
  font-size: 18px;
}

.telefones .item p,
.telefones .item a {
  width: 100%;
  float: left;
  color: #404040;
  font-size: 17px;
  line-height: 27px;
  margin: 0;
}
.documentos {
  border: 2px solid #eeeeee;
  border-radius: 15px;
  width: 100%;
  float: left;
  padding: 15px;
}

.documentos .nav-link {
  color: #333;
  font-size: 18px;
  padding: 12px;
  border-bottom: 1px solid #eee;
}

.documentos .nav-link .bi {
  color: #00A650;
  font-size: 20px;
  margin-right: 8px;
}
/*PAGINAÇÃO*/
.page-link{
  font-weight: 700 !important;
  padding: 9px 12px !important;
  font-size: 18px;
  background: #fff;
  border: 2px solid #eee;
  width: 45px;
  height: 45px;
  text-align: center;
  color: #222 !important;
  margin-right: 8px;
  border-radius: 30px !important;
}
.page-link:hover{
  background: rgb(241, 181, 14);
  border-color:rgb(241, 181, 14);
}

/**/
.anuncie{
  width: 100%;
  float: left;
  padding: 30px 0;
  background: #eee;
}
/*Rodape*/
footer{
    padding: 40px 0;
    border-top: 1px solid #ffffff4d;
    background: #eee;
}
footer p{
    color: #222;
    font-size: 14px;
    margin-bottom: 0;
}
footer .sm{
    background: url(../images/logo-studiomega.svg) no-repeat center;
    width: 100px;
    height: 54px;
    float: left;
    text-indent: -500000px;
}
.rodape-contato{
  width: 100%;
  float: left;
  padding: 60px 0 50px;
  background: #eee;
}
.rodape-contato .i1 {
  float: left;
  font-size: 30px;
  color: #004723;
  margin-right: 10px;
}
.rodape-contato p{
  font-size: 15px;
  color: #333;
  line-height: 18px;
}
.rodape-contato p b{
  font-size: 12px;
  text-transform: uppercase;
}
.rodape-contato  .facebook, .rodape-contato  .instagram, .rodape-contato  .youtube, .rodape-contato  .twitter-x {
  font-size: 30px;
}
/*Aviso de Cookies*/

.box-cookies.hide {
    display: none !important;
  }
  
  .box-cookies {
    position: fixed;
    background: #fffffff2;;
    width: 90%;
    margin-left: 5%;
    z-index: 999999999999998;
    bottom: 10px;
    display: flex;

    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 40%);
    border: solid 1px #eeeeee;
  }
  
  .box-cookies .msg-cookies {
    
    font-size: 15px;
    color: #333;   
    line-height: 22px;
    margin: 0;
    padding: 15px;
  }
  .box-cookies .btn-cookies{
    margin: 15px;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
  }
  .box-cookies .btn-cookies {
    background:#000;
    cursor: pointer;
    align-self: normal;
    font-weight: 800;
   
  }

  @media screen and (max-width: 600px) {
    .box-cookies {
      flex-direction: column;
    }
  } 


  .navbar-toggler {
    color: #fff;
    font-size: 18px;
    margin: 1px 0;
    background: #0000001c;
    padding: 15px 30px;
    border-radius: 0;
    border: none;
    box-shadow: none !important;
  }
  
  .navbar-toggler .bi {
    font-size: 22px;
  }
  
  .navbar .facebook,
  .navbar .instagram,
  .navbar .youtube,
  .navbar .twitter-x,
  .navbar .area-restrita {
    color: #fff !important;
  }
  
  /*MEDIA*/
  
  @media (max-width: 1400px) {
  
    .previa_topo h2,
    .previa_topo h1 {
      font-size: 22px;
    }
  
    .previa_topo p {
      font-size: 15px;
    }
  
    .navbar-light .navbar-nav .nav-link {
      font-size: 14px;
      padding: 18px 13px;
    }
  }
  
  @media (max-width:1200px) {
    .navbar-collapse {
      background: #0000001c;
      padding: 15px;
    }
  
    .navbar-light .navbar-nav .nav-link {
      text-align: center;
      border-bottom: 1px solid #ffffff18;
      padding: 10px 15px;
    }
  
    .dropdown-item {
      text-align: center;
    }
  
  }
  
  @media (max-width:990px) {
     
    .equipe-list .item figure {
      width: 150px;
      height: 150px;
    }
  
    .slide_noticias h3,
    .titulo h2,
    .institucional h2,
    .noticias-list-categorias .item h2 {
      font-size: 18px;
    }
  
    .noticias-list-categorias .item .bi {
      font-size: 25px;
    }
  
    .breadcrumb,
    .breadcrumb a {
      font-size: 13px;
    }
  
    .slide_noticias figure {
      height: 250px;
    }
  
    .previa_topo p,
    .noticias-list-categorias .item p,
    .institucional p,
    .equipe-list .item p,
    .galeria-view p,
    .documentos .nav-link,
    .noticias-list .item p,
    .galeria-de-fotos .item p,
    .noticia_view p {
      font-size: 14px;
    }
  
    .titulo h1{
      font-size: 30px;
      line-height: 30px;
    }
  
    .galeria-view h1,
    .noticia_view h1 {
      font-size: 22px;
      line-height: 23px;
    }

    .equipe-list .item h2,
    .noticia_view h3,
    .noticias-list .item h2,
    .noticias-list .item h3 {
      font-size: 16px;
    }
  
  
  
    .previa_topo h2,
    .previa_topo h1 {
      font-size: 20px;
      line-height: 23px;
    }
  
    .institucional,
    .noticias-list-categorias,
    .fale-conosco,
    .trabalhe-conosco,
    .galeria-de-fotos,
    .noticias-list,
    .noticia_view,
    .videos,
    .galeria-view,
    .equipe-list {
      padding: 20px 0;
    }
  }
  
  @media (max-width: 768px) {
  
    .titulo h1
    {
      font-size: 25px;
    }
  
    .area-restrita {
      font-size: 13px;}
  
    .previa_topo h2,
    .previa_topo h1 {
      font-size: 18px;
    }
  
    .previa_topo p {
      line-height: 20px;
    }
  }