/* INTRO */
#intro {
  width: 100%;
  height: auto;
  padding: 50px 15% 50px 15%;
  background-image: url('/web/home/img/doctor_erick_intro.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
#intro .introImgResponsive {
  max-width: 100%;
  height: auto;
  position: relative;
}
#intro .row,
#intro .row .col {
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
}

#intro .introHeader {
  width: 100%;
  height: auto;
  padding: 0 25px 25px 25px;
  text-align: center;
  position: relative;
}
#intro .introHeader h2 {
  font-size: 60px;
  letter-spacing: 4px;
  font-family: 'Times CG';
  font-weight: normal;
  font-style: normal;
  color: #4c4a4a;
  text-transform: uppercase;
  padding: 0 0 15px 0!important;
  margin: 0 0 0 0!important;
}
#intro .introHeader h1 {
  font-size: 77px;
  font-family: 'SF UI Display';
  font-weight: 600;
  font-style: normal;
  color: #4c4a4a;
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
}

#intro .introBody {
  width: 100%;
  height: auto;
  padding: 0 25px 50px 25px;
  text-align: center;
  position: relative;
}
#intro .introBody p {
  font-size: 16px;
  font-family: 'Times CG';
  font-weight: normal;
  font-style: normal;
  color: #4c4a4a;
  padding: 0 50px 0 50px;
  position: relative;
}
#intro .introBody p::before {
  content: '';
  width: 10px;
  height: 10px;
  background: #13bcba;
  background-color: #13bcba;
  position: absolute;
  top: 8px;
  left: 20px;
}
#intro .introBody h3 {
  font-size: 18px;
  font-family: 'SF UI Display';
  font-weight: 100;
  font-style: normal;
  color: #43504e;
  padding: 0 0 10px 0!important;
  margin: 0 0 0 0!important;
}
#intro .introBody h4 {
  font-size: 18px;
  font-family: 'SF UI Display';
  font-weight: 100;
  font-style: normal;
  color: #43504e;
  text-transform: uppercase;
  letter-spacing: 5px;
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
}

#intro .introFooter {
  width: 100%;
  height: auto;
  padding: 0 50px 50px 50px;
  text-align: center;
  position: relative;
}
#intro .introFooter .introCard {
  width: 80%;
  height: auto;
  background: #fffcfc;
  background-color: #fffcfc;
  padding: 35px 35px 50px 35px;
  text-align: center;
  position: relative;
  margin: 0 auto;
  -webkit-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.2);
  box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.2);
}
#intro .introFooter .introCard h2 {
  font-size: 25px;
  font-family: 'Prestige Elite Std';
  font-weight: bold;
  font-style: normal;
  color: #4c4a4a;
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
}
#intro .introFooter .introCard p {
  font-size: 15px;
  font-family: 'Prestige Elite Std';
  font-weight: bold;
  font-style: normal;
  color: #4c4a4a;
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
}
#intro .introFooter .introCard h3 {
  font-size: 25px;
  font-family: 'SF UI Display';
  font-weight: 900;
  font-style: normal;
  color: #17aca5;
  padding: 25px 0 0 0!important;
  margin: 0 0 0 0!important;
}
#intro .introFooter .introCard h3 span {
  font-size: 18px;
  font-family: 'Prestige Elite Std';
  font-weight: bold;
  font-style: normal;
}
#intro .introFooter .introCard a {
  font-size: 20px;
  font-family: 'Times CG';
  font-weight: bold;
  font-style: italic;
  color: #17aca5;
  position: relative;
}
#intro .introFooter .introCard a::after {
  content: '';
  width: 100%;
  height: 2.5px;
  background: #17aca5;
  background-color: #17aca5;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: all .3s ease;
}
#intro .introFooter .introCard a:hover::after{
  width: 0;
}

#intro .introFooter .introCardFooter {
  width: 60%;
  height: auto;
  background: #13bcba;
  background-color: #13bcba;
  padding: 10px 25px 10px 25px;
  text-align: center;
  position: relative;
  margin: -27px auto;
  transition: all .3s ease;
}
#intro .introFooter .introCardFooter::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 .introFooter .introCardFooter h2 {
  font-size: 20px;
  font-family: 'Prestige Elite Std';
  font-weight: bold;
  font-style: normal;
  color: #ffffff;
  margin: 0 0 0 0!important;
  padding: 0 0 0 0!important;
  transition: all .3s ease;
}

