.css_single_related .card{

	width: 33.33%

}

@media screen and (max-width: 500px) {
    .css_single_related .card{
        width: 100%
    }
}

.relationed-list .card{

	margin-bottom: 10px !important;

}

.main-menu-container {
    z-index: 200;
}


iframe{

	margin-bottom: 15px !important;
    border: 0;

}

.main-highlight__image:hover img,
.card__image:hover img,
.main-headline__image:hover img,
.horizontal-list__image:hover img {
    opacity: 1 !important;
}

.aside-banner {
    overflow: hidden;
}

.the-tags__list {
    flex-wrap: wrap;
}

.the-tags {
    flex-wrap: nowrap;
}

.horizontal-list__image img {
    max-width: 78px;
}

.dps {
    margin-top: 25px;
}

.dps__container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.dps__label {
    margin-right: .5rem;
    font-size: .8rem;
}

.card__image,
.main-highlight__image,
.horizontal-list__image,
.main-headline__image a {
    background-color: transparent !important;
}

.the-single__text a {
    color: #3393AD;
}
/*.the-single__text a:hover {
    color: #66C6E0;
}*/

.main__aside {
    max-width: 26%;
    width: 26%;
}

.main__content {
    padding-left: 20px;
    padding-right: 20px;
}

@media screen and (max-width: 900px) {
    .main__content {
        padding-left: 0;
        padding-right: 0;
    }

    .main__aside {
        max-width: 100%;
        width: 100%;
    }
}

.superior-banner__container{
    position: relative;
    z-index: 100;
}

.the-single__text .wp-caption,
.the-single__text img
{
    max-width: 100% !important;
    height: auto !important;
}

.the-button{
    display: inline-block;
    border: 0;
    padding: 0.7em 0.7em 0.5em;
    color: #fff;
    background-color: #00607a;
    width: 100%;
    text-align: center;
    border-radius: 4px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-weight: 700;
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.1);
    box-shadow: inset 0 0 10px rgba(0,0,0,0.1);
    text-shadow: 0 0 1px rgba(0,0,0,0.4);
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    -ms-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
    line-height: 1;
}

.card__category {
    display: none !important;
}

.edicion-impresa__button { position: relative; }
.edicion-impresa__button:before {
    content: "Edición Impresa";
    display: block;
    background-color: #0082A3;
    position: absolute;
    top: 100%;
    right: 0;
    white-space: nowrap;
    font-size: 12px;
    padding: .8em .8em;
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-out;
}

.edicion-impresa__button:hover:before {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}

.the-single__text { font-size: 1rem !important; }


.alert-box {
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #d0021b;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    line-height: 1;
    margin-bottom: 30px;
    padding-bottom: 18px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 18px;
}

.alert-box__left {
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: 700;
}

.alert-box__right {
    font-size: 18px;
    font-size: 1.125rem;
    margin-left: 15px;
 }

.noty-box {
    background-color: #009688;
    color: #fff;
}

.noty-box__header {
    font-size: 20px;
    font-size: 1.25rem;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #00796b;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    font-weight: 700;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}

.noty-box__body {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.6;
    padding: 15px;
}

.noty-box__body p {
    margin-top: 0;
    margin-bottom: 0;
}

 .noty-box__header i {
    font-size: 36px;
    font-size: 2.25rem;
    margin-right: 7px;
  }


.the-single__content {
    padding: 10px 40px 20px;
 }

.main-footer { background-color: #00607A; }

@media screen and (max-width: 767px) {
    .alert-box {
        margin-bottom: 10px;
        padding: 10px;
    }

    .alert-box__left {
        font-size: 22px;
        font-size: 1.375rem;
    }

    .alert-box__right {
        font-size: 12px;
        font-size: 0.75rem;
        display: none;
        margin-left: 10px;
    }

    .noty-box__header {
        font-size: 18px;
        font-size: 1.125rem;
        text-align: left;
    }

    .the-single__content {
        padding:  10px 15px;
     }
}

.box-list--fake-news .box-list__header { font-size: 22px; padding-left: 10px; padding-right: 10px; background-color: red; text-align: center; font-family: "Impact", sans-serif; justify-content: center; }
.box-list--fake-news .box-list__header:before, .box-list--fake-news .box-list__header:after { display: none; }

.main-menu > li.has-sub-menu { position: relative; }
.main-menu > li .sub-menu { position: absolute; top: 100%; left: 0; white-space: nowrap; color: #fff; background-color: #00607a; border-top: 1px solid #fff; list-style: none; padding-left: 0; text-align: left; margin-top: 12px; transition: .2s ease-out; opacity: 0; pointer-events: none; }
.main-menu > li .sub-menu:before { content: ""; display: block; position: absolute; bottom: 100%; left: 0; height: 10px; width: 100%; }
.main-menu > li .sub-menu a { display: block; padding: 7px 10px; line-height: 1.4; }
.main-menu > li:hover .sub-menu { margin-top: 2px; opacity: 1; pointer-events: auto; }
.has-sub-menu > a:after { content: "\f107"; font: normal normal normal 18px/1 FontAwesome; margin-left: 4px; }

.fa-brands { font: var(--fa-font-brands); }
.main-header__link .fa-brands { font-size: 1.375rem; }
.footer-socials__item .fa-brands { font-size: 1.5rem; margin-right: 20px; }
.social-media .fa-brands { width: 35px; aspect-ratio: 1; border-radius: 50%; display: inline-grid; place-items: center; }
.social-media .fa-brands:hover { opacity: 0.7; }

@media screen and (min-width: 901px) {
  .js-toggle-menu { display: none !important; }
}