:root {
    --azulescuro-rgb: 35, 66, 75;
    --azuleletrico-rgb: 0, 255, 255;
    --azulclaro-rgb: 196, 251, 252;
    --verde-rgb: 190, 253, 198;
    --verdenovo-rgb: 98, 251, 170;
    --branco-rgb: 255, 255, 255;
    --preto-rgb: 0, 0, 0;
    --cream-rgb: 246, 245, 243;
    --azulescuro-hex: #23424b;
    --azuleletrico-hex: #00ffff;
    --azulclaro-hex: #c4fbfc;
    --verde-hex: #befdc6;
    --verdenovo-hex: #62fbaa;
    --branco-hex: #ffffff;
    --preto-hex: #000000;
    --cream-hex: #f6f5f3;
    --azul2-hex: #08E6E6;
}

.card, .card-img, .card-img-top, .card-header, .card-body, .card-footer {
    background-color: transparent;
    border: 0px;
    border-radius: 0px;
    margin: 0px;
    padding: 0px;
}

.bg-color-azuleletrico-afo {
    background-color: var(--azuleletrico-hex);
}

.afo-header-section {
    padding: 0;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.afo-header-section .afo-container {
    text-align: center;
    max-height: 100%;
}

.afo-header-section .img-normal {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 100%;
}

.afo-logotipo, .afo-logotipo-texto {
    position: absolute;
    z-index: 0;
}

.afo-logotipo {
    width: 400px;
    top: 6rem;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.afo-logotipo-texto {
    width: 400px;
    bottom: 13rem;
}

.afo-logotipo img, .afo-logotipo-texto img {
    width: 100%;
    height: 100%;
}

.container-template-afo {
    padding: 0;
    position: relative;
    z-index: 1;
}

.container-template-afo.overflow-hidden {
    overflow: hidden;
}

body:not(.pag-loja) .pagina-conteudo.container-template-afo .row.conteudos {
    background-color: transparent;
    z-index: auto;
}

body:not(.pag-loja) .pagina-conteudo.container-template-afo .row.conteudos>[class*=col-] {
    padding-top: 0;
}

.container-template-afo.afo-border-top-round:before {
    content: '';
    border-radius: 5.8rem;
    background-color: var(--branco-hex);
    width: 100%;
    height: 66rem;
    display: block;
    position: absolute;
    z-index: 0;
    top: -7.8rem;
    left: 0;
    right: 0;
}

.container-template-afo.afo-border-top-round .container {
    position: relative;
    z-index: 1;
}

.container-template-afo, .modal-afo-popup {
    color: var(--azulescuro-hex);
    font-family: Urbanist, sans-serif;
    font-weight: 500;
}

.container-template-afo .btn-afo-geral {
    background-color: var(--azulescuro-hex);
    color: var(--branco-hex);
    --fontsize: 1.4rem;
    font-size: var(--fontsize);
    line-height: calc(var(--fontsize) * 0);
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 2.05rem;
    border: 0px;
    min-width: 15.7rem;
    height: 4rem;
    padding: 2rem 1.5rem;
}

body .pagina-conteudo.container-template-afo .descricao {
    color: var(--azulescuro-hex);
}

.margens .container-template-afo-processo {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.slideProfissionais {
    background-color: rgba(var(--verdenovo-rgb), 0.6);
    border-radius: 58px;
    --containerSpace: 6rem;
    padding: var(--containerSpace);
}

.slideProfissionais .carousel-inner {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.slideProfissionais .carousel-controls {
    display: flex;
    gap: 1.5rem;
    position: absolute;
    z-index: 1;
    top: var(--containerSpace);
    right: var(--containerSpace);
}

.slideProfissionais.carousel.slide .carousel-indicators {
    top: auto;
    bottom: 18.5rem;
    display: none;
}

.slideProfissionais.carousel.slide .carousel-indicators li {
    background-color: rgba(var(--azulescuro-rgb), 0.2);
    border: 0;
    width: 7px;
    height: 7px;
    margin: 0px 4px;
}

.slideProfissionais.carousel.slide .carousel-indicators li.active {
    background-color: var(--azulescuro-hex);
}

.slideProfissionais .carousel-control-prev, .slideProfissionais .carousel-control-next {
    color: var(--azulescuro-hex);
    background-color: var(--branco-hex);
    border: 0px;
    border-radius: 50%;
    opacity: 1;
    width: 4.4rem;
    height: 4.4rem;
    position: unset;
}

.btn-afo-popup-fechar {
    color: var(--azulescuro-hex);
    background-color: var(--branco-hex);
    border: 0px;
    border-radius: 50%;
    opacity: 1;
    width: 4.4rem;
    height: 4.4rem;
    position: unset;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.content-afo-popup .btn-afo-popup-fechar {
    display: none;
}

.slideProfissionais .paginacao-numeros {
    --fontsize: 4rem;
    font-size: var(--fontsize);
    line-height: calc(var(--fontsize) * 1);
    font-weight: 500;
}

.slideProfissionais .paginacao-descricao {
    --fontsize: 2.3rem;
    font-size: var(--fontsize);
    line-height: calc(var(--fontsize) * 1);
    font-weight: 500;
}

.card-carousel-item {
}

.card-carousel-item .row {
    --rsize: calc((var(--containerSpace) / 2.5) * -1);
    margin-left: var(--rsize);
    margin-right: var(--rsize);
}

.card-carousel-item [class^="col"] {
    --csize: calc(var(--rsize) * -1);
    padding-left: var(--csize);
    padding-right: var(--csize);
}

.card-carousel-item .card-img {
    border-radius: 58px;
    overflow: hidden;
}

.card-carousel-item .card-img img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
}

.card-carousel-item .card-title {
    --fontsize: 4rem;
    font-size: var(--fontsize);
    line-height: calc(var(--fontsize) * 1.15);
    font-weight: 700;
}

.card-carousel-item .card-subtitle, .card-carousel-item .card-text {
    --fontsize: 2.3rem;
    font-size: var(--fontsize);
    line-height: calc(var(--fontsize) * 1.15);
    font-weight: 500;
}

.card-carousel-item .card-description {
    --fontsize: 1.6rem;
    font-size: var(--fontsize);
    line-height: calc(var(--fontsize) * 1.15);
    font-weight: 500;
    display: none;
}

.modal-body.card-carousel-item {
    background-color: rgba(var(--cream-rgb), 1);
    border-radius: 58px;
    --containerSpace: 5rem;
    padding: var(--containerSpace);
}

.modal-body.card-carousel-item .card-description {
    display: block;
}

.modal-body.card-carousel-item .card-btns {
    display: none;
}

.modal-body.card-carousel-item .justify-content-between {
    justify-content: flex-start !important;
}

.modal-body.card-carousel-item .card-body {
    padding-top: 2rem;
}

.modal-afo-popup .modal-content {
    background-color: transparent;
    border: 0px;
    border-radius: 0px;
    min-height: auto;
    margin: 0px;
    padding: 0px;
}

.modal-afo-popup .modal-dialog {
    max-width: 1023px;
    height: auto;
    margin: 3rem auto 0px;
}

.afo-titulo {
    color: var(--azulescuro-hex);
    --fontsize: 3.5rem;
    font-size: var(--fontsize);
    line-height: calc(var(--fontsize) * 1.15);
    font-weight: 500;
    /* white-space: nowrap; */
    display: block;
    margin-top: 0px;
    margin-bottom: 3rem;
}

.row-items-listagem {
    --rsize: -5rem;
    margin-left: var(--rsize);
    margin-right: var(--rsize);
}

.row-items-listagem > [class^="col"] {
    --csize: calc(var(--rsize) * -1);
    padding-left: var(--csize);
    padding-right: var(--csize);
}

.row-items-listagem .card-items-listagem {
}

.row-items-listagem .card-items-listagem .card-img {
    border-radius: 50%;
    background-color: var(--azulclaro-hex);
    overflow: hidden;
}

.row-items-listagem .card-items-listagem .img-icone {
    width: 100%;
    height: auto;
    transform: translate(0px, 0px) scale(1);
}

.row-items-listagem .card-items-listagem .card-body {
    text-align: center;
}

.row-items-listagem .card-items-listagem .card-title {
    --fontsize: 2.45rem;
    font-size: var(--fontsize);
    line-height: calc(var(--fontsize) * 1.15);
    font-weight: bold;
    margin-bottom: 1.8rem;
}

.row-items-listagem .card-items-listagem .card-text {
    --fontsize: 1.6rem;
    font-size: var(--fontsize);
    line-height: calc(var(--fontsize) * 1.15);
    font-weight: 500;
}

.row-items-listagem .card-items-listagem:hover .card-img {
    background-color: var(--verde-hex);
}

.row-items-listagem .card-items-listagem:hover .img-icone {
    transform: translate(0px, 0px) scale(1.25);
}

.row-items-listagem .card-items-listagem .card-img, .row-items-listagem .card-items-listagem:hover .card-img, .row-items-listagem .card-items-listagem .img-icone, .row-items-listagem .card-items-listagem:hover .img-icone {
    transition: 0.7s;
}

.faqs-container.accordion .card {
    background-color: transparent;
    border: 0px;
    border-radius: 0px;
    margin-bottom: 2.4rem;
    padding: 0px;
    position: relative;
}

.faqs-container.accordion .card-header {
    border: 0px;
    background-color: var(--cream-hex);
    border-radius: 1.6rem;
    padding: 3.35rem 5rem;
    position: relative;
    z-index: 0;
}

.faqs-container.accordion .card-header .btn-toggle {
    transform: translate(0px, 0px) rotate(0deg);
    margin: auto;
    display: flex;
    position: absolute;
    right: 5rem;
    top: 0px;
    bottom: 0px;
    align-items: center;
    justify-content: center;
}

.faqs-container.accordion .card-header[aria-expanded="true"] .btn-toggle {
    transform: translate(0px, 0px) rotate(180deg);
}

.faqs-container.accordion .card-header .btn-toggle, .faqs-container.accordion .card-header[aria-expanded="true"] .btn-toggle {
    transition: 0.25s;
}

.faqs-container.accordion [id*="faq-desc"] {
    background-color: transparent;
    padding: 0px;
}

.faqs-container.accordion .card-header:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    inset: 0px;
    z-index: 0;
    cursor: pointer;
}

.faqs-container.accordion .card-title, .faqs-container.accordion .card-body p:last-child {
    margin-bottom: 0px;
}

.faqs-container.accordion .card-title {
    cursor: pointer;
    list-style: none;
    --fontsize: 2rem;
    font-size: var(--fontsize);
    line-height: calc(var(--fontsize) * 1.15);
    font-weight: 500;
    padding-right: 5rem;
}

.faqs-container.accordion .card-header:hover:before {
    color: var(--cor-site-hex-5);
}

.faqs-container.accordion .card-header:hover .card-title {
    color: var(--cor-site-hex-5);
}

.faqs-container.accordion .card-header[aria-expanded="true"] {
    padding: 2.5rem 5rem;
    border-radius: 1.6rem 1.6rem 0px 0px;
}

.faqs-container.accordion .card-header[aria-expanded="true"] .card-title {
}

.faqs-container.accordion .card-body {
    background-color: var(--cream-hex);
    color: rgb(var(--azulescuro-rgb), 0.5);
    border: 0px;
    --fontsize: 2rem;
    font-size: var(--fontsize);
    line-height: calc(var(--fontsize) * 1.25);
    font-weight: 500;
    border-radius: 0px 0px 1.6rem 1.6rem;
}

.faqs-container.accordion .card-text {
    padding: 0px 5rem 2.5rem;
}

.faqs-container.accordion .card_ .card-header[aria-expanded="true"] {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 35px 0px;
}

.faqs-container.accordion .card-header, .faqs-container.accordion .card-header .card-title {
    transition: 0.25s;
}

.faqs-container.accordion .faq-destaque {
    background-color: rgba(204, 204, 204, 0.1);
    border: 0.1rem dashed rgb(204, 204, 204);
    border-radius: 0.8rem;
    margin-top: 1.5rem;
    padding: 1.5rem 2.5rem;
    position: relative;
    z-index: 0;
}

.faqs-container.accordion .faq-destaque a:before {
    content: "";
    width: auto;
    height: 100%;
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 1;
}

.faqs-container.accordion .faq-destaque a {
    font-weight: 700;
}

.afo-processo {
    --afo-processo-padding: 6rem;
    --afo-processo-container-bg-color: rgba(var(--branco-rgb), 1);
    background-color: rgba(var(--cream-rgb), 1);
    border-radius: 58px;
    padding: var(--afo-processo-padding);
}

.afo-processo .gap-10 {
    gap: 1rem;
}

.afo-processo .gap-15 {
    gap: 1.5rem;
}

#afo-processo-container {
    --afo-processo-container-height: 52.8rem;
    --afo-processo-etapas-margin-bottom: 3.5rem;
    --afo-processo-templates-height: calc(var(--afo-processo-container-height) - 20rem);
    --afo-processo-registo-footer-height: 3rem;
    --afo-processo-container-radius: 30px;
    background-color: var(--afo-processo-container-bg-color);
    border-radius: var(--afo-processo-container-radius);
    min-height: var(--afo-processo-container-height);
    padding: 3.5rem;
    position: relative;
    z-index: 0;
}

.afo-processo-options {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.afo-processo-card {
    background-color: rgba(var(--cream-rgb), 1);
    border-radius: 17px;
    padding: 2rem 2.7rem;
    cursor: pointer;
}

.afo-processo-card:hover {
    background-color: rgba(var(--verdenovo-rgb), 1);
}

.afo-processo-card .card-link {
    text-indent: -9000rem;
    position: absolute;
    z-index: 0;
    inset: 0;
}

.afo-processo-card .card-header {
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.afo-processo-card .card-title {
    --fontsize: 2.465rem;
    font-size: var(--fontsize);
    line-height: calc(var(--fontsize) * 1.15);
    font-weight: 500;
    display: flex;
    align-items: center;
}

.afo-processo-card .card-title span {
    padding-left: 1rem;
}

.afo-processo-card .card-subtitle {
    color: rgba(var(--azulescuro-rgb), 0.4);
    --fontsize: 1.4rem;
    font-size: var(--fontsize);
    line-height: calc(var(--fontsize) * 1.15);
    font-weight: 500;
}

.afo-processo-card .svg-1 {
    width: 2.6rem;
    height: 2.6rem;
}

.afo-processo-card .svg-2 {
    width: 4.4rem;
    height: 2.9rem;
}

.afo-processo-card:hover .svg-2 rect:last-of-type {
    fill: var(--verdenovo-hex);
}

.afo-processo-card .card-subtitle {
}

.afo-processo-card .card-text {
    --fontsize: 1.6rem;
    font-size: var(--fontsize);
}

.afo-processo-frase-1 {
    display: flex;
    align-items: center;
}

#afo-processo-container .circulo-verde {
    background-color: rgba(var(--verdenovo-rgb), 1);
    outline: solid 0.3rem rgba(var(--verde-rgb), 1);
    border-radius: 50%;
    text-indent: -9000rem;
    width: 1.4rem;
    height: 1.4rem;
    margin-right: 1.2rem;
    display: inline-flex;
    animation: piscar-border 1s infinite;
}

@keyframes piscar-border {
    0% {
        outline-color: rgba(var(--verde-rgb), 1);
    }

    50% {
        outline-color: rgba(var(--verde-rgb), 0);
    }

    100% {
        outline-color: rgba(var(--verde-rgb), 1);
    }
}

.afo-processo .afo-processo-destaque1 {
    --fontsize: 2rem;
    font-size: var(--fontsize);
    line-height: calc(var(--fontsize) * 1.15);
    font-weight: 500;
}

.afo-processo .afo-processo-texto1 {
    --fontsize: 1.2rem;
    font-size: var(--fontsize);
    line-height: calc(var(--fontsize) * 1.15);
    font-weight: 500;
}

.afo-processo .afo-processo-texto1 ins {
    color: var(--azul2-hex);
}

.afo-processo .cursor-pointer {
    cursor: pointer;
}

.afo-processo-templates {
    width: 100%;
    min-height: var(--afo-processo-templates-height);
    display: grid;
}

.afo-processo-etapas.row, .afo-processo-etapas.row>[class^="col"] {
    margin: 0px;
    padding: 0px;
}

.afo-processo-etapas.row {
    margin-bottom: var(--afo-processo-etapas-margin-bottom);
}

.afo-processo-etapas .afo-processo-etapas-line:after {
    content: "";
    background-color: var(--cream-hex);
    width: 100%;
    height: 0.2rem;
    display: inline-flex;
    margin: auto 0px;
    position: absolute;
    z-index: -1;
    top: 0px;
    bottom: 0px;
}

.afo-processo-etapas .afo-processo-etapas-line-w-50:after {
    width: 50%;
}

.afo-processo-etapas .ml-50:after {
    margin-left: 50%;
}

.afo-processo-etapas .mr-50:after {
    margin-right: 50%;
}

.afo-processo-etapas .afo-processo-etapas-a, .afo-processo-etapas .afo-processo-etapas-a:hover {
    background-color: var(--azulclaro-hex);
    cursor: pointer;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.afo-processo-etapas .afo-processo-etapas-a {
    background-color: var(--cream-hex);
    border-radius: 50%;
    width: 3.15rem;
    height: 3.15rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.afo-processo-etapas .afo-processo-etapas-a.active {
    background-color: var(--azulclaro-hex);
}

.afo-processo-etapas .afo-processo-etapas-a.success {
    background-color: var(--verdenovo-hex);
}

.afo-processo-etapas .afo-processo-etapas-a svg {
    width: 0.8rem;
    height: auto;
}

.afo-processo-etapas .afo-processo-etapas-anterior {
}

.afo-processo-etapas .afo-processo-etapas-seguinte {
}

.afo-processo-etapas .afo-processo-etapas-numero {
    color: var(--azulescuro-hex);
    --fontsize: 1.2rem;
    font-size: var(--fontsize);
    line-height: calc(var(--fontsize) * 1.5);
    font-weight: 500;
}

.afo-processo .afo-processo-registo-etapas {
    --fontsize: 1rem;
    font-size: var(--fontsize);
    line-height: calc(var(--fontsize) * 1.15);
    font-weight: 500;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: calc(var(--afo-processo-registo-footer-height) * 2);
}

.afo-processo .afo-processo-registo-etapa-atual {
}

.afo-processo .afo-processo-registo-etapa-total {
}

.afo-processo .afo-processo-registo-header, .afo-processo .afo-processo-registo-footer {
    position: absolute;
    z-index: -1;
    display: flex;
    align-items: center;
}

.afo-processo .afo-processo-registo-header {
    background-color: var(--branco-hex);
    min-height: 6rem;
    padding: 0px 3.5rem;
    top: 0px;
    left: 0px;
    right: 0px;
    -webkit-border-radius: var(--afo-processo-container-radius);
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius: var(--afo-processo-container-radius);
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-radius: var(--afo-processo-container-radius);
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.afo-processo .afo-processo-registo-header, .afo-processo .afo-processo-registo-header a {
    color: rgba(var(--azulescuro-rgb), 0.4);
    --fontsize: 10px;
    font-size: var(--fontsize);
    line-height: calc(var(--fontsize) * 1.15);
    font-weight: 500;
}

.afo-processo .afo-processo-registo-header a {
    text-decoration: underline;
}

.afo-processo .afo-processo-registo-footer {
    background-color: var(--azulclaro-hex);
    --fontsize: 1.2rem;
    font-size: var(--fontsize);
    line-height: calc(var(--fontsize) * 1.15);
    font-weight: 500;
    min-height: var(--afo-processo-registo-footer-height);
    padding: 0px 3rem;
    bottom: 0px;
    left: 0px;
    right: 0px;
    -webkit-border-radius: 0;
    -webkit-border-bottom-right-radius: var(--afo-processo-container-radius);
    -webkit-border-bottom-left-radius: var(--afo-processo-container-radius);
    -moz-border-radius: 0;
    -moz-border-radius-bottomright: var(--afo-processo-container-radius);
    -moz-border-radius-bottomleft: var(--afo-processo-container-radius);
    border-radius: 0;
    border-bottom-right-radius: var(--afo-processo-container-radius);
    border-bottom-left-radius: var(--afo-processo-container-radius);
}

.afo-processo-body-grid-row-auto-fr {
    display: grid;
    grid-template-rows: auto 1fr;
}

.afo-processo-body-grid-row-fr-auto {
    display: grid;
    grid-template-rows: 1fr auto;
}

.afo-processo-body-grid-gap-1 {
    gap: 1rem;
}

.afo-processo-body-grid-gap-2 {
    gap: 2rem;
}

.afo-processo-body-grid-gap-3-5 {
    gap: 3.5rem;
}

.afo-processo-body-header {
}

.afo-processo-form {
}

.afo-processo-form button, .afo-processo-form input, .afo-processo-form textarea, .afo-processo-form select, .afo-processo-form button {
    appearance: none;
    background: none;
    border: none;
    outline: none;
    font: inherit;
    color: inherit;
    box-shadow: none;
}

.afo-processo button {
    cursor: pointer;
}

.afo-processo .afo-processo-form-group button:focus, .afo-processo .afo-processo-form-group button:active {
    outline: none;
}

.afo-processo-form button {
    cursor: pointer;
}

.afo-processo-form .afo-processo-form-group {
    position: relative;
}

.afo-processo-form .afo-processo-form-control {
    background-color: var(--cream-hex);
    color: var(--azulescuro-hex);
    --fontsize: 1.4rem;
    font-size: var(--fontsize);
    line-height: calc(var(--fontsize) * 1.15);
    font-weight: 500;
    border-radius: 1rem;
    width: 100%;
    height: 4.5rem;
    padding: 0 2rem;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.afo-processo-form textarea.afo-processo-form-control {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.afo-processo-form .afo-processo-form-control[class^="h-"] {
    padding: 2rem;
}

.afo-processo .afo-processo-form-btn-tipo1 {
    background-color: var(--azulescuro-hex);
    color: var(--azulclaro-hex);
    --fontsize: 1.4rem;
    font-size: var(--fontsize);
    line-height: calc(var(--fontsize) * 1.15);
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 1rem;
    border: 0px;
    width: 100%;
    min-height: 3.1rem;
}

#afo-processo-container .afo-processo-registo-header {
    display: none;
}

#afo-processo-container .afo-processo-registo-footer {
    display: none;
}

#afo-processo-container.afo-processo-template-body-normal .afo-processo-card-title {
    color: var(--azulescuro-hex);
    --fontsize: 2rem;
    font-size: var(--fontsize);
    line-height: calc(var(--fontsize) * 1.15);
    font-weight: 500;
    margin-bottom: 0.5rem;
}

#afo-processo-container.afo-processo-template-body-normal .afo-processo-card-text {
    color: rgba(var(--azulescuro-rgb), 0.4);
    --fontsize: 1.2rem;
    font-size: var(--fontsize);
    line-height: calc(var(--fontsize) * 1.15);
    font-weight: 500;
}

#afo-processo-container.afo-processo-header-no-login .afo-processo-registo-header {
    display: flex;
}

#afo-processo-container.afo-processo-footer-no-login .afo-processo-registo-footer {
    display: flex;
}

.afo-processo-template-body-login {
}

#afo-processo-container.afo-processo-template-body-login .afo-processo-etapas {
    visibility: hidden;
}

#afo-processo-container.afo-processo-template-body-login .afo-processo-registo-etapas {
    display: none;
}

