* {margin:0;padding:0}
html,body{
  margin-top:0px;
  margin-bottom:0px!important;
  min-height:100%;
  height:100%;
  height:auto;
  color:#000000;
  font-size: 9pt;
   font-family: arial, helvetica, sans-serif;
   line-height:normal;
   text-align:justify;
 background:#f7f7f7;
}
a {color:#FFFFFF; text-decoration:none}
a:hover {color:#e1e1e1; text-decoration:none}
ul{list-style:none; padding:0; margin:0}
li {list-style:none; margin:0; padding:0;}
h1 {font-size:15pt;font-weight:normal;text-decoration:none;margin: 0;padding:10px 0 10px 0;}
h2 {font-size:13pt;font-weight:normal;text-decoration:none;margin:0;padding:10px;padding-left:0;}
h6 {font-size:11pt;font-weight:normal;text-decoration:none;margin:0;padding:10px;padding-left:0; font-weight:normal}
#contenedor {
    width:100%; 
    margin-left: auto; 
    margin-right: auto;
	text-align:left;
	overflow:auto;
	z-index:200;
	clear:both;
	margin-bottom:0;
	}
#contenido{border:0; margin:45px auto 0 auto; height:auto; overflow:auto; width:100%;max-width:1200px}
#logo{width:100%;margin:0 0 0 0;}

#logo{width:100%;margin:0 0 0 0;z-index:999999;position:fixed}
#top_r{margin: 0 auto; padding:0; width: 100%; background:#fe6e00;border-bottom:1px solid #e1e1e1}
#top_r header{
    box-sizing: border-box;
    padding: 0 0 0 0;
 }
#top_r header span.nwa{float:left;text-align:center;margin:0;padding:1%;height:auto;background:#FDFFD9;}
#top_r header span.nwa a{color:red;font-size:9pt}
#top_r header span.iso {
    float: left;margin:0;
    padding:5px 0 5px 5px;height:40px;
}
#top_r header span.iso img {
    height: 100%;
    margin:0;
    border:0;
}

