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


/**LANDING**/

.landing-listado {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.landing-item {
  display: flex;
  justify-content: space-between;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 15px;
  align-items: center;
  align-items: flex-start;
}

.landing-contenido {
  width: 75%;
  text-align: left;
}

.landing-logo {
  width: 20%;
  text-align: right;
}

.landing-logo img {
  width: 100%;
  max-width: 160px;
  height: auto;
}

.landing-contenido h3 {
  margin: 0 0 0px 0;
  /*background: #c00;*/
  color: #0589ff;
  /*padding: 8px;*/
  font-size: 1.4em;
}

.landing-contenido p {
  margin: 5px 0;
  font-size: 15px;

}

.ico_color{
    color: #0589ff;
}


@media (max-width: 1024px) {
  .landing-item {
    flex-direction: column;
  }
  .landing-contenido {
    width: 100%;
  }

  .landing-contenido h3 {
    text-align: center;
  }
  
  .landing-logo:not(.mobile-logo) {
    display: none !important;
  }
  .mobile-logo {
    display: block !important;
    width: auto;
    margin: 10px 0;
    text-align: center;
  }
  .mobile-logo img {
    max-width: 120px;
    height: auto;
  }

}

@media (min-width: 1025px) {
  .mobile-logo {
    display: none;
  }
}

/**/


.centra_2026_listado {
    text-align: center;
}

/*
.centra_2026_listado img{
    width: 100%;
    vertical-align: top;
}
*/

.tam_small {
    font-size: 1.3em;
    color: #0096ff;
    line-height: 30px;
}

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

.contenedor-sectores {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.modulo-sector {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 0 20px 30px 20px;
    text-align: center;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    color: inherit;
    align-items: center;
    min-height: 200px;
}

.modulo-sector h3 {
    margin: 20px 0 20px 0;
    font-size: 1.2em;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
}

.modulo-sector p {
    margin: 5px 0;
    line-height: 1.5;
}



/* Responsive para móvil */
@media (max-width: 768px) {
    .contenedor-sectores {
        grid-template-columns: 1fr;
    }
}



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

.titulo-provincias {
    text-align: center;
    color: #1976d2;
    font-size: 1.4em;
    margin: 20px 0;
}

.contenedor-provincias {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
}

.btn-provincia {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 12px 20px;
    text-align: center;
    text-decoration: none;
    color: #000;
    transition: border-color 0.3s ease;
    display: block;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

.btn-provincia:hover {
    border-color: #ccc;
    box-shadow: 0 4px 10px rgba(0,0,0,0.4);
}


.btn-provincia.disabled {
  pointer-events: none;
  opacity: 0.6;
  cursor: default;
}

.btn-provincia:not(.disabled):hover {
  border-color: #000;
}



/* Responsive para móvil */
@media (max-width: 768px) {
    .contenedor-provincias {
        grid-template-columns: repeat(2, 1fr);
    }
}


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


.desktop_no{
    display: none;
}

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

.space_2026_ficha{
    height:60px!important;
    
}

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

.ficha_pie{
    font-size: 0;
}

.ficha_pie li{
    font-size: 15px;
    width: 23%;
    padding: 1%;
    display: inline-block;
    vertical-align: top;
}

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

.ficha_pie li a:hover{
    color: #999;
}

.ico_ficha{
    font-size: 2.4em;
    color: #0070cb;
}



.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_redes{
    font-size: 0;
    text-align: center;
}

.listado_redes li{
    font-size: 22px;
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
}

.listado_redes li:last-child{
    margin-right: 0;
}

.listado_redes li a{
    color: #999;
    transition: all 0.3s ease;
    position: relative; /* AGREGÁ ESTA LÍNEA */
    display: inline-block; /* Y ESTA TAMBIÉN */
}

.listado_redes li a:hover{
    color: #444;
}

/********/

.listado_redes_landing{
    font-size: 0;
}

.listado_redes_landing li{
    font-size: 22px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
}

.listado_redes_landing li:last-child{
    margin-right: 0;
}

.listado_redes_landing li a{
    color: #999;
    transition: all 0.3s ease;
    position: relative; /* AGREGÁ ESTA LÍNEA */
    display: inline-block; /* Y ESTA TAMBIÉN */
}

.listado_redes_landing li a:hover{
    color: #444;
}




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

.data_2026{
    line-height: 25px;
    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: #0070cb!important;
}

/*********/

.img_publica{
    width: 100%;
    vertical-align: top;
    height: 522px;
}

.ico_cont{
    font-size: 2.4em;
    color: #000;
}

/*********/

.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: 1px 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(0, 150, 255, 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: 100%;
    padding: 12px;
    background-color: #000;
    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;
}

/*****/

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

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






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

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

.item {
    margin-bottom: 40px;
}

.blog_img {
    float: left;
    width: 20%;
    border: 1px solid #0096ff;
    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;
}

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

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



/* BOTON EFX */

.default-btn {
  z-index: 1;
  font-family: sans-serif;
  font-size: 15px;
  color: #fff;
  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: #000;
  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 {
background-color: #000;
color: #ffc72c;
}




.default-btn {
  z-index: 1;
  font-family: sans-serif;
  font-size: 16px;
  color: #fff;
  padding: 15px 30px 16px;
  line-height: 1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  text-align: center;
  background-color: #000;
  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 {
background-color: #666;
color: #fff;
}


@-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%);
  }
}

/*****/

/****/
.contenedor-modulos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 20px;
}
.modulo {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.3s ease;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    color: inherit;
    align-items: center;
}
.modulo:hover {
    background-color: #f5f5f5;
    box-shadow: 0 4px 12px rgba(100, 150, 255, 0.5);
}

.modulo_serv {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 0;
    text-align: center;
    transition: all 0.3s ease;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    color: inherit;
    align-items: center;
}
.modulo_serv:hover {
    background-color: #f5f5f5;
    box-shadow: 0 4px 12px rgba(100, 150, 255, 0.5);
}


.icono {
    width: 200px;
    height: 100px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.icono img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.icono_serv {
  width: 100%;  /* Cambia de 200px a 100% */
  height: 150px;  /* Ajustá esta altura según te convenga */
  margin: 0 0 20px 0;  /* Elimina el auto para que ocupe todo */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.icono_serv img {
  width: 100%;  /* Ocupa todo el ancho */
  height: 100%;  /* Ocupa toda la altura */
  object-fit: cover;  /* Cambia de contain a cover para llenar todo */
}


.modulo h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #333;
    flex-grow: 1;
}
.modulo p {
    font-size: 14px;
    color: #666;
    margin: 5px 0;
}
.valoracion {
    margin-bottom: 15px;
}
.enlace {
    background-color: #000;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    padding: 6px 12px;
    border-radius: 4px;
    display: inline-block;
    text-decoration: none;
    margin-top: auto;
    transition: all 0.3s ease;
}

.modulo:hover .enlace {
    background-color: #666;
}

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


.contenedor-modulos-dir {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr)); /* Añadí minmax(0, 1fr) */
    gap: 20px;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

@media (max-width: 1024px) {
  .contenedor-modulos-dir {
    grid-template-columns: repeat(1, 1fr);
    width: 96%;
    padding: 2%;
  }
}


.modulo-dir {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.3s ease;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    color: inherit;
    align-items: center;
}
.modulo-dir:hover {
    background-color: #f5f5f5;
    box-shadow: 0 4px 12px rgba(100, 150, 255, 0.5);
}

.icono-dir {
    width: 100%;
    height: 100px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icono-dir img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.modulo-dir h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #333;
    flex-grow: 1;
}
.modulo-dir p {
    font-size: 14px;
    color: #666;
    margin: 5px 0;
}
.valoracion-fir {
    margin-bottom: 15px;
}
.enlace-dir {
    background-color: #1976d2;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    padding: 6px 12px;
    border-radius: 4px;
    display: inline-block;
    text-decoration: none;
    margin-top: auto;
    transition: all 0.3s ease;
}

.modulo-dir:hover .enlace {
    background-color: #666;
}







/********/


.listado_not {
    font-size: 0;
}

.listado_not li {
    font-size: 13px;
    width: 23%;
    padding: 1%;
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
    text-align: center;
}

.listado_not li a {
    background: #f5f5f5;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.listado_not li a:hover {
    background: #a9a9a9;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);

}


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

.listado_not li a .tit_not {
    color: #999;
    transition: all 0.3s ease;
    padding: 2%;
}

.listado_not li a:hover .tit_not {
    color: #fff;
    transition: all 0.3s ease;
    padding: 2%;
}


/*****/

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

.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: #fff;
}

