.navbar {
    box-shadow: none;
}
.top-nav-collapse {
  background-color: #fff !important;
}

.navbar {
  font-weight: 600;
  top: 30px;
}
.navbar0 {
  background: #fff;
}
.second-color {
  color:  #76b6db;
}
.navbar:not(.top-nav-collapse) {
    background: #ffffffd9 !important;
}
.trata-icon {
  background: #5363bf;
  border-radius: 5px 5px 20px 20px;
  color: #fff;
}
@media (max-width: 991px) {
  .navbar:not(.top-nav-collapse) {
    background: #fff !important;
  }
}

.nav-link, .navbar-brand {
  color: #76b6db !important;
}

.dropdown-menu {
  background-color: #fff;
}
.navbar .dropdown-menu a {
  color: #fff;
}
@media (min-width: 992px)
{
  .navbar-expand-lg, .navbar0 {
      padding-left: 100px;
      padding-right: 100px;
  }

  .container {
      max-width: 1200px;
  }
}

@media (max-width: 576px) {
  #tratamientos section .row .col-6 .row .col-md-9 h3 a {
    font-size:  16px !important;
  }
  #tratamientos section .row .col-6 .row .col-md-9 h3 {
    margin-bottom: 0.2rem !important;
    margin-top: 0.2rem !important;
    line-height: 0.7;
  }
  #tratamientos section .row .col-6 {
    padding-bottom:  20px;
  }
}

/*
p {
  font-size: 1.2rem !important;
}*/
.container {
    font-size: 1.2rem;
}
.blue-green-gradient {
    background: linear-gradient(40deg,#76b6db,#5deac3)!important;
}
.pie
{
  background: #908c8c !important;
}
footer.page-footer {
  bottom: 0;
  color: #fff;
      border-top: 1px solid #29d0c9;
}
footer.page-footer a {
    color: #fff;
}
.navbar-toggler {
  background-color: #76b6db;
}


/* Small devices (landscape phones, 576px and up)*/
@media (max-width: 767px) {
  #respaldo-respaldo img {
    height: 35px;
  }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  #respaldo-respaldo img {
    height: 80px;
  }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  #respaldo-respaldo img {
    height: 100px;
  }
}

.info-color {
    background-color: #76b6db !important;
}
.text-primary {
    color: #5363bf !important;
}
.azul-bg {
    background-color: #5363bf !important;
}
.item-menu:hover {
  background-color: #5363bf !important;
}
.dropdown .dropdown-menu.dropdown-default .dropdown-item:hover {
  background-color: #76b6db !important;
}

.testimonial-carousel .testimonial {
  margin-right: 15%;
  margin-left: 15%;
}
.navbar .dropdown-menu a:not(.active) {
    color: #76b6db;
}
.list-group-item {
  color: #747373;
}
.first-letter::first-letter {
  font-size:40px;
  line-height: 0.5;
}
#icon-whatsapp {
  position: fixed;
  bottom: 170px;
  right:3px;
  font-size: 70px;
  border-radius: 50%;
  background: #25d366;
  height: 80px;
  width: 80px;
}
#icon-whatsapp a {
  position: relative;
  top: -24px;
  left: 10px;
}
.msg-whatsapp {
  position: fixed;
  bottom: 121px;
  right: 0px;
  color:#fff;
  font-size: 14px !important;
  font-weight: 600 !important;
  background: #25d366;
  padding: 3px 3px 3px 10px;
  border-radius: 15px 0px 0px 15px;
}
.whatsapp-color {
  background: #25d366;
}
.testimonios .card {
  min-height: 600px;
}
.navbar .dropdown-menu a {
  font-weight: 500;
}

a {
  font-weight:  400;
}

a:hover {
  
  
  text-decoration: underline;
  text-decoration-color:  #ddd;
}