body {
    font-family: "Open Sans", sans-serif !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #555;
}
[role="button"],
a,
area,
button,
input,
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
/* Begin login*/
.login {
    width: 300px;
    background-color: rgba(245, 245, 245, 0.897);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.18);
}
.main-container {
    background-color: rgba(0, 127, 195, 0.856);
}

.logo {
    max-width: 200px;
}
.btn-inicio,
.btn-inicio:hover {
    background-color: rgb(230, 57, 136);
}
/* Botones personalizados*/
.btn-verde {
    color: #fff;
    background-color: #1cc88a;
    border-color: #1cc88a;
}
.btn-rojo {
    color: #fff;
    background-color: #e74a3b;
    border-color: #e74a3b;
}
.btn-amarillo {
    color: #fff;
    background-color: #f6c23e;
    border-color: #f6c23e;
}
.btn-verde:hover {
    color: #fff;
    background-color: #169969;
    border-color: #169969;
}
.btn-rojo:hover {
    color: #fff;
    background-color: #ac3429;
    border-color: #ac3429;
}
.btn-amarillo:hover {
    color: #fff;
    background-color: #f6c23e;
    border-color: #f6c23e;
}
/* FIn botones perzonalizados*/

.w-35 {
    width: 35% !important;
}
.w-40 {
    width: 40% !important;
}
.breadcrumb-item.active a {
    color: #007ec3 !important;
    font-weight: bold;
}
.bd-form {
    border: solid #dee2e6;
    padding: 1.5em;
    margin-right: 0;
    margin-left: 0;
    border-width: 1px;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
tr {
    font-size: 0.9rem;
}
/* end login*/
/* Dropzone */
.dropzone {
    border: 3px dotted #cecece !important;
    border-radius: 10px !important;
    text-align: center !important;
}
.icon_control {
    position: absolute;
    right: 5px;
    top: 5px;
    background: #e15952;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    padding: 5px;
    box-shadow: 2px 2px 1px #8f8f8f;
}
.icon_control:hover {
    background: #f818ad;
}
.icon_setmain {
    position: absolute;
    right: 40px;
    top: 5px;
    background: #52e176;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    padding: 5px;
    box-shadow: 2px 2px 1px #8f8f8f;
}
.icon_setmain:hover {
    background: #fdf916;
}
.icon_setmain.active {
    background: #fdf916;
}
.icon_imgUpload {
    background: #2591cb;
    color: #fff;
    padding: 10px;
    border-radius: 22px !important;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes fadeIn {
    from {
        display: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeIn {
    animation-name: fadeIn;
}
/**/
.main_section {
    padding: 1.5em 0;
    overflow: hidden;
}
.main_section.secondary {
    background: #f5f5f5;
}
.carousel-indicators [data-bs-target] {
    border-radius: 100%;
    background-color: #fff;
    height: 15px;
    width: 15px;
}
.carousel-captions {
    max-width: 100%;
    width: 100%;
    background-color: rgba(7, 125, 195, 0.78) !important;
    left: 0;
    bottom: 9px;
    display: block !important;
    height: 80px;
    text-align: center;
    padding: 10px;
    border-radius: 4px;
}
a {
    color: #555;
    text-decoration: none;
}
.el19tv iframe {
    height: 420px;
    max-height: 100%;
    width: 100%;
}
.list-group-item h5 {
    font-size: 0.9em;
    font-weight: 600;
}
.list-group-item h6 {
    font-size: 0.8em;
    font-weight: 600;
    padding: 0;
    margin: 0;
}

/* Meta Header*/
.social_networks .fa-facebook-f,
.social_networks .fa-instagram,
.social_networks .fa-twitter,
.social_networks .fa-youtube,
.social_networks .fa-whatsapp {
    border-radius: 500em !important;
    line-height: 1 !important;
    padding: 0.5em !important;
    width: 2em !important;
    height: 2em !important;
    text-align: center;
}
.social_networks .fa-facebook-f {
    color: #4e76bb;
    -webkit-box-shadow: 0 0 0 0.1em #4e76bb inset;
    box-shadow: 0 0 0 0.1em #4e76bb inset;
}
.social_networks .fa-facebook-f:hover {
    background: #4e76bb;
    color: #fff;
}
.social_networks .fa-twitter {
    color: #34c5f2;
    -webkit-box-shadow: 0 0 0 0.1em #34c5f2 inset;
    box-shadow: 0 0 0 0.1em #34c5f2 inset;
}
.social_networks .fa-twitter:hover {
    background: #34c5f2;
    color: #fff;
}
.social_networks .fa-instagram {
    color: #c52c7c;
    -webkit-box-shadow: 0 0 0 0.1em #c52c7c inset;
    box-shadow: 0 0 0 0.1em #c52c7c inset;
}
.social_networks .fa-instagram:hover {
    background: #c52c7c;
    color: #fff;
}
.social_networks .fa-youtube {
    color: #ee3c38;
    -webkit-box-shadow: 0 0 0 0.1em #ee3c38 inset;
    box-shadow: 0 0 0 0.1em #ee3c38 inset;
}
.social_networks .fa-youtube:hover {
    background: #ee3c38;
    color: #fff;
}
.social_networks .fa-whatsapp {
    color: #25d366;
    -webkit-box-shadow: 0 0 0 0.1em #25d366 inset;
    box-shadow: 0 0 0 0.1em #25d366 inset;
}
.social_networks .fa-whatsapp:hover {
    background: #25d366;
    color: #fff;
}
/* End MetaHeader*/

.card {
    margin-bottom: 2em;
    background: none;
    /* border: none; */
    border-radius: 0;
}
.card-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.card p {
    font-size: 0.8125rem;
}
.header_menu nav.navbar {
    text-transform: uppercase;
}
.navbar-light .navbar-nav .nav-link {
    color: #555;
    white-space: nowrap;
    font-weight: bold;
    font-size: 0.8em;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #007ec3;
}
.discursos .card-block {
    padding: 0;
}
.inner-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.inner-grid figure {
    position: relative;
    border: 1px solid #e6e6e6;
    margin: 0 0 0.9em 0;
}
.inner-grid figcaption {
    background: rgba(53, 51, 51, 0.54);
    bottom: 0;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    padding: 0.5em;
    overflow: hidden;
}
.inner-grid .principal_title a {
    font-size: 0.75em;
    font-weight: 800;
}
.inner-grid .secondary_title {
    font-size: 0.8rem;
}
.inner-grid figcaption a {
    color: #fff;
    font-weight: 600;
}
/* Lista discuros*/
.news_list {
    background: #f5f5f5;
}
.news_list .item a {
    font-size: 0.8rem;
    color: #373737;
    font-weight: 600;
    line-height: 0px;
}
.news_list > .item {
    border-top: 1px solid #d6d6d6;
    padding: 0.15em 0.35em;
}
/* .news_list > .item:not(:last-child) {
    padding-bottom: 0.5em;
} */
.news_list > .item:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: none;
}
/*Lazy load */
.banner-img {
    width: 100%;
}
.img_plogo {
    align-items: center;
    display: flex;
    padding: 20px;
}
.img_pfrontal,
.img_delay,
.img_otras,
.img_sfrontal,
.img_smain {
    width: 100%;
    background: url("../img/el19_gray.png");
    object-fit: contain;
    object-position: center;
    background-repeat: no-repeat;
    background-position: center;
    transition: 5s;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
}
.img_lazy,
.img_plazy,
.img_otras,
.img_delay,
.img_sfrontal,
.img_smainlazy,
.img_sotras,
.img_slazy {
    height: auto;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.img_plazy {
    height: 480px;
}
.img_otras {
    height: 193px;
}
.img_sfrontal {
    height: 150px;
}
.img_smain {
    height: 400px;
}
.img_smainlazy {
    height: 400px;
}

.img_lazy {
    height: 12em;
    object-fit: cover;
    padding: 0;
    margin: 0;
}
.img_sotras {
    height: 193px;
}
.img_slazy {
    height: 10em;
    object-fit: cover;
    object-position: top;
    padding: 0;
    margin: 0;
}
@media (min-width: 240px) and (max-width: 480px) {
    .img_sfrontal {
        height: 13em;
    }
    .img_slazy {
        height: 13em;
        object-fit: cover;
        object-position: top;
        padding: 0;
        margin: 0;
    }
}
/* Fin Lazy Load*/
/* Inicio slider*/
.fslide {
    align-items: center;
    display: flex;
    height: 24vh;
    justify-content: center;
}
@-webkit-keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-250px * 10));
    }
}
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-250px * 10));
    }
}
.slider {
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.slider::before,
.slider::after {
    background: linear-gradient(
        to right,
        white 0%,
        rgba(255, 255, 255, 0) 100%
    );
    content: "";
    height: 100px;
    position: absolute;
    width: 100px;
    z-index: 2;
}
.slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}
.slider::before {
    left: 0;
    top: 0;
}
.slider .slide-track:hover {
    animation-play-state: paused;
}
.slider .slide-track {
    -webkit-animation: scroll 40s linear infinite;
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250px * 20);
}
.slider .slide {
    height: 100px;
    width: 250px;
}

