.container {
  max-width: 960px;
}
h2.menuLink{
  padding-top:80px;
  text-transform: uppercase;
}

h1, h2, h3, h4{
  font-family: Josefin Sans;
  text-transform: uppercase;
}
p, li{
  font-family: hevetica, sans-serif;
}

/*
 * Custom translucent site header
 */

.site-header {
  background-color: rgba(0, 0, 0, .85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
  color: #999;
  transition: ease-in-out color .15s;
}
.site-header a:hover {
  color: #fff;
  text-decoration: none;
}

.quemSomos{
  padding-bottom: 2rem;
}

/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

.product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: #333;
  border-radius: 21px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, .1);
  border-radius: 5px;
}

.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background-color: #e5e5e5;
}


/*
 * Extra utilities
 */

.flex-equal > * {
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    flex: 1;
  }
}

.overflow-hidden { overflow: hidden; }


.eficienciaEnergetica{
  background-color: #004474;
  color:white;
  padding-bottom: 2rem;
}

.eficienciaEnergetica hr{
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #fff;
    margin: 1em 0;
    padding: 0;
}
.eficienciaEnergetica .hovereffect{
  border-radius: 10px;
  box-shadow: 1px 1px 1px 0px #000;
}

.eficienciaEnergetica .row{
  min-height: 200px;
}

.eficienciaEnergetica h3 {
  text-align: center;
}
.eficienciaEnergetica h3 i{
  font-size: 2.5em;
  display: block;
}

.eficienciaEnergetica a:hover{
  text-decoration: none;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@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: 20px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    /* margin-top: 4rem; */
    /* color: white; */
  }
}

.servicos ul li,.servicos ol li,.servicos p{
  /* color: wheat; */
}
.servicos ul li{
  list-style-type: square;
}
.servicos > h2{
  /* color: white; */
}

.servicos .row {
  padding: 0.4em;
  margin:  4rem 0 0 0;
  /* color: white; */
}

.servicos .row.bg-dark {
color: white;
padding:4rem 0;
background-color: #004474!important;
}

.clientes{
  margin-left: 2.5em;
  padding-bottom: 4rem;
}

footer.bg-dark{
    background-color: #004474!important;
}

/* Carroussel */

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* 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;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}
.carousel .carousel-inner{
  background-blend-mode: overlay;
  background: #004474 no-repeat center -100px url(../images/banners/rio.jpg);
  height: 100%;
  display: block;
  background-size:100%;
}

.row .col-lg-4 h2 {
    font-size: 20px;
}

.clientes img {
    height: 75px;
    margin: 10px 20px;
}

/* FOOTER */
footer{
  color:#fff;
  padding-bottom: 3rem;
}

footer h2{
  color:#fff;
  margin-bottom: 1.5em;
  /*border-bottom: 1px solid #404040;*/
}
footer small{
  margin-top:4em;
}


/* CSS IMAGE HOVER EFFECT */
/*
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: #a0b64b;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 50px 20px;
}

.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hovereffect:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  overflow: hidden;
  padding: 0.5em 0;
  background-color: transparent;
}

.hovereffect h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}

.hovereffect:hover h2:after {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect a, .hovereffect p {
  color: #FFF;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}

.hovereffect:hover a, .hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
*/

@media (max-width: 1080px) {
    .carousel .carousel-inner {
    background-size: auto;
}
    
}