.entrada-container, .entrada-background{
    width: 100%;
    height: 100%;
}
.entrada-bkimg{
    z-index: -1;
    top:-20%;
    width: 100%;
    height: 120%;
}
.modal-home{
    top:0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.entrada-title-container{
    font-size: 5.5vw;
    width: 70%;
    height: 15vh;
    top:10%;
    left:25%;
}
.entrada-description-container{
    font-size: 4vw;
    width: 80%;
    height: 12%;
    top:3%;
    left:15%;
}
.button-conoce-container{
    font-size: 5.0vw;
    width: 50%;
    height: 10%;
    top:12%;
    left:40%;
    border-radius: 30px;
}
.button-conoce-container span{
    margin: 0;
    top: 50%;
    left: 20%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.button-whats-container{
    top:30%;
    left:5%;
    width: 60%;
    height: 8vh;
}
.button-whats-img{
    z-index: 2;
    left: -2%;
    width: 25%;
    height: 100%;
}
.entrada-whats{
    height: 100%;
}
.button-whats-title{
    font-size: 5.0vw;
    width: 100%;
    height: 100%;
    border-radius: 40px;
}
.button-whats-title span{
    margin: 0;
    top: 50%;
    left: 35%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}