@charset="utf-8";
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700&subset=latin,latin-ext);


body  { 
    background: url(img/fdogaleria-01.png) no-repeat fixed center center;
    background-size: cover;
}

.post {
    border-radius: 5px;
}

.cont-posts>div  {
    padding: 20px;
    width: 280px;
    height: 280px;
    margin: 10px;
    background-color: aquamarine;
    float: left;
    display: block;
    }


h1  {
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 400;
    text-align: left;
    }

h2  {
    font-size: 14;
    letter-spacing: 1px;
    font-weight: 200;
    text-align: right;
    }

.nombre-post  {
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 400;
    text-align: right;
    }

.comment-post  {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 300;
    text-align: left;
    }

 
.comentar  {
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    }

#comentar-title {
    color: black;
    font-size: 18px;
    font-weight: 300;
}

input  {
    padding: 2em;
    height: 1em;
    width: 20rem;
    border: none;
    box-shadow: 2px 2px 2px aquamarine;
    font-family: inherit;
    letter-spacing: 0.1em;
    font-size: 12px;
    display: flex;
    margin-top: 1em;
    }

.comentar a  { 
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 400;
    background-color: aquamarine;
    padding: 1em;
    margin: 1em;
    text-decoration: none;
    color: black;
    float: left;
    margin-left: -0em;
    }

#blog-title  { 
    font-size: 30px;
    text-align: left;
    border-style: none;
}

.intro-post  { 
    text-align: left;
}

.post {
    position: relative;
}

.post>div {
    width: 100%;
    display: flex;
    margin-bottom: 0.5em;
}

#line1 {
    border: 1px;
    border-color: black;
    border-style: solid;
    border-width: 0.2em;
} 

#stars-post {
    cursor: pointer;
    padding-top: 2em;
}

#stars-post img {
    width: 15px;
    margin-left: 0.1em;
}

#line2 {
    margin: 0 auto;

}

#line2 p {
    margin: auto;
    letter-spacing: 0.15em;
}

#line2 img {
    width: 30px;
}

.comment-post {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.1em;
    text-align: center;
}

#line4 {
    margin: 0 auto;
    height: 25px;
    justify-content: flex-end;
}

#line4>div {
    justify-content: flex-end;
    margin-left: 0.5em;
    
}

#line4 img {
    width: 25px;
}

#line4 p {
    font-weight: 100;
    letter-spacing: 0.3em;
    margin-top: -0.01em;
}

#line5 {
    justify-content: space-around;
}

#line5 img {
    width: 25px;
    margin: 1em;
    cursor: pointer;
}

#line5 p{
    color: white;
}

.comment_line {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
} 
