@font-face{
    font-family: Garamond regular;
    src:url(EBGaramond-Regular.ttf);
}

button{
    display: none;
}
.logo_crd{
    display: none;
}
.div{
    color: transparent;
}
footer{
    display: none;
}
body{
margin: 0%;
background-image: url(img/bg.png);
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed ;
background-position: center center;
overflow-x: hidden;
}
.nav_desc{
    display: flex; ;
    padding-top: 20px;
    position: fixed;
}
#nav{
    float: left;
    vertical-align: middle;
}
.logo{
    width: 10%;
}
.logo:hover{
    filter: blur(2px);
}
nav img{
    vertical-align: middle;
}
.nav_desc a{
    text-decoration: none;
    color: black;
    font-size: 30px;
    font-family: Garamond regular;
    padding-inline: 40px;
}
.social{
   
    float: right;
    vertical-align: middle;
    position: relative;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;

}
.social i{
    vertical-align: middle;
    
}

.social a{
font-size: 60px;
color: #0D8409;
}
.title{
    text-align: center;
    padding-top: 100px;
}
h2{
    font-family: Garamond regular;
    font-weight: 100;
    font-size: 40px;
    color: black;
}
hr{
    background-color: black;
    height: 1px;
    width: 40%;

}
p{
    font-family: Garamond regular;
    font-size: 30px;
    font-weight: 100;
    padding: 100px;
    line-height: 1.5;
    text-align: justify;
}
.imagen{
    width: 100%;
}
.imagen a img{
    width: 100vw;
    box-shadow: 2px 2px 2px 1px #a9a9a9;
}
.footer2{
    font-family: Garamond regular;
    font-size: 14px;
    padding: 20px ;
    text-align: center;
}

