/* QUIENES SOMOS */
#quienes_somos {
  width: 100%;
  height: auto;
  background: #ffffff;
  background-color: #ffffff;
  padding: 0 0 25px 0;
  transition: all .3s ease;
}

#quienes_somos .quienesSomosMain {
  width: 100%;
  height: auto;
  padding: 325px 20% 300px 20%;
  background-image: url('/../../web/nosotros/img/dvl_bg_intro.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 21px 0 rgba(29, 29, 29, 0.5);
  transition: all .3s ease;
}
#quienes_somos .quienesSomosMain .quienesSomosInfo {
  width: 100%;
  height: auto;
  padding: 0 15% 25px 15%;
  text-align: center;
  position: relative;
  z-index: 2;
  transition: all .3s ease;
}
#quienes_somos .quienesSomosMain .quienesSomosInfo h1 {
  font-size: 30px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: normal;
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
  color: #ffffff;
  transition: all .3s ease;
}
#quienes_somos .quienesSomosMain .quienesSomosInfo p {
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  transition: all .3s ease;
}

#quienes_somos .quienesSomosMain .quienesSomosFooter {
  width: 100%;
  height: auto;
  padding: 25px 15% 0 15%;
  text-align: center;
  position: relative;
  z-index: 2;
  transition: all .3s ease;
}
#quienes_somos .quienesSomosMain .quienesSomosFooter a {
  font-size: 19px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #f9ba2c;
  height: 48px;
  padding: 13px 25% 13px 25%;
  border-radius: 24px;
  text-align: center;
  border: solid 1px #feb207;
  background: #ffffff;
  background-color: #ffffff;
  text-transform: uppercase;
  margin: 0 auto;
  transition: all .3s ease;
}
#quienes_somos .quienesSomosMain .quienesSomosFooter a:hover,
#quienes_somos .quienesSomosMain .quienesSomosFooter a:focus,
#quienes_somos .quienesSomosMain .quienesSomosFooter a:active {
  color: #ffffff;
  background: #feb207;
  background-color: #feb207;
}

#quienes_somos .quienesSomosMain .lineasNosotros {
  max-width: 85%;
  height: auto;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
  transition: all .3s ease;
}
#quienes_somos .quienesSomosMain .lineasNosotrosResp {
  width: 63%;
  height: auto;
  position: absolute;
  bottom: 150px;
  left: 8%;
  display: none;
  transition: all .3s ease;
}

#quienes_somos .quienesSomosMain .pictureBox {
  max-width: 300px;
  height: auto;
  position: absolute;
  top: 150px;
  left: 10%;
  transition: all .3s ease;
}

#quienes_somos .quienesSomosMain .pictureTruck {
  max-width: 300px;
  height: auto;
  position: absolute;
  top: 175px;
  right: 10%;
  transition: all .3s ease;
}

#quienes_somos .quienesSomosMain .pictureContenedor {
  max-width: 325px;
  height: auto;
  position: absolute;
  bottom: 200px;
  left: 10%;
  transition: all .3s ease;
}

#quienes_somos .quienesSomosMain .picturePin {
  max-width: 275px;
  height: auto;
  position: absolute;
  bottom: 300px;
  right: 12%;
  transition: all .3s ease;
}
/*  */

/* VENTAJA DE NUESTRO SERVICIO */
#ventajas_servicio {
  width: 100%;
  height: auto;
  padding: 50px 15% 50px 15%;
  background: #ffffff;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  transition: all .3s ease;
}

#ventajas_servicio .ventajasTitle {
  width: 100%;
  height: auto;
  padding: 0 0 50px 0;
  text-align: center;
  position: relative;
  transition: all .3s ease;
}
#ventajas_servicio .ventajasTitle h1 {
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.7;
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
  letter-spacing: normal;
  text-align: center;
  color: #4a90e2;
}

#ventajas_servicio .row .col .servicioMain {
  width: 100%;
  height: auto;
  text-align: center;
  padding: 0 15% 50px 15%;
  position: relative;
  transition: all .3s ease;
}

#ventajas_servicio .row .col .servicioMain img {
  max-width: 100%;
  height: auto;
  position: relative;
  transition: all .3s ease;
}
#ventajas_servicio .row .col .servicioMain p {
  font-size: 20px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: center;
  color: #4f5050;
}
/*  */
