* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

body {
    min-height: 100vh;
    width: 100%;
    font-size: 16px;
    background: #fff; /* #4e2727 Below Title <div class="separator"></div>  below info <p class="price">Familia Ortiz Rincon</p> */
    color: #777;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.item-container {
    position: relative;
    margin: 24px;
    width: 420px;
    height: 2900px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.15);
    cursor: pointer;
}

.img-container{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.img-container img {
    width: 100%;
}

.secimg-container{
    position: relative;
    /*top: 400px;*/
    left: 0;
    width: 100%;
    height: 100%;
}

.secimg-container img {
    width: 100%;
    
}

.body-container {
    position: relative;
    top: 400px;
    left: 0;
    width: 100%;
    height: 100%;
}
.body-container {
    position: relative;
}

/*<div class="overlay"></div>*/
/*.overlay {
    position: relative;
    width: 100%;
    height: 450px;
    background-color: rgba(73, 69, 68, 0.6);
    opacity: 0;
    transition: height linear 0.4s, opacity linear 0.8s;
}

.item-container:hover .overlay {
    opacity: 1;
    height: 450px;
}*/

.event-info {
    
    position: relative;
    width: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1px;
}

.info_description{
    font-size: 0.8em;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
    text-align: center;
}

.title{
    color: #801500;
    font-size: 6.4em;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 10px;
}
.price {
    color: #801500;
    font-size: 1.0em;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 12px;
}

.info {
    letter-spacing: 0.5px;
    margin-bottom: 6px;
    text-align: center;
}

.separator {
    width: 20%;
    height: 6px;
    background-color: #661100;
    margin-bottom: 16px;
}

.additional-info {
    /*border-top: 1px solid #bbb;*/
    margin-top: 6px;
    padding: 8px;
    padding-bottom: 0;
    text-align: center;
}

.additional-info .info {
    font-size: 0.9em;
    margin-bottom: 10px;
    text-align: center;
}

.info i {
    color: #f1ebeb;
    font-size: 1.1em;
    margin-right: 4px;
}

.info span {
    color: #800000;
    font-weight: bolder;
}

.thirdimg-container{
    position: relative;
    /*top: 1185px;*/
    left: 0;
    width: 100%;
    height: 100%;
}

.thirdimg-container img {
    width: 100%;
    
}

.fourthimg-container{
    position: relative;
    /*top: 620px;*/
    left: auto;
    width: 100%;
    height: 100%;
}

.fourthimg-container img {
    width: 100%;
    
} /*<p class="title">Sofia & Diego</p>*/

.fifthimg-container{
    position: relative;
    /*top: 400px;*/
    left: 0;
    width: 100%;
    height: 100%;
}

.fifthimg-container img {
    width: 100%;
    
}

.sixthimg-container{
    position: relative;
    /*top: 1720px;*/
    left: 0;
    width: 100%;
    height: 100%;
}

.sixthimg-container img {
    width: 100%;
    
}

.seventhimg-container{
    position: relative;
    /*top: 2330px;*/
    left: 0;
    width: 100%;
    height: 100%;
}

.seventhimg-container img {
    width: 100%;
    
}

.action {
    color: #800000;
    border: 3px solid #800000;
    background-color: transparent;
    position: relative;
    /*top: 2250px;*/
    left: 30%;
    transform: translateX(-50%);
    width: 60%;
    outline: none;
    cursor: pointer;
    padding: 12px;
    text-transform: uppercase;
    font-size: 1.3em;
    font-weight: bold;
    letter-spacing: 2px;
    transition: background-color 0.4s, top 0.4s;
}

.item-container:hover .action {
    top: -5%;
}

.action:hover {
    background-color: rgba(128, 0, 0);
    color: #FFFFFF;
    border: 3px solid #0a0a0a;
}

.action-location {
    color: #f2f0f0;
    border: 3px solid #1b1a1a;
    border-radius: 8px;
    background-color: #800000;
    position: relative;
    /*top: 1050px;*/
    left: 20%;
    transform: translateX(-50%);
    width: 40%;
    outline: none;
    cursor: pointer;
    padding: 12px;
    text-transform: uppercase;
    font-size: 0.7em;
    font-weight: bold;
    letter-spacing: 2px;
    transition: background-color 0.4s, top 0.4s;
}

/*<p class="info">
                            <i class="far fa-calendar-alt"></i>
                            Sab, Mayo 3 2025, 10:00 AM EDT
                        </p>*/

.action-seclocation {
    color: #f2f0f0;
    border: 3px solid #1b1a1a;
    border-radius: 8px;
    background-color: #800000;
    position: relative;
    /*top: 1050px;*/
    left: 20%;
    transform: translateX(-50%);
    width: 40%;
    outline: none;
    cursor: pointer;
    padding: 12px;
    text-transform: uppercase;
    font-size: 0.7em;
    font-weight: bold;
    letter-spacing: 2px;
    transition: background-color 0.4s, top 0.4s;
}
