.MiColor1 {
  background-color: #856344;
}

.MiColor2 {
  background-color: #617057;
}

.MiColor3 {
  background-color: #D3C799;
}

.MiColor4 {
  background-color: #B96635;
}


.MiTexto1 {
  color: #856344;
}

.MiTexto2 {
  color: #617057;
}

.MiTexto3 {
  color: #D3C799;
}

.MiTexto4 {
  color: #B96635;
}

.TituloBanner {
    margin-top: 0px;
}

.TituloPagina {
    color: #617057;
    text-align:center;
    font-size: 35px;
    font-weight: 550 !important;
}

.Espaciado {
    letter-spacing: 0.25em; !important;
    font-family: 'Encode Sans Expanded', sans-serif;
    font-size: 50px;
}

.Sombra {
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.4);
}


/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.contenedor {
  position: relative;
  text-align: center;
  color: white;
}


.flex-basico {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.imagen-mosaico {
    width:100%;
    padding-bottom:0px;
    margin-bottom: 0px;
    background-color: yellow;
    vertical-align: middle;
}

.centrado1 {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-align: center;
    opacity: 0.5;
}

.centrado2 {
    position: absolute;
    top: 0px;;
    text-align: center;
    height: 100%;
    width: 300px;
}

.centrado3 {
    position: relative;
    top: 45%;
    vertical-align:middle;
    line-height: 0px;
    transform: translate(0%, -50%);
}

.galeria{
    position: absolute;
    top: 0; right: 0;
    bottom: 0; left: 0;
    width: 50%;
    height: 100%;
    text-align: center;
    vertical-align:middle;
    background-color: rgba(0, 250, 0, 0.2) !important;
}

.boton-control-small {
    font-size: 10px;
    height: 20px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 1;
}

.barra-roja {
    background-color: red;
    color: white;
    text-align: center;
    font-size: 13px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 50px;
    padding-right: 50px;
}


.textarea-gl {
  background-color:rgba(0,0,0,0.05);
  border: none;
  border-bottom: 1px solid #9e9e9e;
  border-radius: 0;
  outline: none;
  height: auto;
  width: 100%;
  font-size: 16px;
  margin: 0 0 8px 0;
  padding: 0;
}

.field-sobre-texto {
    background-color:rgba(255,255,255,0.50) !important;
}

.MiCard {
    margin: 10px;
    margin-bottom: 30px;
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.4);
    animation: none;
}

.MiCard-Title{
    color:white !important;
    font-size: 18px !important;
    font-weight: 450 !important;
    padding: 8px !important;
    background-color: rgba(0, 0, 0, 0.2) !important;
}

.MiCard-Content {
    padding: 5px !important;
    line-height: 28px !important;
}

.MiCard-Content p {
    line-height: 20px !important;
    font-size: 12px !important;
}

.MiCard:hover {
    animation: card-animation 0.5s forwards 2 alternate;
}

@keyframes card-animation {
    100% {
        box-shadow: 0 0 5px 5px #fff;
        transform:scale(110%);
    }
}


.bajada {
    color:white;
    text-align:center;
    font-style: italic;
    font-size: 18px;
    margin: 20px;
    opacity: 0;
    animation: bajada-animation 4s forwards;
}

@keyframes bajada-animation {
    10% {
        opacity: 0;
    }
    70% {
        opacity: 1;
        text-shadow: 0 0 15px black;
    }
    100% {
        opacity: 1;
        text-shadow: none;
    }
}

.bajotitulo {
    opacity: 0;
    animation: bajotitulo-animation 5s forwards;
}

@keyframes bajotitulo-animation {
    10% {
        opacity: 0;
    }
    70% {
        opacity: 1;
        text-shadow: 0 0 15px black;
    }
    100% {
        opacity: 1;
        text-shadow: none;
    }
}

.texto-delineado {
    text-shadow: 0 0 5px black;
}

.subtitulo {
    font-size: 45px;
}

.boton-fotos {
    height: auto;
    line-height: 25px;
    padding-top: 8px;
    padding-bottom: 8px;
}

nav li {
    animation: nav-link-load 500ms 100ms forwards;
    transform: scale(0);
}

@keyframes nav-link-load {
    0% {
        transform: scale(0);
    }
    90% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.banner-inicio {
    margin-top: 0px;
    padding-to: 0px;
}


h1 {
    line-height: 80%;
    margin-top: 30px;
}

h2 {
    line-height: 80%;
}

@media (max-width: 992px) {
  .subtitulo {
    font-size: 35px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  h1 .Espaciado {
      margin-top: 0px;
      line-height: 60%;
  }
  h2 .Espaciado {
      font-size: 40px;
      margin-top: 30px;
      margin-bottom: 20px;
  }
  .boton-fotos {
      padding-left: 15px;
      padding-right: 15px;
      margin-top: 10px;
  }
}

@media (max-width: 800px) {
    h1 .Espaciado {
        margin-top: 0px;
        font-size: 40px;
        margin-top: 0px;
        line-height: 60%;
    }
    h2 .Espaciado {
        font-size: 40px;
        margin-top: 30px;
        margin-bottom: 20px;
        line-height: 60%;
    }
}

@media (max-width: 600px) {
  .subtitulo {
    font-size: 25px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
}
