/* Página customizada - Início */


.slider-area{
  /*background:#304461;*/
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom:80px;
  min-height: 350px;
  position:relative;
  margin-top:77px;
}
.slider-height2{
  z-index: 3;
  position: relative;
}
.slider-txt-content{
  width:100%;
  padding-top:120px;

}
.overlay-interno{
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*background: rgba(0, 0, 0, 0.6);*/
  position: absolute;
  z-index: 1;
}
.midia-content{
  padding-top:150px;
}
.midia-img{
  max-width:100%;
}
.titulo-noticia{
  display:flex;
  flex-wrap: wrap;
  color:#fff;
  text-transform: uppercase;
  font-size:50px;
  font-weight: 400;
}
.titulo-interno{
  display:flex;
  flex-wrap: wrap;
  color:#fff !important;
  text-transform: uppercase;
  font-size:45px;
  font-weight: 400;
}
.titulo-interno.asap{
}
.titulo-interno.asap small{
  font-size:25px !important;
  margin-top:12px;
}

.txtimg-small{
  font-size:.535em;
  margin-top:.3em;
}

.titulo-interno small{
  font-size:25px !important;
  margin-top:12px;
}
.subtitulo-interno{
  font-size:20px;
  color:#fff;
  text-transform: uppercase;
  font-weight: 600;
}
.subtitulo-interno2{
  font-size:22px;
  font-weight: 400;
  color:#fff;
  text-transform: uppercase;
}
.subtitulo-interno.sembanner,
.subtitulo-interno2.sembanner{
  color:#ffffff;
}
.titulo-comp{
  font-size: 22px;
  margin-top: 3px;
}
.slider-txt-content{
  /*padding-left:30px;*/
}
.slider-txt-content.border-text{
  /*border-left: 1px solid rgba(255, 255, 255, .5);*/
}
.limita-img img {
  max-width: 100% !important;
  height: auto !important;
}
.project-area p{
  font-weight:400;
  font-size:16px;
  color:#333333;
}


.project-area img {
  max-width: 100% !important;
  height: auto !important;
}

.l-fundosolido .slick-dots li button:before,
.l-fundosolido2 .slick-dots li button:before
{
  color: #cdcdcd;
}

.l-fundosolido .slick-dots li.slick-active button:before,
.l-fundosolido2 .slick-dots li.slick-active button:before
{
  color: #999999;
  opacity: 1;
}

.l-padrao .heading-section{
}

.l-padrao p{
  color:#333333;
}
.l-padrao .heading-section h2,
.l-padrao .heading-section h3,
.l-padrao .heading-section h4{
  color: #9AE251;
}

.textoimagem .app-title{
  color: #9AE251 !important;
}

.text-second{
  color: #9AE251 !important;
}
.content-gespi h2{
  color: #9AE251 !important;
}
.l-padrao .titulo-comp, .l-fundosolido .titulo-comp{
  margin-top: 3px;
}
.l-caixa .heading-section{
  background:#0c2a4c;
  border-radius: 10px 10px 0px 0px;
  padding:15px 30px;
}
.l-caixa p{
  color:#0c2a4c;
}
.heading-section h2{
  display: flex;
}
.l-caixa .heading-section h2{

  color: #fff;
  font-size: 34px;
  font-weight:300;
}
.l-caixa .heading-section h3{
  color: #fff;
  font-size:20px;
  font-weight:600;
}
.l-caixa .corpo{
  padding:30px;
  border-radius: 0px 0px 10px 10px;
  border-left: 3px solid #0c2a4c;
  border-right: 3px solid #0c2a4c;
  border-bottom: 3px solid #0c2a4c;
}

.l-fundosolido.capsula{
  background: #00101A;
}
.l-fundosolido p,
.l-fundosolido h2,
.l-fundosolido h3,
.l-fundosolido h4,
.l-fundosolido h5,
.l-fundosolido h6{
  color:#fff;
}
.l-fundosolido .heading-section h2,
.l-fundosolido .heading-section h3,
.l-fundosolido .heading-section h4{
  color:#0087DA;
  color:#ffffff;
}
.d-borda{
  border-top: 2px solid #ebebeb;
}
.l-fundosolido.d-borda{
  border-bottom: 3px solid #0c2a4c;
  border-top: none;
}

.d-borda .heading-section{
  border-left: 1px solid #003364;
  padding-left: 15px;
}

