@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;600;700;800;900&display=swap');
a, a:hover { text-decoration: none;}
body{ font-family: 'Poppins', sans-serif !important; }
article, footer, header {
  width: 100%;
  float: left;
}
article{ min-height: 300px;}
.logo{
   background: url(../images/logo-solser.svg) no-repeat center;
   text-indent: -500000px;
   float: left;
   float: left;
   width: 140px;
   height: 80px;
   margin: 8px 0;
}
.header-capa{
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  min-height: 750px;
  background: #000 !important;
}
.seg-rst{
  width: 150px;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #ffffff69;
}
.seg-rst p{
  color: #fff;
  font-size: 12px;
  float: left;
  margin: 0 0 5px 0 ;
  width: 100%;
  text-align: center;
  line-height: 12px
}
.logo-rst {
  background: url(../images/rst.svg) no-repeat center;
  text-indent: -500000px;
  float: left;
  float: left;
  width: 120px;
  height: 49px;
  margin: 0;
}
.navbar-light .navbar-nav .nav-link{
  color: #fff !important;
  font-size: 16px;
  padding: 5px 14px;
  border-radius: 30px;
}
.navbar-light .navbar-nav .nav-link:hover{
  background: #F58634;

}
.navbar-light{
  width: 100%;
  position:absolute;
  z-index: 9;
  background: transparent !important;
}
.sombra{
  width: 100%;
  float: left;
  height: 250px;
  background: rgb(0,0,0);
  background: -moz-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 94%);
  background: -webkit-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 94%);
  background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 94%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  position: absolute;
  z-index: 5;
}
.dropdown-menu{
  background: #FFCC29 !important;
  border-radius: 20px 0;
  overflow: hidden;
  min-width: 180px;
  padding: 12px;
}
.dropdown-item{
  border-bottom: 1px solid rgba(0, 0, 0, 0.123);
  font-weight: 600;
  font-size: 16px;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover {
  background: #d4a613 !important;
}
.dropdown-toggle::after{ display: none;}
header{
  width: 100%;
  float: left;
  background: #000 !important;
}
.capa video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;  
}
.article-capa{
  position: absolute;
  top: 100%;
  width: 100%;
  margin-top: 0;
  float: left;
}
.intro{
  position: absolute;
  z-index: 8;
  width: 100%;
  height: 100%;
  float: left;
}
.intro h2{
  color: #fff;
  font-size: 55px;
  font-weight:600;
  margin-top: 30px;
  margin-bottom: 30px;
}
.intro p{
  color: #fff;
  font-size: 23px;
  margin-bottom: 20px;
}
.intro small{
  color: #fff;
  font-size: 15px;
}
.intro a{
  background: #F58634;
  color: #000;
  padding: 8px 20px;
  border-radius: 20px;
  font-weight: 600;
}
.intro a:hover{
  background:#FFCC29;
}
.capa{
  width: 100%;
  height: 100%;
  float: left;
}

.rede-sociais a{
  margin-left: 8px;
  float: left;
}
.rede-sociais span{
  width: 22px;
  height: 22px;
  float: left;
  background: url(../images/icones-rede-social.png) no-repeat;
}
.facebook span{
  background-position: left;
}
.instagram 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, .youtube p, .whatsapp p{
  display: none;
}
.rede-sociais .bi{
  color: #fff;
  font-size: 22px;

}
.titulo{
  background: #000;
  padding: 40px 0;
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
  height:450px;
}
.titulo .container{
  z-index: 6;
}
.titulo figure{
  width: 100%;
  float: left;
  height: 100%;
  background-size: cover !important;
  -webkit-background-size: cover !important;
  opacity: 0.4;
  position: absolute;
  margin-bottom: 0;
}
.titulo h1{
  color: #fff;
  font-size: 50px;  
  margin-bottom: 0;
  position: relative;
  text-align: center;
  z-index: 2;
}
.titulo span{
  background: url(../images/detalhe-titulo.svg) no-repeat center;
  width: 236px;
  height: 281px;
  float: left;
  position: absolute;
  top: -50px;
  margin-left: -85px;
  opacity: 0.25;
  z-index: 1;
}
.breadcrumb, .breadcrumb a{
  color: #333 !important;
  font-size: 15px;
  z-index: 1;
  position: relative;
}

