/*
Theme Name: TiViC . Tecnologia
Theme URI: http://www.tivic.com.br
Author: Éric Santos / Joel Neto
Description: Somos soluções tecnológicas para cidades inteligentes, trabalhando com Tecnologia, Informação e Inovação
Version: 1.0
Text Domain: tivic
Tags: Tivic, Tecnologia, Informação, Inovação, Vitória da Conquista, Bahia
*/



body
{
    background-image: url('imgs/background.jpg');
}

/* INÍCIO CSS INTERNAS */
.internas
{
    background-image: url('imgs/background-interna.jpg');
    padding: 90px 0;

    box-shadow: inset 1px 10px 10px -10px #000;
}

.internas h1, .internas h5
{
    color: #f08800;
    font-family: "Antonio", sans-serif;
	font-weight: 400;
}

.internas hr
{
    border: 1px solid rgb(199, 199, 199);
}

.internas p, .internas ul li
{
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
	font-size: 16px;
    color: #6b6b6b;
}

.internas .table>:not(caption)>*>* 
{
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
	font-size: 16px;
    
    color: #838383;
    background-color: transparent;
    border-bottom-width: 0px
}


.internas h2, .internas h3
{
    font-family: "Antonio", sans-serif;
    font-weight: 200;
    color: #1f2040;
}

.internas h4, .internas h6
{
    font-family: "Antonio", sans-serif;
    font-weight: 200;
    color: #3a44d9;
}

.internas .data-nome-noticia
{
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
	font-size: 13px;
}

.internas .detalhe-imagem-noticia
{
    border: 3px solid white;
    box-shadow: 1px 15px 10px -10px #494949;
}

.internas span a
{
    background-color: #f08800;
    padding: 8px 16px;
    color: white;
    text-decoration: none;

    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 12px;
	text-transform: uppercase;

    transition: all 0.5s ease;

    z-index: 3;
	position: absolute;
	margin-top: 20px;
}

.internas span a:hover
{
    background-color: #ad6200;
}

.internas .texto-produtos
{
    text-decoration: none;
    color: gray;

    transition: all 0.3s ease
}

.internas .texto-produtos:hover
{
    font-weight: 800;
    color: #3a44d9;
}

.internas .foto-produtos
{
    filter: opacity(100%);
    transition: all 0.3s ease
}

.internas .foto-produtos:hover
{
     filter: opacity(75%)
}

.internas .c
{
    box-shadow: 0px 4px 5px rgba(13, 19, 31, 0.1);
    border: white 2px solid;
}

.internas .integridade
{
    background-color: white;
    padding: 60px;
    border-radius: 20px;
    box-shadow: 0px 4px 5px rgba(13, 19, 31, 0.1);
}
@media only screen and (max-width: 601px)
{
	.internas .integridade 
  {
    padding: 20px 10px;
  }
}

.internas .busca-interna
{
    background-color: white;
    padding: 35px 50px 10px ;
    border-radius: 20px;
    box-shadow: 0px 4px 5px rgba(13, 19, 31, 0.1);
    margin-top: 30px;

    font-family: "Montserrat", sans-serif;
}

.busca-interna input
{
    border: 1px solid rgb(187, 187, 187);
    border-radius: 5px;
    padding: 10px;
}


.internas .integridade article a, .internas .integridade2 article a
{
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 300;
    color: white;
    text-decoration: none;
    background-color: orange;
    text-align: center;
    padding: 12px 35px 14px 35px;
    
    transition: all 0.5s ease;
}
@media only screen and (max-width: 601px)
{
	.internas .integridade article a, .internas .integridade2 article a
  {
    font-size: 14px;
    margin-top: 30px;
  }
}

.internas .integridade article a:hover, .internas .integridade2 article a:hover
{
    background-color: #ad6200;
}

.internas .fotos-integridade
{
    border-radius: 20px;
}
@media only screen and (max-width: 601px)
{
	.internas .fotos-integridade
  {
    margin: 20px 0px;
  }
}

/* inicio CSS ul li*/

ul.list-group.list-group-hover li:hover
{
    background: #969da4;
    border-radius: 0px;
    border: 0px;
    margin-bottom: 5px;
}

ul.list-group.list-group-striped li:nth-of-type(odd)
{
    background: #f3f8fd;
    border-radius: 0px;
    border: 0px;
    margin-bottom: 5px;
}

ul.list-group.list-group-striped li:nth-of-type(even)
{
    background: #e9eaeb;
    border-radius: 0px;
    border: 0px;
    margin-bottom: 5px;
}

.list-group a
{
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #0a4b8b;
    text-decoration: none;

    transition: all 0.5s;
}

