.texto_texto {
    width: 80%;
    margin: 0 auto
}

.texto_texto .box_texto {
    display: flex;
    align-items: center;
    justify-content: center
}

.texto_texto .box_texto:nth-child(1) .content .titulo2 {
    font-family: "BauhausBuglerBold";
    font-size: 42px;
    font-weight: 700;
    line-height: 45px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000;
    margin-bottom: 20px !important
}

.texto_texto .box_texto:nth-child(1) .content .texto {
    color: #000
}

.texto_texto .box_texto:nth-child(1) .content .texto p {
    font-family: "superagothic-regular";
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: .05em;
    text-align: justify;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000;
    display: block !important
}

.texto_texto .box_texto:nth-child(2) .content {
    background-color: #f8f4f4;
    border-radius: 25px;
}

.texto_texto .box_texto:nth-child(2) .content .titulo {
    font-family: "SuperaGothic-ExtraBold";
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    letter-spacing: .03em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000
}

.texto_texto .box_texto:nth-child(2) .content .texto {
    color: #7879b7
}

.texto_texto .box_texto:nth-child(2) .content .texto p {
    color: #7879b7;
    font-size: 25px;
    text-align: center
}

.texto_texto .box_texto .content {
    padding: 20px;
    text-align: center
}

@media(min-width: 768px) {
    .texto_texto {
        justify-content: space-between
    }

    .texto_texto .box_texto:nth-child(1) {
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        display: flex;
        justify-content: flex-end
    }

    .texto_texto .box_texto:nth-child(2) {
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        display: flex;
        justify-content: flex-start
    }

    .texto_texto .box_texto .content .titulo {
        margin-bottom: 20px
    }
}

@media(min-width: 1200px) {
    .texto_texto .box_texto .content {
        padding: 0px;
        border-radius: 40px
    }

    .texto_texto .box_texto .titulo {
        padding: 30px;
        padding-bottom: 0px !important;
        margin-bottom: 0px !important
    }

    .texto_texto .box_texto .titulo2 {
        padding: 0px;
        padding-bottom: 0px !important;
        margin-bottom: 0px !important
    }
}

.botonsucces {
    width: 80% !important;
    margin: 0 auto;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.7490196078);
    background-color: #5ba654;
    border-radius: 7.5px;
    padding: 10px;
    font-family: "BauhausBuglerBold";
    font-size: 22px;
    font-weight: 700;
    line-height: 21.36px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff !important;
    display: block;
    transition: .3s all ease
}

.botonsucces:hover {
    background-color: #000
}


tr td:nth-child(1) {
    text-align: left;
    color: #000;
    font-weight: bold
}

tr td:nth-child(2) {
    text-align: center;
    color: #5ba654;
    font-weight: bold
}

tr td:nth-child(3) {
    text-align: center
}

/*# sourceMappingURL=texto_texto.min.css.map */