:root {
    --main-color: #fdfdfd;
    --bg-background: #603A78;
    --bg-background-alternative: #FF6323;
    --bg-background-alternative-2: #D11B0B;
    --bg-sidebar: #7386D5;
}

* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: "MuseoModerno", sans-serif;
    background-color: #fdfdfd;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: "MuseoModerno", sans-serif;
}

h3,
.h3 {
    font-size: 1.8rem;
    line-height: 1.4;
}

h5,
.h5 {
    font-size: 1.2rem;
}

.wrapper {
    display: block;
    min-height: 75rem;
    padding-top: 4.5rem;
}

.bg-play {
    background-color: var(--bg-background-alternative-2);
}

.navbar {
    height: 80px;
}

.separator {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 10px 0;
}


/**/

.navbar .header-redes {
    height: 100%;
    padding-left: 29px;
    padding-right: 35px;
    position: relative;
}

.navbar .header-redes:before {
    content: '';
    display: block;
    width: 1px;
    position: absolute;
    top: 9px;
    left: 0;
    bottom: 9px;
    background: #ededed;
}

.navbar .header-redes::after {
    content: '';
    display: block;
    width: 1px;
    position: absolute;
    top: 9px;
    right: 0;
    bottom: 9px;
    background: #ededed;
}

.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-redes a:first-child {
    width: 30px;
    margin-right: 27px;
}

.header-redes a:nth-child(2) {
    margin-right: 39px;
}

.header-redes a:nth-child(3) {
    margin-right: 35px;
}

.header-redes .i-fb,
.header-redes .i-x,
.header-redes .i-ig,
.header-redes .i-yt {
    font-size: 1.875rem;
    color: #fff;
    opacity: 1;
    margin: 0 auto;
}



.header-redes i:hover {
    opacity: .70;
}




svg:not(:root) {
    overflow: hidden;
}

.block {
    display: block;
}

.navbar .header-redes svg path {
    fill: #fff;
}

.navbar .header-redes svg path:hover {
    fill: #000
}

.header-redes a::hover {
    fill: #000;
}

.search i {
    font-size: 25px;
    color: #fff;
}

.navbar-luto img {
    display: inline-block;
    width: 40px;
    align-items: center;
}

.alert-error {
    background: #f2f2f2;
}

.bsq-info,
.bsq-error {
    font-size: 14px;
    font-family: "MuseoModerno", sans-serif;
    color: #111;
    line-height: 180%;
}


/**/

.search-container {
    padding: 44px 30px;
    background: #454545;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
}

.search-container.show {
    display: block;
}

.search-container.close {
    display: none;
}

.search-container form {
    max-width: 943px;
    margin: 0 auto;
    position: relative;
}

.flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.search-container form input {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    height: 45px;
    font-size: 16px;
    line-height: 45px;
    font-family: "MuseoModerno", sans-serif;
    color: #9e9c9c;
    padding-left: 60px;
    border-radius: 5px 0 0 5px;
    border: 1px solid var(--bg-background-alternative-2);
    border-right: 0;
}

.search-container form button {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 45px;
    font-size: 20px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    padding: 0 50px;
    border-radius: 0 5px 5px 0;
    background: var(--bg-background-alternative-2);
}

.search-container form input:hover {
    color: #000
}

.search-container .search-icon {
    display: none;
}


/**/

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1.0%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar .header-date {
    font-size: 16px;
    color: #adadad;
    padding-right: 30px;
    position: relative;
}

.navbar .header-player::before {
    content: '';
    display: block;
    width: 1px;
    position: absolute;
    top: 9px;
    left: 0;
    bottom: 9px;
    background: #ededed;
}


/**/

