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

#intro h1.introWater {
  font-family: 'Metropolis';
  font-size: 115px;
  font-weight: bold;
  font-style: normal;
  color: #fafafa;
  text-transform: uppercase;
  position: absolute;
  top: 100px;
  left: -20%;
}

#intro .row {
  position: relative;
  z-index: 10;
}

#intro .introTitle {
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  text-align: left;
  transition: all .3s ease;
}
#intro .introTitle h2 {
  font-family: 'Metropolis';
  font-size: 33px;
  font-weight: 500;
  font-style: normal;
  color: #ffb749;
  text-transform: uppercase;
}
#intro .introTitle h2 span {
  font-weight: bold;
}

#intro .introText {
  width: 100%;
  height: auto;
  padding: 50px 0 0 0;
  text-align: left;
  transition: all .3s ease;
}
#intro .introText p {
  font-family: 'Rounded Elegance';
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  color: #000000;
  padding: 0 0 25px 0!important;
  margin: 0 0 0 0!important;
  transition: all .3s ease;
}
/*  */

/* LISTADO NORMAS */
#servicio_medico {
  width: 100%;
  height: auto;
  padding: 0 2% 350px 5%;
  background: #ffffff;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  transition: all .3s ease;
}

#servicio_medico img.estudio_circulo {
  max-width: 30vw;
  height: auto;
  position: absolute;
  top: -120px;
  left: 5%;
  bottom: 0;
  margin: auto;
  z-index: 15;
}

#servicio_medico img.estudio_personaje {
  max-width: 16vw;
  height: auto;
  position: absolute;
  left: 22%;
  bottom: 18vh;
  margin: auto;
  z-index: 16;
}

#servicio_medico .listadoContainer {
  width: 100%;
  height: auto;
  position: relative;
  padding: 50px 0 30px 15%;
}

#servicio_medico .listadoContainer .row,
#servicio_medico .listadoContainer .row .col {
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
}

#servicio_medico .listadoContainer .row .col .btnServicios {
  width: 80%;
  height: 75px;
  margin: 15px 0 25px 0;
  padding: 0 0 0 20%;
  font-family: 'Rounded Elegance';
  font-weight: normal;
  font-style: normal;
  color: #000000;
  font-size: 17px;
  line-height: 75px;
  text-align: left;
  background: #e8fbf8;
  background-color: #e8fbf8;
  text-transform: none!important;
  box-shadow: none!important;
  position: relative;
  transition: all .3s ease;
}

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

#servicio_medico h1.medicoWater {
  font-family: 'Metropolis';
  font-size: 150px;
  font-weight: bold;
  font-style: normal;
  color: #fafafa;
  text-transform: uppercase;
  position: absolute;
  bottom: 5vh;
  right: -3%;
  z-index: 11;
}

#servicio_medico .contactoFooter {
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  margin: 100px 0 0 -175px;
  text-align: right;
}

#servicio_medico .contactoFooter .btnContacto {
  font-family: 'Metropolis';
  font-weight: bold;
  font-style: normal;
  color: #009e88;
  position: relative;
}
#servicio_medico .contactoFooter .btnContacto img {
  max-width: 25px;
  height: auto;
  position: absolute;
  top: 0;
  left: -35px;
  bottom: 0;
  margin: auto;
}

#servicio_medico .contactoFooter .btnContacto:hover,
#servicio_medico .contactoFooter .btnContacto:active,
#servicio_medico .contactoFooter .btnContacto:focus {
  color: #ffcc6a;
}
/*  */