/* fin slider */
.txt-white,
.text-blue,
.text-gray {
    color: #007ec3;
    font-size: 1rem;
    font-weight: 600;
}
.text-gray {
    font-size: 0.9rem;
    color: #555;
}
.txt-white {
    color: #fff;
}
.img_plogo {
    align-items: center;
    display: flex !important;
}
/* block title*/
.block-title {
    padding: 0.7rem 0.9375rem;
    margin-bottom: 1em;
}
.block-title a {
    color: #fff;
}
h3.block-title {
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
}
.post .post-header .post-title {
    margin-top: 1.5rem;
    margin-bottom: 1.8rem;
}
.post .post-header .post-meta {
    border-top: 1px solid #e6e6e6;
    color: #373737;
    font-size: 0.8125rem;
    padding: 5px 0;
}
.post .post-content img,
.post .post-image img {
    width: 100%;
}
.post .post-content {
    padding: 5px;
}
.post .post-content h3,
.post .post-content a {
    color: #373737;
    font-size: 1em;
    font-weight: bold;
}
.post .post-content a {
    color: #007ec3;
}
h1.post-title {
    color: #373737;
    font-weight: 800;
    font-size: 1.7em;
}
.block-title,
.section-title {
    font-family: "Courier New", Courier, "Lucida Sans Typewriter",
        "Lucida Typewriter", monospace;
}
.block-title.h2 {
    font-size: 1.4rem;
}