.list-group a:hover
{
    font-weight: 500;
    color: #073461;
}

@media only screen and (max-width: 601px)
{
.list-group
  {
    margin-top: 30px;
  }
}

/* fim CSS ul li*/

/* inicio CSS topo interna */

.topo-interna
{
    margin-top: -240px;
}
@media only screen and (max-width: 601px)
{
    .topo-interna
  {
    margin-top: -160px;
  }
}

.internas .espacamento
{
    padding-top: 78px;
}

.internas .espacamento2
{
    padding-top: 40px;
}

.internas .espacamento-formulario
{
    padding-top: 15px;
}


.internas .direcional
{
    color: white;
    font-weight: 100;
    font-size: 30px;
}

/* fim CSS topo interna */

.internas .titulo-internas
{
    margin-top: -90px;
}

.internas .conteudo-internas
{
    margin-top: 120px;
}

.internas .conteudo-internas-2
{
    margin-top: 40px;
}

.internas .fotos
{
    margin-bottom: 20px;
}

.internas .funcao
{
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color:#3a669b;

    margin-top: -5px;
}

.internas .base-branca
{
    background-color: #ffffff;
    border-radius: 20px;
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: 0px 4px 5px rgba(13, 19, 31, 0.1);
}

.internas .colaboradores
{
    padding-right: 30px;
    padding-bottom: 40px;
}

/* FIM CSS INTERNAS */

/* INÍCIO CSS MENU */
.menu
{
  padding: 15px 0;
  z-index: 400 !important;
  background-color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-toggler
{
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.1);
}

.navbar-light .navbar-nav .nav-link
{
    color: rgba(255,255,255,.8);
    font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 400;
    text-transform: uppercase;

}
@media only screen and (max-width: 601px)
{
.navbar-light .navbar-nav .nav-link
  {
    font-size: 14px;
  }
}

.navbar-light .navbar-nav .nav-link:hover
{
    color: rgba(255,255,255,1);
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link
{
    color: rgba(253,255,99,1);
}

.navbar-expand-lg .navbar-nav .nav-link 
{
    padding-right: 0;
    padding-left: 0;
}

.nav-link
{
    padding-left: -20px;
}

.menu .dropdown-item
{
    display: block;
    width: 100%;
    padding: .5rem 1.5rem;
    clear: both;
    font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 400;
    text-transform: uppercase;
    text-align: start;
    white-space: nowrap;
    border: 0;
    margin: 7px 0;

    color: rgb(255,255,255);
}

.menu .dropdown-menu
{
    margin: 1.4rem 0;
    background-color: rgba(0, 0, 0, 0.7);
    color: rgb(255,255,255);
    border: 0px;
    border-radius: 0rem;
}


.dropdown-menu a:hover
{
    background-color: rgba(0, 0, 0, 0.3);
}

.menu ul.dropdown-menu li:hover > ul.dropdown-menu, ul.dropdown-menu li:focus > ul.dropdown-menu
{
    display: block;
    margin-left: 100%;
    margin-top: 0px;

}
@media (max-width: 575.98px)
{
    .menu ul.dropdown-menu li:hover > ul.dropdown-menu, ul.dropdown-menu li:focus > ul.dropdown-menu
{
	margin-left: 0;
    margin-top: 0;
}
}

.menu .acessibilidade
{
  float: right;
}

.base
{
  z-index: 999 !important;
  height: 3px;
  background-color: white;
  box-shadow: 0px 2px 5px #000;
}

/* FIM CSS MENU */


/* INÍCIO CSS BANNER */


.banner .carousel-caption 
{
    bottom: 15.25rem;
}
@media only screen and (max-width: 601px)
{
    .banner .carousel-caption 
  {
        bottom: 2.25rem;
  }
}

.banner .azul
{
    font-family: "Montserrat", sans-serif;
    color: white;
    font-weight: 600;
    background-color: #34aad9;
    padding: 12px 35px 14px 35px;
}

.banner .frase
{
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    line-height: 15px;
    text-transform: uppercase;
    color: #34aad9;

    padding-top: 25px
}
@media only screen and (max-width: 601px)
{
    .banner .frase 
  {
        line-height: 25px;
  }
}

.banner .complemento
{
    font-family: "Montserrat", sans-serif;
    color: white;
    font-weight: 200;
}

.banner .diferencial
{
    font-family: "Montserrat", sans-serif;
    color: white;
    font-weight: 200;
    font-size: 14px;
    line-height: 18px
}

.banner .numeros
{
    font-weight: 900;
    font-size: 22px;
    color: #34aad9
}

.banner .espacamento
{
    padding: 90px 0;
}
@media only screen and (max-width: 601px)
{
    .banner .espacamento
  {
    padding: 40px 0;
  }
}

/* --- BANNER: correções de rolagem horizontal --- */

/* 1) Impedir vazamento lateral do carrossel */
.banner,
.banner .carousel,
.banner .carousel-inner,
.banner .carousel-item {
  overflow-x: hidden;
}

/* 2) carousel-inner deve cortar o que sai durante a transição */
.banner .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;            /* antes estava visible */
}

