html, body{
    height: 100%;
}

body{
    background: #000;
    background-image: url('../img/LetumWeb2BG1.jpg');
    background-size: cover;
    background-position: bottom;
}


/*Logo parallax*/

.master-logo{
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    padding-top: 60px;
}
.circulo{
    display: block;
    background-image: url(../img/aro.png);
    background-size: contain;
    width: 100%;
    height: 540px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    background-repeat:  no-repeat;
    background-position:  center;
}
.simbolo{
    display: block;
    background-image: url(../img/simbolo.png);
    background-size: contain;
    margin: 0 auto;
    width: 60%;
    height: 354px;
    background-repeat:  no-repeat;
    background-position:  center;
}
.logotipo{
    display: block;
    background-image: url(../img/logotipo.png);
    background-size: contain;
    margin: 0 auto;
    width: 90%;
    height: 97px;
    background-repeat:  no-repeat;
    background-position:  center;
}