#afo-processo-container.afo-processo-template-body-login .afo-processo-registo-header {
    display: flex;
}

#afo-processo-container.afo-processo-template-body-login {
    text-align: center;
}

#afo-processo-container.afo-processo-template-body-login .afo-processo-form-group {
    margin-bottom: 1.7rem;
}

#afo-processo-container.afo-processo-template-body-login .afo-processo-form-control {
    --fontsize: 1.4rem;
    font-size: var(--fontsize);
    line-height: calc(var(--fontsize) * 1.15);
    font-weight: 500;
}

#afo-processo-container.afo-processo-template-body-login .afo-processo-form-password-link {
}

#afo-processo-container.afo-processo-template-body-login .afo-processo-form-password-link a {
    text-decoration: none;
    color: rgba(var(--azulescuro-rgb), 0.4);
    --fontsize: 10px;
    font-size: var(--fontsize);
    line-height: calc(var(--fontsize) * 1.15);
    text-decoration: underline;
}

.afo-processo .afo-processo-form-btn-tipo2 {
    background-color: var(--verde-hex);
    color: var(--azulescuro-hex);
    --fontsize: 1.6rem;
    font-size: var(--fontsize);
    line-height: calc(var(--fontsize) * 1.15);
    font-weight: 500;
    text-transform: none;
    border-radius: 1.3rem;
    border: 0px;
    min-width: 18.3rem;
    min-height: 4.1rem;
}

