body{
    background-color: black;
    color:lightgray;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    overflow-x: hidden;

}

h1{
    font-family: "Playfair Display", serif;
    font-size: 60px;
    font-weight: 100;
    padding: 0%;
    margin: 0px;
    line-height: 50px;
}

h2{
    font-family: "Playfair Display", serif;
    font-size: 40px;
    font-weight: 100;
    padding: 0%;
    margin: 0px;
    line-height: 30px;
}

span{
    font-weight: 500;
    font-size: 17px;
    color: gray;
}

a{
    text-decoration: none;
}

.title{
    font-family: "Great Vibes", cursive;
    font-size: 40px;
    margin-top: 100px;
    margin-bottom: 100px;
}

.fecha{
    font-size: 17px;
    color: lightgrey;
    border-top: solid 1px gray;
    border-bottom: solid 1px gray;
}
    


.message{
    font-family: "Great Vibes", cursive;
    font-size: 18px;
}

.section{
    width: 100%;
    height: 600px;
    z-index: 2;
    top: 90%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    padding-bottom: 20%;
}


.imagen-con-gradiente {
    width: 100%;
    height: 600px;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)), url('../img/portada1.png');
    background-size: cover;
    background-position: center;
    position: relative;
}

.section-it{
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 50px;
}

.item-it-r{
    border-left: solid 1px lightgray;
}

.item-it-r .fa-circle{
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
}

.item-it-l{
    border-right: solid 1px lightgray;
    margin-left: .5px;
    text-align: right;
}

.item-it-l .fa-circle{
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
}

.ic-uno{
    top: 30%;
}

.ic-dos{
    top: 50%;
}

.ic-tres{
    top: 70%;
}

.ic-cuatro{
    top: 82%;
}
.ic-cinco{
    top: 95%;
}

.line{
    border-left: solid 1px lightgray;
    height: 50px;
    width: 10px;
    margin-left: 50%;
}

.text-it{
    font-size: 10px !important;
}

.section-it .message{
    font-size: 25px;
}


.dressImg{
    height: 600px;
}

@media screen and (max-width: 600px) {

    .dressImg{
        height: 300px;
    }

}