body{
    padding: 0;
    margin: 0;
    background-image: url("bg.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
    height: 100vh;
}

.lld-mod1{
    margin: auto 15%;
    padding: 5% 10%;
    background: #2b2b2b73;
    top: 20%;
    position: fixed;
}
.lld-logo {
    text-align: center;
}

h1{
font-family: roboto;
font-size: 36px;
text-align: center;
color: #fff;
}

img{
    margin: 0 auto;
    text-align: center;
    width: 400px;
    height: auto;
}
.lld-tnks{
    color:#fff;
    text-align: center;
    font-family: roboto;
    font-size: 22px;
    font-style: italic;
}
.lld-mensaje{
    color:#fff;
    text-align: center;
    font-family: roboto;
    font-weight: 400;
    font-size: 18px;
}
.lld-footer{
    background: #222222;
    font-size: 14px;
    text-align: center;
    padding:15px 0 12px 0;
    margin: 0;
    color:#fff;
    font-family: roboto;
    bottom: 0;
    width: 100%;
    position: fixed;

}

.lld-footer a {
    color:#f2b91e;
    fill:#222222;
    text-decoration: none;
}
.lld-footer a:hover{
    color:#fff;   

}
.lld-social {
    margin: auto;
    display: flex;
    max-width: 240px;
    padding: 10px 20px 5px 20px;
    border-radius: 10px;
    display: none;
}

/***
lld-social
Para agregar o quitar cada red social agregar o disminuir valores de 60px
***/


.lld-social img{
    width: 50px;
    display: inline-block;
    padding: 0 5px;
}
.lld-social-b{
    width: 50px;
    display: inline-block;

}
.lld-social-c{
    width: 50px;
    display: inline-block;

}

@media only screen and (max-width: 600px) {

    .lld-mod1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto 20px;
    padding: 50px 20px 30px 20px;
    background: #2b2b2b73;
    position: fixed;
    }

    h1{
        font-family: roboto;
        font-size: 22px;
        text-align: center;
    }    

    img{
        margin: 0 auto;
        width: 100%;
        height: auto;

        text-align: center;
    }
}