body {
    background-color: #f8f8f8;
}

.encabezado-sitio {
    margin: 0 auto;
}

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

.encabezado span {
    font-size: 3.8rem;
    font-family: 'Italianno', cursive;
    color: #e082a8;
}

img {
    max-width: 100%;
}

/** SOCIALES **/

.sociales,
.producto-social {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sociales ul li,
.producto-social ul li {
    position: relative;
    display: inline-block;
}

.sociales ul li a::before {
    display: inline-block;
    vertical-align: top;
    padding: 0.4rem;
    font-size: 1rem;
    color: #00a0be;
    /*e504c8*/
    content: "\2630";
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.sociales ul li a:hover::before {
    color: #438faf;
}

.sociales ul li a[href*="facebook.com"]::before {
    content: '\f09a';
}

.sociales ul li a[href*="twitter.com"]::before {
    content: '\f099';
}

.sociales ul li a[href*="instagram.com"]::before {
    content: '\f16d';
}

.sociales ul li a[href*="pinterest.com"]::before {
    content: '\f231';
}

.sociales ul li a[href*="youtube.com"]::before {
    content: '\f167';
}

div.tfno {
    position: relative;
    /*display: block;*/
    color: #8b8b8b;
    /*text-align: right;*/
}

div.tfno i{
    color: #00a0be;
    font-size: 1em;
}

.producto-social ul {
    padding: 0;
}

.producto-social ul li a::before {
    display: inline-block;
    vertical-align: top;
    padding: 0.4rem;
    font-size: 1rem;
    color: white;
    /*e504c8*/
    content: "\2630";
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}


.producto-social ul li a:hover::before {
    color: #438faf;
}

.producto-social ul li a[href*="facebook.com"]::before {
    content: '\f09a';
}

.producto-social ul li a[href*="twitter.com"]::before {
    content: '\f099';
}

.producto-social ul li a[href*="instagram.com"]::before {
    content: '\f16d';
}

.producto-social ul li a[href*="pinterest.com"]::before {
    content: '\f231';
}

.producto-social ul li a[href*="youtube.com"]::before {
    content: '\f167';
}

/** NAVEGACION **/

.navegacion {
    background-color: #00c3be;
    /*007297*/
}

.navbar-light .navbar-toggler {
    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: #00a0be;
    color: #ffffff;
}

.active {
    background-color: #bde8dd;
}


/* CAROUSEL**/
.container-fluid {
    width: 100%!important;
    max-width: 100%!important;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
@media (min-width: 992px) {
    div.carousel-inner {
        height: 700px;
    }
}

div.carousel-item.active,
.carousel-item {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.carousel-item img {
}

.carousel-control-prev,
.carousel-control-next{
    color: #00c3be;
}

/*div.carousel-inner .carousel-item {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

div.carousel-inner .carousel-item img {
    position: absolute;
    max-height: 100%;
    max-width: 100%;
    top: 50%;
    flex: 0 0 100%;
}*/

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

.carousel-caption {
    margin-bottom: 40px;
}


/** Nuevo sitio **/

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


/** 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-top: -5rem;
}

.servicio-info .btn-primary {
    border-radius: 0;
    background-color: #e504c8;
    border: none;
}


/* HORARIOS **/

.horario {
    background-color: #8b8b8b;
    color: #ffffff;
}

.horario h2 {
    font-size: 2.2rem;
    font-family: 'Lato', sans-serif;
}

.horario .table {
    border: 2px solid #00a0be;
}

.horario .table thead {
    background-color: #00a0be;
}

.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;
}

aside div.sidebar.horario{
    background-color: transparent;
}


/* PRODUCTOS **/

.productos .card {
    border: none;
}

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

.productos .card a:hover {
    text-decoration: none;
}

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

.productos .card-footer {
    background-color: #e504c8;
    color:  white;
    font-size: 1.2em;
    font-weight: 700;
    text-align: center;
}

/**Producto**/
.descripcion-producto p{
    font-size: 1.6em;
    font-weight: 600;
}

.descripcion-producto p.comprar{
    background-color: #e504c8;
    font-size: 1.2em;
    padding: 10px 20px;
    margin: 10px 30px;
}


/** Citas **/

.citas {
    background-image: url(../img/bg_citas.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    color: #ffffff;
    position: relative;/*para oscurecer la imagen con una capa opacity*/
}

.citas:before {
    content:'';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.6);
}

@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;
}

.btn-primary {
    background-color: #00c3be;
    border: 0;
    padding: 1rem 5rem;
    border-radius: 0;
    font-family: 'Lato', sans-serif;
    font-size: 1.2rem;
}

.btn-primary:hover {
    background-color: #00a0be;
}


/* footer */
.footer-sitio {
    background-color: #343434;
    color: white;
}

.footer-sitio h3 {
    color: #00a0be;
    font-size: 1.4em;
    font-weight: 400;
}
.footer-sitio .sociales ul {
    margin-left: 0;
    padding-left: 0;
}

.footer-sitio div.contacto i{
    color: #00a0be;
    font-size: 1em;
}

.footer-sitio hr.linea {
    background-color: #575757;
}

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


/** Hero **/

.hero {
    position: relative;
}

.hero h2 {
    position: absolute;
    bottom: 2rem;
    right: 0;
    background-color: #00a0be;
    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;
}


/** SIDEBAR **/

aside {
    background-color: #00c3be;
    color: #ffffff;
}

.sidebar .tfno,
.sidebar .tfno i{
    color: #ffffff;
}

.sidebar .tfno {
    font-size: 1.4em;
}

.sidebar .tfno i{
    font-size: 1em;
}

/** Accordion / Servicios **/

#servicios .card-header {
    background-color: #00c3be;
    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;
}


/* cupon*/

.cupon {
    border: 3px dashed #ffffff;
    font-family: 'Lato', sans-serif;
}

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

.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: 992px) {
    .card-columns {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }
}


/** Contacto **/

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