#intro .introFooter .introCardFooter:hover,
#intro .introFooter .introCardFooter:active,
#intro .introFooter .introCardFooter: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);
}
#intro .introFooter .introCardFooter:hover h2,
#intro .introFooter .introCardFooter:active h2,
#intro .introFooter .introCardFooter:focus h2 {
  color: #4c4a4a;
}
#intro .introFooter .introCardFooter:hover::before,
#intro .introFooter .introCardFooter:active::before,
#intro .introFooter .introCardFooter:focus::before {
  opacity: 1;
}
/*  */

/* PODEMOS AYUDARTE */
#podemos_ayudarte {
  width: 100%;
  height: auto;
  padding: 50px 15% 50px 15%;
  background: #ffffff;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
#podemos_ayudarte .podemosHeader {
  width: 100%;
  height: auto;
  padding: 50px 0 50px 0;
  text-align: left;
}
#podemos_ayudarte .podemosHeader h2 {
  font-size: 40px;
  font-family: 'SF UI Display';
  font-weight: 600;
  font-style: normal;
  color: #424040;
  text-transform: uppercase;
  margin: 0 0 0 0!important;
  padding: 0 0 0 0!important;
}
#podemos_ayudarte .podemosHeader p {
  font-size: 17px;
  font-family: 'SF UI Display';
  font-weight: 600;
  font-style: normal;
  color: #16b0a9;
  margin: 0 0 0 0!important;
  padding: 10px 0 0 0!important;
}

#podemos_ayudarte .podemosBody {
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  position: relative;
  text-align: left;
}
#podemos_ayudarte .podemosBody .row {
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
}
#podemos_ayudarte .podemosBody .row .border-lesiones {
  position: relative;
}
#podemos_ayudarte .podemosBody .row .border-lesiones::before {
  content: '';
  width: 1px;
  height: 50%;
  background: #bebdbd;
  background-color: #bebdbd;
  position: absolute;
  top: 0;
  left: -10px;
}
#podemos_ayudarte .podemosBody .row h2 {
  font-size: 20px;
  font-family: 'SF UI Display';
  font-weight: 600;
  font-style: normal;
  color: #16b0a9;
  text-transform: uppercase;
}
#podemos_ayudarte .podemosBody .row h3 {
  font-size: 16px;
  font-family: 'Prestige Elite Std';
  font-weight: bold;
  font-style: normal;
  color: #424040;
  position: relative;
}
#podemos_ayudarte .podemosBody .row h3.points:before {
  content: '';
  width: 10px;
  height: 10px;
  background: #13bcba;
  background-color: #13bcba;
  position: absolute;
  top: 2px;
  left: -25px;
  z-index: 3;
}
#podemos_ayudarte .podemosBody .row p {
  font-size: 15px;
  font-family: 'SF UI Display';
  font-weight: 100;
  font-style: normal;
  color: #424040;
  padding: 5px 50px 0 0!important;
}
/*  */

/* LESIONES DEPORTIVAS */
#lesiones_deportivas {
  width: 100%;
  height: auto;
  padding: 0 15% 50px 15%;
  background: #1f1f1f;
  background-color: #1f1f1f;
  position: relative;
  overflow: hidden;
}
#lesiones_deportivas .lesiones_picture {
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  position: relative;
  text-align: center;
}
#lesiones_deportivas .lesiones_picture img {
  max-width: 100%;
  height: auto;
}
#lesiones_deportivas .lesiones_picture .lesionesTitle {
  width: 100%;
  height: auto;
  text-align: left;
  position: relative;
  margin: -90px 0 0 0;
  z-index: 5;
}
#lesiones_deportivas .lesiones_picture .lesionesTitle h2 {
  font-size: 77px;
  font-family: 'SF UI Display';
  font-weight: 600;
  font-style: normal;
  color: #16b0a9;
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
}

#lesiones_deportivas .lesiones_body {
  width: 100%;
  height: auto;
  position: relative;
  margin: -80px 0 0 0;
  text-align: left;
  z-index: 6;
}
#lesiones_deportivas .lesiones_body .lesiones_list li {
  font-size: 18px;
  font-family: 'Prestige Elite Std';
  font-weight: bold;
  font-style: normal;
  color: #848383;
}
#lesiones_deportivas .lesiones_body p.lesiones_texto {
  font-size: 16px;
  font-family: 'SF UI Display';
  font-weight: 100;
  font-style: normal;
  color: #b1b2b2;
  padding: 0 0 5px 0!important;
}

