@charset "UTF-8";
/* CSS Document */
:root {
    --primary-color: #85b142;
    --secondary-color: #2c3e50;
    --text-color: #333333;
    --background-color: #ffffff;
    --hover-color: #9bc550;
}

body {
    font-family: 'Open Sans', sans-serif;
    margin: 0 auto;
    text-align: center;
    background-color: var(--background-color);
    line-height: 1.6;
    color: var(--text-color);
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

h2 { 
    width: 100%;
    max-width: 910px;
    text-align: center;
    font-size: 24px;
    color: var(--secondary-color);
    display: inline-block;
    padding: 15px 0;
    margin: 20px 0;
    position: relative;
}

h1 { 
    text-align: center;
    font-size: 28px;
    color: var(--secondary-color);
    display: inline-block;
    padding: 20px 0;
    margin: 20px 0;
    font-weight: 800;
    position: relative;
}

h1::after, h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: var(--primary-color);
}

.header-bigidea {
    display: inline-block;
    margin: 20px 0;
    text-align: center;
    width: 100%;
    background-color: rgba(133, 177, 66, 0.1);
    padding: 20px 0;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: var(--background-color);
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    z-index: 100;
    transition: all 0.3s ease;
}
.formaregistro{
	width:380px; display:inline-block; margin:0px 0 0 10px; padding:0px; float:left;
	background-color:#fff; border-radius: 5px; padding:5px;	
}
/** html #footer {
    position: absolute;
}*/
a{
transition-duration: 0.2s;
	-webkit-transition: all 300ms ease;   
	-moz-transition: all 300ms ease;
	text-decoration:none;
}
.cont-menu{
	width:100%;
	height:46px;
	display: inline-block;
	margin:0px;
	padding:0px;
	background-color:#fff;
}
.cont-menu2{
	width:100%;
	height:16px;
	display: inline-block;
	margin:0px;
	padding:0px;
	background-color:#85b142;
}
.menu{
	width:1100px;
	height:80px;
	display:inline-block;
	margin:0px;
	padding:0px;
	
}


