@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import "./fontawesome_all.css";
@import "./responsive.css";


:root {
    --color-primary: #2D4A9A;
    --color-menu-item: #1f65ba;
    --color-link: #224faa;
    --color-hover: #424077;
    --color-title-primary: #0b4c8c;
}

html {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

hr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #fff;
}

body {
    background-color: #f4f6f7;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

div[role=tooltip] {
  display: none;
}

#tip-96{
    display:none;
}


.filter-search-bar__description {
  bottom: 100%;
}

a {
    text-decoration: none;
    color: var(--color-link);
}

a:hover {
    text-decoration: underline;
}

.anuncios {
    border-bottom: 3px solid #d5e6f7;
    margin-bottom: 1em;
}

.brand-logo img {
    height: 75px;
    padding-left: 6px;
    width: auto;
}

.bg-gray {
    background-color: #f1f1f1;
}

.blog-item .item-content .readmore {
    text-align: right;
}

.blog-item .item-content .item-image img{
    max-width: 100%;
}

.blog-item .item-content .readmore .btn-secondary {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #bbb;
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}

.container {
    max-width: 960px;
}

.container-page {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.05);
    margin: 20px auto;
    padding: 15px;
}

.container-below-top {
    background-color: var(--color-primary);
    background-image: url('../../../images/misc/mwmw_8x10_radio1_edit.png');
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: 55% 100%;
    border-radius: 5px;
    padding: 2px 4px 2px 4px;
}

.container-header {
    z-index: 10;
    background-color: #fff;
    background-image: none;
    position: relative;
    box-shadow: inset 0 5px 5px #00000008;
}

.djslider-in li .slide-desc .slide-desc-in .slide-desc-text-default{
    padding: 5px 15px;
}

.djslider-in li .slide-desc .slide-desc-in .slide-desc-text-default .slide-title{
    margin-bottom: 0;
}

.element-invisible {
    display: none;
}

.footer_link {
    border-bottom: 3px solid #d5e6f7;
    margin-bottom: 3em;
    padding-bottom: 1em;
}

.footer_link p {
    margin-bottom: 0;
}

.gallery {
    margin: 5px;
    margin-bottom: 5px;
    margin-bottom: 15px;
    #border: 1px solid #ccc;
    float: left;
    max-width: 180px;
    height: 150px;
    font-size: 1em;
}

.gallery .desc {
    text-align: center;
}

.gallery img {
    width: 100%;
    height: auto;
    opacity: 0.5;
}

.gallery img:hover {
    opacity: 1;
}



hr {
    margin: 18px 0;
    border: 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #fff;
}

h1, h2, h3, h4 {
    font-weight: 500;
}

h2 {
    /*24px*/
    font-size: 1.72em;
    line-height: 26px;
    margin: 12px 0;
    word-wrap: break-word;
}

h4 {
    font-size: 1.07em;
    line-height: 1.21em;
    margin: 12px 0;
    word-wrap: break-word;
}

h4 small {
    font-weight: normal;
    line-height: 1em;
    color: #999;
}

.img-polaroid {
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.item-page h3 {
    font-size: 15px;
    line-height: 21.5px;
    margin-top: 0;
    margin-bottom: .5em;
}

.item-page img {
    max-width: 100%;
    width: auto \9;
    height: auto;
    vertical-align: middle;
    border: 0;
}

.item-page .img_caption {
    text-align: center !important;
}

.page-header {
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
    margin: 2px 0px 10px 0px;
    padding-bottom: 5px;
}

.page-header h1 {
    font-size: 24px;
    line-height: 26px;
    margin: 12px 0px;
}

.news.moduletable .body-module {
    padding-left: 1em;
}

.lastnews p,
.newsflash p {
    width: 100%;
    /* this code clamps based on specified lines */
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    font-weight: normal;
}

.lastnews .news_date,
.newsflash .news_date {
    margin-bottom: 8px;
    padding: 4px 8px;
    line-height: 17.25px;
    background-color: #f3f3f3;
    border-radius: 2px;
    font-size: 12px;
}

.lastnews h5,
.newsflash h5 {
    font-size: 14px;
    font-weight: bold;
    line-height: 19.5px;
}

.newsflash .news_date {
    display: hidden;
}

.mod-articlesnews-horizontal figure img {
    width: 100%; 
    height: auto; !important
}

.mainmenu a:hover {
    text-decoration: none;
}

.mainmenu .nav-item {
    border-radius: 5px;
}

.mainmenu .nav-item {
    margin-right: 6px;
}

.mainmenu .nav-item a.nav-link {
    padding: 6px 6px;

}

.mainmenu .nav-item.active.parent {
    background-color: var(--color-menu-item);
}

.mainmenu .nav-item.active.parent a.nav-link {
    color: #fff;
}

.mainmenu .nav-item .dropdown-menu .nav-item a.nav-link {
    color: var(--bs-dropdown-link-color);
}

.mainmenu .nav-item:hover {
    background-color: var(--bs-gray-100);
}

.mainmenu .nav-item a.nav-link {
    color: var(--color-menu-item);
}

.mainmenu .dropdown-menu {
    font-size: 14px;
}

.mainmenu .dropdown-menu .nav-item {
    margin-right: 0px;
}

.mainmenu .dropdown-menu .nav-item a.nav-link {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.mod-languages {
    position: absolute;
    top: 4rem;
    right: 1rem;
    z-index: 99;
}

.navbar {
    border-top: 1px solid rgba(0, 0, 0, 0.075);
    border-bottom: 1px solid rgba(0, 0, 0, 0.075);
    margin: 10px 0;
    padding: 5px 0;
}

.obfuscate {
    unicode-bidi: bidi-override;
    direction: rtl;
}

.search {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 99;
}

.search-query {
    border-radius: 8px;
}

.title-module {
    border-bottom: 3px solid #d5e6f7;
    color: var(--color-title-primary);
    font-size: 15px;
    line-height: 21.5px;
    font-weight: bold;
    padding: 0 8px 4px;
    text-transform: uppercase;
}

.visible-desktop.nav-list {
    display: inherit !important;
    margin-bottom: 0;
}

.visible-desktop.nav-list li {
    line-height: 19.4px;
    padding-left: 15px;
    padding-right: 0px;
    width: 100%;
}

.visible-desktop.nav-list li.active a,
.visible-desktop.nav-list li.active a:hover,
.visible-desktop.nav-list li.active a:focus {
    background: #1f65ba;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.visible-desktop.nav-list li a:hover {
    text-decoration: none;
    background-color: lightgrey;
}

.visible-desktop.nav-list li a {
    margin-left: -15px;
    margin-right: -15px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    padding: 3px 15px;
}

[role="tooltip"]:not(.show) {
    z-index: 1070;
    color: #000;
    text-align: start;
    background: #fff;
    border: 1px solid #6d757e;
    border-radius: .25rem;
    max-width: 100%;
    margin: .5em;
    padding: .5em;
    display: none;
    right: 5em;
    box-shadow: 0 0 .5rem #000c;
  }
  
  [role="tooltip"]:not(.show)[id^="editarticle-"], [role="tooltip"]:not(.show)[id^="editcontact-"] {
    margin-inline-start: -10em;
    right: auto;
  }
  
  [role="tooltip"]:not(.show)[id^="id-skip-"], [role="tooltip"]:not(.show)[id^="cbunpublish"] {
    right: auto;
  }


@media only screen and (max-width: 600px) {
    .brand-logo img {
        height: 55;
    }
}