.institucional, .fale-conosco, .trabalhe-conosco, .galeria-de-fotos{
  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;
}
/*Capa*/
.box1{
  width: 100%;
  float: left;
  padding: 80px 0;
}
.detalhe{
  width: 100%;
  float: left;
  position: absolute;
  bottom:0px;
}
.box1 figure{
  width: 100%;
  float: left;
  border-radius: 150px 0 150px 0 ;
  overflow: hidden;
  margin: 0;
}
.box1 p, .box2 p, .box-3 p{
  font-size: 17px;
  line-height: 25px;
  color: #333;
}
.box1 h3{
  color: #F58634;
  font-weight: 600;
  font-size: 25px;
}
.text-justify{
  text-align: justify !important;
}
.box1 h2{
  color: #001722;
  font-size: 41px;
  font-weight: 700;
}
.veja-mais{
  border: 2px solid #F58634;
  color: #F58634;
  font-family: 'Poppins', sans-serif !important;
  padding: 8px 40px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 50px;
  margin-top: 30px;
  float: left;
}
.veja-mais:hover{
  background: #F58634;
  color: #fff;
}
.box2{
  width: 100%;
  float: left;
  padding: 80px 0 0 0;
  background: rgb(255,157,30);
  background: -moz-linear-gradient(0deg, rgba(255,157,30,1) 0%, rgba(255,203,4,1) 61%);
  background: -webkit-linear-gradient(0deg, rgba(255,157,30,1) 0%, rgba(255,203,4,1) 61%);
  background: linear-gradient(0deg, rgba(255,157,30,1) 0%, rgba(255,203,4,1) 61%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff9d1e",endColorstr="#ffcb04",GradientType=1);
}
.box2 h2{
  color: #001722;
  font-size: 41px;
  font-weight: 700;
}
.box2 p{
  color: #222;
}
.box2 p b{
  font-size: 20px;
}
.box2 h3{
  color: #222;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}
.item-box1{
  padding:0 30px;
  margin-bottom: 30px;
}
.item-box1 .bi{  
  font-size: 70px;
  color: #000;
}
.item-box1 h4{
  font-size: 25px;
  font-weight: 700;
  color: #000;
}
.item-box1 p{
  font-size: 15px;
  color: #222;
}
.box2 .veja-mais{
  float: inherit;
  color: #fff;
  border-color: #fff;
}
.box2 .veja-mais:hover{
  background: #fff !important;
  color: #000;
}
.box-3{
  width: 100%;
  float: left;
  padding: 80px 0 0 0;
  background: #eee;
}
.box-3 img{
  border-radius: 30px;
}
.box-3 h2{
  color: #001722;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -2px;

}
.box-3 h3{
  color: #F58634;
  font-size: 25px;
  line-height: 25px;
  font-weight: 600;
  margin: 0;
}
.box-3 p b{
  font-size: 17px;
}
.box-3 p{
  font-size: 15px;
  line-height: 25px;
  color: #333;
}
.box-4{
  width: 100%;
  float: left;
  padding: 50px 0;
}
.box-4 h2{
  color: #222;
  font-size: 45px;
  line-height: 50px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.box-4 p{
  font-size: 18px;
  line-height: 25px;
  color: #333;
}
.box-4 h3{
  color: #001722;
  font-size: 25px;
  line-height: 35px;
  font-weight: 700;
  margin: 0;
}
.box-4 .item figure{
  width: 100%;
  float: left;
  border-radius: 20px;
  overflow: hidden;

}
.box-4 .item p{
  font-size: 16px;

}
.box-5 {
  width: 100%;
  float: left;
  padding: 80px 0;
}
.box-5 h2{
  color:#001722;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  margin: 0 0 50px 0;
}
.box-5 p{
  font-size: 16px;
  line-height: 25px;
  color: #333;
}
.box-5 p b{
  color:#666666;
  font-size: 20px;
}
/*Sobre*/
.intro-sobre{
  width: 100%;
  float: left;
  padding: 120px 0;
  background: #000;
  position: relative;
  min-height: 750px;
}
.intro-sobre .container{
  z-index: 5;
  position: relative;
}
.intro-sobre figure{
  width: 100%;
  float: left;
  height: 100%;
  position: absolute;
  opacity: 0.3;
  background-size: cover !important;
  -webkit-background-size: cover !important;
  left: 0;
  top: 0;
  z-index: 1;
}
.intro-sobre .detalhe{
  z-index:3;
}
.intro-sobre h1{
  color: #fff;
  font-size: 56px;
  margin-bottom: 30px;
}
.intro-sobre h1 b{
  color: #FFCC29;
  width: 100%;
  float: left;
}
.intro-sobre h3 {
  color: #fff;
  line-height: 28px;
  font-size: 22px;
}
.intro-sobre p{
  color: #fff;
  line-height: 28px;
  font-size: 16px;
}
.intro-sobre .veja-mais{
  border-color: #FFCC29 !important;
  color: #FFCC29 !important;
}
.intro-sobre .veja-mais:hover{
  background: #FFCC29 !important;
  color: #fff !important;
}
.sobre{
  width: 100%;
  float: left;
  padding: 80px 0;
}
.institucional p{
  color: #333;
  line-height: 28px;
  font-size: 16px;
  text-align: justify;
}
.institucional h2{
  color: #F58634;
  font-weight: 600;
  font-size: 30px;
}
.institucional h3{
  color: #000;
  font-weight: 600;
  font-size: 35px;
  margin-bottom: 30px;
}
.institucional figure{
  border-radius: 15px;
  overflow: hidden;
  margin: 0;
}
.cinza{
  background: #eee;
}
.solucao figure{
  border-radius: 80px 0 !important;
}
.img-solucao img{
  border-radius: 80px 0;
}
.solucao ul{
  padding: 0;
}
.solucao ul li{
  border-bottom: 1px solid #eee;
  padding: 12px 0;
}
.item-solucao{
  width: 100%;
  float: left;
  padding: 80px 0;
}
.solucao.cinza p{
  line-height: 20px;
    font-size: 16px;
  text-align: center !important;
}
.item-global{
  width: 100%;
  float: left;
  padding: 150px 0 ;
  background:url(../images/global.jpg) no-repeat center;
}
.item-global p{
  text-align: center;
  font-size: 25px;
  color: #fff;
  line-height: 36px;
}
.item-institucional{
  width: 100%;
  float: left;
  padding: 80px 0;
}
/*Noticias*/
.noticias, .faq{
  width: 100%;
  float: left;
  padding: 80px 0;
}
.noticias figure{
  width: 100%;
  float: left;
  height: 250px;
  border-radius: 15px;
  overflow: hidden;
}
.noticias h3{
  color: #001722;
  font-weight: 600;
  font-size: 30px;
}
.girar{
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.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;
}

/*FAQ*/
.accordion{
  padding: 30px;
  background: #fff;
  border-radius: 30px;
  
}
.accordion-body{
  background: #f8f8f8;
}
.accordion-button{
  font-size: 17px;
  color: #001722;
  font-weight: 600;
}
.accordion-button:not(.collapsed){
  color: #fff;
  background-color: #0f2547;
  box-shadow: none;
}
.faq p{
  font-size: 15px;
  color: #333;
}
/*Videos*/
.videos{
  width: 100%;
  float: left;
  padding: 80px 0;
}
.videos h2, .noticias h2{
  color: #222;
  font-size: 20px;
  text-align: center;
  font-weight: 600;
}
.videos figure{
  width: 100%;
  float: left;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}
.videos figure span{
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  float: left;
  position: absolute;
  background:rgba(0, 0, 0, 0.671);
}


.videos figure span .bi{
  font-size: 80px;
  color: #fff;
}
/*Contato*/
.btn-envio{
  font-family: 'Poppins', sans-serif !important;
  padding: 8px 40px;
  font-size: 16px;
  font-weight: 600;
}
.mapa{
  width: 100%;
  height: 450px;
  overflow: hidden;
  border-radius: 15px;
  border: 1px solid #ddd;
}
.pop .bi{
  font-size: 45px;
}
.pop{
  width: 100%;
  float: left;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #00000078;
}
/*Rodape*/
footer{
    padding: 0 0 40px 0;
    background: #001722;
    margin-top: -30px;
    border-top: 1px solid #eee;
}
.detalhe-rodape{
  margin-top: -2px;
}
footer p{
    color: #fff;
    font-size: 15px;
    margin-bottom: 0;
}
footer h3{
  color: #fff;
  font-size: 20px;
}
footer .nav .nav-link {
  font-size: 16px;
  padding: 5px 8px;
  color: #fff;
  border-bottom: 1px solid rgb(139 139 139 / 8%);
}
footer .nav .nav-link:hover{
  color: #d4a613;
}
.rede-sociais-rodape a {
  font-size: 17px;
  width: 100%;
  float: left;
  color: #fff;
  padding:5px 15px;
 
}
.rede-sociais-rodape a .bi{
  font-size: 20px;
  float: left;
  margin-right:8px ;

}
footer .nav{
  display: block;
  column-count: 2;
}
footer h3 b{
  color: #F58634;
}
footer .sm{
    background: url(../images/logo-studiomega.svg) no-repeat center;
    width: 100px;
    height: 54px;
    float: left;
    text-indent: -500000px;
}

/*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:#F58634;
    color: #fff;
    cursor: pointer;
    align-self: normal;
    font-weight: 800;
   
  }

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

  /*MEDIA*/  
  .whatsapp-topo{ display: none;}
@media (max-width: 1400px){ 
  .rede-sociais{ position: absolute; right: 15px; top: 0px;}
  .navbar>.container{ position: relative;}
  .navbar-expand-xl .navbar-collapse{ margin-top: 8px;}  
  .navbar-toggler{ color: #fff; font-size: 30px; box-shadow: none !important; padding: 0;}      
  .navbar-light .navbar-nav .nav-link { padding: 6px 15px;  text-align: center; }  
 }
@media (max-width:1200px) {
  .navbar-expand-xl .navbar-nav{ background: rgba(0, 0, 0, 0.945); border-radius: 15px; padding: 20px;}
  .navbar-light .navbar-nav .nav-link { font-size: 16px; padding:6px 15px;}
  .navbar .rede-sociais{  display: none;  }
  .whatsapp-topo{ display: block; color: #fff !important; font-size: 25px;} .whatsapp-topo p{  display: none; } 
  .box2 .veja-mais{ float: left; text-align: center;}
  .titulo h1 { font-size: 38px;}
  .intro-sobre { min-height: 500px;}
 }
@media (max-width:990px) { }
@media (max-width: 768px) {
  footer .nav{ column-count: 1;}
  .intro h2 { font-size: 35px;}
  .intro p { font-size: 20px;}
  .box1 figure { border-radius: 80px 0 80px 0;}
  .box-4 h2 { font-size: 30px; line-height: 32px;}
  .box-4 h3, .box2 h3 { font-size: 20px;}
  .institucional h3{ font-size: 30px;}
  .box-5 h2 { font-size: 28px;  line-height: 36px; }
  .box1 h2, .box-3 h2, .box2 h2 { font-size: 35px;}
  .intro-sobre h1 { font-size: 36px;}  
  .titulo{ height: 300px;}  
  .header-capa{ min-height: 600px;}
  .sobre{ padding: 0;}
  .item-institucional{ padding: 40px 0;}
  .seg-rst {width: 120px; margin-left: 0;  padding-left: 0;  border-left: none; }
 }
@media (max-width: 450px) {
  .titulo h1 { font-size: 28px;}
  .accordion { padding: 18px;}
  .intro-sobre h1 { font-size: 28px; }
  .institucional h3 { font-size: 25px;}
  .logo {  width: 100px;  height: 55px;}
  .logo-rst { width: 100px; height: 41px;}
  .seg-rst p { font-size: 11px;}
  .seg-rst { width: 100px; }
  .intro-sobre h3 { line-height: 24px; font-size: 15px;}
  .institucional h2 { font-size: 26px; }
  .box-4 .item p { font-size: 13px;  line-height: 15px;}
  .veja-mais{ text-align: center;}
 }