/*Theme Name: Pululart Hello Elementor Child
Theme URI: http://template.es
Version: 1.0
Description: Tema hijo de hello elementor
Author: Pululart
Author URI: pululart@pululart.com
Template: hello-elementor*/



/*captcha*/

.grecaptcha-badge {
    z-index: 10!important;
}

/*estilos del plugin para que funcione en la categoria*/
.main-post h2, .main-post h2 a{
	font-family:"Cinzel";
	color: #000;
	font-size: 22px !important;
}

#load-more-button{
	text-align: center;
}

#load-more{
	font-size: 16;
	font-weight: 600;
	font-family:"Quicksand";
	text-transform: uppercase;
	color: #000;
	background-color: #99C8D6;
	border: none;
	border-radius: 5px;
	padding: 10px 30px;
	margin-top: 30px;
	transition: all 0.3 ease-out;
}

#load-more:hover{
	color: #fff;
	background-color: #338EAB;
}

.enlace-imagen{
	width: 100%;
	height: 260px;
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#list::after {
  content: url("../img/List.png");
}

#list, #grid{
	cursor: pointer;
}

#grid::after{
	content: url("../img/Grid.png");
}

.current{
	color: #333;
}

#numPag{
	display:flex;
	flex-direction: row;
	justify-content: center;
}

.pagination-number{
	margin: 0px 10px;
}

#numPag a{
	color: #333;
	font-size: 16px;
	font-weight: 600;
}

#numPag a.current{
	color: #2CAA54;
	font-weight: 700;
}

.selCat button{
	color: #fff;
	background-color: #2CAA54;
	border: 2px solid #2CAA54;
	border-radius: 30px;
}

.selCat:hover button{
	color: #2CAA54;
	background-color: #fff;
	border: 2px solid #2CAA54;
}

.post-content a{
color: #2CAA54;
}

.post-content h2 a{
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
	font-size: 20px;
}

#selectores{
	display: flex; 
	flex-direction: row;
	flex-wrap: wrap;
	gap: 7px;
	justify-content: center;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

#filter{
	display: flex; 
	flex-direction: row;
	gap: 30px;
	align-items: center;
	flex-wrap: wrap;
	cursor: pointer;
}

@media(max-width: 1024px){
	#filter{
		gap: 15px;
	}
}

.filter{
	font-size: 24px;
	font-weight: 600;
	font-family: "Quicksand";
	text-decoration: none !important;
	color: #000;
}

.active, .filter:hover{
	color: #338EAB;
}

#selectores select{
	max-width: 300px;
}

.extractoPost .extracto-text{
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

.enlacesPaginas{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	gap: 20px;
}

.enlacesPaginas a{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	font-size: 15px;
	font-weight: 600;
	gap: 10px;
	text-decoration: none;
	color: #333;
}

#next-page::after, #next-page-top::after{
	content: url("https://apemcoruna.es/wp-content/uploads/2024/02/Vector.png");
}

#previous-page::before, #previous-page-top::before, #volver::before{
	content: url("https://apemcoruna.es/wp-content/uploads/2024/02/Vector.png");
	transform: scaleX(-1);
}

#volver-cont{
	font-weight: 700;
	color: #333;
	padding-top: 20px;
	border-top: 1px solid #c3c3c3;
}
#volver-cont a{
	display: flex;
	flex-direction: row;
	gap: 5px;
	align-items: center;
}


#volver-cont a{
	text-decoration: none;	
}

@media (max-width: 1024px){
	#list, #grid{
		display: none;
	}
}

.seguir-leyendo a{
    text-decoration: none; /* Elimina el subrayado predeterminado */
	font-size: 15px;
	font-weight: 500;
	border-bottom: 1px solid #000;
	color: #000;
	font-style: normal;
	font-family: "Quicksand";
	transition: padding 0.3s ease-out;
}

.seguir-leyendo a:hover{
    border-bottom: 2px solid #000;
	padding: 0px 10px;
}

#post-container{
	padding-bottom: 20px;
	border-bottom: 1px solid #c3c3c3;
	margin-bottom: 20px;
}

/*POST TEMPLATE*/

.post-template-default #content header{
	display: none;
}

.post-template-default #content h1{
	padding: 30px 0px;
	border-bottom: 2px solid #333;
	margin-bottom: 20px;
}

#post-container{
	display: grid;
      grid-template-columns: repeat(3, 1fr);
    gap: 30px; 
	//justify-content: center;
}

#numPag{
	position: absolute;
    bottom: 12px;
    right: 0;
}

#numPag{
	position: absolute;
    bottom: -12px;
	left:0;
}

.main-post{
	display:flex; 
	flex-direction: column; 
	align-items:center; 
	max-width: 400px;
	justify-content:space-between;
	gap: 10px;
	width: 100%;
	box-shadow: -1px 3px 5px -1px rgba(0,0,0,0.3);
	padding-bottom: 20px;
}

.school-tags{
	background-color: #DAEAEF; 
	padding: 5px; 
	border-radius: 3px;
	font-family:"Quicksand";
	font-size: 15px;
	font-weight: 500;
}

.top-post-wrapper{
	display:flex; 
	flex-direction: column; 
	align-items:center; 
	width: fit-content;
	gap: 10px;
	width: 100%;
	max-width: 600px;
}

.post-date{
	display:none;
}

.extractoPost{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}

.categorias{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 7px;
}

.post-content{
	display:flex; 
	flex-direction: column; 
	justify-content:center; 
	width: fit-content;
	align-self: center;
	width: 100%;
	padding: 0px 30px 10px;
}

.main-post img{
	padding-bottom: 20px;
	border-bottom: 2px solid #2CAA54;
	max-width: 536px;
}

.main-post a{
	text-decoration: none;
}

.dia{
	border-bottom: 4px solid black;
	width: fit-content; 
	margin: 0px 3px;
}

.seguir-leyendo{
	font-size: 15px;
    font-weight: 300;
    font-style: italic;
    padding: 0px 0px 0px 0px;
    color: #000000;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #2CAA54;
	display:flex;
	flex-direction: row;
	justify-content: space-between;
}


@media (max-width: 1200px){
	.main-post img{
		padding-bottom: 20px;
		border-bottom: 2px solid #333;
		max-width: 536px;
		width: 100%;
	}
}

@media (max-width: 1024px) and (min-width: 769px){
	#post-container{
		display: grid;
	  grid-template-columns: auto auto ;
		gap: 10px; 
		justify-items: center;
	}
}

@media (max-width: 769px){
	#post-container{
		display: flex;
		flex-direction: column;
		gap: 10px; 
	}
	
	.main-post{ 
		max-width: unset;
	}
	
	.main-post img{
		padding-bottom: 20px;
		border-bottom: 2px solid #333;
		max-width: 100%;
	}
}