:root {
  --blanco: #fff;
  --morado: #6D2593;
  --verde-oscuro: #00525C;
  --gris: #666666;
  --oscuro: #363239;
}
.texto-morado{
  color: var(--morado) !important;
}
.texto-blanco{
  color: var(--blanco) !important;
}
.texto-oscuro{
  color: var(--oscuro) !important;
}
.texto-verde{
  color: var(--verde-claro) !important;
}
.fs8{
  font-size: 0.8em;
}
.main-menu ul li a{
  letter-spacing: 2px;
}
.dentist-hero__title{
  white-space: pre-line;
}
.dentist-choose__area {
    background-image: url('/img/agendarcita/background.jpg');
    background-repeat: repeat;
    background-position: center;
}

.dentist-hero__area {
    background-image: url('/img/fondo_v.png');
    background-size: cover;
    background-position: center;
}
.dentist-compare__area{
  background-image: url('/img/fondo_m.png');
    background-size: cover;
    background-position: center;
}

.dentist-service__area{
  background-color: var(--morado);
}

.dentist-choose__text{
  color: var(--verde-oscuro) !important;
}

.dentist-choose__btn .wc-btn-morado {
    font-size: 18px;
    font-weight: 600;
    background: var(--morado);
    color: white;
}

.wc-btn-morado {
    padding: 22px 40px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    color: white;
    text-transform: capitalize;
    background-color: var(--morado);
    transition: all .3s;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    z-index: 1;
    gap: 10px;
}
.wc-btn-morado:hover {
    color: var(--morado);
}

.encabezado-blanco h4{
  letter-spacing: 4px;
  color:var(--blanco) !important;
}

.encabezado-blanco hr{
  border:1px solid var(--blanco);
  opacity: .8 !important;
}

.punto{
  display: inline-block;
  position: relative;
  top: -0.2em;
  margin:0 0.2rem 0 0.2rem; /* Espacio entre el punto y la palabra */
  font-size: 1.5rem; /* Ajusta el tamaño del punto para que coincida con el tamaño de la palabra */
  color: var(--blanco);
}

.fondo-morado{
  background-color: var(--morado);
}
.fondo-verde{
  background-color: var(--verde-claro);
}

.encabezado h4{
  letter-spacing: 4px;
}

.encabezado hr{
  border: 1px solid var(--gris);
  opacity: .8 !important;
}

/* Responsivo */
@media(max-width:575px){
  .dentist-header__logo img{
    max-width: 220px !important;
  }
}
@media (min-width: 991px) and (max-width: 1199px){
  .dentist-hero__text{
    bottom: 100px;
  }
  .servicios-primerrow{
    margin-top: -150px;
    margin-bottom: -100px;
  }
  .servicios-primerrow div .dentist-service__content{
    margin-top: 250px;
  }
  .dentist-hero__thumb-wrapper{
    bottom: 50px;
  }
}

@media (min-width: 1200px) and (max-width: 1299px){
  #section1 {
    min-height: 1000px;
  }
  .dentist-hero__thumb-wrapper{
    bottom: -230px;
  }
}
@media (min-width: 1300px){
  #section1 {
    min-height: 1200px;
  }
  .dentist-hero__thumb-wrapper{
    bottom: -330px;
  }
}