@charset "utf-8";

:root {
	--color-rojo: #EC6E7A;
	--color-amarillo: #FDC603;
	--color-verde: #99CCA3;
}

img[alt] {
    font-family: nunito, sans-serif;
    font-size: 12px;
}


.arroba {
	font-size: 69%;
}

.fantop {            /* ------------  DEFINE UBICACION DE AREA DE ICONITOS REDES SOCIALES ARRIBA -------------*/
	display: inline-block;
	margin-top: 10px;
	margin-right: 8%;
	text-align: center;
}

.iconored {                   /* ------ formato de iconitos de redes --------*/
	width: 45px;
	margin-top: 10px;
	margin-right: 4px;
	margin-left: 4px;
	margin-bottom: 12px;	
	display: inline;
}

.spritepeq {
	width: 252px;
	height: 61px;
	max-width: 100%;
	max-height: 100%;
	background-image: url("../imagenes/miscelaneas/sprite_rojo_252x51.png");
	background-repeat: no-repeat;
	text-align: center;
	padding: 0 0 28px 0;
	margin: auto;
	font-family: "Pacifico", cursive;
}

.spritexs {
	width: 185px;
	height: 46px;
	max-width: 100%;
	max-height: 100%;
	background-image: url("../imagenes/miscelaneas/sprite_rojo_185x46.png");
	background-repeat: no-repeat;
	text-align: center;
	margin: 0px auto 0px auto;
}

.spritexs__margen_juegos {
	margin: 80px auto 20px auto;
}

.espaciolados {
	margin: 0 10px;
}