/* Em mobile NÃO deixe absoluto (remove o position:absolute) */
@media only screen and (max-width: 601px) {
  .banner .carousel-inner {
    position: relative;        /* substitui o absolute anterior */
    overflow: hidden;
  }
}

/* 3) Vídeo: garantir que não passe de 100% e preencher com cover */
.banner .carousel-item > video {
  display: block;
  width: 100%;
  max-width: 100%;
  object-fit: cover;           /* preenche sem distorcer */
  margin: 0;                   /* zera margens negativas */
}

/* Em telas grandes pode subir um pouco a altura */
@media (min-width: 992px) {
  .banner .carousel-item > video {
    height: 80vh;
  }
}

/* 4) Legendas seguras dentro do viewport */
.banner .carousel-caption {
  left: 0;                     /* garante que respeite a largura do slide */
  right: 0;
  max-width: 100%;
  overflow-wrap: anywhere;     /* evita quebra para fora */
}

/* 5) Ajustes finos da tipografia (opcional) */
.banner .frase {
  padding-top: 25px;
  margin: 0;                   /* remove qualquer margem inesperada */
}

/* 6) WOW/animate: suaviza entradas sem “empurrar” lateral */
.wow {
  backface-visibility: hidden;
  transform: translateZ(0);
  will-change: opacity, transform;
}

/* 7) Band-aid global (use se ainda aparecer barra em alguma página) */
html, body { overflow-x: hidden; }


/* Se quiser manter o ID #video */
#video {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 70vh;
  object-fit: cover;
  margin: 0;
}
@media (min-width: 992px) {
  #video { height: 80vh; }
}

/* FIM CSS BANNER */

/* INÍCIO CSS PRODUTOS */
.produtos
{
    margin: 120px 0;
}

.produtos h2
{
	font-family: "Montserrat", sans-serif;
    font-weight: 900;
    line-height: 35px;
    color: #fff
}

.produtos article
{
	font-family: "Montserrat", sans-serif;
    font-weight: 300;
    color: #fff
}

.produtos .espacamento
{
    padding-top: 40px;
}

.produtos span a
{
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 300;
    color: white;
    text-decoration: none;
    background-color: orange;
    text-align: center;
    padding: 12px 35px 14px 35px;
    
    transition: all 0.5s ease;

    position: absolute;
    z-index: 999 !important;

    margin-top: 100px;

}
@media only screen and (max-width: 601px)
{
	.produtos span a
  {
    font-size: 14px;
  }
}

.produtos span a:hover
{
    background-color: #ad6200;
}

/** inicio css imagens **/

.prod-img
{
    box-shadow: 0px 8px 3px rgba(13, 19, 31, 0.7);
    border: 1px solid white;
    transition: all 0.5s ease;
    filter: opacity(100%);
}
@media only screen and (max-width: 601px)
{
.prod-img
  {
    margin-bottom: 30px;
  }
}


.prod-img:hover
{
    filter: opacity(30%);
}

/** fim css imagens **/
/* FIM CSS PRODUTOS */

/* INÍCIO CSS EQUIPE */
.equipe
{
    padding: 80px 0;
    margin-top: 80px
}

