* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
}

@font-face {
    font-family: 'Source Serif Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Source Serif Pro Regular'), url('../font/SourceSerifPro-Regular.woff') format('woff');
}


@font-face {
    font-family: 'Source Serif Pro ExtraLight';
    font-style: normal;
    font-weight: normal;
    src: local('Source Serif Pro ExtraLight'), url('../font/SourceSerifPro-ExtraLight.woff') format('woff');
}


@font-face {
    font-family: 'Source Serif Pro Light';
    font-style: normal;
    font-weight: normal;
    src: local('Source Serif Pro Light'), url('../font/SourceSerifPro-Light.woff') format('woff');
}


@font-face {
    font-family: 'Source Serif Pro SemiBold';
    font-style: normal;
    font-weight: normal;
    src: local('Source Serif Pro SemiBold'), url('../font/SourceSerifPro-SemiBold.woff') format('woff');
}


@font-face {
    font-family: 'Source Serif Pro Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Source Serif Pro Bold'), url('../font/SourceSerifPro-Bold.woff') format('woff');
}


@font-face {
    font-family: 'Source Serif Pro Black';
    font-style: normal;
    font-weight: normal;
    src: local('Source Serif Pro Black'), url('../font/SourceSerifPro-Black.woff') format('woff');
}

.container {
    max-width: 1280px;
}

.bg-primary {
    background-color: #890005 !important;
    /*background-color: #e74946 !important;*/
    height: 80px;
}

header {
    position: relative;
    z-index: 99;
}

header .container {
    background-color: #FFFFFF;
    border-radius: 8px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    height: 92px;
    margin-top: 8px;
    padding: 0 24px;
}

header .container .logo img {
    max-width: 200px;
}

header .nav .nav-item .nav-link {
    font-family: "Roboto", sans-serif;
    color: #464646 !important;
    font-size: 1rem;
    font-weight: bold;
}

header .nav .nav-item .nav-link:hover {
    text-decoration: underline;
}

header .actions-cols {
    gap: 12px;
}

header .actions-cols a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 143px;
    height: 48px;
    border-radius: 8px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    text-decoration: none;
    line-height: 0.875rem;
    text-align: left;
    padding: 0 8px;
    text-transform: uppercase;
    gap: 8px;
}

header .actions-cols a img {
    width: 25px;
}

header .actions-cols a.area-associado {
    border: 1px solid #78B4A9;
    color: #78B4A9;
}

header .actions-cols a.area-associado.active {
    background-color: rgba(120, 180, 169, 0.2);
}

header .actions-cols a.area-credenciado {
    border: 1px solid #ED1C24;
    color: #ED1C24;
}

header .actions-cols a.area-credenciado.active {
    background-color: rgba(237, 28, 36, 0.2);
}

header .modal-login-associado {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(35%, 17%);
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    z-index: 1000;
    border-radius: 8px;
}

header .modal-login-credenciado {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(79%, 17%);
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    z-index: 1000;
    border-radius: 8px;
}

header .modal-login-associado .form-group label,
header .modal-login-credenciado .form-group label {
    color: #000000;
    font-size: 0.875rem;
    text-align: left;
}

header .modal-login-associado .form-group input,
header .modal-login-credenciado .form-group input {
    height: 45px;
    border: 1px solid rgba(80, 22, 40, 0.4);
    border-radius: 8px;
    padding: 0 8px;
}

header .modal-login-associado .form-group,
header .modal-login-credenciado .form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
    gap: 3px;
}

header .password-fields {
    position: relative;
    margin-bottom: 24px;
}

header .forgot-pass {
    text-align: left;
}

header .forgot-pass a {
    color: #ED1C24;
    text-decoration: none;
    font-size: 0.875rem;
}

header .show-password {
    bottom: 0;
    font-size: 0.875rem;
    position: absolute;
    right: 0;
}

header .buttons-row {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 24px;
}

header .buttons-row button {
    width: 100%;
    border: 1px solid #ED1C24;
    border-radius: 8px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    color: #ED1C24;
    transition: all 0.3s ease;
}

header .buttons-row button:hover {
    background-color: #ED1C2410;
}

header .buttons-row button:disabled {
    opacity: 0.7;
}

/* header .buttons-row button#btn-login-associado.active,
header .buttons-row button#btn-login-credenciado.active {
    border-color: #ED1C24;
    color: #ED1C24;
} */

header .modal-login .title {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    text-align: left;
}

header .close-modal {
    color: #A6A6A6;
    cursor: pointer;
    text-decoration: none;
}

