body {
    font-family: 'Nunito', Arial, sans-serif;
    color: #9f1897;
    overflow-x: hidden !important;
}

a {
    color: #9f1897;
}

h4, .h4 {
    font-size: 1.4rem;
}

.hidden {
    display: none !important;
}

.w10 {
    flex: 0 0 10%;
    max-width: 10%;
}

.w15 {
    flex: 0 0 15%;
    max-width: 15%;
}

.w20 {
    flex: 0 0 20%;
    max-width: 20%;
}

.c48315d {
    color: #48315d !important;
}

.c9f1897 {
    color: #9f1897 !important;
}

.no-padding {
    padding: 0 !important;
}

.regular {
    font-weight: 400;
}

.bold {
    font-weight: 800;
}

light {
    font-weight: 100;
}

.fs12 {
    font-size: 12px;
}

.fs14 {
    font-size: 14px;
}

.fs24 {
    font-size: 24px;
}

.lh30 {
    line-height: 30px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-45 {
    margin-top: 45px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-bottom-0 {
    margin-bottom: 0;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-45 {
    margin-bottom: 45px;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}

.padding-top-15 {
    padding-top: 15px;
}

.padding-top-45 {
    padding-top: 45px;
}

.padding-top-60 {
    padding-top: 60px;
}

.padding-bottom-45 {
    padding-bottom: 45px;
}

.padding-bottom-60 {
    padding-bottom: 60px;
}

.slicknav_menu {
    display:none;
}

.slicknav_menu {
    background: #003b71;
}

.slicknav_nav li a {
    text-transform: uppercase;
    text-align: center;
}

.header-contact {
    background-color: #e5e5e5;
    min-height: 40px;
    line-height: 40px;
    color: #003b71;
    font-size: 13px;
}

.header-contact .fa {
    font-size: 20px;
    margin-right: 5px;
}

#header {
    padding: 30px 0 20px 0;
}

#logo {
    background-image: url(../images/logo1.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 250px;
    height: 70px;
    display: block;
}

#header ul li {
    display: inline-block;
    margin-right: 15px;
    list-style: none;
    font-family: "Nunito", Arial;
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    height: 70px;
    line-height: 70px;
}

#header ul li:last-child {
    margin-right: 0;
}

.slider {
    background-color: #9f1897;
}

.bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: transparent;
    margin-bottom: 0;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: 30px;
}

.subluxacion {
    background-color: #edf1f4;
}

.instalaciones {
    background-color: #f1f1f1;
}

.instalaciones .bx-wrapper {
    max-width: 1030px !important;
    margin: auto;
}

.instalaciones .bx-wrapper .bx-next {
    right: -10px;
}

.instalaciones .bx-wrapper .bx-prev {
    left: -40px;
}

.banner-quiro {
    background-image: url(../images/banner-quiro-1-bg.png);
    background-repeat: repeat-y;
    background-color: #fdf9ed;
}

.banner-quiro .container {
    position: relative;
}

.banner-quiro-title {
    width: 250px;
    top: 50px;
}

.quiro-2 {
    background-color: #f2f2f2;
}

.quiro-4 {
    background-color: #eceff4;
}

.banner-beneficios {
    background-image: url(../images/banner-beneficios-1-bg.png);
    background-repeat: repeat-y;
    background-color: #f5eee2;
}

.beneficios-1 {
    color: #5b5a5c;
}

.beneficios-2 {
    background-image: url(../images/beneficios-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.button.big-button {
    display: inline-block;
    width: 100%;
    padding: 22px;
    text-align: center;
    color: #fff;
    background-color: #9f1897;
}

.planes-btn {
    background-size: cover;
    background-repeat: no-repeat;
    text-decoration: none;
}

.planes-btn-es {
    background-image: url(../images/planes-btn-bg-es.png);
}

.planes-btn-en {
    background-image: url(../images/planes-btn-bg-en.png);
}

.planes-btn:hover {
    text-decoration: none;
}

.banner-nosotros-1 {
    height: 268px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.bx-wrapper .bxslider-nosotros img {
    margin: auto;
}

.banner-nosotros-fff {
    color: #fff;
}

.banner-planes-1, .banner-planes-2 {
    height: 268px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.plan-tipo:hover img {
    opacity: 0.8;
}

.plan {
    min-height: 200px;
}

.tarjeta-quiro {
    background-color: #f7f8f7;
}

footer {
    background-color: #434343;
    color: #fff;
}

footer a, footer a:hover {
    color: #fff;
}

footer p {
    margin: 0 0 5px 0;
}

footer .fa {
    font-size: 30px;
    top: 5px;
    position: relative;
    margin-left: 5px;
}

.onlyDesktop {
    display: block !important;
}

.onlyMobile {
    display: none !important;
}

@media screen and (max-width: 992px) {
    /* #menu is the original menu */
    .menu {
        display:none;
    }

    .slicknav_menu {
        display:block;
    }

    .header-contact .col-sm-6 {
        width: 50%;
    }

    .w20, .w10, .w15 {
        flex: auto;
        max-width: 100%;
    }

    .onlyDesktop {
        display: none !important;
    }

    .onlyMobile {
        display: block !important;
    }
}

@media screen and (max-width: 768px) {
    .banner-nosotros-2 p {
        margin-top: 20px;
        padding-top: 0;
    }
}

@media screen and (max-width: 400px) {
    .header-contact .col-sm-6 {
        width: 100%;
        text-align: center;
    }

    .banner-nosotros-2 p {
        margin-top: 10px;
        padding-top: 0;
        font-size: 14px;
    }
}