.solo-pc { display: block !important; }	
.solo-responsive{ display: none !important; }

.link:hover { text-decoration: underline; }
.text-center { text-align: center; }
.obligatorio { color: #ff0000; }
.btn-morado { background-color: #8C024E !important; color: #FFFFFF !important; }
input[readonly] { background: #e9ecef; }
.wpcf7 label { width: 100%; } 
.bg-amarillo { background-color: #FFCC00; }
.bg-morado { background-color: #8C024E; }
.color-amarillo { color: #FFCC00; }
.color-morado { color: #8C024E; }
.separador { color: #8C024E !important; margin: 35px 0 !important; opacity: 1 !important; }
.invisible { height: 1px; }

.element-invisible {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

.vtna-nva, .link-external a {
    text-decoration: underline;
	font-weight: 700;
}

.vtna-nva::after, .link-external a::after {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 3px;
    background-image: url(/wp-content/uploads/2023/06/external_link.gif); /*background-image: url(/wp-content/uploads/2023/03/newwindow.png);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: 95% auto;
    content: '';
    overflow: hidden;
    white-space: nowrap;
    text-indent: 1em;
}

.collapseomatic{
	display: block;
	background-color: #199688 !important;
	color: #ffffff;
	margin-bottom: 1em;
	font-weight: 600;
	padding: .4em 0 .5em 2em!important;
    background-position: .5em .5em;
}

/*************************************** MENÚ **************************************/
.main-header-menu .menu-link{
	padding: 0 .9em;
}

.main-header-menu .sub-menu .menu-link{
	padding: .4em 1em;
}

/*************************************** CABECERA **************************************/
#masthead {
	position: relative !important;
	left: 0;
	right: 0;
}

/*************************************** INICIO **************************************/
#iframe-mapa {
    width: 100%;
    height: 60vh;
    border: none;
}

/************************************** NOTICIAS *************************************/
.noticias-listado {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.noticia-item {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.noticia-imagen {
    width: 280px;
    flex-shrink: 0;
}

.noticia-imagen img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
}

.noticia-contenido h3 {
    margin-top: 0;
    margin-bottom: 8px;
}

.noticia-fecha {
    font-size: 13px;
    color: #777;
    margin-bottom: 15px;
}

.noticia-extracto {
    margin-bottom: 15px;
}

.noticia-leer {
    text-decoration: none;
    font-weight: 600;
}

.noticias-paginador {
    margin-top: 40px;
    text-align: center;
}

.noticias-paginador .page-numbers {
    display: inline-block;
    margin: 0 5px;
    padding: 8px 12px;
    border: 1px solid #ddd;
    text-decoration: none;
}

.noticias-paginador .current {
    font-weight: bold;
}

/******************************* PLAZAS DE VOLUNTARIADO ******************************/
.btn-oferta { 
	background-color: #8C024E !important; 
	color: #FFFFFF !important; 
	font-size: 14px;
	letter-spacing: 2px;
	border-radius: 3px;
	padding: 10px 20px;
}

/******************************* ENTIDADES DEL PROGRAMA ******************************/
.entidad-contacto{
	font-size: 22px;
    color: #FFCC00; 
}

/******************************* ENTIDADES COLABORADORAS ******************************/
#tabla-entidades caption {
	color: #8C024E;
    caption-side: bottom;
	text-align: left;
}

#tabla-entidades thead th{
  	background-color: #8C024E;
  	color: #FFFFFF;
}

#tabla-entidades thead th {
  	cursor: pointer;
}

/******************************* CURSOS ******************************/
.btn-volver { 
	background-color: #8C024E !important; 
	color: #FFFFFF !important; 
	font-size: 14px;
	letter-spacing: 2px;
	border-radius: 3px;
	padding: 10px 20px;
	text-decoration: none;
}

.listado-cursos{
	list-style: none;
    padding: 0;
    margin: 0;
}

.listado-cursos li a {
	font-family: "Poppins", Sans-serif;
	font-size: 20px;
    display: block;
    padding: 10px;
    background: #8C024E;
    color: #FFFFFF;
    text-decoration: none;
    transition: all .25s ease;
}

.listado-cursos li a::before {
	content: "📖";
    margin-right: 10px;
}

.listado-cursos li a:hover {
    background: #70013E;
    transform: translateX(6px);
    box-shadow: 0 6px 15px rgba(0,0,0,.08);
}

/*************************************** FOOTER **************************************/
.title-logos{
	text-align: left;
	color: #000000A6;
}

.title-pie{
	text-align: left;
    color: #ffffff !important;
    font-size: 1.4rem !important;
    line-height: 1.5;
    margin-bottom: 1em;
}

.link-pie{
	font-size: 1.2rem;
	color: #ffcc00 !important;   
}
.link-pie:hover{
	color: #8c024e !important;
}

.text-pie{
	text-align: left;
    color: #ffffff;
	margin-bottom: 1em;
}

.aviso-legal p{
	margin-bottom: 15px !important;
}

.logo_footer {
    vertical-align: middle;
    width: 80px;
    height: auto;
    margin-bottom: 0px;
}


/****************************************************************************/
/******************************** RESPONSIVE ********************************/
/****************************************************************************/

@media screen and (max-width: 767px) {
	.solo-pc { display: none !important; }
	.solo-responsive { display: block !important; }
	
	.noticia-item {
        flex-direction: column;
    }

    .noticia-imagen {
        width:100%;
    }
}