/* INTRO */
#intro {
  width: 100%;
  height: auto;
  background: #ffffff;
  background-color: #ffffff;
  padding: 0 15% 0 15%;
  position: relative;
  overflow: hidden;
}
#intro::before {
  content: '';
  width: 100%;
  height: 65%;
  background: #ededee;
  background-color: #ededee;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25vh;
  margin: auto;
}
#intro .row {
  position: relative;
  z-index: 5;
}
#intro .row ,
#intro .row .col {
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
}

#intro .row .col .introInfo {
  width: 100%;
  height: auto;
  padding: 75px 50px 50px 50px;
  text-align: left;
}
#intro .row .col .introInfo h2 {
  font-size: 66px;
  font-family: 'SF UI Display';
  font-weight: 600;
  font-style: normal;
  color: #17aca5;
  margin: 0 0 0 0!important;
  padding: 0 0 0 0!important;
  line-height: 60px;
}
#intro .row .col .introInfo ul li {
  font-size: 22px;
  font-family: 'SF UI Display';
  font-weight: 600;
  font-style: normal;
  letter-spacing: 5px;
  color: #373838;
  text-transform: uppercase;
  padding: 0 85px 0 0!important;
}
#intro .row .col .introInfo .introFooter {
  width: 100%;
  height: auto;
  padding: 50px 75px 50px 50px;
  text-align: left;
  background: #17aca5;
  background-color: #17aca5;
}
#intro .row .col .introInfo .introFooter p {
  font-size: 16px;
  color: #ffffff;
}
#intro .row .col .introInfo .introFooter p.times {
  font-family: 'Times CG';
  font-weight: normal;
  font-style: normal;
}
#intro .row .col .introInfo .introFooter p.sf {
  font-family: 'SF UI Display';
  font-weight: 100;
  font-style: normal;
}

#intro .row .col .introPicture {
  width: 100%;
  height: auto;
  padding: 0 0 50px 0;
  text-align: center;
  position: relative;
}
#intro .row .col .introPicture img {
  max-width: 100%;
  height: auto;
}
#intro .row .col .introPicture .btnContacto {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: auto;
  width: 300px;
  height: 60px;
  line-height: 20px;
  padding: 10px 0 10px 0;
  font-family: 'Prestige Elite Std';
  font-weight: bold;
  font-style: normal;
  color: #ffffff;
  background: rgb(23,170,162);
  background: -moz-linear-gradient(90deg, rgba(23,170,162,1) 0%, rgba(19,187,185,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(23,170,162,1) 0%, rgba(19,187,185,1) 100%);
  background: linear-gradient(90deg, rgba(23,170,162,1) 0%, rgba(19,187,185,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#17aaa2",endColorstr="#13bbb9",GradientType=1);
  box-shadow: none!important;
  z-index: 10;
  transition: all .3s ease;
}
#intro .row .col .introPicture .btnContacto::before {
  content: '';
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
background: rgb(24,167,157);
background: -moz-linear-gradient(90deg, rgba(24,167,157,1) 0%, rgba(24,167,157,0.5) 25%, rgba(24,167,157,1) 50%, rgba(24,167,157,0.5) 75%, rgba(24,167,157,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(24,167,157,1) 0%, rgba(24,167,157,0.5) 25%, rgba(24,167,157,1) 50%, rgba(24,167,157,0.5) 75%, rgba(24,167,157,1) 100%);
background: linear-gradient(90deg, rgba(24,167,157,1) 0%, rgba(24,167,157,0.5) 25%, rgba(24,167,157,1) 50%, rgba(24,167,157,0.5) 75%, rgba(24,167,157,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#18a79d",endColorstr="#18a79d",GradientType=1);
  opacity: 0;
  background-size: 400%;
  animation : bganimation 5s infinite;
  animation-timing-function:ease-in;
}
#intro .row .col .introPicture .btnContacto:hover,
#intro .row .col .introPicture .btnContacto:active,
#intro .row .col .introPicture .btnContacto:focus {
  background: #ffffff;
  background-color: #ffffff;
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1);
-webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.3);
box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.3);
color: #4c4a4a;
}
#intro .row .col .introPicture .btnContacto:hover::before,
#intro .row .col .introPicture .btnContacto:active::before,
#intro .row .col .introPicture .btnContacto:focus::before {
  opacity: 1;
}
/*  */