.navbar .header-player {
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

.navbar .header-player .play-radio i {
    font-size: 30px;
    color: #fff;
}

.navbar .header-player .play-radio-text {
    font-size: 14px;
}


/*Highlights*/

.big-news img {
    max-width: 100%;
}

.col-lg-4.pp-news {
    padding-right: 0px !important;
    padding-left: 0px !important;
}


/*
.politics-police-news.col-lg-auto {
    padding-bottom: 10px;
    padding-left: 0px!important;
}*/

.clear {
    clear: both;
    height: 1px;
    margin-bottom: -1px;
    display: block;
    overflow: hidden;
    padding: 0;
}

.centrado {
    width: 100%;
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
    text-align: left;
    position: relative;
}

.centrado h2 {
    font-family: "MuseoModerno", sans-serif;
    font-size: 31px;
    color: #4d4d4d;
    padding: 0px;
    margin: 0px;
    padding-right: 20px;
    background: #eee;
    font-weight: 700;
    /*text-transform: uppercase;*/
    position: relative;
    display: inline-block;
    z-index: 100;
    /*    top: 5px;
     border-left: 3px solid #85499A;*/
}

.centrado span.line {
    background: #FA9000;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    border-radius: 50px;
    top: 17px;
    z-index: 90;
}


/*
.loultimo.centrado h2 {
    border-left: 3px solid #85499A;
}
*/

.loultimo.centrado span.line {
    border-left: 3px solid #fe0002;
    background: #fe0002;
}

.politica.centrado span.line {
    border-left: 3px solid #F1AF2F;
    background: #F1AF2F;
}

.policiales.centrado span.line {
    border-left: 3px solid #2281C8;
    background: #2281C8;
}

.deportes.centrado span.line {
    border-left: 3px solid #31C252;
    background: #31C252;
}

.playtecno.centrado span.line {
    border-left: 3px solid #0F20B3;
    background: #0F20B3;
}

.regionales.centrado span.line {
    border-left: 3px solid #FF7D33;
    background: #FF7D33;
}


.breadcrumb {
    list-style-type: none;
    text-transform: uppercase;
    font: bold 1rem "Exo";
    color: #3d3b8e;
    margin: 4px 0
}

.breadcrumb a {
    color: #424242
}

.breadcrumb .active a {
    color: #3d3b8e
}

.breadcrumb li {
    margin-bottom: 0;
    display: inline-block
}

.breadcrumb li:not(:last-of-type):after {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: "\f054";
    font-size: 1rem;
    vertical-align: baseline;
    padding: 0 8px
}

.card .card-header {
    background-color: #fff;
    border-bottom: 0px !important;
}

.card .card-body .card-title {
    margin: 0px 0 10px 0;
    font-size: 1.8rem;
    line-height: 1.25;
}

.card .card-footer {
    background-color: #fff;
    /**border-top: 0px!important;*/
}

h4.comments-title {
    font: bold 2rem/0.83 "Exo";
    text-transform: uppercase;
    color: #424242;
    background: url(../img/dotted.png);
    margin-top: 20px;
    margin-bottom: 3.5rem;
    background-color: transparent;
    text-align: center;
}

h4.comments-title span {
    background-color: #fff;
    padding-right: 3rem;
    padding-left: 3rem;
}

.social-share-text {
    display: block;
}

.social-share {
    text-align: right;
}


.img-fluid-2 {
    max-width: 100%;
    height: 250px;
    object-fit: cover;
}

.card {
    position: relative;
    border-radius: 20px;
    background-color: white;
    margin-bottom: 1rem;
    overflow: hidden;
    border: 0;
}

.card .degrade {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 90%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 90%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.card .wrap-figure {
    position: relative;
}

.card .cover {
    overflow: hidden;
}

.card .cover-tag {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
    background: #3cf;
    padding: 5px;
    display: flex;
    /* Agregamos display flex */
    align-items: center;
    /* Centramos verticalmente */
    line-height: 1.15;
    border-radius: 20px;
    text-transform: capitalize;
}

.card.big-news h1 {
    font-weight: 700;
    font-size: 2rem;
}

.card.big-news p {
    font-size: .75rem;
}

.card.small-news h2 {
    font-weight: 700;
    font-size: 1rem;
}

.bg-politica {
    background-color: #F1AF2F !important;
}


/*Colores de seccion*/

.bg-locales {
    background-color: #85499A !important;
    /*Magenta*/
}

.bg-politica {
    background-color: #F1AF2F !important;
    /*Naranja + Amarillo*/
}

.bg-policiales {
    background-color: #2281C8 !important;
    /*Azul Oceano*/
}

.bg-deportes {
    background-color: #31C252 !important;
    /*Verde Manzana*/
}

.bg-economia {
    background-color: #EC5123 !important;
    /*Anaranjado*/
}

.bg-espectaculos {
    background-color: #BF1919 !important;
    /*Rojo*/
}

.bg-musica {
    background-color: #CD158D !important;
    /*Rosa + Magenta*/
}

.bg-interes-general {
    background-color: #049D88 !important;
    /* Cyan*/
}

.bg-tecnologia {
    background-color: #0F20B3 !important;
    /*Azul Oscuro*/
}

.bg-agro {
    background-color: #0B610B !important;
    /*Verde OSCURO*/
}

.bg-turismo {
    background-color: #FF2544 !important;
    /*Rojo*/
}

.bg-viral {
    background-color: #0076E3 !important;
}

.bg-agenda {
    background-color: #00948D !important;
}

.bg-regionales {
    background-color: #FF7D33 !important;
    /*FF7D33*/
}

.cover-tag a {
    font-size: 0.856rem;
    text-transform: capitalize;
    font-weight: 500;
    color: white;
    border-bottom: 2px solid #d8d800;
    text-decoration: none;
}

.cover-tag {
    margin: 0;
}

.card .cover-tag a {
    border-bottom: 0;
}

.card .cover {
    padding-top: 56.25%;
    position: relative;
    display: block;
}

.card .card-img img,
.card .cover img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card .card-img img,
.card .cover img {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.card .card-img:hover img,
.card .card-img-top:hover img {
    transform: matrix(1.2, 0, 0, 1.2, 0, 0)
}

.card .card-img-top .icon-type {
    position: absolute;
    right: 1rem;
    z-index: 1;
    font-size: 1.6rem;
    color: white;
    border-radius: 50%;
    background-color: #3cf;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 46%);
    padding-left: 6px;
    padding-right: 5px;
    padding-top: 2px;
    margin-top: -22px;
    text-decoration: none;
    width: 42px;
    height: 42px;
    line-height: 2.6rem;
}

.play {
    padding-left: 2px;
}


/*
.card .card-body {
    padding: 1rem 1.6rem 1.6rem;
}*/

.card .card-body time {
    font: bold 0.850rem 'Exo', sans-serif;
    color: #a0a0a0;
    text-transform: uppercase;
}

.card .card-body h2 {
    font: bold 20px 'Exo', sans-serif;
    margin: 0.6rem 0;
}

.card .card-body h2 a {
    color: #424242;
    font-weight: 400;
    font-size: 1rem;
}

.btn-whatsapp {
    color: #fff;
    background-color: #25d366;
    border-color: #25d366;
}

.btn-twitter {
    color: #fff;
    background-color: #28A9E0;
    border-color: #28A9E0;
}

.btn-facebook {
    color: #fff;
    background-color: #3B5998;
    border-color: #3B5998;
}

.btn-more-news {
    border-radius: 120px;
    background-color: #d6001a;
}

.etiquetas-interior {
    border-top: 1px solid #e2e2e2;
    padding: 20px 0 0;
    margin-bottom: 20px;
    position: relative;
    float: left;
    width: 100%;
}

.etiquetas-interior h4 {
    font-family: "MuseoModerno", sans-serif;
    color: #333;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    position: absolute;
    top: -22px;
    left: 50%;
    display: inline-block;
    margin-left: -50px;
    background: #fff;
    padding: 15px;
}

.etiquetas-nota {
    display: block;
    clear: both;
    text-align: center;
    padding: 4px 0;
}

.etiquetas-interior .etiqueta {
    font-family: "MuseoModerno", sans-serif;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    background: #6D3874;
    padding: 5px 6px 4px;
    position: relative;
    top: inherit;
    left: inherit;
    right: inherit;
    bottom: inherit;
    margin-right: 10px;
}

.etiquetas-nota:after {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.card.social-feed {
    background: transparent !important;
    border: 0 !important;
}

.subhead img {
    max-width: 100%;
}

blockquote.twitter-tweet {
    display: inline-block;
    font-family: "MuseoModerno", sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    border-color: #eee #ddd #bbb;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    margin: 10px 5px;
    padding: 0 16px 16px 16px;
    max-width: 468px;
}

blockquote.twitter-tweet p {
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
}

blockquote.twitter-tweet a {
    color: inherit;
    font-weight: normal;
    text-decoration: none;
    outline: 0 none;
}

blockquote.twitter-tweet a:hover,
blockquote.twitter-tweet a:focus {
    text-decoration: underline;
}


/*agropecuarias */

.agropecuarias.barrioxbarrio {
    border: none;
    padding: 0 10px;
    background: green
}

.agropecuarias.barrioxbarrio .titulo-bloques {
    background: none;
    text-align: left;
    padding: 25px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.agropecuarias.barrioxbarrio .titulo-bloques span {
    background: url("../img/logo-agroreporte-color.svg") no-repeat;
    width: 300px;
    height: 29px;
    font-size: 0;
    float: left;
    position: absolute;
}

.agropecuarias.barrioxbarrio .titulo-bloques .mas {
    width: 30px;
    height: 30px;
    position: absolute;
    float: right;
    right: 25px;
}

.agropecuarias.barrioxbarrio .homeblock:first-child header .line,
.agropecuarias.barrioxbarrio .homeblock:last-child header .line {
    display: none
}

.agropecuarias.barrioxbarrio .cont {
    padding: 25px 0;
    left: auto;
    clear: both;
    overflow: hidden;
    display: flex
}

.agropecuarias.barrioxbarrio article {
    width: calc((100% - 72px) / 4);
    margin-right: 24px
}

.agropecuarias.barrioxbarrio article:last-child {
    margin-right: 0
}

.agropecuarias.barrioxbarrio .card-body h3 {
    font-size: 18px;
    color: #fff;
    transition: all .3s
}

.agropecuarias.barrioxbarrio .card-body a:hover h3 {
    color: #fff;
    opacity: 0.7
}

.agropecuarias.barrioxbarrio .card-body a:hover img {
    opacity: 0.7
}

.agropecuarias.barrioxbarrio .card-body a img {
    transition: all .3s
}

.barrioxbarrio .titulo-bloques {
    left: 0;
    margin-bottom: 0
}

.barrioxbarrio .titulo-bloques {
    color: #EB4619;
    text-align: center;
    padding: 5px 0 6px
}

.barrioxbarrio .titulo-bloques span.txt {
    font-weight: 300;
    position: relative;
    top: -23px;
    background: #fff;
    padding: 0 18px
}

.barrioxbarrio .titulo-bloques span {
    font-weight: 900
}


/* ---------------------------------------------------
SIDEBAR STYLE
----------------------------------------------------- */

.main-menu {
    font-size: 20px;
    font-weight: 700;
}

#sidebar {
    width: 300px;
    position: fixed;
    top: 0;
    left: -300px;
    height: 100vh;
    z-index: 1030;
    background: var(--bg-background);
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.05);
}

#sidebar.active {
    left: 0;
}

#close-sidebar {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #7386D5;
    position: absolute;
    top: 15px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#close-sidebar {
    font-size: 30px;
    font-weight: 700;
}

#close-sidebar:hover {
    background: #fff;
    color: #7386D5;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.overlay.active {
    display: block;
    opacity: 1;
}

