body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
  }

  main {
    flex: 1 0 auto;
    /* padding-top: 20px; */
  }
.color1{color: #304d8f;}
.pre-encabezado{
    width: 100%;
    position: fixed;
    z-index: 997;
    padding: 3px;
    background-color: #304d8f;
}
.fondo-color1{background-color: #304d8f;}
.pre-encabezado a{color: white;}
.pre-encabezado a:hover{color: #CCC;}
  /*EN CONSTRUCCION*/
.caja-construccion{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(50,50,50,.1);
    z-index: 999;
}
.en-construccion{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 1000;
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
}
    .en-construccion span{
        position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        font-size: 3em;
        font-weight: bold;
        color: rgba(0, 0, 0, 0.15);
        text-align: center;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
 /*FIN CONSTRUCCION*/
.hexagono{
    position: relative;
    display: block;
    margin: 0 auto;
    background-color: #ffffff;
    width: 110px;
    height: 63.95349px;
    z-index: 9;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    -webkit-box-shadow: 0 0 10px rgba(255,255,255,1);
    -moz-box-shadow: 0 0 10px rgba(255,255,255,1);
    box-shadow: 0 0 10px rgba(255,255,255,1);
}
.hexagono::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: inherit;
  height: inherit;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  background-color: inherit;
  -webkit-box-shadow: 0 0 10px rgba(255,255,255,1);
    -moz-box-shadow: 0 0 10px rgba(255,255,255,1);
    box-shadow: 0 0 10px rgba(255,255,255,1);
}
.hexagono::before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  width: inherit;
  height: inherit;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
  background-color: inherit;
  -webkit-box-shadow: 0 0 10px rgba(255,255,255,1);
    -moz-box-shadow: 0 0 10px rgba(255,255,255,1);
    box-shadow: 0 0 10px rgba(255,255,255,1);
}

.hexagono-content {
  position: absolute;
  z-index: 1000;
  width: 90%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  text-align: center;
  font-weight: bold;
  line-height: 25px;
  color: #304d8f;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 1.1rem;
}
.hexagono-content strong {
  display: block;
}
.restricciones{
    color: #888;
}
.titulo{
    font-size: 1.6rem;
    letter-spacing: 2pt;
}
.margin-top-1{margin-top: 10px;}
.subtitulo{
    font-size: 1.2rem;
    color: #304d8f;
}

.texto-rosa{color: #ff5dc4;}
.thin.separado{
    letter-spacing: .6pt;
}
.f-resultados{
    background-image: url(../images/f-resultados.jpg);
    background-position: center;
    background-repeat: no-repeat;
}

.caja-cristal{
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    padding: 0 15px;
    border-radius: 5px;
    border: 2px solid white;
    background-color: rgba(255,255,255,.5);
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.caja-verde{
    display: inline-block;
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    -webkit-border-radius:5px;
    border:2px solid white;
    background-color: #304d8f;
    color: white;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

.caja{
    display: inline-flex;
    padding:0 30px;
    background-color: rgba(255,255,255,0.6);
}

.vacio{
    display: inline-block;
    width: 100%;
    height: 50px;
}
.completo{width: 100%;}
footer a{
    font-weight: 200;
    color: #949494;
}
footer a:hover{
    color: #304d8f;}

.fantasma{
    display: inline-block;
    padding:8px 15px;
}
.fantasma:hover{
    background-color: rgba(220,220,220,0.75);
}