body{
  font-size: 16px;
  color: rgba(0,0,0,.87);
  line-height: 18px;
  font-weight: 400;
}

.backgroundHome {
  background-image: url(/images/backgroundImages.jpg); 
  background-position: center;
  background-size: cover;

}
div#fh5co-logo-mobile-wrap {
  background-color: #052e5f;
}

.sf-menu a {
  color: rgba(255, 255, 255, .87);
}

#fh5co-primary-menu > li > .sf-with-ul:after{
  color: rgba(255, 255, 255, 1);
}

#fh5co-header-section.fh5co-scrolled {
  background-color: #052e5f;
}

.bannnerTextStyle {
  font-size: 2rem !important;
  line-height: 2.3rem !important;
}

#fh5co-main {
  padding-top: 0;
}

.title-magin {
  margin-bottom: 50px;
}
.btn {

  /* -webkit-border-radius: 2px; */
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  /* border-radius: 30px; */
  border-radius: 2px;

}

button.btn.btn-info.float-left {
  float: left;
}


.title-slider{
font-size: 5rem;
font-weight: 400;
color: rgba(0,0,0,.7);
text-align: left;


}

.text-slider{
  font-size: 2.5rem;
  line-height: 3rem;
font-weight: 300;
color: rgba(0,0,0,.75);
text-align: left;

}
.text-slider-a{
  font-size: 2rem;
  line-height: 3rem;
font-weight: 300;
color: rgba(0,0,0,.75);
text-align: left;

}

.title-text-nosotros{
  font-size: 3rem;
font-weight: 400;
color:#052e5f;
text-align: left;

}

.top-margin-text {
  padding-top: 10%;

}


#fh5co-testimonial {
  padding: 5em 0;
}

.back-info{
  padding: 5px;
  background-color: #f5f5f5;
  border-radius: 5px;
}

.gray-background{
  background-color: #f5f5f5;
}

.gray-partner{
  background-color: #f2f2f2;
}
.partner-title {
  margin-top: 80px;
  margin-bottom: 80px;
  font-size: 5rem;
  font-weight: 400;
  color: rgba(0,0,0,.5);
  text-align: center;
}

/* ===== responsive adp =====*/

@media screen and (max-width: 800px) {
  
    .mobile-style-banner{
      position: relative;
      top: 30px;

    }

}