.l-fundosolido.d-borda .heading-section{
  border-left: 1px solid #ffffff;
  /*border-left: 1px solid #0087DA;*/
  padding-left: 15px;
}
.subheading{
  font-size: 24px;
  font-style: italic;
}
.project-area iframe{
  max-width:100% !important;
}
.botao{
  z-index: 70;
  position: relative;
  background:#034267;
  color:#fff;
  font-size: 18px;
  margin-top:10px;
  font-weight: 600;
  text-align: center;
  padding: 12px 35px;
  border-radius: 8px;
  display: inline-block;
  border:3px solid #034267;
  -webkit-transition: all .3s ease 0s !important;
  -moz-transition: all .3s ease 0s !important;
  -o-transition: all .3s ease 0s !important;
  transition: all .3s ease 0s !important;
}
.botao:hover{
  background:#fff;
  color:#034267;
  border:3px solid #034267;
}

.botao-vermelho{
  z-index: 70;
  position: relative;
  background:#C41D2C;
  color:#fff;
  font-size: 18px;
  margin-top:10px;
  font-weight: 600;
  text-align: center;
  padding: 12px 35px;
  border-radius: 8px;
  display: inline-block;
  border:3px solid #C41D2C;
  -webkit-transition: all .3s ease 0s !important;
  -moz-transition: all .3s ease 0s !important;
  -o-transition: all .3s ease 0s !important;
  transition: all .3s ease 0s !important;
}
.botao-vermelho:hover{
  background:#fff;
  color:#C41D2C;
  border:3px solid #C41D2C;
}

.botao1{
  z-index: 70;
  position: relative;
  background:#B09763;
  color:#00101A;
  font-size: 18px;
  margin-top:10px;
  font-weight: 600;
  text-align: center;
  padding: 12px 35px;
  border-radius: 8px;
  display: inline-block;
  border:3px solid #B09763;
  -webkit-transition: all .3s ease 0s !important;
  -moz-transition: all .3s ease 0s !important;
  -o-transition: all .3s ease 0s !important;
  transition: all .3s ease 0s !important;
}
.botao1:hover{
  background:#034267;
  color:#B09763;
  border:3px solid #034267;
}

.botao-busca{
  z-index: 70;
  position: relative;
  color:#034267;
  font-size: 16px;
  margin-top:10px;
  font-weight: 600;
  text-align: center;
  padding: 3px 25px;
  border-radius: 8px;
  display: inline-block;
  border:2px solid #034267;
  -webkit-transition: all .3s ease 0s !important;
  -moz-transition: all .3s ease 0s !important;
  -o-transition: all .3s ease 0s !important;
  transition: all .3s ease 0s !important;
}
.botao-busca:hover{
  background:#034267;
  color:#fff;
  border:2px solid #034267;
}


.botao-whatsapp{
  z-index: 70;
  position: relative;
  background:transparent;
  color:#069;
  font-size: 18px;
  margin-top:10px;
  font-weight: 600;
  text-align: center;
  padding: 12px 35px;
  border-radius: 8px;
  display: inline-block;
  border:3px solid #069;
  -webkit-transition: all .3s ease 0s !important;
  -moz-transition: all .3s ease 0s !important;
  -o-transition: all .3s ease 0s !important;
  transition: all .3s ease 0s !important;
}
.botao-whatsapp:hover{
  background:#069;
  color:#fff;
  border:3px solid #069;
}

.botao2{
  z-index: 70;
  position: relative;
  background: #029b23;
  color:#fff;
  font-size: 16px;
  margin-top:10px;
  font-weight: 500;
  text-align: center;
  padding: 12px 35px;
  border-radius: 25px;
  display: inline-block;
  border:1px solid #029b23;
  -webkit-transition: all .3s ease 0s !important;
  -moz-transition: all .3s ease 0s !important;
  -o-transition: all .3s ease 0s !important;
  transition: all .3s ease 0s !important;
}
.botao2:hover{
  background:#fff;
  color:#029b23;
  border:1px solid #029b23;
}

