@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.1/font/bootstrap-icons.css");

@font-face{
    font-family: GOTHIC;
    src: url("GOTHIC.TTF");
    font-weight: normal;
    font-style: normal;
}


body, html {
	margin: 0;
	padding: 0;
	max-width: 100%;
	background-color: #fff;
	font-family: ARIAL;
}


.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
  width: 750px;
  }

  .faixa-interna{ 
    padding: 40px 0 0 50px;
  }

}

@media (min-width: 992px) {
  .container {
  width: 970px;
  }

  .faixa-interna{ 
    padding: 40px 0 0 50px;
  }

}

@media (min-width: 1200px) {
  .container {
  width: 1170px;
  }

  .faixa-interna{ 
    padding: 40px 0 0 50px;
  }

}


/***************************
/
/     Index
/
/***************************/

.iconesIndex{padding: 2%; }
.iconesIndex img{width: 50%;}

.noticias{background-color: #ecedee; padding: 20px;}
.noticias .item{width: 18rem; margin: 10px;}
.noticias h5{height:100px;}
.noticias .btnNoticias{width:150px; margin:0 0 15px 20%;}
.btn-primary {
  background: rgba(11,61,122,1);
  border: none;
  text-align: center;
  margin-top: 3%;
}

.imagem-home {
  width: 100%;
  padding-left: 15%;
}

.imagem-home img {
  float: left;
  width: 20%;
  margin: 3% 0.2% 3% 0.2%;
}

@media screen and (max-width: 480px) {
.imagem-home {
  width: 100%;
  padding-left: 0;
}

.imagem-home img {
  float: left;
  width: 98%;
  margin: 3% 0.2% 3% 0.2%;
}

.cabecalho {
  margin-top: 60px;
}
}

/***************************
/
/     Detalhe internas geral
/
/***************************/


.faixa-interna{ background: linear-gradient(90deg, rgba(76,114,161,1) 50%, rgba(11,61,122,1) 100%);  
    height: 150px;
   /* padding: 40px 0 0 250px; */
    margin: 0 0 0 0;}

.faixa-interna .titulo {
    font-weight: bold;
    font-size: 40px;
    color: #FFFFFF;
}

.faixa-interna .separador{
  background: #fff;
  width: 150px;
  height: 2px;
  margin: 0 0 10px 0px;
  float: left;
  text-align: center;       
}


/***************************
/
/     Sessão Diretoria
/
/***************************/

.diretoria-1 {
  width: 20%;
}

.diretoria-1 img {
  width: 100%;
  margin-right: 50px;
}

.nome-diretoria {
  font-family: 16px;
  text-align: center;
  width: 100%;
  background-color: #dcdcdc;
  font-weight: bold;
  padding: 10px;
  margin-top: 0;
  height: 60px;
}

.cargo-diretoria {
  font-size: 14px;
  text-align: center;
  width: 100%;
  background-color: #ffb393;
  color: #fff;
  margin-top: -4%;
}

.diretoria-2 {
  width: 20%;
  margin-left: 1%;
  margin-right: 1%;
}

.img-tit-diretoria {
  width: 30%;
}


@media screen and (max-width: 480px) {
.nome-diretoria {
  font-family: 16px;
  text-align: center;
  width: 100%;
  background-color: #dcdcdc;
  font-weight: bold;
  padding: 10px;
  margin-top: 0;
  height: 90px;
}
.diretoria-1 {
  width: 100%;
  margin-left: 15%;
}

.diretoria-2 {
  width: 100%;
  margin-left: 15%;
}

.img-tit-diretoria {
  width: 100%;
  margin-left: 15%;
}
}

.diretoria {border:none; margin: 3px;}
.diretoria h5{font-size: 16px; text-align: center;}
.diretoria p{font-size: 12px; text-align: center;}


/*******************************************************************************
/
/           ANALISAR E EXCLUIR
/
*******************************************************************************/


/****************************************************************************** CONTATO ********************************************************************************************/

.contato-index {
  background-image: url('_IMG/Mapa-1.png');
  background-size: cover;
  padding-top: 15px;
  height: 510px;
}

.fale-conosco {
  width: 40%;
  background-color: #fff;
  padding: 10px 5px 10px 25px;
  height: 400px;
  float: left;
  margin: 10px 0 0 20%;
}

.infos {
  width: 100%;
  height: 350px;
  float: right;
  margin: 0;
  background-color: #6a6b6d; 
  padding: 30px; 
  margin: 10px;  
  height: 400px;
}

.formulario-contato {
  background-color: #FFFFFF; 
  padding: 20px; 
  margin: 10px; 
  height: 400px;
}

.contato-1 {
  width: 50%;
  float: left;
}

.contato-2 {
  width: 50%;
  float: right;
}

@media only screen and (max-width: 420px) {
.fale-conosco {
  width: 95%;
  background-color: #fff;
  padding: 10px 0px 10px 15px;
  height: 600px;
  float: left;
  margin-left: -20px;
}

.infos {
  width: 100%;
  height: 350px;
  float: right;
  margin: 0;
  background-color: #6a6b6d; 
  padding: 20px; 
  margin: 10px;  
  height: 450px;
  margin-left: -70px;
}
.formulario-contato {
  background-color: #FFFFFF; 
  padding: 20px; 
  margin: 10px; 
  height: 750px;
}

.contato-1 {
  width: 100%;
  float: left;
}

.contato-2 {
  width: 100%;
  float: right;
}
}

.feedback-input {
  color:#000;
  font-family: 'GOTHIC';
  font-weight:500;
  font-size: 16px;
  line-height: 22px;
  background-color: #f9f9f8;
  border: none;
  border-bottom: 2px solid #ccc;
  transition: all 0.3s;
  padding: 13px;
  margin-bottom: 15px;
  width:90%;
  box-sizing: border-box;
  outline:0;
}

.feedback-input-2 {
  color:#000;
  font-family: 'GOTHIC';
  font-weight:500;
  font-size: 16px;
  line-height: 22px;
  background-color: #f9f9f8;
  border: none;
  border-bottom: 2px solid #ccc;
  transition: all 0.3s;
  padding: 13px;
  margin-bottom: 15px;
  width:95%;
  height: 185px;
  box-sizing: border-box;
  outline:0;
}

.feedback-input-3 {
  color:#000;
  font-family: 'GOTHIC';
  font-weight:500;
  font-size: 16px;
  line-height: 22px;
  background-color: #f9f9f8;
  border: none;
  border-bottom: 2px solid #ccc;
  transition: all 0.3s;
  padding: 13px;
  margin-bottom: 15px;
  width:50%;
  box-sizing: border-box;
  outline:0;
}




.submit-contato {
  background-color: #193f92;
  border: none;
  color: #fff;
  padding: 20px;
  margin: 0 3% 1% 20%;
  float: right;
}

.submit-contato:hover {
  background-color: #ccc;
  transition: 1s;
}

.senha-cliente {
  background-color: #ccc;
  border: none;
  color: #fff;
  padding: 10px 15px 10px 15px;
  margin: 1% 1% 1% 1%;
}

.senha-cliente:hover {
  background-color: #b5b5b5;
  transition: 1s;
}

.submit-cliente {
  background-color: #fdb82d;
  border: none;
  color: #fff;
  padding: 10px 15px 10px 15px;
  margin: 1% 1% 1% 25%;
} 

.submit-cliente:hover {
  background-color: #ccc;
  transition: 1s;
}

.txt-contato-1 {
  color: #fff;
  border-bottom: 2px solid #fff;
  width: 280px;
  padding: 3px;
  font-weight: bold;
  font-size: 16px;
}

@media only screen and (max-width: 420px) {
.txt-contato-1 {
  color: #fff;
  border-bottom: 2px solid #fff;
  width: 200px;
  padding: 3px;
  font-weight: bold;
  font-size: 16px;
}

}

.txt-contato {
  color: #fff;
  padding: 3px;
  font-size: 16px;
}


/****************************************************************************QUEM SOMOS**************************************************************************************/

.call-box {
  -webkit-perspective: 800;
  width: 30%;
  height: 390px;
  position: relative;
  margin: 50px auto;
  float: left;
  margin: 1.5%;
}

@media only screen and (max-width: 420px) {
.call-box {
  width: 95%;
  height: 350px;
}
}


.call-box:hover .flip-box {
  -webkit-transform: rotatex(-180deg);
}

.call-box .flip-box {
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  -webkit-transition: 0.5s;
  border-radius: 15px;
}

.call-box .flip-box .face {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-backface-visibility: hidden;
  z-index: 2;
  font-size: 3em;
  text-align: center;
  border-radius: 15px;
}

.call-box .flip-box .front {
  position: absolute;
  z-index: 1;
  background: none;
  cursor: pointer;
}

.call-box .flip-box .back {
  -webkit-transform: rotatex(-180deg);
  background: rgba(0,0,0,0.1);
  color: #000;
  cursor: pointer;
  height: 300px;
  margin-top: 60px;
}

.qs-tit {
  font-size: 20px;
  margin: 10% 0 0 0;
  font-weight: bold;
}

.qs-tit-front {
  font-size: 25px;
  margin: 135px 0 0 0;
  font-weight: bold;
  color: #193f92;
  padding: 10px;
  border-top: 4px solid #193f92;
  border-bottom: 4px solid #193f92;
  background: rgba(255,255,255,0.7);
}

.qs-text {
  font-size: 16px;
  margin: 10% 5% 0 5%;
  text-align: left;
  color: #002251;
}

/************************/

.card-noticia {
  width: 20%;
}

/***********************************************************************NOTICIAS INTERNA**************************************************************************************/

.not-esquerda {
  width: 65%;
  float: left;
}

.not-direita {
  width: 25%;
  float: right;
  margin-right: 3%;
  margin-top: 1.4%;
}

.not-text {
  text-align: justify;
  font-size: 16px;
}

.not-text-destaque {
  text-align: justify;
  color: #aaaaaa;
  font-weight: bold;
  border-bottom: 1px solid #aaaaaa;
  border-top: 1px solid #aaaaaa;
  padding: 5px;
}

.not-tit {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: bold;
  color: #909090;
  width: 100%;
  border-bottom: 2px solid #d5d5d5;
  padding-bottom: 5px;
}

.not-data {
  color: #d5d5d5;
  font-size: 16px;
  padding-top: 1px;
  margin-top: -15px;
}

.not-share {
  float: right;
}

.not-share i {
  padding: 10px;
  background-color: #ececec;
  margin: 5px;
}

.not-mais {
  margin-bottom: 15%;
}

.not-tit-mais {
  font-size: 18px;
  color: #646464;
  width: 97%;
  background-color: #d0d0d0;
  padding: 5px;
  margin-top: -2px;
}