/* NAVBAR ----------------------------------------------------- */
.navbar{
    background-color: white !important;
    height: 60px;
    
}
.navbar a{
    margin-left: 20px;
    color: black !important;
}

#navbar {
    position: fixed;
    top: 0;
    width: 100%;
    transition: top 0.3s;
}
 

.bd-placeholder-img{
 margin-top:4.4%;
}
/* ABOUT ----------------------------------------------------- */

h2{
margin-top: 40px;
margin-left: 30%;
font-family: Arial, Helvetica, sans-serif;
}

.about-us p{
    padding: 10px 200px;
}

.about-us{
    margin-top: 100px;
    background-color: #F5F5F5;
    max-width: 1990px;
}

.about-us hr{
    border: 5px solid #980000;
}



.about{
    padding: 20px 20px;
    background-color: #980000;
}

.hrAbout{
    border: 2px solid white;
    width: 20%;
}
div.colAbout{
    background-color: #980000;
}

.about p{
 background-color: #980000;
 text-align: center;
 font-size: 30px;
 color: white;
}


/* -- IMAGENS ---------------------------------------------------------------------------------*/

.hr-imagens{
border: 5px solid #980000;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 70px;
  }

img {
    vertical-align: middle;
  }
  
  /* Position the image container (needed to position the left and right arrows) */
  .container {
    position: relative;
  }
  
  /* Hide the images by default */
  .mySlides {
    display: none;
  }
  
  /* Add a pointer when hovering over the thumbnail images */
  .cursor {
    cursor: pointer;
  }
  
  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  /* Container for image text */
  .caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
  }
  
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .row-imagens{
      margin-left: 1px;
  }

  /* Six columns side by side */
  .column {
    float: left;
    width: 16.45%;
  }
  
  /* Add a transparency effect for thumnbail images */
  .demo {
    opacity: 0.6;
  }
  
  .active,
  .demo:hover {
    opacity: 1;
  }



/* FOOTER --------------------------------------------------------- */
footer a{
    text-decoration: none;
    color: black;
}

h4{
padding-bottom: 10px;
}

.esquerda, .meio, .direita{
    float:left;
    margin-left: 130px;
}

i{
    position: relative;
    float: left;
}

footer p{
position: relative;
left: 25px;
}

.footer-final{
   position: relative;
   float: left;
   top:20px;
   left:100px; 
}


/*  
/* Extra small devices (phones, 600px and down)
@media only screen and (max-width: 600px) {...}

/* Small devices (portrait tablets and large phones, 600px and up) */
/* @media only screen and (min-width: 600px) {...} */

/* Medium devices (landscape tablets, 768px and up) */
/* @media only screen and (min-width: 768px) {...} */

/* Large devices (laptops/desktops, 992px and up) */
/* @media only screen and (min-width: 992px) {...} */

/* Extra large devices (large laptops and desktops, 1200px and up) */
/* @media only screen and (min-width: 1200px) {...} */ 