.section-politicas{
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    background-color: #efefef;
}

.container-politica h3 p{
    margin: 64px;
}

@media (min-width:768px) {
    .title-politica {
        margin-top: 120px;
    }
}

.text-politicas{
    font-family: 'Inter' !important;
    font-size: 16px !important;
    font-weight: normal !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: normal !important;
    letter-spacing: normal !important;
    text-align: left !important;
    color: #212529 !important;
}

.error-404-section {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 9.375rem 3.75rem 3.125rem;
}

.error-404-text {
    width: 50%;
}

.error-404-title {
    color: black;
    font-size: 2.25rem !important;
    font-weight: 600;
    font-family: Inter, sans-serif;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-shadow: none;
}

.error-404-subtitle {
    font-size: 1.25rem !important;
    margin-bottom: 50px;
}

.botao-404-error {
    text-decoration: none !important;
    background-color: transparent;
    color: #2480be;
    border: 2px solid #2480be;
    border-radius: 250px;
    min-width: 80px;
    font-size: 16px;
    padding: 10px 20px !important;
    cursor: pointer;
    margin: 0px !important;
}

.botao-404-error:hover {
    text-decoration: none !important;
    background-color: #2480be;
    color: #fff;
  }

.paco-404-error {
    width: 80%;
}

@media (max-width:768px) {

    .error-404-section {
        padding: 3.375rem 3.75rem 3.125rem;
    }

    .error-404-text {
        width: 100%;
    }

    .error-404-title {
        font-size: 1.7rem !important;
    }
    
    .error-404-subtitle {
        font-size: 1rem !important;
    }

    .error-404-subtitle {
        margin-bottom: 30px;
    }

    .botao-404-error {
        font-size: 0.75rem;
    }

    .mobile-button-height {
        height: 40px !important;
    }

    .mobile-button-width {
        width: 120px !important;
    }

    .mobile-font-size {
        font-size: 12px !important;
        width: 120px !important;
    }
}

@media (max-width:550px) {

    .error-404-section {
        flex-direction: column;
        text-align: center;
    }

    .paco-404-error {
        margin-top: 40px;
        width: 55%;
    }
}