.caixa {
    background-color: #8d211c40;
    display: inline-flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 66px;
    margin-top: 2vh;
    margin-bottom: 4vh;
}

.caixa::after {
    content: " ";
    height: 100%;
    border-right: 1px solid #8d211c;
    position: relative;
    top: 10px;
    right: 5px;
}

.caixa::before {
    content: " ";
    height: 100%;
    border-right: 1px solid #8d211c;
    position: relative;
    top: 10px;
    right: 15px;
}

.bars {
    padding: 12px 50px;
    border-top: 1px solid #8d211c;
    border-bottom: 1px solid #8d211c;
    position: relative;
    top: 10px;
    right: 10px;
}

.title {
    font-size: 36px;
    text-align: center;
    position: relative;
    top: -5px;
    right: -5px;
    font-family: "Dancing Script", cursive;
    color: rgb(0, 0, 0);
}

/*
*/

.caixa2 {
    background-color: #ffffff77;
    display: inline-flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 66px;
    margin-top: 2vh;
    margin-bottom: 4vh;
}
.caixa2::after {
    content: " ";
    height: 100%;
    border-right: 1px solid #ffffff;
    position: relative;
    top: 10px;
    right: 5px;
    color: #8d221c;
}
.caixa2::before {
    content: " ";
    height: 100%;
    border-right: 1px solid #ffffff;
    position: relative;
    top: 10px;
    right: 15px;
}
.bars2 {
    padding: 5px 50px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    position: relative;
    top: 10px;
    right: 10px;
}

.title2 {
    font-size: 36px;
    text-align: center;
    position: relative;
    top: -5px;
    right: -5px;
    font-family: "Dancing Script", cursive;
    color: #8d221c;
}

/*
*/

.caixa3 {
    background-color: #413d3d77;
    display: inline-flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 66px;
    margin-top: 2vh;
    margin-bottom: 4vh;
}

.caixa3::after {
    content: " ";
    height: 100%;
    border-right: 1px solid #000000;
    position: relative;
    top: 10px;
    right: 5px;
    color: #8d221c;
}

.caixa3::before {
    content: " ";
    height: 100%;
    border-right: 1px solid #000000;
    position: relative;
    top: 10px;
    right: 15px;
}

.bars3 {
    padding: 5px 50px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    position: relative;
    top: 10px;
    right: 10px;
}

.title3 {
    font-size: 36px;
    text-align: center;
    position: relative;
    top: -5px;
    right: -5px;
    font-family: "Dancing Script", cursive;
    color: #8d221c;
}

/*
*/

.caixa4 {
    background-color: #8d221cda;
    display: inline-flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 66px;
    margin-top: 2vh;
    margin-bottom: 4vh;
}

.caixa4::after {
    content: " ";
    height: 100%;
    border-right: 1px solid #413d3d;
    position: relative;
    top: 10px;
    right: 5px;
}

.caixa4::before {
    content: " ";
    height: 100%;
    border-right: 1px solid #413d3d;
    position: relative;
    top: 10px;
    right: 15px;
}

.bars4 {
    padding: 12px 50px;
    border-top: 1px solid #413d3d;
    border-bottom: 1px solid #413d3d;
    position: relative;
    top: 10px;
    right: 10px;
}