* {margin:0;padding:0}
html,body{
  margin-top:0px;
  margin-bottom:0px!important;
  min-height:100%;
  height:100%;
  height:auto;
  color:#000000;
  font-size: 10pt;
   font-family: arial, helvetica, sans-serif;
   line-height:normal;
   text-align:justify;
 background:#f7f7f7;
}
ul{ margin:0; padding:0;list-style:none;}
li {list-style:none;}
a {color:#FFFFFF; text-decoration:none}
a:hover {color:#e1e1e1; text-decoration:none}

/*h1 {font-size:16px;font-weight:normal;background-color:#F5F5F5;text-decoration:none;width:594px;margin-left:0px;margin-bottom:0px;padding:10px;padding-right:2px;margin-top:0; border:1px solid #e1e1e1; border-left:none; border-right:none; border-bottom:none;}
h2 {top:0!important}
h3 {text-align:left; font-size:15pt; margin-bottom:10px; padding:0; font-weight:normal; width:auto;}
h4 {text-align:left; FONT-SIZE: 12pt;FONT-STYLE: normal; FONT-WEIGHT: normal;TEXT-DECORATION: none; margin-top:5px; color:#000000}
h5{ float:left;width:90%; height:auto; padding:0; margin:0; text-align:left; font-size:15pt; font-weight:normal;}*/
h6{width:100%; height:auto; padding:2% 0 0 0; margin:0; text-align:center; font-size:18pt; font-weight:normal;}
textarea,input,select{font-family:arial, helvetica, sans-serif;font-size:10pt}


#contenedor {
    width:100%;
    margin-left: auto; 
    margin-right: auto;
	text-align:left;
	overflow:auto;
	z-index:200;
	clear:both;

	}
#contenido{border:0; margin:50px auto 10px auto; height:auto; overflow:auto; width:100%;max-width:1200px; border-bottom:none;}
#logo{width:100%;margin:0 0 0 0}
#top_r {
    width: 100%;
    background: #fe6e00;
    border-bottom: 1px solid #e1e1e1;
    position: fixed; /* Si querés que quede siempre arriba */
    top: 0;
    z-index: 99999;
}

.header-container {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    padding: 0 15px;
}

#top_r span.iso {
    height: 35px;
}

#top_r span.iso img {
    height: 100%;
    border: 0;
}

/* Botón de Menú */
.ver-menu {
    display: block;
}

.ver-menu a span {
    display: inline-block;
    height: 30px;
    text-indent: -9999px;
    width: 30px;
    background-size: contain;
}

.ver-menu .abrir span { background: url("../gif/open-menu.png") no-repeat center; }
.ver-menu .cerrar span { background: url("../gif/close-menu.png") no-repeat center; }

/* Menú Desplegable */
.menu-navegacion {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    background: #fff;
    height: 0;
    overflow: hidden;
    transition: height 0.4s ease-in-out;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

#desplegar:target .menu-navegacion {
    height: auto;
    padding: 20px 0;
}