#lesiones_deportivas .lesiones_body .lesionImg {
  width: 100%;
  height: auto;
  padding: 50px 0 0 0;
  position: relative;
  text-align: center;
  transition: all .3s ease;
}
#lesiones_deportivas .lesiones_body .lesionImg img {
  max-width: 100%;
  height: auto;
}
#lesiones_deportivas .lesiones_body .lesionImg h2 {
  font-size: 25px;
  font-family: 'SF UI Display';
  font-weight: 100;
  font-style: normal;
  color: #f5fbfb;
  letter-spacing: 20px;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 5px;
  z-index: 5;
}
#lesiones_deportivas .lesiones_body a:hover .lesionImg,
#lesiones_deportivas .lesiones_body a:focus .lesionImg,
#lesiones_deportivas .lesiones_body a:active .lesionImg {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1);
}

#lesiones_deportivas .lesiones_body .btnCita {
  font-family: 'Prestige Elite Std';
  font-weight: bold;
  font-style: normal;
  color: #ffffff;
  background: #18a79d;
  background-color: #18a79d;
  position: relative;
}
#lesiones_deportivas .lesiones_body .btnCita::before {
  content: '';
  width: 100%;
  height: 8px;
  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;
}
#lesiones_deportivas .lesiones_body .btnCita:hover,
#lesiones_deportivas .lesiones_body .btnCita:focus,
#lesiones_deportivas .lesiones_body .btnCita: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);
}
#lesiones_deportivas .lesiones_body .btnCita:hover::before,
#lesiones_deportivas .lesiones_body .btnCita:active::before,
#lesiones_deportivas .lesiones_body .btnCita:focus::before {
  opacity: 1;
}
/*  */

/* DOCTOR ERICK */
#doctor_erick {
  width: 100%;
  height: auto;
  padding: 100px 15% 0 15%;
  background: rgb(121,146,143);
  background: -moz-linear-gradient(90deg, rgba(121,146,143,1) 45%, rgba(67,79,77,1) 51%);
  background: -webkit-linear-gradient(90deg, rgba(121,146,143,1) 45%, rgba(67,79,77,1) 51%);
  background: linear-gradient(90deg, rgba(121,146,143,1) 45%, rgba(67,79,77,1) 51%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#79928f",endColorstr="#434f4d",GradientType=1);
  position: relative;
  overflow: hidden;
}
#doctor_erick img.certificados {
  max-width: 100%;
  height: auto;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  mix-blend-mode: screen;
}

#doctor_erick .doctorNombreInner {
  width: 100%;
  height: auto;
  padding: 50px 0 0 10%;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#doctor_erick .doctorNombreInner h2.doctorEsp {
  font-size: 50px;
  font-family: 'Prestige Elite Std';
  font-weight: bold;
  font-style: normal;
  color: #f9fafa;
  position: absolute;
  top: 125px;
  left: 100px;
}
#doctor_erick .doctorNombreInner h2.doctorNombre {
  font-size: 350px;
  font-family: 'Prestige Elite Std';
  font-weight: bold;
  font-style: normal;
  color: #f9fafa;
  margin: 0 0 0 0!important;
  padding: 0 0 0 0!important;
}
#doctor_erick .doctorNombreInner h2.doctorApellidos {
  font-size: 50px;
  font-family: 'Prestige Elite Std';
  font-weight: bold;
  font-style: normal;
  color: #f9fafa;
  margin: -50px 0 0 100px!important;
  padding: 0 0 0 0!important;
  line-height: 0;
}