#afo-processo-container.afo-processo-template-checkout {
    --afo-processo-container-bg-color: var(--azulclaro-hex);
    text-align: center;
}

#afo-processo-container.afo-processo-template-checkout .afo-processo-etapas .afo-processo-etapas-a:hover, #afo-processo-container.afo-processo-template-checkout .afo-processo-etapas .afo-processo-etapas-a.active {
    background-color: var(--azuleletrico-hex);
}

#afo-processo-container.afo-processo-template-sucesso {
    --afo-processo-container-bg-color: var(--verde-hex);
    text-align: center;
}

#afo-processo-container.afo-processo-template-sucesso .afo-processo-etapas .afo-processo-etapas-a:hover, #afo-processo-container.afo-processo-template-sucesso .afo-processo-etapas .afo-processo-etapas-a.active {
    background-color: var(--verdenovo-hex);
}

.afo-processo-templates .afo-processo-icone {
    border-radius: 50%;
    background-color: var(--azulescuro-hex);
    color: var(--branco-hex);
    width: 60px;
    height: 60px;
    margin: 0px auto;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.afo-processo-templates .afo-processo-icone svg {
    width: 100%;
    height: auto;
}

.afo-processo-templates a.text-color {
    color: var(--azuleletrico-hex);
    cursor: pointer;
}

#afo-processo-container.afo-processo-template-body-registo-login .afo-processo-card-title, 
#afo-processo-container.afo-processo-template-body-logado .afo-processo-card-title, 
#afo-processo-container.afo-processo-template-body-login .afo-processo-card-title, 
#afo-processo-container.afo-processo-template-checkout .afo-processo-card-title, 
#afo-processo-container.afo-processo-template-sucesso .afo-processo-card-title {
    color: var(--azulescuro-hex);
    --fontsize: 2.8rem;
    font-size: var(--fontsize);
    line-height: calc(var(--fontsize) * 1.15);
    font-weight: 500;
    margin-bottom: 0.5rem;
}