.boton-publicar {
    background-color: #000;
    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: #777;
}

.columna h4 {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 600;
}

.columna ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

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

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


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

.tam{
	font-size: 1.6em;
	color:#0096ff;
}

.tam_black{
	font-size: 1.4em;
}

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

.btn_2025:hover{
	color: #999;
}

.btn_2025_normal{
    color: #000;
    font-weight: normal;
    transition: color 0.3s ease;
}

.btn_2025_normal:hover{
    color: #999;
}

.btn_2025_az{
    color: #0260d5;
    font-weight: normal;
    transition: color 0.3s ease;
}

.btn_2025_az:hover{
    color: #999;
}



.red-text{
	color: red;
}

.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: #000;
    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;
}
*/

.menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    white-space: nowrap;
}

.header-wrap {
    position: relative;
    width: 100%;
    min-height: 68px;
    padding: 0 16px;
    box-sizing: border-box;
}

.header-centro {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-56%, -50%);
}





.menu_sombra {
    position: relative;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}


/* ===== BUSCADOR HEADER (DESKTOP) ===== */

.header-buscador {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    max-width: 760px;
    overflow: hidden;
    box-sizing: border-box;
}

.buscador-header-form {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: nowrap;
}

.buscador-header-form input,
.buscador-header-form select {
    height: 36px;
    padding: 0 10px;
    border: 1px solid #d9d9d9;
    border-radius: 7px;
    background: #fff;
    color: #111;
    font-size: 14px;
    box-sizing: border-box;
    outline: none;
    flex: 0 0 auto;
}

