html,body{
line-height:25px;
font-family: sans-serif;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  height: 100%;
  margin: 0;
  padding: 0;
}



.centra_2026_img img{
    display: block;
    margin: 0 auto;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

/******/

.texto_web {
    font-size: 1em;
    font-weight: normal;
    line-height: 25px;
    color: #333;
}


/******/

.ico_azul{
    color: #4169e1!important;
}

.ico_verde{
    color: #70ad47!important;
}

.ico_azul_bis{
    color: #5b9bd5!important;
}

.ico_naranja{
    color: #ed7d31!important;
}

.ico_rojo{
    color: #ff2600!important;
}

.ico_morado{
    color: #a349a4!important;
}

.bg_naranja{
    background: #ed7d31!important;
    color: #fff!important;
    font-weight: bold;
    line-height: 30px;
    padding: 20px!important;
}


/* Verde para registro */
.form-naranja input[type="text"],
.form-naranja input[type="email"],
.form-naranja textarea { 
    border-color: #ed7d31; 
}

.form-naranja button {
    background-color: #ed7d31;
}

/* Naranja para contacto */
.form-coworking input[type="text"],
.form-coworking input[type="email"],
.form-coworking textarea { 
    border-color: #ff2600; 
}

.form-coworking button {
    background-color: #ff2600;
}



.pintura_libre_mod {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pintura_libre_mod li {
    flex: 1;
    background: #f5f5f5;
    padding: 25px;
    text-align: center;
    border-radius: 10px;

    /* equilibrio visual */
    display: flex;
    flex-direction: column;
}

/* TITULOS */
.pintura_libre_mod .tam {
    font-size: 26px;
    margin-bottom: 20px;
}

/* TEXTO GENERAL */
.pintura_libre_mod li p,
.pintura_libre_mod li {
    font-size: 16px;
    line-height: 1.5;
}

/* LISTAS (los puntos) */
.pintura_libre_mod li ul {
    padding-left: 20px;
    text-align: left;
}

/* MOBILE */
@media (max-width: 768px) {
    .pintura_libre_mod {
        flex-direction: column;
    }
}


.menu_web li a.morado{
    color:#a349a4!important;
}
.menu_web li a.morado:hover{
    color:#999!important;
}

.menu_web li a.azul_uno{
    color:#4472c4!important;
}
.menu_web li a.azul_uno:hover{
    color:#999!important;
}

.menu_web li a.verde{
    color: #70ad47!important;
}
.menu_web li a.verde:hover{
    color:#999!important;
}

.menu_web li a.azul_dos{
    color: #5b9bd5!important;
}
.menu_web li a.azul_dos:hover{
    color:#999!important;
}

.menu_web li a.naranja{
    color: #ed7d31!important;
}
.menu_web li a.naranja:hover{
    color:#999!important;
}

.menu_web li a.rojo{
    color: #ff2500!important;
}
.menu_web li a.rojo:hover{
    color:#999!important;
}


.modulos_taller {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.modulos_taller li {
    background: transparent;
    border:1px solid #70ad47;
    padding: 20px 5px;
    border-radius: 12px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 180px;
    position: relative;
}


/* títulos */
.titulo_mod {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: "Indie Flower", cursive;
    font-size: 24px;
    margin-bottom: 30px;
}

.icono_titulo {
    width: 40px;
    height: 40px;
    object-fit: contain;
    flex-shrink: 0;
}



/* texto futuro */
.modulos_taller li p {
    font-size: 15px;
    line-height: 1.5;
}

/* hover tipo botón */
/*
.modulos_taller li:hover {
    background: #eaeaea;
    cursor: pointer;
}
*/

/* responsive */
@media (max-width: 768px) {
    .modulos_taller {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .modulos_taller {
        grid-template-columns: 1fr;
    }
}

/**********/






.tam_normal{
    font-size: 1.2em;
}

.tam_normal_font{
    font-size: 1.6em;
    font-family: "Indie Flower", cursive;
    font-weight: bold;
    color: #0096ff;
}

.menu_web .btn-morado {
    color: #a349a4; /* morado clásico */
    font-weight: bold;
    text-decoration: none;
}

.menu_web .btn-morado:hover {
    color: #000; /* morado oscuro al pasar el mouse */
}


.btn-azul-bis {
    color: #0096ff; /* morado clásico */
    font-weight: bold;
    text-decoration: none;
}

.btn-azul-bis:hover {
    color: #999; /* morado oscuro al pasar el mouse */
}

.sha {
  box-shadow: 0 8px 24px 6px rgba(0, 0, 0, 0.3)!important;
}

.indie-flower-regular {
  font-family: "Indie Flower", cursive;
  font-weight: 400;
  font-style: bold;
}

/***************/

/* EL CONTENEDOR PRINCIPAL (EL MARCO DEL BOCETO) */
.collage-canvas {
  display: grid;
  /* Creamos 3 columnas y 3 filas para lograr la asimetría */
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto auto;
  gap: 20px;
  padding: 24px;
  background: #f7f7f7;
  border-radius: 16px;
  max-width: 900px;
  margin: auto;
  box-sizing: border-box;
  margin: auto auto 24px;
}

/* ESTILOS COMUNES DE LAS TARJETAS (NÚMEROS) */
.collage-canvas .item {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  margin-bottom: 0 !important; /* Mantenemos tu corrección del margin */
}

/* COMPORTAMIENTO DE LAS IMÁGENES */
.item img {

  width: 100%;
  flex: 1;
    
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ESTILOS DE LOS TÍTULOS (LETRA 'TÍTULO') */
.item h3 {
  margin: 0;
  padding: 12px 10px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #111;
  background: #fff;
  font-family: "Indie Flower", cursive;
  transition: color 0.3s ease;
}

.item a:hover h3 {
    color: #999;
}

.item a {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* ==============================================
   DEFINICIÓN DE ÁREAS SEGÚN TU BOCETO EN PAPEL
   ============================================== */

/* Bloque 1 (Vertical Largo, Izq) */
.area-1 {
  grid-column: 1 / 2; /* Ocupa columna 1 */
  grid-row: 1 / 3;    /* Cruza filas 1 y 2 hacia abajo */
}

/* Bloque 2 (Horizontal Ancho, Arriba Der) */
.area-2 {
  grid-column: 2 / 4; /* Ocupa columnas 2 y 3 (ancho) */
  grid-row: 1 / 2;    /* Solo fila 1 */
}

/* Bloque 3 (Horizontal Ancho, Abajo Izq) */
.area-3 {
  grid-column: 1 / 3; /* Ocupa columnas 1 y 2 (ancho) */
  grid-row: 3 / 4;    /* Solo fila 3 */
}

/* Bloque 4 (Vertical Largo, Abajo Der) */
.area-4 {
  grid-column: 3 / 4; /* Ocupa columna 3 */
  grid-row: 2 / 4;    /* Cruza filas 2 y 3 hacia abajo */
}

/* ==============================================
   MOVIL: TODO EN UNA SOLA COLUMNA
   ============================================== */
@media (max-width: 550px) {
  .collage-canvas {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    width: 86%;
  }
  
  .collage-canvas .item {
    grid-column: auto !important;
    grid-row: auto !important;
  }
  
  .item img {
    aspect-ratio: 16 / 9; /* Proporción uniforme en móvil */
  }
}

/****** FORM *********/

.cont_izq{
    float: left;
    width: 40%;
}

.cont_der{
    float: right;
    width: 56%;
}


.data_2026{
    line-height: 33px;
    margin-bottom: 30px;
}

.data_2026 a{
    color: #000;
    transition: all 0.3s ease;
}

.data_2026 a:hover{
    color: #999;
}

.ico_2026{
    font-size: 2em;
    color: #5D6532!important;
}

.ico_2026_azul{
    font-size: 2em;
    color: #0096ff!important;
}

.ico_2026_morado{
    font-size: 2em;
    color: #a349a4!important;
}



.campo {
    margin-bottom: 20px;
}

label {
    color: #555;
    font-size: 14px;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
textarea {
    width: 100%;
    padding: 10px;
    /*border: 1px solid #ddd;*/
    border: 2px solid rgba(0, 150, 255, 0.5);
    border-radius: 4px;
    font-size: 14px;
    color: #000;

}




textarea:focus,
input:focus {
    outline: none;
    /*border: 1px solid #ddd;*/
    border: 1px solid rgba(93, 101, 50, 0.5);
}

input[type="file"] {
    width: 100%;
    padding: 5px;
    margin-top: 5px;
    font-family: sans-serif;
}

textarea {
    resize: vertical;
    font-family: sans-serif;
}

hr {
    margin: 30px 0;
    border: none;
    border-top: 1px solid #ddd;
}

.campo-checkbox {
    margin-bottom: 20px;
}

.campo-checkbox input[type="checkbox"] {
    margin-right: 10px;
}

.campo-checkbox label {
    display: inline;
    font-weight: normal;
}

.campo-checkbox a {
    color: #000;
    text-decoration: none;
}

.campo-checkbox a:hover {
    /*text-decoration: underline;*/
}

button {
     width: auto;
    padding: 12px;
    background-color: #0096ff;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
}

button:hover {
    background-color: #666;
}

.centra_button{
    text-align: center;
}



/* Móvil */
@media (max-width: 768px) {
    
    input[type="text"],
    input[type="tel"],
    input[type="email"],
    input[type="url"],
    textarea {
        font-size: 16px;
    }
    
    button {
        font-size: 18px;
        padding: 14px;
    }
}



/*************/



.tam {
    font-size: 2em;
    color: #000;
    line-height: 30px;
    font-family: "Indie Flower", cursive;
}

.tam_verde {
    font-size: 2em;
    color: #5d6532;
    line-height: 30px;
    font-family: "Indie Flower", cursive;
}


.taller{
    position: relative;
    left: 50px;
    font-size: 17px;
}

/**********/




.desktop_no{
    display: none;
}

.container{
max-width: none;
  width: 100%;
  padding: 0;
  margin: 0;
}



/***********/

.oculto-visual {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/************/



/****************/

.listado_blog{
    width: 1000px;
    margin: 0 auto;
}

.item {
    margin-bottom: 40px;
}

.item_2026 {
    margin-bottom: 40px;
}



.blog_img {
    float: left;
    width: 20%;
    border: 1px solid #5D6532;
    border-radius: 5px;
}

.blog_img img {
    width: 98%;
    padding: 1%;
    vertical-align: top;
}

.blog_describe {
    float: right;
    width: 65%;
    color: #000!important;
    font-family: sans-serif;
}

.blog_tit_2026 {
    color: #000!important;
    transition: all 0.3s ease;
    font-family: sans-serif;
    font-size: 20px;
}

.blog_descripcion_2026 {
    font-size: 14px;
    color: #000;
}










/* BOTON EFX */

.default-btn {
  z-index: 1;
  font-size: 15px;
  color: #fdfbd4;
  padding: 15px 30px 16px;
  line-height: 1;
  font-weight: bold;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  text-align: center;
  background-color: #5D6532;
  font-family: "Indie Flower", cursive;
  position: relative;
  overflow: hidden;
}



.default-btn span::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 2px;
height: 100%;
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(transparent));
background: linear-gradient(top, #ffffff, transparent);
-webkit-animation: top 2s linear infinite;
        animation: top 2s linear infinite;
-webkit-animation-delay: 1s;
        animation-delay: 1s;
}

.default-btn span::after {
content: "";
position: absolute;
bottom: 0;
right: 0;
width: 2px;
height: 100%;
background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(transparent));
background: linear-gradient(bottom, #ffffff, transparent);
-webkit-animation: bottom 2s linear infinite;
        animation: bottom 2s linear infinite;
-webkit-animation-delay: 1s;
        animation-delay: 1s;
}

.default-btn::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 2px;
background: -webkit-gradient(linear, right top, left top, from(#ffffff), to(transparent));
background: linear-gradient(right, #ffffff, transparent);
-webkit-animation: right 2s linear infinite;
        animation: right 2s linear infinite;
}

.default-btn::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 2px;
background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(transparent));
background: linear-gradient(left, #ffffff, transparent);
-webkit-animation: left 2s linear infinite;
        animation: left 2s linear infinite;
}

.default-btn:hover {
color: #fdfbd4;
background-color: #5D6532;
font-family: "Indie Flower", cursive;
}




.default-btn {
  z-index: 1;
  font-size: 18px;
  color: #fdfbd4;
  padding: 15px 30px 16px;
  line-height: 1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  text-align: center;
  background-color: #5D6532;
  font-family: "Indie Flower", cursive;
  position: relative;
  font-weight: bold;
  overflow: hidden;
}


.default-btn span::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 2px;
height: 100%;
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(transparent));
background: linear-gradient(top, #ffffff, transparent);
-webkit-animation: top 2s linear infinite;
        animation: top 2s linear infinite;
-webkit-animation-delay: 1s;
        animation-delay: 1s;
}

.default-btn span::after {
content: "";
position: absolute;
bottom: 0;
right: 0;
width: 2px;
height: 100%;
background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(transparent));
background: linear-gradient(bottom, #ffffff, transparent);
-webkit-animation: bottom 2s linear infinite;
        animation: bottom 2s linear infinite;
-webkit-animation-delay: 1s;
        animation-delay: 1s;
}

.default-btn::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 2px;
background: -webkit-gradient(linear, right top, left top, from(#ffffff), to(transparent));
background: linear-gradient(right, #ffffff, transparent);
-webkit-animation: right 2s linear infinite;
        animation: right 2s linear infinite;
}

.default-btn::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 2px;
background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(transparent));
background: linear-gradient(left, #ffffff, transparent);
-webkit-animation: left 2s linear infinite;
        animation: left 2s linear infinite;
}

.default-btn:hover {
background-color: #000;
color: #fdfbd4;
}




.btn-azul {
  z-index: 1;
  font-size: 22px;
  color: #fdfbd4;
  padding: 15px 30px 16px;
  line-height: 1;
  transition: all ease 0.5s;
  text-align: center;
  background-color: #4169e1;
  font-family: "Indie Flower", cursive;
  position: relative;
  font-weight: bold;
  overflow: hidden;
  display: inline-block;
  text-decoration: none;
}

.btn-azul span {
  position: relative;
  z-index: 2;
}

.btn-azul span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(transparent));
  background: linear-gradient(to bottom, #ffffff, transparent);
  -webkit-animation: top 2s linear infinite;
  animation: top 2s linear infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.btn-azul span::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(transparent));
  background: linear-gradient(to top, #ffffff, transparent);
  -webkit-animation: bottom 2s linear infinite;
  animation: bottom 2s linear infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.btn-azul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(#ffffff), to(transparent));
  background: linear-gradient(to left, #ffffff, transparent);
  -webkit-animation: right 2s linear infinite;
  animation: right 2s linear infinite;
}

.btn-azul::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(transparent));
  background: linear-gradient(to right, #ffffff, transparent);
  -webkit-animation: left 2s linear infinite;
  animation: left 2s linear infinite;
}

.btn-azul:hover {
  background-color: #2f4fc7;
  color: #fdfbd4;
}




@-webkit-keyframes left {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes left {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@-webkit-keyframes right {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes right {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@-webkit-keyframes top {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes top {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@-webkit-keyframes bottom {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes bottom {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

/*****/




/*****/

.footer {
    background-color: #ede8d0;
    padding: 50px 20px;
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.3);
    color:#999;
    
}

.contenedor-footer {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.columna-logo {
    display: flex;
    flex-direction: column;
}

.columna-logo img {
    width: 260px;
    position: relative;
    left: -6px;
    padding-bottom: 30px;
}

.logo {
    width: 200px;
    margin-bottom: 15px;
}

.descripcion {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: ##666;
}

.boton-publicar {
    background-color: #4169e1;
    color: #fff;
    padding: 12px 24px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    width: fit-content;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

.boton-publicar:hover {
    background-color: #999;
}

.columna h4 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #5D6532;
    font-family: "Indie Flower", cursive;

}

.columna ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.columna ul li {
    margin-bottom: 12px;
}

.columna ul li a {
    color: #999;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.columna ul li a:hover {
    color: #000;
}

.contacto {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 10px;
    color: #e0e0e0;
}


/**********/

.envuelve_form{
    width: 800px;
    margin: 0 auto;
}

.btn_2025{
	color: #000;
	font-weight: bold;
	transition: color 0.3s ease;
}

.btn_2025:hover{
	color: #999;
}


.centra_2026{
	text-align: center;
}

.linea-sombreada {
    width: 100%;
    height: 1px;
    background-color: #666;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5), 
                0 -2px 4px rgba(0, 0, 0, 0.5);
    margin-top: 60px;
    margin-bottom: 60px;
}


/** **/

/* Style the buttons that are used to open and close the accordion panel */

    .accordion {
    background: transparent;
    color: #5d6532;
    cursor: pointer;
    padding: 0;
    border: none;
    outline: none;
    transition: 0.4s;
    font-size: 1.6em;
    font-weight: normal;
    position: relative;
    /* bottom: 38px; */
    /* left: 7px; */
    display: inline-block;
    float: left;
    padding-left: 3px;
    padding-top: 0;
    width: 20px;
    z-index: 10; /* más alto que el logo */
    top: -2px;
}


/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: transparent;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 0;
    background: #fff;
    max-height: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}


/** **/

/*
.menu{
	background: #fff;
	padding: 1%;
	box-shadow:
    0 4px 6px rgba(0, 0, 0, 0.1),  
    0 -4px 6px rgba(0, 0, 0, 0.06); 
	position: relative;
}
*/

/*
@font-face {
    font-family: 'hey_augustregular';
    src: url('../fonts/hey_august-webfont.woff2') format('woff2'),
         url('../fonts/hey_august-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
*/

.menu {
    background: #fff;
    padding: 1%;
    /*box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);*/
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 120px;
    width: fit-content;
    margin: 0 auto;
    white-space: nowrap;
    font-family: "Indie Flower", cursive;
    font-weight: bold;
}

.menu_sombra{
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/*
.menu_web{
	font-size: 0;
	text-align: center;
}
*/

.menu_web {
    font-size: 0;
    text-align: center;
    flex: 1;
    font-weight: bold!important;
}


.menu_web li {
    font-size: 24px;
    display: inline-block;
    padding: 0 10px;
    vertical-align: middle;
    font-family: "Indie Flower", cursive;
}

.menu_web li a {
	color: #5D6532;
	transition: color .3s ease;
}

.menu_web li a:hover {
	color: #000;
}




.cabecera{
	/*padding: 0;
    overflow: hidden;*/

 padding: 0 0 16px 0;
  overflow: hidden;
	
}

.corner{
	 border-radius: 5px;
	 display: block;
}



.menu_movil{
	display: none;
}



.logo_up {
    width: 200px;
}



.banner-500 {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.3), 0 5px 10px rgba(0, 0, 0, 0.3);
}

.banner-500 img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
    object-position: center center;
}



.banner {
  position: relative;
  width: 100%;
  height: 690px;
  overflow: hidden;
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.3), 0 5px 10px rgba(0, 0, 0, 0.3);
}

.banner img {
    width: 100%;
    height: 690px;
    object-fit: cover;
    display: block;
    object-position: center 30%; /* ajusta el 30% según donde quieras el foco */
}

.banner .default-btn {
  position: absolute !important;
  top: 15%;
  left: 50%;
  transform: translateX(-50%) !important;
  z-index: 100;
}


.banner-sectores {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.3), 0 5px 10px rgba(0, 0, 0, 0.3);
}

.banner-sectores img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
    object-position: center 30%; /* ajusta el 30% según donde quieras el foco */
}



/*
.banner h1 {
  position: absolute;
  top: 72%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  margin: 0;
  font-size: 28px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  text-align: center;
  line-height: 40px;
}
*/

/**********/


.banner-blog {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.3), 0 5px 10px rgba(0, 0, 0, 0.3);
}

.banner-blog img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
}

.banner-blog h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  margin: 0;
  font-size: 28px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  text-align: center;
  line-height: 40px;
}
/**********/

.banner-blog-color {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
  background: #ccc;
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.3), 0 5px 10px rgba(0, 0, 0, 0.3);
}

.banner-blog-color h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  margin: 0;
  font-size: 28px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  text-align: center;
  line-height: 40px;
}

/**********/

.title_h1{
    text-align: center;
    font-size: 2.4em;
    font-family: "Indie Flower", cursive;
    color: #5D6532;
    line-height: 70px;
}

.title_h2{
    text-align: center;
    font-size: 1.8em;
    font-family: "Indie Flower", cursive;
    color: #5D6532;
    line-height: 70px;
}

/**********/



.envuelve{
	width: 1200px;
	margin: 0 auto;
}

.space_up{
	height: 80px;
}

.space_up_ficha{
    height: 40px;
}


/**********************************/


.not_izq_2026 {
    float: left;
    width: 65%;
    text-align: left;
}

.not_der_2026 {
    float: right;
    width: 29%;
}

.not_der_2026 img{
	width: 100%;
	vertical-align: top;
}

.texto_ancho_2026{
	text-align: left;
}

.not_izq_2026_bis{
	float: left;
	width: 40%;
}

.not_izq_2026_bis img{
	width: 100%;
	vertical-align: top;
}

.not_der_2026_bis{
	float: right;
	width: 58%;
}

.envuelve_ante{
	width: 1200px;
	margin: 0 auto;
}

.envuelve_bg{
    background:#ccc;
    padding: 2%;
     box-shadow: 
        0 -5px 10px rgba(0, 0, 0, 0.4),  /* sombra superior */
        0 5px 10px rgba(0, 0, 0, 0.4);   /* sombra inferior */
}

.envuelve_bg_suave{
    background: rgba(204, 204, 204, 0.5);
    padding: 2%;
     box-shadow: 
        0 -5px 10px rgba(0, 0, 0, 0.3),  /* sombra superior */
        0 5px 10px rgba(0, 0, 0, 0.3);   /* sombra inferior */
}

.envuelve_bg_suave_mas{
    background: rgba(204, 204, 204, 0.3);
    padding: 2%;
     box-shadow: 
        0 -5px 10px rgba(0, 0, 0, 0.3),  /* sombra superior */
        0 5px 10px rgba(0, 0, 0, 0.3);   /* sombra inferior */
}



.not_izq_2026_ficha{
    float: left;
    width: 68%;
    text-align: left;
}

.not_der_2026_ficha{
    float: right;
    width: 30%;
}

.not_der_2026_ficha img{
    width: 80%;
    vertical-align: top;
}



.not_izq_2026_bis_ficha{
    float: left;
    width: 30%;
}

.not_izq_2026_bis_ficha img{
    width: 80%;
    vertical-align: top;
}

.not_der_2026_bis_ficha{
    float: right;
    width: 68%;
}



/**********/




@media only screen and (min-width:0px) and (max-width:1024px){

.container {
        width: 100%;
        padding: 0;
        overflow: hidden;
        min-height: 100vh;
        display: flex;
        flex-direction: column;
    }



.desktop_no{
    display: block;
}


.not_izq_2026_bis_ficha {
    float: left;
    width: 100%;
}

.not_izq_2026_bis_ficha img {
    width: 100%;
    vertical-align: top;
    text-align: center;
}

    .not_der_2026_bis_ficha {
        float: left;
        width: 100%;
        text-align: center;
        margin-top: 40px;
    }

    

.menu{
	display: none;
}



.menu_web {
    padding-bottom: 20px; /* espacio solo en el contenido interno */
}

    .menu_web li {
        font-size: 21px;
        display: inline-block;
        text-align: center;
        color: #5d6532;
        width: 100%;
        padding: 0;
        margin-bottom: 6px;
        vertical-align: top;
        font-weight: bold;
    }

/*************/


.not_izq_2026{
	float: left;
	text-align: center;
	width: 96%;
	padding: 2%;
}

.not_der_2026{
	float: left;
	width: 96%;
	padding: 2%;
	text-align: center;
}

.not_der_2026 img{
	width: 100%;
	vertical-align: top;
}

.texto_ancho_2026{
	text-align: center;
	width: 96%;
	padding: 2%;
	
}


.not_izq_2026_bis{
	float: left;
	width: 100%;
	text-align: center;
}

.not_izq_2026_bis img{
	width: 100%;
	vertical-align: top;
}

.not_der_2026_bis{
	float: left;
	width: 100%;
	text-align: center;
}


.space_2026{
    height:20px;
    
}










/*************/

    .blog_img {
        float: left;
        width: 90%;
        margin: 5%;
        border: 1px solid #000;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
}

    .blog_describe {
    float: left;
    width: 96%;
    padding: 2%;
    color: #000;
    font-family: sans-serif;
    text-align: center;
    margin-bottom: 40px;
}

.menu_movil {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    padding: 0; /* muy reducido arriba/abajo */
    min-height: auto; /* quita cualquier altura mínima */
    height: auto; /* altura automática según contenido */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}


.accordion {
    order: 1;
    flex: 0 0 auto;
    padding: 3px;
    margin: 0;
    line-height: 1;
}
    
    .logo_mov {
        order: 2;
        flex: 1 1 auto;
        max-width: 85%;
        margin: 0 auto;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.logo_mov a {
    display: flex;
    align-items: center;
}
    
    .logo_mov img {
        width: auto;
        height: 46px;
        max-width: 100%;
        display: block;
    }
    
    .panel {
        order: 3;
        width: 100%;
    }




.banner {
    height: 200px; /* reduce la altura en móvil */
}

.banner img {
    /*height: 200px;*/ /* misma altura que el contenedor */
    height: 200px;
        object-fit: cover;
        object-position: center center;
}

.banner-sectores {
    height: 200px; /* reduce la altura en móvil */
}

.banner-sectores img {
    height: 200px; /* misma altura que el contenedor */
}


.banner h1 {
    font-size: 18px; /* texto más pequeño */
    line-height: 24px;
    padding: 0 10px; /* espacio lateral para que no se pegue */
    width: 90%; /* limita el ancho */
}



.banner-blog {
    height: 180px;
}

.banner-blog img {
    height: 180px;
}

.banner-blog h1 {
    font-size: 18px;
    line-height: 24px;
    padding: 0 10px;
    width: 90%;
}

.tam {
    font-size: 1.4em;
    color: #000;
    line-height: 30px;
    font-family: "Indie Flower", cursive;
}



    .envuelve {
        width: 96%;
        padding: 2%;
        margin: 0 auto;
    }

.space_up {
    height: 20px;
}




.footer {
    padding: 30px 15px;
}

.contenedor-footer {
    grid-template-columns: 1fr; /* una sola columna */
    gap: 30px;
    text-align: center;
}

.columna-logo {
    align-items: center; /* centra el contenido */
}

.columna-logo img {
        width: 200px;
        left: 0;
        max-width: 90%;
        margin-bottom: 0;
    }

.descripcion {
    text-align: center;
}

.boton-publicar {
    margin: 0 auto; /* centra el botón */
}

    .columna h4 {
        text-align: center;
        font-size: 1.4em;
    }

.columna ul {
    text-align: center;
}



.banner-blog-color {
    height: 180px;
}

.banner-blog-color h1 {
    font-size: 18px;
    line-height: 24px;
    padding: 0 10px;
    width: 90%;
}

.no_mov{
    display: none;
}

.cont_izq {
    float: left;
    width: 100%;
}

.cont_der {
        float: left;
        width: 92%;
        padding: 4%;
    }

    .campo {
    margin-bottom: 20px;
    width: 93%;
}

.centra_mov{
    text-align: center;
}

.title_h1 {
    text-align: center;
    font-size: 1.8em;
    font-family: "Indie Flower", cursive;
    color: #5D6532;
    line-height: 42px;
}

.title_h2 {
    text-align: center;
    font-size: 1.6em;
    font-family: "Indie Flower", cursive;
    color: #5D6532;
    line-height: 42px;
}

.tam {
        font-size: 1.6em;
        color: #000;
        line-height: 30px;
        font-family: "Indie Flower", cursive;
    }

    .img_logo_pie{
        width: 100%;
        height: auto;
    }


    .not_izq_2026_ficha {
    float: left;
    width: 100%;
    text-align: center;
}

.not_der_2026_ficha {
    float: left;
    width: 100%;
    text-align: center;
}

.not_der_2026_ficha img {
    width: 100%;
    vertical-align: top;
}

.envuelve_form{
    width: 100%;
    margin: 0 auto;
}





}






.grid-container {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 20px;
}

.grid-item {
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
}

.grid-item a {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: opacity 0.3s ease;
}

.grid-item a:hover {
    opacity: 0.8;
}

.grid-item img {
    width: 100%;
    height: auto;
    display: block;
}

.grid-item h3 {
    padding: 15px;
    font-size: 16px;
    text-align: center;
    color: #333;
}

/* Mobile */
@media (max-width: 768px) {
    .grid-container {
        grid-template-columns: 1fr;
    }

    .img_mov{
    width: 96%;
    padding: 2%;
    vertical-align: top;
}

}

/* SELECTORES DE IDIOMA */
.lang-selector {
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
}

.lang-selector a {
    color: #000;
    text-decoration: none;
    transition: color 0.3s ease;
}

.lang-selector a:hover {
    color: #999;
}

.lang-selector span {
    color: #ccc;
}

/* Desktop - a la derecha, altura del logo */
.menu_sombra {
    position: relative;
}

.menu_sombra .lang-selector {
    position: absolute;
    right: 20px;
    top: 38px;
}

@media (max-width: 1024px) {
    .menu_sombra .lang-selector,
    .lang-selector {
        position: fixed;
        top: 7px;
        right: 15px;
        z-index: 9999;
        flex-direction: column;
        gap: 2px;
        align-items: center;
        font-size: 12px;
        font-weight: bold;
    }

    .lang-selector span {
        display: none;
    }
}