#afo-processo-container.afo-processo-template-body-registo-login .afo-processo-card-text, 
#afo-processo-container.afo-processo-template-body-logado .afo-processo-card-text, 
#afo-processo-container.afo-processo-template-body-login .afo-processo-card-text, 
#afo-processo-container.afo-processo-template-checkout .afo-processo-card-text, 
#afo-processo-container.afo-processo-template-sucesso .afo-processo-card-text {
    color: var(--azulescuro-hex);
    --fontsize: 1.6rem;
    font-size: var(--fontsize);
    line-height: calc(var(--fontsize) * 1.15);
    font-weight: 500;
}

.afo-processo .afo-processo-form-btn-tipo3 {
    background-color: var(--azulescuro-hex);
    color: var(--branco-hex);
    --fontsize: 1.6rem;
    font-size: var(--fontsize);
    line-height: calc(var(--fontsize) * 1.15);
    font-weight: 500;
    text-transform: none;
    border-radius: 1.1rem;
    border: 0px;
    min-width: 22.8rem;
    min-height: 3.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.afo-processo .afo-processo-form-btn-tipo3 svg {
    width: 15px;
    height: auto;
}

#afo-processo-container.afo-processo-template-checkout .afo-processo-icone svg, #afo-processo-container.afo-processo-template-checkout button {
    color: var(--azulclaro-hex);
}

#afo-processo-container.afo-processo-template-sucesso .afo-processo-icone svg, #afo-processo-container.afo-processo-template-sucesso button {
    color: var(--verde-hex);
}

#afo-processo-container.afo-processo-template-checkout .afo-processo-registo-etapas, #afo-processo-container.afo-processo-template-sucesso .afo-processo-registo-etapas {
    color: rgba(var(--azulescuro-rgb), 0.4);
}

#afo-processo-container.afo-processo-template-body-registo-login,
#afo-processo-container.afo-processo-template-body-logado {
    --afo-processo-container-bg-color: var(--azulescuro-hex);
    text-align: center;
}

#afo-processo-container.afo-processo-template-body-registo-login .afo-processo-icone {
    background-color: transparent;
}

#afo-processo-container.afo-processo-template-body-logado .afo-processo-icone {
    background-color: var(--branco-hex);
    color: var(--azulescuro-hex);
}

#afo-processo-container.afo-processo-template-body-registo-login .afo-processo-card-title, 
#afo-processo-container.afo-processo-template-body-logado .afo-processo-card-text {
    color: var(--branco-hex);
}

#afo-processo-container.afo-processo-template-body-registo-login .afo-processo-registo-etapas,
#afo-processo-container.afo-processo-template-body-logado .afo-processo-registo-etapas {
    color: rgba(var(--cream-rgb), 0.4);
}

#afo-processo-container.afo-processo-template-body-logado .afo-processo-card-title {
    color: var(--branco-hex);
}

.afo-processo .afo-processo-form-btn-tipo4 {
    background-color: var(--branco-hex);
    color: var(--azulescuro-hex);
    --fontsize: 1.6rem;
    font-size: var(--fontsize);
    line-height: calc(var(--fontsize) * 1.15);
    font-weight: 500;
    text-transform: none;
    border-radius: 1.1rem;
    border: 0px;
    min-width: 100%;
    min-height: 3.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.afo-processo-template-agendamento .afo-processo-card-text {
    --fontsize: 1.2rem;
    font-size: var(--fontsize);
    line-height: calc(var(--fontsize) * 1.15);
    font-weight: 500;
}

.afo-processo-template-agendamento .afo-processo-form-control {
    --fontsize: 1.6rem;
    font-size: var(--fontsize);
    line-height: calc(var(--fontsize) * 1.15);
    font-weight: 500;
    height: 5.3rem;
    display: flex;
    justify-content: space-between;
}

.afo-processo-template-agendamento .afo-processo-form-control span {
    font-weight: 300;
}

.afo-processo-template-agendamento .afo-processo-form-control:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1.61435L1.54011 0L8 6.7713L14.4599 0L16 1.61435L8 10L0 1.61435Z' fill='%2323424b'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 1.4rem;
    height: 0.8rem;
    display: flex;
}

.afo-processo .afo-processo-dropdown-menu .dropdown-item {
    --fontsize: 1.6rem;
    font-size: var(--fontsize);
    line-height: calc(var(--fontsize) * 1.15);
    font-weight: 500;
}

.afo-processo .afo-processo-dropdown-menu .dropdown-item[data-input-status="false"],
.afo-processo .afo-processo-dropdown-menu .dropdown-item[data-input-status="false"]:hover,
.afo-processo .afo-processo-dropdown-menu .dropdown-item[data-input-status="false"]:active {
    background-color: transparent;
    opacity: 0.4;
    cursor: auto;
}

.afo-processo .afo-processo-dropdown-menu {
    background-color: var(--cream-hex);
    color: var(--azulescuro-hex);
    --fontsize: 1.6rem;
    font-size: var(--fontsize);
    line-height: calc(var(--fontsize) * 1.15);
    font-weight: 500;
    border: 0px;
    width: 100%;
    margin: 0px;
    padding: 5.3rem 0 2rem 0;
    right: 0px;
    border-radius: 1rem;
    transform: none !important;
    top: 0px !important;
}

