/* INICIO */
#intro {
  width: 100%;
  height: auto;
  padding: 200px 0 0 0;
  background: #ffffff;
  background-color: #ffffff;
  position: relative;
   overflow: hidden;
  transition: all .3s ease;
}

#intro .introTitle {
  width: 100%;
  height: auto;
  padding: 0 50px 50px 50px;
  text-align: center;
}

#intro .introTitle h1 {
  font-family: 'Metropolis';
  font-size: 40px;
  font-style: normal;
  color: #ffb749;
  text-transform: uppercase;
}
#intro .introTitle h1 span {
  font-weight: bold;
}
/*  */

/* SERVICIOS */
#servicios {
  width: 100%;
  height: auto;
  padding: 50px 15% 250px 15%;
  background: #ffffff;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  transition: all .3s ease;
}

#servicios .serviciosOptions {
  width: 55%;
  height: auto;
  float: right;
  position: relative;
  padding: 0 0 0 0;
  margin: 50px 0 0 0;
  z-index: 10;
}
#servicios .serviciosOptions .row,
#servicios .serviciosOptions .row .col {
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
}

#servicios .serviciosOptions .row .col .btnServicios {
  width: 80%;
  height: 75px;
  margin: 15px 0 25px 0;
  padding: 0 0 0 20%;
  font-size: 17px;
  line-height: 75px;
  text-align: left;
  background: #ffffff;
  background-color: #ffffff;
  font-family: 'Metropolis';
  font-weight: normal;
  font-style: normal;
  color: #808080;
  text-transform: none!important;
  box-shadow: 0px -1px 9px 0px rgba(0,0,0,0.41);
  -webkit-box-shadow: 0px -1px 9px 0px rgba(0,0,0,0.41);
  -moz-box-shadow: 0px -1px 9px 0px rgba(0,0,0,0.41);
  position: relative;
  transition: all .3s ease;
}

#servicios .serviciosOptions .row .col .btnServicios img {
  max-width: 50px;
  height: auto;
  top: 0;
  left: 15px;
  bottom: 0;
  margin: auto;
  position: absolute;
}

#servicios .serviciosOptions .row .col .btnServicios:hover,
#servicios .serviciosOptions .row .col .btnServicios:active,
#servicios .serviciosOptions .row .col .btnServicios:focus {
  background: #ffb749;
  background-color: #ffb749;
  color: #00a28a;
}

#servicios .fondoServicios {
  max-width: 50vw;
  height: auto;
  position: absolute;
  top: -160px;
  left: 9%;
  bottom: 0;
  margin: auto;
}

#servicios .fondoMujeres {
  max-width: 12.5vw;
  height: auto;
  position: absolute;
  left: 23%;
  bottom: 25vh;
  margin: auto;
  z-index: 5;
}

#servicios .serviciosFooter {
  width: 100%;
  height: 66px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10vh;
  margin: auto;
  text-align: center;
}

#servicios .serviciosFooter .btnContacto {
  font-family: 'Metropolis';
  font-weight: bold;
  font-style: normal;
  color: #009e88;
  position: relative;
}

#servicios .serviciosFooter .btnContacto img {
  max-width: 25px;
  height: auto;
  position: absolute;
  top: 0;
  left: -35px;
  bottom: 0;
  margin: auto;
}

#servicios .serviciosFooter .btnContacto:hover,
#servicios .serviciosFooter .btnContacto:active,
#servicios .serviciosFooter .btnContacto:focus {
  color: #ffcc6a;
}

#servicios .serviciosHeader {
  width: 100%;
  height: auto;
  padding: 0 0 50px 0;
  position: relative;
  display: none;
}

#servicios .serviciosHeader .fondoServiciosR {
  max-width: 100%;
  height: auto;
}

#servicios .serviciosHeader .fondoMujeresR {
  max-width: 25vw;
  height: auto;
  margin: -260px 0 0 25%;
}
/*  */