main .banner {
    background-color: #F4F4F4;
    background-image: url('../images/tris2.webp'), linear-gradient(37deg, #0002, transparent);
    background-size: cover;
    background-blend-mode: lighten;
    width: 100%;
    height: 500px;
}

main .padding-banner {
    padding: 6% 4% 4%;
}

main .banner-col-text p {
    color: #000000;
    font-size: 3.125rem;
    line-height: 3.5rem;
}

main .banner-col-text .btn-banner {
    background-color: #ED1C24;
    display: flex;
    align-items: center;
    border-radius: 8px;
    width: 150px;
    height: 40px;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
}

main .banner-col-text .btn-banner span {
    color: #FFFFFF;
    font-size: 1rem;
    text-transform: uppercase;
}

main .banner-col-image img {
    max-height: 400px;
}

:root {
    --stack-size: 300px;
}

main .banner-col-image {
    flex: 1;
    margin-left: 4rem;
    height: 400px;
    position: relative;
}

main .banner-col-image .dash-line {
    top: 42%;top: 39%;
    top: 39%;
    left: 41%;
    scale: 1.1;
    position: absolute;
}

main .banner-col-image .img-stack {
    animation: var(--bounce-speed, 5s) ease infinite alternate bounce;
    display: grid;
    place-items: center;
    height: var(--stack-size);
    width: var(--stack-size);
    position: absolute;
    transition: 1s ease all;
    pointer-events: none;
}

main .banner-col-image .img-stack > * {
    position: absolute;
}

main .banner-col-image .img-stack img {
    max-width: 80% !important;
    z-index: 2;
}

main .banner-col-image .img-stack .blob-top {
    animation: var(--spin-speed, 12s) ease infinite spin;
    z-index: 1;
}

main .banner-col-image .img-stack .blob-bottom {
    animation: var(--spin-speed, 16s) linear infinite spin;
    max-width: 95%;
    z-index: 0;
}

main .banner-col-image .appear-from-bottom {
    animation: 0.75s ease-in-out var(--appear-delay, 0s) forwards appear-from-bottom;
    visibility: hidden;
}

@keyframes spin {
    0% { rotate: 0; }
    100% { rotate: 360deg; }
}

@keyframes bounce {
    0% { translate: 0 0; }
    100% { translate: 0 1rem; }
}

@keyframes appear-from-bottom {
    0% {
        opacity: 0;
        transform: translateY(10rem) scale(0.2);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
        visibility: visible;
    }
}

@keyframes dash {
    to { stroke-dashoffset: 20; }
}

main .features {
    padding-top: 1rem;
    border-bottom: 1px solid rgba(70, 70, 70, 0.2);
    padding-bottom: 1%;
}

main .features .features-row {
    padding: 5% 0;
}

main .features .features-row .features__col {
    border: 2px solid #ED1C24;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    padding: 0 24px;
    position: relative;
    width: 528px !important;
}

main .features .features-row .features__col img {
    width: 72px;
    height: 72px;
    position: absolute;
    top: -5px;
    left: -5px;
}

main .features .features-row .features_header {
    padding-left: 74px;
    padding-top: 30px;
}

main .features .features-row h3 {
    font-size: 1.5rem;
    font-weight: 100;
}

main .features .features-row h3 strong {
    font-weight: 500;
}

main .features .features-row .features_header p {
    font-size: 1.5rem;
    font-weight: 100;
    padding-top: 7px;
}

main .features .features-row .features_description {
    padding: 24px 24px 0;
}

main .features .features-row .features_description p {
    font-size: 1rem;
    font-weight: 400;
    color: #464646;
}

main .blog-home {
    padding: 4% 0;
}

main .blog-home .blog-home__header {
    display: flex;
    justify-content: space-between;
}

main .blog-home .blog-home__header .blog-home__title h3 {
    display: flex;
    align-items: center;
    gap: 8px;
}

main .blog-home .blog-home__header .blog-home__title h3 span {
    color: #ED1C24;
    font-size: 1.5rem;
}

main .blog-home .blog-home__header .blog-home__button a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    color: #ED1C24;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 500;
    border: 1px solid #ED1C24;
    border-radius: 8px;
    width: 149px;
    height: 32px;
}

main .blog-home .blog-home__content {
    display: flex;
    gap: 24px;
    padding-top: 2%;
}

main .blog-home .blog-home__content .blog-card {
    border: 1px solid rgba(70, 70, 70, 0.2);
    border-radius: 8px;
    padding: 24px;
    width: 33%;
    position: relative;
    height: 270px;
}

main .blog-home .blog-home__content .blog-card .blog-card__date {
    display: flex;
    align-items: center;
    gap: 8px;
}

main .blog-home .blog-home__content .blog-card .blog-card__date span {
    font-family: "Roboto Mono", monospace;
    color: #ED1C24;
    font-size: 0.875rem;
}

main .blog-home .blog-home__content .blog-card h4 {
    font-family: 'Source Serif Pro SemiBold';
    color: #000000;
    font-size: 1.2rem;
}

