.position-relative {
    position: relative;
}

.select-wrapper input.select-dropdown {
    width: 100% !important;
}

.container-correspondente {
    position: relative;
    background-image: url(../../../../images/template-site/background/city-solicitacao.jpg);
    background-repeat: no-repeat;
    background-size: 128%;
    background-position: bottom center;
}

.header-correspondente svg {
    width: 100%;
    height: 100%;
}

.title-header-correspondente {
    position: absolute;
    top: 15%;
    left: 7% !important;
    width: 70% !important;
}

.title-header-correspondente h3 {
    font-family: 'Google Sans' !important;
    color: #104098;
    font-size: 3.5rem;
    font-weight: 500;
}

.title-header-correspondente p {
    font-family: 'Google Sans' !important;
    color: #fff;
    font-size: 1.2rem;
}

.position-card-form {
    width: 100%;
    margin-top: -190px;
    margin-bottom: -3px;
    padding-bottom: 40px;
}

.position-card-form .card {
    width: 84%;
    margin: 0 auto;
}

.enzo-cadastro-correspondente {
    position: absolute;
    bottom: 14px;
    right: 39px;
    z-index: 1;
    height: 360px;
}

.cloud-correspondente {
    top: 0px !important;
    z-index: -1;
    height: 37% !important;
}

.title-form-margin {
    margin: 70px 0px !important;
}

.title-form-margin-2 {
    margin: 30px 0 !important;
}

.content-atuacoes {
    opacity: 0;
}

#test-2 {
    position: relative;
}

.content-enzo-atuacoes {
    position: absolute;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.content-enzo-atuacoes img {
    max-width: 100%;
    height: auto;
    width: 70%;
}

.content-enzo-atuacoes h5 {
    font-family: 'Google Sans' !important;
    color: #104098c7;
    margin: 40px 0 !important;
}

.chip-custom {
    height: 57px;
    font-size: 14px;
    font-family: 'Google Sans' !important;
    font-weight: 600;
    color: rgb(255, 255, 255);
    line-height: 57px;
    padding: 0 17px;
    border-radius: 8px;
    background-color: #a0cfff;
}

.chip-custom img {
    margin: 15px 8px 0 -5px;
    height: 27px;
    width: 27px;
    border-radius: 0;
}

.chip-custom i {
    font-size: 18px !important;
    line-height: 56px !important;
    padding-left: 8px !important;
}

.btn-site-correspondente-hover:hover {
    padding: 0 2.3rem;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.info-termo {
    margin-top: 15px !important;
    font-family: 'Google Sans' !important;
    font-size: 13px;
    color: gray !important;
    text-align: right !important;
}

.fade-out-right {
    -webkit-animation: fade-out-right 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: fade-out-right 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes fade-out-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
        opacity: 0;
    }
}

@keyframes fade-out-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
        opacity: 0;
    }
}