.link{
  background:#034267;
  color:#fff;
  font-size: 16px;
  margin-top:10px;
  font-weight: 500;
  text-align: center;
  padding: 7px 35px;
  border-radius: 8px;
  display: inline-block;
  border:3px solid #034267;
  -webkit-transition: all .3s ease 0s !important;
  -moz-transition: all .3s ease 0s !important;
  -o-transition: all .3s ease 0s !important;
  transition: all .3s ease 0s !important;
}
.link:hover{
  background:#fff;
  color:#034267;
  border:3px solid #034267;
}
.divisor{
  border-bottom: 3px solid #0086CD;
  padding-bottom: 15px;
}
.borda{
  border-radius: 20px;
  border: 3px solid #ebebeb;
  padding: 15px 20px;
  margin: 10px 0px 20px 0px;
}
.borda p{
  margin-bottom:0px;
}
.fundo-azul{
  margin:15px 0px;
  display:flex;
  flex-wrap: wrap;
  padding: 30px 60px;
  border-radius:15px;
  border: .5px solid #069;
  background: rgba(0,68,101,.2);
}
.fundo-branco{
  margin:0px 0px;
  display:flex;
  flex-wrap: wrap;
  padding: 30px 60px;
  border-radius:15px;
  background: #ffffff;
}
.fundo-azul p{
  padding: 0px 10px;
  margin-bottom:0px;
  color: #0c2a4c;
}

.l-fundosolido .fundo-azul p{
  color: #fff;
}
.fundo-branco p{
  padding: 0px 10px;
  margin-bottom:0px;
  color: #0c2a4c;
}
.largura-10{
  width:10%;
  padding: 10px 3px;
}
.largura-20{
  width:20%;
  padding: 10px 3px;
}
.largura-30{
  width:30%;
  padding: 10px 3px;
}
.largura-40{
  width:40%;
  padding: 10px 3px;
}
.largura-50{
  width:50%;
  padding: 10px 3px;
}
.largura-60{
  width:60%;
  padding: 10px 3px;
}
.largura-70{
  width:70%;
  padding: 10px 3px;
}
.largura-80{
  width:80%;
  padding: 10px 3px;
}
.largura-90{
  width:90%;
  padding: 10px 3px;

}
.largura-100{
  width:100%;
  padding: 10px 3px;
}
.fundo-azul .botao{
  white-space: nowrap;
}
.fundo-branco .botao{
  white-space: nowrap;
}
.asap{
}

.textoimagem{
  position:relative;
  padding: 90px 0px 120px 0px;
  /*box-shadow: 10px 2px 29px -1px rgb(0 0 0 / 29%);*/
}
.app-title{
  font-size: calc(1.325rem + .9vw);
}
.overlay-textoimagem{
  position:absolute;
  top:0;
  left:0;
  height: 100%;
}
.overlay-left{

}
.text-white p{
  color:#fff;
}

