@import url("https://fonts.googleapis.com/css?family=Exo:400,500,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Poppins:400,700&display=swap");
html {
scroll-behavior: smooth;
}
.wrapper {
max-width: 1280px;
padding: 0 60px;
margin: auto;
}
@media screen and (max-width: 1024px) {
.wrapper {    
padding: 0 20px;    
}  
} .portada-plaquinews{  
background-position: center;
background-size: cover;
background-repeat: no-repeat;  
padding-bottom: 40px;
padding-top: 140px;
height: 566px;
}
.portada-plaquinews .wrapper{    
display: flex;
flex-direction: column;
gap: 10px;
height: 100%;  
}
.portada-plaquinews .wrapper > div{
flex-grow: 1;
display: flex;
flex-direction: column;
justify-content: center;
}
#titulo {    
text-shadow: 3px 3px 8px #000000bf;
margin-bottom: 0;
}
#subTitulo {
font-family: 'Poppins', sans-serif;
font-size: 26px;
color:#FFFFFF; 
font-weight: 500;
text-transform: none;
}
.portada-plaquinews button { 
font-size: 20px !important;
padding: 10px 20px 6px !important;
align-self: end;
font-weight: 500;
}
@media screen and (max-width: 768px) {
.portada-plaquinews {  
height: 400px;
padding-bottom: 20px;
}  
#titulo { font-size: 28px; }
#subTitulo { font-size: 21px; } 
.portada-plaquinews button { font-size: 18px !important; margin-top: 10px; } 
} .thumbnails {
background-color: #f0f0f0;
font-family: 'Poppins', sans-serif;
font-size: 20px;
color: #606060;    
padding: 30px 0;
}
.noticias-th{
margin-top: 20px;  
}
.notas-tecnicas-th{
margin-bottom: 20px;
}
.grupo-ths  {
display: grid;
gap: 30px;
grid-template-columns: 1fr 1fr 1fr;
}
.thumbnails h2 {
font-size: 33px !important; 
}
.thumbnails .fecha {
text-transform: uppercase;
font-style: italic;
text-align: right;
}
.caja-th  {
background-color: #FFFFFF;
padding: 15px;
display: flex;
flex-direction: column;
}
.noticias-th .caja-th  {  
justify-content: space-between;
}
.thumbnails img {
width: 100%;
}
.caja-th h3{
font-family: 'Exo', sans-serif !important;
font-size: 20px !important;
color:#00a8e9;
text-transform: uppercase !important;
font-weight: 600 !important;  
margin: 5px 0;
line-height: 1.2 !important;
}
.noticias-th button {
font-size: 17px !important;
color: #00a8e9 !important;
background-color: transparent !important;
padding: 0 !important;
align-self: end;
font-weight: 600;
line-height: 1.2 !important;
}
.plaquinews-prev-list.grid{
display: grid;
gap: 30px;
grid-template-columns: 1fr 1fr 1fr;
}
.plaquinews-prev-section .caja-th  {
padding: 15px 15px 8px;
}
.titulo-plaquinews-prev {
text-align: left;    
border: 0;
text-decoration: none;
font-family: 'Exo', sans-serif;
text-transform: uppercase;
font-weight: 600;
line-height: 1.2;
font-size: 20px !important;
color: #00a8e9 !important;
background-color: transparent !important;
padding: 0 !important;
line-height: 1.2 !important;
white-space: wrap;
}
.plaquinews-prev-section .slick-list {
margin: 0 -15px;
}
.plaquinews-prev-section .slick-slide  {  
margin: 0 15px;
}
.plaquinews-prev-section img {
margin-bottom: 8px;
}
.slick-arrow svg {
width: 40px;
height: 40px;
fill: var(--e-global-color-2cde2ec);
}
.slick-arrow {
font-size: 40px;
color: var(--e-global-color-2cde2ec);
}
a.slick-arrow {
position: absolute;
}
a.carousel-arrow {
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
padding: 0.5rem;
border-radius: 1rem;
border: none;
background-color: transparent !important;
}
a.carousel-arrow:hover {
background-color: transparent;
}
a.carousel-arrow.carousel-next {
left: auto;
right: -50px;
}
a.carousel-arrow.carousel-prev {
left: -50px;
}
a.carousel-arrow svg {
-webkit-transition: all .3s 
ease-in-out;
transition: all .3s 
ease-in-out;
fill: var(--e-global-color-text);
}
@media screen and (max-width: 1024px) {
.plaquinews-prev-wrap .slick-slider{
padding: 0 35px;
}
a.carousel-arrow.carousel-prev {
left: -15px;
}
a.carousel-arrow.carousel-next {
right: -15px;
}
}
@media screen and (max-width: 768px) {
.thumbnails .wrapper  {
max-width: 600px;
}
.thumbnails h2 {  
font-size: 28px !important;
}
.grupo-ths, .plaquinews-prev-list.grid  {
grid-template-columns: 1fr;
}
.thumbnails, .caja-th h3, .titulo-nota-tecnica {
font-size: 17px !important;    
}    
} .contenido {
display: none;
opacity: 0;
transition: opacity 0.3s ease;
font-family: 'Poppins', sans-serif;
font-size: 18px;
line-height: 1.6;
color: #606060;
}
.contenido.activo {
display: block;
opacity: 1;
}
.contenido h2 { 
font-size: 38px !important;  
}
.elementor-widget-text-editor h2{  
margin-bottom: 20px;
}
.contenido h3 {
font-size: 21px;
font-weight: bold;
margin-top: 35px;
}
.contenido h4 {
line-height: 1.6;
}
.contenido p {
text-align: justify;
}
.contenido img {
max-width: 100%;
margin: auto !important;
display: block;
}
.wp-caption-text {    
padding-top: 5px !important;
line-height: 1.4 !important;
}
.contenido ul, .contenido ol{
list-style: inherit;
margin: -10px 0 20px -20px;
}
.contenido ul li::marker {
color: #00a8e9;
}
@media screen and (max-width: 768px) {   
.contenido {    
font-size: 16px;    
}
.contenido h2 {
font-size: 32px !important;
}
figcaption {  
text-align: center;
}
.continuidad{
margin-top: -50px;
}
.mobile{
display: block;
}
.desktop{
display: none;
}
} .popup-cerrar-arriba .premium-modal-box-modal-close {
font-size: 40px !important;
line-height: 0.8 !important;
padding: 2px 5px 0 !important;
background-color: var(--e-global-color-daac7df) !important;
color: var(--e-global-color-6f70f58) !important;
}
.popup-cerrar-arriba .premium-modal-box-modal-close:hover {
background-color: var(--e-global-color-secondary) !important;
}
.pdf-popup {
margin-bottom: 3px;
}
.pa-modal-box { position: fixed; inset: 0; z-index: 99999; }
.premium-modal-box-modal-body { height: 80vh; }
.premium-modal-box-modal-body .pdf-popup { width: 100%; height: 100%; display: block; border: 0; } .portada-plaquinews-archivo{
background-image: url(https://lilliambc.com/plaquimet/wp-content/uploads/2025/06/quienes-hero-bg-scaled.jpg);
height: auto;
padding-bottom: 100px;
padding-top: 160px;
}
.portada-plaquinews-archivo .wrapper {
max-width: 1400px;
}
.plaquinews-archive-list .wrapper{
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 2em;
padding-top: 60px;
padding-bottom: 60px;
max-width: 1400px;
}
.plaquinews-archive-list article{
border: 1px solid #eee;
padding: 15px 15px 0;
}
.plaquinews-archive-list h2{
margin: 5px 0;
}
.plaquinews-archive-list h2 a{
color: #00a8e9;
}
@media screen and (max-width: 1024px) { 
.plaquinews-archive-list .wrapper{
grid-template-columns: repeat(2, 1fr);	
}
}
@media screen and (max-width: 768px) { 
.plaquinews-archive-list .wrapper{
grid-template-columns: repeat(1, 1fr);
}
}