/* LIGAMENTOSAS O LIGAMENTARIAS */
#ligamentosas_ligamentarias {
  width: 100%;
  height: auto;
  background: #ffffff;
  background-color: #ffffff;
  padding: 0 15% 0 15%;
  margin: -50px 0 0 0;
  position: relative;
  overflow: hidden;
}
#ligamentosas_ligamentarias .row ,
#ligamentosas_ligamentarias .row .col {
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
}

#ligamentosas_ligamentarias .row .col .ligamentosasPicture {
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  line-height: 0;
  text-align: center;
  position: relative;
}
#ligamentosas_ligamentarias .row .col .ligamentosasPicture img {
  max-width: 100%;
  height: auto;
}

#ligamentosas_ligamentarias .row .col .ligamentosasInfo {
  width: 100%;
  height: auto;
  padding: 125px 50px 0 50px;
  text-align: left;
}
#ligamentosas_ligamentarias .row .col .ligamentosasInfo h2 {
  font-size: 55px;
  font-family: 'SF UI Display';
  font-weight: 600;
  font-style: normal;
  color: #373838;
  margin: 0 0 0 0!important;
  padding: 0 0 0 0!important;
  line-height: 55px;
}
#ligamentosas_ligamentarias .row .col .ligamentosasInfo p {
  font-size: 16px;
  font-family: 'Times CG';
  font-weight: normal;
  font-style: normal;
  color: #373838;
  padding: 0 150px 0 0!important;
}
#ligamentosas_ligamentarias .row .col .ligamentosasInfo h3 {
  font-size: 25px;
  font-family: 'SF UI Display';
  font-weight: 900;
  font-style: normal;
  color: #373838;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin: 0 0 0 0!important;
  padding: 0 0 0 0!important;
  line-height: 25px;
}
/*  */

/* ARTICULO DE TRABAJO */
#articulo_trabajo {
  width: 100%;
  height: auto;
  background: #ffffff;
  background-color: #ffffff;
  padding: 75px 15% 50px 15%;
  position: relative;
  overflow: hidden;
}
#articulo_trabajo .row ,
#articulo_trabajo .row .col {
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
}

#articulo_trabajo .articuloHeader {
  width: 100%;
  height: auto;
  padding: 0 0 50px 0;
  text-align: left;
}
#articulo_trabajo .articuloHeader h2 {
  font-size: 55px;
  font-family: 'SF UI Display';
  font-weight: 600;
  font-style: normal;
  color: #373838;
  margin: 0 0 0 0!important;
  padding: 0 0 0 0!important;
  line-height: 55px;
}

#articulo_trabajo .row .col .articuloInfo {
  width: 100%;
  height: auto;
  padding: 50px 75px 50px 75px;
  text-align: justify;
}
#articulo_trabajo .row .col .articuloInfo p {
  font-size: 16px;
  font-family: 'Times CG';
  font-weight: normal;
  font-style: normal;
  color: #707070;
  padding: 0 0 0 0!important;
}
#articulo_trabajo .row .col .articuloFifa {
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  text-align: center;
  line-height: 0;
  position: relative;
}
#articulo_trabajo .row .col .articuloFifa img {
  max-width: 100%;
  height: auto;
}

#articulo_trabajo .row .col .articuloPicture {
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  text-align: center;
  line-height: 0;
  position: relative;
}
#articulo_trabajo .row .col .articuloPicture img {
  max-width: 100%;
  height: auto;
}
/*  */

/* GALERIA */
#galeria {
  width: 100%;
  height: auto;
  background: #ffffff;
  background-color: #ffffff;
  padding: 50px 15% 50px 15%;
  position: relative;
  overflow: hidden;
}

#galeria .galeriaHeader {
  width: 100%;
  height: auto;
  padding: 0 0 50px 0;
  text-align: center;
}
#galeria .galeriaHeader h2 {
  font-size: 45px;
  font-family: 'SF UI Display';
  font-weight: 900;
  font-style: normal;
  color: #17aca5;
  text-transform: uppercase;
  letter-spacing: 50px;
  margin: 0 0 0 0!important;
  padding: 0 0 0 0!important;
}

