body {
  margin: 0;
  padding: 0;
  font-family: 'Quicksand', sans-serif;
  color: #212121;
  scroll-behavior: smooth;
}
.row {
  margin: 0;
}

.sombra {
  box-shadow: 5px 5px 15px #888888;
}

.navbar-toggler {
  border-color: transparent;
  color: #212121;
}
.navbar-toggler-icon {
  transition: all 0.5s ease;
}
.navbar-toggler-icon:hover {
  opacity: 50%;
}

a {
  cursor: pointer;
  text-decoration: none !important;
  transition: all 0.5s ease;
}

.logo {
  transition: all 0.5s ease;
  border-radius: 28px;
  width: 80%;
}
.logo:hover {
  box-shadow: 5px 5px 15px #888888;
}
@media (min-width: 576px) {
  .logo {
    width: 100%;
  }
}

.dra-grau {
  font-weight: 500;
  font-size: 1rem;
}

@media (min-width: 576px) {
  .dra-grau {
    font-weight: 500;
    font-size: 1.2rem;
  }
}

.otorrino {
  font-weight: 400;
  font-size: 0.74rem;
}

@media (min-width: 576px) {
  .otorrino {
    font-weight: 400;
    font-size: 0.8rem;
  }
}

.button-border {
  border: 3px solid #212121;
  border-radius: 5px;
  background-color: transparent;
  color: #212121;
  padding: 0.7rem 2rem;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.5s ease;
}
.button-border:hover {
  background-color: #212121;
  color: #fff;
}

@media (min-width: 992px) and (max-width: 1400px) {
  .button-border {
    padding: 0.7rem 1rem;
    font-size: 0.8rem;
  }
}

