html, body{
    padding: 0px;
    margin:0px;
    background-color: black;
}
.mynavbar{
    background-color: #0066ff;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo{
    width: auto;
    height: 35px;
    margin-top: 10px;
}




.contenedor{
    width:100%;
    height: 100vh;
    position: relative;
    /* background-image: url('bgg.png'); */
    background-color: rgba(0,0,0,1);
    /* background-size: cover;
    background-position: center 70%;
    background-repeat: no-repeat; */
}



.contenidos-web{
    height: 90%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}



.left{
    width:45%;
    height: 80%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}



.grey{ 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
    width: 80%;
    height: 70%;
    /* background-color: rgba(63, 63, 63, 1); */
}
.texto{
    font-family: 'Paytone One', sans-serif;
    font-size: 2rem;
    color:white;
    text-align: center;
    width: 80%;
    height: 70%;
    display: flex;
    justify-content: center;
    align-items:center;
}
.botones{
    height: 30%;
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.boton{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* .boton > a > .ios{
    width: 90%;
}
.ios > img{
    width: 90px;
} */
.right{
    width:55%;
    height: 80%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    
}
.right > img {
    margin-left:10%;
    width: 80%;
}

.bottom{
    width:100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.bottom > img {
    width: 90%;
}

/* en movil desaparece */
.footer {
    position: fixed;
    bottom:0;
    width: 100%;
    z-index:111;
    background-color: #0066ff;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Paytone One', sans-serif;
    font-size: large;
}
.footer-white{
    color:white;
    width:17%;
    text-align: center;
}
.footer-yellow{
    color:#ffcc00;
    width:20%;
    text-align: center;
}

/* ------------------------------------ */



.top-logo{
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-logo > img{
    width: 200px;
    height: auto;
}

.top{
    width:100%;
    height: 80%;
    margin: 30px 0px 10px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-texto{
    font-family: 'Paytone One', sans-serif;
    font-size: 35px;
    color:white;
    text-align: center;
    width: 100%;
    height: 70%;
    display: flex;
    justify-content: center;
    align-items:center;
}


.top-botones{
    margin-top: 40px;
    height: 30%;
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.top-boton{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.top-boton > img{
    width: 90%;
}
.bottom > a {
    width: 100% !important;
    text-align: center !important;
    justify-content: center;
    justify-items: center;
    justify-self: center;
    text-justify: distribute;
}
