body{
    background-image: url(bk.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.dani_img{
    width: 400px;
}

.dani_parrafo{
    font-family: "Sofia Sans Semi Condensed", sans-serif;
    font-size: 25px;
    color: #a42a06;
}
.dani_titulo_main{
    font-family: "Archivo Black", sans-serif;
    font-weight: bold;
    font-size: 45px;
    color: #a42a06;
}
.dani_titulo{
    font-family: "Archivo Black", sans-serif;
    font-weight: bold;
}

.dani_logo{
    width: 150px;
    margin-left: 50px;
}

.dani_menu{
    font-size: 70px;
    margin-top: 30px;
}

.dani_flecha{
    font-size: 70px;
}

.dani_whatsapp{
    width: 200px;
    height: 100px;
    background-color: #06a43d !important;
    font-size: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dani_whatsapp_icon{
    color: white;
    font-size: 50px;
}

.dani_input{
    width: 400px;
    height: 50px;
    border-radius: 50px;
    border: 2px solid #a42a06;
    padding: 0px 20px;
    font-size: 20px;
}

.dani_footer{
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 74%);
    background-color: #89078b;
    color: white;
    font-size: 20px;
    height: 100px;
}

.modal-content{
    background-color: hsla(0, 0%, 100%, 0.719) !important;
}

.dani_logo_modal{
    width: 100px;
}
.dani_logo_modal:hover{
    transform: scale(1.1);
}
.dani_banner_container{
    background-image: url(banner.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
}

@media (max-width: 430px) {
    .dani_logo{
        width: 100px;
        margin-left: 0px;
    }
    .dani_menu{
        font-size: 50px;
        margin-top: 20px;
    }
    .dani_img{
        width: 200px;
    }
    .dani_footer{
        height: 100px;
    }
    .dani_footer_link {
        font-size: 12px;
    }
    .dani_banner_container{
        height: 200px;
    }
}