.fade-in-left {
    -webkit-animation: fade-in-left 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in-left 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes fade-in-left {
    0% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-in-left {
    0% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

.bounce-in-left {
    -webkit-animation: bounce-in-left 0.90s both;
    animation: bounce-in-left 0.90s both;
}

@-webkit-keyframes bounce-in-left {
    0% {
        -webkit-transform: translateX(-600px);
        transform: translateX(-600px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    38% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }
    55% {
        -webkit-transform: translateX(-68px);
        transform: translateX(-68px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    72% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    81% {
        -webkit-transform: translateX(-28px);
        transform: translateX(-28px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    90% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    95% {
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes bounce-in-left {
    0% {
        -webkit-transform: translateX(-600px);
        transform: translateX(-600px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    38% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }
    55% {
        -webkit-transform: translateX(-68px);
        transform: translateX(-68px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    72% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    81% {
        -webkit-transform: translateX(-28px);
        transform: translateX(-28px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    90% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    95% {
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

.bounce-in-bottom {
    -webkit-animation: bounce-in-bottom 0.90s both;
    animation: bounce-in-bottom 0.90s both;
}

@-webkit-keyframes bounce-in-bottom {
    0% {
        -webkit-transform: translateY(500px);
        transform: translateY(500px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    38% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }
    55% {
        -webkit-transform: translateY(65px);
        transform: translateY(65px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    72% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    81% {
        -webkit-transform: translateY(28px);
        transform: translateY(28px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    90% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    95% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes bounce-in-bottom {
    0% {
        -webkit-transform: translateY(500px);
        transform: translateY(500px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    38% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }
    55% {
        -webkit-transform: translateY(65px);
        transform: translateY(65px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    72% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    81% {
        -webkit-transform: translateY(28px);
        transform: translateY(28px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    90% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    95% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

.bounce-in-right {
    -webkit-animation: bounce-in-right 0.90s both;
    animation: bounce-in-right 0.90s both;
}

@-webkit-keyframes bounce-in-right {
    0% {
        -webkit-transform: translateX(600px);
        transform: translateX(600px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    38% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }
    55% {
        -webkit-transform: translateX(68px);
        transform: translateX(68px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    72% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    81% {
        -webkit-transform: translateX(32px);
        transform: translateX(32px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    90% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    95% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes bounce-in-right {
    0% {
        -webkit-transform: translateX(600px);
        transform: translateX(600px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    38% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }
    55% {
        -webkit-transform: translateX(68px);
        transform: translateX(68px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    72% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    81% {
        -webkit-transform: translateX(32px);
        transform: translateX(32px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    90% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    95% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

.bounce-in-top {
    -webkit-animation: bounce-in-top 0.90s both;
    animation: bounce-in-top 0.90s both;
}

@-webkit-keyframes bounce-in-top {
    0% {
        -webkit-transform: translateY(-500px);
        transform: translateY(-500px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    38% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }
    55% {
        -webkit-transform: translateY(-65px);
        transform: translateY(-65px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    72% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    81% {
        -webkit-transform: translateY(-28px);
        transform: translateY(-28px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    90% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    95% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes bounce-in-top {
    0% {
        -webkit-transform: translateY(-500px);
        transform: translateY(-500px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    38% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }
    55% {
        -webkit-transform: translateY(-65px);
        transform: translateY(-65px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    72% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    81% {
        -webkit-transform: translateY(-28px);
        transform: translateY(-28px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    90% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    95% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

.fade-in-top {
    display: block !important;
    -webkit-animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes fade-in-top {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-in-top {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

.fade-out-bottom {
    display: none !important;
    -webkit-animation: fade-out-bottom 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: fade-out-bottom 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes fade-out-bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }
}

@keyframes fade-out-bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }
}

#content-confirmacao-cadastro {
    display: none;
    height: 0px;
    margin-bottom: 0 !important;
}

#content-tabela-precos {
    display: none;
}

.col-atuacao-correspondente {
    padding: 50px 0 !important;
}

.col-atuacao-correspondente .card {
    width: 100% !important;
    margin: 0 auto;
    -webkit-box-shadow: 0px 5px 11px -1px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 5px 11px -1px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 5px 11px 2px rgba(0, 0, 0, 0.18);
    border-radius: 20px;
}

.info-valores-correspondente {
    margin: 20px 0 !important;
    color: #0000008a !important;
    font-family: 'Google Sans' !important;
    font-size: 13px;
}

/* Modal de confirmação de cadastro */

.modal-correspondente-confirmacao {
    height: 85% !important;
    max-height: 85% !important;
    top: 7% !important;
    width: 1058px !important;
    background-image: url(../../../images/template-site/background/cidade-modal.svg);
    background-repeat: no-repeat;
    background-size: 154%;
    background-position: bottom;
}

.container-modal-correspondente {
    overflow: hidden;
}

.content-curve-modal {
    position: relative;
}

.content-curve-modal svg {
    width: 101%;
    height: 100%;
}

.content-curve-modal img {
    position: absolute;
    top: 6%;
    left: 30%;
    height: 400px;
}

.content-info-modal-correspondente {
    padding: 55px;
    text-align: center;
}

.content-info-modal-correspondente h4 {
    font-family: 'Google Sans' !important;
    color: #104098;
    font-weight: 600;
}

.content-info-modal-correspondente p {
    font-family: 'Google Sans' !important;
    color: #104098;
    margin: 30px 0;
}

.modal-footer-custom {
    background-color: transparent !important;
    border-top: unset !important;
}

.modal-contato-correspondente {
    text-align: center;
}

.modal-contato-correspondente li {
    display: inline-block;
    padding: 0 20px;
}

.modal-contato-correspondente li a {
    color: #104098;
}

.modal-contato-correspondente li a img {
    height: 25px;
    position: relative;
    top: 6px;
    margin-right: 10px;
}

/* FIM-/ Modal de confirmação de cadastro */

@media only screen and (max-width: 1680px) {
    .position-card-form {
        margin-top: -140px;
    }
}

@media only screen and (max-width: 1536px) {
    .enzo-cadastro-correspondente {
        height: 330px;
    }
}

@media only screen and (max-width: 1440px) {
    .enzo-cadastro-correspondente {
        height: 310px;
    }
    .position-card-form {
        margin-top: -135px;
    }
}

@media only screen and (max-width: 1366px) {
    .enzo-cadastro-correspondente {
        height: 290px;
    }
    .position-card-form .card {
        width: 83%;
    }
    .position-card-form {
        margin-top: -125px;
    }
    .content-enzo-atuacoes img {
        width: 75%;
    }
    .modal-correspondente-confirmacao {
        height: 95% !important;
        max-height: 95% !important;
        top: 2% !important;
        width: 950px !important;
    }
}

@media only screen and (max-width: 1280px) {
    .enzo-cadastro-correspondente {
        right: 46px;
    }
    .position-card-form {
        margin-top: -115px;
    }
    .content-enzo-atuacoes img {
        width: 85%;
    }
}

@media only screen and (max-width: 1150px) {
    .title-header-correspondente h3 {
        font-size: 3rem;
    }
    .enzo-cadastro-correspondente {
        height: 250px;
    }
    .position-card-form {
        margin-top: -90px;
    }
}

@media screen and (max-height: 665px) {
    .content-curve-modal img {
        height: 335px;
    }
    .content-info-modal-correspondente {
        padding: 10px 20px;
    }
    .content-info-modal-correspondente h4 {
        font-size: 2rem;
    }
    .content-info-modal-correspondente p {
        margin: 18px 0;
        font-size: 14px;
    }
}

@media screen and (max-height: 600px) {
    .content-curve-modal img {
        height: 300px;
    }
    .content-info-modal-correspondente {
        padding: 0px 20px;
    }
    .content-info-modal-correspondente h4 {
        font-size: 2rem;
    }
    .content-info-modal-correspondente p {
        margin: 18px 0;
        font-size: 14px;
    }
    .content-curve-modal {
        height: 320px;
    }
    .content-curve-modal svg path {
        height: 320px;
        d: path("M -95 0 H 2000 l 6.9 369.311 L -100 629.572 Z");
    }
}

@media only screen and (max-width: 992px) {
    .header-correspondente {
        background-image: url(../../../images/template-site/background/bg-curve.svg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom;
        height: 400px;
    }
    .position-card-form {
        margin-top: -155px;
    }
    .enzo-cadastro-correspondente {
        display: none;
    }
    .position-card-form .card {
        width: 95% !important;
    }
    .title-header-correspondente {
        top: 15%;
        width: 90% !important;
    }
    .title-form-margin {
        margin: 20px 0px !important;
    }
    .title-header-correspondente h3 {
        font-size: 2.5rem;
    }
    .content-enzo-atuacoes img {
        width: 70%;
    }
    .content-enzo-atuacoes {
        position: relative;
        height: auto;
        padding: 30px;
        transition: all 0.5s ease-in-out;
    }
    .fade-mobile {
        height: 0;
        padding: 0;
    }
    .fade-mobile div {
        height: 0;
    }
    .fade-mobile div img {
        width: 40%;
    }
    .content-atuacoes {
        height: 0;
        padding: 0;
        transition: all 0.5s ease-in-out;
    }
    .content-atuacoes .row .col {
        height: 0;
    }
    .fade-in-mobile {
        height: auto;
        padding: 30px 0 0 0;
    }
    .fade-in-mobile .row .col {
        height: auto;
    }
    #content-confirmacao-cadastro {
        position: relative;
        bottom: 20px;
    }
    .modal-correspondente-confirmacao {
        width: 95% !important;
        background-size: 240%;
    }
    .content-info-modal-correspondente {
        padding: 175px 50px;
        text-align: center;
    }
    .content-curve-modal {
        display: none;
    }
    .modal-footer-custom {
        bottom: 30px !important;
    }
}

@media only screen and (max-width: 600px) {
    .position-card-form {
        margin-top: -185px;
    }
    .title-header-correspondente h3 {
        font-size: 2.2rem;
        margin-bottom: 7px;
    }
    .title-header-correspondente p {
        font-size: 1.1rem;
    }
    .title-header-correspondente {
        width: 95% !important;
        left: 3% !important;
    }
    .position-card-form .card {
        width: 100% !important;
    }
    .position-card-form .card .card-content {
        padding: 24px 10px !important;
    }
    .content-enzo-atuacoes img {
        width: 100%;
    }
    .chip-custom {
        font-size: 12px;
        padding: 0 14px;
    }
    .chip-custom img {
        margin: 18px 8px 0 -5px;
        height: 20px;
        width: 20px;
    }
    .chip-custom i {
        font-size: 15px !important;
    }
    .modal-correspondente-confirmacao {
        background-size: 500%;
    }
    .content-info-modal-correspondente {
        padding: 95px 30px;
    }
    .content-info-modal-correspondente p {
        margin: 30px 0;
    }
    .modal-footer-custom {
        bottom: 88px !important;
    }
    .modal-contato-correspondente li a {
        font-size: 13px;
    }
    .modal-contato-correspondente li {
        padding: 5px 20px;
    }
    .modal-contato-correspondente li a img {
        height: 22px;
    }
}

@media only screen and (max-width: 457px) {
    .position-card-form {
        margin-top: -185px;
    }
    .title-header-correspondente h3 {
        font-size: 2rem;
    }
    .title-header-correspondente {
        top: 9%;
    }
}

@media only screen and (max-width: 375px) {
    .content-info-modal-correspondente {
        padding: 55px 30px;
    }
    .content-info-modal-correspondente h4 {
        font-size: 2rem;
    }
    .content-info-modal-correspondente p {
        margin: 20px 0;
        font-size: 13px;
    }
    .modal-footer-custom {
        bottom: 137px !important;
    }
}

@media only screen and (max-width: 320px) {
    .content-info-modal-correspondente {
        padding: 30px 25px;
    }
    .content-info-modal-correspondente h4 {
        font-size: 1.6rem;
    }
    .content-info-modal-correspondente p {
        margin: 15px 0;
        font-size: 12px;
    }
    .modal-footer-custom {
        bottom: 105px !important;
    }
    .modal-contato-correspondente li {
        padding: 3px 20px;
    }
}