#doctor_erick .doctorContainer {
  width: 100%;
  height: auto;
  position: relative;
  padding: 0 0 0 0;
  z-index: 5;
}
#doctor_erick .doctorContainer .row ,
#doctor_erick .doctorContainer .row .col {
  margin: 0 0 0 0!important;
  padding: 0 0 0 0!important;
}
#doctor_erick .doctorContainer .doctorErickImg {
  width: 100%;
  height: auto;
  position: relative;
  text-align: right;
  padding: 0 0 0 0;
  line-height: 0;
}
#doctor_erick .doctorContainer .doctorErickImg img {
  max-width: 500px;
  height: auto;
}
#doctor_erick .doctorContainer .doctorErickInfo {
  width: 100%;
  height: auto;
  position: relative;
  text-align: left;
  padding: 325px 50px 50px 100px;
}
#doctor_erick .doctorContainer .doctorErickInfo p {
  font-size: 16px;
  font-family: 'Times CG';
  font-weight: normal;
  font-style: normal;
  color: #bfc1c1;
}
#doctor_erick .doctorContainer .doctorErickInfo a {
  font-size: 17px;
  font-family: 'Times CG';
  font-weight: normal;
  font-style: italic;
  color: #16b0a9;
  text-transform: lowercase;
  position: relative;
}
#doctor_erick .doctorContainer .doctorErickInfo a::after {
  content: '';
  width: 100%;
  height: 2.5px;
  background: #17aca5;
  background-color: #17aca5;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: all .3s ease;
}
#doctor_erick .doctorContainer .doctorErickInfo a:hover::after{
  width: 0;
}
/*  */

/* TESTIMONIALES */
#testimoniales {
  width: 100%;
  height: auto;
  padding: 25px 15% 50px 15%;
  background: #434f4e;
  background-color: #434f4e;
  position: relative;
  overflow: hidden;
}

#testimoniales .testimonialesHeader {
  width: 100%;
  height: auto;
  text-align: center;
  padding: 0 0 50px 0;
}
#testimoniales .testimonialesHeader h2 {
  font-family: 'SF UI Display';
  font-weight: 100;
  font-style: normal;
  font-size: 25px;
  letter-spacing: 16px;
  color: #979f9f;
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
  text-transform: uppercase;
}

#testimoniales .testimonialContent {
  width: 100%;
  height: auto;
  text-align: center;
  padding: 0 0 0 0;
  position: relative;
}
#testimoniales .testimonialContent .itemPerson {
  width: 100%;
  height: auto;
  padding: 0 20% 0 20%;
  text-align: center
}
#testimoniales .testimonialContent .itemPerson p {
  font-family: 'Times CG';
  font-weight: normal;
  font-style: italic;
  font-size: 16px;
  color: #bbe3e0;
}
#testimoniales .testimonialContent .itemPerson h2 {
  font-family: 'Times CG';
  font-weight: normal;
  font-style: italic;
  font-size: 18px;
  color: #f5f7f7;
}

#testimoniales .testimonialContent a.itemAnterior,
#testimoniales .testimonialContent a.itemSiguiente {
  font-size: 17px;
  font-family: 'Times CG';
  font-weight: normal;
  font-style: italic;
  color: #16b0a9;
  text-transform: capitalize;
  position: absolute;
}
#testimoniales .testimonialContent a.itemAnterior {
  top: 0;
  left: -50px;
  bottom: 0;
  margin: auto;
}
#testimoniales .testimonialContent a.itemSiguiente {
  top: 0;
  right: -50px;
  bottom: 0;
  margin: auto;
}
#testimoniales .testimonialContent a.itemAnterior span,
#testimoniales .testimonialContent a.itemSiguiente span {
  position:  relative;
}
#testimoniales .testimonialContent a.itemAnterior span::after,
#testimoniales .testimonialContent a.itemSiguiente span::after {
  content: '';
  width: 100%;
  height: 2.5px;
  background: #17aca5;
  background-color: #17aca5;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  margin: auto;
  transition: all .3s ease;
}
#testimoniales .testimonialContent a.itemAnterior:hover span::after,
#testimoniales .testimonialContent a.itemSiguiente:hover span::after {
  width: 0;
}

#testimoniales .testimonialFooter {
  width: 100%;
  height: auto;
  text-align: center;
  padding: 15px 0 0 0;
  position: relative;
}
#testimoniales .testimonialFooter p {
  font-size: 16px;
  font-family: 'Times CG';
  font-weight: normal;
  font-style: italic;
  color: #b2b3b3;
}
#testimoniales .testimonialFooter p a {
  color: #e5e4e4;
  position:  relative;
}
#testimoniales .testimonialFooter p a::after {
  content: '';
  width: 100%;
  height: 2.5px;
  background: #e5e4e4;
  background-color: #e5e4e4;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  margin: auto;
  transition: all .3s ease;
}
#testimoniales .testimonialFooter p a:hover::after{
  width: 0;
}
/*  */

/* 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;
}
/*  */
