@import url('https://fonts.googleapis.com/css?family=Libre+Franklin:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i&display=swap');

html, body{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    color:white;
    font-family: "Libre Franklin";
    font-weight: lighter;
    font-size: 15px;
    text-align: center;
    height: 100%;
    display: block;
    background-image: url('../img/bg-fatima-montenegro.jpg');
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    text-shadow: 2px 2px 4px rgba(33, 33, 33, .3);
}

.inline {
    display: inline-block;
}

h1, h2{
    display: block;
    font-weight: lighter;
}

h2{
    font-size: 2.2rem;

}

h1{
    font-size: 1.5rem;
    font-weight: 800;
}

.logo{
    margin-top: 8rem;
}

section.initial{
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 4rem;
    min-height: 96%;
    position: relative;
}

.creci{
    margin-top: -3rem;
}
.local{
    font-weight: 800;
}

a, a:link, a:visited, a:hover, a:active{
    color: #dfdfdf;
    text-decoration: none;
    font-size: 2rem;
    text-align: center;
    display: inline-block;
}

a:hover{
    color: #fff;
}

a img{
    position: absolute;
    left: 50%;
    margin-left: -15px;
    margin-top: -70px;
}


#whatsapp{
    padding-top: 110px;
    position: absolute;
    bottom: 10%;
    left: 50%;
    margin-left: -150px;
    width: 300px;
    line-height: 0;
}



.address{
    font-style: normal;
    font-size: 1.2rem;
}

.mapa{
    width: 80%;
    margin-left: 10%;
    height: 60%;
}

a.email{
    font-size: 1.7rem;
}

a.email span{
    font-size: 1rem;
}

.address a {
    font-size: 1.2rem;
}