.block-title.h3 {
    font-size: 1.3rem;
}
figure figcaption.category.blue,
.block-title.blue {
    background: #007ec3;
}
figure figcaption.category.pink,
.block-title.pink {
    background: #db0080;
}
figure figcaption.category.green,
.block-title.green {
    background: #00ad3b;
}
figure figcaption.category.red,
.block-title.red {
    background: #950831;
}
figure figcaption.category.orange,
.block-title.orange {
    background: #f97703;
}
figure figcaption.category.purple,
.block-title.purple {
    background: #01417a;
}

.section-title {
    position: relative;
}

/* .section-title.without-border {
    border: none;
} */
.section-title h2,
.section-title h3 {
    display: block;
    padding: 10px 150px 10px 0;
    border-top: 3px solid;
    margin-bottom: 1em;
    text-transform: uppercase;
}
.border-top.blue {
    border-top: 3px solid #007ec3 !important;
}
.section-title h2 {
    font-size: 1.4rem;
}

.section-title h3 {
    font-size: 1.3rem;
}

.section-title a.button {
    font-size: 0.875rem;
    position: absolute;
    right: 0;
    top: 3px;
    border: 1px solid #e6e6e6;
    border-top: none;
    text-decoration: none;
}

.section-title a.button span {
    padding: 0 10px;
}