.afo-processo .afo-processo-dropdown-menu {
}

.afo-processo-form .show .afo-processo-form-control {
    border-radius: 1rem 1rem 0px 0px;
}

.afo-processo-form .show .afo-processo-form-control:before {
    content: '';
    background-color: var(--azulescuro-hex);
    height: 0.1rem;
    display: block;
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 2rem;
    right: 2rem;
}

.afo-processo-form .show .afo-processo-dropdown-menu {
    box-shadow: rgba(0, 0, 0, 0.13) 0px 4px 6.9px 0px;
    min-height: 25rem;
}

.afo-processo-form .show .afo-processo-form-control {
    position: relative;
    z-index: 1001;
}

.afo-processo-form .show .afo-processo-form-control:after {
    transform: translate(0px, 0px) rotate(180deg);
}

.afo-processo-form .afo-processo-form-control:after, .afo-processo-form .show .afo-processo-form-control:after {
    transition: 0.25s;
}

.afo-processo .afo-processo-dropdown-menu .dropdown-item {
    cursor: pointer;
}

.afo-processo .afo-processo-dropdown-menu-container {
    height: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
}

.afo-processo .afo-processo-form-hora .row {
    --rsize: -0.3rem;
    margin-left: var(--rsize);
    margin-right: var(--rsize);
}

.afo-processo .afo-processo-form-hora .afo-processo-form-horas {
}

.afo-processo .afo-processo-form-hora .row [class^="col"] {
    --csize: calc(var(--rsize) * -1);
    padding-bottom: calc(var(--csize) * 2);
    padding-left: var(--csize);
    padding-right: var(--csize);
}

.afo-processo .afo-processo-form-hora .dropdown-item {
    color: var(--azulescuro-hex);
    --fontsize: 1.6rem;
    font-size: var(--fontsize);
    line-height: calc(var(--fontsize) * 1.15);
    font-weight: 500;
    border-radius: 0.7rem;
    padding: 0.95rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.afo-processo .dropdown-item {
    color: var(--azulescuro-hex);
}

.afo-processo .afo-processo-dropdown-menu .dropdown-item:hover, .afo-processo .afo-processo-form-data .datepicker table tr td:not([colspan]):hover, .afo-processo .afo-processo-form-data .datepicker table tr td:not([colspan]).today:hover, .afo-processo .afo-processo-form-data .datepicker table th.prev:hover, .afo-processo .afo-processo-form-data .datepicker table th.datepicker-switch:hover, .afo-processo .afo-processo-form-data .datepicker table th.next:hover, .afo-processo .afo-processo-form-data .datepicker table .month:hover {
    background-color: var(--verde-hex);
    background-image: none;
}

.afo-processo .afo-processo-dropdown-menu .dropdown-item.inactive {
    color: rgba(var(--azulescuro-rgb), 0.3);
}

.afo-processo .afo-processo-dropdown-menu .dropdown-item:active, .afo-processo .afo-processo-dropdown-menu .dropdown-item.active, .afo-processo .afo-processo-form-data .datepicker table tr td:not([colspan]):active, .afo-processo .afo-processo-form-data .datepicker table tr td:not([colspan]).active, .afo-processo .afo-processo-form-data .datepicker table tr td:not([colspan]).active:hover, .afo-processo .afo-processo-form-data .datepicker table tr td:not([colspan]).today:active, .afo-processo .afo-processo-form-data .datepicker table tr td:not([colspan]).today.active, .afo-processo .afo-processo-form-data .datepicker table tr td:not([colspan]).today.active:hover, .afo-processo .afo-processo-form-data .datepicker table th.prev:active, .afo-processo .afo-processo-form-data .datepicker table th.datepicker-switch:active, .afo-processo .afo-processo-form-data .datepicker table th.next:active, .afo-processo .afo-processo-form-data .datepicker table .month:active, .afo-processo .afo-processo-form-data .datepicker table th.prev.active, .afo-processo .afo-processo-form-data .datepicker table th.datepicker-switch.active, .afo-processo .afo-processo-form-data .datepicker table th.next.active, .afo-processo .afo-processo-form-data .datepicker table .month.active, .afo-processo .afo-processo-form-data .datepicker table th.prev.active:hover, .afo-processo .afo-processo-form-data .datepicker table th.datepicker-switch.active:hover, .afo-processo .afo-processo-form-data .datepicker table th.next.active:hover, .afo-processo .afo-processo-form-data .datepicker table .month.active:hover, .afo-processo .afo-processo-form-data .datepicker table .month.focused {
    background-color: var(--verdenovo-hex);
    background-image: none;
}

.afo-processo .afo-processo-listagem .afo-processo-dropdown-menu .dropdown-item {
    padding: 1.65rem 2rem;
}

.afo-processo .afo-processo-listagem-imagem {
}

.afo-processo .afo-processo-listagem-imagem .dropdown-item {
    color: var(--azulescuro-hex);
    background-color: var(--branco-hex);
    border-radius: 1rem;
    margin: 1rem 0 0 0;
    padding: 1rem 2rem;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 2rem;
}

.afo-processo .afo-processo-listagem-imagem .dropdown-item .card-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 2rem;
    overflow: hidden;
    width: 4.75rem;
    height: 5.8rem;
}

.afo-processo .afo-processo-listagem-imagem .card-title {
    --fontsize: 1.8rem;
    font-size: var(--fontsize);
    line-height: calc(var(--fontsize) * 1.15);
    font-weight: 700;
    margin: 0 0 0.25rem 0;
}

.afo-processo .afo-processo-listagem-imagem .card-text {
    --fontsize: 1.5rem;
    font-size: var(--fontsize);
    line-height: calc(var(--fontsize) * 1.15);
    font-weight: 500;
    margin: 0;
}

.afo-processo .afo-processo-form-data {
}

.afo-processo .afo-processo-form-data .datepicker.datepicker-inline, .afo-processo .afo-processo-form-data .datepicker.datepicker-inline table {
    width: 100%;
}

.afo-processo .afo-processo-form-data .datepicker table th {
    --fontsize: 1.4rem;
    font-size: var(--fontsize);
    line-height: calc(var(--fontsize) * 1.15);
    font-weight: 500;
    text-transform: lowercase;
}

.afo-processo .afo-processo-form-data .datepicker table th.datepicker-switch {
    --fontsize: 1.6rem;
    font-size: var(--fontsize);
    line-height: calc(var(--fontsize) * 1.15);
    font-weight: 500;
    text-transform: none;
}

.afo-processo .afo-processo-form-data .datepicker table th.prev, .afo-processo .afo-processo-form-data .datepicker table th.datepicker-switch, .afo-processo .afo-processo-form-data .datepicker table th.next {
    line-height: normal;
    height: 3.8rem;
}

.afo-processo .afo-processo-form-data .datepicker table th.dow {
    height: 3.8rem;
}

.afo-processo .afo-processo-form-data .datepicker table tr td {
    height: 3.8rem;
}

.afo-processo .afo-processo-form-data .datepicker table tr td, .afo-processo .afo-processo-form-data .datepicker table tr td.active {
    color: var(--azulescuro-hex);
    --fontsize: 1.6rem;
    font-size: var(--fontsize);
    line-height: calc(var(--fontsize) * 1.15);
    font-weight: 500;
    text-shadow: none;
}

.afo-processo .afo-processo-form-data .datepicker table tr td.day.disabled {
    color: rgba(var(--azulescuro-rgb), 0.4);
}

.afo-processo .afo-processo-form-data .datepicker table tr td:not([colspan]).today, .afo-processo .afo-processo-form-data .datepicker table tr td:not([colspan]).today.active, .afo-processo .afo-processo-form-data .datepicker table tr td:not([colspan]).today.active:hover {
    background-color: var(--azuleletrico-hex);
    background-image: none;
}

