
/*  .  HEADERS / BANNERS . ************************************************************/
.headers{
    position: relative;
    height: 532px;
    background-position: center top;
    /* lt ie 8 */
  -ms-background-position-x: center;
  -ms-background-position-y: top;
}
.headers .titulos{
   position: absolute;
  top: 40%;
  -webkit-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
    margin-left: 50%;
    width: 45%;
    
    padding: 0px 15px 0px 15px;
}
.headers .titulos h1{
    padding-bottom: 1rem;
    text-shadow: 1px 1px 2px #81a023;
}
.headers .titulos h3{
    padding-bottom: 1rem;
    text-shadow: 1px 1px 2px #81a023;
}

@media(max-width:575px) {
   .headers .titulos{
       margin-left: 0%;
       width: 100%;
    }
}


@media(max-width:1200px) {
    .headers{
        background-image: url("../images/headers/h_index_lg.jpg") !important;
    }
}
@media(max-width:992px) {
    .headers{
        background-image: url("../images/headers/h_index_md.jpg") !important;
    }
}
@media(max-width:768px) {
    .headers{
        background-image: url("../images/headers/h_index_sm.jpg") !important;
    }
}

@media(max-width:576px) {
    .headers{
        background-image: url("../images/headers/h_index_xs.jpg") !important;
        background-position: left top;
    }
}


@media(min-width:1201px) {
    .headers{
        background-image: url("../images/headers/h_index_xl.jpg") !important;
    }
}