.ver-menu {
    background-color: transparent;
    background-position: center center;
    border: 0;
    display: block;
    float: right;
    height: 35px;
    margin:10px 1.3em 0 0;
    width: 35px;
}
.ver-menu a {color:#fff;font-size:8pt;vertical-align:middle}
.ver-menu a span {
    display: inline-block;
    height: 30px;
    text-indent: -9999px;
    width: 30px;
}
.ver-menu .cerrar {
    background-image: url("../gif/close-menu.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: none;
}
.ver-menu .abrir {
    background-image: url("../gif/open-menu.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
}

ul.items {
    clear: both;
    height: 0;
    overflow:auto;
    text-align:center;
    transition: height 0.4s ease-in-out 0s, background-color 2s ease 0s; /*El menú cambia su altura y su color de fondo mediante una transición suavizada al voover a su estado unicial*/
}
ul.items h1{font-size:12pt;color:#000;width:96%;padding: 0 0 2px 1%}
#desplegar:target ul.items {
    background: #ffffff none repeat scroll 0 0;
    height: auto;
    transition: height 0.4s ease-in-out 0s, background-color 0.4s ease 0s; /*El menú cambia su altura y su color de fondo mediante una transición suavizada al abrirse*/
}


/*Al hacer clic sobre el enlace que abre el menú éste desaparece*/

.cerrar { 
   display:none;
}
        
#desplegar:target .abrir {
      display: none;
}

/*Al hacer clic sobre el enlace que abre el menú aparece el enlace .close que previamente estaba oculto*/

#desplegar:target .cerrar {
        display: block;
}
  
/*Estilos menu*/

ul.items li {
    display: inline-block;
}

ul.items a {
	font-size:8.5pt;
    border-top: 0;
    color: #000;
    display: block;
    height: 2.4em;
    line-height: 14pt;
    margin: 5px 5px 5px 5px;
    text-decoration:none;text-transform:uppercase
}
ul.items li:first-child a {
    border-top: 2px solid transparent;
}
ul.items li.um a {
	font-size:8.5pt;
    border-top: 0;
    color: #ff0000;
    display: block;
    height: 2.4em;
    line-height: 14pt;
    margin: 0 5px 5px 5px;
    text-decoration:none;text-transform:uppercase
}
ul.items li.altaus a {
	font-size:8.5pt;
    border-top: 0;
    color: blue;
    display: block;
    height: 2.4em;
    line-height: 14pt;
    margin: 0 5px 5px 5px;font-weight:bold;
    text-decoration:none;text-transform:uppercase
}
ul.items a:hover{color:#fe6e00}
/*cabecera galeria*/

.op-zona-interaccion {
    max-width: 1200px;
    margin: 20px auto 40px;
    padding: 0 15px;
    text-align: center;
}

.op-titulo-galeria h1 {
    font-size: 2.2rem;
    color: #333;
    margin-bottom: 5px;
    font-weight: 800;
}

.op-titulo-galeria p {
    color: #777;
    margin-bottom: 30px;
}

.op-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    background: #f8f9fa;
    padding: 15px 25px;
    border-radius: 50px; /* Estilo píldora moderna */
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

/* Estilo del Buscador */
.op-buscador form {
    display: flex;
    background: #fff;
    border-radius: 25px;
    padding: 5px 15px;
    border: 1px solid #ddd;
}

.op-buscador input {
    border: none;
    padding: 8px;
    width: 250px;
    outline: none;
    font-size: 0.9rem;
}

.op-buscador button {
    border: none;
    background: none;
    color: #fe6e00;
    cursor: pointer;
    font-size: 1.1rem;
}
.sa-block {
    background: white;
    width:500px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    margin-bottom: 25px;
}
.sa-input-search {
    width: 100%;
    padding: 12px;
    border: 2px solid #ddd;
    border-radius: 6px;
    font-size: 1rem;
    box-sizing: border-box;
}
/* Estilo del Botón Subir */
.btn-subir {
    background: #fe6e00;
    color: #fff;
    text-decoration: none;
    padding: 10px 25px;
    border-radius: 25px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.btn-subir:hover {
    background: #e66400;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(254, 110, 0, 0.3);
}

/* Ajuste para Móviles */


/*galeria de fotos*/
.op-galeria-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
    padding: 20px 0;
}

.op-foto-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: #f4f4f4;
    transition: transform 0.3s ease;
}

.op-foto-card:hover {
    transform: scale(1.03);
}

.op-foto-wrapper {
    position: relative;
    aspect-ratio: 1 / 1; /* Fotos cuadradas tipo Instagram, muy prolijo */
}

.op-foto-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.op-foto-info {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(transparent, rgba(0,0,0,0.8));
    color: white;
    padding: 15px;
    text-align: center;
}

.op-foto-info h3 {
    font-size: 0.9rem;
    margin: 0;
    font-weight: 400;
}
/* La imagen se pone un poco oscura al pasar el mouse para indicar que es clickeable */
.op-foto-wrapper a {
    display: block;
    height: 100%;
}

.op-foto-wrapper:after {
    content: '\f00e'; /* Icono de lupa de FontAwesome si lo usás */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 2rem;
    opacity: 0;
    transition: 0.3s;
    pointer-events: none;
}

.op-foto-wrapper:hover:after {
    opacity: 0.8;
}

/* El link del título lo ponemos en naranja para que sepa que es otra ruta */
.op-foto-info a {
    text-decoration: none;
    color: inherit;
}

.op-foto-info h3:hover {
    color: #fe6e00; /* El naranja de Mar de las Pampas */
}
.op-contenedor-boton {
    text-align: center;
    margin: 40px 0;
}

.op-btn-moderno {
    background: #fe6e00;
    color: white;
    border: none;
    padding: 15px 40px;
    border-radius: 30px;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(254, 110, 0, 0.3);
}

.op-btn-moderno:hover {
    background: #e56300;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(254, 110, 0, 0.4);
}
.op-foto-card {
    animation: entradaSuave 0.5s ease-out;
}

@keyframes entradaSuave {
    from { opacity: 0; transform: translateY(15px); }
    to { opacity: 1; transform: translateY(0); }
}
/*foto individual*/
#contenedor-foto-unica {
    max-width: 900px;
    margin: 20px auto;
    padding: 0 15px;
}

.header-foto {
    margin-bottom: 20px;
}

