/*
* Template Name: Lumia
* Template URL: https://bootstrapmade.com/lumia-bootstrap-business-template/
* Updated: Mar 17 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

body {
    font-family: 'Montserrat', sans-serif;
    color: #292929;
  }
  
  a {
    color: #3335b9;
    text-decoration: none;
  }
  
  a:hover {
    color: #c4000b;
    text-decoration: none;
  }

  b, strong {
    font-weight: bolder;
    color: #000;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: "Montserrat", sans-serif;
  }
  
  @layer base {
    html, body {
      overflow-x: hidden;
    }
  }
  
  /*--------------------------------------------------------------
  # Banner Section
  --------------------------------------------------------------*/
  
  #banner {
    width: 100%;
    height: 20rem;
    background: url("Animals Lar.png");
    background-position: center 20%;
    background-size: contain;
    position: relative;
    margin-top: -25px;
    padding: 0;
  }
  
  #banner:before {
    content: "";
    background: rgba(56, 64, 70, 0.6);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
  }
    
/*--------------------------------------------------------------																
# Sections General
--------------------------------------------------------------*/

section {
    padding: 60px 0;
  }
  
  .section-bg {
    background-color: #f7f7f7;
  }
  
  .section-title {
    text-align: center;
    padding-bottom: 30px;
  }
  
  .section-title h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
  }
  
  .section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 150px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 75px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 3px;
  background: #284884;
  bottom: 0;
  left: calc(50% - 30px);
}
  
  .section-title p {
    margin-bottom: 0;
    font-size: 18px;
    text-align: justify;
  }

/*--------------------------------------------------------------
# Dúvidas
--------------------------------------------------------------*/

#contato {
  /* background-color: #1C602B; */
  box-sizing: border-box;
}

#contato .container h2 {
  color: #000000;
}

#contato .container p {
  color: #000000;
  text-align: center;
}

#contato .container a {
  color: #000000;
  text-align: center;
}

#contato .container a:hover {
  color: #3335b9;
}

/*--------------------------------------------------------------
# Parágrafo
--------------------------------------------------------------*/

.tabbed-paragraph {
  text-indent: 40px; /* Indent the first line */
}

/*--------------------------------------------------------------
# Imagem
--------------------------------------------------------------*/

@media screen and (max-width: 991px) {
  .imagem {
  width: 80%;
  }
}


/*--------------------------------------------------------------
# Delegacia Virtual de Proteção Animal
--------------------------------------------------------------*/

.denuncia {
  color: #3335b9;
}

.denuncia:hover {
  color: #447de7;
}