/*Owl carrucel*/
.owl-nav .disabled {
    opacity: 0.4;
    pointer-events: none;
    cursor: default;
}

.topSlide .owl-dots {
    margin-top: -40px !important;
}

.topSlide .owl-dots .owl-dot {
    width: 20px !important;
    height: 20px !important;
    border-radius: 10px;
    border: 1px solid #fff;
}

.owl-prev {
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    position: absolute;
    top: 40%;
    margin-left: 2%;
    display: block !important;
    border: 0px solid black;
    text-align: center;
    z-index: 99;
    background-color: rgba(200, 200, 200, 0.8) !important;
    margin-left: 5%;
}

.owl-next {
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    position: absolute;
    top: 40%;
    right: 2%;
    display: block !important;
    border: 0px solid black;
    text-align: center;
}

.owl-dots {
    width: 100%;
    text-align: center;
    margin-top: -25px;
    z-index: 10;
    position: absolute;
}

.owl-dot {
    width: 5%;
    height: 5px;
    background: #cecece;
    margin-right: 5px;
    display: inline-block;

}



.owl-dot.active {
    background: #57c700;
}

.nav-tabs li a {
    color: #86888C !important;
    border: 1px solid transparent;
    border-radius: 40px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.nav-tabs li a:hover {
    color: #00A9E0 !important;
    background: #fff !important;
    border: 1px solid #00A9E0 !important;
    border-radius: 40px;
}

ul.nav-tabs li.ui-tabs-active a {
    color: #fff !important;
    background: #00A9E0 !important;
    border: 1px solid #00A9E0 !important;
    border-radius: 40px;
}

@media (max-width: 480px) {
    .topSlide .owl-dots {
        margin-top: 10px !important;
    }

    .topSlide .owl-dots .owl-dot {
        width: 20px !important;
        height: 20px !important;
        background: #e2e2e2 !important;
        border-radius: 10px;
        border: 1px solid #e2e2e2;
    }

    .topSlide .owl-dots .owl-dot.active {
        width: 20px !important;
        height: 20px !important;
        background: #00A9E0 !important;
        border-radius: 10px;
        border: 1px solid #fff;
    }
}

.owl-catalogo .owl-next {
    position: absolute;
    right: -25px;
    background-color: #dddddd;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    padding-top: 12px;
}

.owl-catalogo .owl-prev {
    position: absolute;
    left: -80px;
    background-color: #dddddd;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    padding-top: 12px;
}

.owl-catalogo .owl-dots {
    margin-top: -30px !important;
}

.owl-catalogo .owl-dots .owl-dot {
    width: 20px !important;
    height: 20px !important;
    border-radius: 10px;
    border: 1px solid #dddddd;
    background: #dddddd !important;
}

.owl-catalogo .owl-dots .owl-dot.active {
    width: 20px !important;
    height: 20px !important;
    border-radius: 10px;
    border: 1px solid #dddddd;
    background: #00A9E0 !important;
}

@media (min-width: 768px) {
    .owl-catalogo .owl-stage {

    }
}

/*Que quieres hacer*/
.qqh {
    flex: 1;
}

.qqh-item {
    flex: 1;
    margin-left: 5px;
    margin-right: 5px;
}

.qqh-item:hover {
    opacity: 0.8;
}

.visible-desktop {
    display: none !important
}

.visible-phone {
    display: inherit !important
}

@media (min-width: 768px) {
    .qqh-item {
        padding-bottom: 10px !important;
    }

    .visible-desktop {
        display: inherit !important
    }

    .visible-phone {
        display: none !important;
    }

}

@media (max-width: 480px) {
    .visible-desktop {
        display: none !important
    }
    .visible-phone {
        display: inherit !important;
    }
    .qqh-item p {
        font-size: 12px !important;
    }

    .nav-tabs li a {
        min-width: 100px !important;
        padding: 15px 14px !important;
        font-size: 15px !important;
    }
}

@media (max-width: 360px) {

    .nav-tabs li a {
        min-width: 90px !important;
        padding: 10px 10px !important;
        font-size: 13px !important;
    }
}
a.qqh-item:hover p, 
a.qqh-item:focus p{
    color: #fff !important;
}
/*Titulos*/

h1, h2, h3, h4{
    font-weight: normal;
}
.aui .span4{
    width: 33% !important;
    margin-left: 0px !important;
}
.ui-accordion-content-active{
    height: auto !important;
}