/*
* 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: #336633;
    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;
  }
  
/*--------------------------------------------------------------																
# Dropdown
--------------------------------------------------------------*/

.dropbtn {
  background-color: #3335b9;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

.dropbtn:hover {
  background-color: #3963d8;
  color: #000;
}

/* #myInput {
  box-sizing: border-box;
  background-image: url('searchicon.png');
  background-position: 14px 12px;
  background-repeat: no-repeat;
  font-size: 16px;
  padding: 14px 20px 12px 45px;
  border: none;
  border-bottom: 1px solid #ddd;
}

#myInput:focus {outline: 3px solid #ddd;} */

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 230px;
  overflow: auto;
  border: 1px solid #ddd;
  z-index: 1;
  cursor: pointer;
  height: 300px;
  border-radius: 5px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown5 a:hover {background-color: #ddd;}

.show {display: block;}

/* .search {
  position: relative;
}

.search input {
  outline: none;
  border: 1px solid #28843c;
  padding: 0.5rem 1.1rem;
  border-radius: 5px;
  font-family: inherit;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -50px;
}

.search button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.55rem;
  outline: none;
  border: none;
  background-color: #28843c;
  color: #fff;
  border-radius: 0px 5px 5px 0px;
  font-family: inherit;
  cursor: pointer;
  margin-top: -50px;
}

@media screen and (max-width: 467px) {
  .search button {
    position: relative;
    left: -28px;
    margin-top: 5px;
  }
}

@media screen and (max-width: 467px) {
  .search input {
    position: relative;
    padding: 0.5rem;
  }
} */

/*--------------------------------------------------------------																
# Search bar
--------------------------------------------------------------*/

/* .search-container {
  float: right;
}

.search-container button {
  float: right;
  padding: 6px 10px;
  margin-right: 16px;
  background: #ddd;
  font-size: 13px;
  border: none;
  cursor: pointer;
} */

/*--------------------------------------------------------------																
# Cards Animais
--------------------------------------------------------------*/

.products_wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2rem;
}

@media screen and (max-width: 991px) {
  .products_wrapper {
    display: block;
  }
}

.products {
  background-color: #e9f3e8;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .products {
    margin-bottom: 5px;
  }
}

.category {
  margin-top: -10px;
  margin-bottom: 15px;
}

.pr_img img {
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.content {
  padding: 1rem;
}

.content .title {
  font-size: 1rem;
  color: #3e8e41;
}

.content .release_data {
  color: #04AA6D;
}

.content .price {
  background-color: #8bc354;
  padding: 0.5rem;
  width: 60%;
  color: white;
  margin: 0.5rem 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;
}