/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
    color: #000;
    text-decoration: none;
}

.link_t:link {
    color: #000;
    text-decoration: none;
}
.link_t:visited {
    color: #000;
    text-decoration: none;
}
.link_t:hover {
    color: #ffcc00;
    text-decoration: none;
}

.link_normal:focus {
    text-decoration: solid !important;
}

/*
 * Base structure
 */

html,
body {
    height: 100%;
    /* background-color: #333;*/
}
body {
    /*  color: #fff;
  text-align: center;
  text-shadow: 0 .05rem .1rem rgba(0,0,0,.5);*/
    background-image: url(../imagenes/fondo_pueblos.png);
    background-size: auto;
    background-position: right;
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
    display: table;
    width: 100%;
    height: 100%; /* For at least Firefox */
    min-height: 100%;
    /*  Sombra de caja completa
-webkit-box-shadow: inset 0 0 5rem rgba(0,0,0,.5);
          box-shadow: inset 0 0 5rem rgba(0,0,0,.5); */
}
.site-wrapper-inner {
    display: table-cell;
    vertical-align: top;
}
.cover-container {
    margin-right: auto;
    margin-left: auto;
}

/* Padding for spacing */
.inner {
    /*  padding: 2rem;*/
    padding: 0.5rem 2rem 0.5rem 2rem;
}

/*
 * Header
 */

.masthead {
    margin-bottom: 1rem;
}

.masthead-brand {
    margin-bottom: 0;
}

.nav-masthead .nav-link {
    /* menu superior */
    /*padding: .25rem 0;*/
    padding: 10px 20px 0px 20px;
    font-weight: normal;
    color: #999999;
    background-color: transparent;
    border-bottom: 0.15rem solid transparent;
    font-size: 12px;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
    border-bottom-color: #999999;
}

.nav-masthead .nav-link + .nav-link {
    margin-left: 1rem;
}

.nav-masthead .active {
    color: #000;
    border-bottom-color: #ccc;
}
/**/
@media (min-width: 48em) {
    .masthead-brand {
        float: left;
    }
    .nav-masthead {
        float: right;
    }
}

/*
 * Cover
 */

.cover {
    padding: 0 0.5rem; /* margen contenido mapa*/
}
.cover .btn-lg {
    padding: 0.75rem 1.25rem;
    font-weight: bold;
}

/*
 * Footer
 */

.mastfoot {
    /* pie */
    color: #ff0000;
}

/*
 * Affix and center
 */

@media (min-width: 40em) {
    /* Pull out the header and footer */
    .masthead {
        position: fixed;
        top: 0;
    }
    .mastfoot {
        position: fixed;
        bottom: 0;
    }
    /* Start the vertical centering */
    .site-wrapper-inner {
        vertical-align: middle;
    }
    /* Handle the widths */
    .masthead,
    .mastfoot,
    .cover-container {
        width: 100%; /* Must be percentage or pixels for horizontal alignment */
    }
}

@media (min-width: 62em) {
    .masthead,
    .mastfoot,
    .cover-container {
        /*width: 42rem; */
        width: 52rem; /* 992px ancho pama y titulo (ancho 600px - alto 730px - solo caja del mapa) */
    }
}

.titulo_celebrando {
    font-family: "Barrio", cursive;
    font-size: 36px;
    text-align: center;
    line-height: 36px;
}

.titulo_chico {
    font-family: "Barriecito", cursive;
    font-size: 18px;
    text-align: center;
    line-height: 36px;
}

/* MAPA */

.img_mapa {
    width: 100%;
    height: auto;
    max-width: 600px;
    max-height: 730px;
}

/* Fin MAPA */

/*Animaciones*/

.fadeIn {
    animation: fadeIn 5s;
    -webkit-animation: fadeIn 5s;
    -moz-animation: fadeIn 5s;
    -o-animation: fadeIn 5s;
    -ms-animation: fadeIn 5s;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.fadeOut {
    animation: fadeOut 5s;
    -webkit-animation: fadeOut 5s;
    -moz-animation: fadeOut 5s;
    -o-animation: fadeOut 5s;
    -ms-animation: fadeOut 5s;
}
@keyframes fadeOut {
    100% {
        opacity: 0;
    }
    0% {
        opacity: 1;
    }
}

@-moz-keyframes fadeOut {
    100% {
        opacity: 0;
    }
    0% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    100% {
        opacity: 0;
    }
    0% {
        opacity: 1;
    }
}

@-o-keyframes fadeOut {
    100% {
        opacity: 0;
    }
    0% {
        opacity: 1;
    }
}

@-ms-keyframes fadeOut {
    100% {
        opacity: 0;
    }
    0% {
        opacity: 1;
    }
}

/*Fin Animaciones*/