main .blog-home .blog-home__content .blog-card .blog-description {
    color: rgba(70, 70, 70, 0.7);
    font-family: 'Source Serif Pro Regular';
    font-size: 0.975rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 15px 0 0;
}

main .blog-home .blog-home__content .blog-card .read-more {
    color: #ED1C24;
    font-family: "Roboto Mono", monospace;
    text-decoration: none;
    position: absolute;
    bottom: 24px;
}

main .sobre-ammp {
    background-color: rgba(161, 198, 191, .14);
    padding: 3% 0;
    margin-top: 9%;
}

main .sobre-ammp h2 {
    color: #78B4A9;
    font-size: 1.5rem;
}

main .sobre-ammp p {
    color: #464646;
    font-size: 1rem;
    font-weight: 400;
}

main .sobre-ammp img {
    margin-top: -120px;
}

main iframe {
    width: 100%;
    height: 400px;
}

footer {
    background-color: #F6F0E6;
}

footer .ver-maps {
    color: #000000;
    display: flex;
    align-items: center;
    gap: 8px;
}

footer .divider {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

footer .copyright p {
    text-transform: uppercase;
    font-size: 0.875rem;
    color: #000000;
}

footer h3 {
    font-size: 1.5rem;
}

footer .registro-ans p {
    color: #FFFFFF;
    background-color: #000000;
    text-align: center;
    text-transform: uppercase;
    width: 225px;
}

main .rede-credenciada {
    padding: 4% 0 15%;
    background-color: #f5f5f5;
}

main .rede-credenciada .icon {
    width: 32px;
}

main .rede-credenciada h3 {
    color: #ED1C24;
    font-size: 1.5rem;
}

main .rede-credenciada .search-section {
    border: 1px solid #464646;
    border-radius: 8px;
}

main .rede-credenciada .search-section p {
    color: #464646;
    font-size: 1rem;
    font-weight: 500;
}

main .rede-credenciada .radio-line {
    display: flex;
    padding-left: 5rem;
    gap: 24px;
}

main .rede-credenciada .form-check-input:checked {
    background-color: #ED1C24;
    border-color: #ED1C24;
    width: 20px;
    height: 20px;
}

main .rede-credenciada .form-check-input[type=radio] {
    width: 20px;
    height: 20px;
    border: 1px solid rgba(80, 22, 40, 0.4);
}

main .rede-credenciada .search-section .form-check-label {
    color: #464646;
    padding: 5px;
    font-size: 0.875rem;
}

main .rede-credenciada .select-line label {
    color: #464646;
    font-size: 0.875rem;
    margin-bottom: 5px;
}

main .rede-credenciada .select-line select,
main .rede-credenciada .select-line .form-control .form-select {
    height: 40px;
    border: 1px solid rgba(80, 22, 40, 0.4);
}

main .rede-credenciada .select-line .btn-buscar {
    border: 1px solid #ED1C24;
    border-radius: 8px;
    text-transform: uppercase;
    color: #ED1C24;
    height: 40px;
    width: 100%;
    background-color: transparent;
    background-image: url(../images/search-icon.svg);
    background-repeat: no-repeat;
    background-position: 10% 50%;
    padding-left: 13%;
}

main .tab-forms {
    margin-top: -120px;
}

/* Estilo para o menu de abas */
main .tab-forms .tab-links {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
}

main .tab-forms .tab-links li {
    display: flex;
}

main .tab-forms .tab-links a {
    text-decoration: none;
    color: #909090;
    padding: 10px 15px;
    background-color: #EEEEEE;
    border-radius: 0;
    font-size: 1.5rem;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;

    display: flex;
    width: 265px;
    gap: 8px;
    align-items: center;
    justify-content: center;
}

main .tab-forms .tab-links a svg path {
    fill: #909090;
}

main .tab-forms .tab-links .active a {
    text-decoration: none;
    color: #ED1C24;
    padding: 10px 15px;
    background-color: #FFFFFF;
    border-radius: 0;
    font-size: 1.5rem;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

main .tab-forms .tab-links .active a svg path {
    fill: #ED1C24;
}

main .tab-forms .tab-content {
    margin-top: -16px;
}

/* Estilo para o conteúdo das abas */
main .tab-forms .tab-content .tab {
    display: none;
    width: 80%;
    margin: 0 auto;
    padding: 20px;
    margin-top: 10px;
    background-color: #FFFFFF;
    border-radius: 8px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

main .tab-forms .tab-content .tab.active {
    display: block;
}

main .tab-forms .form-fale {
    width: 90%;
    margin: 0 auto;
    padding: 24px 0;
}

main .tab-forms .form-fale .form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
    gap: 3px;
}

main .tab-forms .form-fale .form-group label {
    color: #000000;
    font-size: 0.875rem;
}

main .tab-forms .form-fale .form-group input {
    height: 45px;
    border: 1px solid rgba(80, 22, 40, 0.4);
    border-radius: 8px;
    padding: 0 8px;
}

main .tab-forms .form-fale .form-group textarea {
    height: 45px;
    border: 1px solid rgba(80, 22, 40, 0.4);
    border-radius: 8px;
    padding: 8px;
    height: 92px;
}

.phone-input-container {
    position: relative;
}

.phone-input-container .flag {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    font-size: 20px;
}

.phone-input-container .country-code {
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
    font-size: 16px;
    color: #555;
}

#phone1,
#phone2 {
    padding-left: 80px;
}

.country-info {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 75px;
    height: 20px;
    position: absolute;
    top: 36px;
    border-right: 1px solid rgba(80, 22, 40, 0.4);
}

.country-info .country-code {
    color: rgba(80, 22, 40, 0.9);
}

.contact-row .form-group {
    width: 48%;
}

main .tab-forms .form-fale .form-group .submit-btn {
    background-color: #FFFFFF;
    border: 1px solid #ED1C24;
    color: #ED1C24;
    border-radius: 8px;
    height: 45px;
    text-transform: uppercase;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 200px;
    margin: 0 auto;
    font-weight: 500;
}

::placeholder {
    color: rgba(80, 22, 40, 0.4);
}

/* Estilo para area de associados */
main.page-area-associado {
    padding: 4% 0;
    background-color: #f5f5f5;
}

main.page-area-associado .area-associado__welcome {
    background-color: #FFFFFF;
    margin-top: 2%;
    padding: 3% 1rem;
}

main.page-area-associado h2 {
    color: #000000;
    font-size: 1.5rem;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

main.page-area-associado .card-features {
    border: 1px solid rgba(70, 70, 70, 0.2);
    border-radius: 8px;
    padding: 24px;
    margin-top: 24px;
}

main.page-area-associado .card-features h6 {
    color: #78B4A9;
    font-size: 1.2rem;
    font-weight: 500;
    padding-top: 8px;
    padding-bottom: 0;
    margin-bottom: 0;
}

main.page-area-associado .card-features a {
    color: #000000;
    text-decoration: none;
}

main.page-area-associado .links-importantes {
    padding: 4% 0;
}

main.page-area-associado .links-importantes .links-importantes__title {
    display: flex;
    align-items: center;
    gap: 8px;
}

main.page-area-associado .links-importantes .links-importantes__title p {
    margin: 0;
    color: #000000;
    font-size: 1rem;
}

main.page-area-associado .links-importantes .card-list .card {
    padding: 24px;
    width: 100%;
}

main.page-area-associado .links-importantes .card-list .card .card-title p {
    margin: 0;
    padding: 0;
    color: #78B4A9;
    font-weight: 400;
    font-size: 1rem;
}

main.page-area-associado .links-importantes .card-list .card .links-list a {
    color: rgba(70, 70, 70, 0.8);
    border-bottom: 1px solid rgba(70, 70, 70, 0.2);
    font-size: 0.875rem;
    padding: 8px 0 8px 16px;
    text-decoration: none;
    position: relative;
}

main.page-area-associado .links-importantes .card-list .card .links-list a::before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: rgba(70, 70, 70, 0.7);
    border-radius: 100%;
    top: 16px;
    left: 3px;
}

main.page-area-associado .links-importantes .card-list .card .links-list a:last-child {
    border-bottom: none;
}

#modalReembolso .modal-header {
    border: none !important;
}

