@import url('https://fonts.googleapis.com/css?family=Rubik:700');

.icons{
  max-width: 45px;
  max-height: 45px;
}

h2{text-transform: uppercase;}

.bg_white{
  background-color: rgba(255,255,255,0.7);
}

.f_icons{
  height: 45px;
  width: 45px;
  margin: auto;
  margin-bottom: 0.5em;
}

.tit_icons{
  font-family: 'Rubik', sans-serif;
  height: 2.5em;
  font-size: 1em;

}

.tit_icons h3{
  font-size: 1em;
}

.tit_r{
  font-family: 'Rubik', sans-serif;
}

.panel_ul{
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.8);
}

.panel_ul {
  margin: 0;
  padding: 0 20px;
}

.panel_tit{
  background-color: #fff;
  border: 5px solid #e94e5a;
  color:#e94e5a;
  text-align: center;
  border-radius: 25px;
  font-size: 1.2em;
  padding: 7px;
  width: 80%;
  margin: 0 auto 1.5em;
}

.panel_ul li{
  list-style: none;
  padding: 10px 0;
  color:#1bb5bf;
  text-transform: uppercase;

}

#slider_headline{
  background-color: rgba(255,255,255,0.7);
  padding: 10px 0;
  top:50%;
  margin-top: -127px;
  width: 100%;
}


#banner{
  background-image: url(../img/imagenes/AboutUs/about03.png);
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;

}

#pricing{
  background-image: url(../img/imagenes/AboutUs/about02.png);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

@media (max-width:420px) {
  #slider_headline{
    margin-top: -74px;
  }
  #slider_headline aside{
    display: none;
  }

  #slider_headline h1{
    font-size: 1em;
  }
}