#sidebar .sidebar-header {
    padding: 15px;
    background: var(--bg-background);
}

#sidebar ul.components {
    padding: 20px 0px 0;
    border-bottom: 1px solid #fff;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-weight: 700;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #000;
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: var(--bg-background-alternative-2);
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: var(--bg-background-alternative-2);
}

ul.CTAs {
    padding: 10px 0 10px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

ul.menu-links {
    border-top: 1px solid #fff;
    padding: 10px 0 0px;
}

.menu-links-list {
    font-size: 0.9em !important;
    font-weight: 400 !important;
}

a.download {
    font-size: 18px;
    background: #fff;
    color: #000;
}

a.download i {
    font-size: 18px;
    color: yellowgreen;
}

a.download:hover,
a.download:hover i {
    background: yellowgreen !important;
    color: #fff !important;
}


/*Weather Windget*/

#sidebar .weather-widget {
    padding-bottom: 6px;
    background-color: #fff;
}

.weather-widget {
    padding: 18px 0 4px;
    margin: 0 auto;
}

.widget-clima:after {
    clear: both;
    content: "";
    display: block;
}

.widget-clima img {
    width: 100px;
    float: left;
    margin-right: 12px;
    height: auto;
    position: relative;
    top: -5px;
}

.widget-clima-data {
    width: 150px;
    float: right;
    text-align: right;
    padding-right: 5px;
}

