@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@media screen and (max-width: 1280px) {
    body {
        transform-origin: center top;
        transform: scale(0.9);
    }
}

a,
a:visited {
    color: #444;
    text-decoration: none;
    transition: all .2s ease;
}

a:hover,
a:active {
    color: #C31919;
    text-decoration: none;
}

site body,
html {
    background-color: #C31919;
    font-family: 'Open Sans', sans-serif;
}

.site3-container {
    /*1280px*/
    width: 1280px;
    padding: 10px;
    background-color: #fff;
    margin: auto;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
}

.site3-header {
    display: block;
    width: 100%;
    min-height: 200px;
    /*20px*/
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.site3-content {
    width: 625px;
    box-sizing: border-box;
    /*margin: 10px;*/
    min-height: 300px;
    /*border-left: solid 1px rgba(0,0,0,.1);
    border-right: solid 1px rgba(0,0,0,.1);*/
    border-bottom: solid 1px rgba(0, 0, 0, .1);
    padding-bottom: 20px;
    flex-basis: auto;
}

.site3-content-wrapper {
    min-height: 300px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.site3-sidebar {
    width: 300px;
    min-height: 300px;
}

.site3-sidebar-a {
    width: 300px;
    min-height: 300px;
}

.site3-sidebar-b {
    width: 300px;
    min-height: 300px;
}

.site3-widget {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.site3-widget-content {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
}

.site3-widget-title {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: bolder;
    background-color: #C31919;
    text-align: center;
    text-transform: uppercase;
    font-size: .8em;
}

.block-link {
    background-color: #C31919;
    padding: 10px 5px;
    text-align: center;
    text-decoration: none;
    color: #fff !important;
    display: block;
    box-sizing: border-box;
}

.block-link:hover {
    background-color: #ff1c1c;
    color: #fff !important;
}

.site3-noticias-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.site3-noticia {
    width: 200px;
    height: 300px;
    border: solid 1px rgba(0, 0, 0, .1);
    margin-bottom: 20px;
}

.site3-noticia-image {
    height: 100px;
    position: relative;
    margin-bottom: 5px;
}

.site3-noticia-categoria {
    position: absolute;
    /*    left: -5px;
    top: -2px;*/
    padding: 3px 6px;
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
}

.site3-noticia-texto {
    box-sizing: border-box;
    padding: 5px;
}

.site3-noticia-fecha {
    font-size: 12px;
    color: #C31919;
    font-weight: lighter;
    display: block;
    margin-bottom: 5px;
}

.site3-section-title {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    font-weight: bolder;
    background-color: #C31919;
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
    margin-bottom: 20px;
}

.site3-footer {
    margin-top: 30px;
    display: block;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    color: #fff;
    background-color: #C31919;
    font-size: .8em;
}

.site3-footer-wrap {
    width: 80%;
    margin: auto;
}

.site3-header-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    align-items: center;
}

.site3-header-top-col {
    /*250px*/
    width: 250px;
    height: 250px;
    text-align: center !important;
    font-weight: bold;
}

.site3-header-col {
    width: 33%;
    min-height: 20px;
    margin: 10px auto auto auto;
}

.site3-header-col-top {
    align-self: flex-start;
}

.site3-header-col-top-b {
    align-self: flex-start;
}

.site3-header-nav {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: space-between;
}

.site3-header-nav li {
    list-style: none;
    width: 33%;
    background-color: #444;
}

.site3-header-nav li a {
    color: #fff !important;
    width: 100%;
    text-align: center;
    display: block;
    font-weight: bolder;
    padding-top: 10px;
    padding-bottom: 12px;
}

.site3-input-mc {
    width: 100%;
    box-sizing: border-box;
}

.site3-button-mc {
    border: none;
    background-color: #444;
    color: #fff !important;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: -1px;
}

.site3-header-link {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    bottom: 15px;
}

#sumate-redes-sociales,
.principal-v3 p {
    color: #e3010b;
    font-family: bebas-neue;
    font-size: 24pt;
    margin: 0 auto 10px auto;
    padding-bottom: 0px;
}

.redes-sociales {
    margin: auto;
    width: 148px;
    height: 148px;
}

.site3-header-portada-container {
    background-image: url('/assets/img/MarcoDiario.png');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 510px;
    width: 415px;
    position: relative;
}

.site3-header-portada {
    position: absolute;
    height: 100%;
    top: 25px;
    left: 25px;
}

.site3-header-portada img {
    height: 440px;
}

.site3-sumate {
    color: #e3010b;
    font-size: 1.8em;
    font-weight: bolder;
    text-transform: uppercase;
    width: 320px;
    text-align: center;
    margin: 5px auto;
}

.site3-rrss-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: flex-start;
    justify-items: center;
    line-height: 1;
}

.site3-rrss-icons {
    margin: 5px auto;
    width: 320px;
    text-align: center;
}

.site3-rrss-icons img {
    width: 60px;
}

.site3-ediciones {
    background-color: #C31919;
    border-radius: 10px;
    background-size: 100%;
    color: #fff;
    text-align: center;
    width: 200px;
    margin: 5px auto;
    height: 74px;
    background-repeat: no-repeat;
}

.site3-ediciones h3 {
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    font-size: 1em;
}

.site3-buscar {
    border-radius: 10px;
    width: 200px;
    height: 80px;
    background-color: #C31919;
    text-align: center;
    color: #fff;
    margin: 5px auto;
}

.site3-buscar h3 {
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    font-size: 1em;
}

.site3-descargar {
    border-radius: 60px;
    width: 100%;
    height: 80px;
    background-color: #c31919;
    text-align: center;
    color: #fff;
    margin: 20px auto;
}

.site3-descargar h3 {
    margin: auto;
    width: 90%;
    position: relative;
    top: 7%;
    font-size: 1.6em;
    line-height: 35px;
}

.site3-recibe-gratis-header {
    text-transform: uppercase;
    width: 230px;
    text-align: center;
    margin: 10px auto;
    color: #e3010b;
    text-align: center;
}

.site3-recibe-gratis-header h3 {
    font-size: 1.8em;
    font-weight: bolder;
    margin-block-start: 0.1em;
    margin-block-end: 0.1em;
}

.site3-recibe-gratis-forms {
    padding-left: 8%;
}

.site3-recibe-gratis-wsp {
    padding-left: 8%;
    margin: 5px auto;
}

.formulario-redes-sociales form {
    border: 0;
    font-size: 15pt;
    padding-bottom: 10px;
}

.formulario-redes-sociales form input {
    font-size: 12pt;
    height: 28px;
    width: 150px;
    border: 0;
    background-image: url(/assets/img/inputtexto.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0px 5px;
}

#texto-email {
    color: red;
}

.site3-compartir-diario {
    width: 100%;
    display: block;
    text-align: center;
    position: absolute;
    bottom: -30px;
}

.site3-meta-title {
    border: solid 1px rgba(0, 0, 0, .1);
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    align-items: stretch;
}

.site3-meta-title .meta {
    border-left: solid 1px rgba(0, 0, 0, .1);
    text-align: center !important;
    font-size: 11px;
    font-weight: lighter;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
}

.site3-single-encabezado {
    font-size: 12px;
    display: block;
}

.site3-single h1 {
    font-weight: bolder;
    margin: 0px;
    font-size: 2.5em;
    line-height: 1;
}

.site3-single h4 {
    font-size: 1.2em;
    text-align: justify;
}

.sit3-single-body {
    text-align: justify !important;
}

.site3-single-body-ad {
    display: block;
    margin-top: 50px;
    margin-bottom: 50px;
}

.site3-single-post-image {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.site3-alert-warning {
    font-size: 1em;
    padding: 20px;
    background-color: #FCF8E3;
    color: #8A6E74;
    border: solid 1px #8A6E74;
    margin-top: 20px;
    margin-bottom: 20px;
}

.site3-comentarios h1 {
    font-size: 1.6em;
}

.site3-carousel {
    width: 100%;
    display: block;
    height: 375px;
    margin-bottom: 20px;
}

.site3-carousel-slide {
    width: 100%;
    height: 375px;
    background-size: 100%;
    position: relative;
}

.site3-carousel-text {
    position: absolute;
    bottom: 0px;
    background: rgb(0, 1, 1);
    background: -moz-linear-gradient(0deg, rgba(0, 1, 1, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 1, 1, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(0deg, rgba(0, 1, 1, 1) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#000101", endColorstr="#ffffff", GradientType=1);
    color: #fff;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
    box-sizing: border-box;
    padding: 110px 20px 10px 20px;
    display: flex;
    align-items: flex-end !important;
    flex-direction: column;
}

.site3-carousel-text h2 {
    margin: 0px;
}

.site3-carousel-date {
    display: block;
    width: 100%;
}

.site3-carousel-text a {
    color: #fff !important;
}

.site3-carousel-text a:hover {
    color: #fff !important;
}

.site3-carousel-previous {
    position: absolute;
    top: 135px;
    left: 10px;
    z-index: 100;
}

.publicidad-home-noticias {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: center;
}

.publicidad-home-noticias .widget-title {
    display: none;
}

.OPP-div-around-poll {
    width: 100% !important;
    max-width: 600px !important;
    margin: auto;
    box-sizing: border-box;
    border-radius: 0px !important;
}

#___gcse_0 {}

.cse .gsc-control-cse,
.gsc-control-cse {
    background-color: #C31919 !important;
    border: 0 !important;
    padding: 0 !important;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
    padding: 0 !important;
}

.site3-widget-popular {
    display: block;
    margin-bottom: 10px;
    height: 200px;
    position: relative;
    background-size: cover;
}

.site3-widget-popular-text {
    position: absolute;
    bottom: 0px;
    padding: 20px 5px 5px 5px;
    width: 100%;
    background: rgb(0, 1, 1);
    background: -moz-linear-gradient(0deg, rgba(0, 1, 1, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 1, 1, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(0deg, rgba(0, 1, 1, 1) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#000101", endColorstr="#ffffff", GradientType=1);
    color: #fff;
    box-sizing: border-box;
    text-shadow: 0px 0px 3px #000;
}

.site3-widget-popular-text a,
.site3-widget-popular-text a:visited,
.site3-widget-popular-text a:active {
    color: #fff;
}

.site3-widget-popular-text-date {
    font-weight: lighter;
    font-size: 10px;
    display: block;
    width: 100%;
}

.site3-widget-popular-text-title {
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    margin: 0px;
}

.encuesta-compartir {
    padding: 5px;
}

.encuesta-compartir a {
    display: inline-block;
    margin: auto;
    width: 100%;
    background-color: #C31919;
    color: white;
    padding: 5px;
    text-align: center;
    font-size: 0.8em;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    border-radius: 8px;
}

.encuesta-compartir a:hover {
    background-color: #E33939;
}

.banner-inferior {
    display: block;
    width: max-content;
    margin: 20px auto;
}

.ad-video {
    transition: all .2s ease-out;
    display: block;
    height: fit-content;
    width: 100%;
}

.ad-video:target {
    display: none;
}

.site3-encuesta {
    width: 250px;
    margin: 5px auto;
    height: 180px;
}

.site3-encuesta #OPP-div-around-poll {
    width: 100% !important;
    max-width: 300px !important;
    border-radius: 20px !important;
    margin: 5px auto !important;
}

#OPP-poll-question-text {
    text-align: center !important;
    font-weight: bold !important;
}

#OPP-div-around-poll>table {
    width: fit-content !important;
}

#panel-izq-header>div>div.fb-post.fb_iframe_widget {
    width: 300px;
    margin: auto;
}

#boton-compartir,
#boton-descargar-pdf {
    height: 30px;
    position: relative;
    top: 8px;
}

.site3-compartir-diario a {
    margin: 0 20px;
}

.publicidad-temporal-inf {
    display: inline-block;
    width: 200px;
    height: 200px;
    margin: 10px 3px;
}

.anuncio-entre-noticias {
    margin: auto;
    width: max-content;
    height: max-content;
}

#el-tiempo {
    margin: 0% auto;
    width: max-content;
}


/* fix iframe */

.note-video-clip {
    width: 100% !important;
}

.site3-sidebar ins img,
.site3-sidebar-a ins img,
.site3-sidebar-b ins img {
    width: 300px;
    height: auto;
}

.site3-facebook-vid {
    display: block;
    height: 140px;
    padding-left: 8%;
}

#mc-embedded-subscribe {
    margin-right: 23px !important;
}

.mc-field-group {
    width: 100%;
}

#panel-der-header {
    width: 25%;
}

.datos-inicio {
    display: flex;
    width: inherit;
    height: inherit;
    flex-direction: column;
    justify-content: space-around;
}

#la-hora-v3 {
    font-size: 2.25em;
}