body{
    background-color: #f8f8f8;
}

.encabezado{
    font-size: 2.4rem;
    font-family: 'Lato', sans-serif;
    color: #000000;
    line-height: 2.4rem;
}

.encabezado span{
    font-size: 3.8rem;
    font-family: 'Italianno', cursive;
    color: #e082a8;
}
/*** Add your styles here **/
/** Sociales **/
.sociales ul {
    list-style: none;
    margin:0;
    padding:0;
}
.sociales ul li {
    position: relative;
    display: inline-block;
}
.sociales ul li a::before {
    font-family: 'FontAwesome';
    display: inline-block;
    vertical-align: top;
    padding: 0.4rem;
    content: '\f08e';
    -webkit-font-smoothing: antialiased;
    font-size: 2rem;
    color: #e082a8;
}
.sociales ul li a[href*="facebook.com"]::before{
    content: '\f230';
}
.sociales ul li a[href*="twitter.com"]::before{
    content: '\f081';
}
.sociales ul li a[href*="instagram.com"]::before{
    content: '\f16d';
}
.sociales ul li a[href*="pinterest.com"]::before{
    content: '\f0d2';
}
.sociales ul li a[href*="youtube.com"]::before{
    content: '\f16a';
}
  
/** NAVEGACIÓN **/
.navegacion{
    background-color: #8ed3cc;
}
.navbar-light .navbar-toogler{
    background-color: #ffffff;
}
.navbar-light .navbar-brand,
.navbar-light .navbar-brand:hover{
    color: #ffffff;
}
.nav-principal{
    background-image: url(../img/border_horizontal.png),
                      url(../img/border_horizontal.png);
    background-repeat: repeat-x;
    background-position: 0px top, 0px bottom;
}
.nav-link{
    color: #ffffff;
    font-size: 1.4rem;
    transition: all .5s ease-in-out;
    font-family: 'Raleway', sans-serif;
}
.nav-link:hover{
    background-color: #bde8dd;
    color: #000000;
}
.marcador.active{
    background-color: #e082a8;
    border-radius: 10px;
}
/*CAROUSEL*/

.carousel-caption h3{
    font-family: 'Raleway', sans-serif;
    font-size: 2rem;
    font-weight: 900;
    color: #ffffff;
}

/* nuevo sitio */
.nuevo-sitio p{
    font-family: 'Lato', sans-serif;
    font-size: 1.3rem;
    color: #979797;
}

/* Servicios */
.imagen-servicio img{
    border:6px solid #ffffff;
    -webkit-transition: transform .2s ease;
    -ms-transition: transform .2s ease;
    transition: transform .2s ease;
}

.imagen-servicio img:hover{
    -webkit-transform: scale(1.2) rotate(3deg);
    -ms-transform: scale(1.2) rotate(3deg);
    transform: scale(1.2) rotate(3deg);
}
.servicio-info{
    background-color: #ffffff;
    margin-top: -5rem;
}
.servicio-info .btn-primary{
    border-radius: 0;
    background-color: #e082a8;
    border: none;
}

/* HORARIO*/
.horario{
    background-color: #8ed3cc;
    color: #ffffff;
}
.horario h2{
    font-size: 2.2rem;
    font-family: 'Lato', sans-serif;
}

.horario .table{
    border: 2px solid #e082a8
}
.horario .table thead{
    background-color:  #e082a8;
}

.horario .table td,
.horario .table thead th{
    border: none;
}

.horario .table tbody tr td{ 
    padding: .45rem; /*Alto de las celdas*/
    font-family: 'Lato', sans-serif;
    font-size: 1.2rem;
}
.bg-horario{
    background-image: url(../img/bg_horarios.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; /*Hace que la imagen llegue desde arriba hasta abajo, sin margenes*/
    min-height: 400px;
}

/* PRODUCTOS */
.productos .card {
    border: none;
}

.productos .card a {
   color: #000000; 
}

.productos .card a:hover {
    text-decoration: none; /* Quita la linea del enlace, subrayado */
 }

 .productos .card h3{
     color: #e082a8;
     font-size: 1.2rem;
     font-family: 'Lato', sans-serif;
 }

 .productos .card p{
    font-size: .8rem;
}

.productos .card .precio{
    font-size: 1.6rem;
    color: #979797;
}

/* CITAS */
.citas{
    background-image: url(../img/bg_citas.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;/*Esta linea no estaba*/
    color: #ffffff;
}

@media (min-width: 992px){
    .citas{
        background-size: cover; /*He probado quitando todo el @media solucionar efecto parallax moviles, sin exito */
    }
}

.citas h3{
    font-size: 3.2rem;

}
.citas p{
    font-size: 1.2rem;
    line-height: 2.6rem; /* Interlineado del párrafo */
}

.citas .btn-primary{
    background-color: #8ed3cc;
    border: 0;
    font-family: 'Lato', sans-serif;
    padding: 1rem 5rem; /* da mas espacio al botón */
    border-radius:0; /* hace que el botón sea cuadrado */
    font-size: 1.2rem;
}

/* FOOTER */
.copyright{
    color: #979797;
    font-size: 0.8rem;
}

/*Hero*/
.hero{
    position: relative;
}
.hero h2{
    position: absolute;
    bottom: 2rem;
    right: 0;
    background-color: #8ed3cc;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    color: white;
    font-size: 2.8rem;
}

.contenido-principal p{
    font-size: 1.2rem;
    line-height: 2.2rem;
    font-family: 'Lato', sans-serif;
}

/*SIDEBAR --> BARRA LATERAL -->NOSOTROS*/
aside{
    background-color: #8ed3cc;
    color: #ffffff;
}

/* Acordion - Servicios */

#servicios .card-header{
    background-color: #e082a8;
    padding: 0 1.5rem;
}

#servicios .card-header .btn-link{
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-size:  1.6rem;
}

#servicios .card-body{
    font-size: 1.2rem;
}

/* Cupón Servicios*/
.cupon{
    border: 3px dashed;
}

.cupon .display-4{
    font-size: 2.8rem;
}

.cupon p{
    font-size: 1.2rem;
}

/* PRODUCTOS */
@media (min-width: 576px){
    .card-columns{
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }
}

@media (min-width: 768px){
    .card-columns{
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }
}

@media (min-width: 992px){
    .card-columns{
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }
}


/* CONTACTO */
.contenido-principal .btn-primary{
    background-color: #8ed3cc;
    border: 0;
    padding: 1rem 5rem;
    font-family: 'Lato', sans-serif;
    font-size:  1.62em;
}
.contenido-principal .btn-primary:hover{
    background-color: #64b9b1;
}

.formulario-contacto{
    border: 2px solid #9a9a9a;
    background-color: #ffffff;
}

