.PAMPTV .btn-gradient-color {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: var(--white);
    background: -moz-linear-gradient(270deg, rgba(5, 58, 82, 1) 0%, rgba(9, 129, 183, 1) 100%);
    background: -webkit-linear-gradient(270deg, rgba(5, 58, 82, 1) 0%, rgba(9, 129, 183, 1) 100%);
    background: linear-gradient(270deg, rgba(5, 58, 82, 1) 0%, rgba(9, 129, 183, 1) 100%);
    border: 0;
    border-radius: 5px;
    padding: 11px 30px;
    width: 100%;
    max-width: fit-content;
    text-decoration: none;
}

.PAMPTV .btn-gradient-color:hover {
    cursor: pointer;
    opacity: .8;
}

.PAMPTV .btn-gradient-color:focus {
    outline: 0;
}

.PAMPTV .btn-gradient-color-dos {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: var(--white);
    background: -moz-linear-gradient(90deg, rgba(255, 138, 1, 0.8) 0%, rgba(233, 45, 19, 0.8) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255, 138, 1, 0.8) 0%, rgba(233, 45, 19, 0.8) 100%);
    background: linear-gradient(90deg, rgba(255, 138, 1, 0.8) 0%, rgba(233, 45, 19, 0.8) 100%);
    border: 0;
    border-radius: 5px;
    padding: 11px 30px;
    width: 100%;
    max-width: fit-content;
    text-decoration: none;
}

.PAMPTV .btn-gradient-color-dos:hover {
    cursor: pointer;
    opacity: .8;
}

.PAMPTV .btn-gradient-color-dos:focus {
    outline: 0;
}

.PAMPTV .btn-outline-blanco {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: var(--white);
    background: transparent;
    border: solid 1px var(--white);
    border-radius: 5px;
    padding: 10px 30px;
    width: 100%;
    max-width: fit-content;
    text-decoration: none;
}

.PAMPTV .btn-outline-blanco:hover {
    cursor: pointer;
    background: var(--white);
    border: solid 1px var(--white);
    opacity: 1;
    color: #053A52;
}

.PAMPTV .btn-outline-blanco:focus {
    outline: 0;
}

body.PAMPTV {
    background: -moz-linear-gradient(90deg, rgba(5, 58, 82, 1) 0%, rgba(9, 129, 183, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(5, 58, 82, 1) 0%, rgba(9, 129, 183, 1) 100%);
    background: linear-gradient(90deg, rgba(5, 58, 82, 1) 0%, rgba(9, 129, 183, 1) 100%);
    padding-top: 0 !important;
}

.PAMPTV .wrap-HEADER {
    background: transparent;
}

.PAMPTV header .wrap-HEADER.pinned {
    gap: 0;
}

.PAMPTV header.cabecero-general {
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.PAMPTV header.cabecero-general::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: -moz-radial-gradient(circle, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-radial-gradient(circle, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 1) 100%);
    background: radial-gradient(circle, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 1) 100%);
}

.PAMPTV header .deg-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100px;
    z-index: 2;
    /*background: -moz-linear-gradient(180deg, rgba(5, 58, 82, 0) 0%, rgba(5, 58, 82, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(5, 58, 82, 0) 0%, rgba(5, 58, 82, 1) 100%);
    background: linear-gradient(180deg, rgba(5, 58, 82, 0) 0%, rgba(5, 58, 82, 1) 100%);*/
    cursor: pointer;
}

.PAMPTV header .wrap-CAROUSEL .slick-slide {
    opacity: 1;
}

.PAMPTV header .wrap-CAROUSEL .slick-arrow {
    opacity: 1;
    background-color: transparent;
}

.PAMPTV header .wrap-CAROUSEL .slick-arrow i {
    color: var(--white);
    filter: drop-shadow(2px 4px 6px var(--white));
    -webkit-filter: drop-shadow(2px 4px 6px var(--white));
}

.PAMPTV header .wrap-CAROUSEL .slick-slide img {
    filter: brightness(0%) invert(100%);
    opacity: .5;
}

.PAMPTV header .wrap-CAROUSEL .slick-slide.slick-current img {
    filter: brightness(0%) invert(100%);
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: .5s all ease-in-out;
    transition: all .5s ease-in-out;
    opacity: 1;
}

.PAMPTV header .wrap-CAROUSEL .slick-slide.slick-current img:hover {
    transform: scale(.9);
}

.PAMPTV header .wrap-DEST {
    background-color: rgba(0, 0, 0, .3);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.PAMPTV header .wrap-DEST .container .destfijo a {
    color: var(--white);
}

.PAMPTV header .wrap-DEST .container ul li a {
    color: var(--white);
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: .5s all ease-in-out;
    transition: all .5s ease-in-out;
}

.PAMPTV header .wrap-HEADER {
    gap: 8px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.PAMPTV header .wrap-HEADER .wrap-CORP {
    background: transparent;
}

.PAMPTV header .wrap-HEADER.pinned .wrap-CORP {
    min-height: 60px;
    background-color: rgba(0, 0, 0, .3);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: .5s all ease-in-out;
    transition: all .5s ease-in-out;
}

.PAMPTV header .wrap-NAV .NAV-Bottom {
    background: transparent !important;
    display: none;
}

.PAMPTV header .wrap-CORP .CORP-center {
    order: 1;
}

.PAMPTV header .wrap-HEADER .wrap-CORP .container .CORP-right {
    order: 2;
    max-width: fit-content;
    position: relative;
    text-align: right;
    width: 20%;
    margin-right: 30px;
}

.PAMPTV header .wrap-HEADER .wrap-CORP .container .CORP-right ul li {
    display: flex;
    position: relative;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: .5s all ease-in-out;
    transition: all .5s ease-in-out;
}

.PAMPTV header .wrap-HEADER .wrap-CORP .container .CORP-right ul li:hover {
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
}

.PAMPTV header .wrap-HEADER .wrap-CORP .container .CORP-left {
    order: 3;
    max-width: fit-content;
}

.PAMPTV header .wrap-HEADER .wrap-CORP .container .CORP-right .social li a {
    color: var(--white);
}

.PAMPTV header .wrap-HEADER .wrap-CORP .container .CORP-right .social li a svg path {
    fill: var(--white);
}

.PAMPTV header .wrap-HEADER .wrap-CORP .container .wrap-logo {
    display: none;
}

.PAMPTV header .wrap-HEADER.pinned .wrap-CORP .container .wrap-logo {
    display: flex;
    height: 60px;
    padding: 5px 0px;
}

.PAMPTV header .CORP-center .container nav {
    box-shadow: none;
    height: 44px;
    line-height: 44px;
    max-height: 44px;
}

.PAMPTV header .CORP-center .container nav ul {
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 0;
    overflow-x: auto;
    justify-content: flex-start;
}

.PAMPTV header .CORP-center .container nav ul li {
    flex: 0 0 auto;
    font-size: 14px;
    font-weight: var(--fw-300);
    width: auto;
}

.PAMPTV header .CORP-center .container nav ul li a.activo {
    color: #fff;
    font-weight: var(--fw-500);
    position: relative;
}

.PAMPTV header .CORP-center .container nav ul li a {
    color: #fff;
    display: block;
    padding: 0 10px;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: .5s all ease-in-out;
    transition: all .5s ease-in-out;
}

.PAMPTV header .CORP-center .container nav ul li a:hover {
    opacity: .7;
}

.PAMPTV header .wrap-HEADER.pinned .CORP-center .container nav ul li a {
    height: 100%;
    align-content: center;
}

.PAMPTV header .wrap-contenido {
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}

.PAMPTV header .wrap-contenido .wrap-texto {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
    max-width: 600px;
}

.PAMPTV header .wrap-contenido .wrap-texto .categorias {
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
}

.PAMPTV header .wrap-contenido .wrap-texto .categorias li a {
    font-size: 14px;
    color: var(--white);
    font-weight: 500;
    text-transform: uppercase;
    background: #FF8A01;
    padding: 8px 20px;
    border-radius: 5px;
}

.PAMPTV header .wrap-contenido .wrap-texto .titulo {
    margin: 0;
    font-size: 32px;
    line-height: 120%;
    font-weight: 500;
    color: var(--white);
    font-family: "Poppins", sans-serif;
}

.PAMPTV header .wrap-contenido .wrap-texto .entradilla {
    margin: 0;
    font-size: 18px;
    font-weight: 300;
    color: var(--white);
}

.PAMPTV header .wrap-contenido .wrap-texto .botones {
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
}


.PAMPTV .page-footer .footer-top {
    border-top: solid 5px transparent;
    border-image: linear-gradient(90deg, rgba(255, 138, 1, 1) 0%, rgba(233, 45, 19, 1) 100%) 1;
}

.PAMPTV .page-footer .footer-top,
.PAMPTV .wrap-FOOTER .page-footer {
    background: #053A52;
}

.PAMPTV .wrap-FOOTER .footer-copyright p,
.PAMPTV .wrap-FOOTER .footer-copyright span,
.PAMPTV .wrap-FOOTER .footer-copyright a,
.PAMPTV .wrap-FOOTER .footer-copyright .developer {
    color: #053A52;
}

.PAMPTV .wrap-loader {
    order: 3;
    width: 100%;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.PAMPTV .wrap-HEADER.pinned .wrap-loader {
    display: none;
}

.PAMPTV .wrap-loader svg path, .wrap-loader svg rect {
    fill: var(--white);
}

.PAMPTV .wrap-HEADER .wrap-CAROUSEL {
    display: none;
}

.PAMPTV #slide-out {
    background: #053A52;
}

.PAMPTV #slide-out .fijo-sidenav {
    background: #053A52;
}

.PAMPTV .wrap-logo {
    background-image: url(../img/logos/pamplona-television-white.svg);
}

.PAMPTV #slide-out .wrap-logo {
    background-size: auto;
}

.PAMPTV #slide-out ul.social li {
    position: relative;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: .5s all ease-in-out;
    transition: all .5s ease-in-out;
}

.PAMPTV #slide-out ul.social li:hover {
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
}

.PAMPTV #slide-out .collapsible-body,
.PAMPTV #slide-out .fixed .collapsible-body {
    background-color: #053A52;
}

.PAMPTV #slide-out .collapsible-header,
.PAMPTV #slide-out.fixed .collapsible-header {
    border-left: 6px solid #829CA8;
}

/** HOVERS **/
.PAMPTV .wrap-HEADER .wrap-DEST .container ul li a:hover {
    color: var(--white);
    opacity: .7;
}

.PAMPTV ul.logos-footer li a.logos-pie.logo-pbs {
    background-image: url(../img/logos/comunicaze-white.svg) !important;
}

.PAMPTV ul.logos-footer li a.logos-pie.logo-ai {
    background-image: url(../img/logos/pamplonatelevision.es-white.svg) !important;
    opacity: 1;
    background-size: contain !important;
    min-height: 100px;
}

.PAMPTV ul.logos-footer li a.logos-pie.logos-pie-repeat {
    background-size: contain;
}

.PAMPTV ul.logos-footer .logos-pie-repeat.logo-3 {
    background-image: url(../img/logos/uskadi-noticias-white.svg) !important;
}

.PAMPTV ul.logos-footer .logos-pie-repeat.logo-5 {
    background-image: url(../img/logos/empresas-en-navarra-white.svg) !important;
}

.PAMPTV ul.logos-footer .logos-pie-repeat.logo-6 {
    background-image: url(../img/logos/medica-navarra-white.svg) !important;
}

.PAMPTV ul.logos-footer .logos-pie-repeat.logo-7 {
    background-image: url(../img/logos/comer-muy-bien-white.svg) !important;
}

.PAMPTV ul.logos-footer .logos-pie-repeat.logo-8 {
    background-image: url(../img/logos/plano-turismo-white.svg) !important;
}

.PAMPTV ul.logos-footer .logos-pie-repeat.logo-9 {
    background-image: url(../img/logos/tpaprint-white.svg) !important;
}

.PAMPTV ul.logos-footer .logos-pie-repeat.logo-10 {
    background-image: url(../img/logos/pamplona-irunia-white.svg) !important;
}

.PAMPTV .wrap-FOOTER .footer-copyright {
    margin-top: 24px;
}

.PAMPTV .TITULO-listado h2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    border: 0;
    width: fit-content;
}

.PAMPTV .TITULO-listado h2 span {
    font-family: 'Poppins', sans-serif;
    color: var(--white);
}

.PAMPTV .TITULO-listado h2 span:after {
    display: none;
}

.PAMPTV .TITULO-listado h2.titulo-festaro{
    position: relative;
    padding-right: 100px;
}
.PAMPTV .TITULO-bloque h4.titulo-festaro{
    width: fit-content;
}
.PAMPTV .TITULO-bloque h4.titulo-festaro{
    position: relative;
    padding-right: 100px;
}
.PAMPTV .TITULO-listado h2.titulo-festaro::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 80px; /* ancho de la imagen */
	height: 80px; /* alto de la imagen */
	background-image: url('../img/decor/festaro-01.png');
	background-size: contain;
	background-repeat: no-repeat;
}
.PAMPTV .TITULO-bloque h4.titulo-festaro::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 80px; /* ancho de la imagen */
	height: 80px; /* alto de la imagen */
	background-image: url('../img/decor/festaro-01.png');
	background-size: contain;
	background-repeat: no-repeat;
}

