body {
    padding-top: 5rem;
    margin: 0;
    background-color: #fff;
    --color_principal: #22b9c1;
    --color_secundario: #e1fdff;
    --color_oscuro: #257175;
    --ancho_contenidos: 80%;
}

.general {
    padding: 3rem 1.5rem;
    text-align: left;
}

/* Barra de navegación superior */

.bg-inverse {
    background-color: #fbfbfb !important;
    /*Color de fondo de la barra de navegación superior*/
    border-bottom: #ccc 1px solid;
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-toggler {
    color: #000 !important;
    /* color del titulo de la web*/
}

.navbar-inverse .navbar-nav .active > .nav-link,
.navbar-inverse .navbar-nav .nav-link.active,
.navbar-inverse .navbar-nav .nav-link.open,
.navbar-inverse .navbar-nav .open > .nav-link {
    color: #000;
    /* link seleccionado */
}

.nav-link {
    /* link del menu superior */
    color: #666 !important;
}

.nav-link:hover {
    color: #fc0 !important;
}

.nav-link:focus {
    border-bottom-color: #666 !important;
}

/* Fin Barra de navegación superior */

.titulo_sitio {
    font-family: "Barriecito", cursive;
    font-size: 46px;
    text-align: left;
    padding-bottom: 30px;
}

.titulo_seccion {
    font-family: "Barriecito", cursive;
    font-size: 36px;
    text-align: left;
    padding-bottom: 10px;
    border-bottom: #ccc 1px solid;
}

.imagen_titulo {
    width: 45px;
    height: 45px;
}

.titulo_30px {
    font-family: "Barriecito", cursive;
    font-size: 30px;
    text-align: left;
}

.letra_abc {
    font-family: "Barriecito", cursive;
    font-size: 46px;
    text-align: left;
    color: #f00;
}

.link_aparillo:link {
    color: #000;
    text-decoration: none;
}

.link_aparillo:visited {
    color: #000;
    text-decoration: none;
}

.link_aparillo:hover {
    color: #ffcc00;
    text-decoration: none;
}

.link_pueblos:link {
    color: #000;
    text-decoration: none;
    font-family: "Barriecito", cursive;
    font-size: 24px;
}

.link_pueblos:visited {
    color: #000;
    text-decoration: none;
    font-family: "Barriecito", cursive;
    font-size: 24px;
}

.link_pueblos:hover {
    color: #ffcc00;
    text-decoration: none;
    font-family: "Barriecito", cursive;
    font-size: 24px;
}

.link_naranja:link {
    color: #000;
    text-decoration: none;
}

.link_naranja:visited {
    color: #000;
    text-decoration: none;
}

.link_naranja:hover {
    color: #ff6600;
    text-decoration: none;
}

.img_foto_presenta {
    width: 100%;
    height: auto;
    max-width: 400px;
    max-height: 550px;
}

/* mapas interior */

.img_mapainterior {
    width: 100%;
    height: auto;
    max-width: 600px;
    max-height: 530px;
}

.img_guarda {
    width: 100%;
    height: auto;
    text-align: center;
}

.img_fotoH {
    width: 100%;
    height: auto;
    max-width: 786px;
    max-height: 590px;
}

.img_fotoH2 {
    width: 100%;
    height: auto;
    max-width: 786px;
    max-height: 530px;
}

.img_fotoV {
    width: 100%;
    height: auto;
    max-width: 460px;
    max-height: 590px;
}

.img_dibujo_achuar {
    width: 100%;
    height: auto;
    max-width: 1024px;
    max-height: 590px;
}

.img_chane {
    width: 100%;
    height: auto;
    max-width: 650px;
    max-height: 450px;
}

.img_mapuche {
    width: 100%;
    height: auto;
    max-width: 503px;
    max-height: 693px;
}

.img_toba {
    width: 100%;
    height: auto;
    max-width: 766px;
    max-height: 429px;
}

.img_wayuu1 {
    width: 100%;
    height: auto;
    max-width: 844px;
    max-height: 473px;
}

.img_wayuu2 {
    width: 100%;
    height: auto;
    max-width: 841px;
    max-height: 793px;
}

.img_wayuu3 {
    width: 100%;
    height: auto;
    max-width: 448px;
    max-height: 793px;
}

.img_wichi {
    width: 100%;
    height: auto;
    max-width: 641px;
    max-height: 579px;
}

/* boton ir arriba*/

.ir-arriba {
    /* flecha ir arriba fija */
    display: none;
    padding: 10px;
    background: #666666;
    opacity: 0.5;
    border-radius: 10px;
    font-size: 20px;
    color: #fff;
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
}

.recuperar_usuario {
    text-align: center;
    margin-top: 0.5em;
    border-top: 1px solid lightgray;
    padding: 0.5em 0;
    display: inline-block;
}

.mensaje {
    width: 100%;
    margin: auto;
    padding: 1.5em;
    color: var(--color_contextual_oscuro);
    border: var(--color_contextual_oscuro) 3px solid;
    background-color: var(--color_contextual_claro);
}

.exito {
    --color_contextual_oscuro: green;
    --color_contextual_claro: lightgreen;
}

.error {
    --color_contextual_oscuro: darkred;
    --color_contextual_claro: lightsalmon;
}

.advertencia::before,
.warning::before {
    content: "⚠️";
    background-color: #fcba03;
    width: 2em;
    margin-top: -3rem;
    padding-bottom: 1rem;
    display: block;
    text-align: center;
    font-size: 30px;
    border: 2px solid black;
}

.advertencia,
.warning {
    border: solid thick black;
    padding: 1rem;
    --color_contextual_oscuro: darkred;
    --color_contextual_claro: #fcba03;
}

.formulario input[type="button"],
.formulario input[type="submit"],
.falso_boton {
    background-color: var(--color_principal);
    padding: 1em;
    margin: 1em 0;
    border: none;
    color: white;
    font-size: 1.1em;
    font-weight: 700;
    text-align: center;
    width: 100%;
}

.formulario input[type="button"]:hover,
.formulario input[type="submit"]:hover,
.falso_boton:hover {
    background-color: var(--color_oscuro);
    color: var(--color_secundario);
}

.contenedor-general {
    grid-template-columns: 100%;
    min-height: 30vh;
    display: grid;
    text-align: center;
    justify-content: center;
}

.contenedor-general,
.footer div,
nav > div,
.reducido,
.mensaje {
    max-width: var(--ancho_contenidos);
    margin: auto;
}

div .error {
    color: #f00;
}

.menu_separado {
    /* border: solid thick black; */
    justify-content: space-between;
    display: inline-block;
}

a.boton_link {
    margin: 15px;
}

button.boton_link {
    background-color: transparent;
    color: black;
    border: 2px solid transparent;
}

.falso_menu {
    width: 100%;
    margin: 15px auto;
    display: flex;
}

.falso_menu .falso_boton {
    width: auto;
}

.oculto {
    display: none !important;
}

.floating {
    padding: 0 1.5em;
    width: fit-content;
    color: var(--color_contextual_oscuro);
    border: var(--color_contextual_oscuro) 3px solid;
    background-color: var(--color_contextual_claro);
    position: fixed;
    left: 0;
    top: 5em;
}

.fila {
    text-align: left;
    margin: 1em;
    display: flex;
    flex-direction: row;
}

.bullet {
    height: fit-content;
    width: fit-content;
    display: inline;
    margin: 0.5em;
}

.palabra {
    display: inline;
    text-align: left;
}

.descripcion_pueblo {
    text-align: left;
    word-break: normal;
    overflow-wrap: anywhere;
}

.corchete {
    width: 24px;
    height: 55px;
}

.articulos_contenedor {
    display: grid;
    grid-template-columns: 50% 50%;
    justify-items: center;
    align-items: center;
}

.articulos_contenedor div {
    margin: 1em;
    display: flex;
    flex-direction: column;
    align-content: center;
}

.articulos_contenedor div:nth-child(odd):last-child {
    grid-column: 1 / -1;
}

.ancho-completo {
    grid-column: 1 / -1;
    align-items: center;
}

.titulo_texto {
    display: flex;
    align-items: center;
}

.titulo_texto h1 {
    font-family: "Barriecito", cursive;
}

.titulo_texto h2 {
    font-family: "Barriecito", cursive;
}

.scroll_dropdown {
    overflow-y: scroll;
    max-height: 500px;
}