#duas-cores
{
   background-image: linear-gradient(to right, #0e0f24 40%, transparent 40%);
}
@media only screen and (max-width: 601px)
{
#duas-cores
  {
    background-image: linear-gradient(to bottom, #0e0f24 60%, transparent 60%);
  }
}

.equipe h2
{
	font-family: "Montserrat", sans-serif;
    font-weight: 900;
    line-height: 35px;
    color: #fff
}

.equipe article
{
	font-family: "Montserrat", sans-serif;
    font-weight: 300;
    color: #c8c8c8;

    padding-top: 15px
}

.equipe .info-equipe
{
    transition: all 0.8s ease-in-out;
    z-index: 13;
    position: relative;
    opacity: 0;
}

.equipe .info-equipe:hover
{
    opacity: 1;
}

.equipe .overlay
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: background 0.5s ease;
  z-index: 3;
  padding: 100%;
}

.equipe:hover .overlay
{
  display: block;
  background: rgba(0, 0, 0, 0.7);
}
/* FIM CSS EQUIPE */




/* INÍCIO CSS O QUEM FALAM DA TIVIC */
.depoimentos
{
    padding: 80px 0;
}

.depoimentos h2
{
	font-family: "Montserrat", sans-serif;
    font-weight: 900;
    line-height: 35px;
    color: #fff
}

.depoimentos article
{
	font-family: "Montserrat", sans-serif;
    font-weight: 300;
    color: #fff
}

.depoimentos .base-branca
{
    background-color: #ffffff;
    border-radius: 20px;
    padding: 55px;
    margin: 50px 150px
}
@media only screen and (max-width: 601px)
{
    .depoimentos .base-branca
  {
    padding: 55px 35px;
    margin: 50px 0
  }
}

.depoimentos .conteudo
{
    padding: 20px 0;
}

.depoimentos .esquerda
{
    margin-top: 40px
}

.depoimentos h4
{
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    color: #34aad9;
}

.depoimentos h6
{
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    color: #595959;
}

.depoimentos .falas
{
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    color: #595959;

    padding-right: 15px
}

/* FIM CSS O QUE FALAM DA TIVIC */

/* INÍCIO CSS MAIS SOBRE NÓS */
.mais
{
    padding: 80px 0;
}

.mais h2
{
	font-family: "Montserrat", sans-serif;
    font-weight: 900;
    line-height: 35px;
    color: #fff
}

.mais article
{
	font-family: "Montserrat", sans-serif;
    font-weight: 300;
    color: #fff
}

.mais .empresa
{
  padding-top: 60px;
  padding-bottom: 80px
}
@media only screen and (max-width: 601px)
{
	.mais .empresa
  {
    padding-bottom: 10px
  }
}

.mais h5
{
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: -20px;
  padding-left: 70px;
}

.mais h6
{
	font-family: "Montserrat", sans-serif;
    font-weight: 700;
	color: #fff;
	letter-spacing: .4rem;
	text-align: center;
	padding: 20px 0;
}

.mais .texto-empresa
{
    padding-top: 20px;
}

.mais img
{
  margin-top: -50px;
}

@media only screen and (max-width: 601px)
{
	.mais .espacamento
  {
    margin-top: 60px
  }
}

.mais .box
{
  position: relative;
  border-bottom: 1px solid #d3d3d3; /* borda inteira de baixo */
  border-right: 1px solid #d3d3d3;  /* borda inteira da direita */
  display: inline-block;
  padding: 25px;
  margin-top: 30px;
}

.mais .box::after,
.mais .box::before
{
  content: "";
  position: absolute;
  z-index: 1;
}

.mais .box::after
{ /* borda parcial da esquerda */
  bottom: 0;
  left: 0;
  border-left: 1px solid #d3d3d3;
  height: 100%;
}

.mais .box::before
{ /* borda parcial do topo */
  top: 0;
  right: 0;
  border-top: 1px solid #d3d3d3;
  width: 77%;
}

.mais .leia-mais
{
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 12px;
  color: #ffffff;
  background-color: transparent;
  border: 0px solid #ffffff;
  border-radius: 7px;
  display: block;
  margin: 20px 0;
 }

 .mais .leia-mais:hover
{
  background-color: transparent;
  color: #fff;
  border: 0px solid #fff;
}

/* início css timeline */
.line_box 
{
    display: flex;
    margin-bottom: 40px;
}
.text_circle 
{
    flex: 1;
    text-align: center;
    position: relative;
}
.text_circle:after 
{
    background-color: #ffffff;
    bottom: 1.25em;
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    right: 0;
    width: 50%;
    z-index: -1;
}
.stav_projektu .text_circle:after,.stav_projektu .text_circle:before 
{
    background-color: #ffffff;
}

.line_box h4 
{
    color: #34aad9;
    font-weight: 800;
    font-family: "Montserrat", sans-serif;
}

.subline 
{
    position: absolute;
    right: -25px;
    bottom: -43%;
}

.text_circle:not(:first-child):before 
{
    bottom: 1.25em;
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    left: 0;
    width: 50%;
    z-index: -1;
    background-color: #ffffff;
}

.text_circle:last-child:after 
{
    width: 0;
}

.circle 
{
    height: 100%;
}

.tvar 
{
    height: 40px;
    width: 40px;
    border: 0px;
    display: flex;
    position: relative;
    border-radius: 100%;
    top: -43px;
    margin: 3px auto;
    background-color: transparent;
}

.tvar span
{
    margin: 22% auto;
    height: 20px;
    width: 20px;
    background-color: #ffffff;
    transform: rotate(45deg);

}

.tvar span:hover
{
    background-color: #34aad9;
}

.tvar span:data-bs-content a
{
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

/* iPhone X ----------------------------------- */
@media only screen and (device-width : 375px) and (device-height : 812px) and (-webkit-device-pixel-ratio : 3) 
{
   .subline:before {top: -43px;}
}
@media only screen and (device-width : 812px) and (device-height : 375px) and (orientation : landscape) and (-webkit-device-pixel-ratio : 3) 
{
   .subline:before {top: -31px;}
}
/* iPad portrait ----------------------------------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) 
{
   .subline:before {top: -29px;}
}
/* mobile width till 767px ----------------------------------- */
@media (max-width: 767px)
{
   .subline:before {top: -30px;}
}
/* Portrait iPad Pro */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) 
{
   .subline:before {top: -23px;}
}
/* mobile width till 480px ----------------------------------- */
@media (max-width: 480px)
{
   .subline:before {top: -43px;}
}
/* fim css timeline */
/* FIM CSS MAIS SOBRE NÓS */

/* INÍCIO CSS ONDE ESTAMOS */
.onde-estamos
{
	padding: 80px 0;
    background-image: url('imgs/onde-estamos.jpg');
}

.onde-estamos h2
{
	font-family: "Montserrat", sans-serif;
    font-weight: 900;
    line-height: 35px;
    color: #fff
}

.onde-estamos article
{
	font-family: "Montserrat", sans-serif;
    font-weight: 300;
    color: #fff
}

.onde-estamos h6
{
	font-family: "Montserrat", sans-serif;
    font-weight: 700;
	color: #fff;
	letter-spacing: .4rem;
	text-align: center;
	padding: 20px 0;
}

.onde-estamos span
{
	font-family: "Antonio", sans-serif;
	font-size: 16px;
	font-weight: 400;

	line-height: 250px;
}
@media only screen and (max-width: 601px)
{
	.onde-estamos span
  {
    line-height: 200px;
    font-size: 14px;
  }
}

.onde-estamos .numero
{
	color: #34aad9;
}

.onde-estamos .nome
{
	color: #fff;
}

.onde-estamos .mapa-brasil
{
	padding: 50px 0;
	/* position: relative; */
	/* float: left; */

}
@media only screen and (max-width: 601px)
{
	.onde-estamos .mapa-brasil
  {
    width: 100%;
    /* width: 50%; */
  }
}

/* início css mapa */
svg
{
	width: 1140px; 
	height: 465px
}
@media only screen and (max-width: 601px)
{
	svg
  {
    width: 100%;
    height: 500px;
    background-size: 100%;
  }
}

#map 
{
    display: none;
}

#map .state 
{
    cursor: pointer;
}

#map .state .shape 
{
    cursor: pointer;
    -width: 0
}

#map .state .label_state 
{
    display: none;
    font-family: "Montserrat", sans-serif;
	font-size: 21px;
	text-decoration: none;
    font-weight: 700
}

#map .state .label_city, #map .state .city_ok 
{
    display: none;
    font-family: "Montserrat", sans-serif;
	font-size: 14px;
	text-decoration: none;
    font-weight: 300
}

#map .state:hover .label_state,
#map .state.hover .label_state 
{
    display: block;
}

#map .state:hover .label_city,
#map .state.hover .label_city 
{
    display: block;
}

#map .state:hover .city_ok,
#map .state.hover .city_ok 
{
    display: block;
}

#map .model-blue #state_ba .shape 
{
    fill: rgba(255, 255, 255, 0.4);
}
#map .model-blue #state_ba:hover .shape,
#map .model-blue #state_ba.hover .shape 
{
    fill: #f08800;
}

#map .model-blue #state_se .shape 
{
    fill: rgba(255, 255, 255, 0.2);
}
#map .model-blue #state_se:hover .shape,
#map .model-blue #state_se.hover .shape 
{
    fill: #2d68b2;
}

#map .model-blue #state_pe .shape 
{
    fill: rgba(255, 255, 255, 0.2);
}
#map .model-blue #state_pe:hover .shape,
#map .model-blue #state_pe.hover .shape 
{
    fill: #2d68b2;
}

#map .model-blue #state_al .shape 
{
    fill: rgba(255, 255, 255, 0.4);
}
#map .model-blue #state_al:hover .shape,
#map .model-blue #state_al.hover .shape 
{
    fill: #f08800;
}

#map .model-blue #state_am .shape 
{
    fill: rgba(255, 255, 255, 0.2);
}
#map .model-blue #state_am:hover .shape,
#map .model-blue #state_am.hover .shape 
{
    fill: #2d68b2;
}

#map .model-blue #state_pa .shape 
{
    fill: rgba(255, 255, 255, 0.4);
}
#map .model-blue #state_pa:hover .shape,
#map .model-blue #state_pa.hover .shape 
{
    fill: #f08800;
}

#map .model-blue #state_mt .shape 
{
    fill: rgba(255, 255, 255, 0.2);
}
#map .model-blue #state_mt:hover .shape,
#map .model-blue #state_mt.hover .shape 
{
    fill: #2d68b2;
}

#map .model-blue #state_ro .shape 
{
    fill: rgba(255, 255, 255, 0.2);
}
#map .model-blue #state_ro:hover .shape,
#map .model-blue #state_ro.hover .shape 
{
    fill: #2d68b2;
}

#map .model-blue #state_ac .shape 
{
    fill: rgba(255, 255, 255, 0.2);
}
#map .model-blue #state_ac:hover .shape,
#map .model-blue #state_ac.hover .shape 
{
    fill: #2d68b2;
}

#map .model-blue #state_ap .shape 
{
    fill: rgba(255, 255, 255, 0.2);
}
#map .model-blue #state_ap:hover .shape,
#map .model-blue #state_ap.hover .shape 
{
    fill: #2d68b2;
}

#map .model-blue #state_rj .shape 
{
    fill: rgba(255, 255, 255, 0.2);
}
#map .model-blue #state_rj:hover .shape,
#map .model-blue #state_rj.hover .shape 
{
    fill: #2d68b2;
}

#map .model-blue #state_rs .shape 
{
    fill: rgba(255, 255, 255, 0.2);
}
#map .model-blue #state_rs:hover .shape,
#map .model-blue #state_rs.hover .shape 
{
    fill: #2d68b2;
}

#map .model-blue #state_sc .shape 
{
    fill: rgba(255, 255, 255, 0.2);
}
#map .model-blue #state_sc:hover .shape,
#map .model-blue #state_sc.hover .shape 
{
    fill: #2d68b2;
}

#map .model-blue #state_pr .shape 
{
    fill: rgba(255, 255, 255, 0.2);
}
#map .model-blue #state_pr:hover .shape,
#map .model-blue #state_pr.hover .shape 
{
    fill: #2d68b2;
}

#map .model-blue #state_sp .shape 
{
    fill: rgba(255, 255, 255, 0.4);
}
#map .model-blue #state_sp:hover .shape,
#map .model-blue #state_sp.hover .shape 
{
    fill: #f08800;
}

#map .model-blue #state_ms .shape 
{
    fill: rgba(255, 255, 255, 0.2);
}
#map .model-blue #state_ms:hover .shape,
#map .model-blue #state_ms.hover .shape 
{
    fill: #2d68b2;
}

#map .model-blue #state_go .shape 
{
    fill: rgba(255, 255, 255, 0.2);
}
#map .model-blue #state_go:hover .shape,
#map .model-blue #state_go.hover .shape 
{
    fill: #2d68b2;
}

#map .model-blue #state_mg .shape 
{
    fill: rgba(255, 255, 255, 0.4);
}
#map .model-blue #state_mg:hover .shape,
#map .model-blue #state_mg.hover .shape 
{
    fill: #f08800;
}

#map .model-blue #state_es .shape 
{
    fill: rgba(255, 255, 255, 0.2);
}
#map .model-blue #state_es:hover .shape,
#map .model-blue #state_es.hover .shape 
{
    fill: #2d68b2;
}

#map .model-blue #state_pi .shape 
{
    fill: rgba(255, 255, 255, 0.2);
}
#map .model-blue #state_pi:hover .shape,
#map .model-blue #state_pi.hover .shape 
{
    fill: #2d68b2;
}

#map .model-blue #state_ce .shape 
{
    fill: rgba(255, 255, 255, 0.2);
}
#map .model-blue #state_ce:hover .shape,
#map .model-blue #state_ce.hover .shape 
{
    fill: #2d68b2;
}

#map .model-blue #state_rr .shape 
{
    fill: rgba(255, 255, 255, 0.2);
}
#map .model-blue #state_rr:hover .shape,
#map .model-blue #state_rr.hover .shape 
{
    fill: #2d68b2;
}

#map .model-blue #state_to .shape 
{
    fill: rgba(255, 255, 255, 0.2);
}
#map .model-blue #state_to:hover .shape,
#map .model-blue #state_to.hover .shape 
{
    fill: #2d68b2;
}

#map .model-blue #state_ma .shape 
{
    fill: rgba(255, 255, 255, 0.2);
}
#map .model-blue #state_ma:hover .shape,
#map .model-blue #state_ma.hover .shape 
{
    fill: #2d68b2;
}

#map .model-blue #state_rn .shape 
{
    fill: rgba(255, 255, 255, 0.2);
}
#map .model-blue #state_rn:hover .shape,
#map .model-blue #state_rn.hover .shape 
{
    fill: #2d68b2;
}

#map .model-blue #state_pb .shape 
{
    fill: rgba(255, 255, 255, 0.2);
}
#map .model-blue #state_pb:hover .shape,
#map .model-blue #state_pb.hover .shape 
{
    fill: #2d68b2;
}

#map .model-blue #state_df .shape 
{
    fill: rgba(255, 255, 255, 0.2);
}
#map .model-blue #state_df:hover .shape,
#map .model-blue #state_df.hover .shape 
{
    fill: #2d68b2;
}

#map .model-blue .state .label_state 
{
    fill: #ffffff;
}

#map .model-blue .state .label_city 
{
    fill: #4e92e6;
}

#map .model-blue .state .city_ok 
{
    fill: #ffffff;
}


/* fim css mapa */

/* início css sede */
.sedes
{
	width: 100%;
}

.gallery-wrap 
{
	display: flex;
	flex-direction: row;
	width: 100%;
	height: 30vh;
}
  
.item 
{
	flex: 1;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: none;
	transition: flex 0.8s ease;
}

.item:hover
{
    flex: 7;
}

	
  
.cidade-1 
{ 
	background-image: url('imgs/vitoria-conquista.jpg');
}
  
.cidade-2 
{ 
	background-image: url('imgs/belo-horizonte.jpg');
}
/* fim csss sede */


/* INÍCIO CSS INSTAGRAM */
.insta
{
	padding: 70px 0;
}

.insta h2
{
	font-family: "Montserrat", sans-serif;
    font-weight: 900;
    line-height: 35px;
    text-align: center;
    color: #fff
}

/* FIM CSS ONDE ESTAMOS */

/* INÍCIO CSS DE BUSCA */
.busca
{
    padding: 70px 0;
}

.busca h5
{
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    line-height: 35px;
    color: #3b5489
}

.busca .form-busca
{
    background-color: white;
    padding: 45px 50px ;
    border-radius: 20px;
    box-shadow: 0px 4px 5px rgba(13, 19, 31, 0.1);
    font-family: "Montserrat", sans-serif;
}
/* FIM CSS DE BUSCA */

/* INÍCIO CSS NOTÍCIAS */
.noticias
{
	padding: 70px 0;
}

.noticias h2
{
	font-family: "Montserrat", sans-serif;
    font-weight: 900;
    line-height: 35px;
    color: #fff
}

.noticias article
{
	font-family: "Montserrat", sans-serif;
    font-weight: 300;
	font-size: 14px;
    color: #fff
}

.noticias a h6
{
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	color: #939393;
    text-decoration: none;
	padding-top: 15px;
}

.noticias small
{
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 11px;
	color: #f08800
}

.noticias p
{
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #939393;

	padding-top: 20px;
}

.noticias span a
{
    background-color: #f08800;
    padding: 8px 16px;
    color: white;
    text-decoration: none;

    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 12px;
	text-transform: uppercase;

    transition: all 0.5s ease;

	z-index: 3;
	position: absolute;
	margin-top: 200px;
    margin-left: 20px;
}

.noticias span a:hover
{
    background-color: #ad6200;
}

.noticias .espacamento
{
	padding: 60px 0;
}
/* FIM CSS NOTÍCIAS */


/* INÍCIO CSS CONTATO */
/* início do formulário */
.contato
{
    padding: 80px 0;
}

.contato h2
{
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    line-height: 35px;
    text-align: center;
    color: #fff
}

#responsive-form
{
	margin: 0 auto;
    width: 100%;
}

.form-row
{
	width: 100%;
}

.column-half, .column-full
{
	float: left;
	position: relative;
	padding-right: 15px;
	width:100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.clearfix:after 
{
	content: "";
	display: table;
	clear: both;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) 
{ 
	.column-half{
		width: 50%;
	}
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea, .wpcf7 select
{
	width: 100%;
	padding: 10px;
	font-family: "Montserrat", sans-serif;
	color: #8d8d8d;
	border-radius: 7px;
}

.wpcf7-submit
{
	float: left;
	background: #f08800;
	color: #fff;
	text-transform: uppercase;
	border: none;
	font-family: "Montserrat", sans-serif;
	padding: 15px 30px;
	cursor: pointer;
	border-radius: 7px;
}

.wpcf7-submit:hover
{
	background: #be0000;
	font-weight: 400;
}

span.wpcf7-not-valid-tip
{
	text-shadow: none;
	font-size: 9px;
	color: #fff;
	background: #ff0000;
	padding: 5px;
}

div.wpcf7-validation-errors 
{ 
	text-shadow: none;
	border: transparent;
	background: #f9cd00;
	padding: 5px;
	color: #9C6533;
	text-align: center;
	margin: 0;
	font-size: 12px;
}

div.wpcf7-mail-sent-ok
{
	text-align: center;
	text-shadow: none;
	padding: 5px;
	font-size: 12px;
	background: #59a80f;
	border-color: #59a80f;
	color: #fff;
	margin: 0;
}
/* fim do formulário */
/* início do caixa branca */
.caixa-transparente
{
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 7px;
	padding: 50px;
}
@media only screen and (max-width: 601px)
{
.caixa-transparente
  {
    margin-top: 50px;
  }
}

.caixa-transparente img
{
	margin: 70px auto;
}

.caixa-branca
{
	background-color: #fff;
	border-radius: 7px;
	padding: 25px;
	margin: -30px 150px 0 150px;
}
@media only screen and (max-width: 601px)
{
.caixa-branca
  {
    margin: -30px 80px 0 80px;
  }
}

.caixa-branca span
{
	font-family: "Antonio", sans-serif;
	font-size: 13px;
	font-weight: 200;
	color: #aaaaaa;
}
/* fim do caixa branca */

/* FIM CSS CONTATO */


/* INÍCIO CSS RODAPÉ */
.rodape
{
    padding: 50px 0;
}

.rodape .informacoes span
{
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #e4e4e4
}

.rodape .informacoes span a
{
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    text-decoration: none;
    color: #fff;
    transition: all 0.3s
}

.rodape .informacoes span a:hover
{
    font-weight: 700;
}

.rodape .informacoes h4
{
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    color: #888888
}

.rodape h6
{
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    color: white;
    margin-top: -40px
}

.rodape .informacoes img
{
    padding-bottom: 20px
}

.rodape .informacoes
{
    padding: 40px 0
}

.rodape .contato span
{
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 12px;
    vertical-align: text-top;
    color: #339dca
}

.rodape .direitos span
{ 
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 11px;
    color: #fff
}

.rodape hr
{
    padding-bottom: 5px 0;
    border: 1px solid #fff;
    width: 100%  
}
/* FIM CSS RODAPÉ */


/* ÍCONES */
.material-icons-outlined
{
    vertical-align:sub;
    padding: 10px 7px;
    color: white
}


/**** ALGUNS CSS ADICIONAIS ****/

/* para substituir uma informacao no dispositivo */

@media (max-width: 600px)
{
.computador
{
	display: none;
}
}

@media (min-width: 601px)
{
.celular
{
	display: none;
}
}

@media (min-width: 601px) and (max-width: 992px)
{
.computador
{
	display: block;
}
}

/* fim do css para substituir uma informacao no dispositivo */


/* INÍCIO CSS PAGINAÇÃO */
.pagination 
{
    clear:both;
    position:relative;
    font-family: "Montserrat", sans-serif;
    font-size:11px; /* Pagination text size */
    line-height:13px;
    float:right; /* Pagination float direction */
    margin-top: 30px;
  }
  
  .pagination span, .pagination a 
  {
    display:block;
    float:left;
    margin: 2px 2px 2px 0;
    padding:6px 9px 5px 9px;
    text-decoration:none;
    width:auto;
    color:#fff; /* Pagination text color */
    background: #3297d3; /* Pagination non-active background color */
    -webkit-transition: background .15s ease-in-out;
    -moz-transition: background .15s ease-in-out;
    -ms-transition: background .15s ease-in-out;
    -o-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
  }
  
  .pagination a:hover
  {
    color:#fff;
    background: #3b5489; /* Pagination background on hover */
  }
  
  .pagination .current
  {
    padding:6px 9px 5px 9px;
    background: #ffa800; /* Current page background */
    color:#fff;
  }
  /* FIM CSS PAGINAÇÃO */

  /* inicio da lista */
/*
.internas ul
{
   list-style-type: none; 
}
*/

  .busca-lista li:nth-child(odd)
{
	background-color: #f0f0f0;
}

.busca-lista li:nth-child(even)
{
	background-color: #fff;
}

.busca-lista li:nth-child(odd), .busca-lista li:nth-child(even)
{
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 10px
}
  /* final da lista */