.fondo-main {
  background-image: url('/IMG/home-header-cel.jpg'); 
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.h1-main-cel {
  font-size: 1.7rem;
  font-weight: 500;
}

.p-main-cel {
  font-size: 1rem;
}

.button-border-blanco {
  border: 3px solid #fff;
  border-radius: 5px;
  background-color: transparent;
  color: #fff;
  padding: 0.7rem 1.8rem;
  font-size: 1rem;
  font-weight: 500;
  transition: all 0.5s ease;
}

.button-border-blanco:hover {
  background-color: #fff;
  color: #212121;
}

.icono-header {
  font-size: 1rem;
}

@media (min-width: 1201px) {
  .button-border-blanco {
    padding: 0.7rem 2rem;
  }
}

.fondo-header {
  background-color: #414141;
}

.h1-header-cel {
  font-size: 2.5rem;
  font-weight: 400;
}
@media (min-width: 992px) and (max-width: 1400px) {
  .h1-header-cel {
    font-size: 2rem;
  }
}

.p-header-cel {
  font-size: 1rem;
}

h2 {
  font-size: 2.2rem;
  font-weight: 600;
}

.hr-texto {
  background-color: #99A0A7;
  height: 2px;
  width: 100%;
}
@media (min-width: 1200px) {
  .hr-texto {
    width: 60%;
  }
}

.p-texto {
  font-size: 1rem;
  font-weight: 400;
  color: #1B1B1B;
}

.button-border-vermas {
  border: 3px solid #212121;
  border-radius: 5px;
  background-color: transparent;
  color: #212121;
  padding: 0.7rem 2.5rem;
  font-size: 1rem;
  font-weight: 500;
  transition: all 0.5s ease;
}
.button-border-vermas:hover {
  background-color: #212121;
  color: #fff;
}

.patologias {
  background-color: #EEF2F6;
}

.linea-centrada {
  margin: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .linea-centrada {
    width: 30%;
  }
}

.card-style {
  transition: all 0.5s ease;
  width: 96%;
  margin: auto;
  box-shadow: 3px 3px 10px #afafaf;
  cursor: pointer;
}
.card-style:hover {
  box-shadow: 6px 6px 15px #888888;
}

.titulo-card {
  font-size: 1.2rem;
  font-weight: 600;
  color: #0055A9;
}

.p-card{
  font-size: 1rem;
  font-weight: 500;
  color: #1B1B1B;
}
@media (min-width: 992px) {
  .p-card{
    font-size: 0.9rem;
    font-weight: 500;
    color: #1B1B1B;
  }
}

@media (min-width: 1201px) {
  .img-cirugias {
    width: 84%;
  }
}

.titulo-card-c {
  font-size: 1.2rem;
  font-weight: 600;
  color: #0055A9;
}
@media (min-width: 992px) {
  .titulo-card-c {
    font-size: 1rem;
  }
}

.p-card-c {
  font-size: 1rem;
  font-weight: 500;
  color: #1B1B1B;
}
@media (min-width: 992px) {
  .p-card-c {
    font-size: 0.9rem;
  }
}

.hr-cirugias {
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) and (max-width: 1200px){
  .hr-cirugias {
    width: 35%;
  }
}
@media (min-width: 1201px) {
  .hr-cirugias {
    width: 48%;
    margin-left: 0;
  }
}

.foto-libro {
  border-radius: 50px 10px 50px 10px;
  border: 3px solid #99A0A7;
  width: 100%;
}
@media (min-width: 768px){
  .foto-libro {
    width: 90%;
  }
}

.bg-footer{
  background-color: #2A2A2A;
}

.logo-blanco {
  transition: all 0.5s ease;
  border-radius: 28px;
  width: 80%;
}
.logo-blanco:hover {
  box-shadow: 5px 5px 15px #888888;
}

.p-footer {
  font-size: 1rem;
  font-weight: 500;
}

.contacto {
  font-size: 1.2rem;
  font-weight: 500;
}
.reserva{
  font-size: 0.9rem;
  font-weight: 500;
}

.hr-footer {
  background-color: #99A0A7;
  height: 2px;
  width: 100%;
}

.copyright {
  font-size: 0.8rem;
  font-weight: 400;
}

.h1-header-dra {
  font-size: 1.8rem;
  font-weight: 500;
}
@media (min-width: 768px)  and (max-width: 1200px){
  .h1-header-dra {
    font-size: 2.5rem;
  }
}
@media (min-width: 1201px) {
  .h1-header-dra {
    font-size: 3rem;
  }
}

.hr-header {
  background-color: #99A0A7;
  height: 2px;
  width: 55%;
}

.fondo-header-dra {
  background-image: url('/IMG/fondo-header-dra.png'); 
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.fondo-header-libro {
  background-image: url('/IMG/fondo-header-libro.png'); 
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.fondo-header-ronquidos {
  background-image: url('/IMG/fondo-header-ronquidos.png'); 
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.subtitulo-patologias {
  font-size: 1.2rem;
  font-weight: 500;
}

.subtitulo-viaerea {
  font-size: 1.2rem;
  font-weight: 500;
}

.button-border-conocer {
  border: 3px solid #212121;
  border-radius: 5px;
  background-color: transparent;
  color: #212121;
  padding: 0.6rem 1.7rem;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.5s ease;
}

.button-border-conocer:hover {
  background-color: #212121;
  color: #fff;
}

.card-publicaciones {
  transition: all 0.5s ease;
  width: 94%;
  margin: auto;
  box-shadow: 3px 3px 10px #afafaf;
}

.fondo-header-rinitis {
  background-image: url('/IMG/fondo-header-rinitis.jpg'); 
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.lista-circulo {
  list-style-type: circle;
}

.aqui {
  font-size: 1rem;
  font-weight: 500;
  color: #0055A9;
  text-decoration: none;
  cursor: pointer;
  transition: all 1s ease;
}
.aqui:hover {
  font-weight: 600;
}

.hr-separador {
  background-color: #99A0A7;
  height: 2px;
  width: 100%;
}

.fondo-header-respiracionbucal {
  background-image: url('/IMG/fondo-header-respiracionbucal.png'); 
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.fondo-header-otitis {
  background-image: url('/IMG/fondo-header-otitis.png'); 
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.fondo-header-amigdalitis {
  background-image: url('/IMG/fondo-header-amigdalitis.png'); 
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}
.fondo-baner-0 {
  background-image: url('/IMG/fondo-baner-0.png'); 
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.fondo-baner {
  background-image: url('/IMG/fondo-baner.png'); 
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.fondo-header-amigdalectomia{
  background-image: url('/IMG/fondo-header-amigdalectomia.png'); 
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.fondo-header-adenoidectomia{
  background-image: url('/IMG/fondo-header-adenoidectomia.png'); 
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.fondo-header-puncion{
  background-image: url('/IMG/fondo-header-puncion.png'); 
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.fondo-header-preveniratoros{
  background-image: url('/IMG/fondo-header-preveniratoros.png'); 
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.style-border {
  border: 3px solid #99A0A7;
  border-radius: 10px;
}

.fondo-header-blog{
  background-image: url('/IMG/fondo-header-blog.png'); 
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.borde-derecho {
  border-right: 1px solid #99A0A7;
}

.imagenes-libro {
  width: 100%;
}

@media (min-width: 798px) and (max-width: 992px) {
  .imagenes-libro {
    width: 90%;
  }
}
@media (min-width: 993px) and (max-width: 1400px) {
  .imagenes-libro {
    width: 63%;
  }
}
@media (min-width: 1401px) {
  .imagenes-libro {
    width: 53%;
  }
}