.clima-temperatura {
    font-size: 2.9rem;
    line-height: 1;
    font-family: "MuseoModerno", sans-serif;
    color: #000;
    text-decoration: none !important;
    border-bottom: none !important;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.clima-zona {
    font-size: 1.0rem;
    line-height: 1;
    font-family: "MuseoModerno", sans-serif;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 9px;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}

.clima-descripcion {
    font-size: 1.06rem;
    line-height: 1.06rem;
    color: #b1b1b1;
    display: block;
    text-align: right;
    text-transform: uppercase;
}

.weather-button a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
    font-size: 18px;
    color: #fff;
    background: var(--bg-background-alternative-2);
    margin-left: 10px;
    margin-right: 10px;
}

.actualizacion-clima {
    text-align: center;
    color: #000;
    bottom: 5px;
}


/*Municipio*/


/*
a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}*/

.menu-footer {
    border-top: 1px solid rgba(255, 255, 255, .3);
    padding: 29px 20px 30px;
    text-align: center;
}

.menu-footer p {
    font: .75rem/1.3 'Exo', sans-serif;
    color: white;
    margin-bottom: 19px;
}

.logo {
    -ms-flex-preferred-size: 235px;
    flex-basis: 235px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.logo {
    width: 180px;
    margin: 0 auto;
    /* padding: 20px 0 20px;*/
}

.components h3 {
    color: var(--bg-background-alternative-2);
    border-bottom: 3px solid var(--bg-background-alternative-2);
    text-transform: uppercase;
    padding-left: 10px;
    padding-bottom: 3px;
    letter-spacing: .04em;
    margin-bottom: 0px;
}

.components h3.size {
    font-size: 1.5rem;
    line-height: 1.2em;
}

.components h3.font {
    font-family: "MuseoModerno", sans-serif;
}

.fa,
.fab,
.fad,
.fal,
.far,
.fas {
    line-height: 1 !important;
}

.search.only-mobile {
    display: none;
}


/*NEws Section*/

.b-0 {
    bottom: 0;
}

.bg-shadow {
    background: rgba(76, 76, 76, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179, 171, 171, 0)), color-stop(49%, rgba(48, 48, 48, 0.37)), color-stop(100%, rgba(19, 19, 19, 0.8)));
    background: linear-gradient(to bottom, rgba(179, 171, 171, 0) 0%, rgba(48, 48, 48, 0.71) 49%, rgba(19, 19, 19, 0.8) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0);
}