.afo-processo .afo-processo-form-data .datepicker table tr td:not([colspan]).old, .afo-processo .afo-processo-form-data .datepicker table tr td:not([colspan]).new {
    background-color: rgba(var(--preto-rgb), 0.03);
    color: rgba(var(--azulescuro-rgb), 0.4);
    border-radius: 0;
}

.afo-processo .afo-processo-form-data .datepicker table tr td:not([colspan]).old {
    visibility: hidden;
}

.afo-processo .afo-processo-form-data .datepicker table tr td:not([colspan]).new {
    display: none;
}

.afo-processo .afo-processo-form-data .datepicker table th.prev svg, .afo-processo .afo-processo-form-data .datepicker table th.next svg {
    width: 0.8rem;
    height: auto;
    vertical-align: middle;
}

.afo-processo #afo-processo-container.afo-processo-template-agendamento-iniciar .afo-processo-etapas, .afo-processo #afo-processo-container.afo-processo-template-agendamento-iniciar .afo-processo-registo-etapas, .afo-processo #afo-processo-container.afo-processo-template-agendamento-iniciar .afo-processo-registo-header, .afo-processo #afo-processo-container.afo-processo-template-agendamento-iniciar .afo-processo-registo-footer, .afo-processo #afo-processo-container.afo-processo-template-agendamento-iniciar.afo-processo-footer-no-login .afo-processo-registo-footer, .afo-processo #afo-processo-container.afo-processo-template-body-registo-login .afo-processo-registo-footer, .afo-processo #afo-processo-container.afo-processo-template-body-login .afo-processo-registo-footer {
    display: none;
}

.afo-processo-template-agendamento-iniciar {
    display: flex;
}

.container-template-afo-faqs, .container-template-afo-faqs .row.conteudos, .container-template-afo-faqs .row.conteudos > [class*=col-] {
    position: unset;
}

.card-carousel-item .card-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.card-carousel-item .card-btns button {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    min-width: auto;
}

.container-template-afo .space-2-5 {
    height: 2.5rem;
}

.container-template-afo .space-3 {
    height: 3rem;
}

.container-template-afo .space-4 {
    height: 4rem;
}

.container-template-afo .space-5 {
    height: 5rem;
}

.container-template-afo .space-7-5 {
    height: 7.5rem;
}

.container-template-afo .space-8 {
    height: 8rem;
}

.container-template-afo .space-10 {
    height: 10rem;
}

.container-template-afo .space-15 {
    height: 15rem;
}

.container-template-afo .space-20 {
    height: 20rem;
}

@media (min-width: 576px) {
    .container-template-afo .space-sm-2-5 {
        height: 2.5rem;
    }

    .container-template-afo .space-sm-3 {
        height: 3rem;
    }

    .container-template-afo .space-sm-4 {
        height: 4rem;
    }

    .container-template-afo .space-sm-5 {
        height: 5rem;
    }

    .container-template-afo .space-sm-7-5 {
        height: 7.5rem;
    }

    .container-template-afo .space-sm-8 {
        height: 8rem;
    }

    .container-template-afo .space-sm-10 {
        height: 10rem;
    }

    .container-template-afo .space-sm-15 {
        height: 15rem;
    }

    .container-template-afo .space-sm-20 {
        height: 20rem;
    }
}

@media (min-width: 768px) {
    .container-template-afo .space-md-2-5 {
        height: 2.5rem;
    }

    .container-template-afo .space-md-2 {
        height: 2rem;
    }

    .container-template-afo .space-md-3 {
        height: 3rem;
    }

    .container-template-afo .space-md-4 {
        height: 4rem;
    }

    .container-template-afo .space-md-5 {
        height: 5rem;
    }

    .container-template-afo .space-md-7-5 {
        height: 7.5rem;
    }

    .container-template-afo .space-md-8 {
        height: 8rem;
    }

    .container-template-afo .space-md-10 {
        height: 10rem;
    }

    .container-template-afo .space-md-15 {
        height: 15rem;
    }

    .container-template-afo .space-md-20 {
        height: 20rem;
    }
}

@media (min-width: 992px) {
    .container-template-afo .space-lg-2-5 {
        height: 2.5rem;
    }

    .container-template-afo .space-lg-3 {
        height: 3rem;
    }

    .container-template-afo .space-lg-4 {
        height: 4rem;
    }

    .container-template-afo .space-lg-5 {
        height: 5rem;
    }

    .container-template-afo .space-lg-7-5 {
        height: 7.5rem;
    }

    .container-template-afo .space-lg-8 {
        height: 8rem;
    }

    .container-template-afo .space-lg-10 {
        height: 10rem;
    }

    .container-template-afo .space-lg-15 {
        height: 15rem;
    }

    .container-template-afo .space-lg-20 {
        height: 20rem;
    }
}

@media (min-width: 1200px) {
    .container-template-afo .space-xl-2-5 {
        height: 2.5rem;
    }

    .container-template-afo .space-xl-3 {
        height: 3rem;
    }

    .container-template-afo .space-xl-4 {
        height: 4rem;
    }

    .container-template-afo .space-xl-5 {
        height: 5rem;
    }

    .container-template-afo .space-xl-7-5 {
        height: 7.5rem;
    }

    .container-template-afo .space-xl-10 {
        height: 10rem;
    }

    .container-template-afo .space-xl-15 {
        height: 15rem;
    }

    .container-template-afo .space-xl-20 {
        height: 20rem;
    }
}

@media (min-width: 1440px) {
    .slideshow-geral .afo-container, .container-template-afo .container {
        max-width: 1336px;
    }
}

@media (min-width: 769px) {
    .afo-processo .col-md-footer {
        position: absolute;
        z-index: 0;
        bottom: var(--afo-processo-padding);
        left: var(--afo-processo-padding)
    }
}

@media (min-width: 992px) {
    .slideProfissionais .carousel-header {
        display: flex;
        position: absolute;
        z-index: 1;
        top: var(--containerSpace);
        left: var(--containerSpace);
    }
}

@media (max-width: 992px) {
    .row-items-listagem .card-items-listagem {
        margin-bottom: 5rem;
    }

    .row-items-listagem .card-items-listagem .card-title {
        --fontsize: 2.5rem;
    }

    .row-items-listagem .card-items-listagem .card-text {
        --fontsize: 2.15rem;
    }

    .card-carousel-item .card-img {
        border-radius: 20px;
    }

    .slideProfissionais {
        border-radius: 25px;
        --containerSpace: 10rem 2.5rem 15rem 2.5rem;
    }

    .slideProfissionais .carousel-controls {
        display: none;
    }

    .slideProfissionais.carousel.slide .carousel-indicators {
        display: flex;
    }

    .slideProfissionais .content-afo-popup {
        border-radius: 25px;
        background-color: var(--cream-hex);
        padding: 3.25rem 3.25rem 8.5rem 3.25rem !important;
    }

    .modal-body.card-carousel-item {
        border-radius: 25px;
        padding: 3.25rem;
    }

    .modal-afo-popup .modal-dialog {
        width: auto;
        margin: 3rem 1.5rem;
    }

    .modal-afo-popup .row [class^="col"] {
        position: unset;
    }
}

@media (min-width: 769px) AND (max-width: 992px) {
    .container-template-afo-apresentacao .row-items-listagem {
        --rsize: -1.5rem;
    }

    .row-items-listagem .card-items-listagem .card-title {
        --fontsize: 1.65rem;
    }

    .row-items-listagem .card-items-listagem .card-text {
        --fontsize: 1.5rem;
    }

    .afo-processo {
        --afo-processo-padding: 3.25rem;
    }

    #afo-processo-container {
        --afo-processo-container-height: 45rem;
    }

    .container-template-afo-processo .afo-titulo {
        --fontsize: 3.15rem;
    }

    .afo-processo-card .card-header {
        margin-bottom: 1rem;
    }

    .afo-processo-card .card-title {
        --fontsize: 1.75rem;
    }

    .afo-processo-card .card-subtitle {
        --fontsize: 1.2rem;
    }

    .afo-processo-card .card-text {
        --fontsize: 1.3rem;
    }

    .afo-processo-card .svg-1 {
        width: 2.2rem;
        height: 2.2rem;
    }

    .afo-processo-card .svg-2 {
        width: 3rem;
        height: auto;
    }

    .afo-processo .afo-processo-template-agendamento .gap-10 {
        gap: 0.65rem;
    }

    .afo-processo-template-agendamento .afo-processo-form-control {
        height: 4.25rem;
    }
}