.PAMPTV .TITULO-bloque h4 span {
    font-family: 'Poppins', sans-serif;
    color: var(--white);
}

.PAMPTV .TITULO-bloque h4 span svg {
    margin-right: 10px;
}

.PAMPTV .MODULO .wrap-both .wrap-text header h3 a {
    margin-top: 8px;
    font-family: 'Poppins', sans-serif;
    color: var(--white);
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: .5s all ease-in-out;
    transition: all .5s ease-in-out;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.PAMPTV .MODULO .wrap-both .wrap-text header h3 a:first-of-type {
    margin-top: 0px;
}

.PAMPTV .MODULO .wrap-both .wrap-text header h3 a span {
    font-family: 'Roboto', sans-serif;
    color: var(--white);
    background-color: #FF8A01;
    border-radius: 5px;
    padding: 2px 10px;
    font-weight: 500;
    font-size: 16px;
}

.PAMPTV .es-multimedia {
    background-color: #FF8A01;
}

.PAMPTV .cd-main-content {
    position: absolute;
    /*top: calc(100vh + -170px);*/
    top: 100vh;
    z-index: 2;
    width: 100%;
}

.PAMPTV .MODULO .wrap-both .wrap-text .entradilla {
    font-family: 'Roboto', sans-serif;
    color: var(--white);
    font-weight: 300;
}

.PAMPTV .img-wrap:before,
.PAMPTV .img-wrap img,
.PAMPTV .img-wrap {
    border-radius: 5px;
}

.PAMPTV .BANNER a,
.PAMPTV .BANNER div,
.PAMPTV .BANNER img,
.PAMPTV .BANNER picture,
.PAMPTV .BNR-DER a,
.PAMPTV .BNR-DER div,
.PAMPTV .BNR-DER img,
.PAMPTV .BNR-DER picture,
.PAMPTV ins.adsbygoogle {
    border-radius: 5px;
}

.PAMPTV .MODULO_VERT_3 .slick-list,
.PAMPTV .MODULO_VERT_4 .slick-list,
.PAMPTV .MODULO_VERT_6 .slick-list,
.PAMPTV .MODULO_VERT_8 .slick-list {
    /*min-height: 265px;*/
    min-height: 350px;
    align-content: center;
}

.PAMPTV .MODULO_VERT_3 .slick-list .slick-slide,
.PAMPTV .MODULO_VERT_4 .slick-list .slick-slide,
.PAMPTV .MODULO_VERT_6 .slick-list .slick-slide,
.PAMPTV .MODULO_VERT_8 .slick-list .slick-slide {
    margin-right: 8px;
    opacity: .9;
}

.PAMPTV .MODULO_VERT_3 .slick-list .slick-slide .img-wrap,
.PAMPTV .MODULO_VERT_4 .slick-list .slick-slide .img-wrap,
.PAMPTV .MODULO_VERT_6 .slick-list .slick-slide .img-wrap,
.PAMPTV .MODULO_VERT_8 .slick-list .slick-slide .img-wrap {
    min-height: 200px;
}

.PAMPTV .MODULO_VERT_3 .slick-list .slick-slide.slick-center,
.PAMPTV .MODULO_VERT_4 .slick-list .slick-slide.slick-center,
.PAMPTV .MODULO_VERT_6 .slick-list .slick-slide.slick-center,
.PAMPTV .MODULO_VERT_8 .slick-list .slick-slide.slick-center {
    opacity: 1;
}

.PAMPTV .MODULO_VERT_3 .slick-list .slick-slide.slick-center .wrap-both,
.PAMPTV .MODULO_VERT_4 .slick-list .slick-slide.slick-center .wrap-both,
.PAMPTV .MODULO_VERT_6 .slick-list .slick-slide.slick-center .wrap-both,
.PAMPTV .MODULO_VERT_8 .slick-list .slick-slide.slick-center .wrap-both {
    transform: scale(1.2);
    z-index: 1;
    /*box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.25);*/
    border-radius: 20px;
}

.PAMPTV .MODULO_VERT_3 .slick-list .slick-slide .wrap-both .wrap-text header h3,
.PAMPTV .MODULO_VERT_4 .slick-list .slick-slide .wrap-both .wrap-text header h3,
.PAMPTV .MODULO_VERT_6 .slick-list .slick-slide .wrap-both .wrap-text header h3,
.PAMPTV .MODULO_VERT_8 .slick-list .slick-slide .wrap-both .wrap-text header h3 {
    padding-bottom: 8px;
    border-bottom: solid 2px #FF8A01;
}

.PAMPTV .MODULO_VERT_3 .slick-list .slick-slide .wrap-both .wrap-text header h3 a,
.PAMPTV .MODULO_VERT_4 .slick-list .slick-slide .wrap-both .wrap-text header h3 a,
.PAMPTV .MODULO_VERT_6 .slick-list .slick-slide .wrap-both .wrap-text header h3 a,
.PAMPTV .MODULO_VERT_8 .slick-list .slick-slide .wrap-both .wrap-text header h3 a {
    font-weight: 500;
    -webkit-line-clamp: 2;
}

.PAMPTV .MODULO_VERT_3 .slick-list .slick-slide.slick-center .wrap-both .wrap-text header h3 a,
.PAMPTV .MODULO_VERT_4 .slick-list .slick-slide.slick-center .wrap-both .wrap-text header h3 a,
.PAMPTV .MODULO_VERT_6 .slick-list .slick-slide.slick-center .wrap-both .wrap-text header h3 a,
.PAMPTV .MODULO_VERT_8 .slick-list .slick-slide.slick-center .wrap-both .wrap-text header h3 a {
    font-weight: 700;
}

.PAMPTV .MODULO_VERT_3 .slick-arrow,
.PAMPTV .MODULO_VERT_4 .slick-arrow,
.PAMPTV .MODULO_VERT_6 .slick-arrow,
.PAMPTV .MODULO_VERT_8 .slick-arrow {
    top: 60%;
    transform: translate(0px, -50%);
    background: transparent;
}


.PAMPTV .MODULO_VERT_3 .slick-arrow i.material-icons,
.PAMPTV .MODULO_VERT_4 .slick-arrow i.material-icons,
.PAMPTV .MODULO_VERT_6 .slick-arrow i.material-icons,
.PAMPTV .MODULO_VERT_8 .slick-arrow i.material-icons {
    font-size: 3.5em;
    color: white;
}

.PAMPTV .MODULO .slick-list .slick-slide .wrap-both {
    position: relative;
}

.PAMPTV .wrap-numeration{
    display: none;
    align-items: center;
    justify-content: center;
    margin-bottom: -30px;
}
.PAMPTV .MODULO .slick-list .slick-slide .wrap-both .wrap-numeration span{
    color: white;
    font-weight: bold;
    background: -moz-linear-gradient(90deg, rgba(5, 58, 82, 1) 0%, rgba(9, 129, 183, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(5, 58, 82, 1) 0%, rgba(9, 129, 183, 1) 100%);
    background: linear-gradient(90deg, rgba(5, 58, 82, 1) 0%, rgba(9, 129, 183, 1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 93px;
    z-index: 2;
    filter: drop-shadow(1px 1px 1px #829CA8);
    -webkit-filter: drop-shadow(1px 1px 1px #829CA8);
    line-height: 100%;
}
.PAMPTV .MODULO_VERT_3 .slick-list .slick-slide .wrap-both .wrap-numeration,
.PAMPTV .MODULO_VERT_4 .slick-list .slick-slide .wrap-both .wrap-numeration,
.PAMPTV .MODULO_VERT_6 .slick-list .slick-slide .wrap-both .wrap-numeration,
.PAMPTV .MODULO_VERT_8 .slick-list .slick-slide .wrap-both .wrap-numeration{
    display: flex;
}

.PAMPTV .MODULO .slick-list .slick-slide .wrap-both .wrap-text {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    width: 100%;
    padding: 10px 20px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.PAMPTV .MODULO .slick-list .slick-slide .img-wrap:before {
    background: -moz-linear-gradient(90deg, rgba(5, 58, 82, 0.3) 0%, rgba(5, 58, 82, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(5, 58, 82, 0.3) 0%, rgba(5, 58, 82, 1) 100%);
    background: linear-gradient(90deg, rgba(5, 58, 82, 0.3) 0%, rgba(5, 58, 82, 1) 100%);
    border-radius: 5px;
}

.PAMPTV .MODULO_VERT_3 .slick-list .slick-slide.slick-center .img-wrap:before,
.PAMPTV .MODULO_VERT_4 .slick-list .slick-slide.slick-center .img-wrap:before,
.PAMPTV .MODULO_VERT_6 .slick-list .slick-slide.slick-center .img-wrap:before,
.PAMPTV .MODULO_VERT_8 .slick-list .slick-slide.slick-center .img-wrap:before {
    background: -moz-linear-gradient(90deg, rgba(5, 58, 82, 0.8) 0%, rgba(5, 58, 82, .8) 100%);
    background: -webkit-linear-gradient(90deg, rgba(5, 58, 82, 0.8) 0%, rgba(5, 58, 82, .8) 100%);
    background: linear-gradient(90deg, rgba(5, 58, 82, 0.8) 0%, rgba(5, 58, 82, .8) 100%);
}

.PAMPTV .MODULO .slick-list .slick-slide .wrap-media {
    position: relative;
    border-radius: 5px;
    z-index: 1;
    overflow: hidden;
    padding: 1px;
}

.PAMPTV .MODULO .slick-list .slick-slide .wrap-media:before {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    background: linear-gradient(90deg, rgba(255, 138, 1, 1) 0%, rgba(5, 58, 82, 0.1) 100%);
    z-index: -1;
    border-radius: 5px;
}

.PAMPTV .slick-slide {
    position: relative;
    /* Necesario para que ::before se posicione correctamente */
}

/*.PAMPTV .slick-slide::before {
    content: attr(data-index);
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-weight: bold;
    background: -moz-linear-gradient(90deg, rgba(5, 58, 82, 1) 0%, rgba(9, 129, 183, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(5, 58, 82, 1) 0%, rgba(9, 129, 183, 1) 100%);
    background: linear-gradient(90deg, rgba(5, 58, 82, 1) 0%, rgba(9, 129, 183, 1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 93px;
    z-index: 2;
    filter: drop-shadow(1px 1px 1px #829CA8);
    -webkit-filter: drop-shadow(1px 1px 1px #829CA8);
    line-height: 100%;
}*/

.PAMPTV .slick-slide.slick-center:before {
    z-index: 2;
    top: -80px;
}

.PAMPTV .wrap-pre-footer {
    width: 100%;
    min-height: 250px;
    padding: 48px 0px;
    background: linear-gradient(90deg, rgba(6, 59, 83, 1) 0%, rgba(6, 59, 83, 0) 65%), url('../img/decor/bg-reportero.png');
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
}

.PAMPTV .wrap-pre-footer .contenido {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
}

.PAMPTV .wrap-pre-footer .contenido .contenido-texto {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
    max-width: 580px;
}

.PAMPTV .wrap-pre-footer .contenido .contenido-texto .titulo {
    margin: 0;
    font-size: 32px;
    line-height: 120%;
    font-weight: 700;
    color: var(--white);
    font-family: "Poppins", sans-serif;
}

.PAMPTV .wrap-pre-footer .contenido .contenido-texto .entradilla {
    margin: 0;
    font-size: 18px;
    font-weight: 300;
    color: #E5E8EB;
}

.PAMPTV .wrap-pre-footer .contenido .contenido-texto .separador {
    width: 100%;
    height: 1px;
    background-color: #E5E8EB;
}

.PAMPTV .BANNER .disclaimer,
.PAMPTV .BNR-DER .disclaimer {
    font-weight: 500;
    color: white;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    margin: 4px;
    margin-top: 12px;
}

/** PÁG. CORPORATIVAS **/

.PAMPTV .wrap-PAGINA-CORPORATIVA .CONTENIDO-PAGINA .first-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 16px;
    /*margin-bottom: 48px;*/
}

.PAMPTV .wrap-PAGINA-CORPORATIVA .CONTENIDO-PAGINA .first-wrap .contenido {
    width: 100%;
    min-height: 200px;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
    padding: 16px;
    border-radius: 5px;
    border: solid 1px #FF8A01;
    position: relative;
    max-width: 288px;
    margin-bottom: 100px;
}

.PAMPTV .wrap-PAGINA-CORPORATIVA .CONTENIDO-PAGINA .first-wrap .contenido:last-of-type {
    margin-bottom: 0;
}

.PAMPTV .wrap-PAGINA-CORPORATIVA .CONTENIDO-PAGINA .first-wrap .contenido:nth-of-type(1) {
    background: linear-gradient(90deg, rgba(255, 138, 1, 1) 0%, rgba(233, 45, 19, 1) 100%);
}

.PAMPTV .wrap-PAGINA-CORPORATIVA .CONTENIDO-PAGINA .first-wrap .contenido:nth-of-type(2) {
    background: linear-gradient(270deg, rgba(5, 58, 82, 1) 0%, rgba(9, 129, 183, 1) 100%);
}

.PAMPTV .wrap-PAGINA-CORPORATIVA .CONTENIDO-PAGINA .first-wrap .contenido:nth-of-type(3) {
    background: linear-gradient(270deg, rgba(5, 58, 82, 1) 0%, rgba(9, 129, 183, 1) 100%);
}

.PAMPTV .wrap-PAGINA-CORPORATIVA .CONTENIDO-PAGINA .first-wrap .contenido:nth-of-type(4) {
    background: linear-gradient(270deg, rgba(5, 58, 82, 1) 0%, rgba(9, 129, 183, 1) 100%);
}

.PAMPTV .wrap-PAGINA-CORPORATIVA .CONTENIDO-PAGINA .first-wrap .contenido:nth-of-type(1) span {
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-weight: bold;
    background: -moz-linear-gradient(90deg, rgba(255, 138, 1, 1) 0%, rgba(233, 45, 19, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255, 138, 1, 1) 0%, rgba(233, 45, 19, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 138, 1, 1) 0%, rgba(233, 45, 19, 1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 93px;
    z-index: 1;
    filter: drop-shadow(1px 1px 2px #829CA8);
    -webkit-filter: drop-shadow(1px 1px 2px #829CA8);
    line-height: 100%;
    width: 100%;
    text-align: center;
    letter-spacing: -15px;
}

.PAMPTV .wrap-PAGINA-CORPORATIVA .CONTENIDO-PAGINA .first-wrap .contenido:nth-of-type(2) span,
.PAMPTV .wrap-PAGINA-CORPORATIVA .CONTENIDO-PAGINA .first-wrap .contenido:nth-of-type(3) span,
.PAMPTV .wrap-PAGINA-CORPORATIVA .CONTENIDO-PAGINA .first-wrap .contenido:nth-of-type(4) span {
    position: absolute;
    top: -85px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-weight: bold;
    background: -moz-linear-gradient(270deg, rgba(5, 58, 82, 1) 0%, rgba(9, 129, 183, 1) 100%);
    background: -webkit-linear-gradient(270deg, rgba(5, 58, 82, 1) 0%, rgba(9, 129, 183, 1) 100%);
    background: linear-gradient(270deg, rgba(5, 58, 82, 1) 0%, rgba(9, 129, 183, 1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 70px;
    z-index: 1;
    filter: drop-shadow(1px 1px 2px #829CA8);
    -webkit-filter: drop-shadow(1px 1px 2px #829CA8);
    line-height: 100%;
    width: 100%;
    text-align: center;
    letter-spacing: -6px;
}

.PAMPTV .wrap-PAGINA-CORPORATIVA .CONTENIDO-PAGINA .first-wrap .contenido p {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    color: var(--white);
    font-size: 32px;
    line-height: 120%;
    font-weight: 700;
}

.PAMPTV .wrap-PAGINA-CORPORATIVA .CONTENIDO-PAGINA .first-wrap .contenido .separador {
    height: 1px;
    width: 100%;
}

.PAMPTV .wrap-PAGINA-CORPORATIVA .CONTENIDO-PAGINA .first-wrap .contenido:nth-of-type(1) .separador {
    background-color: var(--white);
}

.PAMPTV .wrap-PAGINA-CORPORATIVA .CONTENIDO-PAGINA .first-wrap .contenido:nth-of-type(2) .separador {
    background-color: #FF8A01;
}

.PAMPTV .wrap-PAGINA-CORPORATIVA .CONTENIDO-PAGINA .first-wrap .contenido:nth-of-type(3) .separador {
    background-color: #FF8A01;
}

.PAMPTV .wrap-PAGINA-CORPORATIVA .CONTENIDO-PAGINA .first-wrap .contenido:nth-of-type(4) .separador {
    background-color: #FF8A01;
}

.PAMPTV .wrap-PAGINA-CORPORATIVA .wrap-bloque {
    padding: 48px;
    box-shadow: 0 2px 40px 2px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    background: rgb(0 0 0 / 20%);
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    margin-bottom: 48px;
}

.PAMPTV .wrap-PAGINA-CORPORATIVA .wrap-bloque .wrap-media {
    width: 50%;
    border-radius: 5px;
    position: relative;
    display: inline-flex;
}

.PAMPTV .wrap-PAGINA-CORPORATIVA .wrap-bloque .wrap-media:before {
    height: 100%;
    position: absolute;
    width: 100%;
    border-radius: 5px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .1);
    content: "";
    left: 0;
    z-index: 1;
}

.PAMPTV .wrap-PAGINA-CORPORATIVA .wrap-bloque .wrap-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.PAMPTV .wrap-PAGINA-CORPORATIVA .wrap-bloque .wrap-text {
    padding: 20px 0px 30px 40px;
    position: relative;
    width: 50%;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
}

.PAMPTV .wrap-PAGINA-CORPORATIVA .wrap-bloque .wrap-text p {
    margin: 0;
}

.PAMPTV .wrap-PAGINA-CORPORATIVA .wrap-bloque .wrap-text .titulo {
    font-family: 'Poppins', sans-serif;
    color: var(--white);
    font-size: 32px;
    line-height: 120%;
    font-weight: 700;
}

.PAMPTV .wrap-PAGINA-CORPORATIVA .wrap-bloque .wrap-text .entradilla {
    font-family: 'Roboto', sans-serif;
    color: var(--white);
    font-size: 18px;
    font-weight: 300;
}

.PAMPTV .wrap-PAGINA-CORPORATIVA .wrap-fluid {
    width: 100%;
    min-height: 250px;
    background: transparent;
}

.PAMPTV .wrap-PAGINA-CORPORATIVA .wrap-fluid .contenido {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
}

.PAMPTV .wrap-PAGINA-CORPORATIVA .wrap-fluid .contenido .contenido-texto {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
    max-width: 580px;
}

.PAMPTV .wrap-PAGINA-CORPORATIVA .wrap-fluid .contenido .contenido-texto .titulo {
    margin: 0;
    font-size: 32px;
    line-height: 120%;
    font-weight: 700;
    color: var(--white);
    font-family: "Poppins", sans-serif;
}

.PAMPTV .wrap-PAGINA-CORPORATIVA .wrap-fluid .contenido .contenido-texto .separador {
    width: 100%;
    height: 1px;
    background-color: #E5E8EB;
}

.PAMPTV .wrap-PAGINA-CORPORATIVA .wrap-fluid .contenido .contenido-texto .entradilla {
    margin: 0;
    font-size: 18px;
    font-weight: 300;
    color: #E5E8EB;
}

.PAMPTV .wrap-PAGINA-CORPORATIVA .wrap-fluid .contenido .contenido-der {
    padding: 48px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 16px;
    background: linear-gradient(90deg, rgba(255, 138, 1, 1) 0%, rgba(233, 45, 19, 1) 100%);
    border-radius: 5px;
    max-width: 480px;
}

.PAMPTV .wrap-PAGINA-CORPORATIVA .wrap-fluid .contenido .contenido-der .titulo {
    margin: 0;
    font-size: 32px;
    line-height: 120%;
    font-weight: 700;
    color: var(--white);
    font-family: "Poppins", sans-serif;
}

.PAMPTV .wrap-PAGINA-CORPORATIVA .wrap-fluid .contenido .contenido-der .separador {
    width: 100%;
    height: 1px;
    background-color: #E5E8EB;
}

.PAMPTV .wrap-PAGINA-CORPORATIVA .wrap-fluid .contenido .contenido-der .entradilla {
    margin: 0;
    font-size: 18px;
    font-weight: 300;
    color: var(--white);
}

/** PÁG CORPORTAIVAS END **/



/* CSS LEO */

/* BLOG OPINION */

.PAMPTV .Opinion .redactor svg {
    display: none;
}

.PAMPTV .Opinion .MODULO .sec-wrap article .wrap-both .wrap-media .img-wrap, .MODULO .third-wrap article .wrap-both .wrap-media .img-wrap {
    padding-bottom: 74%;
}

.PAMPTV .Opinion .MODULO .sec-wrap article .wrap-both .wrap-text{
    margin-left: -15%;
    z-index: 999;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media only screen and (min-width: 1201px) {
    .PAMPTV .Opinion .MODULO .MODULO_M .sec-wrap article .wrap-both .wrap-media {
        flex: 0 0 calc(50% - 1em);
    }
}

.PAMPTV .Opinion .datos-autor {
    position: relative;
}

.PAMPTV .ARTICULO_BLOG.Opinion .MODULO_AUTOR .datos-autor .autor-foto, .LISTADO_BLOGS_ARTICULOS.Opinion .MODULO_AUTOR .datos-autor .autor-foto img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    position: absolute;
    top: -75px;
    left: 50%;
    transform: translateX(-50%);
    border: 0;
    z-index: 9999;

}

/*.PAMPTV .ARTICULO_BLOG.Opinion .MODULO_AUTOR .datos-autor .autor-foto, .LISTADO_BLOGS_ARTICULOS.Opinion .MODULO_AUTOR .datos-autor .autor-foto {

    padding-bottom: 75px !important;
}*/

.PAMPTV .ARTICULO_BLOG.Opinion .MODULO_AUTOR, .LISTADO_BLOGS_ARTICULOS.Opinion .MODULO_AUTOR {
    overflow: visible;

}

.PAMPTV .Opinion p.detalles {
    border: 0
}

.PAMPTV .ARTICULO_BLOG.Opinion .MODULO_AUTOR .datos-autor,
.LISTADO_BLOGS_ARTICULOS.Opinion .MODULO_AUTOR .datos-autor {
    background: linear-gradient(90deg, rgba(5, 58, 82, 1) 0%, rgba(9, 129, 183, 1) 100%);
    border: 1px solid #FF8A01
}

.PAMPTV .ARTICULO_BLOG.Opinion .MODULO_AUTOR, .LISTADO_BLOGS_ARTICULOS.Opinion .MODULO_AUTOR {
    background: transparent !important;
    box-shadow: 0 0 0 0
}

/*.PAMPTV .ARTICULO_BLOG.Opinion .MODULO_AUTOR .datos-autor .autor-detalles, .LISTADO_BLOGS_ARTICULOS.Opinion .MODULO_AUTOR .datos-autor .autor-detalles {
    background: transparent !important
}*/

.PAMPTV .ARTICULO_BLOG.Opinion .MODULO_AUTOR .datos-autor .autor-detalles h4, .LISTADO_BLOGS_ARTICULOS.Opinion .MODULO_AUTOR .datos-autor .autor-detalles h4 {
    color: white
}

.PAMPTV .ARTICULO_BLOG.Opinion .MODULO_AUTOR .datos-autor .autor-detalles h4, .LISTADO_BLOGS_ARTICULOS.Opinion .MODULO_AUTOR .datos-autor .autor-detalles p {
    color: white
}

.PAMPTV .ARTICULO_BLOG.Opinion .MODULO_AUTOR .datos-autor .autor-detalles h4, .LISTADO_BLOGS_ARTICULOS.Opinion .MODULO_AUTOR .datos-autor .autor-detalles i {
    color: white
}

.PAMPTV .ARTICULO_BLOG.Opinion .MODULO_AUTOR .datos-autor .detalles-blog, .LISTADO_BLOGS_ARTICULOS.Opinion .MODULO_AUTOR .datos-autor .detalles-blog {
    background: linear-gradient(90deg, rgba(5, 58, 82, 1) 0%, rgba(9, 129, 183, 1) 100%);

}





.PAMPTV .LISTADO_BLOGS.Opinion .MODULO_AUTOR .datos-autor,
.LISTADO_BLOGS_ARTICULOS.Opinion .MODULO_AUTOR .datos-autor {
    background: var(--white);
    border: 1px solid #FF8A01;
    border-radius: 5px;
}

.PAMPTV .LISTADO_BLOGS.Opinion .MODULO_AUTOR, .LISTADO_BLOGS_ARTICULOS.Opinion .MODULO_AUTOR {
    background: transparent !important;
    box-shadow: 0 0 0 0
}

.PAMPTV .LISTADO_BLOGS.Opinion .MODULO_AUTOR .datos-autor .autor-detalles, .LISTADO_BLOGS_ARTICULOS.Opinion .MODULO_AUTOR .datos-autor .autor-detalles {
    background: -moz-linear-gradient(45deg, rgba(5,58,82,1) 0%, rgba(9,129,183,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(5,58,82,1) 0%, rgba(9,129,183,1) 100%);
    background: linear-gradient(45deg, rgba(5,58,82,1) 0%, rgba(9,129,183,1) 100%);
    padding: 48px;
}

.PAMPTV .LISTADO_BLOGS.Opinion .MODULO_AUTOR .datos-autor .autor-detalles h4, .LISTADO_BLOGS_ARTICULOS.Opinion .MODULO_AUTOR .datos-autor .autor-detalles h4 {
    font-family: 'Poppins', sans-serif;
    color: var(--white);
    line-height: 120%;
    font-weight: 700;
    font-size: 32px;
}

.PAMPTV .LISTADO_BLOGS.Opinion .MODULO_AUTOR .datos-autor .autor-detalles h4, .LISTADO_BLOGS_ARTICULOS.Opinion .MODULO_AUTOR .datos-autor .autor-detalles p {
    color: white
}

.PAMPTV .LISTADO_BLOGS.Opinion .MODULO_AUTOR .datos-autor .autor-detalles h4, .LISTADO_BLOGS_ARTICULOS.Opinion .MODULO_AUTOR .datos-autor .autor-detalles i {
    color: white
}

.PAMPTV .LISTADO_BLOGS.Opinion .MODULO_AUTOR .datos-autor .detalles-blog, .LISTADO_BLOGS_ARTICULOS.Opinion .MODULO_AUTOR .datos-autor .detalles-blog {
    background: -moz-linear-gradient(45deg, rgba(5,58,82,.8) 0%, rgba(9,129,183,.8) 100%);
    background: -webkit-linear-gradient(45deg, rgba(5,58,82,.8) 0%, rgba(9,129,183,.8) 100%);
    background: linear-gradient(45deg, rgba(5,58,82,.8) 0%, rgba(9,129,183,.8) 100%);
    padding: 48px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.LISTADO_BLOGS.Opinion .MODULO_AUTOR .datos-autor .detalles-blog h5,
.LISTADO_BLOGS_ARTICULOS.Opinion .MODULO_AUTOR .datos-autor .detalles-blog h5{
    font-family: 'Poppins', sans-serif;
    color: var(--white);
    line-height: 120%;
    font-weight: 500;
    font-size: 20px;
}

.LISTADO_BLOGS.Opinion .MODULO_AUTOR .datos-autor .detalles-blog p,
.LISTADO_BLOGS_ARTICULOS.Opinion .MODULO_AUTOR .datos-autor .detalles-blog p{
    font-family: 'Roboto', sans-serif;
    color: var(--white);
    line-height: 120%;
    font-weight: 300;
    font-size: 16px;
}

.PAMPTV .Opinion .datos-autor {
    position: relative;
}

.PAMPTV .LISTADO_BLOGS.Opinion .MODULO_AUTOR .datos-autor .autor-foto, .LISTADO_BLOGS_ARTICULOS.Opinion .MODULO_AUTOR .datos-autor .autor-foto img {
    width: 120px;
    height: 120px;
    border-radius: 120px;
    overflow: hidden;
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
}

.PAMPTV .LISTADO_BLOGS.Opinion .MODULO_AUTOR .datos-autor .autor-foto, .LISTADO_BLOGS_ARTICULOS.Opinion .MODULO_AUTOR .datos-autor .autor-foto {
    padding: 0;
}

.PAMPTV .LISTADO_BLOGS.Opinion .MODULO_AUTOR, .LISTADO_BLOGS_ARTICULOS.Opinion .MODULO_AUTOR {
    overflow: visible;

}

.PAMPTV .Opinion p.detalles {
    border: 0
}


/*.PAMPTV .LISTADO_BLOGS.Opinion .MODULO_AUTOR .autor-detalles {
    margin-top: 150px;
}*/

.PAMPTV .LISTADO_BLOGS.Opinion .MODULO_AUTOR .autor-foto img {
    width: 100%;
    height: 100%;
    border: 0;
    object-fit: cover;
}

.PAMPTV .LISTADO_BLOGS.Opinion .MODULO_AUTOR .datos-autor .detalles-blog .btn {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: var(--white);
    background: -moz-linear-gradient(270deg, rgba(5, 58, 82, 1) 0%, rgba(9, 129, 183, 1) 100%);
    background: -webkit-linear-gradient(270deg, rgba(5, 58, 82, 1) 0%, rgba(9, 129, 183, 1) 100%);
    background: linear-gradient(270deg, rgba(5, 58, 82, 1) 0%, rgba(9, 129, 183, 1) 100%);
    border: 0;
    border-radius: 5px;
    padding: 10px 30px;
    width: 100%;
    max-width: fit-content;
    text-decoration: none;
    text-transform: lowercase;
    margin: auto;
    font-family: 'Roboto', sans-serif;
    height: fit-content;
}

.PAMPTV .LISTADO_BLOGS.Opinion .MODULO_AUTOR .datos-autor .detalles-blog .btn:hover {
    background: linear-gradient(90deg, rgba(5, 58, 82, 1) 100%, rgba(9, 129, 183, 1) 0%);
}

.PAMPTV .LISTADO_BLOGS.Opinion .MODULO_AUTOR .datos-autor .autor-detalles p,
.LISTADO_BLOGS_ARTICULOS.Opinion .MODULO_AUTOR .datos-autor .autor-detalles p{
    font-family: 'Roboto', sans-serif;
    color: var(--white);
    line-height: 120%;
    font-weight: 300;
    font-size: 16px;
}

.PAMPTV .LISTADO_BLOGS.Opinion .MODULO_AUTOR .datos-autor .autor-detalles i {
    color: white
}
.PAMPTV .LISTADO_BLOGS.Opinion {
    padding-top: 3rem;
}
@media only screen and (min-width: 1201px) {
    .PAMPTV .LISTADO_BLOGS.Opinion .MODULO_AUTOR {
        flex: 0 0 calc(33% - 2em);
    }
}

.PAMPTV .formulario-listado-busqueda{
    background: linear-gradient(270deg, rgba(5, 58, 82, 1) 0%, rgba(9, 129, 183, 1) 100%);
    border: solid 1px #FF8A01;
    border-radius: 5px;
    padding: 48px;
}

.PAMPTV .formulario-listado-busqueda h4{
    font-family: 'Poppins', sans-serif;
    color: var(--white);
    font-size: 32px;
    line-height: 120%;
    font-weight: 700;
    margin-bottom: 1rem;
}

.PAMPTV .formulario-listado-busqueda input {
    font-family: var(--font-2);
    border-bottom-color: var(--white);
    color: var(--white);
    font-weight: 300;
}

.PAMPTV .formulario-listado-busqueda input::placeholder{
    font-family: var(--font-2);
    color: var(--white);
    font-weight: 300;
}

.PAMPTV .formulario-listado-busqueda input:focus{
    border-bottom-color: #FF8A01;
}

.PAMPTV .formulario-listado-busqueda input[type="date"]::-webkit-calendar-picker-indicator {
   display: none;
}

.PAMPTV .formulario-listado-busqueda .input-field.col label{
    font-family: var(--font-2);
    color: var(--white);
    font-weight: 300;
}

.select-wrapper span.caret{
    color: var(--white);
}

.PAMPTV .formulario-listado-busqueda .input-field.col button{
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: var(--white);
    background: transparent;
    border: solid 1px var(--white);
    border-radius: 5px;
    padding: 10px 30px;
    width: 100%;
    max-width: fit-content;
    text-decoration: none;
    height: fit-content;
}

.PAMPTV .formulario-listado-busqueda .input-field.col button:hover {
    cursor: pointer;
    background: var(--white);
    border: solid 1px var(--white);
    opacity: 1;
    color: #053A52!important;
}

.PAMPTV .LISTADO_BUSQUEDA .TITULO-listado h1{
    font-family: 'Poppins', sans-serif;
    color: var(--white);
    font-size: 32px;
    line-height: 120%;
    font-weight: 700;
}

.PAMPTV .cargar-mas{
    font-weight: 400;
    color: var(--white);
    background: -moz-linear-gradient(270deg, rgba(5, 58, 82, 1) 0%, rgba(9, 129, 183, 1) 100%);
    background: -webkit-linear-gradient(270deg, rgba(5, 58, 82, 1) 0%, rgba(9, 129, 183, 1) 100%);
    background: linear-gradient(270deg, rgba(5, 58, 82, 1) 0%, rgba(9, 129, 183, 1) 100%);
}

.PAMPTV .LISTADO_BLOGS.Opinion h1{
    font-family: 'Poppins', sans-serif;
    color: var(--white);
    line-height: 120%;
    font-weight: 700;
}

.PAMPTV .LISTADO_BLOGS.Opinion{
    gap: 48px;
    justify-content: center;
}

.PAMPTV .LISTADO_BLOGS.Opinion .MODULO_AUTOR{
    margin-top: 2em;
}

.PAMPTV .LISTADO_BLOGS_ARTICULOS h1:before{
    display: none;
}

.PAMPTV .LISTADO_BLOGS_ARTICULOS h1:after {
    background: transparent;
    content: "BLOG DE OPINIÓN";
    font-size: 16px;
    font-weight: var(--fw-400);
    left: 0;
    line-height: 20px;
    margin-left: 0;
    position: absolute;
    text-align: left;
    top: 0;
    width: 160px;
    font-family: 'Poppins', sans-serif;
    color: var(--white);
}

.PAMPTV .LISTADO_BLOGS_ARTICULOS.Opinion h1{
    font-family: 'Poppins', sans-serif;
    color: var(--white);
    line-height: 120%;
    font-weight: 700;
    text-align: left;
}

.PAMPTV .LISTADO_BLOGS_ARTICULOS.Opinion p.detalles{
    font-family: 'Roboto', sans-serif;
    color: var(--white);
    line-height: 120%;
    font-weight: 300;
    font-size: 1.2em;
    text-align: left;
}

.PAMPTV .LISTADO_BLOGS_ARTICULOS.LISTADO_NORMAL .img-wrap:before{
    background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.1) 50%, rgba(5, 58, 82, .9) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.1) 50%, rgba(5, 58, 82, .9) 100%);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 50%, rgba(5, 58, 82, .9) 100%);
}

.PAMPTV .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-cuerpo p,
.PAMPTV .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-cuerpo p+p,
.PAMPTV .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-cuerpo .art-cita,
.PAMPTV .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-cuerpo blockquote,
.PAMPTV .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-cuerpo .art-cita:before,
.PAMPTV .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-cuerpo blockquote:before{
    color: var(--white);
}

.PAMPTV .wrap-FICHA-ARTICULO.ARTICULO_BLOG h1:before, .wrap-FICHA-ARTICULO.Opinion h1:before{
    display: none;
}
.PAMPTV .wrap-FICHA-ARTICULO.ARTICULO_BLOG h1:after, .wrap-FICHA-ARTICULO.Opinion h1:after{
    background: transparent;
    font-family: 'Poppins', sans-serif;
    color: var(--white);
}
.PAMPTV .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .wrap-tit h1{
    font-family: 'Poppins', sans-serif;
    color: var(--white);
    line-height: 120%;
    font-weight: 700;
}
.PAMPTV .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .wrap-tit .art-entradilla{
    font-family: 'Roboto', sans-serif;
    color: var(--white);
    line-height: 120%;
    font-weight: 300;
    font-size: 1.2em;
}
.PAMPTV .wrap-FICHA-ARTICULO.ARTICULO_BLOG .publicado div, .PAMPTV .wrap-FICHA-ARTICULO.Opinion .publicado div,
.PAMPTV .wrap-FICHA-ARTICULO.ARTICULO_BLOG .publicado .fecha-mod, .PAMPTV .wrap-FICHA-ARTICULO.Opinion .publicado .fecha-mod{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: var(--white);
}
.PAMPTV .a2a_default_style .a2a_count, .a2a_default_style .a2a_svg, .a2a_floating_style .a2a_svg, .a2a_menu .a2a_svg, .a2a_vertical_style .a2a_count, .a2a_vertical_style .a2a_svg{
    background-color: transparent!important;
}

.PAMPTV .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .ADDTOANY{
    border-bottom: 1px solid var(--white);
}

.PAMPTV .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO ul.art-etiquetas li a{
    font-family: 'Roboto', sans-serif;
    color: var(--white);
    background-color: #FF8A01;
    border-radius: 5px;
    padding: 2px 10px;
    font-weight: 500;
    border: 0;
}

.PAMPTV .ARTICULO_BLOG.Opinion .CONTENIDO-ARTICULO .MODULO_AUTOR .datos-autor .autor-detalles{
    background: linear-gradient(45deg, rgba(5, 58, 82, .8) 0%, rgba(9, 129, 183, .8) 100%);
    padding: 24px;
}

.PAMPTV .ARTICULO_BLOG.Opinion .MODULO_AUTOR .datos-autor .autor-foto{
    padding: 0;
    background: rgba(32, 161, 255, 5%);
    position: unset;
    top: unset;
    left: unset;
    transform: unset;
}

.ARTICULO_BLOG.Opinion .CONTENIDO-ARTICULO .MODULO_AUTOR .datos-autor .autor-foto img{
    border: 0;
    border-radius: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: luminosity;
    filter: grayscale(1);
}

.ARTICULO_BLOG.Opinion .MODULO_AUTOR .datos-autor .autor-detalles h4 a{
    font-family: 'Poppins', sans-serif;
    color: var(--white);
    line-height: 120%;
    font-weight: 700;
    font-size: 32px;
}

.ARTICULO_BLOG.Opinion .MODULO_AUTOR .datos-autor .autor-detalles ul li a{
    color: var(--white);
}

.ARTICULO_BLOG.Opinion .MODULO_AUTOR .datos-autor .autor-detalles ul li a:hover{
    color: var(--white);
    opacity: .8;
}

.PAMPTV .lo-mas-leido-cabecero{
    font-family: 'Poppins', sans-serif;
    color: var(--white);
    line-height: 120%;
    font-weight: 700;
    font-size: 20px;
}

.PAMPTV .ul-lo-mas-leido{
    list-style: none;
    margin: 0;
    margin-bottom: 2em;
    padding: 0;
    width: 100%;
    box-shadow: 0 2px 40px 2px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    background: rgb(0 0 0 / 20%);
    padding: 24px;
    padding-top: 12px;
}

.PAMPTV .ul-lo-mas-leido li {
    /* border-bottom: 1px solid hsla(0, 0%, 59%, .4); */
    margin: 0;
    padding: 1em 1em 1em 0;
    position: relative;
    border-bottom: solid 1px var(--white);
}

.PAMPTV .ul-lo-mas-leido li a{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
    font-family: var(--font-2);
    color: var(--white);
    font-size: 14px;
}

.PAMPTV .ul-lo-mas-leido li a .div-number span{
    color: white;
    font-weight: bold;
    background: -moz-linear-gradient(90deg, rgba(255, 138, 1, 1) 0%, rgba(233, 45, 19, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255, 138, 1, 1) 0%, rgba(233, 45, 19, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 138, 1, 1) 0%, rgba(233, 45, 19, 1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 32px;
    line-height: 100%;
}

.PAMPTV .BLOQUE-BOLETIN{
    box-shadow: 0 2px 40px 2px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    background: rgb(0 0 0 / 20%);
    padding: 24px;
    margin-top: 0;
}

.PAMPTV .BLOQUE-BOLETIN .wrap-boletin input{
    color: white;
    border-bottom: solid 1px white !important;
}

.PAMPTV .BLOQUE-BOLETIN .wrap-boletin .select-dropdown{
    color: #053A52!important;
}

.PAMPTV .BLOQUE-BOLETIN .wrap-boletin button{
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: var(--white);
    background: transparent;
    border: solid 1px var(--white);
    border-radius: 5px;
    padding: 10px 30px;
    width: 100%;
    max-width: 100%;
    text-decoration: none;
    height: fit-content;
}

.PAMPTV .BLOQUE-BOLETIN .wrap-boletin .fcheck label small{
    color: var(--white);
}

.PAMPTV .BLOQUE-BOLETIN .wrap-boletin .fcheck label a{
    color: var(--white);
}

.PAMPTV .paginadores .paginador{
    box-shadow: 0 2px 40px 2px rgba(0, 0, 0, 0.25);
    background: rgb(0 0 0 / 50%);
}

.PAMPTV .paginadores .paginador a:before{
    color: var(--white);
}

.PAMPTV .paginadores .paginador a:hover h5{
    color: var(--white);
}

.PAMPTV .paginadores .paginador.paginador-anterior a:hover h5{
    padding: .5em .5em .5em 3.5em;
}

.PAMPTV .paginadores .paginador a:hover:before{
    background: #FF8A01;
    color: var(--white);
}

.PAMPTV .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .wrap-tit h2 a{
    color: #053A52;
}
.PAMPTV .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .wrap-tit h2{
    clip-path: none;
    border-radius: 5px;
    background: var(--white);
}

.PAMPTV .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-autor .autor-foto img{
    border-radius: 0;
}

.PAMPTV .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-autor ul li.redactor a:first-child{
    font-family: 'Poppins', sans-serif;
    color: var(--white);
    line-height: 120%;
    font-weight: 700;
    margin-bottom: 8px;
}

.PAMPTV .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-autor ul li.redactor a{
    color: var(--white);
}

.PAMPTV .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-autor .publicado .fecha-mod, .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-autor .publicado .fecha-pub, .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-autor .publicado .hora-pub {
    color: var(--white);
    font-family: var(--font-2);
}

.PAMPTV .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-autor .publicado .fecha-mod strong{
    color: #FF8A01;
}

.PAMPTV .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-autor ul li.edicion{
    color: var(--white);
}

.PAMPTV .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-autor .publicado{
    padding-top: 0;
}

.paginadores .paginador a:hover h5{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    max-height: 48px;
    overflow: hidden;
}

/** BREACKPOINTS **/

@media only screen and (min-width: 768px) {
    .PAMPTV .MODULO_1_1_4 .first-wrap .wrap-both {
        display: block;
        align-content: center;
    }

    .PAMPTV .MODULO_1_1_4 .first-wrap .wrap-text {
        background: transparent;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

    .PAMPTV .MODULO_1_1_4 .first-wrap .wrap-media {
        width: 50%;
    }

    .PAMPTV .MODULO_1_1_4 .first-wrap {
        padding: 48px;
        box-shadow: 0 2px 40px 2px rgba(0, 0, 0, 0.25);
        border-radius: 20px;
        background: rgb(0 0 0 / 20%);
        text-align: end;
    }

    .PAMPTV .MODULO_1_1_4 .first-wrap .wrap-botones {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 8px;
        margin-top: .75em;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 992px) {
    .PAMPTV .ARTICULO_BLOG.Opinion .MODULO_AUTOR .datos-autor .autor-foto, .LISTADO_BLOGS_ARTICULOS.Opinion .MODULO_AUTOR .datos-autor .autor-foto img {
        position: relative;
        top: initial;
        transform: 0;

    }

    .PAMPTV header .wrap-CORP .container .CORP-left {
        max-width: fit-content;
    }

    .PAMPTV header .wrap-HEADER .wrap-CORP .container .CORP-left .cd-search-trigger {
        display: block !important;
    }

    .PAMPTV header .wrap-HEADER .wrap-CORP .container .CORP-right {
        display: none;
    }
}

@media (max-width: 991px) {
    .PAMPTV .wrap-PAGINA-CORPORATIVA .wrap-bloque {
        flex-direction: column;
    }

    .PAMPTV .wrap-PAGINA-CORPORATIVA .wrap-bloque .wrap-media {
        width: 100%;
    }

    .PAMPTV .wrap-PAGINA-CORPORATIVA .wrap-bloque .wrap-text {
        width: 100%;
        padding: 48px 0px 0px 0px;
    }

    .LISTADO_BLOGS_ARTICULOS.Opinion .MODULO_AUTOR .datos-autor .detalles-blog{
        border-bottom-left-radius: 0;
    }

    .LISTADO_BLOGS_ARTICULOS.Opinion .MODULO_AUTOR .datos-autor .autor-foto img {
        width: 250px;
        height: 100%;
        border-radius: 0;
    }
}

@media (max-width: 767px) {
    .PAMPTV header .wrap-HEADER {
        gap: 0;
    }

    .PAMPTV header .wrap-HEADER .wrap-CORP {
        padding: 10px 20px;
    }

    .PAMPTV header .wrap-CORP .CORP-center {
        width: 80%;
        overflow: hidden;
        margin-right: 30px;
    }

    .PAMPTV header .CORP-center .container nav ul li a {
        display: none;
    }

    .PAMPTV header .wrap-HEADER.wrap-HEADER.pinned .CORP-center .container nav ul li a.wrap-logo {
        display: flex;
    }

    .PAMPTV header .wrap-HEADER .wrap-CORP .container .CORP-left {
        width: 100%;
    }

    .PAMPTV header .wrap-CAROUSEL .slick-slide img {
        max-width: 250px;
    }

    .PAMPTV header .wrap-contenido .wrap-texto {
        gap: 12px;
        max-width: 100%;
    }

    .PAMPTV header .wrap-contenido .wrap-texto .titulo {
        font-size: 18px;
    }

    .PAMPTV header .wrap-contenido .wrap-texto .categorias li a{
        font-size: 14px;
        display: block;
        margin-bottom: 8px;
    }

    .PAMPTV header .wrap-contenido .wrap-texto .entradilla{
        font-size: 16px;
    }

    .PAMPTV header .wrap-contenido .wrap-texto .botones {
        flex-direction: column;
        width: 100%;
    }

    .PAMPTV header .wrap-contenido .wrap-texto .botones .btn-gradient-color,
    .PAMPTV header .wrap-contenido .wrap-texto .botones .btn-outline-blanco {
        max-width: 100%;
    }

    .PAMPTV .page-footer .footer-top {
        padding: 24px 0px;
    }

    .PAMPTV ul.logos-footer {
        margin-bottom: 24px;
    }

    .PAMPTV ul.logos-footer.logoai {
        margin-top: 24px;
    }

    .PAMPTV ul.logos-footer.logosotros {
        margin-bottom: 24px;
        margin-top: 24px;
    }

    .PAMPTV ul.logos-footer li {
        align-content: center;
    }

    .PAMPTV ul.logos-footer li a.logos-pie.logos-pie-repeat {
        background-size: contain;
    }

    .PAMPTV .wrap-logo-clabe {
        margin-top: 24px;
    }

    .PAMPTV .cd-main-content {
        position: relative;
        top: 0;
        z-index: 0;
        margin-top: 12px;
    }

    .PAMPTV .MODULO_VERT_3 .slick-arrow,
    .PAMPTV .MODULO_VERT_4 .slick-arrow,
    .PAMPTV .MODULO_VERT_6 .slick-arrow,
    .PAMPTV .MODULO_VERT_8 .slick-arrow {
        top: unset;
        transform: translate(0px, 0%);
        bottom: 8px;
    }

    .PAMPTV .MODULO_VERT_3 .slick-arrow i.material-icons,
    .PAMPTV .MODULO_VERT_4 .slick-arrow i.material-icons,
    .PAMPTV .MODULO_VERT_6 .slick-arrow i.material-icons,
    .PAMPTV .MODULO_VERT_8 .slick-arrow i.material-icons {
        font-size: 2em;
    }

    .PAMPTV .MODULO_VERT_3 .slick-arrow.slid-prev,
    .PAMPTV .MODULO_VERT_4 .slick-arrow.slid-prev,
    .PAMPTV .MODULO_VERT_6 .slick-arrow.slid-prev,
    .PAMPTV .MODULO_VERT_8 .slick-arrow.slid-prev {
        left: unset;
        right: 2.5em;
    }

    .PAMPTV ul.logos-footer {
        gap: 1.5rem;
    }

    .PAMPTV header .wrap-CAROUSEL .slick-arrow i {
        color: var(--white);
        filter: drop-shadow(0px 0px 0px var(--white));
        -webkit-filter: drop-shadow(0px 0px 0px var(--white));
    }

    /*.PAMPTV .slick-slide::before {
        z-index: 2;
    }*/

    .PAMPTV .wrap-pre-footer .contenido {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 24px;
        text-align: center;
    }

    .PAMPTV .wrap-pre-footer .contenido .contenido-texto {
        align-items: center;
        justify-content: center;
        max-width: 100%;
        text-align: center;
    }

    .PAMPTV .wrap-pre-footer {
        background: linear-gradient(90deg, rgba(6, 59, 83, 1) 4%, rgba(6, 59, 83, 0.5) 65%), url(../img/decor/bg-reportero.png);
        padding: 32px 0px;
    }

    .PAMPTV .wrap-PAGINA-CORPORATIVA .CONTENIDO-PAGINA .first-wrap .contenido {
        align-items: center;
        justify-content: center;
        max-width: 100%;
        min-height: 120px;
        margin-bottom: 75px;
        text-align: center;
    }

    .PAMPTV .wrap-PAGINA-CORPORATIVA .CONTENIDO-PAGINA .first-wrap .contenido span{
        top: -70px!important;
    }

    .PAMPTV .wrap-PAGINA-CORPORATIVA .CONTENIDO-PAGINA .first-wrap {
        margin-bottom: 24px;
    }

    .PAMPTV .wrap-PAGINA-CORPORATIVA .wrap-bloque {
        padding: 24px;
    }

    .PAMPTV .wrap-PAGINA-CORPORATIVA .wrap-bloque .wrap-text {
        padding: 24px 0px 0px 0px;
    }

    .PAMPTV .wrap-PAGINA-CORPORATIVA .wrap-bloque {
        margin-bottom: 24px;
    }

    .PAMPTV .wrap-PAGINA-CORPORATIVA .wrap-fluid .contenido {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 24px;
    }

    .PAMPTV .wrap-PAGINA-CORPORATIVA .wrap-fluid .contenido .contenido-der {
        max-width: 100%;
    }

    .PAMPTV .wrap-PAGINA-CORPORATIVA .wrap-fluid .contenido .contenido-der {
        padding: 24px;
        align-items: center;
    }

    .PAMPTV .wrap-PAGINA-CORPORATIVA .wrap-fluid .contenido .contenido-texto .titulo,
    .PAMPTV .wrap-PAGINA-CORPORATIVA .wrap-fluid .contenido .contenido-texto .entradilla,
    .PAMPTV .wrap-PAGINA-CORPORATIVA .wrap-fluid .contenido .contenido-der .titulo,
    .PAMPTV .wrap-PAGINA-CORPORATIVA .wrap-fluid .contenido .contenido-der .entradilla{
        text-align: center;
    }

    /*.PAMPTV .slick-slide::before{
        left: unset;
        right: 12px;
        font-size: 150px;
    }*/

    .PAMPTV .MODULO .slick-list .slick-slide .wrap-both .wrap-text {
        max-width: 95%;
    }

    .PAMPTV .MODULO_VERT_3 .slick-list,
    .PAMPTV .MODULO_VERT_4 .slick-list,
    .PAMPTV .MODULO_VERT_6 .slick-list,
    .PAMPTV .MODULO_VERT_8 .slick-list{
        min-height: 1px;
    }
    
    /*.PAMPTV .slick-slide::before{
        right: 30px;
        font-size: 90px;
        top: 0px;
        transform: translateX(0%);
    }*/

    .PAMPTV .wrap-logo{
        background-image: none;
    }

    .PAMPTV #slide-out .wrap-logo{
        background-image: url(../img/logos/pamplona-television-white.svg);
    }

    .PAMPTV .LISTADO_BLOGS.Opinion{
        padding-top: 0;
    }

    .PAMPTV .LISTADO_BLOGS.Opinion h1{
        margin-top: 0;
        font-size: 32px;
    }

    .PAMPTV .formulario-listado-busqueda{
        padding: 12px 24px;
    }

    .PAMPTV .formulario-listado-busqueda .input-field{
        margin: 12px 0px;
    }

    .PAMPTV .formulario-listado-busqueda .input-field.col button{
        width: 100%;
        max-width: 100%;
    }

    .PAMPTV .LISTADO_BLOGS_ARTICULOS.Opinion .MODULO_AUTOR .datos-autor .autor-detalles ,
    .LISTADO_BLOGS_ARTICULOS.Opinion .MODULO_AUTOR .datos-autor .detalles-blog{
        padding: 24px;
    }

    .PAMPTV .LISTADO_BLOGS_ARTICULOS.Opinion h1{
        margin: 0;
        font-size: 32px;
    }
    .PAMPTV .LISTADO_BLOGS_ARTICULOS.Opinion p.detalles{
        padding: 0;
    }

    .PAMPTV .paginadores .paginador {
        background: rgb(0 0 0 / 30%);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
    }
    .PAMPTV .paginadores .paginador a h5 {
        color: white;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 10px;
    }
}

@media (max-width: 575px) {
    .PAMPTV header .wrap-HEADER.pinned .CORP-center .container nav ul li:not(:first-child) {
        display: none;
    }
}

@media (max-width: 474px) {
    .PAMPTV .ARTICULO_BLOG.Opinion .MODULO_AUTOR .datos-autor{
        justify-content: center;
    }
    .PAMPTV .ARTICULO_BLOG.Opinion .CONTENIDO-ARTICULO .MODULO_AUTOR .datos-autor .autor-detalles{
        text-align: center;
    }
}

/* páginas corporativas start */

/* publicidad start */
.PAMPTV .contenedor.page-publicidad .poppins {
    font-family: "Poppins", sans-serif;
}

.PAMPTV .contenedor.page-publicidad .roboto {
    font-family: "Roboto", sans-serif;
}

.PAMPTV .contenedor.page-publicidad .font48 {
    font-size: 48px;
}

.PAMPTV .contenedor.page-publicidad .font20 {
    font-size: 20px;
}

.PAMPTV .contenedor.page-publicidad .font18 {
    font-size: 18px;
}

.PAMPTV .contenedor.page-publicidad .font14 {
    font-size: 14px;
}

.PAMPTV .contenedor.page-publicidad .lh-100 {
    line-height: 100%;
}

.PAMPTV .contenedor.page-publicidad .lh-120 {
    line-height: 120%;
}

.PAMPTV .contenedor.page-publicidad .mb-48 {
    margin-bottom: 48px;
}

.PAMPTV .contenedor.page-publicidad .mb-24 {
    margin-bottom: 24px;
}

.PAMPTV .contenedor.page-publicidad .mb-16 {
    margin-bottom: 16px;
}

.PAMPTV .contenedor.page-publicidad .mb-8 {
    margin-bottom: 8px;
}

.PAMPTV .contenedor.page-publicidad .me-8 {
    margin-right: 8px;
}

.PAMPTV .contenedor.page-publicidad .me-24{
    margin-right: 24px;
}

.PAMPTV .contenedor.page-publicidad .mt-24{
    margin-top: 24px;
}

.PAMPTV .contenedor.page-publicidad .fw-medium {
    font-weight: 500;
}

.PAMPTV .contenedor.page-publicidad .fw-regular {
    font-weight: 300;
}

.PAMPTV .contenedor.page-publicidad .fw-smbold {
    font-weight: 600;
}

.PAMPTV .contenedor.page-publicidad .fw-bold {
    font-weight: bold;
}

.PAMPTV .contenedor.page-publicidad .fw-light {
    font-weight: 300;
}

.PAMPTV .contenedor.page-publicidad .d-flex {
    display: flex;
}

.PAMPTV .contenedor.page-publicidad .flex-column {
    flex-direction: column;
}

.PAMPTV .contenedor.page-publicidad .j-center {
    justify-content: center;
}

.PAMPTV .contenedor.page-publicidad .j-between {
    justify-content: space-between;
}

.PAMPTV .contenedor.page-publicidad .a-center {
    align-items: center;
}

.PAMPTV .contenedor.page-publicidad .blanco {
    color: white;
}

.PAMPTV .contenedor.page-publicidad .gris2 {
    color: #696C6F;
}

.PAMPTV .contenedor.page-publicidad .gris3 {
    color: #E5E8EB;
}

.PAMPTV .contenedor.page-publicidad .text-center {
    text-align: center;
}
.PAMPTV .contenedor.page-publicidad .text-decoration-none{
    text-decoration: none;
}

.PAMPTV .contenedor.page-publicidad .contenedor-enlaces{
    gap: 8px;
}

.PAMPTV .contenedor.page-publicidad {
    padding: 48px 0px;
}

.PAMPTV .contenedor.page-publicidad .publicidad {
    max-width: 802px;
    width: 100%;
}

.PAMPTV .contenedor.page-publicidad .publicidad h2{
    margin-top: 0;
}

.PAMPTV .contenedor.page-publicidad .publicidad p{
    margin-top: 0;
    line-height: 120%;
}

.PAMPTV .contenedor.page-publicidad .publicidad span{
    margin-bottom: 0;
    margin-top: 0;
}

.PAMPTV .contenedor.page-publicidad .card {
    width:calc(50% - 12px);
    height: auto;
    background: white;
    border-radius: 20px;
    padding: 32px;
    margin: 0;
}

.PAMPTV .contenedor.page-publicidad .carta{
    height: 100%;
    gap: 24px; 
}

.PAMPTV .contenedor.page-publicidad .borde-izq {
    height: 40px;
    border-left: 2px solid #696C6F;
    padding-left: 8px;
    display: flex;
    align-items: center;
}

.PAMPTV .contenedor.page-publicidad .borde-izq p{
    margin: 0;
}

.PAMPTV .contenedor.page-publicidad .boton {
    padding: 10px 30px;
    background: linear-gradient(90deg, rgba(9, 129, 183, 1) 0%, rgba(5, 58, 82, 1) 100%);
    text-decoration: none;
    border-radius: 5px;
}

.PAMPTV .contenedor.page-publicidad .contenedor-card{
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
}

.PAMPTV .contenedor.page-publicidad .contenedor-enlaces{
    background: linear-gradient(90deg, rgba(9,129,183,1) 0%, rgba(5,58,82,1) 100%);
    width: calc(50% - 24px);
    border-radius: 50px;
    padding: 7px 32px;
    justify-content: center;
    text-align: center;
    margin: auto;
}
@media (min-width: 993px) and (max-width: 1200px){
    .PAMPTV .contenedor{
        padding: 48px 0px;
    }
}

@media (max-width: 992px){
    .PAMPTV .contenedor.page-publicidad .card{
        width: 100%;
        margin: 0;
    }
    .PAMPTV .contenedor.page-publicidad .contenedor-enlaces{
        width: 100%;
    }
}

@media (max-width: 767px){
    .PAMPTV .contenedor{
        padding: 24px 0px!important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .PAMPTV .contenedor.page-publicidad .publicidad{
        margin-bottom: 24px;
    }
    .PAMPTV .contenedor.page-publicidad .publicidad h2{
        margin-bottom: 24px;
    }
    .PAMPTV .contenedor.page-publicidad .card{
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 24px;
    }
    .PAMPTV .contenedor.page-publicidad .btn-movil{
        margin-top: 0px;
    }
    .PAMPTV .contenedor.page-publicidad .contenedor-enlaces{
        width: 100%;
        justify-content: center;
    }
    .PAMPTV .contenedor.page-publicidad .enlances{
        font-size: 16px;
    }
}
/* publicidad end */

/* contacto start */
.PAMPTV .container.page-contacto .poppins {
    font-family: "Poppins", sans-serif;
}

.PAMPTV .container.page-contacto .roboto {
    font-family: "Roboto", sans-serif;
}

.PAMPTV .container.page-contacto .font48 {
    font-size: 48px;
}

.PAMPTV .container.page-contacto .font20 {
    font-size: 20px;
}

.PAMPTV .container.page-contacto .font18 {
    font-size: 18px;
}

.PAMPTV .container.page-contacto .font14 {
    font-size: 14px;
}

.PAMPTV .container.page-contacto .lh-100 {
    line-height: 100%;
}

.PAMPTV .container.page-contacto .lh-120 {
    line-height: 120%;
}

.PAMPTV .container.page-contacto .mb-48 {
    margin-bottom: 48px;
}

.PAMPTV .container.page-contacto .mb-24 {
    margin-bottom: 24px;
}

.PAMPTV .container.page-contacto .mb-16 {
    margin-bottom: 16px;
}

.PAMPTV .container.page-contacto .mb-8 {
    margin-bottom: 8px;
}

.PAMPTV .container.page-contacto .mb-4 {
    margin-bottom: 4px;
}

.PAMPTV .container.page-contacto .me-8 {
    margin-right: 8px;
}

.PAMPTV .container.page-contacto .me-24 {
    margin-right: 24px;
}

.PAMPTV .container.page-contacto .mt-24 {
    margin-top: 24px;
}

.PAMPTV .container.page-contacto .py-8 {
    padding: 8px 0;
}

.PAMPTV .container.page-contacto .fw-medium {
    font-weight: 500;
}

.PAMPTV .container.page-contacto .fw-regular {
    font-weight: 400;
}

.PAMPTV .container.page-contacto .fw-smbold {
    font-weight: 600;
}

.PAMPTV .container.page-contacto .fw-bold {
    font-weight: bold;
}

.PAMPTV .container.page-contacto .fw-light {
    font-weight: 300;
}

.PAMPTV .container.page-contacto .fw-black {
    font-weight: 900;
}

.PAMPTV .container.page-contacto .d-flex {
    display: flex;
}

.PAMPTV .container.page-contacto .flex-column {
    flex-direction: column;
}

.PAMPTV .container.page-contacto .j-center {
    justify-content: center;
}

.PAMPTV .container.page-contacto .j-between {
    justify-content: space-between;
}

.PAMPTV .container.page-contacto .a-center {
    align-items: center;
}

.PAMPTV .container.page-contacto .blanco {
    color: white;
    margin-top: 0;
}

.PAMPTV .container.page-contacto .gris2 {
    color: #696C6F;
}

.PAMPTV .container.page-contacto .gris3 {
    color: #E5E8EB;
}

.PAMPTV .container.page-contacto .text-center {
    text-align: center;
}

.PAMPTV .container.page-contacto .text-decoration-none {
    text-decoration: none;
}

.PAMPTV .container.page-contacto .boton1 {
    background: linear-gradient(90deg, rgba(9, 129, 183, 1) 0%, rgba(5, 58, 82, 1) 100%);
    padding: 10px 30px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.PAMPTV .container.page-contacto .boton2 {
    background: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.PAMPTV .container.page-contacto .gradient-text {
    background: linear-gradient(90deg, rgba(5, 58, 82, 1) 0%, rgba(9, 129, 183, 1) 100%);
    -webkit-background-clip: text;
    color: transparent;
    display: inline-block;
}

/* ----- ESTILOS ------ */
.PAMPTV .container.page-contacto{
    padding: 48px 0px;
}

.PAMPTV .container.page-contacto .container-form {
    width: 50%;
}

.PAMPTV .container.page-contacto .gradiant {
    padding: 10px 30px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}

.PAMPTV .container.page-contacto input::placeholder {
    color: white;
}

.PAMPTV .container.page-contacto .cont-form {
    border-bottom: 1px solid white
}

.PAMPTV .container.page-contacto .inputs-form {
    background: transparent;
    border: none;
    margin-bottom: 0;
}

.PAMPTV .container.page-contacto .inputs-form:focus{
    border: 0;
    box-shadow: none;
    outline: 0;
}

.PAMPTV .container.page-contacto .nombre {
    width: 35%;
    margin-right: 16px;
}

.PAMPTV .container.page-contacto .email {
    width: 100%;
}

.PAMPTV .container.page-contacto .barra {
    height: 30px;
    width: 1px;
    background: white;
    display: block;
    margin: 0 25px;
    transform: rotate(45deg);
}

.PAMPTV .container.page-contacto .p-h {
    width: 100%;
}

.PAMPTV .container.page-contacto *:focus-visible {
    outline: none;
    /* Elimina cualquier contorno al recibir foco */
}

@media (max-width: 1300px) {
    .PAMPTV .container.page-contacto .container-form {
        width: 70%;
    }
}

@media (max-width: 992px) {
    .PAMPTV .container.page-contacto .container-form {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .PAMPTV #cd-search{
        width: 95%;
        top: 0;
        transform: translate(-50%, 10px);
    }

    .PAMPTV .container.page-contacto .container-form {
        width: 100%;
    }

    .PAMPTV .container.page-contacto .container-form h2{
        margin-bottom: 24px;
    }

    .PAMPTV .container.page-contacto .container-form form > div{
        margin-bottom: 24px;
        flex-direction: column;
        gap: 12px;
    }

    .PAMPTV .container.page-contacto .container-form form > div div{
        margin: 0!important;
        width: 100%;
    }

    .PAMPTV .container.page-contacto .barra{
        display: none;
    }

    .PAMPTV .container.page-contacto .container-form form > div button{
        width: 100%;
        max-width: 100%;
    }

    .PAMPTV .container.page-contacto{
        padding: 24px 0px;
    }

    .PAMPTV .container.page-contacto .font20 {
        font-size: 18px;
    }

    .PAMPTV .container.page-contacto .font18 {
        font-size: 16px;
    }

    .PAMPTV .container.page-contacto .boton1 {
        padding: 10px 20px;
    }
}

.PAMPTV .container.page-contacto .tabs {
    width: 100%;
    background: transparent;
    height: auto;
}

.PAMPTV .container.page-contacto .tab-links {
    display: flex;
    margin-bottom: 0px;
    box-shadow: none;
    gap: 24px;
}

.PAMPTV .container.page-contacto .tab-content {
    display: none;
}

.PAMPTV .container.page-contacto .tab-content.active {
    display: block;
}

.PAMPTV .container.page-contacto .btn-tertiary {
    color: #555;
    padding: 0;
    line-height: 40px;
    width: 300px;
    margin: auto;
    display: block;
    border: 2px solid #555;
}

.PAMPTV .container.page-contacto .btn-tertiary:hover,
.PAMPTV .container.page-contacto .btn-tertiary:focus {
    color: #888888;
    border-color: #888888;
}

/* input file style */
.PAMPTV .container.page-contacto .input-file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.PAMPTV .container.page-contacto .input-file+.js-labelFile {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
    cursor: pointer;
}

.PAMPTV .container.page-contacto .input-file+.js-labelFile .icon:before {
    content: "";
}

.PAMPTV .container.page-contacto .input-file+.js-labelFile.has-file .icon:before {
    content: "";
    color: #5AAC7B;
}

.PAMPTV .container.page-contacto .font-weight-500 {
    font-weight: 500;
}

.PAMPTV .container.page-contacto .font-weight-900 {
    font-weight: 900;
}

.PAMPTV .container.page-contacto .btn-tertiary {
    justify-content: center;
    width: fit-content;
    height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    background: white;
    border-radius: 5px;
    border: none;
    font-family: var(--font-roboto);
    color: #053a52!important;
    font-weight: 500;
    font-size: 14px;
}
.PAMPTV .container.page-contacto .btn-tertiary:hover, .PAMPTV .container.page-contacto .btn-tertiary:focus {
    color: #888;
    border-color: #888;
}

/* input file style */
.PAMPTV .container.page-contacto .input-file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.PAMPTV .container.page-contacto .input-file + .js-labelFile {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
    cursor: pointer;
    margin-bottom: 8px;
}
/* contacto end */

/* políticas start */
.PAMPTV .page-politicas p{
    font-family: 'Roboto', sans-serif;
    color: var(--white);
    font-size: 18px;
    font-weight: 300;
}
/* políticas end */

/* opinion */
.PAMPTV .wrap-TRIPLE.Opinion{
    background-image: none;
    background-color: transparent;
}
.PAMPTV .wrap-TRIPLE.Opinion::before{
    display: none;
}
.PAMPTV .wrap-TRIPLE.Opinion .slick-slide.slick-center:before{
    display: none;
}
.PAMPTV .wrap-TRIPLE.Opinion .MODULO_VERT_6 article .wrap-both{
    box-shadow: 0 0 0em #d9d9d9;
    border-radius: 5px!important;
    padding: 0;
    background: transparent;
    transform: unset!important;
    display: flex;
    flex-direction: column;
}
.PAMPTV .wrap-TRIPLE.Opinion .slick-slide{
    transform: unset;
    background: -moz-linear-gradient(90deg, rgba(5, 58, 82, 0.8) 0%, rgba(5, 58, 82, .8) 100%);
    background: -webkit-linear-gradient(90deg, rgba(5, 58, 82, 0.8) 0%, rgba(5, 58, 82, .8) 100%);
    background: linear-gradient(90deg, rgba(5, 58, 82, 0.8) 0%, rgba(5, 58, 82, .8) 100%);
    border-radius: 5px;
}
.PAMPTV .wrap-TRIPLE.Opinion .slick-list .slick-slide .wrap-media:before{
    background: transparent;
}
.PAMPTV .wrap-TRIPLE.Opinion .MODULO_VERT_6 article .wrap-both .wrap-media .img-wrap{
    background: transparent;
    min-height: 250px;
}
.PAMPTV .wrap-TRIPLE.Opinion .MODULO_VERT_6 article .wrap-both .wrap-media .img-wrap img{
    height: 100%;
}
.PAMPTV .wrap-TRIPLE.Opinion .MODULO_VERT_6 article .wrap-both .wrap-media{
    height: 50%;
    border-radius: 0;
    order: 2;
}
.PAMPTV .wrap-TRIPLE.Opinion .MODULO_VERT_6 article .wrap-both .wrap-text{
    height: 50%;
    position: unset!important;
    order: 1;
    flex-direction: column;
}
.PAMPTV .wrap-TRIPLE.Opinion .MODULO_VERT_6 article .wrap-both footer{
    position: unset;
    padding: 0;
}
.PAMPTV .wrap-TRIPLE.Opinion .MODULO_VERT_6 article .wrap-both .wrap-text header{
    background: transparent;
    padding: 12px 0px;
}
.PAMPTV .wrap-TRIPLE.Opinion .MODULO_VERT_6 article .wrap-both .wrap-text header h3 .edicion{
    display: none!important;
}
.PAMPTV .wrap-TRIPLE.Opinion .MODULO_VERT_6 article .wrap-both .wrap-text header h3 a{
    text-align: left;
}
.PAMPTV .wrap-TRIPLE.Opinion .MODULO_VERT_6 article .wrap-both footer .autor ul li.redactor{
    text-align: left;
}
.PAMPTV .wrap-TRIPLE.Opinion .MODULO_VERT_6 article .wrap-both footer .autor ul li.redactor a{
    font-family: 'Roboto', sans-serif;
    color: var(--white)!important;
    background-color: #FF8A01;
    border-radius: 5px;
    padding: 2px 10px;
    font-weight: 500;
    font-size: 11px;
}
.PAMPTV .wrap-TRIPLE.Opinion .MODULO_VERT_6 article .wrap-both footer .autor ul li.edicion{
    text-align: left;
    margin-top: 12px;
}
.PAMPTV .wrap-TRIPLE.Opinion .MODULO_VERT_6 article .wrap-both footer .autor ul li.edicion a{
    font-family: 'Roboto', sans-serif;
    color: var(--white)!important;
    font-weight: 300;
    font-size: 14px;
}
@media (max-width: 768px) {
    .PAMPTV .wrap-TRIPLE.Opinion .MODULO_VERT_6 article .wrap-both .wrap-media .img-wrap img {
        height: 250px;
        width: auto;
        left: unset;
        right: 0;
        bottom: 0;
    } 
    .PAMPTV .wrap-TRIPLE.Opinion .MODULO_VERT_6 .slick-slide::before {
        display: none!important;
    }
    .PAMPTV .wrap-TRIPLE.Opinion .MODULO_VERT_6 article .wrap-both .wrap-text {
        align-items: flex-start;
    }
    .MODULO_VERT_6, .MODULO_VERT_8 {
        padding-bottom: 0;
    }
}

/* opinion */

/* páginas corporativas end  */

.PAMPTV #slide-out>li[itemprop="name"] a{
    border-left: 6px solid #829CA8;
    font-weight: 400;
}
.PAMPTV #slide-out .collapsible-body ul li:last-of-type{
    border-bottom: solid 1px #829CA8 !important;
}
.PAMPTV ul.logos-footer.logosotros li:first-of-type{
    display: none;
}
.PAMPTV .wrap-FICHA-ARTICULO .container .BANNER{
    background: #ffffff00;
}
.PAMPTV .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-autor{
    border-bottom: 1px solid #fff;
}
.PAMPTV .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-cuerpo p{
    margin-bottom: 1em;
}

.PAMPTV .art-cuerpo div:last-of-type{
    display: none!important;
}

.PAMPTV .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-cuerpo p span,
.PAMPTV .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-cuerpo p a,
.PAMPTV .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-cuerpo a,
.PAMPTV .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-cuerpo span{
    margin-bottom: 1em!important;
    color: var(--white)!important;
    font-family: var(--font-2)!important;
    text-align: justify !important;
}
.PAMPTV .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-cuerpo p a,
.PAMPTV .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-cuerpo a{
    text-decoration: underline;
    text-decoration-color: #ffffff;
}

@media only screen and (min-width: 1201px) {
    .PAMPTV .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .wrap-tit h1 {
        font-size: 3rem;
    }
}

@media only screen and (min-width: 993px) {
    .PAMPTV .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .COLUMNA-DER {
        float: right;
        order: 3;
        width: 100%;
        max-width: 300px;
    }
}
@media only screen and (min-width: 993px) {
    .PAMPTV .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .wrap-media {
        float: left;
        margin: 0 24px 24px 0;
        order: 2;
        width: calc(100% - 324px);
    }
}
@media only screen and (min-width: 993px) {
    .PAMPTV .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO {
        float: left;
        margin-right: 24px;
        order: 4;
        width: calc(100% - 324px);
    }
}

.PAMPTV .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .wrap-tit .art-entradilla{
    border-bottom: none !important;
}

.PAMPTV .MODULO_SLIDER .wrap-text{
    background: transparent;    
}

@media only screen and (min-width: 993px) {
    .PAMPTV .MODULO_ASIM_2_1 article:nth-child(3) {
        box-shadow: 0 2px 40px 2px rgba(0, 0, 0, 0.25);
        border-radius: 5px;
        background: rgb(0 0 0 / 20%);
        border: 1px solid transparent;
    }
}

@media only screen and (min-width: 601px) {
    .PAMPTV .MODULO_XL_OVER .wrap-both .wrap-text {
        box-shadow: 0 2px 40px 2px rgba(0, 0, 0, 0.25);
        border-radius: 5px;
        background: rgb(0 0 0 / 75%);
        padding: 24px;
    }
}

.PAMPTV .slick-dots li.slick-active button:before{
    color: #FF8A01;
    opacity: 1;
}

.PAMPTV .MODULO_SLIDER .slick-arrow{
    background: transparent;
}

.PAMPTV .MODULO_SLIDER .slick-arrow i.material-icons{
    font-size: 4em;
    color: white;
}

@media (max-width: 767px){
    .PAMPTV .MODULO .slick-list .slick-slide .wrap-both .wrap-numeration {
        justify-content: flex-end;
        margin-bottom: -30px;
        max-width: 100%;
        margin-right: 30px;
        max-width: 95%;
    }
    .PAMPTV .MODULO_SLIDER .wrap-both .wrap-text header h3 a{
        font-size: 18px;
        line-height: 120%;
    }  
}

.PAMPTV .wrap-ULTIMAHORA .container .ticker-fijo{
    background: #FF8A01;
}
.PAMPTV .wrap-ULTIMAHORA .container .simple-ticker{
    background: rgb(0 0 0 / 20%);
}
.PAMPTV .wrap-ULTIMAHORA a{
    color: #FFF !important;    
}

.PAMPTV .wrap-TRIPLE.wrap-ULTIMAHORA{
    display: none;    
}

.PAMPTV .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO ul.art-subtitulos li h5{
    color: white;
}

@media (max-width: 767px){
    .PAMPTV .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .wrap-tit{
        order: 1;
    }
    .PAMPTV .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .wrap-tit h2{
        margin-bottom: 24px;
    }
    .PAMPTV .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .wrap-tit h1{
        font-size: 24px;
        line-height: 140%;
    }
    .PAMPTV .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .wrap-tit .art-entradilla{
        padding-bottom: 0;
        line-height: 140%;
        font-size: 18px;
    }
    .PAMPTV .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .wrap-media{
        width: 100%;
        max-width: 100%;
        margin: auto;
        margin-bottom: 32px;
    }
    .PAMPTV .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO ul.art-etiquetas{
        padding-bottom: 1em;
    }
    .PAMPTV .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO ul.art-etiquetas li {
        display: inline-block;
        margin-right: 8px;
        margin-bottom: 8px;
    }
    .PAMPTV .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-autor{
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: flex-end;
        gap: 12px;
    }
    .PAMPTV .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-autor .autor-foto{
        display: none;
    }
    .PAMPTV .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-autor ul{
        flex: 1 auto;
        float: unset;
        font-size: .9em;
        margin: 0;
        width: fit-content;
        max-width: fit-content;
    }
    .PAMPTV .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-autor ul li.edicion{
        white-space: nowrap;
        margin-top: 8px;
    }
    .PAMPTV .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-autor .publicado{
        width: 100%;
        justify-content: flex-end;
    }
    .PAMPTV .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-cuerpo{
        border-bottom: solid 1px white;
    }
    .PAMPTV .wrap-FICHA-ARTICULO {
        margin-top: 24px;
    }
    .PAMPTV .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-autor ul li.redactor a:nth-child(2),
    .PAMPTV .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-autor ul li.redactor a:nth-child(3),
    .PAMPTV .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-autor ul li.redactor a:nth-child(4){
        font-size: 20px;
        line-height: 20px;
    }
    .PAMPTV .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-autor ul li.redactor a .zmdi-hc-lg{
        font-size: 20px;
        line-height: 20px;
        vertical-align: 0!important;
    }
    .PAMPTV .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-autor ul li.redactor a svg{
        height: 15px;
    }
    .PAMPTV ul.logos-footer li{
        margin: 0;
    }
    ul.logos-footer.logosotros li a{
        display: block;
    }
    ul.logos-footer.logosotros li a img{
        width: 100%;
        max-height: 30px;
        max-width: 120px;
        height: auto;
        min-height: 30px;
    }
    .PAMPTV ul.logos-footer.logosotros{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 16px;
    }
    .PAMPTV .BNR-DER a{
        text-align: center;
        border: 0 !important;
    }
    .PAMPTV .BNR-DER img{
        max-width: 300px;
        margin: auto;
    }
    .PAMPTV .wrap-pre-footer .contenido .contenido-texto .titulo {
        font-size: 24px;
    }
    .PAMPTV .wrap-pre-footer .contenido .contenido-texto .entradilla{
        font-size: 16px;
    }
    .PAMPTV ul.logos-footer li a.logos-pie.logos-pie-repeat{
        background-size: contain;
        display: block;
        height: 30px;
        width: 100px;
    }
}

.PAMPTV .BANNER a, .PAMPTV .BNR-DER>div, .PAMPTV .BNR-DER a, .PAMPTV .BNR-DER iframe, ins.adsbygoogle{
    border: 0!important;
}

.PAMPTV header.cabecero-general::after{
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0px);
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="white" viewBox="0 0 512 512"><path d="M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"/></svg>');
    width: 40px;
    height: 40px;
    z-index: 1;
    cursor: pointer;
}

.PAMPTV .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-cuerpo p+p{
    margin-top: auto;
}

.PAMPTV .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-cuerpo *{
    color: white;;
}

.PAMPTV .svg-play{
    display: none;
}

.PAMPTV .modulo_reels .wrap-numeration{display: none!important;}

.PAMPTV .modulo_reels .MODULO_VERT_3 .slick-list .slick-slide,
.PAMPTV .modulo_reels .MODULO_VERT_4 .slick-list .slick-slide,
.PAMPTV .modulo_reels .MODULO_VERT_6 .slick-list .slick-slide,
.PAMPTV .modulo_reels .MODULO_VERT_8 .slick-list .slick-slide{
    opacity: .5;
}

.PAMPTV .modulo_reels .MODULO_VERT_3 .slick-list .slick-slide.slick-center,
.PAMPTV .modulo_reels .MODULO_VERT_4 .slick-list .slick-slide.slick-center,
.PAMPTV .modulo_reels .MODULO_VERT_6 .slick-list .slick-slide.slick-center,
.PAMPTV .modulo_reels .MODULO_VERT_8 .slick-list .slick-slide.slick-center{
    opacity: 1;
}

.PAMPTV .modulo_reels .MODULO_VERT_3 .slick-list .slick-slide .img-wrap,
.PAMPTV .modulo_reels .MODULO_VERT_4 .slick-list .slick-slide .img-wrap,
.PAMPTV .modulo_reels .MODULO_VERT_6 .slick-list .slick-slide .img-wrap,
.PAMPTV .modulo_reels .MODULO_VERT_8 .slick-list .slick-slide .img-wrap{
    height: 600px;
}

.PAMPTV .modulo_reels .MODULO .slick-list .slick-slide .wrap-both .wrap-text{
    justify-content: flex-end;
}

.PAMPTV .modulo_reels .MODULO_VERT_3 .slick-list .slick-slide header,
.PAMPTV .modulo_reels .MODULO_VERT_4 .slick-list .slick-slide header,
.PAMPTV .modulo_reels .MODULO_VERT_6 .slick-list .slick-slide header,
.PAMPTV .modulo_reels .MODULO_VERT_8 .slick-list .slick-slide header{
    display: block;
    height: 100%;
}

.PAMPTV .modulo_reels .MODULO_VERT_3 .slick-list .slick-slide.slick-center .wrap-both,
.PAMPTV .modulo_reels .MODULO_VERT_4 .slick-list .slick-slide.slick-center .wrap-both,
.PAMPTV .modulo_reels .MODULO_VERT_6 .slick-list .slick-slide.slick-center .wrap-both,
.PAMPTV .modulo_reels .MODULO_VERT_8 .slick-list .slick-slide.slick-center .wrap-both{
    transform: scale(1);
}

.PAMPTV .modulo_reels .MODULO_VERT_3 .slick-list .slick-slide.slick-center .svg-play,
.PAMPTV .modulo_reels .MODULO_VERT_4 .slick-list .slick-slide.slick-center .svg-play,
.PAMPTV .modulo_reels .MODULO_VERT_6 .slick-list .slick-slide.slick-center .svg-play,
.PAMPTV .modulo_reels .MODULO_VERT_8 .slick-list .slick-slide.slick-center .svg-play{
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    max-width: 150px;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: 0.5s all ease;
    transition: all 0.5s ease;
}

.PAMPTV .modulo_reels .MODULO_VERT_3 .slick-list .slick-slide.slick-center:hover .svg-play,
.PAMPTV .modulo_reels .MODULO_VERT_4 .slick-list .slick-slide.slick-center:hover .svg-play,
.PAMPTV .modulo_reels .MODULO_VERT_6 .slick-list .slick-slide.slick-center:hover .svg-play,
.PAMPTV .modulo_reels .MODULO_VERT_8 .slick-list .slick-slide.slick-center:hover .svg-play{
    max-width: 180px;
}

.PAMPTV .modulo_reels .MODULO_VERT_3 .slick-list .slick-slide.slick-center .svg-play .especial-path,
.PAMPTV .modulo_reels .MODULO_VERT_4 .slick-list .slick-slide.slick-center .svg-play .especial-path,
.PAMPTV .modulo_reels .MODULO_VERT_6 .slick-list .slick-slide.slick-center .svg-play .especial-path,
.PAMPTV .modulo_reels .MODULO_VERT_8 .slick-list .slick-slide.slick-center .svg-play .especial-path,
.PAMPTV .modulo_reels .MODULO_VERT_3 .slick-list .slick-slide.slick-center .svg-play .especial-circle,
.PAMPTV .modulo_reels .MODULO_VERT_4 .slick-list .slick-slide.slick-center .svg-play .especial-circle,
.PAMPTV .modulo_reels .MODULO_VERT_6 .slick-list .slick-slide.slick-center .svg-play .especial-circle,
.PAMPTV .modulo_reels .MODULO_VERT_8 .slick-list .slick-slide.slick-center .svg-play .especial-circle{
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: 0.5s all ease;
    transition: all 0.5s ease;
}

.PAMPTV .modulo_reels .MODULO_VERT_3 .slick-list .slick-slide.slick-center:hover .svg-play .especial-path,
.PAMPTV .modulo_reels .MODULO_VERT_4 .slick-list .slick-slide.slick-center:hover .svg-play .especial-path,
.PAMPTV .modulo_reels .MODULO_VERT_6 .slick-list .slick-slide.slick-center:hover .svg-play .especial-path,
.PAMPTV .modulo_reels .MODULO_VERT_8 .slick-list .slick-slide.slick-center:hover .svg-play .especial-path{
    fill: #FF8A01;
}

.PAMPTV .modulo_reels .MODULO_VERT_3 .slick-list .slick-slide.slick-center:hover .svg-play .especial-circle,
.PAMPTV .modulo_reels .MODULO_VERT_4 .slick-list .slick-slide.slick-center:hover .svg-play .especial-circle,
.PAMPTV .modulo_reels .MODULO_VERT_6 .slick-list .slick-slide.slick-center:hover .svg-play .especial-circle,
.PAMPTV .modulo_reels .MODULO_VERT_8 .slick-list .slick-slide.slick-center:hover .svg-play .especial-circle{
    stroke: #FF8A01;
}

.PAMPTV .modulo_reels .MODULO .slick-list .slick-slide .wrap-both .wrap-text header h3{
    height: calc(100% - 24px);
}

.PAMPTV .modulo_reels .MODULO .slick-list .slick-slide .wrap-both .wrap-text header h3 a{
    display: block;
    height: 100%;
    align-content: flex-end;
}

.PAMPTV .modulo_reels .MODULO_VERT_3 .slick-list .slick-slide.slick-center .img-wrap:before,
.PAMPTV .modulo_reels .MODULO_VERT_4 .slick-list .slick-slide.slick-center .img-wrap:before,
.PAMPTV .modulo_reels .MODULO_VERT_6 .slick-list .slick-slide.slick-center .img-wrap:before,
.PAMPTV .modulo_reels .MODULO_VERT_8 .slick-list .slick-slide.slick-center .img-wrap:before {
    background: -moz-linear-gradient(90deg, rgba(5, 58, 82, 0.4) 0%, rgba(5, 58, 82, .4) 100%);
    background: -webkit-linear-gradient(90deg, rgba(5, 58, 82, 0.4) 0%, rgba(5, 58, 82, .4) 100%);
    background: linear-gradient(90deg, rgba(5, 58, 82, 0.4) 0%, rgba(5, 58, 82, .4) 100%);
}
.PAMPTV .modulo_reels .MODULO_VERT_3 .slick-list .slick-slide.slick-center:hover .img-wrap:before,
.PAMPTV .modulo_reels .MODULO_VERT_4 .slick-list .slick-slide.slick-center:hover .img-wrap:before,
.PAMPTV .modulo_reels .MODULO_VERT_6 .slick-list .slick-slide.slick-center:hover .img-wrap:before,
.PAMPTV .modulo_reels .MODULO_VERT_8 .slick-list .slick-slide.slick-center:hover .img-wrap:before {
    background: -moz-linear-gradient(90deg, rgba(5, 58, 82, 0.2) 0%, rgba(5, 58, 82, .2) 100%);
    background: -webkit-linear-gradient(90deg, rgba(5, 58, 82, 0.2) 0%, rgba(5, 58, 82, .2) 100%);
    background: linear-gradient(90deg, rgba(5, 58, 82, 0.2) 0%, rgba(5, 58, 82, .2) 100%);
}

.PAMPTV .wrap-FICHA-ARTICULO.ARTICULO_REEL .container .row .col .wrap-FULL .wrap-media figure .img-wrap{
    background-color: #043d56;
}
.PAMPTV .wrap-FICHA-ARTICULO.ARTICULO_REEL .img-wrap img{
    object-fit: contain;
}

@media (max-width: 767px){
    .PAMPTV .modulo_reels .MODULO_VERT_3 .slick-list .slick-slide, .PAMPTV .modulo_reels .MODULO_VERT_4 .slick-list .slick-slide, .PAMPTV .modulo_reels .MODULO_VERT_6 .slick-list .slick-slide, .PAMPTV .modulo_reels .MODULO_VERT_8 .slick-list .slick-slide{
        opacity: 1;
    }
    .PAMPTV .modulo_reels .MODULO_VERT_3 .slick-list .slick-slide .img-wrap, .PAMPTV .modulo_reels .MODULO_VERT_4 .slick-list .slick-slide .img-wrap, .PAMPTV .modulo_reels .MODULO_VERT_6 .slick-list .slick-slide .img-wrap, .PAMPTV .modulo_reels .MODULO_VERT_8 .slick-list .slick-slide .img-wrap {
        height: 425px;
    }
    .PAMPTV .modulo_reels .MODULO_VERT_3 .slick-list .slick-slide .svg-play,
    .PAMPTV .modulo_reels .MODULO_VERT_4 .slick-list .slick-slide .svg-play,
    .PAMPTV .modulo_reels .MODULO_VERT_6 .slick-list .slick-slide .svg-play,
    .PAMPTV .modulo_reels .MODULO_VERT_8 .slick-list .slick-slide .svg-play{
        display: flex;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 2;
        transform: translate(-50%, -50%);
        max-width: 75px;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -webkit-transition: 0.5s all ease;
        transition: all 0.5s ease;
    }
    .PAMPTV .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-autor .publicado .fecha-mod, .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-autor .publicado .fecha-pub, .wrap-FICHA-ARTICULO .container .row .col .wrap-FULL .CONTENIDO-ARTICULO .art-autor .publicado .hora-pub {
        font-size: 10px;
    }
}

.PAMPTV .modulo_reels .MODULO .slick-list .slick-slide .wrap-both .wrap-text header h3 a.link-redactor-edicion{
	display: none;
}

.link-redactor-edicion .redactor{
    display: none!important;
}