.buscador-header-form input[name="q"] {
    width: 150px;
    text-align: center;
}

.buscador-header-form select[name="rubro"],
.buscador-header-form select[name="localidad"] {
    width: 150px;
    text-align: center;
}

.buscador-header-form button {
    height: 36px !important;
    width: 75px !important;
    min-width: 75px !important;
    max-width: 75px !important;
    padding: 0 !important;

    border: none;
    border-radius: 7px;
    background: #111;
    color: #fff;

    font-size: 14px;
    font-weight: 600;
    line-height: 36px;
    text-align: center;

    cursor: pointer;
    white-space: nowrap;

    flex: 0 0 auto;
}

.buscador-header-form button:hover {
    background: #333;
}

/* Uniformar selects (evita diferencias visuales) */
.buscador-header-form select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: none;
}

.buscador-header-form input:focus,
.buscador-header-form select:focus {
    border-color: #111;
}

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

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


/* ===== MENU WEB - desktop ===== */
.menu_web {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.menu_web li a {
    color: #000;
    display: block;
    padding: 6px 8px;
}


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

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


.cabecera{
	padding: 0;
    overflow: hidden;
	
}

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


.titulo_h1{
	font-size:1.8em;
	color:#000;
	text-align: center;
	margin-bottom: 60px;
	margin-top: 60px;
	line-height: 40px;
}

.titulo_h1_ficha{
    font-size:1.8em;
    color:#000;
    text-align: center;
    margin-bottom: 60px;
    line-height: 40px;
}


.pie_2025{
	padding: 2%;
	text-align: center;
	background: #000;
	color: #999;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0 !important;
}

.pie_2025 a{
	color: #999;
	transition: color .3s ease;
}

.pie_2025 a:hover{
	color: #fff;
}


.menu_movil{
	display: none;
}

/*
.logo_up {
    width: 150px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
}
*/

 /*
 .logo_up {
width: 150px;
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 250px;
}
*/

.logo_up {
    width: 150px;
    height: auto;
    flex-shrink: 0;
    position: relative;
    right: 37px;
}

.banner {
  position: relative;
  width: 100%;
  height: 380px;
  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: 380px;
    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: #71afe5;
  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: white;
  margin: 0;
  font-size: 28px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  text-align: center;
  line-height: 40px;
}

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



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

.envuelve_big{
    width: 1600px;
    margin: 0 auto;
}

.space_up{
	height: 80px;
}

.space_up_ficha{
    height: 40px;
}


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


.directorio_izq{
float: left;
background: #f5f5f5;
width: 16%;
border-radius: 5px;
padding: 2%!important;
}

.directorio_der{
    float: right;
    width: 79%;
    border: 0px solid #e0e0e0;
    background: #f5f5f5;
    border-radius: 5px;
    text-align: left;

}


/****** TABLE *****/

.table-container {
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid #c0c0c0;
}

.table-container table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.table-container thead {
    background-color: #0096ff;
    color: #fff;
}

.table-container th {
    text-align: center;
    font-weight: bold;
}

.table-container th, .table-container td {
    padding: 12px 15px;
    vertical-align: top;
    border-right: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    white-space: normal;
}


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


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

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

.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 */
}



