#header-home {}

#header-home .imagen {
  background-position: center left !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 400px;
  position: relative;
  display: block;
}

#header-home .imagen h5 {
  position: absolute;
  bottom: 3%;
  left: 4%;
  color: #fff;
  font-size: 29px;
  font-weight: 500;
  margin: 0;
  text-shadow: -2px 2px 2px rgba(0, 0, 0, 0.14);
  text-transform: uppercase;
}

#header-home .imagen h5 span {
  display: block;
  font-weight: 300;
  margin-top: -3px;
  font-size: 23.5px;
}

#header-home .col-md-6 .imagen h5 {
  left: inherit;
  right: 2%;
  font-size: 37px;
}

#header-home .col-md-6 .imagen {
  z-index: 1;
}

#header-home .col-md-6 .imagen h5 span {
  font-size: 20px;
}

#header-home .col-md-3.right .imagen h5 {
  left: inherit;
  right: 4%;
  font-size: 26px;
}

#header-home .col-md-3.right .imagen h5 span {
  font-size: 34.5px;
}

#bottom-header {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  padding-top: 17px;
  padding-bottom: 1%;
}

#bottom-header .imagen {
  background-position: center left !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 400px;
  position: relative;
  display: block;
}

#bottom-header .imagen h5 {
  position: absolute;
  bottom: 3%;
  left: 4%;
  color: #fff;
  font-size: 29px;
  font-weight: 500;
  margin: 0;
  text-shadow: -2px 2px 2px rgba(0, 0, 0, 0.14);
}

#bottom-header .imagen h5 span {
  display: block;
  font-weight: 300;
  margin-top: -3px;
  font-size: 23.5px;
}
#bottom-header .imagen.photo-gallery h5{
    top: 12%;
    bottom: inherit;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    font-size: 34px;
}
#bottom-header .imagen.photo-gallery h5 span {
    font-size: 27px;
}
#header-home .imagen.newsletter{
    height: 194px;
    margin-bottom: 2%;
}
#header-home .imagen.newsletter h5 span.text-info{
    font-size: 15px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 400;
    text-align: center;
    margin-top: 2%;
    padding-left: 10%;
    padding-right: 10%;
    line-height: 18px;
    font-family: 'Open Sans', sans-serif !important;
}
#header-home .imagen.newsletter h5{
  top: 33%;
  bottom: inherit;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 23px;
  text-transform: uppercase;
  }
#header-home .imagen.map-out{
    height: 194px;
}
#header-home .imagen.map-out h5{
    text-transform: uppercase;
    font-size: 34px;
    bottom: 7%;
}
#header-home .imagen.nmap-out h5 span {}
#bottom-header .imagen.social-media {
    background: #3e50ba;
    background-position-x: -240px !important;
}
#bottom-header .imagen.social-media h5{}
#bottom-header .imagen.social-media h5 span{}
  /*MOBILE SCREEN*/
  @media (max-width: 448px) {
    #header-home .imagen {
        height: 200px;
    }
    #bottom-header .imagen {
    height: 200px;
  }
  #bottom-header {
    padding-top: 0;
    padding-bottom: 0%;
}
#header-home .imagen.newsletter {
    margin-bottom: 0%;
}
#bottom-header .imagen.social-media {
    background-position-x: inherit !important;
}
  }
