*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: Lato;
    font-size: 10px;
    text-align: center;
    color: white;
}

main{
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-image: url(../images/MD2.jpg);
    background-attachment: fixed;
    opacity: 0.7;
    

}

h1{
    font-size: 6em;
    padding: 80px 40px 0 40px;
    color: white;
    font-family: Bodoni Moda SC;
    font-weight: normal; 
    letter-spacing: 3px;
}

h2{
    font-size: 1.9em;
    font-weight: normal;
    border-bottom: 2px solid  white;
    padding-bottom: 5px;
    margin: 20px 20px 10px 20px;
    letter-spacing: 1px;
    font-family: Montserrat;
    
}

h3{
    font-family: quicksand;
    font-weight: 400;
}

.oferta{
padding-bottom: 30px;

}
p{
    font-size: 1.4em;
    z-index: 1;
    padding: 20px;
    margin: 30px 45px 30px 35px;
    letter-spacing: 1px;
    color: black;
    border-radius: 20px;
    background-color: white;
}

p:nth-last-child(1){
    margin-bottom: 0;
}
.shade{
    background-color: black;
    
    z-index: -1;
}

span{
    font-size: 1.4em;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding-bottom: 10px;
    font-family: Quicksand;
}


 .foot img{
    width: 80%;
    height: 70%;
}


.socials{
    display: flex;  
    justify-content: center;   
}



.media{
    font-size: 4em;   
    padding: 0 10px;
}

footer{
    
    padding-bottom: 20px;
  
}

a{
    color:white;
}

a:visited{
    color: white;
}