.col-rd-4{
	display: block;
}

@media (min-width: 992px) and (max-width: 1199px)
{

.rd-navbar-fullwidth *+.rd-navbar-nav-wrap{
	padding-top:0px;
	margin-top: -18px;
}

}



.swiper-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    min-height: 200px;
    z-index: 1;
}
/*@media print
{
    #contacto { display: none !important; }
} */

/*************/
/*@media screen print {
    body {
        background: #fff !important;
        display: none !important;
    }
    .rd-navbar-aside-outer, .rd-navbar-content-outer{
        display: none !important;
    }
    header {
        box-shadow: none;
        background: #fff !important;
    }

    header h1 {
        background: #fff;
    }
    
    #navigation {
        display: none;
    }

    .main-container #page {
        background: #fff;
        box-shadow: none;
        border: 2px solid #000;
    }
    
    .content aside.sidebar {
        display: none;
    }

    .content article {
        width: 100%;
        float: none;
        padding-left: 0;
        background: #fff;
        -webkit-print-color-adjust: exact; /*economy | exact
        
        color-adjust: exact;
    }

    .content article #content_box {
        background: #fff;
        box-shadow: none;
        border-top: 2px solid #000
    }

    .content article a[target=_blank]:after {
        content: " (" attr(href) ")";
    }

    .content article #content_box .related-posts {
        display: none;
    }

    .content article #disqus_thread {
        display: none;
    }
    
    .content article .crayon-num {
        display: none;
    }

    ins.adsbygoogle {
        display: none !important;
    }
    .content article {
    -webkit-print-color-adjust: exact; /*economy | exact

    color-adjust: exact;
    }

    footer {
        background: #fff;
    }

    footer .container {
        background: #fff;
        box-shadow: none;
        border: 2px solid #000;
    }
}*/