@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 {
  background: url(../images/logo-bls.svg) no-repeat center;
  text-indent: -500000px;
  float: left;
  width: 200px;
  height: 60px;
  margin: 50px 0 50px 0;
}

header {
  background: url(../images/bg-menu.jpg) no-repeat center;
}

.navbar {
  padding: 0;
  background: transparent;
}

.navbar-light .navbar-nav .nav-link,
.menu-rodape .nav-link {
  color: #01377B;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px 20px;
  border-radius: 5px;
}

.navbar-light .navbar-nav .nav-link:hover .efeitoHover{
  opacity: 1;
}
.navbar-light .navbar-nav  .efeitoHover{
  width: 100%;
    height: 5px;
    background: #00AEEF;
    position: relative;
    margin-top: -92px;
    top: 0;
    float: left;
    opacity: 0;

}
.menu-rodape .nav-link:hover .efeitoHover{
  opacity: 1;
}
.menu-rodape   .efeitoHover{
  width: 100%;
  height: 5px;
  background: #00AEEF;
  position: relative;
  bottom: -43px;
  float: left;
  opacity: 0;
}
/*
.rede-sociais{
  float: right;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 8px;
} */
.w2 {
  display: none;
}

.rede-sociais a {
  margin-left: 8px;
  float: left;
}

.rede-sociais span {
  width: 25px;
  height: 25px;
  float: left;
  background: url(../images/icones-redes-sociais.png) no-repeat;
}

.facebook span {
  background-position: center;
}

.instagram span {
  background-position: left;
}

.youtube span {
  background-position: center;
}

.whatsapp span {
  background-position: right;
}

/*
.whatsapp p{
  float: left;
  color: #000;
  margin-left: 12px;
  margin-bottom: 0;
}*/
.facebook p,
.instagram p,
.whatsapp p {
  display: none;
}

.titulo {
  background:#01377B;
  padding: 50px 0;
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}

.titulo h1 {
  color:#fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size:48px;
  margin-bottom: 0;
  position: relative;
  padding-left: 50px;
  z-index: 2;
  letter-spacing: -1px;
}

.titulo span {
  background: url(../images/detalhe-titulo.svg) no-repeat center;
  width: 35px;
  height: 60px;
  float: left;
  position: absolute;
  left: 0;
  z-index: 1;
  top: 50%;
  margin-top: -30px;
}

.breadcrumb,
.breadcrumb a {
  color: #fff !important;
  font-size: 15px;
  z-index: 1;
  position: relative;
}
.breadcrumb-item.active{ color: #fff !important;}
.institucional,
.fale-conosco,
.trabalhe-conosco,
.galeria-de-fotos,
.noticias-list,
.noticia_view,
.videos,
.galeria-view {
  width: 100%;
  float: left;
  padding: 90px 0;
  position: relative;
  background: url(../images/bg2.jpg) repeat-x center bottom;


}

.galeria figure {
  width: 100%;
  float: left;
  height: 200px;
  margin-bottom: 30px;
  border-radius: 5px;
  background-size: cover !important;
  -webkit-background-size: cover !important;
}

/*Institucional*/
.institucional{
  min-height: 700px;
}
.institucional h2 {
  color: #01377B;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.institucional p {
  font-size: 18px;
  color:#252525;
  line-height: 30px;
  text-align: justify;
  margin-bottom: 0;
}

.foto-p{
  width: 50%;
  height: 700px;
  position: absolute;
  right: 0; top: 0;
  float: left;
  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;
  border-radius: 5px;
  overflow: hidden;
  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-view h1 {
  color: #222;
  font-size: 40px;
  font-weight: 600;
}

.galeria-view p {
  font-size: 16px;
  color: #222;
  line-height: 27px;
}

/*Noticias*/
.noticias-list h2 {
  color: #222;
  font-size: 20px;
  font-weight: 600;
}

.noticias-list .item figure,
.galeria-de-fotos .item figure {
  width: 100%;
  float: left;
  height: 250px;
  border-radius: 5px;
  overflow: hidden;
  background: #000;
}

.noticias-list .item .img-capa,
.galeria-de-fotos .item .img-capa {
  position: relative;
  left: 0;
  top: 0;
  max-width: 120%;
  max-height: 120%;
  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;
}

.noticias-list .item:hover .img-capa,
.galeria-de-fotos .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: #222;
  font-weight: 800;
  margin-bottom: 30px;
}

.compartilha {
  padding: 6px 20px;
  color: #FFF !important;
  font-size: 15px;
  border-radius: 30px;
}

.compartilha .bi {
  font-size: 18px;
  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: 46px;
  color: #222;
  text-align: center;
  font-weight: 700;
  line-height: 48px;
}

.noticia_view p {
  font-size: 16px;
  color: #222;
  text-align: justify;
  line-height: 27px;
}

.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;
}
/*FAlE CONOSCO*/
.fale-conosco p{
  color: #01377B;
  font-size: 18px;
}
.fale-conosco a .bi{
  color: #00AEEF;
}
.form-control{
  border: none;
  border-radius: 8px;
}
.btn-envio{
  background:#00AEEF;
  font-size: 18px;
  color: #fff;
  padding: 20px 50px;
  border-radius: 5px;
  font-weight: 700;
  border: none;
  margin-top: 35px;
}

