@media screen and (min-width: 1200px) {
  
}

@media screen and (max-width: 1200px) {
   
}

@media screen and (min-width: 991px) {
    .modal-search-content-links .nav{column-count: 3 !important;}
    .product-categories-list{position: sticky; top: 14%;}
}

@media screen and (max-width: 991px) {
    .navbar-nav .dropdown-menu{position: absolute;}
}

@media screen and (max-width: 767px) {
    .sidebar-sticky.sticky-top{position: relative !important; z-index: 900;}
    .page-title{text-align: center;}
    .breadcrumbs-nav a, .breadcrumbs-nav{font-size: small;}
}

@media screen and (min-width: 767px) {
    .modal-search-content-links .nav{column-count: 2;}
    .sidebar-sticky.sticky-top{z-index: 900 !important;}
    .sidebar-sticky.sticky-top{top: 15%;}
}

.services-post-effect .the_post_card,
.services-post-effect .the_post_card .the_post_excerpt,
.services-post-effect .the_post_card .the_post_card_effect  {transition: .5s ease;}
.services-post-effect .the_post_card .the_post_excerpt{ opacity: 0; }
.services-post-effect .the_post_card .the_post_card_effect { background-color: white; overflow: hidden; height: 5rem;} 
.services-post-effect .the_post_card:hover .the_post_card_effect {height: 100%;}
.services-post-effect .the_post_card:hover .the_post_card_effect .the_post_excerpt{ opacity: 1;}

.redes .btn{
    width: 2.5rem; height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.parallax{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-attachment: fixed !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    min-height: 70vh;
}

.parallax-first{background: url(../images/wallpaper/parallax/parallax-first.jpg);}

.carousel-controlers .carousel-control-prev,
.carousel-controlers .carousel-control-next{z-index: 1;}

.action-footer{z-index: 1100;}

.breadcrumbs-nav a{text-decoration: none;}
.woocommerce-product-looping .breadcrumbs-nav.justify-content-center{justify-content: start !important;}

