@font-face {
  font-family: 'exo2';
  src: url('/teste/fonts/exo_2/Exo2-ExtraLight.otf') format('truetype');
}

body {
  background-color: #fff;
  font-family: "exo2";
}

.hero {
  height: 35vh;
}

.search-form {
  max-width: 600px;
}

.search-form input, .search-form input:hover{
  border: 2px solid #D22A82;
  border-radius: 50px;
  padding: 20px;
}

.btn-primary {
  background-color: #D22A82;
  border: none;
}

.btn-outline-primary {
  color: #D22A82;
  border-color: #D22A82;
  border-radius: 100px;
}

.btn-outline-primary:hover{
  background-color: #D22A82;
  color: #fff;
  border-color: #fff;
}

.footer {
  box-shadow: 0 0 20px #D22A82;
  background-color: #D22A82;
}

.menu{
  box-shadow: 0 0 20px #D22A82;
}

.icone-busca{
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #D22A82;
  font-size: 1.5rem;
  border-radius: 50px;
}

.barra-busca{
  max-width: 600px;
  position: relative;
}

.sub-conteudo{
  text-align: center;
  padding-top: 100px;
  margin-bottom: -50px;
  font-size: 30px;
}

.section-pesquisa{
  margin-top: 150px;
}

.conteudo{
  background-image: url('../images/banner.jpg');
  background-color: rgba(255,255,255,0.8);
  background-blend-mode: lighten;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.dropdown-hover:hover .dropdown-menu{
  display: block;
}


.dropdown-item{
    color: #D22A82;
}

.dropdown-item:hover{
    color: #fff;
    background-color: #D22A82;
}

.icons{
  margin-left: 10px;
  /*background-color: #34b233;*/
  background-color: rgba(52, 178, 51, 0.2);
  border-radius: 50px;
  padding: 5px 15px;
}

.icon1{
  color:#34b233;
}

.icon2{
  color:#ffe700;
}

.icon3{
  color: #f00;
}

.icon4{
  color: #2171b5;
}

.icons-bottom{
  margin-top: 10px;
}

.icon-white{
  height: 40px;
  margin-right: 15px;
}