#zoomIn, #zoomOut{
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none; 
  -moz-user-select: none;
  -ms-user-select: none;
}
.bloco-centro{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.bloco-l-fundosolido{
  border-radius: 20px;
  background-image: url("../images/bg-card.png");
  background-repeat: no-repeat;
  background-position: bottom;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background-size: 100%;
  color: #000;
  padding: 5px 15px;
  height: 100%;
  margin-right: 5px;
  margin-left: 5px;
  width:100%;
}
.bloco-l-fundosolido h2,
.bloco-l-fundosolido h3,
.bloco-l-fundosolido h4,
.bloco-l-fundosolido p{
  color: #000;
}


.ui-corner-top {
  background: 0 0;
  margin-bottom: 0;
  padding: 15px 30px;
  border-top: 1px solid #00323c;
  border-right: 1px solid #00323c;
  border-left: 1px solid #00323c;
  border-bottom: 1px solid #00323c;
  font-size: 17px;
  font-weight: 500;
  color: #0c2a4c;
  border-radius: 0.5em;
  -webkit-transition: all .3s ease 0s !important;
  -moz-transition: all .3s ease 0s !important;
  -o-transition: all .3s ease 0s !important;
  transition: all .3s ease 0s !important;
}

.ui-corner-top.ui-state-active{
  border-radius: 0.5em;
  -webkit-transition: all .3s ease 0s !important;
  -moz-transition: all .3s ease 0s !important;
  -o-transition: all .3s ease 0s !important;
  transition: all .3s ease 0s !important;
}
.ui-accordion-header {
  background:#00323c;
  color:#CEDDEB;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  outline: none;
  font-weight: 500;
  min-height: 65px;
  font-size: 17px;
  padding: 15px 30px;
}


.ui-accordion-header:not(:first-child) {
  margin-top:10px;
}
.ui-accordion-content {
  margin: 0px 5px;
  padding: 20px 30px;
  /* border-right: 1px solid rgba(0, 135, 218, 0.10);
  border-left: 1px solid rgba(0, 135, 218, 0.10);
  border-bottom: 1px solid rgba(0, 135, 218, 0.10); */
  font-weight: 500;
  background: rgb(240 242 241);
  /* background: rgba(0, 135, 218, 0.10); */
  border-radius: 0px 0px 5px 5px;
}
.conteudo-accordion{
  color:#0c2a4c;
}
.l-fundosolido .conteudo-accordion{
  /* color:#fff; */
}

.ui-icon{
  margin-left: 10px;
}

.l-fundosolido .ui-corner-top {
  /* border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff; */
}

.l-fundosolido .ui-accordion-header {
  /* background:#fff;
  color:#0c2a4c; */
}

.content-gespi{
  margin-top:70px;
  display: flex;
}
.left-side{
  /*color:#003364;*/
  width:50%;
  padding-left:130px;
  padding-right:80px;
  box-shadow: 10px 2px 29px -1px rgb(0 0 0 / 29%);
  /* box-shadow: 0 0 45px rgb(0 0 0 / 7%); */
  background-color: white;
}
.left-side h2{
  /*color: #003364;*/
}
.left-text{
  line-height: 30px;
  /*color: #003364;*/
}
.right-side{
  width:50%;
  padding-left:80px;
  padding-right:130px;
  box-shadow: 10px 2px 29px -1px rgb(0 0 0 / 29%);
}


.mosaico{
  clip-path: polygon(0 0%, 100% 0%, 100% 88%, 0% 100%);
  margin-bottom: -85px;
}

.mosaico .left-side,
.mosaico .right-side{
  /*box-shadow: none !important;*/
}
.accordion {
  width: 100%;

  margin-top: 30px;
}

.text-white-50 {
  color: rgba(255,255,255,1) !important;
}

.bg-bloco-aero{
  background: #043A6B;
}
.bg-bloco-ammo{
  background: #000000;
}
.bg-bloco-defesa{
  background: #0B6069;
}

.container-logo-bloco .logo-bloco {
  max-width: 280px !important;
}

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

  .app-title {
    font-size: 1.7rem;
  }

  .titulo-interno{
    font-size:60px;
  }
  .titulo-noticia{
    font-size:40px;
  }
  .titulo-interno.asap small{
    font-size:20px !important;
    margin-top:8px;
  }
  .titulo-interno small{
    font-size:20px !important;
    margin-top:10px;
  }
  .carousel-image{
    height: 70vh;
  }

  .container-logo-bloco .logo-bloco {
    max-width: 200px !important;
  }
}

@media screen and (max-width:1100px){
  .left-side{
    width:100%;
    padding-left:50px;
    padding-right:50px;
    min-height: 250px;
  }
  .right-side{
    width:100%;
    padding-left:50px;
    padding-right:50px;
    min-height: 250px;
  }
  .content-aspas1::before{
    left:-20px;
  }
}