.btn-volver {
    color: #fe6e00;
    text-decoration: none;
    font-size: 0.9rem;
    display: inline-block;
    margin-bottom: 10px;
}

.marco-foto {
    background: #000;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    margin-bottom: 25px;
}

.marco-foto img {
    width: 100%;
    display: block;
    height: auto;
}

.autor-info {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 12px;
}

.btn-compartir-wa {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #25D366;
    color: white;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 10px;
}

@media (max-width: 768px) {

}
.compartir-redes {
    text-align: center;
    margin-top: 30px;
    padding: 20px;
    border-top: 1px solid #eee;
}

.grid-social {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 10px;
}

.btn-rs {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 1.2rem;
    transition: transform 0.3s, filter 0.3s;
    border: none;
    cursor: pointer;
}

.btn-rs:hover {
    transform: scale(1.1);
    filter: brightness(1.1);
}

/* Colores de Marca */
.wa { background-color: #25D366; }
.fb { background-color: #1877F2; }
.x-social { background-color: #000000; }
.ig { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); }
/*enviar foto*/
/* Paleta de colores: Naranja Mar de las Pampas (#fe6e00), Gris cálido y Blanco */

.op-contenedor-subida {
    max-width: 650px;
    margin: 40px auto;
    background: #ffffff;
    padding: 40px;
    border-radius: 24px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border: 1px solid #f0f0f0;
}

.op-header-subida {
    text-align: center;
    margin-bottom: 35px;
}

.op-header-subida h2 {
    color: #333;
    font-size: 2rem;
    margin-bottom: 10px;
    font-weight: 700;
}

.op-header-subida h2 i {
    color: #fe6e00; /* Tu naranja */
    margin-right: 10px;
}

.op-header-subida p {
    color: #777;
    font-size: 1.1rem;
}

/* Mensajes de feedback */
.exito, .error {
    padding: 15px 20px;
    border-radius: 12px;
    margin-bottom: 25px;
    font-weight: 500;
    text-align: center;
}

.exito {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Campos del formulario */
.op-grupo {
    margin-bottom: 25px;
}

.op-grupo label {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    color: #444;
    font-size: 0.95rem;
}

.op-grupo input[type="text"], 
.op-grupo input[type="email"], 
.op-grupo textarea {
    width: 100%;
    padding: 14px 18px;
    border: 2px solid #eee;
    border-radius: 12px;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-sizing: border-box; /* Para que el padding no rompa el ancho */
}

.op-grupo input:focus, 
.op-grupo textarea:focus {
    border-color: #fe6e00;
    box-shadow: 0 0 0 4px rgba(254, 110, 0, 0.1);
    outline: none;
}

/* Estilo del botón de subida de archivo */
.op-label-file {
    background: #fff8f2;
    border: 2px dashed #fe6e00;
    padding: 30px;
    display: block;
    text-align: center;
    cursor: pointer;
    border-radius: 15px;
    transition: background 0.3s ease;
}

.op-label-file:hover {
    background: #fff1e6;
}

.op-label-file i {
    font-size: 2.5rem;
    color: #fe6e00;
    margin-bottom: 10px;
    display: block;
}

.op-file-info {
    margin-top: 10px;
    font-size: 0.85rem;
    color: #888;
}

/* Previsualización de imagen */
.op-preview {
    text-align: center;
    margin: 20px 0;
    background: #f9f9f9;
    padding: 10px;
    border-radius: 15px;
}

.op-preview img {
    max-width: 100%;
    max-height: 300px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* Botón enviar */
.op-btn-enviar {
    background: #fe6e00;
    color: white;
    border: none;
    padding: 18px 40px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.1rem;
    cursor: pointer;
    width: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(254, 110, 0, 0.3);
}

.op-btn-enviar:hover {
    background: #e66400;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(254, 110, 0, 0.4);
}

/* ==========================================
   PIE DE PÁGINA
   ========================================== */
#pie {
    width: 100%; /* Ocupa el ancho total del contenedor padre */
    background: #ffffff;
    padding: 40px 0;
    border-top: 1px solid #e1e1e1;
    font-family: sans-serif;
}

/* Contenedor de logos y redes (La parte de arriba) */
#pie .pie-superior {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding: 0 20px;
}

/* Contenedor principal del pie */
#pie {
    width: 100%;
    padding: 10px 0;
    background: #fff;
    border-top: 1px solid #e1e1e1;
    display: flex;
    flex-direction: column; /* Apilamos los bloques uno bajo otro */
    align-items: center;
}
#pie-contenedor {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; /* Alinea al tope */
    gap: 40px;
    padding: 20px 10px;
    width: 100%;
    max-width: 1200px; /* Tu ancho de siempre */
    margin: 0 auto;
}

