/* Sem espaços após parágrafos - necessário em alguns navegadores*/
p{margin: 0; }

body{
  padding:0 !important;
  margin:0 !important;
  clear: both;
}

/* Fontes do Projeto*/
@font-face {
    font-family: Montserrat;
    src: url(Montserrat.ttf);
  }  

  /* Faz a imagem do carrosel responsiva*/
.carousel-inner img {
    width: 100%;
    height: 100%;
} 

.bg{
    background-color: #a0d6b4;
    /*display: block;*/
    /*max-width: 100%;**/
    height: auto;
}

/*Cor da barra de menu, fonte e tamanho (padding) dentro do menu*/
.bg-light{background-color:#ffffff !important; height: auto; font-size: 16px; 
  padding: 20px; font-family: 'Montserrat', sans-serif;}

.bg-light a {color: #be29ec !important; }

.bg-light a:hover {color: #be29ec !important;  }

.nav-item a:hover {color: #be29ec !important; border-bottom: 2px solid #be29ec; padding: 7px; }

.nolink a:hover {text-decoration: none;border: none; padding: 0px; }

/*Customização para a cor do menu sanduíche quando necessário*/
.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(190,41,236)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }
  
.custom-toggler.navbar-toggler {
    border-color: rgb(190,41,236);
  } 

.home-text {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  width: 90%;
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */  
  padding:50px;
}

.home-text h1 {font-size:60px; font-weight: bold;}

.home-text h3 {font-size:30px;}

.home-text button{
  background-color:#530082;
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer; border-radius: 8px;
}

.carousel-item img {opacity: 1.0;}

.home-text button:hover {
    background-color:  #800080;
    color: white;
  }
  
#home { background-color: #ffffff; padding: 25px 0;}

#sobre {background-color: #530082;  padding: 150px 0 50px; }

.sobre_footer{background-color: #dfdfde;  padding: 50px 0 30px; }

.sobre_footer h1 {font-family: 'Montserrat', sans-serif;  font-size: 36px;  color: #000000; text-align: center; margin-bottom: 30px;font-weight: bold;}

.sobre_footer p {font-family: 'Montserrat', sans-serif;  font-size: 20px;  color: #000000; text-align: left; margin: 0 15px 30px;}

.parallax {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../img/b3.jpg");
  min-height: 300px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#atuacao {padding: 150px 0 100px; }

.box_atuacao {background-color: #ffffff; padding: 20px; margin-top: 50px;}

.box_atuacao p {font-family: 'Montserrat', sans-serif;  font-size: 20px;  color: #000000; text-align: left; margin: 0;}

#atuacao_footer {background-color: #ffffff; padding: 20px; margin: 50px; text-align: center;}

#atuacao_footer h1 {font-family: 'Montserrat', sans-serif;  font-size: 36px;  color: #000000; text-align: center; margin-bottom: 30px;font-weight: bold;}

#atuacao_footer p {font-family: 'Montserrat', sans-serif;  font-size: 20px;  color: #000000; text-align: center; margin: 0 30px;}

#publicacoes {padding: 150px 0 100px;  background-color: #149dcc;}

#publicacoes h1{font-family: 'Montserrat', sans-serif;  font-size: 60px;  color: #ffffff; text-align: center; margin-bottom: 50px;}

#publicacoes h2{font-family: 'Montserrat', sans-serif;  font-size: 30px;  color: #ffffff; text-align: left; margin-bottom: 20px;}

#publicacoes p {font-family: 'Montserrat', sans-serif;  font-size: 18px;  color: #fdf9f9; text-align: justify; }

#contato {background-color: #ffffff; }

#sobre h1{font-family: 'Montserrat', sans-serif;  font-size: 60px;  color: #ffffff; text-align: center; margin-bottom: 50px;}

#sobre h2{font-family: 'Montserrat', sans-serif;  font-size: 36px;  color: #ffffff; text-align: center; margin: 20px 0 40px;}

#sobre p {font-family: 'Montserrat', sans-serif;  font-size: 20px;  color: #fdf9f9; text-align: justify; margin: 0 15px;}

#atuacao h1 {font-family: 'Montserrat', sans-serif;  font-size: 60px;  color: #ffffff; text-align: center; margin-bottom: 50px;}

#atuacao h2 {font-family: 'Montserrat', sans-serif;  font-size: 20px;  color: #008080; text-align: center; padding-top: 20px;}

#contato h1 {font-family: 'Montserrat', sans-serif;  font-size: 60px;  color: #ffffff; text-align: center; margin-bottom: 50px;}

#contato p{font-family: 'Montserrat', sans-serif;  font-size: 22px;  color: #fdf9f9; text-align: justify; }

#contato a {color: #ffffff; }

#contato a:hover {color: #ffccff; text-decoration: none;}

.contato-header {background-color: #530082;  padding: 150px 0 50px; }

.col-md-6 {font-family: 'Montserrat', sans-serif; font-size: 18px; text-align: justify; padding: 15px; }

.endereco p{font-family: 'Montserrat', sans-serif;  font-size: 22px;  color: #fdf9f9; 
  background-color:#530082; width: 100%; padding:10px 5px 50px 5px; text-align: center !important;}

#submitBtn{
  width: 100%;
  background-color:#65737e;
  border: none;
  color: white;
  padding: 12px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin-top: 20px;  
  transition-duration: 0.4s;
  cursor: pointer; border-radius: 8px;
}

#submitBtn:enabled{
  background-color:#800080; 
}

#submitBtn:hover {
    background-color:  #800080;
    color: white;
  }

  #contato #nome, #contato #email, #contato #mensagem{
    width: 100%;
    background-color: #f5f5f5;
    border: solid 1px #e8e8e8;
    color: #000000;
    font-size: 20px;
    padding: 15px 15px;  
    margin-top: 20px;   border-radius: 5px;
  }
  
.g-recaptcha {margin-top: 15px;width: 100%;}

.mapa {width: 100%; height: 520px; margin-top: 20px; border: solid 1px #e8e8e8; border-radius: 5px; }

#footer {font-family: 'Montserrat', sans-serif;   background-color: #be29ec;  width: 100%; height: 60px; 
        padding-top:20px !important; padding-bottom:3px !important; text-align: center;
        font-size: 16px;  color: #ffffff; position: absolute; margin-top: 100px;
}

#footer a {font-family: 'Montserrat', sans-serif; color: #660066; }

#footer a:hover {color: #71c7ec; text-decoration: none;}

.modal-backdrop{z-index: 1050;}
.modal{z-index: 1060;}
.modal-body {font-family: 'Montserrat', sans-serif;font-size: 22px;}
.btn-danger {background-color:#be29ec; border: 0; font-family: 'Montserrat', sans-serif;font-size: 20px;}
.btn-danger:hover{background-color:#e8e8e8;}

.slideanim {visibility:hidden;}

.slide {
      animation-name: slide;
      -webkit-animation-name: slide;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      visibility: visible;
  }
  @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }

@media only screen and (max-width: 480px) {

  body {margin-top: 90px !important;}

  #home h1, #sobre h1, #atuacao h1, #publicacoes h1, #contato h1 {font-size: 40px;}

  .img-fluid {padding:30px; }

  .home-text h1 {font-size:40px; font-weight: bold;}

  .home-text h3 {font-size:20px;}

  #contato p { font-size: 18px; }

  .home-text button{visibility: hidden;}
 
}