.boton_menu {
    padding: 12px 24px;
    background-color: #2d353c;
    border-radius: 4px;
    font-size: 15px;
    color: #ffffff;
    font-weight: 600;
    border: none;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    margin: 20px 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.boton_menu:hover {
    background-color: var(--hover-color);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.boton_menu:active {
    transform: translateY(0);
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}





.boton_menu-seccion{
	padding:13px 20px 20px 20px;
	height:13px;
	font-size:13px;
	float:left;
	display:inline-block;
	text-align:center;
	text-decoration:none;
	color:#000;
	background:url(../images/fondo_over_menu.png) 0 -46px repeat-x;
}
.seleccionado-sección{
	width:100%;
	height:15px;
	display:inline-block;
	margin:0px;
	padding:0px;
	background:url(../images/fondo_over_menu.png) 0 -46px repeat-x;

}
.logo{
	float:left;
	margin:10px 30px 5px 20px;
	width:401px;
	height:63px;
	float:left;
	display:inline-block;	
}
.redes{
	width:115px;
	height:20px;
	margin:10px 0 0 0;
	float:left;
	display:inline-block;
	
}
.boton-redes{
	float:left;
	margin:5px;
	width:17px;
	height:17px;
	float:left;
	display:inline-block;
	text-decoration:none;
	padding:0 0 0px 0;

}
.boton-redes:hover{
	background-color:#F30;
	opacity:0.8;
	margin-top:0px;
	height:22px;

}

.contenedor{
	width:100%;
	min-height:346px;
	display:block;
	margin:0px;
	padding:0px;
	text-align:center;
}
.contenidos{
	
	width:1100px;	
	min-height:346px;
	display:inline-block;
	margin:0px 0 0 0;
	padding:0px;
	
	
}
.logo-gde{
	float:left;
	margin:0px 5px 5px 5px;
	width:100%;
	height:149px;
	float:left;
	display:inline-block;
	text-align:center;
}
.video{
	width:640px;	
	min-height:360px;
	display:inline-block;
	margin:0px;
	padding:0px;
	float:left;
}
.cuadros-izquierda{
	width:214px;	
	min-height:389px;
	display:inline-block;
	margin:0px 10px 0 0;
	padding:0px;
	background:url(../images/izquierda.png) no-repeat;
	float:left;
}
.cuadros-derecha{
	width:214px;	
	min-height:389px;
	display:inline-block;
	margin:-43px 0 0 10px;
	padding:0px;
	background:url(../images/derecha.png) no-repeat;
	float:left;
}

.cont-footer {
    background-color: var(--secondary-color);
    width: 100%;
    padding: 10px 0;
    margin-top: 30px;
    text-align: center;
}

.cont-footer a {
    color: var(--background-color);
    text-decoration: none;
    font-size: 13px;
    opacity: 0.8;
    transition: opacity 0.3s ease;
    display: inline-block;
    padding: 10px;
}

.cont-footer a:hover {
    opacity: 1;
}

@media (max-width: 768px) {
    .contenido-home {
        width: 95%;
        padding: 20px 0;
    }

    .fotohome {
        margin: 10px 0;
    }

    .accesos-directos {
        padding: 20px;
    }

    .foto-home,
    .texto-home {
        min-width: 100%;
    }

    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 20px;
    }

    .boton_menu {
        margin: 10px 5px;
        padding: 10px 15px;
    }
}
.slogan-home{
	width:100%;
	min-height:46px;
	display:inline-block;
	margin:20px 0 20px 0;
	padding:7px 0 0 0;
	font-size:20px;
	text-align:center;
	font-weight:400;
}
.footer{
	width:1100px;
	height:38px;
	display:inline-block;
	margin:0px;
	padding:7px 0 0 0;
	background:url(../images/fondo_menu.jpg) repeat-x;
}
.redes-sociales{
	float:left;
	margin:20px 5px 25px 5px;
	width:100%;
	min-height:34px;
	float:left;
	display:inline-block;
	text-align:center;	
}
.botones-rs{
	float:left;
	margin:0 0 0 5px;
	width:34px;
	height:34px;
	float:left;
	display:inline-block;
	text-align:center;
}
.botones-rs:hover{
	opacity:0.6;
	padding-bottom:5px;

	margin-top:-5px;
	height:40px;
	display:inline-block;
}
.texto-compartir{
	font-size:18px;
	font-weight:400;
	width:120px;
	margin:0 10px 0px 350px;
	display:inline-block;
	float:left;
}
.banner-728bim{
	width:728px;
	min-height:90px;
	display:inline-block;
	margin:10px 0 0 100px;
	float:left;
	padding:0px 0 0 0;
}
/*======================================= METODOLOGIA*/
.side-cuadro-medodologia{
	width:400px;
	min-height:450px;
	display:inline-block;
	margin:100px 0 0 20px;
	float:left;
	padding:0px 0 0 0;
}
.side-cuadro-medodologia h1{
	width:400px;
	display:inline-block;
	margin:0px;
	float:left;
	padding:0px 0 0 0;
	font-size:24px;
	font-weight:700;
	text-align:left;
}
.side-cuadro-medodologia h2{
	width:400px;
	display:inline-block;
	margin:0px;
	float:left;
	padding:0px 0 0 0;
	font-size:13px;
	font-weight:300;
	text-align:left;
	line-height:22px;
}
.cuadro-herramientas-juego{
	width:400px;
	min-height:360px;
	display:inline-block;
	margin:20px 0 0 0;
	float:left;
	padding:0px 0 0 0;
}
.cuadro-herramientas-juego h1{
	width:400px;
	display:inline-block;
	margin:0px;
	float:left;
	padding:0px 0 0 0;
	font-size:24px;
	font-weight:700;
	text-align:left;
}
.cuadro-herramientas-juego p{
	width:461px;
	display:inline-block;
	margin:0px;
	float:left;
	padding:0px 0 0 0;
	font-size:13px;
	font-weight:300;
	text-align:left;
	line-height:22px;
}
.cuadro-herramientas-juego strong{
	
	font-weight:700;
	
}
.paginador{
	width:461px;
	display:inline-block;
	height:30px;
	margin:0px;
	float:left;
	padding:0px 0 0 0;
}
.flecha-izquierda{
	width:38px;
	display:inline-block;
	height:38px;
	margin:0px;
	float:right;
	padding:0px 0 0 0;
	background:url(../images/izq.png) 0 0 no-repeat;
}
.flecha-izquierda:hover{
	background:url(../images/izq.png) -39px 0 no-repeat;
}
.flecha-derecha{
	width:38px;
	display:inline-block;
	height:38px;
	margin:0px 0 0 10px;
	float:right;
	padding:0px 0 0 0px;
	background:url(../images/derechaa.png) 0px 0 no-repeat;
}
.flecha-derecha:hover{
	background:url(../images/derechaa.png) -39px 0 no-repeat;
}
.botones-derecha{
	width:485px;
	display:inline-block;
	min-height:380px;
	
	float:left;
	margin:100px 0 0 0px;	
}
.boton-lego{
	width:485px;
	display:inline-block;
	min-height:213px;
	padding:0px;
	float:left;
	margin:0px 0 0 5px;
}
.boton-juegos{
	width:485px;
	display:inline-block;
	min-height:232px;
	padding:0px;
	float:left;
	margin:0px 0 0 5px;
}
.boton-lego:hover{
	opacity:0.6;
	
}
.boton-juegos:hover{
	opacity:0.6;
	
}
.boton-estratecnia:hover{
	opacity:0.6;
	
}
.css-panes {
	width:461px;
}
.css-panes div {
    display:none;
	width:481px;
}

.boton-estratecnia{
	width:432px;
	display:inline-block;
	min-height:99px;
	float:left;
		margin:0px 0 0 43px;
		padding-left:19px;
	
}



.legoserius{
	width:461px;
	min-height:360px;
	display:inline-block;
	margin:20px 0 0 0;
	float:left;
	padding:0px 0 0 0;
}
.legoserius h1{
	width:461px;
	display:inline-block;
	margin:0px 0 10px 0;
	float:left;
	padding:0px 0 0 0;
	font-size:24px;
	font-weight:700;
	text-align:left;
}
.legoserius p{
	width:461px;
	display:inline-block;
	margin:0px;
	float:left;
	padding:0px 0 20px 0;
	font-size:13px;
	font-weight:300;
	text-align:left;
	line-height:22px;
}
.legoserius li{
	width:461px;
	display:inline-block;
	min-height:20px;
	margin:0px 0 5px 0;
	float:left;
	padding:10px;
	font-size:13px;
	font-weight:300;
	text-align:left;
	line-height:22px;
	background-color:#FFF;
	border-radius:5px;
	
}
.legoserius strong{
	
	font-weight:700;
	
}




.contenido-home {
    max-width: 1050px;
    width: 90%;
    margin: 0 auto;
    text-align: left;
    padding: 30px 0;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.8;
    color: var(--text-color);
}

.fotohome {
    width: 100%;
    max-height: 400px;
    overflow: hidden;
    margin: 20px 0;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    position: relative;
}

.fotohome img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.fotohome:hover img {
    transform: scale(1.02);
}










.accesos-directos {
    width: 100%;
    max-width: 1050px;
    margin: 40px auto;
    padding: 30px;
    background-color: #f8f9fa;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
}

.foto-home {
    flex: 1;
    min-width: 300px;
    max-width: 524px;
    margin: 0;
    text-align: left;
    padding: 20px;
    background-color: var(--background-color);
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.foto-home img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    transition: transform 0.3s ease;
}

.foto-home img:hover {
    transform: scale(1.02);
}

.texto-home {
    flex: 1;
    min-width: 300px;
    max-width: 468px;
    margin: 0;
    text-align: left;
    font-size: 15px;
    padding: 20px;
    background-color: var(--background-color);
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.texto-home img {
    height: 50px;
    width: auto;
    margin: 10px 0;
    transition: transform 0.3s ease;
}

.texto-home img:hover {
    transform: scale(1.1);
}

.texto-home strong {
    display: block;
    color: var(--secondary-color);
    margin-bottom: 20px;
    font-size: 20px;
}

/* Sitios de interés: grid de tarjetas */
.sites-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	align-items: center;
	margin-top: 12px;
	justify-items: center;
}

.site-card {
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	background: var(--background-color);
	padding: 18px;
	border-radius: 10px;
	box-shadow: 0 6px 18px rgba(0,0,0,0.06);
	transition: transform 0.18s ease, box-shadow 0.18s ease;
	color: var(--text-color);
	width: 100%;
	max-width: 220px;
	height: 110px;
}

.site-card img {
	height: 56px;
	width: auto;
}

.site-label { display: none; }

.site-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

/* Cuando no haya resultados: se puede ocultar o mostrar un mensaje (implementar si se desea) */
.site-card.hidden { display: none; }

@media (max-width: 480px) {
	.sites-controls input[type="search"] { max-width: 100%; }
}


/*
 * 
 *
	display: grid;
  grid-template-columns: repeat(2, 1fr);  
  gap: 10px;
  width: 200px;
 * 
 * 
 */









.ponte-contacto {
    background-color: var(--background-color);
    max-width: 1050px;
    margin: 40px auto;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    text-align: center;
}

.ponte-contacto strong {
    color: var(--secondary-color);
    font-size: 20px;
    display: block;
    margin: 15px 0;
    position: relative;
}

.ponte-contacto strong:after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background-color: var(--primary-color);
    margin: 10px auto;
}