#galeria .galeriaContent {
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  position: relative;
  text-align: center;
}
#galeria .galeriaContent img {
  max-width: 100%!important;
  height: auto!important;
}
#galeria .galeriaContent .item {
  width: 100%;
  height: auto;
  padding: 0 25px 0 25px;
}
#galeria .galeriaContent .item .itemText {
  width: 100%;
  height: auto;
  padding: 25px 15px 25px 15px;
  text-align: left;
}
#galeria .galeriaContent .item .itemText p {
  font-size: 16px;
  font-family: 'Prestige Elite Std';
  font-weight: bold;
  font-style: normal;
  color: #424040;
}

#galeria .itemAnterior {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 7%;
  bottom: 0;
  margin: auto;
}
#galeria .itemAnterior svg {
  width: 60px;
  height: 60px;
}
#galeria .itemAnterior svg path {
  fill: #17aca5;
  transition: all .3s ease;
}
#galeria .itemAnterior:hover svg path,
#galeria .itemAnterior:focus svg path,
#galeria .itemAnterior:active svg path {
  fill: #424040;
}

#galeria .itemSiguiente {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 7%;
  bottom: 0;
  margin: auto;
}
#galeria .itemSiguiente svg {
  width: 60px;
  height: 60px;
}
#galeria .itemSiguiente svg path {
  fill: #17aca5;
}
#galeria .itemSiguiente:hover svg path,
#galeria .itemSiguiente:focus svg path,
#galeria .itemSiguiente:active svg path {
  fill: #424040;
}
/*  */

/* PLAYLIST YOUTUBE */
#playlist_doctor {
  width: 100%;
  height: auto;
  background: #f9f9f9;
  background-color: #f9f9f9;
  padding: 50px 15% 50px 15%;
  position: relative;
  overflow: hidden;
}
/*  */

/* CONTACTO */
#contacto {
  width: 100%;
  height: auto;
  padding: 50px 15% 50px 15%;
  background: #eceded;
  background-color: #eceded;
  position: relative;
  overflow: hidden;
}
#contacto .contactoHeader {
  width: 100%;
  height: auto;
  padding: 0 0 25px 0;
  text-align: center;
}
#contacto .contactoHeader h2 {
  font-size: 66px;
  font-family: 'SF UI Display';
  font-weight: 600;
  font-style: normal;
  color: #424040;
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
}
#contacto .contactoHeader p {
  font-size: 22px;
  font-family: 'Prestige Elite Std';
  font-weight: bold;
  font-style: normal;
  color: #424040;
  letter-spacing: 2px;
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
}
#contacto p.direccionHospital {
  font-size: 16px;
  font-family: 'Times CG';
  font-weight: normal;
  font-style: normal;
  color: #171717;
}
#contacto a.direccionLink {
  font-size: 16px;
  font-family: 'Times CG';
  font-weight: normal;
  font-style: normal;
  color: #16b0a9;
  position: relative;
}
#contacto a.direccionLink::after {
  content: '';
  width: 100%;
  height: 2.5px;
  background: #17aca5;
  background-color: #17aca5;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  margin: auto;
  transition: all .3s ease;
}
#contacto a.direccionLink:hover::after{
  width: 0;
}