@media (min-width: 992px) {
    .afo-header-section .img-normal {
        height: 35vw;
        min-height: 50rem;
    }

    .afo-logotipo {
        margin: auto;
        width: 17vw;
        top: -10vw;
        bottom: 0;
    }

    .afo-logotipo-texto {
        width: 17vw;
        left: 10vw;
    }
}

@media (min-width: 769px) AND (max-width: 992px) {
    .afo-header-section .img-normal {
        height: 35vw;
        min-height: 50rem;
    }

    .afo-logotipo {
        margin: auto;
        width: 25vw;
        top: -10vw;
        bottom: 0;
    }

    .afo-logotipo-texto {
        width: 25vw;
        left: 10vw;
    }
}

@media (max-width: 768px) {
    .btn-afo-popup-fechar {
        width: 6.5rem;
        height: 6.5rem;
        position: absolute;
        z-index: 0;
        top: 5rem;
        right: 5.5rem;
    }

    .modal-body.card-carousel-item .card-description {
        --fontsize: 2.25rem;
    }

    .modal-body.card-carousel-item .card-description p {
        margin-bottom: 2rem;
    }

    .modal-body.card-carousel-item .card-text {
        --fontsize: 2rem;
    }
}

@media (min-width: 576px) AND (max-width: 992px) {
    .content-afo-popup .col-direita {
        padding-left: 3rem !important;
    }
}

@media (min-width: 769px) AND (max-width: 992px) {
    .card-carousel-item .card-subtitle, .card-carousel-item .card-text {
        --fontsize: 1.75rem;
    }
}

@media (min-width: 576px) AND (max-width: 768px) {
    .modal-afo-popup .col-esquerda, .modal-afo-popup .col-direita {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .afo-logotipo {
        margin: auto;
        width: 170px;
        height: auto;
        top: -100px;
        bottom: 0;
    }

    .afo-logotipo-texto {
        width: 180px;
        height: auto;
        bottom: 80px;
        left: 20px;
    }

    .container-template-afo.afo-border-top-round:before {
        border-radius: 25px;
        height: 100px;
        top: -40px;
    }

    .container-template-afo .btn-afo-geral {
        --fontsize: 1.7rem;
    }

    .margens .container-template-afo-apresentacao {
        /* overflow: hidden; */
        padding: 0 !important;
    }

    .container-template-afo.overflow-hidden .container {
        padding-left: 0;
        padding-right: 0;
    }

    .afo-processo {
        --afo-processo-padding: 0 2rem;
        background-color: transparent;
        border-radius: 0;
    }

    .afo-processo .afo-processo-registo-header {
        align-items: self-end;
    }

    .afo-processo .afo-processo-registo-header, .afo-processo .afo-processo-registo-header a {
        --fontsize: 12px;
    }

    #afo-processo-container.afo-processo-template-body-login .afo-processo-form-password-link a {
        --fontsize: 12px;
    }

    #afo-processo-container {
        --afo-processo-container-height: auto;
        --afo-processo-container-radius: 15px;
        --afo-processo-registo-footer-height: 35px;
        padding: 2.7rem;
    }

    .afo-processo[data-afo-processo-opcao]:not([data-afo-processo-opcao=""]) .afo-processo-header, .afo-processo[data-afo-processo-opcao]:not([data-afo-processo-opcao=""]) .afo-processo-footer {
        display: none;
    }

    .afo-processo[data-afo-processo-opcao]:not([data-afo-processo-opcao=""]) #afo-processo-container {
        --afo-processo-container-height: 700px;
        --afo-processo-templates-height: calc(var(--afo-processo-container-height) - 200px);
    }

    .afo-processo .afo-processo-form-btn-tipo1, .afo-processo .afo-processo-form-btn-tipo2, .afo-processo .afo-processo-form-btn-tipo3, .afo-processo .afo-processo-form-btn-tipo4 {
        text-transform: none;
        --fontsize: 17px;
        min-width: 25rem;
        min-height: 35px;
    }

    .afo-processo .afo-processo-form-btn-tipo1, .afo-processo .afo-processo-form-btn-tipo3, .afo-processo .afo-processo-form-btn-tipo4 {
        width: 100%;
        min-width: auto;
    }

    .afo-processo-templates .afo-processo-icone {
        width: 8rem;
        height: 8rem;
        padding: 1.85rem;
    }

    .afo-processo .afo-processo-registo-etapas {
        --fontsize: 13px;
    }

    .afo-processo .afo-processo-registo-footer {
        background-color: var(--azulescuro-hex);
        color: var(--branco-hex);
        --fontsize: 13px;
        padding: 25px 3rem 1.5rem 3rem;
    }

    .afo-processo #afo-processo-container.afo-processo-template-body-registo-login .afo-processo-registo-footer {
        background-color: var(--branco-hex);
        color: var(--azulescuro-hex);
        display: block;
    }

    .afo-processo .afo-processo-registo-footer:before {
        content: '';
        background-color: var(--afo-processo-container-bg-color);
        width: 100%;
        height: 30px;
        -webkit-border-radius: 0;
        -webkit-border-bottom-right-radius: var(--afo-processo-container-radius);
        -webkit-border-bottom-left-radius: var(--afo-processo-container-radius);
        -moz-border-radius: 0;
        -moz-border-radius-bottomright: var(--afo-processo-container-radius);
        -moz-border-radius-bottomleft: var(--afo-processo-container-radius);
        border-radius: 0;
        border-bottom-right-radius: var(--afo-processo-container-radius);
        border-bottom-left-radius: var(--afo-processo-container-radius);
        position: absolute;
        z-index: 0;
        left: 0;
        right: 0;
        bottom: 35px;
    }

    .afo-processo-card {
        border-radius: 11px;
    }

    .afo-processo-card .card-text {
        color: rgba(var(--azulescuro-rgb), 0.4);
    }

    .container-template-afo-processo {
        border-radius: 25px;
    }

    .afo-processo .afo-processo-texto1 {
        --fontsize: 12px;
        font-weight: 700;
    }

    .afo-processo .afo-processo-texto1 ins {
        color: var(--branco-hex);
    }

    .afo-processo .afo-processo-destaque1 {
        --fontsize: 2.45rem;
        line-height: calc(var(--fontsize) * 1.15);
    }

    .container-template-afo-processo .afo-titulo {
        --fontsize: 32px;
        line-height: calc(var(--fontsize) * 1.075);
    }

    .afo-processo-body-grid-row-auto-fr {
        grid-template-rows: 15rem 1fr;
        gap: 4rem;
    }

    .afo-processo-body-grid-row-auto-fr .afo-processo-body-header {
        margin-top: auto;
    }

    .afo-processo-body-grid-gap-3-5 {
        gap: 4rem;
    }

    #afo-processo-container.afo-processo-template-body-normal .afo-processo-card-title {
        --fontsize: 2.65rem;
    }

    #afo-processo-container.afo-processo-template-body-normal .afo-processo-card-text {
        --fontsize: 2.05rem;
    }

    .afo-processo-form .afo-processo-form-control {
        --fontsize: 2.05rem;
    }

    #afo-processo-container.afo-processo-template-body-login .afo-processo-form-control {
        --fontsize: 2.05rem;
        height: 58px;
        padding: 0 3rem;
    }

    .afo-processo-etapas .afo-processo-etapas-a {
        width: 30px;
        height: 30px;
    }

    .afo-processo-template-agendamento .afo-processo-form-control {
        --fontsize: 17px;
        height: 60px;
    }

    .afo-processo-template-agendamento .afo-processo-form-control:after {
        width: 13px;
        height: 7.7px;
    }

    .afo-processo-etapas .afo-processo-etapas-a svg {
        width: 8px;
        height: 14px;
    }

    .afo-processo-etapas .afo-processo-etapas-a.afo-processo-etapas-anterior, .afo-processo-etapas .afo-processo-etapas-a.afo-processo-etapas-seguinte {
        background-color: var(--azulescuro-hex);
        color: var(--branco-hex);
    }

    .afo-processo-template-body-registo-login .afo-processo-etapas .afo-processo-etapas-a.afo-processo-etapas-anterior, .afo-processo-template-body-registo-login .afo-processo-etapas .afo-processo-etapas-a.afo-processo-etapas-seguinte {
        background-color: var(--azuleletrico-hex);
        color: var(--azulescuro-hex);
    }

    .afo-processo-etapas .afo-processo-etapas-a.afo-processo-etapas-anterior:hover, .afo-processo-etapas .afo-processo-etapas-a.afo-processo-etapas-seguinte:hover {
        background-color: var(--verde-hex);
        color: var(--azulescuro-hex);
    }

    .afo-processo-etapas .afo-processo-etapas-a.afo-processo-etapas-anterior:active, .afo-processo-etapas .afo-processo-etapas-a.afo-processo-etapas-seguinte:active {
        background-color: var(--verdenovo-hex);
        color: var(--azulescuro-hex);
    }

    .afo-processo-etapas .afo-processo-etapas-numero {
        --fontsize: 11.5px;
    }

    .container-template-afo-apresentacao .afo-titulo, .container-template-afo-faqs .afo-titulo {
        --fontsize: 4rem;
    }

    #afo-processo-container.afo-processo-template-body-registo-login .afo-processo-card-title, #afo-processo-container.afo-processo-template-body-login .afo-processo-card-title, #afo-processo-container.afo-processo-template-checkout .afo-processo-card-title, #afo-processo-container.afo-processo-template-sucesso .afo-processo-card-title {
        --fontsize: 4.25rem;
    }

    #afo-processo-container.afo-processo-template-body-registo-login .afo-processo-card-text, #afo-processo-container.afo-processo-template-body-login .afo-processo-card-text, #afo-processo-container.afo-processo-template-checkout .afo-processo-card-text, #afo-processo-container.afo-processo-template-sucesso .afo-processo-card-text {
        --fontsize: 2.05rem;
    }

    .afo-processo-template-agendamento .afo-processo-body {
        grid-template-rows: none;
        gap: 0;
    }

    .afo-processo-template-agendamento .afo-processo-card-text {
        --fontsize: 2.65rem;
    }

    .afo-processo .afo-processo-dropdown-menu {
        padding: 60px 0 2rem 0;
    }

    .afo-processo .afo-processo-form-data .datepicker table tr td {
        height: 38px;
    }

    .afo-processo .afo-processo-form-data .datepicker table th.prev, .afo-processo .afo-processo-form-data .datepicker table th.datepicker-switch, .afo-processo .afo-processo-form-data .datepicker table th.next {
        --fontsize: 16px;
        height: 38px;
    }

    .afo-processo .afo-processo-form-data .datepicker table tr td, .afo-processo .afo-processo-form-data .datepicker table tr td.active {
        --fontsize: 16px;
    }

    .afo-processo .afo-processo-form-data .datepicker table th {
        --fontsize: 14px;
    }

    .afo-processo .afo-processo-form-data .datepicker table th.dow {
        height: 38px;
    }

    .afo-processo .afo-processo-form-hora .dropdown-item {
        --fontsize: 1.28rem;
        padding: 0.95rem 0;
    }

    .afo-processo .afo-processo-dropdown-menu .dropdown-item {
        background-color: transparent;
        --fontsize: 16px;
    }

    .afo-processo-dropdown-menu:has(.afo-processo-form-btn-tipo1) .afo-processo-form-group {
        display: none;
    }

    .afo-processo .afo-processo-listagem .afo-processo-dropdown-menu .dropdown-item {
        height: 60px;
        display: flex;
        align-items: center;
    }

    .afo-processo .afo-processo-form-data .datepicker table th.prev svg, .afo-processo .afo-processo-form-data .datepicker table th.next svg {
        width: auto;
        height: 14px;
    }

    .afo-processo .afo-processo-listagem-imagem .dropdown-item {
        border-radius: 0;
    }

    .afo-processo .afo-processo-listagem-imagem .card-title {
        --fontsize: 18px;
    }

    .afo-processo .afo-processo-listagem-imagem .card-text {
        --fontsize: 13px;
    }

    .afo-processo .afo-processo-listagem-imagem .dropdown-item .card-img {
        width: 37px;
        height: 45px;
    }

    .afo-processo .afo-processo-listagem-imagem .afo-processo-dropdown-menu-container {
        padding-left: 0;
        padding-right: 0;
    }

    .margens .container-template-afo-faqs {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    .faqs-container.accordion .card-header {
        padding: 3.35rem 3rem;
    }

    .faqs-container.accordion .card-header[aria-expanded="true"] {
        padding: 2.5rem 3rem;
    }

    .faqs-container.accordion .card-title {
        --fontsize: 2.75rem;
    }

    .faqs-container.accordion .card-body {
        --fontsize: 2.45rem;
    }

    .faqs-container.accordion .card-text {
        padding: 0px 3rem 2.5rem;
    }

    .faqs-container.accordion .card-header .btn-toggle {
        right: 3rem;
    }

    .faqs-container.accordion .card-header .btn-toggle svg {
        width: 2.75rem;
        height: auto;
    }
}

