/* INTRO */
#intro {
  width: 100%;
  height: auto;
  background: #ffffff;
  background-color: #ffffff;
  padding: 0 0 0 0;
  line-height: 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
#intro img {
  max-width: 100%;
  height: auto;
}
#intro .introTitle {
  width: 100%;
  height: 5px;
  padding: 0 0 0 25%;
  text-align: left;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25vh;
  margin: auto;
  z-index: 5;
}
#intro .introTitle h2 {
  font-size: 80px;
  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: 70px;
}
#intro .btnContacto {
  position: absolute;
  right: 15%;
  bottom: 20vh;
  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 .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 .btnContacto:hover,
#intro .btnContacto:active,
#intro .btnContacto:focus {
  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);
}
#intro .btnContacto:hover::before,
#intro .btnContacto:active::before,
#intro .btnContacto:focus::before {
  opacity: 1;
}
/*  */

/* ARTROSCOPIA DE CADERA */
#artriscopia_cadera {
  width: 100%;
  height: auto;
  background: #f7f7f7;
  background-color: #f7f7f7;
  padding: 50px 15% 0 15%;
  position: relative;
  overflow: hidden;
}
#artriscopia_cadera .row ,
#artriscopia_cadera .row .col {
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
}

#artriscopia_cadera .row .col .artriscopiaInfo {
  width: 100%;
  height: auto;
  padding: 75px 50px 50px 50px;
  text-align: left;
}
#artriscopia_cadera .row .col .artriscopiaInfo h2 {
  font-size: 60px;
  font-family: 'SF UI Display';
  font-weight: 900;
  font-style: normal;
  color: #373838;
  letter-spacing: 15px;
  text-transform: uppercase;
  margin: 0 0 0 0!important;
  padding: 0 0 0 0!important;
  line-height: 55px;
}
#artriscopia_cadera .row .col .artriscopiaInfo p {
  font-size: 16px;
  font-family: 'Times CG';
  font-weight: normal;
  font-style: normal;
  color: #373838;
  padding: 0 85px 0 0!important;
}

#artriscopia_cadera .row .col .artriscopiaPicture {
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  text-align: center;
  position: relative;
}
#artriscopia_cadera .row .col .artriscopiaPicture img {
  max-width: 100%;
  height: auto;
  -webkit-box-shadow: -1px 10px 5px 0px rgba(0,0,0,0.37);
  -moz-box-shadow: -1px 10px 5px 0px rgba(0,0,0,0.37);
  box-shadow: -1px 10px 5px 0px rgba(0,0,0,0.37);
}
#artriscopia_cadera .row .col .artriscopiaPicture .btnContacto {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -17.5px;
  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;
}
#artriscopia_cadera .row .col .artriscopiaPicture .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;
}
#artriscopia_cadera .row .col .artriscopiaPicture .btnContacto:hover,
#artriscopia_cadera .row .col .artriscopiaPicture .btnContacto:active,
#artriscopia_cadera .row .col .artriscopiaPicture .btnContacto:focus {
  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);
}
#artriscopia_cadera .row .col .artriscopiaPicture .btnContacto:hover::before,
#artriscopia_cadera .row .col .artriscopiaPicture .btnContacto:active::before,
#artriscopia_cadera .row .col .artriscopiaPicture .btnContacto:focus::before {
  opacity: 1;
}

#artriscopia_cadera .row .col .porqueInfo {
  width: 100%;
  height: auto;
  padding: 0 50px 50px 50px;
  text-align: left;
}
#artriscopia_cadera .row .col .porqueInfo h2 {
  font-size: 55px;
  font-family: 'SF UI Display';
  font-weight: 900;
  font-style: normal;
  color: #373838;
  margin: 0 0 0 0!important;
  padding: 0 0 0 0!important;
  line-height: 40px;
}
#artriscopia_cadera .row .col .porqueInfo h3 {
  font-size: 20px;
  font-family: 'Prestige Elite Std';
  font-weight: bold;
  font-style: normal;
  color: #424040;
}
#artriscopia_cadera .row .col .porqueInfo p {
  font-size: 16px;
  font-family: 'SF UI Display';
  font-weight: 100;
  font-style: normal;
  color: #6c6c6c;
  padding: 5px 0 5px 0!important;
}
/*  */

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

#protesis_de_cadera .protesis_cadera_header {
  width: 100%;
  height: auto;
  padding: 0 0 50px 0;
  text-align: left;
}
#protesis_de_cadera .protesis_cadera_header h2 {
  font-size: 55px;
  font-family: 'SF UI Display';
  font-weight: 900;
  font-style: normal;
  color: #373838;
  letter-spacing: 15px;
  text-transform: uppercase;
  margin: 0 0 0 0!important;
  padding: 0 0 0 0!important;
  line-height: 50px;
}

