.entrada-container, .entrada-background{
    width: 100%;
    height: 100vh;
}
.entrada-bkimg{
    z-index: -1;
    top:-30%;
    width: 100%;
    height: 120vh;
}
.modal-home{
    top:0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.entrada-title-container{
    font-size: 2.5vw;
    width: 35%;
    height: 15vh;
    top:10%;
    left:55%;
}
.entrada-description-container{
    font-size: 1.5vw;
    width: 30%;
    height: 12vh;
    top:12%;
    left:60%;
}
.button-conoce-container{
    font-size: 2.0vw;
    width: 25%;
    height: 10vh;
    top:20%;
    left:64%;
    border-radius: 30px;
}
.button-conoce-container span{
    margin: 0;
    top: 50%;
    left: 24%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.button-whats-container{
    top:40%;
    left:2%;
    width: 25%;
    height: 10vh;
}
.button-whats-img{
    z-index: 2;
    left: -2%;
    width: 25%;
    height: 100%;
}
.entrada-whats{
    height: 100%;
}
.button-whats-title{
    font-size: 2.0vw;
    width: 100%;
    height: 100%;
    border-radius: 40px;
}
.button-whats-title span{
    margin: 0;
    top: 50%;
    left: 30%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}