.top-indicator {
    right: 0;
    top: 1rem;
    bottom: inherit;
    left: inherit;
    margin-right: 1rem;
}

.overflow {
    position: relative;
    overflow: hidden;
}

.zoom img {
    transition: all 0.2s linear;
}

.zoom:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.subhead::first-letter {
    initial-letter: 2;
}

.section-content {
    max-width: 800px;
    margin: 0 auto;
}

.section-content>p {
    text-align: justify;
    font-weight: 500;
}

.section-content>p a {
    color: #9E509A;
}

.section-content.tyc>p {
    text-align: justify;
    font-size: 14px;
    font-weight: 400
}

.section-content.tyc>h5 {
    text-decoration: underline;
}

ul.terms-use,
ul.warranty-licenses {
    list-style-type: none !important;
    padding-left: 32px;
    color: #333;
}

ul.terms-use>li>strong,
ul.warranty-licenses>li>strong {
    text-decoration: underline
}

ul.terms-use>li,
ul.warranty-licenses>li {
    text-align: justify;
    font-size: 14px;
    font-weight: 400;
}

ul.terms-use>li::before,
ul.warranty-licenses>li::before {
    content: "-";
    /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: red;
    /* Change the color */
    font-weight: bold;
    /* If you want it to be bold */
    display: inline-block;
    /* Needed to add space between the bullet and the text */
    width: 1em;
    /* Also needed for space (tweak if needed) */
    margin-left: -1em;
    /* Also needed for space (tweak if needed) */
}

.form-control {
    width: 100%;
    height: 56px;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 3px;
    font: .938rem/16px 'Exo', sans-serif;
    padding: 0 14px;
}

.form-control.msg {
    max-width: 100%;
    height: 181px;
    padding: 14px;
}

.section-highlight {
    margin-top: 15px;
    margin-bottom: 15px;
}


/*
.section-1 {
    margin-bottom: 15px;
}*/

