.container{
    min-width: 360px;
    display: table;
    height: 100%;
}
.logo{
    /*opacity: 0.15;*/
    width: 100%;
    z-index: -10;
}
.center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-weight: bold;
    width: 100%;
}
.titulo{
    width: 100%; 
    color: #2F6A9B; 
    font-weight: bold;
    text-shadow: 4px 3px 5px gray;
}
.estado{
    font-size: 6vw;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%,-20%);
}
@media screen  and (min-width: 360px ) {

}