/* Listas del menú */
ul.nav-links {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

ul.nav-links li {
    display: inline-block;
}

ul.nav-links a {
    font-size: 8.5pt;
    color: #333;
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
}

ul.nav-links a:hover { color: #fe6e00; }

/* Estilos especiales */
.altaus a { color: blue !important; font-weight: bold; }

/* Control de botones Abrir/Cerrar */
.cerrar { display: none; }
#desplegar:target .abrir { display: none; }
#desplegar:target .cerrar { display: block; }

    /* ENCABEZADOS DE SECCIÓN */
    .sa-ba-leyenda h3 {
        background: transparent; /* Azul oceánico */
        color: #000;
        margin: 0;
        padding: 20px 30px;
        font-size: 1.25rem;
        font-weight:400;
        letter-spacing: 1px;
    }
    .sa-ba-ws-link{color:#25d366;font-size:10pt}
    .sa-ba-ws-link:hover{color:#128c7e;font-size:10pt}
/*menu*/
.sa-ba-menu-alta ul {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
}

.sa-ba-menu-alta li a {
    display: block;min-height:60px;
    padding: 20px;
    background: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
}

.sa-ba-menu-alta li a:hover {
    background: #e9ecef;
    border-color: #007bff;
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
/*formularios*/
    /* RESET Y TIPOGRAFÍA */
    .form-container {
        max-width: 1200px;
        margin: 40px auto;
        font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
        color: #333;
        background: #fff;
        padding: 0;
        border-radius: 15px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        overflow: hidden;
        border: 1px solid #e1e1e1;
    }

    /* ENCABEZADOS DE SECCIÓN */
    .form-container h1 {
        background: #fe6e00; /* Azul oceánico */
        color: white;
        margin: 0;
        padding: 20px 30px;
        font-size: 1.25rem;
        text-transform: uppercase;
        letter-spacing: 1px;
        border-bottom: 3px solid #fe6e00;
    }

    .form-container h1:not(:first-child) {
        margin-top: 20px;
    }

    .form-container ul {
        list-style: none;
        padding: 30px;
        margin: 0;
    }

    .form-container li {
        display: flex;
        flex-wrap: wrap;
        gap: 25px;
        margin-bottom: 25px;
        align-items: flex-start;
    }

    /* CAMPOS DE DATOS */
    .datos {
        flex: 1 1 280px;
        display: flex;
        flex-direction: column;
    }

    .f-datos {
        width: 100%;
        background: #f8f9fa;
        padding: 20px;
        border-radius: 10px;
        border-left: 5px solid #fe6e00;
    }

    .form-container h4 {
        margin: 0 0 10px 0;
        font-size: 1.2rem;
        color: #2c3e50;
        font-weight: 600;
    }

    .form-container h4 span {
        font-weight: normal;
        color: #7f8c8d;
        font-size: 0.85rem;
        display: inline;
    }

    /* INPUTS */
    input[type="text"], 
    input[type="email"],
    select, 
    textarea {
        padding: 12px 15px;
        border: 2px solid #e0e0e0;
        border-radius: 8px;
        font-size: 1rem;
        transition: all 0.3s ease;
        background: #fff;
    }

    input:focus, select:focus, textarea:focus {
        border-color: #fe6e00;
        outline: none;
        box-shadow: 0 0 8px rgba(39, 174, 96, 0.2);
    }

    /* TARJETAS Y SERVICIOS (PILLS) */
    .order-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
        gap: 10px;
        margin-top: 15px;
    }

    .order {
        display: flex;
        align-items: center;
        background: #fff;
        padding: 10px;
        border-radius: 8px;
        border: 1px solid #dcdde1;
        cursor: pointer;
        transition: all 0.2s;
    }

    .order:hover {
        border-color: #fe6e00;
        background: #f0fff4;
    }

    .order input[type="checkbox"] {
        margin-right: 12px;
        width: 18px;
        height: 18px;
        cursor: pointer;
    }

    /* BOTÓN */
    .boton-container {
        text-align: center;
        padding: 40px;
        background: #f1f2f6;
    }

    .boton {
        background: #fe6e00;
        color: white;
        padding: 18px 60px;
        border: none;
        border-radius: 50px;
        font-size: 1.1rem;
        font-weight: bold;
        text-transform: uppercase;
        cursor: pointer;
        transition: all 0.3s;
        box-shadow: 0 4px 15px rgba(39, 174, 96, 0.3);
    }

    .boton:hover {
        background: #219150;
        transform: translateY(-3px);
        box-shadow: 0 6px 20px rgba(39, 174, 96, 0.4);
    }

    /* RESPONSIVE */
    @media (max-width: 600px) {
        .form-container { margin: 10px; padding: 0; }
        .datos { flex: 1 1 100%; }
        .order-grid { grid-template-columns: 1fr 1fr; }
    }
/* ==========================================
   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}
/* --- ADAPTACIÓN MÓVIL --- */
@media (max-width: 768px) {
	#banner_bottom {width:98%; height:60px;margin:0 1% 10px 1%;clear:both}
#banner_bottom img{height:auto;width:100%}
    #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 */
    }
}


