
/*font-family: itc-avant-garde-gothic-pro,sans-serif;
font-weight: 700;
font-style: normal;

font-family: itc-avant-garde-gothic-pro,sans-serif;
font-weight: 300;
font-style: normal;

font-family: itc-avant-garde-gothic-pro,sans-serif;
font-weight: 500;
font-style: normal;*/

body{
  font-size: 18px;

}
header{
	background: #000;
  z-index: 10;
}
h5{
  font-family: itc-avant-garde-gothic-pro,sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
}
footer{
  background: #f1f1f1;
}
.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
}

.logoQuien{
  height: 40px;
  margin: 1rem 0rem;

}
.plaeca-quien{
  background: #ed1c24;
  border-bottom: 5px #242424 solid;
}

.bajada{
  font-family: itc-avant-garde-gothic-pro,sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.2rem;
}

.oper{
    background-image: url(../img/honda-portada.jpg);
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top;
    max-height: 800px;
}

.tit1{
    text-align: center;
    font-family: itc-avant-garde-gothic-pro,sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 5vw;
    padding: 15% 0px;
    color: #fff;
    text-shadow: 0px 0px 20px #000;
    text-align: -webkit-center;
}

.fondo{
  background: #222;
  color: #fff;
}
.conoce{
  height: 40px;
  margin: 2rem;
  border: #ed1c24 2px solid;
}
.sombra{
  box-shadow: -1px 7px 16px -4px rgba(0,0,0,0.48);
-webkit-box-shadow: -1px 7px 16px -4px rgba(0,0,0,0.48);
-moz-box-shadow: -1px 7px 16px -4px rgba(0,0,0,0.48);
}
.blanco{
  color: #fff;
}

.ld{
  border-left: 3px solid #ed1c24;
}


.row{
  margin-right: 0px;
  margin-left: 0px;
}


@media screen and (max-width: 700px) {
  h5{
  font-size: 1.2rem;
}
