/* Animation Gradient */
@keyframes bganimation {
 0%{
   background-position: 0% 50%;
 }
 50%{
   background-position: 100% 50%;
 }
 100%{
   background-position: 0% 50%;
 }
}
/*  */

header {
  width: 100%;
  height: 105px;
  background: #ffffff;
  background-color: #ffffff;
  position: relative;
  z-index: 10000;
}

header.menuFixed {
  position: fixed;
}

header .navbarLogo {
  width: 25%;
  height: 105px;
  float: left;
  position: relative;
}
header .navbarLogo img {
  max-width: 150px;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

header .navbarOptions {
  width: 45%;
  height: 105px;
  float: left;
  padding: 40px 0 0 0;
  text-align: center;
  position: relative;
}
header .navbarOptions ul li.pageLinks {
  display: inline-block;
  padding: 0 30px 0 30px;
  text-align: center;
}
header .navbarOptions ul li.pageLinks a {
  font-size: 18px;
  font-family: 'Times CG';
  font-weight: normal;
  font-style: normal;
  color: #4c4a4a;
  position: relative;
}
header .navbarOptions ul li.pageLinks a:hover,
header .navbarOptions ul li.pageLinks a:active,
header .navbarOptions ul li.pageLinks a:focus {
  color: #13bcba;
}
header .navbarOptions ul li.pageLinks a::after {
  content:  '';
  width: 0;
  height: 2px;
  background: #13bcba;
  background-color: #13bcba;
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  margin: auto;
  transition: all .3s ease;
}
header .navbarOptions ul li.pageLinks a:hover::after,
header .navbarOptions ul li.pageLinks a:active::after,
header .navbarOptions ul li.pageLinks a:focus::after {
  width: 100%;
}

.dropdown-content {
  top: 80px!important;
  background: #f8f7f6!important;
  background-color: #f8f7f6!important;
}
.dropdown-content li a {
  font-family: 'SF UI Display'!important;
  font-weight: 600!important;
}
.dropdown-content li a::after {
  display: none;
}


header .navbarContacto {
  width: 30%;
  height: 105px;
  float: left;
  padding: 40px 0 0 0;
  position: relative;
}
header .navbarContacto ul li {
  padding: 0 30px 0 30px;
  text-align: center;
  display: inline-block;
}

header .navbarContacto ul li a.btnContacto {
  font-family: 'Times CG';
  font-weight: normal;
  font-style: normal;
  color: #4c4a4a;
  background: #ffffff;
  background-color: #ffffff;
  border: 1px solid #13bcba;
  box-shadow: none!important;
}
header .navbarContacto ul li a.btnContacto:hover,
header .navbarContacto ul li a.btnContacto:active,
header .navbarContacto ul li a.btnContacto:focus {
  background: #13bcba;
  background-color: #13bcba;
  border: none;
  color: #ffffff;
}

header .navbarContacto ul li a.btnIdioma {
  font-family: 'SF UI Display'!important;
  font-weight: 900!important;
  color: #4c4a4a;
  position: relative;
}
header .navbarContacto ul li a.btnIdioma::after {
  content:  '';
  width: 0;
  height: 2px;
  background: #13bcba;
  background-color: #13bcba;
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  margin: auto;
  transition: all .3s ease;
}
header .navbarContacto ul li a.btnIdioma:hover,
header .navbarContacto ul li a.btnIdioma:active,
header .navbarContacto ul li a.btnIdioma:focus {
  color: #13bcba;
}
header .navbarContacto ul li a.btnIdioma:hover::after,
header .navbarContacto ul li a.btnIdioma:active::after,
header .navbarContacto ul li a.btnIdioma:focus::after {
  width: 100%;
}

header .navbarContacto a.btnTelefono {
    font-family: 'SF UI Display';
    font-weight: 900; 
    position: absolute;
    top: 0;
    right: 37%;
    padding: 5px 30px 5px 30px;
    height: 30px;
    line-height: 20px;
    background: #13bcba;
    background-color: #13bcba;
}
header .navbarContacto a.btnTelefono:hover,
header .navbarContacto a.btnTelefono:active,
header .navbarContacto a.btnTelefono:focus {
  background: #4c4a4a;
  background-color: #4c4a4a;
}

header .navbarContacto a.btnTelefono svg {
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  margin: auto;
}
header .navbarContacto a.btnTelefono svg path {
  fill: #ffffff;
}

/* RESPONSIVE BUTTON NAVBAR */
.navbarHamb {
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  padding: 0 0 0 0;
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  margin: auto;
  display: none;
  transition: all .3s ease;
}
.navbarHamb span {
  font-size: 22px;
  font-family: 'Prestige Elite Std';
  font-weight: bold;
  font-style: normal;
  color: #4c4a4a;
  position: relative;
}
.navbarHamb span::after {
  content: '';
  width: 100%;
  height: 2px;
  background: #4c4a4a;
  background-color: #4c4a4a;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  margin: auto;
  transition: all .3s ease;
}
.navbarHamb span#close {
  font-size: 18px;
  display: none;
}
.navbarHamb:hover span,
.navbarHamb:focus span,
.navbarHamb:active span {
  color: #13bcba;
}
.navbarHamb:hover span::after,
.navbarHamb:focus span::after,
.navbarHamb:active span::after {
  width: 0;
  background: #13bcba;
  background-color: #13bcba;
}