#contacto .formContainer {
  width: 100%;
  height: auto;
  padding: 25px 75px 25px 75px;
}
#contacto .formContainer .row,
#contacto .formContainer .row .col {
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
}
#contacto .formContainer p {
  font-size: 19px;
  font-family: 'Prestige Elite Std';
  font-weight: bold;
  font-style: normal;
  color: #424040;
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
  position: relative;
  top: 25px;
  left: -10px;
}
#contacto .formContainer input:not([type]),
#contacto .formContainer input[type=text]:not(.browser-default),
#contacto .formContainer input[type=password]:not(.browser-default),
#contacto .formContainer input[type=email]:not(.browser-default),
#contacto .formContainer input[type=url]:not(.browser-default),
#contacto .formContainer input[type=time]:not(.browser-default),
#contacto .formContainer input[type=date]:not(.browser-default),
#contacto .formContainer input[type=datetime]:not(.browser-default),
#contacto .formContainerinput[type=datetime-local]:not(.browser-default),
#contacto .formContainer input[type=tel]:not(.browser-default),
#contacto .formContainer input[type=number]:not(.browser-default),
#contacto .formContainer input[type=search]:not(.browser-default),
#contacto .formContainer input[type=file]:not(.browser-default) {
  width: 100%;
  font-size: 18px;
  font-family: 'SF UI Display';
  font-weight: 100;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #424040;
  height: 25px;
  margin: 20px 0 0 0;
  border-bottom: solid 2px #d2d3d3!important;
  transition: all .3s ease;
}
#contacto .formContainer textarea.materialize-textarea {
  width: 100%;
  font-size: 18px;
  font-family: 'SF UI Display';
  font-weight: 100;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #424040;
  height: 75px;
  margin: 20px 0 0 0;
  border-bottom: solid 2px #d2d3d3!important;
  transition: all .3s ease;
}

#contacto .formContainer input:not([type]):focus:not([readonly]),
#contacto .formContainer input[type=text]:not(.browser-default):focus:not([readonly]),
#contacto .formContainer input[type=password]:not(.browser-default):focus:not([readonly]),
#contacto .formContainer input[type=email]:not(.browser-default):focus:not([readonly]),
#contacto .formContainer input[type=url]:not(.browser-default):focus:not([readonly]),
#contacto .formContainer input[type=time]:not(.browser-default):focus:not([readonly]),
#contacto .formContainer input[type=date]:not(.browser-default):focus:not([readonly]),
#contacto .formContainer input[type=datetime]:not(.browser-default):focus:not([readonly]),
#contacto .formContainer input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
#contacto .formContainer input[type=tel]:not(.browser-default):focus:not([readonly]),
#contacto .formContainer input[type=number]:not(.browser-default):focus:not([readonly]),
#contacto .formContainer input[type=search]:not(.browser-default):focus:not([readonly]),
#contacto .formContainer input[type=file]:not(.browser-default):focus:not([readonly]),
#contacto .formContainer textarea.materialize-textarea:focus:not([readonly]) {
  font-weight: 600;
  border-bottom: solid 2px #424040!important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#contacto .formContainer .btnContacto {
  width: 30%;
  font-family: 'Prestige Elite Std';
  font-weight: bold;
  font-style: normal;
  color: #ffffff;
  font-size: 18px;
  background: #18a79d;
  background-color: #18a79d;
  width: 30%;
  height: 54px;
}
#contacto .formContainer .btnContacto::before {
  content: '';
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
background: rgb(24,167,157);
background: -moz-linear-gradient(90deg, rgba(24,167,157,1) 0%, rgba(24,167,157,0.5) 25%, rgba(24,167,157,1) 50%, rgba(24,167,157,0.5) 75%, rgba(24,167,157,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(24,167,157,1) 0%, rgba(24,167,157,0.5) 25%, rgba(24,167,157,1) 50%, rgba(24,167,157,0.5) 75%, rgba(24,167,157,1) 100%);
background: linear-gradient(90deg, rgba(24,167,157,1) 0%, rgba(24,167,157,0.5) 25%, rgba(24,167,157,1) 50%, rgba(24,167,157,0.5) 75%, rgba(24,167,157,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#18a79d",endColorstr="#18a79d",GradientType=1);
  opacity: 0;
  background-size: 400%;
  animation : bganimation 5s infinite;
  animation-timing-function:ease-in;
}
#contacto .formContainer .btnContacto:hover,
#contacto .formContainer .btnContacto:focus,
#contacto .formContainer .btnContacto:active {
  color: #4c4a4a;
  background: #ffffff;
  background-color: #ffffff;
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1);
-webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.3);
box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.3);
}
#contacto .formContainer .btnContacto:hover::before,
#contacto .formContainer .btnContacto:active::before,
#contacto .formContainer .btnContacto:focus::before {
  opacity: 1;
}
/*  */