@media screen and (max-width:991px){
  .mergulhador{
    max-width:100%;
  }

  .mosaico{
    clip-path: polygon(0 0%, 100% 0%, 100% 98%, 0% 100%);
    margin-bottom: -25px;
  }

  .ui-accordion-content {
    padding: 10px 20px;
  }
  .ui-corner-top {
    font-size: 14px;
    padding: 10px 15px;
  }
  .ui-accordion-header:not(:first-child) {
    margin-top:10px;
  }
  .ui-accordion-header{
    font-size: 15px;
    padding: 10px 15px;
  }
  .ui-accordion-content{
    font-size: 15px;
  }
  .ui-accordion-content p{
    font-size: 15px;
  }
  .item-25{
    width:33%;
  }

  blockquote::before {
    left: -12px;
    width: 15px;
    height: 15px;
  }
  blockquote::after {
    right: -10px;
    width: 15px;
    height: 15px;
  }
  .textoimagem{
    padding: 40px 0px 40px 0px;
  }
  .fundo-azul{
    flex-wrap: wrap;
    padding: 15px 15px;
    border-radius:15px;
  }
  .fundo-branco{
    flex-wrap: wrap;
    padding: 15px 15px;
    border-radius:15px;
  }
  .fundo-azul .botao{
    white-space: normal;
  }
  .fundo-branco .botao{
    white-space: normal;
  }
  .largura-10{
    width:100%;
  }
  .largura-20{
    width:100%;
  }
  .largura-30{
    width:100%;
  }
  .largura-40{
    width:100%;
  }
  .largura-50{
    width:100%;
  }
  .largura-60{
    width:100%;
  }
  .largura-70{
    width:100%;
  }
  .largura-80{
    width:100%;
  }
  .largura-90{
    width:100%;
  }

  .grupo-fixo .largura-10{
    width:10%;
  }
  .grupo-fixo .largura-20{
    width:20%;
  }
  .grupo-fixo .largura-30{
    width:30%;
  }
  .grupo-fixo .largura-40{
    width:40%;
  }
  .grupo-fixo .largura-50{
    width:50%;
  }
  .grupo-fixo .largura-60{
    width:60%;
  }
  .grupo-fixo .largura-70{
    width:70%;
  }
  .grupo-fixo .largura-80{
    width:80%;
  }
  .grupo-fixo .largura-90{
    width:90%;
  }


  .titulo-interno{
    font-size:50px;
  }
  .titulo-noticia{
    font-size:30px;
  }
  .titulo-interno small{
    font-size:28px !important;
    margin-top:7px;
  }
  .slider-txt-content{
    margin-left:0px;
    padding-left:0px;
  }
  .slider-txt-content{
    width:100%;
    padding-top:100px;

  }
  .slider-txt-content.border-text{
    border-left: none;
  }
  .midia-content{
    padding-top:20px;
  }
  .slider-area{
    padding-bottom:30px;
    min-height:350px;
  }

}
@media screen and (max-width:769px){
  .botao, .botao1, .botao2, .botao-vermelho, .botao-whatsapp {
    font-size: 14px;
    padding: 7px 25px;
  }


  #form-pagamento input[type=submit]{
    font-size: 14px;
    padding: 7px 25px;
  }
  .item-25{
    width:50%;
  }
  .item-33{
    width:50%;
  }
  .item-50{
    width:100%;
  }
  .titulo-interno{
    font-size:25px;
  }
  .titulo-noticia{
    font-size:22px;
  }
  .titulo-interno small{
    font-size:18px !important;
    margin-top:5px;
  }
  .titulo-interno.asap small{
    font-size:16px !important;
    margin-top:5px;
  }
  .subtitulo-interno{
    font-size:16px;
  }
  .subtitulo-interno2{
    font-size:14px;
  }
  .project-area p{
    font-size:16px;
  }
  .l-caixa .corpo{
    padding:15px 10px 15px 10px;
  }
  .l-caixa .heading-section h2{
    font-size:25px;
  }
  .titulo-comp{
    font-size: 14px;
    margin-top: 4px;
  }
  .l-caixa .heading-section{
    padding:10px 15px;
    border-radius: 15px 15px 0px 0px;
  }
  .l-caixa .corpo{
    padding:15px;
    border-radius: 0px 0px 15px 15px;
  }
  .project-area .iframe{

  }

  .slider-area{
    min-height:140px;
  }

  .slider-txt-content {
    padding-top: 20px;
  }
}

@media screen and (max-width:570px){
  .left-side{
    padding-left:20px;
    padding-right:20px;
  }
  .right-side{
    padding-left:20px;
    padding-right:20px;
  }
  .left-text{
    font-size:17px;
  }
  .content-aspas1{
    font-size:17px;
  }
  .content-aspas2{
    font-size:17px;
  }
  .deep-text{
    font-size:17px;
  }
}

.selo{
  display:flex;
  flex:wrap;
}
.selo div:nth-child(1){
  width:33%;
}
.selo div:nth-child(1) p{
  text-align: right;
}
.selo div:nth-child(2){
  margin-top:5%;
  margin-left: -3%;
  width:66%;
}

.box-disclaimer{
  display:none;

}