/* Columna Izquierda: Identidad (30%) */
.pie-identidad {
    flex: 1; 
    display: flex;
    flex-direction: column;
    gap: 20px;
   
}

.logo-principal img {
    height: 45px;
    width: auto;
    text-align:center
}

.logos-secundarios {
    display: flex;
    gap: 15px;
    align-items: center;
    opacity: 0.8;
}

.logos-secundarios img {
    height: 35px;
    width: auto;text-align:center
}
.redes-pie {
    display: flex;
    gap: 18px; /* Espacio entre iconos */
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #f0f0f0; /* Una separación sutil de los logos de arriba */
}

.redes-pie a {
    color: #888; /* Color neutro para no ensuciar */
    font-size: 22px;
    transition: all 0.3s ease;
    text-decoration: none;
}

/* Colores de marca al pasar el mouse */
.redes-pie a[title="Instagram"]:hover { color: #E1306C; }
.redes-pie a[title="YouTube"]:hover   { color: #FF0000; }
.redes-pie a[title="Newsletter"]:hover { color: #0086A8; }
.redes-pie a[title="Facebook"]:hover  { color: #1877F2; }

/* Efecto sutil de salto */
.redes-pie a:hover {
    transform: translateY(-3px);
}
/* Columna Derecha: Menús (70%) */
.pie-navegacion {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 columnas de links */
    gap: 20px;
}

.col-menu h4 {
    font-size: 11pt;
    color: #0086A8;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.col-menu li {
    list-style: none;
    margin-bottom: 5px;
}

.col-menu a {
    text-decoration: none;
    color: #444;
    font-size: 9.5pt;
}

.col-menu a:hover { color: #fe6e00; }

/* Copyright (La parte de abajo) */
#pie .pie-copyright {
    margin-top: 10px;
    padding: 20px;
    font-size: 8.5pt;
    color: #888;
    line-height: 1.6;
    border-top: 1px solid #f5f5f5;
    text-align: center;
}
#pie .pie-copyright a{color:#fe6e00}
#pie .pie-copyright a:hover{color:#000}
@media (max-width: 768px) {
	#contenido { width:95%;margin:50px auto 0 auto }
    .op-contenedor-subida {
        padding: 25px;
        margin: 20px 10px;
    }
        #contenedor-foto-unica h1 { font-size: 1.4rem; }
    .sa-block {
    background: white;
    width:100%;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    margin-bottom: 25px;
    box-sizing:border-box;
}
    .op-header-subida h2 { font-size: 1.5rem; }
    #pie-contenedor {
        flex-direction: column; /* Dejamos de estar uno al lado del otro */
        align-items: center;    /* Centramos todo el contenido */
        gap: 30px;
        text-align: center;
    }

    .pie-identidad {
        align-items: center; /* Centramos logo y redes */
        width: 100%;
    }

    .logos-secundarios {
        justify-content: center; /* Centramos logos amigos */
    }

    .pie-navegacion {
        width: 100%;
        /* Pasamos de 3 columnas a 1 o 2, según prefieras. 
           Para móvil, 1 columna es más legible y evita textos cortados */
        grid-template-columns: 1fr; 
        gap: 25px;
    }

    .col-menu {
        border-bottom: 1px solid #f0f0f0; /* Una línea divisoria suave entre bloques */
        padding-bottom: 15px;
    }

    .col-menu:last-child {
        border-bottom: none;
    }

    .redes-pie {
        justify-content: center; /* Centramos iconos sociales */
    }

	
    .op-toolbar {
        flex-direction: column;
        border-radius: 20px;
    }
    .op-buscador input { width: 100%; }
    .op-buscador form { width: 100%; }
    .op-galeria-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 20px;
    padding: 20px 0;
}
}