#modalReembolso .modal-header h5 {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1.5rem;
}

#modalReembolso .modal-header h5 span {
    color: #78B4A9;
}

#modalReembolso .modal-dialog {
    transform: none;
}

#modalReembolso .modal-dialog .modal-content {
    padding: 34px 24px;
}

#modalReembolso .modal-dialog .modal-content .card-features {
    border: 1px solid rgba(70, 70, 70, 0.2);
    border-radius: 8px;
    padding: 24px;
    margin-top: 24px;
}

#modalReembolso .modal-dialog .modal-content .card-features h6 {
    color: #78B4A9;
    font-size: 1.2rem;
    font-weight: 500;
    padding-top: 8px;
    padding-bottom: 0;
    margin-bottom: 0;
}

#modalReembolso .modal-dialog .modal-content .card-features a {
    color: #000000;
    text-decoration: none;
}

#modalReembolso .modal-dialog .btn-close {
    font-size: 1.7rem;
}

#backToReembolso {
    background: none;
    border: none;
    position: absolute;
    top: -75px;
    left: 0;
}

.title-second-modal {
    padding-left: 45px;
}

#myTab.nav.nav-tabs {
    display: flex;
    /*align-items: center;
    justify-content: center;*/
    height: 48px;
}

#myTab.nav.nav-tabs li {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