.ponte-contacto p {
    font-size: 16px;
    line-height: 1.8;
    margin: 15px 0;
    color: var(--text-color);
}

.ponte-contacto a {
    color: var(--primary-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

.ponte-contacto a:hover {
    color: var(--hover-color);
}
/*======================================== Quienes Somos*/


.quienessomos{
	width:461px;
	min-height:560px;
	display:inline-block;
	margin:100px 0 0 0;
	float:left;
	padding:0px 0 0 0;
}
.quienessomos h1{
	width:461px;
	display:inline-block;
	margin:0px 0 10px 0;
	float:left;
	padding:0px 0 0 0;
	font-size:24px;
	font-weight:700;
	text-align:left;
}
.quienessomos p{
	width:461px;
	display:inline-block;
	margin:0px;
	float:left;
	padding:0px 0 20px 0;
	font-size:14px;
	font-weight:300;
	text-align:justify;
	line-height:22px;
}
.quienessomos li{
	width:205px;
	display:inline-block;
	min-height:10px;
	margin:0px 5px 5px 0;
	float:left;
	padding:5px;
	font-size:14px;
	font-weight:300;
	text-align:left;
	line-height:22px;
	background-color:#FFF;
	border-radius:5px;
	border:1px solid #f9f9f9;
	
}
.quienessomos strong{
	
	font-weight:700;
	
}
.video-testimonio{
	width:500px;
	min-height:200px;
	display:inline-block;
	margin:10px 0 0 10px;
	text-align:center;
	background-color:#000;
	padding:10px;
	float:left;
}


/*===================================== Contacto*/

.formulario{
	margin:20px 0 20px 50px;
	border-radius:10px; 
	float:left; 
	padding:10px;  
	width:410px; 
	height:390px;  
	background:url(images/fondo_formulario-transparente.png) repeat;
	background-color:#333;
	border:1px solid #e4e4e4;
}
.li-formulario{
	text-align:left;
	width:200px;
	height:16px;
	float:left;
	list-style:none;
	margin:5px 0 0 5px;
	font-size:12px;
	color:#fff;
	
}
.li-formulario2{
	width:200px;
	height:35px;
	float:left;
	list-style:none;
	margin:5px 0 0 5px;
	font-size:14px;
	color:#fff;
	
}
.campo{
	width:190px;
	height:30px;
	background:url(../images/fondo_campos.png) no-repeat;
	border:0px solid #03F;
	color:#fff;
	font-size:15px;
	padding:0px 5px 5px 5px;
}
.comentario{
	width:410px;
	height:120px;
	background:url(../images/comentarios.png) no-repeat;
	display:inline-block;
	margin:10px 0 0 0;
	list-style:none;

}
.comentario2{
	width:380px;
	height:100px;
	background-color:transparent;
	border:0px;
	padding:10px;
	color:#fff;
	font-size:15px;

}
.boton-enviar{
	text-decoration:none;
	width:116px;
	height:38px;
	margin:10px 0 0 20px;
	padding:0px;
	background:url(../images/enviar.png) left top no-repeat;
	display:inline-block;
	float:left;
	border:0px solid #063;
}
.boton-enviar:hover{
	background:url(../images/enviar.png) 0px -38px no-repeat;	
}
.select{
	width:195px;
	height:30px;
	background-color:#aeaaa3;
	border:solid 0px #000;
	padding:5px;
	font-size:15px;
	color:#FFF;
}
input.error{
	background:#F90;
	color:#FFF;
}


