*{margin: 0px; padding: 0px;}
a{
    text-decoration: none;
    text-decoration-style: none;
}
.header{
    width: 100%;
    display: flex;
    justify-content: center;
}
.nav-link:hover{
  background-color: orange;
  color: white;
  transition: 0.4s;
}
.nav-link:active{
  background-color: orangered;
}
.logo{width: 150px; height: 100%; margin-left: 0;}
main{
    height: 100vh;
}
#ban_img1{
  background-image: url('../imagens/pagina_inicial/quantaspessoas.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
h2{
    color: red
}
.video{
    width: 100%;
    border-radius: 7px;
}
.float-end{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: orangered;
    border-radius: 65px;
    bottom: 14px;
    box-shadow: 3px 3px 10px -2px rgba(0, 0, 0, .75);
    color: #d9a000;
    cursor: pointer;
    height: 50px;
    position: fixed;
    right: 22px;
    width: 50px;
    z-index: 3;
    visibility: hidden;
}
.float-end:hover{
  height: 52px;
  width: 52px;
  
}
.float-end:active{
  height: 50px;
  width: 50px;
}
.float-end a{
    color: white;
}
.rodape{
    background-color: black;
    height: 300px;
}
.cabecalho-rodape{
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.titulo-midias{
    color: orangered;
}
.links-midias{
    display: flex;
    justify-content: center;
    width: 200px;
    height: 50px;
}
.icon-redes{
  display: flex;
  justify-content: space-around;
  width: 90%;
}
.icon-redes a{    
    color:white
}
.titulo-final{
    text-align: center;
    bottom: 0;
    margin-top: 60px;
    width: 100%;
}


/* ESTILOS GLOBAL
-------------------------------------------------- */

body {
    color: #5a5a5a;
  }
  
  
  /* PERSONALIZAÇÃO DO CARROSSEL
  -------------------------------------------------- */
  
  /* Carousel base class */
  .carousel {
    margin-bottom: 4rem;
  }
  /* Since positioning the image, we need to help out the caption */
  .carousel-caption {
    bottom: 3rem;
    z-index: 10;
  }
  
  /* Declare heights because of positioning of img element */
  .carousel-item {
    height: 32rem;
  }
  
  
  /* MARKETING CONTENT
  -------------------------------------------------- */
  
  /* Center align the text within the three columns below the carousel */
  .marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
  }
  /* rtl:begin:ignore */
  .marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
  }
  /* rtl:end:ignore */
  
  
  /* Featurettes
  ------------------------- */
  
  .featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
  }
  
  /* Thin out the marketing headings */
  /* rtl:begin:remove */
  .featurette-heading {
    letter-spacing: -.03rem;
  }
  
  /* rtl:end:remove */
  
  /* RESPONSIVE CSS
  -------------------------------------------------- */
  @media (max-width: 1000px){
    .header{
        justify-content: flex-start;
    }
    /*#ban_img1{
      background-image: url('../imagens/imagens-estab/drogaria-saude.jpg');
      background-repeat: no-repeat;
      background-size: 100% 100%;
    }*/
  }
  
  @media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
      margin-bottom: 1.25rem;
      font-size: 1.25rem;
      line-height: 1.4;
    }
    
  
    .featurette-heading {
      font-size: 50px;
    }
  }
  
  @media (min-width: 62em) {
    .featurette-heading {
      margin-top: 7rem;
    }
  }