@media (min-width: 576px) AND (max-width: 768px) {
    .modal-afo-popup .card-carousel-item .card-img {
        height: 38rem;
        margin-bottom: 3.5rem;
    }

    .modal-afo-popup .card-carousel-item .card-img img {
        background-position: center 15%;
        background-size: 150% auto;
        height: 100%;
    }
}

@media (max-width: 575px) {
    .card-carousel-item .card-img {
        height: 38rem;
        margin-bottom: 3.5rem;
    }

    .card-carousel-item .card-img img {
        background-position: center 15%;
        background-size: 150% auto;
        height: 100%;
    }

    .afo-header-section .img-normal {
        height: 110vw;
    }
}

@media (max-width: 380px) {
    .afo-processo-body-grid-row-auto-fr {
        grid-template-rows: min-content;
    }

    .afo-processo .afo-processo-registo-etapas {
    }

    .afo-processo[data-afo-processo-opcao]:not([data-afo-processo-opcao=""]) #afo-processo-container {
        --afo-processo-container-height: 540px;
        --afo-processo-templates-height: calc(var(--afo-processo-container-height) - 175px);
        --afo-processo-registo-footer-height: 30px;
    }

    #afo-processo-container.afo-processo-template-body-registo-login .afo-processo-card-title, #afo-processo-container.afo-processo-template-body-login .afo-processo-card-title, #afo-processo-container.afo-processo-template-checkout .afo-processo-card-title, #afo-processo-container.afo-processo-template-sucesso .afo-processo-card-title {
        --fontsize: 3.15rem;
    }

    .afo-processo-etapas .afo-processo-etapas-a.afo-processo-etapas-anterior, .afo-processo-etapas .afo-processo-etapas-a.afo-processo-etapas-seguinte {
        width: 30px;
        height: 30px;
    }

    .afo-processo-etapas .afo-processo-etapas-a {
        width: 22.5px;
        height: 22.5px;
    }
}

@media (min-width: 769px) {
    #processo-form {
        scroll-margin-top: 20rem;
    }
}

@media (max-width: 768px) {
    #processo-form {
        scroll-margin-top: 20px;
    }
}

.modulo-bloco-destaque {
    display: none !important;
}

.container-template-afo .action-loading {
    position: relative;
    z-index: 0;
}

.container-template-afo .action-loading:after {
    content: '';
    background-image: url(../images/loader-cinzento.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(255,255,255,0.3);
    background-size: 15%;
    border-radius: var(--afo-processo-container-radius);
    width: auto;
    height: 100%;
    position: absolute;
    z-index: 900;
    inset: 0;
}

.container-template-afo .required {
    border: solid 1px red;
}