.lato-bold {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.inter-400 {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "slnt" 0;
}

.sofrigam {
    padding: 10px;
    margin: 0 auto;
    max-width: 1000px;
    color: black;
}

.sofrigam_header {
    text-align: center;
}

.sofrigam_title {
    font-size: 24px;
    line-height: 32px;
    margin: 20px 0;
}

.sofrigam_logo {
    margin-bottom: 50px;
}

.sofrigam_logo img {
    max-width: 100%;
}

.sofrigam_content {
    font-size: 14px;
    line-height: 24px;
}

.sofrigam_cta {
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    margin: 20px 0;
    border: 1px solid #10263C;
    background-color: #10263C;
    color: #FFF;
    border-radius: 48px;
    font-size: 14px;
    line-height: 24px;
    padding: 10px 20px;
}
.sofrigam_cta:hover {
    background-color: #FFF;
    color: #10263C;
}

.sofrigam_footer {
    margin-top: 50px;
    background-color: #1996B0;
    display: grid;
    grid-template-columns: 1fr;
    padding: 10px;
}

.sofrigam_question {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #FFF;
    margin-bottom: 10px;
}

.sofrigam_tel, .sofrigam_email {
    font-weight: 700;
    color: #10263C;
    font-size: 20px;
    line-height: 32px;
}

.sofrigam_tel span {
    color: #FFF;
    font-size: 13px;
}

.sofrigam_email a {
    text-decoration: none;
    color: #10263C;
}

@media screen and (min-width: 786px) {
    .sofrigam_footer {
        grid-template-columns: 1fr 1fr;
        padding: 60px;
    }

    .sofrigam_footer-right {
        text-align: right;
    }
}