#protesis_de_cadera .row .col .protesis_cadera_header_info {
  width: 100%;
  height: auto;
  padding: 0 50px 0 0;
  text-align: left;
}
#protesis_de_cadera .row .col .protesis_cadera_header_info p {
  font-size: 16px;
  font-family: 'Times CG';
  font-weight: normal;
  font-style: normal;
  color: #373838;
  padding: 0 85px 0 0!important;
}

#protesis_de_cadera .row .col .protesisImg {
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  text-align: left;
  position: relative;
}
#protesis_de_cadera .row .col .protesisImg img {
  max-width: 100%;
  height: auto;
}
#protesis_de_cadera .row .col .protesisImg .btnContacto {
  position: absolute;
  right: 0;
  bottom: 50px;
  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;
}
#protesis_de_cadera .row .col .protesisImg .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;
}
#protesis_de_cadera .row .col .protesisImg .btnContacto:hover,
#protesis_de_cadera .row .col .protesisImg .btnContacto:active,
#protesis_de_cadera .row .col .protesisImg .btnContacto:focus {
  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);
}
#protesis_de_cadera .row .col .protesisImg .btnContacto:hover::before,
#protesis_de_cadera .row .col .protesisImg .btnContacto:active::before,
#protesis_de_cadera .row .col .protesisImg .btnContacto:focus::before {
  opacity: 1;
}

#protesis_de_cadera .row .col .porqueInfo {
  width: 100%;
  height: auto;
  padding: 0 50px 50px 50px;
  text-align: left;
}
#protesis_de_cadera .row .col .porqueInfo h2 {
  font-size: 55px;
  font-family: 'SF UI Display';
  font-weight: 900;
  font-style: normal;
  color: #373838;
  margin: 0 0 0 0!important;
  padding: 0 0 0 0!important;
  line-height: 40px;
}
#protesis_de_cadera .row .col .porqueInfo h3 {
  font-size: 20px;
  font-family: 'Prestige Elite Std';
  font-weight: bold;
  font-style: normal;
  color: #424040;
}
#protesis_de_cadera .row .col .porqueInfo p {
  font-size: 16px;
  font-family: 'SF UI Display';
  font-weight: 100;
  font-style: normal;
  color: #6c6c6c;
  padding: 5px 0 5px 0!important;
}
/*  */

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

#fractura_de_cadera .fracturaHeader {
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  text-align: center;
  position: relative;
}
#fractura_de_cadera .fracturaHeader img {
  max-width: 100%;
  height: auto;
}

#fractura_de_cadera .row .col .fracturaInfo {
  width: 100%;
  height: auto;
  padding: 0 50px 50px 50px;
  text-align: left;
}
#fractura_de_cadera .row .col .fracturaInfo h2 {
  font-size: 60px;
  font-family: 'SF UI Display';
  font-weight: 900;
  font-style: normal;
  color: #373838;
  letter-spacing: 15px;
  text-transform: uppercase;
  margin: 0 0 0 0!important;
  padding: 0 0 0 0!important;
  line-height: 55px;
}
#fractura_de_cadera .row .col .fracturaInfo p {
  font-size: 16px;
  font-family: 'Times CG';
  font-weight: normal;
  font-style: normal;
  color: #707070;
  padding: 0 85px 0 0!important;
}

#fractura_de_cadera .row .col .fracturaFooter {
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  text-align: right;
  position: relative;
  margin: -25px 0 0 0;
}

#fractura_de_cadera .row .col .fracturaFooter .btnContacto {
  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;
  transition: all .3s ease;
}
#fractura_de_cadera .row .col .fracturaFooter .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;
}
#fractura_de_cadera .row .col .fracturaFooter .btnContacto:hover,
#fractura_de_cadera .row .col .fracturaFooter .btnContacto:active,
#fractura_de_cadera .row .col .fracturaFooter .btnContacto:focus {
  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);
}
#fractura_de_cadera .row .col .fracturaFooter .btnContacto:hover::before,
#fractura_de_cadera .row .col .fracturaFooter .btnContacto:active::before,
#fractura_de_cadera .row .col .fracturaFooter .btnContacto:focus::before {
  opacity: 1;
}

#fractura_de_cadera .row .col .porqueInfo {
  width: 100%;
  height: auto;
  padding: 0 50px 50px 50px;
  text-align: left;
}
#fractura_de_cadera .row .col .porqueInfo h2 {
  font-size: 55px;
  font-family: 'SF UI Display';
  font-weight: 900;
  font-style: normal;
  color: #373838;
  margin: 0 0 0 0!important;
  padding: 0 0 0 0!important;
  line-height: 40px;
}
#fractura_de_cadera .row .col .porqueInfo h3 {
  font-size: 20px;
  font-family: 'Prestige Elite Std';
  font-weight: bold;
  font-style: normal;
  color: #424040;
}
#fractura_de_cadera .row .col .porqueInfo p {
  font-size: 16px;
  font-family: 'SF UI Display';
  font-weight: 100;
  font-style: normal;
  color: #6c6c6c;
  padding: 5px 0 5px 0!important;
}
/*  */

/* 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;
}
/*  */