/* Sidebar Main */
.noShadow {
  -webkit-box-shadow: none!important;
  -moz-box-shadow: none!important;
  box-shadow: none!important;
}
.sidebarMain {
  width: 100%;
  height: 0;
  background: #ffffff;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 998;
  display: none;
}
.sidebarInner {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0 0 0 0;
}
.sidebarContent {
  width: 100%;
  position: absolute;
  bottom: 2px;
  top: 50px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 100px 0 0 0;
  text-align: center;
  transition: all .3s ease;
}
.sidebarContent ul li {
  line-height: 55px;
  position: relative;
  cursor: pointer;
  padding: 0 0 0 0;
  transition: all .3s ease;
}
.sidebarContent ul li::after {
  content: '';
  width: 0;
  height: 2px;
  background: #4c4a4a;
  background-color: #4c4a4a;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  margin: auto;
  transition: all .3s ease;
}
.sidebarContent ul li a {
  font-size: 25px;
  color: #4c4a4a;
  transition: all .3s ease;
}
.sidebarContent ul li a.activePage , .sidebarContent ul li a:hover ,
.sidebarContent ul li a:focus {
  color: #13bcba;
}
.sidebarContent ul li:hover::after {
  width: 100%;
  background: #13bcba;
  background-color: #13bcba;
}
.sidebarFooter {
  width: 100%;
  height: 2px;
  background: #ffffff;
  background-color: #ffffff;
  position: absolute;
  padding: 0 0 0 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
/*  */
/*  */

.phoneDoctorErick {
  width: 85px;
  height: 85px;
  text-align: center;
  background: #ffffff;
  background-color: #ffffff;
-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);
  padding: 10px 0 0 0;
  position: fixed;
  z-index: 997;
  bottom: 50px;
  left: 50px;
  transition: all .3s ease;
}
.phoneDoctorErick::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;
}

.phoneDoctorErick svg {
  width: 35px;
  height: 35px;
  position: relative;
  z-index: 5;
}
.phoneDoctorErick svg path {
  fill:  #13bcba;
}
.phoneDoctorErick p {
  font-size: 16px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  font-family: 'SF UI Display';
  font-weight: 900;
  font-style: normal;
  color: #13bcba;
  position: relative;
  z-index: 5;
  transition: all .3s ease;
}
.phoneDoctorErick:hover,
.phoneDoctorErick:focus,
.phoneDoctorErick:active {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1);
}
.phoneDoctorErick:hover::before,
.phoneDoctorErick:focus::before,
.phoneDoctorErick:active::before {
  opacity: 1;
}
.phoneDoctorErick:hover p,
.phoneDoctorErick:focus p,
.phoneDoctorErick:active p {
  color:  #4c4a4a;
}
.phoneDoctorErick:hover svg path,
.phoneDoctorErick:focus svg path,
.phoneDoctorErick:active svg path {
  fill:  #4c4a4a;
}