.overlay-sections {
    position: relative;
    height: 100vh;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

div.main-picture {
    background-image: url('../utils//imgs/main_picture.jpeg');
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.overlay-content {
    position: absolute;
    z-index: 2;
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100vh;
}

.first-section-desc {
    position: absolute;
    padding: 0 2rem;
    top: 60px;
}

.first-section-name {
    position: absolute;
    top: 180px;
}

.first-section-date {
    position: absolute;
    bottom: 130px;
}

p.sin-margin {
    margin: 0 !important;
}

.tenor-sans-white {
    margin-bottom: 1rem;
}

div.fondo-original {
    background-image: url('../utils/imgs/fondo_original.jpg');
}

.card {
    background-color: white;
    padding: 40px 40px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
    width: 80%;
    max-width: 600px;
    text-align: center;
    align-items: center;
}

.top-section {
    max-width: 600px;
    text-align: center;
    align-items: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.btn-navy-blue {
    background-color: #00033F;
    border-color: #00033F;
    color: white;
    padding: 5px 0 5px 0;
    margin:  0 10px 10px 0;
}

.btn-navy-blue:hover {
    background-color: #000792;
    border-color: #000792;
    color: white;
    margin:  0 10px 10px 0;
}

.btn-navy-red {
    background-color: #3f0000;
    border-color: #3f0000;
    color: white;
    padding: 5px 0 5px 0;
    margin:  0 10px 10px 0;
}

.btn-navy-red:hover {
    background-color: #920000;
    border-color: #920000;
    color: white;
    margin:  0 10px 10px 0;
}

.btn-width-map {
    width: 100px;
}

.btn-width-confirmation {
    width: 150px;
}

.blank-section {
    /* background-color: #00033F; */
    position: absolute;
    color: black;
    text-align: center;
    align-items: center;
    height: 100hv;
}

div.top-third-section {
    top: 300px;
}

.top-fourth-section {
    top: 150px;
}

hr {
    width: 100%;
    border: 1px solid rgb(188, 175, 0);
    /* border-top: 1px solid rgb(0, 0, 0); */
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.p-50 {
    padding: 50px;
}

.my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.m-0 {
    margin: 0;
}

.mb-0 {
    margin-bottom: 0;
}

.mt-10 {
    margin-top: 10px;
}

.footer {
    text-align: center;
    text-decoration: none !important;
    color: #b0b0b0 !important;
    margin: 30px 0 0 0 !important;
    font-size: 15px;
    font-family: 'Courier New', Courier, monospace !important;
}

.footer-fontM {
    font-size: 10px !important;
    margin-bottom: 30px !important;
}