#myTab.nav.nav-tabs li button {
    font-size: 1rem;
    background: #F8F8F8;
    color: #464646;
}

#myTab.nav.nav-tabs li button.active {
    font-weight: 600;
    background-color: #FFFFFF;
}

.tab-modal-content p {
    color: #464646;
}

.slick-slider {
    justify-content: center !important;
    gap: 24px !important;
}

.slick-track {
    width: 1170px !important;
}

/* Estilo para area de credenciados */

main.page-area-credenciado {
    padding: 4% 0;
    background-color: #f5f5f5;
}

main.page-area-credenciado .area-credenciado__welcome {
    background-color: #FFFFFF;
    margin-top: 2%;
    padding: 3% 1rem;
}

main.page-area-credenciado h2 {
    color: #000000;
    font-size: 1.5rem;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

main.page-area-credenciado .card-features {
    border: 1px solid rgba(70, 70, 70, 0.2);
    border-radius: 8px;
    padding: 24px;
    margin-top: 24px;
}

main.page-area-credenciado .card-features h6 {
    color: #E30016;
    font-size: 1.2rem;
    font-weight: 500;
    padding-top: 8px;
    padding-bottom: 0;
    margin-bottom: 0;
}

main.page-area-credenciado .card-features a {
    color: #000000;
    text-decoration: none;
}

main.page-area-credenciado .links-importantes {
    padding: 4% 0;
}

main.page-area-credenciado .links-importantes .links-importantes__title {
    display: flex;
    align-items: center;
    gap: 8px;
}

main.page-area-credenciado .links-importantes .links-importantes__title p {
    margin: 0;
    color: #000000;
    font-size: 1rem;
}

main.page-area-credenciado .links-importantes .card-list .card {
    padding: 24px;
    width: 100%;
}

main.page-area-credenciado .links-importantes .card-title p {
    margin: 0;
    padding: 0;
    color: #E30016;
    font-weight: 400;
    font-size: 1rem;
}

main.page-area-credenciado .links-list {
    flex-wrap: wrap;
    justify-content: space-around;
}

main.page-area-credenciado .links-list a {
    color: rgba(70, 70, 70, 0.8);
    border-bottom: 1px solid rgba(70, 70, 70, 0.2);
    font-size: 0.875rem;
    padding: 8px 0 8px 16px;
    text-decoration: none;
    position: relative;
    width: 47%;
}

main.page-area-credenciado .links-list.links-full a {
    width: 100%;
}

main.page-area-credenciado .links-list a::before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: rgba(70, 70, 70, 0.7);
    border-radius: 100%;
    top: 16px;
    left: 3px;
}

.slick-track {
    display: flex !important;
    justify-content: space-around !important;
}

.developer {
    background-color: #000000;
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 10px 0 0 0;
}

.developer p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
}

.developer img {
    width: 100px;
}

@media(min-width: 1024px) {
    #navbarMenu {
        display: block;
    }
}

