@import url('https://fonts.googleapis.com/css2?family=Ibarra+Real+Nova&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ibarra+Real+Nova&family=Open+Sans&family=Poppins:wght@200&display=swap');
.DB_Timeline {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    padding: 10px;
    background-color: #ffffff;
    border: #f7f7f7 solid;
    border-radius: 20px;
}

.DB_Timeline {
    list-style: none;
}

.DB_Timeline__item {
    cursor: pointer;
    font-size: 16px;
    padding: 2%;
}

.DB_Timeline__item:hover {
    transform: scale(1.2);
    transition: all 0.2s;
}

.DB_Timeline__item:nth-child(3n+2) {
    color: #282828;
}

#Img {
    width: 70%;
    height: 70%;
}

#Img:hover {
    width: 90%
}

.DB_Timeline__item:nth-child(odd):after {
    top: 0;
    border-width: 12px 12px 0 0;
    border-color: currentColor transparent transparent transparent;
}

.DB_Timeline__item:nth-child(even):after {
    bottom: 0;
    border-width: 12px 0 0 12px;
    border-color: transparent transparent transparent currentColor;
}

.DB_Timeline__text {
    display: block;
    line-height: 1;
    padding: 8px;
}

.DB_Timeline__text:hover {
    background-color: #c7c5c5;
    padding: 5px;
}

#tabs>div {
    display: none;
    width: 50%;
}

#apresent {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: space-around;
}

#container {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
}

p {
    text-align: justify;
}


/*Estilização modal*/

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

h5{

    color: #9ba9be;


}