.box-disclaimer .content {
  justify-content: space-between;
  box-shadow: 10px 2px 29px -1px rgb(0 0 0 / 29%);
  background-color: #1B3357;
  /*border: 1px solid #eee;*/
  color: #fff;
  margin-left: 10px;
  box-sizing: border-box;
  padding: 15px 30px 15px;align-items: center;border-radius: 4px;
  max-width: 100%;min-height: 72px;
  display: flex;
  max-width:500px;
  z-index: 90;
}
.disclaimer-ok{
  padding: 10px 30px;
  font-size: 15px;
  font-weight: 500;
  border: 2px solid #0089E8;
  border-radius: 2rem;
  background: #0089E8;
  transition: all 0.4s ease;
  color: #fff;
  width: fit-content;
}
.box-disclaimer .content p {
  /*font-family: system-ui;*/
  line-height: 20px;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}

.form-shadow{
  box-shadow: 10px 2px 29px -1px rgb(0 0 0 / 29%);
  border-radius: 10px;
}
.paywall-footer{
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height:35px;
  background: rgb(222,222,222);
  background: linear-gradient(180deg, rgba(222,222,222,0) 30%, rgba(255,255,255,1) 77%);
}

.blog-right{
  border-left: 3px solid #e2e2e2;
}

.blog-banners{

}
.img-blog-banner{
  width:100%;
  max-width: 100%;
}
.news-blog{
  background: #001227;
}
.blog-thumb-right{
  width: 150px;
  height: 150px;
}
.titulo-destaque{
  background: #93B315;
}
@media screen and (max-width: 991px){
  .blog-right{
    border-left: none;
  }
}
@media screen and (max-width: 767px){
  .box-disclaimer {
    justify-content: center;
  }
  .box-disclaimer .content {
    flex-direction: column;
    max-width:90%;
    margin-left: 0px;
  }
}

@media screen and (max-width:575px){
  .selo{
    flex-direction: column;
  }
  .selo div:nth-child(1){
    width:100%;
  }
  .selo div:nth-child(1) p{
    text-align: center;
  }
  .selo div:nth-child(2){
    margin-top: -20px;
    margin-left: 0px;
    width:100%;
  }
  .item-25{
    width:100%;
  }
  .item-33{
    width:100%;
  }
  .blog-thumb-right{
    width: 100px;
    height: 100px;
  }
}

.project-area table {
  border: none;
  background-color: #E9E9E9;
  border-collapse: collapse;
  /* border-radius:10px; */
  border-spacing: 0;
  color: #064D53;
  font-size: 17px;
  width:100% !important;
}

.project-area table tr:last-child td:first-child{
  border-radius: 0px 0px 0px 10px !important;
}
.project-area table tr:last-child td:last-child{
  border-radius: 0px 0px 10px 0px !important;
}

.project-area table td, .project-area table th {
  /* border: 2px solid #fff; */
  padding:8px 10px;

}

.project-area table tr:nth-child(even) {
  background: #FFF;
}
body.modal-open {
  padding-right: 0 !important;
}

.project-area table tr:first-child td:first-child {
  border-left: none;
}

.project-area table tr:first-child td{
  border-top: none;
}

.project-area table tr:last-child td{
  border-bottom: none;
}

.project-area table tr td:first-child{
  border-left: none;
}

.project-area table tr td:last-child{
  border-right: none;
}

.maincolor1{
  background-color: #06363B !important;
  background: #06363B !important;
}
.maincolor2{
  background-color: #0c0c0c  !important;
  background: #0c0c0c  !important;
}
.maincolor3{
  background-color: #0D4071 !important;
  background: #0D4071 !important;
}

.modal-item{
  border-radius: 4px;
  border: 1px solid #f2f2f2;
  padding: 15px 10px;
}
.modal-icon{
  font-size: 40px;
  color: #001B29;
  margin-bottom: 10px;
}

.secretaria-button{
  padding: 5px 20px;
  color: #001B29;
  border: 1px solid #dddada;
}

.container-blocos div{
  font-family: "Nunito", sans-serif;
}


/*Blog*/

/*Blog*/

.cat-pill{
  padding: 1px 5px;
  border-radius: 5px;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500;
}

.block-27 ul {
  padding: 0;
  margin: 0;
}
.block-27 ul li {
  display: inline-block;
  margin-bottom: 4px;
  font-weight: 400;
}
.block-27 ul .pri-ult a {
  min-width: 50px!important;
  width: 100%!important;
  border-radius: 10%!important;
  padding-left: 10px!important;
  padding-right: 10px!important;
}
.block-27 ul li a, .block-27 ul li span {
  color: #003940  !important;
  text-align: center;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  border: 1px solid #e6e6e6;
}
.block-27 ul li.active a, .block-27 ul li.active span {
  background: #003940 ;
  color: #fff!important;
  border: 1px solid transparent;
}