@media(max-width: 1024px) {

    .navbar-collapse.show {
        z-index: 1050; /* Adjust as needed, higher than other overlapping elements */
    }

    main .banner-col-image {
        flex: unset;
        height: 400px;
        margin-left: 0;
        margin-top: 2rem;
        max-width: 360px;
        position: relative;
        /* width: 100%; */
        width: calc(100% + 2.5rem);
    }

    main .banner-col-image .dash-line {
        left: 11%;
        top: 37%;
        rotate: 9deg;
        scale: 1.2;
    }

    main .banner-col-image .img-stack-1 {
        top: -2rem !important;
        left: 0 !important;
        height: 200px;
        width: 200px;
    }

    main .banner-col-image .img-stack-2 {
        top: 5rem !important;
        left: unset !important;
        right: 0 !important;
        height: 200px;
        width: 200px;
    }

    main .banner-col-image .img-stack-3 {
        top: 50% !important;
        left: 1rem !important;
        height: 200px;
        width: 200px;
    }

    .direction-mobile {
        flex-direction: column;
    }

    header .container {
        height: 165px;
    }

    main .banner {
        height: auto;
        overflow: hidden;
        position: relative;
        padding-bottom: 2rem;
    }

    .navbar-toggler-icon {
        background-image: url(../images/icon-menu.svg);
        width: 36px;
        height: 36px;
        position: absolute;
        left: 10%;
        top: 87%;
    }

    header .actions-cols {
        gap: 12px;
        margin-top: 22px;
    }

    header #navbarMenu {
        position: absolute;
        background-color: #FFFFFF;
        top: 238%;
        box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.3);
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        padding: 16px 24px 16px;
        left: 1.5rem;
        right: 1.5rem;
    }

    header .nav .nav-item .nav-link {
        font-family: "Roboto", sans-serif;
        color: #464646 !important;
        font-size: 1.2rem;
        text-align: left;
        border-bottom: 1px solid rgba(70, 70, 70, 0.5);
        padding-left: 0;
    }

    header .nav .nav-item:last-child .nav-link {
        border-bottom: none;
    }

    header .modal-login-associado,
    header .modal-login-credenciado {
        transform: translate(-50%, 36%);
    }

    main .banner-col-text p {
        color: #000000;
        font-size: 2.125rem;
        line-height: 2.5rem;
        text-align: center;
        padding-top: 130px;
    }

    main .banner-col-image {
        text-align: center;
    }

    main .banner-col-image img {
        max-width: 85%;
        margin: 0 auto;
    }

    main .banner-col-text .btn-banner {
        /* position: absolute; */
        bottom: 35px;
        left: 0;
        right: 0;
        margin: auto;
    }

    main .features .features-row .features__col {
        width: 86.5vw !important;
        height: 310px;
        margin-left: -10px;
    }

    main .features .features-row .features__col:last-child {
        margin-left: 0;
    }

    main .features .features-row .features__col img {
        width: 40px;
        height: 40px;
        position: absolute;
        top: -5px;
        left: -5px;
    }

    .slick-list.draggable {
        padding: 0 !important;
    }

    .slick-dots {
        display: flex;
        position: absolute;
        list-style: none;
        bottom: -68px;
        gap: 11px;
        margin: auto;
        padding: 0;
    }

    .slick-dots button {
        background-color: #ED1C24;
        border: none;
        width: 12px;
        height: 12px;
        border-radius: 100%;
        color: transparent;
    }

    .slick-dots .slick-active button {
        width: 30px;
        border-radius: 10px;
    }

    main .features {
        padding-bottom: 14%;
    }

    main .features .features-row .features_header {
        padding-left: 0px;
        padding-top: 24px;
    }

    main .features .features-row .features_description {
        padding: 16px 0px 0 0px;
    }

    main .features .features-row h3 {
        font-size: 1.2rem;
        font-weight: 100;
    }

    main .features .features-row .features_description p {
        font-size: 0.875rem;
        font-weight: 400;
        color: #464646;
    }

    main .features .features-row .features_header p {
        font-size: 1.5rem;
        font-weight: 100;
        padding-top: 7px;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    main .features .features-row {
        padding: 10% 0;
    }

    main .blog-home {
        padding: 10% 0 30%;
        position: relative;
    }

    main .blog-home .blog-home__content {
        display: flex;
        gap: 24px;
        padding-top: 2%;
        flex-direction: column;
    }

    main .blog-home .blog-home__content .blog-card {
        width: 99%;
    }

    main .blog-home .blog-home__header {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    main .blog-home .blog-home__button {
        position: absolute;
        bottom: 45px;
    }

    main .blog-home .blog-home__header .blog-home__title h3 {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 7% 0;
    }

    main .rede-credenciada {
        padding: 15% 0 40%;
    }

    main .credenciada-mobile {
        display: flex;
        flex-wrap: nowrap;
        gap: 8px;
        width: 55%;
        justify-content: center;
        margin: 0 auto;
        text-align: center;
        position: relative;
    }

    main .rede-credenciada .radio-line {
        display: flex;
        padding-left: 0;
        gap: 0;
    }

    main .tab-forms {
        margin-top: -5rem;
    }

    main .rede-credenciada .select-line {
        gap: 16px;
    }

    main .rede-credenciada .select-line .btn-buscar {
        height: 40px;
        width: 40%;
        margin-top: 2%;
    }

    main .tab-forms .tab-links a {
        width: 100%;
        font-size: 14px;
    }

    main .tab-forms .tab-links .active a {
        font-size: 14px;
    }

    main .tab-forms .tab-links li {
        display: flex;
        width: auto;
        justify-content: center;
    }

    main .tab-forms .tab-links li svg {
        width: 24px;
        height: 24px;
    }

    main .tab-forms .tab-content .tab {
        width: 95%;
        padding: 1rem;
    }

    main .tab-forms .form-fale {
        width: 100%;
        padding: 1rem 0;
    }

    main .contact-row {
        flex-direction: column;
    }

    .contact-row .form-group {
        width: 100%;
    }

    .mobile-absolute {
        position: absolute;
    }

    main .sobre-ammp {
        background-color: rgba(161, 198, 191, .14);
        padding: 10% 15px 45%;
        margin-top: 9%;
    }

    main .sobre-ammp img {
        margin-top: 201%;
        width: 240px;
        margin-left: 100%;
    }

    footer .footer-logo {
        padding: 0% 0 10%;
        text-align: center;        
    }

    footer {
        padding: 1rem !important;
    }

    footer .padding-top {
        padding-top: 3rem;
    }

    footer .registro-ans {
        justify-content: flex-start !important;
    }

    footer .logos-footer-mobile a:first-child img {
        width: 65px;
    }

    footer .logos-footer-mobile a:nth-child(2) img {
        width: 145px;
    }

    footer .logos-footer-mobile a:last-child img {
        width: 50px;
    }

    main.page-area-credenciado {
        padding: 33% 0;
    }

    main.page-area-credenciado .area-credenciado__welcome {
        padding: 3% 15px 15%;
    }

    main.page-area-associado .area-associado__welcome {
        padding: 32% 15px 15%;
    }

    .gap-mobile {
        gap: 0px !important;
    }

    /*main.page-area-credenciado .card-features {
        border: 1px solid rgba(70, 70, 70, 0.2);
        border-radius: 8px;
        padding: 8px;
        margin-top: 10px; 
    }*/    

    main.page-area-associado .card-features {
        border: 1px solid rgba(70, 70, 70, 0.2);
        border-radius: 8px;
        padding: 8px;
        margin-top: 10px; 
    }

    #modalReembolso .modal-dialog .modal-content .card-features {
        border: 1px solid rgba(70, 70, 70, 0.2);
        border-radius: 8px;
        padding: 8px;
        margin-top: 10px;        
    }

    main.page-area-associado .links-importantes {
        padding: 15% 15px;
    }

    .margin-bottom-mobile {
        margin-bottom: 24px;
    }

    main.page-area-credenciado .links-importantes {
        padding: 15% 15px;
    }

    main.page-area-credenciado .links-list a {
        width: 100%;
    }

    .slick-track {
        justify-content: flex-start !important;
        gap: 24px;
    }

    .section-header-mobile {
        margin: 10% 0;    
    }
 
    .news-title {
        margin-bottom: 0;
        display: -webkit-box;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .news-header  {
        z-index: 0;
    }

    /***** Legado - versão anterior do site *****/

    .btn-danger2 {
        width: 100%;
    }

    /*********** fim legado *********/
}

@media(min-width: 680px) and (max-width: 1023px) {
    main .features .features-row .features__col {
        width: 44.5vw !important;
    }
}

/***** Legado - versão anterior do site *****/

.profile-avatar {
    text-align: right;
    width: 300px;    
}

.profile-avatar p {
    margin-bottom: 0;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.profile-avatar a {
    text-decoration: none;
}

.profile-avatar a:hover {
    text-decoration: underline;
}

@media (max-width: 1024px) {
    .profile-avatar {
        margin-top: 1rem;
        text-align: center;
    }

    .profile-avatar p {
        line-clamp: 1;
        -webkit-line-clamp: 1;
    }
}

/* News */

.latest-news .news,
.news-all .news {
    margin-bottom: 20px;
    padding: 15px 15px 15px 50px;
    position: relative;
    z-index: 0;
}

.news-item .news {
    font-size: 1rem;
}

.latest-news .news-header,
.news-all .news-header {
    display: flex;
    flex-direction: column;
    height: 45px;
    justify-content: center;
    margin-bottom: 10px;
}

.news-item .news-header {
    margin-bottom: 30px;
}

.latest-news .news-title,
.news-all .news-title {
    color: #4b0a0f;
    font-size: 1.2rem;
}

.news-item .news-title {
    font-size: 22px;
    margin-bottom: 10px;
}

.latest-news .news-date,
.news-all .news-date {
    background-color: #4b0a0f;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 0.8125rem;
    font-weight: bold;
    height: 45px;
    justify-content: center;
    left: -60px;
    position: absolute;
    text-align: center;
    width: 58px;
}

.news-item .news-date {
    background-color: #4b0a0f;
    color: #fff;
    font-size: 0.8125rem;
    font-weight: bold;
    padding: 5px 8px;
}

.latest-news .news-preview,
.news-all .news-preview {
    margin-bottom: 15px;
}

.latest-news .news-preview p,
.news-all .news-preview p {
    margin-bottom: 0;
}

.news-footer {
    margin: 30px 0;
}

.news-footer .news-source {
    font-style: italic;
}

.h5-date-news {
  font-size: 0.800rem;
  color: #A6A6A6;
}
/* Network Search */

.network-search .search-type-selector .btn {
    min-width: 160px;
}

.network-search .search-type-selector .btn:not(:last-child) {
    margin-right: 10px;
}

.network-search .search-type-selector .btn:hover {
    background: #f5f5f5;
    border-color: #e8e8e8;
}

.network-search .search-type-selector .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),
.network-search .search-type-selector .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.network-search .search-type-selector .btn-group>.btn:last-child:not(:first-child) {
    border-radius: 6px;
}

.network-search .search-type-selector .active,
.network-search .search-type-selector .focus,
.network-search .search-type-selector .active.focus,
.network-search .search-type-selector .btn.active:focus,
.network-search .search-type-selector .btn.active:hover {
    background: transparent;
    border-color: #e74946;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    color: #e74946;
    font-weight: bold;
    transition: all 0.25s;
}

.network-search [type="submit"] {
    margin-top: 25px;
}

.network-search .search-controls {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
}

.network-search-results {
    padding-top: 10px;
}

.network-search-result:nth-child(odd) {
    background-color: #f5f5f5;
}

.search-type-selector .btn {
    margin-bottom: 10px;
}


/***** Legado - versão anterior do site *****/

/* Typography */

a,
.link {
    color: #e74946;
    font-weight: normal;
    transition: all 0.25s;
}

a:active,
a:focus,
a:hover,
.link:active,
.link:focus,
.link:hover {
    color: #bf3c3a;
    text-decoration: underline;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin: 0;
}

h2,
.h2 {
    font-size: 1.5rem;
}

h3,
.h3 {
    font-size: 1.25rem;
}

h4,
.h4 {
    font-size: 1rem;
}

h5,
.h5 {
    font-size: 0.85rem;
}

.primary-heading,
.secondary-heading,
.inverted-heading {
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
}

.primary-heading:after,
.secondary-heading:after,
.inverted-heading:after {
    background: #e8e8e8;
    bottom: 0;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    width: 50%;
}

.primary-heading {
    color: #e74946;
}

.secondary-heading {
    color: #a1c6bf;
}

.inverted-heading {
    color: #fff;
}

.inverted-heading:after {
    background: #fff;
    opacity: 0.25;
}

.lead {
    font-size: 18px;
}

/* Forms */

label {
    font-size: 16px;
    font-weight: normal;
}

.help-block.text-danger {
    color: #a94442;
    font-size: 14px;
    font-weight: normal;
}

.help-block.text-danger::before {
    background-color: #a94442;
    border-radius: 50%;
    content: '!';
    color: #fff;
    display: inline-block;
    font-weight: bold;
    line-height: 1;
    margin-right: 10px;
    padding: 2px;
    text-align: center;
    width: 18px;
}

.btn {
    border: 1px solid #e8e8e8;
}

.btn-primary {
    background: transparent;
    border-color: #e74946;
    color: #e74946;
    font-weight: bold;
    transition: all 0.25s;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover:active {
    background: #e74946;
    border-color: #e74946;
    color: #fff;
}

.btn-secondary {
    background: transparent;
    border-color: #a1c6bf;
    color: #a1c6bf;
    font-weight: bold;
    transition: all 0.25s;
}

.btn-secondary:hover,
.btn-secondary:focus {
    background: #a1c6bf;
    border-color: #a1c6bf;
    color: #fff;
}

.form-control, .form-select {
    border: 2px solid #e8e8e8;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.form-control:focus, .form-select:focus {
    border-color: #a1c6bf;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

button[type="submit"] {
    min-width: 160px;
}

/* Pagination */

.pagination>li>a,
.pagination>li>a:hover,
.pagination>li>span {
    color: #e74946;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #e74946;
    border-color: #e74946;
}

/* Layout */

.section {
    padding: 100px 0;
}

.section-header {
    margin-bottom: 25px;
    z-index: -1;
}

.section-link {
    font-size: 16px;
    margin-top: -23px;
    position: relative;
}

.section-primary {
    background-color: #e74946;
}

.section-secondary {
    background-color: #a1c6bf;
}

.section-light {
    background-color: #f5f5f5;
}


/*input file formulário solicitar*/
input[type="file"] {
    cursor: pointer;
    border: 1px solid #b5bcc7;
    background-color: #eeeeee;
    vertical-align: middle;
    margin-bottom: 10px;
    direction: rtl;
}

input[type="file"]::-webkit-file-upload-button {
    background: #5bc0de;
    color: #FFFFFF;
    line-height: 30px;
    padding: 0px 20px;
    border: none;
    float: right;
    margin-top: -5px;
    margin-right: -14px;
    cursor: pointer;
}

/*z-index do jQuery UI Datepicker*/
.ui-widget-content {
    z-index: 9999 !important;
}

/* Relatório de Associados */

.title_report {
    text-align: center;
    font-size: 16px;
}

.footer_report {
    text-align: center;
    font-size: 10px;
}

.body_report {
    text-align: justify;
    font-size: 14px;
}

.logoRel {
    width: 150px;
}

#countdown {
    font-size: 10pt;
    float: right;
    padding-right: 6px;
}

.dados-solicitacao {
    margin-top: 15px;
}

.btn-danger {
    background-color: #d9534f;
}