.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;
}



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

.directorio_izq {
    float: left;
    background: #f5f5f5;
    width: 96%;
    padding: 2%;
    border-radius: 5px;
    padding: 0;
    margin-bottom: 20px;
}

.directorio_der {
    float: left;
    width: 100%;
    border: 0px solid #e0e0e0;
    background: #f5f5f5;
    border-radius: 5px;
    text-align: left;
}

    

.menu{
	display: none;
}

.titulo_h1 {
    font-size: 1.4em;
    color: #000;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
    line-height: 41px;
}

/* ===== MENU WEB - móvil vertical (dentro del panel acordeón) ===== */
.menu_web {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding-bottom: 10px;
    width: 100%;
}

.menu_web li {
    font-size: 16px;
    display: block;
    text-align: center;
    color: #000;
    width: 100%;
    padding: 0;
    margin-bottom: 5px;
    font-weight: normal;
}

.menu_web li a {
    display: block;
    width: 100%;
    padding: 10px 8px;
}

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


.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;
}

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

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

.space_2026{
    height:20px;
    
}



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

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

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

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



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

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

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

.ficha_pie {
    margin: 0 auto;
    max-width: 100%;
    text-align: center;   /* centra todo el contenido */
    padding: 10px;
    white-space: normal;  /* permite saltos de línea */
    word-break: break-word; /* corta palabras largas como URLs */
}

.ficha_pie li {
    font-size: 15px;
    width: 100%;
    padding: 0;
    display: block;       /* ocupa todo el ancho */
    margin-bottom: 40px;
    text-align: center;
}

.ficha_pie li:last-child {
    margin-bottom: 0;
}

.ficha_pie li a {
    display: inline-block;
    text-align: center;
    white-space: normal;   /* permite que la URL se parta */
    word-break: break-word; /* asegura que no se desborde */
}







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

    .blog_img {
        float: left;
        width: 90%;
        margin: 5%;
        border: 1px solid #0096ff;
        -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: 50px;
        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 */
}

.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: #0096ff;
    line-height: 30px;
}



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

.space_up {
    height: 20px;
}


.contenedor-modulos {
    grid-template-columns: 1fr; /* una sola columna */
    gap: 15px;
    padding: 4px;
}

.modulo {
    padding: 20px 15px; /* reduce padding en móvil */
}

    .listado_not li {
        width: 100%;
        padding: 0;
        display: block;
        margin-bottom: 15px;
    }

.listado_not li a {
    display: block; /* cambia de inline-block a block */
    width: 100%; /* asegura que ocupe todo el li */
}

.listado_not li img {
    width: 100%;
    display: block; /* elimina espacios extra */
}

.listado_not li:last-child {
    margin-bottom: 0;
}

.listado_not li:last-child {
    margin-bottom: 0;
}

.tam_black {
        font-size: 1.3em;
        line-height: 30px;
    }


.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;
}

.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: 92%;
    padding: 2%;
    text-align: center;
}

.img_publica {
    width: 100%;
    vertical-align: top;
    height: auto;
}

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

    .tam_black {
        font-size: 1.3em;
        line-height: 30px;
        text-align: center;
    }


input[type="text"], 
input[type="tel"], 
input[type="email"], 
input[type="url"], 
textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid rgba(0, 150, 255, 0.5);
    border-radius: 4px;
    font-size: 16px;
    color: #000;
    box-sizing: border-box; /* esto es clave - incluye padding y border en el width */
}

.listado_redes {
    font-size: 0;
    text-align: center;
}

    .listado_redes li {
        font-size: 22px;
        display: inline-block;
        margin-right: 0px;
        vertical-align: top;
    }

