        /*
         Theme Name: Tema Pgweb 
         Theme URI: https://pablogea.com/pgwebtheme/
         Description: Un tema hijo para el tema Twenty Twenty-Five.
         Author: Jose
         Author URI: https://pablogea.com
         Template: twentytwentyfive
         Version: 1.0.0
         Text Domain: pgwebtheme
        */

/*portada*/
.misombra{
	box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.5);
}
.mitexto{
    font-weight: bold;
    color: darkgreen;
}
.profesion{
	color:#89816f;
}
.recientes{
	text-align:center;
}
.fuentecita{
	font-family: "Courgette", cursive;
  	font-weight: 400;
  	font-style: normal;
}


@media screen and (max-width: 768px) {
	.ajustamovil{
		flex-basis: 50% !important;
		order: 0;
	}
	.ajustatextomovil{
		order: 1;
	}
	.profesion{
		margin-block-start:0 !important;
		text-align:center !important;
	}
	.nombre{
		display: flex;
    	align-items: baseline;
    	justify-content: center;
		gap:6px;
	}
	.nombre p {
		margin-block-start:0 !important;
	}
	
}
/* videos-- */
.episodios{
	text-align:center;
}


