/*** Add your styles here **/

body {
    background-color: #f8f8f8;
}

/*----------------------------------------------*/

.encabezado {
    /*los subtitulos*/
    font-size: 2.4rem;
    font-family: 'Lato', sans-serif;
    color: #000000;
    line-height: 2.4rem;
}
.encabezado span {
    /*los titulitos*/
    font-size: 3.8rem;
    font-family: 'Italianno', cursive;
    color: #e082a8;
}

/*------------------------------------------------*/


/*redes 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';
    /*el codigo del icono de fontawesome*/
}
.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';
}

/*el nav de navegacion*/

.navegacion {
    background-color: #8ed8cc;
}
.navbar-light .navbar-toggler {
    /*el toggler es el cuadrito de navegacion*/
    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.5rem;
    transition: background-color .4s ease-in-out;
    font-family: 'Raleway', sans-serif;
}
.nav-link:hover {
    background-color: #39a68b;
    color: #ffffff;
}
.navegacion .nav-principal .active {
    background-color: #e082a8;
    border-radius: 5px;
}

/*carousel caption*/

.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;
    color: #979797;
    font-size: 1.5rem;
}

/*servicios*/

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

/*horarios*/

.horario {
    background-color: #8ed8cc;
    color: #ffffff;
}
.horario h2 {
    font-size: 2.2rem;
    font-family: 'Lato', sans-serif;
}
.horario td {
    color: #ffffff;
}
.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: .35rem;
    font-family: 'Lato', sans-serif;
    font-size: 1.2rem;
}
.bg-horario {
    background-image: url(../img/bg_horarios.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 400px;
}

/*productos*/

a {
    text-decoration: none !important;
}
.productos .card {
    border: 0.1px solid black;
    min-height: 370px !important;
}
.productos .card a {
    color: #000000;
    text-decoration: none;
    /* text-decoration-color: none; */
}
.productos .card a:hover {
    text-decoration: none;
    /* text-decoration-color: none; */
    border: none;
}
.productos .card h3 {
    color: #e082a8;
    font-size: 1.2rem;
    font-family: 'Lato', sans-serif;
}
.productos .card:hover {
    transition: .25s ease-in-out;
    color: #e63e76;
    transform: scale(1.05);
}
.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.8rem;
    color: #979797;
}

/*citas*/

.citas {
    background-image: url(../img/bg_citas.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    /*background-size: cover;*/
    /*cover se encargara de que si tome todo*/
    background-attachment: fixed;
    color: #ffffff;
}
@media (min-width: 992px) {
    .citas {
        background-size: cover;
    }
}
.citas h3 {
    font-size: 3.5rem;
    font-family: 'Lato', sans-serif;
}
.citas p {
    font-size: 1.2rem;
    line-height: 2.6rem;
}
.citas .btn-primary {
    /* background-color: #8ed8cc; */
    background-color: #e082a8;
    border: 0;
    /* padding: 1rem 5rem; */
    border-radius: 0.1;
    font-family: 'Lato', sans-serif;
    font-size: 1.2rem;
}

/*--------------------*/

.btn-primary {
    background-color: #8ed8cc;
    border: 0;
    padding: 1rem 5rem;
    border-radius: 0.1;
    font-family: 'Lato', sans-serif;
    font-size: 1.2rem;
}
.btn.btn-primary:hover {
    background-color: #69aca5;
}

/*---------------------------*/


/*footer*/

.copyright {
    color: #979797;
    font-size: 1rem;
}

/*hero es la imagen principal de cada pagina*/

.hero {
    position: relative;
}
.hero h2 {
    position: absolute;
    bottom: 2rem;
    right: 0;
    background-color: #8ed8cc;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    color: #ffffff;
    font-size: 2.8rem;
}
.contenido-principal p {
    font-size: 1.2rem;
    line-height: 2.2rem;
    font-family: 'Lato', sans-serif;
}

/*asidebar*/

aside {
    background-color: #8ed8cc;
    color: #ffffff;
}

/*el acordion de los servicios*/

#servicios .card-header {
    background-color: #e082a8;
    padding: 0 1.25rem;
}
#servicios .card-header .btn-link {
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-size: 1.6rem;
}
#servicios .card-body {
    font-size: 1.3rem;
}

/*el cupon*/

.cupon {
    border: 3px dashed #ffffff;
}
.cupon .display-4 {
    font-size: 2rem;
}
.cupon p {
    font-size: 1.2rem;
    font-family: 'Lato', sans-serif;
}

/*en productos.html producto el card-columns*/

@media (min-width: 576px) {
    .card-columns {
        /*cuantas columns quieres ejem 2 pones en todas 2, en tamaño pequeño seran reducido a 2 */
        -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: 992px) {
    .card-columns {
        /*cuantas columns quieres ejem 4 pones en todas 4, en  un tamaño grande seran 4*/
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }
}

/*contacto*/

.formulario-contacto {
    border: 2px solid #9a9a9a;
    background-color: #ffffff;
    box-shadow: 2px 2px 5px.5px #000;
}
.card button {
    text-decoration: none;
}
.card button:hover {
    text-decoration: none;
}