.box img {
    width: 100%;
    height: auto;
}

@supports(object-fit: cover) {
    .box img {
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }
}

.banner-libre {
    background-color: #f5f4f4;
    padding: .625rem .625rem;
    text-align: center;
}

/* ---------------------------------------------------
CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}

.bg-danger {
    background-color: #C72818 !important;
}

.bg-info {
    background-color: #5A9BFC !important;
}

.bg-warning {
    background-color: #c6861a !important;
}

.bg-success {
    background-color: #1DA83F !important;
}

@media screen and (max-width: 1024px) {

    .ml-2,
    .ml-4 {
        margin-left: 0rem !important;
    }

    .navbar .header-date {
        font-size: 14px;
        color: #adadad;
        padding-right: 10px;
        padding-left: 10px;
        position: relative;
    }
}

@media screen and (max-width: 992px) {
    .navbar {
        padding: 0.5rem 0.5rem;
    }

    .logo {
        max-width: 100px;
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 0;
    }

    .header-date {
        display: none;
    }

    .header-redes {
        display: none;
    }

    #sidebar {
        width: 250px;
        left: -250px;
    }

    .search i {
        color: rgba(255, 255, 255, 1.0);
        border-color: rgba(255, 255, 255, 0.5);
    }

    .search-container {
        padding: 20px 30px;
    }

    .search-container form button {
        padding: 0 20px;
    }

    .search-container form input {
        font-size: 14px;
        padding-left: 0;
    }

    .search-container .search-text {
        display: none;
    }

    .search-container .search-icon {
        display: inline-block;
    }

    .search.only-mobile {
        display: block;
    }

    .navbar .header-player {
        padding-left: 10px;
    }

    .widget-clima-data {
        width: 135px;
    }

    .social-share-text {
        display: block;
        bottom: 5px;
        text-align: center;
    }

    .social-share {
        text-align: center;
    }

    .card .card-body .card-title {
        font-size: 1.5rem;
        text-align: justify;
    }

    .section-content>p {
        font-size: 1.125rem;
        line-height: 1.66;
        margin-bottom: 45px;
    }

    .section-content>p {
        font: 1.063rem/1.58 'Exo', sans-serif;
        color: rgba(0, 0, 0, .9);
        margin-bottom: 27px;
        word-break: break-word;
    }

    /*TEST*/
    /* .big-news {
        padding-bottom: 15px;
    }

    .big-news img {
        max-width: 100%;
        max-height: 300px !important;
        object-fit: cover;
    } */

    .card.big-news h1 {
        font-weight: 700;
        font-size: 1rem;
    }

    .col-lg-4.pp-news {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .section-highlight {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .section-1 {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 812px) {
    .navbar .header-player .play-radio-text {
        font-size: 10px;
    }

    .navbar .header-player {
        padding-left: 8px;
        padding-right: 8px;
    }

    .ml-2 {
        margin-left: 0rem !important;
    }
}

@media screen and (max-width: 712px) {
    .navbar .header-player .play-radio-text {
        display: none;
    }

    .navbar-brand {
        font-size: 0em !important;
    }
}

.variacion-max-min-chico {
    background: #fff;
    border: 1px solid #ebe6e6;
    margin-bottom: 25px;
    padding: 25px 12px 20px;
}

.variacion-max-min-chico {
    border: 1px solid #ebe6e6;
    padding: 25px 12px 20px;
    background: #fff;
    margin-bottom: 25px
}

@media screen and (max-width:767px) {
    .variacion-max-min-chico {
        padding: 25px 20px 25px 10px
    }
}

.variacion-max-min-chico .title {
    font-family: "MuseoModerno", sans-serif;
    font-size: 1.125em;
    font-weight: 700;
    color: #002040;
    transition: color .2s ease-out
}

.variacion-max-min-chico .title .fa-external-link-alt {
    padding-left: 5px;
    color: #818181;
    font-size: .77778em;
    vertical-align: revert;
    transition: color .2s ease-out
}

.variacion-max-min-chico .title:hover {
    color: #0289cb
}

.variacion-max-min-chico .title:hover .fa-external-link-alt {
    color: #0289cb
}

@media screen and (max-width:767px) {
    .variacion-max-min-chico .title {
        position: relative;
        padding-right: 20px;
        display: inline-block
    }

    .variacion-max-min-chico .title .fa-external-link-alt {
        padding: 0;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transform-style: preserve-3d
    }
}

.variacion-max-min-chico .percent {
    font-family: "MuseoModerno", sans-serif;
    font-size: 2.4375em;
    font-weight: 700;
    display: inline-block
}

@media screen and (max-width:767px) {
    .variacion-max-min-chico .percent {
        font-size: 1.75em
    }
}

.variacion-max-min-chico .percent:before {
    content: "";
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 7.5px
}

@media screen and (max-width:767px) {
    .variacion-max-min-chico .percent:before {
        width: 15px;
        height: 15px;
        margin-right: 5px
    }
}

.variacion-max-min-chico .percent.up {
    color: #4ccc3f
}

.variacion-max-min-chico .percent.up:before {
    background: url("./images/up.svg") no-repeat
}

.variacion-max-min-chico .percent.equal {
    color: #0289cb
}

.variacion-max-min-chico .percent.equal:before {
    background: url("./images/equal.svg") no-repeat
}

.variacion-max-min-chico .percent.down {
    color: #d91f26
}

.variacion-max-min-chico .percent.down:before {
    background: url("./images/down.svg") no-repeat
}

.variacion-max-min-chico .first,
.variacion-max-min-chico .second {
    width: 50%;
    float: left;
    font-family: "MuseoModerno", sans-serif;
    color: #353535;
    padding-right: 25px
}

@media screen and (max-width:767px) {

    .variacion-max-min-chico .first,
    .variacion-max-min-chico .second {
        padding-right: 15px
    }
}

.variacion-max-min-chico .first .value,
.variacion-max-min-chico .second .value {
    font-size: 1.375em;
    font-weight: 700;
    display: block;
    margin-bottom: 5px
}

@media screen and (max-width:767px) {

    .variacion-max-min-chico .first .value,
    .variacion-max-min-chico .second .value {
        font-weight: 600
    }
}

.variacion-max-min-chico .first .description,
.variacion-max-min-chico .second .description {
    font-size: .6875em;
    font-weight: 500;
    text-transform: uppercase;
    color: #818181
}

@media screen and (max-width:767px) {

    .variacion-max-min-chico .first .description,
    .variacion-max-min-chico .second .description {
        font-weight: 400
    }
}

.variacion-max-min-chico .date {
    font-size: .75em;
    font-weight: 400;
    text-transform: uppercase;
    color: #818181;
    display: inline-block
}

.variacion-max-min-chico .date .date-time {
    font-size: .8125em;
    font-weight: 500;
    display: inline-block
}

@media screen and (max-width:767px) {
    .variacion-max-min-chico .date .date-time {
        white-space: nowrap
    }
}

.variacion-max-min {
    padding: 20px;
    background: #002040;
    margin-bottom: 25px;
    overflow: hidden
}

.variacion-max-min .percent-content {
    display: inline-block;
    float: left;
    width: 33%
}

.variacion-max-min .percent {
    font-family: "MuseoModerno", sans-serif;
    font-size: 2.3125em;
    line-height: 39px;
    font-weight: 700;
    display: inline-block
}

.variacion-max-min .percent:before {
    content: "";
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 0
}

.variacion-max-min .percent.up {
    color: #4ccc3f
}

.variacion-max-min .percent.up:before {
    background: url("./images/up.svg") no-repeat
}

.variacion-max-min .percent.equal {
    color: #0289cb
}

.variacion-max-min .percent.equal:before {
    background: url("./images/equal.svg") no-repeat
}

.variacion-max-min .percent.down {
    color: #d91f26
}

.variacion-max-min .percent.down:before {
    background: url("./images/down.svg") no-repeat
}

.variacion-max-min .first,
.variacion-max-min .second {
    width: 30%;
    margin-left: 3%;
    float: left;
    font-family: "MuseoModerno", sans-serif;
    color: #fff
}

.variacion-max-min .first .value,
.variacion-max-min .second .value {
    font-family: "MuseoModerno", sans-serif;
    font-size: 39px;
    font-weight: 700
}

.variacion-max-min .description {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    display: inherit;
    margin-bottom: 5px
}

.variacion-max-min .date {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #fff;
    display: inline-block;
    width: 100%
}

.variacion-max-min .date .date-time {
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    display: inline
}

.dolar .online {
    display: none
}

/* .card-body {
    padding: 0 !important
} */

.card-body h2 {
    word-wrap: unset;
}

@media (max-width: 992px) {
    h4.comments-title {
        font-size: 1rem;
    }
}

.card-img,
.card-img-bottom,
.card-img-top {
    width: 100%;
    height: 100%;
    object-fit: cover;

    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.card .card-img:hover img,
.card .card-img-top:hover img {
    transform: matrix(1.2, 0, 0, 1.2, 0, 0)
}


@media (min-width: 1024px) {
    .title-block {
        padding: 0;
    }
}

.title-block {
    font-size: 2.1875rem;
    color: #313133;
    text-align: center;
    padding: 0;
    margin: 0;
}

.title-block {
    margin-bottom: 20px !important;

    padding: 10px;
}

.title-block-hr {
    border-top: 2px solid #d6001a;
    max-width: 140px;
    margin: 0 auto;
    opacity: 1;
}

/*Test Publicidad*/
p,
ol,
ul,
dl,
address {
    margin-bottom: 1.2;
    line-height: 1.2;
}

.contenedor {
    overflow: hidden;
}

.contenedor__publicidad {
    margin: 1rem auto;
    overflow: hidden;
}

.contenedor__publicidad .publicidad {
    text-align: center;
}

.contenedor__publicidad .publicidad * {
    margin: auto;
}

.contenedor__publicidad .view_mobile {
    width: 100%;
}

.cont_mediakit {
    max-width: 970px;
    margin: auto;
    padding: 10px 0;
}

.cont_mediakit .mediakit {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.cont_mediakit .mediakit p {
    font-size: 1.125rem;
    width: 100%;
    text-align: center;
}

.cont_mediakit .mediakit p span {
    font-size: 1rem;
}

.cont_mediakit .mediakit.ocupado {
    border: 1px dashed red;
}

.cont_mediakit .mediakit.ocupado p {
    color: red;
}

.cont_mediakit .mediakit.libre {
    border: 1px dashed green;
}

.cont_mediakit .mediakit.libre p {
    color: green;
}

@media (min-width: 1024px) {
    .puiblicidad_home {
        display: block;
    }

    .modulo {
        margin-bottom: 40px;
    }
}

.contenedor_publi {
    display: none;
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    overflow: visible;
}

.contenedor_publi .publicidad.H20,
.contenedor_publi .publicidad.S20 {
    width: 160px;
    height: 600px;
    position: absolute;
    left: -190px;
}

.contenedor_publi .publicidad.H21,
.contenedor_publi .publicidad.S21 {
    width: 160px;
    height: 600px;
    position: absolute;
    right: -190px;
}

.contenedor_publi.cont_home {
    color: red;
}

.contenedor_publi.cont_home .cont_mediakit:first-child {
    position: absolute;
    left: -185px;
    margin-top: 50px;
    top: 0;
}

.contenedor_publi.cont_home .cont_mediakit:last-child {
    position: absolute;
    right: -185px;
    margin-top: 50px;
    top: 0;
}

.contenedor_publi.cont_home .mediakit {
    width: 160px !important;
    max-width: 160px !important;
    height: 600px !important;
    max-height: 600px !important;
}

@media (min-width: 1200px) {
    .contenedor_publi {
        display: block;
    }

    .contenedor_publi .publicidad.H20,
    .contenedor_publi .publicidad.S20 {
        left: -165px;
    }

    .contenedor_publi .publicidad.H21,
    .contenedor_publi .publicidad.S21 {
        right: -165px;
    }
}

@media (min-width: 1360px) {
    .contenedor {
        max-width: 986px;
        width: 100%;
        margin: auto;
    }
}

@media (min-width: 1360px) and (min-width: 1550px) {
    .contenedor {
        max-width: 1400px;
    }
}

@media (min-width: 1360px) {

    .contenedor_publi .publicidad.H20,
    .contenedor_publi .publicidad.H21 {
        display: block;
        top: 21px;
    }

    .contenedor_publi .publicidad.H20,
    .contenedor_publi .publicidad.S20 {
        left: -175px;
    }

    .contenedor_publi .publicidad.H21,
    .contenedor_publi .publicidad.S21 {
        right: -175px;
    }
}