a {
    color: #08c;
}
.portus-main-article-block ol,
.portus-main-article-block ul {
    font-weight: normal;
    overflow: hidden;
}
.portus-main-article-block ul {
    list-style: disc;
    padding-left: 16px;
    font-size: 13.5px;
    line-height: 1.42;
    color: rgb(50,50,50);
}
.portus-main-article-block ol li,
.portus-main-article-block ul li {
    margin: 0;
}
.portus-main-article-block p {
    margin-bottom: 5px;
}
.portus-sidebar-large .widget>h3,
.portus-sidebar-small .widget>h3 {
    font-size: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
.tags h5 {
    margin: 20px 0 5px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    background-color: #ececec;
    padding: 10px;
}
.portus-content-block .portus-content-title h2, .portus-main-content-panel .portus-content-title h2 {
    text-indent: -22px;
    margin-left: 22px;
}
.article-main-next-prev {
    margin-top: 20px;
}
.article-slider-full-small .item-photo:before {
    background-color: transparent;
    box-shadow: none;
}
.banner-1 {
    width: 728px;
    margin: 0 auto;
}
.owl-controls .owl-nav .owl-prev {
    border-color: transparent;
    background-color: #256dc1;
    color: #fff;
    margin-right: -20px;
    box-shadow: 0 3px 3px rgba(0,0,0,0.2);
}
.owl-controls .owl-nav .owl-next {
    border-color: transparent;
    background-color: #256dc1;
    color: #fff;
    margin-left: -20px;
    box-shadow: 0 3px 3px rgba(0,0,0,0.2);
}
.owl-controls .owl-nav .owl-prev:hover,
.owl-controls .owl-nav .owl-next:hover {
    background-color: #fff;
    color: #232323;
}
.owl-dots {
    display: block;
    position: absolute;
    left: 50%;
    cursor: default;
    bottom: 20px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.owl-dots .owl-dot {
    display: inline-block;
    cursor: pointer;
}
.owl-dots .owl-dot span {
    display: block;
    width: 12px;
    height: 12px;
    line-height: 12px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin: 0 4px;
}
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
    background-color: #fff;
}
ul.rrssb-buttons {
    padding-left: 0;
    max-width: 110px;
    margin: 5px 0 -5px;
}
.portus-sidebar-small.producto-sidebar {
    word-wrap: break-word;
}
.portus-sidebar-small.producto-sidebar .widget>h3 {
    font-size: 18px;
}
.portus-sidebar-small.producto-sidebar .ot-spacer {
    margin: 20px 3px;
}
.portus-article-slider-big .item-article-category {
    margin-bottom: 0;
}

@media (max-width: 600px) {
    .portus-content-block a {
        word-wrap: break-word;
    }
    .portus-article-slider-big .item-small .item-article-title {
        font-size: 11px;
        line-height: 110%;
    }
    .portus-article-slider-big .item-small .item-article-category {
        font-size: 11px;
    }
    .portus-article-slider-big .item-article-title {
        font-size: 19px;
        line-height: 140%;
    }
    .portus-article-slider-big .item-article-category {
        font-size: 13px;
    }
    .portus-main-article-block p img {
        float: none !important;
    }
}

/* menu celulares */
.dat-menu-setup {
    background: #256DC1;
}
.dat-menu-list {
    font-size: 17px;
}
.dat-menu-list ul li > a i {
    display: block;
}
.dat-menu-list .sub-menu a {
    font-size: 15px;
}
.dat-menu-list a {
    margin-bottom: 15px;
}
.dat-menu-close {
    position: absolute;
    right: 0;
    top: 0;
}
.header-logo a img {
    min-width: 140px;
}
.search-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.search-nav ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.dat-menu-list ul ul {
    margin-bottom: 15px;
}

.dat-menu-list ul ul .btn-buscar {
    border: 0;
    background: transparent;
    color: rgba(255,255,255,.6);
    padding-right: 0;
}
.dat-menu-list ul ul .btn-buscar:hover {
    color: #fff;
}
.dat-menu-list ul ul input {
    border: 0;
    cursor: pointer;
    background: transparent;
    color: #fff;
    width: 86%;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
}
.dat-menu-list ul ul input:hover {
    color: #fff;
}

.dat-menu-list ul ul input.active,
.dat-menu-list ul ul input:focus {
    cursor: text;
    background: #0F2E4F;
    padding: 5px;
}
.effect-2.dat-menu-animate .dat-menu-container {
    -webkit-transform: translateZ(-1500px) translateX(1000%) rotateY(0deg)!important;
    transform: translateZ(-1500px) translateX(1000%) rotateY(0deg)!important;
}
.dat-menu-list.dat-submenu>ul li.dat-has-sub:after {
    left: -20px;
    right: auto;
}

.portus-main-article-block p.iframe,
div.iframe {
    position:relative;
    padding-bottom:56.25%;
    padding-top: 10px;
    height:0;
    overflow:hidden;
}
.portus-main-article-block iframe,
div.iframe iframe {
    width: 100%;
    max-width: 640px;
    position:absolute;
    top:0;
    left:0;
    height:100%;
}
.portus-main-article-block p img {
    padding: 10px;
}
.widget .breadcrumbs {
    font-weight: normal;
    letter-spacing: .1px;
    font-size: 16px;
}
#banner-4,
#banner-5 {
    max-width: 160px;
    margin-left: auto;
    margin-right: auto;
}
#banner-6 {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}
.w-review-articles img {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}
.legales h4 {
    margin-top: 25px;
}
.legales ol {
    font-size: 13.5px;
    line-height: 1.4em;
}
.legales ol li {
    color: #171717;
    font-weight: 400;
}
.btn-acc-0 {
    color: #999 !important;
}
.accordion>div>a:hover {
    color: #001D42;
}
.search-nav input {
    right: 25px;
}

#main-menu .wrapper ul.menu-multimedia li a {
    width: 215px;
    white-space: normal;
}
.widget>ul.menu.menu-multimedia li:before {
    vertical-align: top;
}

@media (max-width: 767px) {
    #main-menu {
        position: fixed;
        top: 0;
        height: 50px !important;
        width: 100%;
        z-index: 3000;
    }
    body {
        margin-top: 50px;
    }
    .banner-1 {
        width: 100%;
    }
}
@media only screen and (max-width: 1000px) {
    .search-nav {
        display: block;
    }
    .portus-content-block .portus-content-title a.right {
        display: block;
    }
}

@media only screen and (max-width: 1200px) {
    #header .header-panels>div {
        display: block;
        text-align: center;
        width: 100%!important;
        max-width: 100%!important;
    }
}
@media only screen and (max-width: 900px) {
    .portus-sidebar-large .widget>h3, .portus-sidebar-small .widget>h3 {
        word-break: break-word;
    }
}
@media only screen and (min-width: 900px) and (max-width: 1200px) {
    .portus-sidebar-small .widget>h3 {
        font-size: 1.2em;
        padding-top: 18px;
        padding-bottom: 18px;
    }
}
/* aside */
@media only screen and (max-width: 900px) {
    .portus-main-content-s-block>aside,
    .portus-main-content-s-block>section,
    .portus-main-content-s-block>div {
        float: none;
        clear: both;
        width: 100%!important;
        max-width: 100%;
        margin-left: 0!important;
        margin-right: 0!important;
        margin-bottom: 20px;
    }
}