/**/
.solucoes{
  width: 100%;
  float: left;
  padding: 100px 0;
  background: url(../images/bg-article.jpg) repeat-x center bottom;
}
.solucoes h2{
  font-size: 50px;
  color: #01377B;
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 50px;
}
.solucoes .item{
  width: 100%;
  background: #fff;
  border-radius:15px;
  float: left;
  padding:60px 30px;
  height: 100%;

}
.solucoes .item h3{
  color: #01377B;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.solucoes .mb-4{
  margin-bottom: 35px !important;
}
.solucoes .item p{
  color: #252525;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0;
}
.seg-institucional{
  width: 100%;
  float: left;
  background: url(../images/bg1.jpg) center no-repeat;
  background-size: cover !important;
  -webkit-background-size: cover !important;
  padding: 90px 0 110px 0;
}
.seg-institucional h2{
  font-size: 30px;
  color: #00AEEF;
  font-weight: 800;
  margin-bottom: 40px;
}
.seg-institucional p{
  color: #fff;
  font-size: 18px;
}
.seg-institucional .botao {
  background: #00AB5D;
  font-size: 18px;
  color: #fff;
  padding: 20px 50px;
  border-radius: 5px;
  font-weight: 700;
  margin-top: 35px;

}
/*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);
}

/*Rodape*/

footer .copy p {
  color: #4D4D4D;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
.copy{  
  width: 100%;
  float: left;
  padding: 30px 0;
  border-top: 1px solid #D9D9D9;
}
footer .sm {
  background: url(../images/logo-studiomega.svg) no-repeat center;
  width: 100px;
  height: 54px;
  float: left;
  text-indent: -500000px;
}

.rodape {
  width: 100%;
  float: left;
  padding: 40px 0;
  background: #fff;
}

.email-rodape span {
  width: 20px;
  height: 26px;
  float: left;
  margin-right: 10px;
  background: url(../images/icone-email.png) no-repeat center;
}

.endereco span {
  width: 20px;
  height: 26px;
  float: left;
  margin-right: 10px;
  background: url(../images/icone-local.png) no-repeat center;
}

.endereco {
  margin-right: 50px;
}

.rodape p {
  color: #01377B;
  font-size: 18px;
  margin-bottom: 0;
  float: left;
}
.rodape p .bi{
  color: #00AEEF;
}
.menu-rodape {
  padding-top: 40px;
}

/*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: #00AEEF;
  color: #fff;
  cursor: pointer;
  align-self: normal;
  font-weight: 800;

}

@media screen and (max-width: 600px) {
  .box-cookies {
    flex-direction: column;
  }
}

/*MEDIA*/

@media (max-width: 1400px) {
  .navbar-light .navbar-nav .nav-link{ padding: 8px 10px;}
}

@media (max-width:1200px) {
  .solucoes .item h3{ font-size: 26px;}

  .w2{ display: block; color: #00AEEF; font-size: 25px; margin-left: 30px;}
  .navbar-toggler{  color:#01377B; font-size: 30px; border: none; box-shadow: none !important;}
  .navbar-light .navbar-nav .efeitoHover { display: none; }
  .navbar-light .navbar-nav .nav-link:hover{ background: #00AEEF; color: #fff;}
  #navbarSupportedContent{ background: #eeeeee; padding: 20px; border-radius: 10px;}
  .navbar-light .navbar-nav .nav-link{ padding: 8px; text-align: center;}
  .rede-sociais{    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
}

@media (max-width:990px) {
  .w2{ display: block; color: #00AEEF; font-size: 25px; margin-left: 30px;}
  .navbar-toggler{  color:#01377B; font-size: 30px; border: none; box-shadow: none !important;}
  .navbar-light .navbar-nav .efeitoHover { display: none; }
  .navbar-light .navbar-nav .nav-link:hover{ background: #00AEEF; color: #fff;}
  #navbarSupportedContent{ background: #eeeeee; padding: 20px; border-radius: 10px;}
  .navbar-light .navbar-nav .nav-link{ padding: 8px; text-align: center;}
  .rede-sociais{    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
header{ background-position: top center;}
#navbarSupportedContent .whatsapp{ display: none;}
.logo{ margin: 25px 0; width: 153px;  height: 45px;}
.email-rodape, .endereco{ text-align: center; float: left; width: 100%; margin-bottom: 10px;}
.menu-rodape{ display: none;}
footer .copy p{ text-align: center; width: 100%; float: left;}
.solucoes h2{ font-size:45px ;}
.titulo h1{ margin-bottom: 20px; font-size: 45px;}
.solucoes{ background-size: cover !important; -webkit-background-size: cover !important; }
.rodape p{ text-align: center; width: 100%; float: left;} 
.foto-p{width: 100%;
  height: 400px;
  position: relative; margin-top: 50px;}
  .institucional{ padding-top: 80px !important;}
}

@media (max-width: 768px) {
  .titulo h1 { font-size: 38px;}
  .titulo span { width: 49px;
    height: 43px;}
}

@media (max-width: 450px) {
  .solucoes h2 {
    font-size: 35px;
}
.titulo h1 { font-size: 38px;}

}