@media screen and (max-width: 480px) {   /* ------------  PARA CELULAR ------------ */
 	header .iconored {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
	.fantop {            /* ------------  PARA CELULAR : DEFINE UBICACION DE AREA DE ICONITOS REDES SOCIALES ARRIBA -------------*/
		margin-top: 8px;
		margin-left: 5%;
		margin-right: 5%;
	}
}


  /*  ---------  HEADER ----------   */

.col_size_header {
	width: 33%;
}


/*  ---------  DISTINTAS SECCIONES DENTRO DE LA HOJA ----------   */

.seccion {
	padding: 80px 10px;
	display: block;
	text-align: center;
	position: relative;
}

.seccion__titulo {
	padding-bottom: 20px;
}

.bajomenu {              /*  PRIMER SECCION BAJO EL MENU --- EL COLOR SE PONE CON STYLE  */
	padding-top: 125px;
	padding-bottom: 80px;
	padding-left: 50px;
	padding-right: 50px;
	margin-top: -59px;
	position: static;
}

.back_verde {
	background-color: #99CCA3;
}

.back_rojo {
	background-color: #EC6E7A;
}

.back_gris {
	background-color: #f2f2f2;
}

.back_amarillo {
	background-color: #FDC603;
}

.back_blanco {
	background-color: #ffffff;
}


@media screen and (max-width: 971px) {   /*  PARA CELULAR  */

	.bajomenu {            		  
		padding-top: 120px;
		padding-bottom: 80px;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.seccion {
		padding-left: 10px;
		padding-right 10px;
	}

}

/*  ---------  INDEX --- NOVEDADES ---------------------   */

.novedades_cajamed {            /* PONE RECUADRITO VERDE CON TEXTO INTERNO*/
	width: 228px;
	height: 149px;
	background-image: url("../imagenes/miscelaneas/novedades_228x149.png");
	margin-bottom: 20px;
	padding-top: 18px;
	padding-left: 25px;
	padding-right: 25px;
	text-align: left;
}

.novedades_cajasmall {            /* PONE RECUADRITO VERDE CON TEXTO INTERNO*/
	width: 160px;
	height: 150px;
	/*background-image: url("../imagenes/miscelaneas/novedades_228x108_oscuro.png");*/
	background-color: var(--color-verde);
	margin: 28px 0 30px 0;
	padding: 10px 25px 15px 16px;
	text-align: left;
	border-radius: 15px;
	border: 6px solid #CAE4CF;
	position: relative;
}

.novedades__bloque1 {
	width: 25%;
	margin: 0 0 0 15px;
	display: inline-block;
	text-align: left;
	vertical-align: top;
	line-height: 23px;
}
.novedades_bloque1-titulo {
	color: #5C5C5C;
	font-size: 26px;
	font-family: "Pacifico";
	font-weight: 500;
	margin: 0px 0 10px 0px;
	color: #FFF;
}

.novedades_bloque1-texto {
	color: #888888;
	font-size: 11px;
	font-family: nunito;
	margin: 0;
	font-weight: 500;
	letter-spacing: 0.9px;
	line-height: 1.2em;
}

.novedades_hr {
	width: 70%;
	height: 2px;
	border: 0;
	background-color: #f2f2f2;
	margin: 0 0 10px 2px;
}

.novedades__bloque2video {
	width: 60%;
	display: inline-block;
	margin: 0px 0px 0px 60px;
	text-align: left;
	vertical-align: top;
}

.novedades__videowrapper {
	position: relative;
	padding-bottom: 56.25%; /*panorámico*/
	padding-top: 25px;
	height: 0;	
	margin-bottom: 0;
}

.novedades__videowrapper iframe {
	position: absolute;
	border-radius: 10px;
	top: 0;
	left: 0;
	width: 95%;
	height: 89%;
}


@media screen and (max-width: 500px) {     /* SETEOS PARA CELULAR*/
	
	.seccion_bajomenu, .seccion_roja, .seccion_verde, .seccion_gris {
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 60px;
		padding-bottom: 60px;
	}
	
	.novedades__bloque1, .novedades__bloque2video {
		display: block;
		text-align: center;
		margin: 0px 0px 70px 0px;
		width: 100%;
	}

	.novedades__videowrapper iframe {
		right: 0;
		bottom: 0;
		margin-left: auto;
		margin-right: auto;
	}
	
	.novedades_cajasmall {            /* PONE RECUADRITO VERDE CON TEXTO INTERNO*/
		width: 90%x;
		margin: 0 auto 20px auto;	
		padding-top: 12px;
		padding-left: 20px;
		padding-right: 20px;
		text-align: center;
	}
}

/*   ----------------- MIS CANCIONES ---------------- */

.miscanciones__izquierda {
	width: 28%;
	display: inline-block;
	position: relative;
	vertical-align: top;
	margin: 85px 10px 0px 0px;
}

.miscanciones__izquierda2 {
	width: 28%;
	display: inline-block;
	position: relative;
	vertical-align: top;
	margin: 100px 15px 0px 0px;
}

.miscanciones__centro {
	width: 400px;
	height: 340px;
	display: inline-block;
	/*background-color: #FFF;*/   /* Amarillo lindo anterior #F6E620*/
	margin: 20px 10px 20px 10px;
	text-align: center;
}

.miscanciones__centro2 {
	width: 350px;
	height: 654px;
	display: inline-block;
	/*background-color: #FFF;*/   /* Amarillo lindo anterior #F6E620*/
	margin: 30px 10px 40px 10px;
	text-align: center;
	padding: 0;
}

.miscanciones__centro2 iframe {
	max-width: 100%;
	max-height: 100%;	
}

.miscanciones__centro iframe {
	border: 0; 
	width: 400px; 
	height: 340px;
	max-width: 100%;
	max-height: 100%;
	border-radius: 15px;
	background-color: #F6E620;
	display: inline-block;
	vertical-align: top;
}

.miscanciones__derecha {
	width: 28%;
	margin: auto;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	position: relative;
	margin: 50px 0px 0px 10px;
}

.miscanciones__derecha2 {
	width: 28%;
	margin: auto;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	position: relative;
	margin: 100px 0px 0px 25px;
}

@media screen and (max-width: 650px) {     /* SETEOS PARA CELULAR*/
	
	.miscanciones__derecha, .miscanciones__derecha2, .miscanciones__izquierda, .miscanciones__izquierda2, .miscanciones__centro, .miscanciones__centro2 {
		display: block;
		text-align: center;
		margin: 50px auto 20px auto;
		width: 90%;
	}
	
	.miscanciones__izquierda2 {		 /* SETEOS PARA CELULAR*/
		/*display: none;*/
	}
	
}

/*   ----------------- QUIEN SOY RECUADRO CHICO ---------------- */

.quiensoy__dibujo	{
	width: 25%;
	margin: auto;
	padding-top: 88px;
	padding-left: 0;
	padding-right: 40px;
	text-align: center;
	vertical-align: top;
	display: inline-block;
}

.quiensoy__recuadrocontexto {
	width: 55%;
	margin: 20px 10px;
	background-color: #fff;
	border-radius: 30px;
	padding-top: 45px;
	padding-right: 60px;
	padding-left: 60px;
	padding-bottom: 45px;
	text-align: left;
	font-size: 22px;
	letter-spacing: 0.2px;
	line-height: 28px;
	display: inline-block;
}

.quiensoy__link {
	text-align: right;
	margin: 20px 25px 00px 25px;
}

.quiensoy__link:hover {
	color:#EC6E7A;
}


@media screen and (max-width: 971px) {     /* SETEOS PARA CELULAR*/
	.quiensoy__recuadrocontexto {
		display: block;
		width: 90%;
		text-align: center;
		margin: 20px 20px;
		padding-right: 40px;
		padding-left: 40px;
	}
	
	.quiensoy__dibujo {
		display: block;
		width: 75%;	
		margin: 0px auto 50px auto;
		text-align: center;
		padding: 0 20px 0 0;
	}
	
	.quiensoy__link {
		text-align: center;
		margin: 40px 0px 20px 0px;
	}
}


/*   ----------------- QUIEN SOY PAGINA BIO ---------------- */

.quiensoy__bio_dibujo_left {
	width: 24%;
	margin: 0 20px 0 40px;
	padding-top: 120px;
	text-align: center;
	vertical-align: top;
	display: inline-block;
}

.quiensoy__bio_dibujo_right {
	width: 18%;
	margin: 0 25px 0 35px;
	text-align: left;
	vertical-align: top;
	display: inline-block;
	line-height: 11px;
}

.quiensoy__bio_dibujo_left img, .quiensoy__bio_dibujo_right img {
	max-width: 100%;
	max-height: 100%;	
}

.quiensoy__bio_dibujo_right img {
	border-radius: 20px;
	margin: 0 0 30px 0;
}

.quiensoy__bio_dibujo_right a:hover {
	color: #555555;
}

.quiensoy__bio_icono_pdf {
	float: left;
	width: 50px;
}

.quiensoy__bio_CVtxt {
	font-family: nunito;
	font-style: normal;
	font-weight: 500;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}

.quiensoy__bio_recuadrocontexto {
	width: 60%;
	margin: 0px 30px 0px 30px;
	background-color: #fff;
	border-radius: 30px;
	padding-top: 45px;
	padding-right: 80px;
	padding-left: 80px;
	padding-bottom: 45px;
	text-align: justify;
	font-size: 22px;
	line-height: 28px;
	display: inline-block;
	/*color: #214327;*/
	color: #000;
}

.quiensoy__especial {
	width: 80%;
	text-align: center;
	margin: 0 auto;
	
}

.quiensoy__especial_columna {
	width: 43%;
	text-align: center;
	margin: 50px 30px 0 30px;
	padding: 25px;
	border-radius: 25px;
	font-size: 24px;
	display: inline-block;
	vertical-align: top;
}

.lista {
	/*font-size: 24px;
	text-align: center;
	padding: 10px 20px 0px 20px;
	margin: 0;
	line-height: 1.4em;*/
	list-style-position: inside;
	display: inline-block;
	width: 60%;
}

.lista li {
	margin-top: 10px;
}

.lista li:before {
	content: "•"; /* Insert content that looks like bullets */
	padding-right: 14px;
	color: #ED6D79; /* Or a color you prefer */
	font-size: 30px;
}

.quiensoy_nombre {
	font-size: 20px;
	margin: 0 0 20px 0;
	text-align: center;
	display: block;
}

@media screen and (max-width: 576px) {    /* ---- PARA CELULAR ------*/
	.lista {
		width: 80%;
		margin: 20px auto;
	}
	
	.lista li {
		margin-top: 15px;
	}
}


@media screen and (max-width: 971px) {     /* SETEOS PARA CELULAR*/
	.quiensoy__bio_recuadrocontexto {
		display: block;
		width: 90%;
		text-align: center;
		margin: 20px auto;
	}
	
	.quiensoy__bio_dibujo { 		/* SETEOS PARA CELULAR*/
		display: block;
		width: 75%;	
		margin: 0px auto 50px auto;
		text-align: center;
		padding: 0 20px 0 0;
	}
	
	.quiensoy__bio_dibujo_left {		/* SETEOS PARA CELULAR*/
		width: 65%;
		margin: 0 0 40px 0;
		padding: 0px;
	}
	
	.quiensoy__bio_dibujo_right {		/* SETEOS PARA CELULAR*/
		width: 60%;
		margin: 20px auto 0 auto;
		line-height: 11px;
	}
	
	.quiensoy__bio_recuadrocontexto {		/* SETEOS PARA CELULAR*/
		width: 85%;
		margin: 0px auto 20px auto;
		padding-top: 25px;
		padding-right: 40px;
		padding-left: 40px;
		padding-bottom: 35px;
	}

	.quiensoy__especial_columna {		/* SETEOS PARA CELULAR*/
		width: 100%;
		margin: 50px auto 0 auto;
		padding: 0px;
	}
}





/*  ---------  PIE DE PAGINA ----------   */

.footer {
	display: table;
	width: 100%;
	text-align: center;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-color: #EC6E7A;
	
}

.texto_bigfooter {
	font-style: normal;
	font-size: 40px;
	font-family: "Pacifico", cursive;
	font-weight: 400;
	color: #FFFFFF;
	text-align: left;
    	line-height: 1.3em;
}

.texto_footer {
	font-style: normal;
	font-size: 14px;
	font-family: "nunito", sans-serif;
	font-weight: 400;
	color: #FFFFFF;
	font: bold;
	text-align: left;	
	margin-left: 3px;
}

.footer_ubicacion_redes {
	vertical-align: top;
}

@media screen and (max-width: 480px) {    /* ---- PARA CELULAR ------*/
	.footer_ubicacion_redes {
		vertical-align: middle;
		margin: 30px auto;
	}
}

.centrar_algoHV {
	  position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, 0%) 
}


.separador {
	height: 10px;
}


.texto_legible {
	font-family: nunito;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	margin-left: 100px;
}

.color_verde_texto {
	color: #8DC199;
}

.color_verde {
	color: #99CCA3;
}

.color_rojo {
	color: #EC6E7A;
}

.color_amarillo {
	color: #FDC603;
}

.color_blanco {
	color: #FFF;
}

.color_grisoscuro {
	color: #404747;
}

/*   ----------------- GALERIA FOTOS ---------------- */

.galeria-fotos {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	grid-auto-rows: 270px;
	width: 90%;
	margin: auto;
	grid-gap: 30px;
	padding: 30px 0;
	overflow: hidden;
	
}

.galeria-fotos img {
	width: 100%;
	height: 100%;
	vertical-align: top;
	object-fit: cover;
}

.galeria-fotos a {
	display: block;
	position: relative;
	overflow: hidden;
	border: 40px solid #000; /*rgba(114,170,125,0.15);*/ 
	box-shadow: 4px 4px 2px rgba(0,0,0,.1);
	border-radius: 40px;
}

.galeria-fotos a {
	display: block;
	position: relative;
	overflow: hidden;
	border: 40px solid #93C79E; /*rgba(114,170,125,0.15);*/
	box-shadow: 4px 4px 2px rgba(0,0,0,.1);
	border-radius: 40px;
}

.galeria-fotos-enviamedibu a {
	border: 40px solid #EAF2EC;
}

.galeria-fotos a:hover img {
	transform: scale(1.3);
	transition: transform .3s ease-in-out;
}

.light-box {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(8,8,8,.8);
	width: 100%;
	height: 100%;
	z-index: 10000;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: scale(0);
	transition: transform .1s ease-in-out;
	
}

.light-box img {
	max-width: 85vw;
	max-height: 87vh;
	/*margin-top: 70px;*/
}

.light-box:target {
	transform: scale(1);
}

.light-box-text {
	font-size: 26px;
	position: absolute;
	bottom: 15px;
	text-align: center;
}

.cerrar {
	display: block;
	position: absolute;
	top: 110px;
	right: 160px;
	text-decoration: none;
	width: 40px;
	height: 40px;
	background-color: #7C7C7C;
	color: #F2F2F2;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	vertical-align: top;
	font-size: 30px;
	font-family: nunito, sans-serif;
}

.cerrar:hover {
	background-color: #ED6D79;
	color: #FDC603;
}

.next {
	padding: 3px;
	display: block;
	text-decoration: none;
	width: 30px;
	height: 30px;
	background-color: #7C7C7C;
	color: #F2F2F2;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
	border-radius: 50%;
	font-size: 16px;
	margin: 25px;
}

.next:hover {
	background-color: #FDC603;
}



/*   ----------------- GALERIA DE VIDEO ---------------- */

.insert_un_video {
	width: 320px;
	height: 180px;
	margin: auto;
	display: block;
	
	
}

.insert_un_video iframe {
	width: 100%;
	height: 100%;
	vertical-align: top;
	object-fit: cover;
	border-radius: 15px;
}

.galeria-videos {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	grid-auto-rows: 250px;
	width: 90%;
	margin: auto;
	grid-gap: 70px;
	padding: 20px 0 40px 0;	
}

.galeria-videos iframe {
	width: 100%;
	height: 100%;
	vertical-align: top;
	object-fit: cover;
	border-radius: 15px;
	border: 5px solid var(--color-verde);
}

.galeria-videos iframe:hover {
	transform: scale(1.1);
	transition: transform .3s ease-in-out;
	border: 3px solid var(--color-amarillo);
}


/*  ------------------  ENVIAR DIBUJOS ---------------------   */

.enviame_dibujito {
	width: 500px;
	margin: 10px auto 25px auto;
}

.enviame_form_label {
	font-size: 47%;
	height: 40px;
	font-weight: 700;
	line-height: 1;
	color: #789F7D;
	text-align: center;
	/*white-space: nowrap;*/
	vertical-align: middle;
	border-radius: 15px;
	font-family: nunito, sans-serif;
	padding: 1.1em;
	background-color: #EBF5ED;
	background-image: none;
	border: 1px solid #DAE6DE;
	/*border: 2px solid #5C896C;   COLOR MAS OSCURO DE PRUEBA*/
	resize: none;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	letter-spacing: 0.8px;
	display: block;
}

.enviame_form_label:hover, .enviame_form_label:focus, .enviame_form_label:active {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	background-color: #5C896C;
}

.enviame_eliminarcampo {
	width: 10px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.enviame_form_preview {
	text-align: left;
	display: block;
	color: #77A386;
	padding-left: 10px;
}

.enviame_form_preview li, .enviame_form_preview div > .enviame_form_preview p {
	background: #EBF5ED;
	border-radius: 15px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
	list-style-type: none;
	border: 1px solid #5C896C;
	font-size: 50%;
	color: #354F3E;
	font-family: nunito, sans-serif;
}

.enviame_form_preview img {
      height: 63px;
      order: 1; 
	margin: -1px 0 0 0;
	border-radius: 0 15px 15px 0;
}

.enviame_form_preview p {
      line-height: 1.2em;
      padding-left: 10px;
	padding-top: 10px;
}

.enviame_form_preview ol {
      padding-left: 0;
	margin-left: -10px;
 }


@media screen and (max-width: 576px) {    /* ----- PARA CELULAR ----- */
	.enviame_form_label {
		height: auto;
	}
}



/*  ------------------  JUEGOS ---------------------   */

.juegos_intro_dibujo {
	width: 400px;
	margin: 10px auto 25px auto;
	display: block;
}

.juegos_img {
	width: 266px;
	height: 177px;
}

.juegos_texto {
	width: 70%;
	display: block;
	margin: 0 auto 20px auto;
	line-height: 30px;
}

.juegos_texto_pequeno {
	font-size: 90%;
}

.juegos_columnas {
	width: 40%;
	margin: 0 10px 0 10px;	
	display: inline-block;
	vertical-align: middle;
}

.juegos_columnas_recuadroamarillo {
	border-radius: 15px;
	background-color: #FFF;
	padding: 20px;
	border: 20px solid #FDC603;
}

.juegos-video {
	width: 520px;
	height: 297px;
	margin: 30px auto 12px auto;
	border-radius: 15px;
	box-shadow: 0px 0px 6px 2px rgba(0,0,0,.25);
}

.juegos-video iframe {
	width: 100%;
	height: 100%;
	vertical-align: top;
	object-fit: cover;
	border-radius: 15px;
	border: 5px solid var(--color-verde);
}

.juegos-video iframe:hover {
	border: 5px solid var(--color-amarillo);
}


@media screen and (max-width: 530px) {    /* ----- PARA CELULAR ----- */
	.juegos-video {
		width: 280px;
		height: 162px;
	}
}	


/*  ------------------  PAGINA DE CONTACTO ---------------------   */

.contactame_sprites_container {
	width: 80%;
	/*display: grid;
	grid-gap: 15px;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	grid-auto-columns: 280px;
	grid-auto-rows: 80px;*/
	
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: 0 auto;

}

.contactame_sprites_item {
	padding: 0px 20px 30px 20px;
	max-width: 160px;
}

.contactame_barra_estrellitas {
	margin: 0 auto 10px auto;
}

.contactame_dibujito {
	width: 280px;
	margin: -20px 0px 30px -30px;
	
}

@media screen and (max-width: 993px) {   /* -PARA DISPOSITIVOS -*/
	.contactame_barra_estrellitas {
		margin: 0 auto 20px auto;
	}
}


/*  ------------------  REDES MIS (AREA DE LINKS) ---------------------   */

.redes_mis {
	display: inline-block;
	vertical-align: top;
	width: 205px;
	height: 185px;
	background-color: #fff; /*var(--color-verde); rgba(255,255,255,0.95); */
	border: 20px solid rgba(194,221,188,1.00);
	box-shadow: 4px 4px 2px rgba(0,0,0,.15);
	border-radius: 40px;
	color: #99CCA3;   /*#fff; verde = #99CCA3  */
	text-align: center;
	font-size: 22px;
	letter-spacing: 0.054em;
	margin: 20px 42px 15px 42px;
	box-sizing: border-box;	
	position: relative;
	line-height: 1.1em;
	padding-top: 7px;
}
	
.redes_mis a, .redes_mis a:visited {
	color: #fff;
}

.redes_mis:hover {
	color: var(--color-rojo); /* #4B4B4B; */
	/* transform: scale(1.08);
	transition: transform .2s ease-in-out; 
	border-color: rgba(236,110,122,0.3);*/
}

.redes_mis-imgheight {
	max-height: 73%;
}

.redes_mis-imgheight2 {
	max-height: 55%;	
}

.redes_mis_imagen {
	position: absolute;
	bottom: 0px;
	right: 0;
	left: 0;
	max-width: 95%;
	margin: auto;	
}

@media screen and (max-width: 576px) {    /* ----- PARA CELULAR ----- */
	.redes_mis {
		padding-top: 3px;
	}
}	



/*  ------------------  DESARROLLO WEB / WEBMASTER  ---------------------   */

.webmaster {
	font-family: nunito, sans-serif;
	font-size: 12px;
	text-align: right;
	padding: 15px 10px 0px 0px;
	font-weight: bold;
	color: rgba(90,0,50,0.60);
	vertical-align: middle;
	text-decoration: none;
}

.webmaster a:hover {
	color: rgba(255,255,255,0.90);
}

.webmaster-img {
	width: 20px;
	margin: 0 0 3px 3px;
	opacity: 0.6;
}

/*  ------------------  PRENSA  ---------------------   */

.prensa_rubro {
	font-size: 40px;
	font-weight: 500;
	color: #000;
	margin: 0 22px 10px 0;
	text-shadow: 0.5px 0 0 #000;
}

.prensa_rubro img {
	width: 46px;
	margin: 0 10px 10px 0;
}


.prensa__estrellitas {
	width: 7%;
	display: inline-block;
	position: relative;
	margin: 70px 30px 0px 30px;
	vertical-align: top;
}

@media screen and (max-width: 576px) {
	.prensa__estrellitas {
		Display: none;
	}
	.prensa_rubro {
		font-size: 42px;
	}
}	

	
/*  ------------------  MULTIMEDIA - RADIOS  ---------------------   */
	
.galeria-radios {
	display: grid;
	grid-template-columns: repeat(auto-fit, 200px);
	grid-auto-rows: auto;
	width: 70%;
	margin: auto;
	grid-column-gap: 60px;
	grid-row-gap: 40px;
	padding: 40px 0 10px 0;	
	justify-content: center;
}

.galeria-radios-casilla {
	
}

.galeria-radios iframe {
	width: 90%;
	vertical-align: top;
	object-fit: cover;
	border-radius: 15px;
	border: 4px solid var(--color-amarillo);
}

.galeria-radios iframe:hover {
	/*transform: scale(1.1);
	transition: transform .3s ease-in-out;*/
	border: 3px solid var(--color-rojo);
}

.galeria-radios-texto {
	font-size: 11px;
	font-family: nunito, sans-serif;
}


/*  ------------------  AGENDA / PRESENTACIONES  ---------------------   */

#cumples {
      scroll-behavior: smooth;
      scroll-margin-top: 40px;
}

.agenda__globo_blanco_central {
	width: 82%;
	text-align: center;
	border-radius: 25px;
	background: #FFF;
	margin: 5px auto;
	padding: 50px 60px;	
}

.agenda__colfecha {
	width: 244px;
	height: 260px;
	display: inline-block;
	background-image: url(../imagenes/agenda/notita_y_12.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: top;
	color: #8C8C8C;
	line-height: 1em;
	font-size: 24px; 
	margin: 5px 32px 35px 16px;	
}

.agenda__colfecha_foto {
	width: 145px;
	max-width: 100%;
	max-height: 105px;
	object-fit: contain;
	border-radius: 5px;	
	border: 0px;
	/*box-shadow: 4px 4px 2px rgba(0,0,0,.1);*/
	margin: 80px auto 10px auto;
}

.agenda__colfecha_info {
	transform: rotate(-9deg);
	vertical-align: middle;
	color: #000;
}

.agenda_colfecha_textodestacado {
	font-size: 42px; 
}
/*.agenda__colfecha:hover {
	background-image: url(../imagenes/miscelaneas/calendar_verde_06.png);
}*/

.agenda__colcontenido {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	padding: 0;
	font-size: 21px;
	line-height: 1.3em;
	font-family: "Pacifico", cursive;
}

.agenda__colcontenido:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.agenda__colcontenido a:hover {
	color: var(--color-amarillo);
}

.spritexs__margen_agenda {
	margin: 0 auto 25px auto;
}

@media screen and (max-width: 576px) {    /*  ------ PARA CELULAR --------- */

	.agenda__globo_blanco_central {
		width: 85%;
		margin: 10px auto;
		padding: 30px 5px;	
	}
	
	.agenda__colcontenido {
		width: 80%;
		text-align: center;
		margin-bottom: 25px;
	}
	
	.agenda__colfecha {
	max-width: 244px;
	height: 260px;
	margin: 30px 10px -10px 5px;	
}
	
}