/*
.centra_2026 {
    text-align: center;
    width: 200px;
    margin: 0 auto;
}
*/

    .centra_2026 {
        text-align: center;
        width: 92%;
        padding: 4%;
        margin: 0 auto;
    }    

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


.centra_2026_listado {
    text-align: center;
    width: 280px;
    margin: 0 auto;
}

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



.centra_2026_rubio {
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

.centra_2026_rubio img{
    width: 30%;
    vertical-align: top;
}




/**** TABLA *****/

/* Limitar ancho de la columna Finalidad */
.table-container th:nth-child(3),
.table-container td:nth-child(3) {
  max-width: 350px;
  line-height: 1.3;
  padding: 6px 12px;
  font-size: 13px; /* opcional: letra un poco más pequeña */
}

/* Para móviles: activar scroll horizontal */
@media (max-width: 768px) {
  .table-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  .table-container table {
    min-width: 700px;
  }
}



}






/* 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;
    }
}




@media (max-width: 1800px) {
    .header-wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        padding: 0 10px;
    }

    .header-centro {
        position: static;
        transform: none;
        flex: 1 1 auto;
        min-width: 0;
    }

    .menu {
        justify-content: flex-start;
        width: auto;
        margin: 0;
    }

    .menu_web {
        gap: 8px;
    }

    .menu_web li a {
        padding: 6px 6px;
    }

    .header-buscador {
        position: static;
        transform: none;
        right: auto;
        top: auto;
        flex: 0 0 auto;
    }

    .logo_up {
    width: 150px;
    height: auto;
    flex-shrink: 0;
    position: relative;
    right: 2px;
}
}

/* Fix acordeón mobile - panel cerrado por defecto */
@media only screen and (max-width: 1024px) {
    .header-wrap {
        display: none !important;
    }
}


/*
.menu_sombra {
    position: relative;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.header-wrap {
    position: relative;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 16px;
    min-height: 68px;
}

.header-centro {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-56%, -50%);
}

.header-buscador {
    right: 16px;
    max-width: calc(100% - 32px);
}

*/

/* Ocultar buscador grande en desktop - solo para buscador.php */
@media (min-width: 1025px) {
    .buscador-wrap {
        display: none !important;
    }
}

.buscador-solo-movil {
    display: block;
}

@media (min-width: 1024px) {
    .buscador-solo-movil {
        display: none;
    }
}


@media (max-width: 768px) {
    .buscador-header-form {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
        flex-wrap: nowrap;
        width: 100%;
    }

    .buscador-header-form input[name="q"],
    .buscador-header-form select[name="localidad"],
    .buscador-header-form select[name="rubro"],
    .buscador-header-form button {
        width: 93% !important;
        max-width: 93% !important;
        min-width: 0 !important;
        box-sizing: border-box;
        margin: 0 auto;
    }

    .buscador-header-form input[name="q"],
    .buscador-header-form select[name="localidad"],
    .buscador-header-form select[name="rubro"] {
        height: 46px !important;
        min-height: 46px !important;
        padding: 0 12px !important;
        border: 1px solid #d9d9d9 !important;
        border-radius: 7px !important;
        background: #fff !important;
        color: #111;
        font-size: 14px;
        box-sizing: border-box;
        box-shadow: none !important;
    }

    .buscador-header-form input[name="q"] {
        text-align: center !important;
    }

    .buscador-header-form select[name="localidad"],
    .buscador-header-form select[name="rubro"] {
        text-align: center !important;
        text-align-last: center !important;
        appearance: none !important;
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        background-image: none !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .buscador-header-form select[name="localidad"]::-ms-expand,
    .buscador-header-form select[name="rubro"]::-ms-expand {
        display: none !important;
    }

    .buscador-header-form button {
        height: 44px !important;
        min-height: 44px !important;
        line-height: 44px !important;
        padding: 0 !important;
        border-radius: 7px !important;
        font-size: 14px !important;
        font-weight: 600 !important;
        text-align: center !important;
    }

    .buscador-movil-wrap {
        background: #f3f3f3;
        padding: 18px 16px 20px;
        border-radius: 14px;
        margin: 16px 12px 18px;
        box-shadow: 0 2px 10px rgba(0,0,0,.05);
    }

    .space_up_ficha{
        display: none;
    }
}