.widget-wrap {
  background: #ffffff;
  padding: 20px 0px;
  border: 1px solid #eee;
}
@media (max-width: 991px) {
  .widget-wrap {
    margin-top: 50px;
  }
}
.widget-wrap .single-sidebar-widget {
  margin: 30px 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.widget-wrap .single-sidebar-widget:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}
.widget-wrap .search-widget form.search-form input[type="text"] {
  color: #fff;
  padding: 10px 22px;
  font-size: 14px;
  text-decoration: none;
  outline: none;
  border: none;
  float: left;
  width: 80%;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  background: #003940;
}
.widget-wrap .search-widget ::-webkit-input-placeholder {
  color: #fff;
}
.widget-wrap .search-widget ::-moz-placeholder {
  color: #fff;
}
.widget-wrap .search-widget :-ms-input-placeholder {
  color: #fff;
}
.widget-wrap .search-widget :-moz-placeholder {
  color: #fff;
}
.widget-wrap .search-widget form.search-form button {
  float: left;
  width: 20%;
  padding: 10px;
  background: #003940;
  color: #fff;
  font-size: 17px;
  border: none;
  cursor: pointer;
  height: 41px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.cat-list{
  list-style: none;
}
.widget-wrap .search-widget form.search-form::after {
  content: "";
  clear: both;
  display: table;
}
.widget-wrap .user-info-widget {
  text-align: center;
}
.widget-wrap .user-info-widget a h4 {
  margin-top: 40px;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.widget-wrap .user-info-widget .social-links li {
  display: inline-block;
  margin-bottom: 10px;
}
.widget-wrap .user-info-widget .social-links li a {
  color: #263a4e;
  padding: 10px;
  font-size: 14px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.widget-wrap .user-info-widget .social-links li a:hover {
  color: #003940;
}
.widget-wrap .popular-post-widget .popular-title {
  background: #003940;
  color: #fff;
  text-align: center;
  padding: 12px 0px;
  border-radius: 3px;
}

.social-footer{
  color:#96DE50;
  font-size: 25px;
  transition: all .3s;
}

.social-footer:hover{
  color:#fff;
}
.widget-wrap .popular-post-widget .popular-post-list {
  margin-top: 30px;
}
.widget-wrap .popular-post-widget .popular-post-list .thumb img {
  width: 100%;
}
.widget-wrap .popular-post-widget .single-post-list {
  margin-bottom: 20px;
}
.widget-wrap .popular-post-widget .single-post-list .details {
  margin-left: 12px;
}
.widget-wrap .popular-post-widget .single-post-list .details h6 {
  font-weight: 500;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.widget-wrap .popular-post-widget .single-post-list .details h6:hover {
  color: #003940;
}
.widget-wrap .popular-post-widget .single-post-list .details p {
  margin-bottom: 0px;
}
.widget-wrap .ads-widget img {
  width: 100%;
}
.widget-wrap .post-category-widget .category-title {
  background: #003940;
  color: #fff;
  text-align: center;
  padding: 10px 0px;
  border-radius: 3px;
}
.widget-wrap .post-category-widget .cat-list li {
  padding-top: 15px;
  padding-bottom: 8px;
  border-bottom: 2px dotted #eee;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.widget-wrap .post-category-widget .cat-list li p {
  font-weight: 500;
  font-size: 14px;
  color: #000;
  margin-bottom: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog-title{
  font-size: 17px;
}
.details h6{
  font-size:14px;
}
.widget-u{
  font-weight: 600;
  font-size: 14px;
}
.widget-wrap .post-category-widget .cat-list li a {
  color: #87898f;
}
.widget-wrap .post-category-widget .cat-list li:hover {
  border-color: #003940;
}
.widget-wrap .post-category-widget .cat-list li:hover p {
  color: #003940;
}
.widget-wrap .newsletter-widget .newsletter-title {
  background: #003940;
  color: #fff;
  text-align: center;
  padding: 12px 0px;
}
.widget-wrap .newsletter-widget .col-autos {
  width: 100%;
}
.widget-wrap .newsletter-widget p {
  text-align: center;
  margin: 20px 0px;
}
.widget-wrap .newsletter-widget .bbtns {
  background: #003940;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 6px 20px;
  border-radius: 0;
}
.service-text{
  min-height:40px;
}
.widget-wrap .newsletter-widget .input-group-text {
  background: #fff;
  border-radius: 0px;
  vertical-align: top;
}
.widget-wrap .newsletter-widget .input-group-text i {
  color: #ccc;
  margin-top: -1px;
}
.widget-wrap .newsletter-widget .form-control {
  border-left: none !important;
  border-right: none !important;
  border-radius: 0px;
  font-size: 13px;
  color: #ccc;
  padding: 9px;
  padding-left: 0px;
}
.widget-wrap .newsletter-widget .form-control:focus {
  box-shadow: none;
  border-color: #ccc;
}
.widget-wrap .newsletter-widget ::-webkit-input-placeholder {
  font-size: 13px;
  color: #ccc;
}
.widget-wrap .newsletter-widget ::-moz-placeholder {
  font-size: 13px;
  color: #ccc;
}
.widget-wrap .newsletter-widget :-ms-input-placeholder {
  font-size: 13px;
  color: #ccc;
}
.widget-wrap .newsletter-widget :-moz-placeholder {
  font-size: 13px;
  color: #ccc;
}
.widget-wrap .newsletter-widget .text-bottom {
  margin-bottom: 0px;
}
.widget-wrap .tag-cloud-widget .tagcloud-title {
  background: #003940;
  color: #fff;
  text-align: center;
  padding: 12px 0px;
  margin-bottom: 30px;
}
.widget-wrap .tag-cloud-widget ul li {
  display: inline-block;
  border: 1px solid #eee;
  background: #fff;
  padding: 4px 14px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.widget-wrap .tag-cloud-widget ul li:hover {
  background: #003940;
}
.widget-wrap .tag-cloud-widget ul li:hover a {
  color: #fff;
}
.widget-wrap .tag-cloud-widget ul li a {
  font-size: 12px;
  color: #263a4e;
}

.blog-desc p{
  color: #000;
}


.btn-blog {
  padding: 5px 10px;
  color: #fff;
  border: 2px solid #003940;
  border-radius: 8px;
  background: transparent;
  font-family: "Asap", sans-serif;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.cat-pill {
  padding: 1px 5px;
  border-radius: 5px;
  color: #fff;
  background:#78cf00;
  font-weight: 500;
}

.service-item {
  box-shadow: 0 0 45px rgba(0, 0, 0, .06);
}

.container-blog.project-area .img-blog{
  height:220px !important;
}

@media screen and (max-width:991px){
  .blog-title{
    font-size: 16px;
  }
}

.img-blog{
  width: 100%;
  max-width: 100%;
  border-radius: 10px;
  height:220px !important;
  object-fit: cover;
}

.news-container .img-blog{
  height:220px !important;
}

.content-pesquisa{
  border: 1px solid #cdcdcd;
  border-radius: 25px;
  display:flex;
}

.content-pesquisa:hover .botao-pesquisa{
  background: #d1d1d1;
}
.campo-pesquisa{
  outline: none;
  border: none;
  border-radius: 25px;
  padding: 0px 8px;
}
.botao-pesquisa{
  outline: none !important;
  border: none;
  background: #f5f5f5 !important;
  border-radius: 50%;
  width:30px;
  height:30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.botao-pesquisa:focus{
  outline: none !important;
}
.botao-pesquisa i{
  color: #96DE50;
}

.content-buscamenu-mobile{
  display: none;
}
@media screen and (max-width:974px){
  .content-buscamenu-mobile{
    display: block;
  }
}

.content-buscamenu-desk{
  display: block;
}
@media screen and (max-width:974px){
  .content-buscamenu-desk{
    display: none !important;
  }
}
.content-botao{
  padding:5px;
}

.dropdown .dropdown-menu.dropdown-menu-lupa:after {
  left: 5% !important;
}

.dropdown-toggle.lupa:after {
  border: none !important;
}

.content-buscamenu-desk:after {
  border: none !important;
}
.header-area .main-nav .nav li.has-sub.content-buscamenu-desk:after{
  border: none !important;
  content: '';
}

.lupa{
  display: inline !important;
  font-size: 22px !important;
}

.container-lupa{
  border-radius: 25px;
  background: #fff;
}

/* Página customizada - Fim */