.section-title a.button i {
    background: #e6e6e6;
    padding: 10px;
    margin-right: -1px;
}

.section-title a.button.light {
    background: #f9f9f9;
}

.section-title a.button.light i {
    background: #dcdcdc;
}
.credito {
    padding: 10px !important;
    background-color: rgba(7, 125, 195, 0.78) !important;
    color: #fff !important;
    text-align: left;
    font-size: 15px;
    font-style: italic;
}
/* seccion Más Noticias*/
.card-article h3 {
    font-size: 0.8em;
    font-weight: bold;
    padding: 0.2em 0.5em;
}
.card-article h3 a,
.secondary_news h5 a {
    color: #555 !important;
}
figure figcaption.category {
    position: absolute;
    bottom: 0;
    padding: 1px 15px;
    opacity: 0.9;
    width: 50%;
}
/* Seccion Noticias recientes */
.secondary_news.blue {
    border-top: 3px solid #069;
}
.el19tv .gray,
.border-top.gray {
    border-top: 3px solid #bdbabc !important;
}
.secondary_news.green {
    border-top: 3px solid rgb(8, 199, 65);
}
.secondary_news h3,
.secondary_news h5 {
    font-size: 1em;
    font-weight: bold;
}
.secondary_news h5 {
    font-size: 0.8em;
}
/*POST SHARE*/
.fb-comments {
    width: 100% !important;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}
.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
}
.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
}

/*END POST SHARE */

/*Más Noticias*/
.mas-noticias h2.border-top.blue {
    border-top: 3px solid #007ec3 !important;
}

.txt-gray {
    color: #555;
    font-weight: bold;
    font-size: 1em;
}
/* end Más Noticias*/
/*Pagination */

.pagination a {
    color: #555;
    font-size: 0.9em;
}
.pagination .page-item.active {
    --bs-pagination-active-bg: #007ec3;
}
/* Footer */
footer {
    font-size: 0.875rem;
}
footer .logo {
    padding: 1em;
}
footer .top_footer {
    background: #f5f5f5;
    border-top: 3px solid #d3d3d3;
    padding: 1em 0;
}
footer .bottom_footer {
    background: #e6e6e6;
    padding: 1em 0;
}
footer .nav a.nav-link {
    font-size: 1em;
    font-weight: normal;
}
/* End Footer */
/* IMG Galerias */
.custom_img {
    object-fit: cover;
    object-position: center;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.45) !important;
}
figure img {
    border: 1px solid #f0f0f0;
    padding: 0;
    margin: 0;
    width: 100%;
}
.galeria > figcaption h2 {
    line-height: 0.6;
}
/* .galeriaTop figure {
    height: 400px;
    width: 100%;
    overflow: hidden;
<<<<<<< HEAD
} */
h2.coronaTitle {
}
.coronavirus img {
    height: 400px;
}
.coronavirus .coronaTitle {
    position: absolute;
    width: 10%;
    font-size: 16px;
    color: #e16099;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
}
/* Sort List*/
.slist {
    list-style: none;
    padding: 0;
    margin: 0;
}
.slist li {
    margin: 10px;
    padding: 15px;
    border: 1px solid #dfdfdf;
    background: #f5f5f5;
    border-radius: 1em;
}

/* (B) DRAG-AND-DROP HINT */
.slist li.hint {
    border: 1px solid #ffc49a;
    background: #feffb4;
}
.slist li.active {
    border: 1px solid #ffa5a5;
    background: #ffe7e7;
}
/*validation error */
.error-message {
    display: flex;
    width: 100%;
    background: #f8d7da;
    margin: 5px;
    padding: 5px;
    border: 1px solid #f9bac0;
    border-radius: 8px !important;
    color: #000;
    font-size: 0.9em;
}
