/* -------------------------------------------------------------------
 * BENEFICIOS
 * -----------------------------------------------------------------*/
#beneficio {
    padding: 3rem 0;
}

#beneficio h2 {
    font-weight: 900;
    line-height: 45px;
    margin-bottom: 2.5rem !important;
    font-size: 2.5rem;
}

#beneficio h3{
    font-size: 1.2rem;
    font-weight: 500;
}

#beneficio ul li i {
    color: var(--color-tertiary);
    margin-right: 0.8rem;
    font-size: .6rem;
}

#beneficio ul li{
	font-size: 1.2rem;
    font-weight: 500;
    line-height: initial;
    display: flex;
    padding-bottom: 0.5rem;
    list-style: none;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

#beneficio div,
#contabil p {
    font-size: 1rem !important;
}



@media (max-width: 800px) {
    #beneficio h2 {
        font-weight: 900;
        line-height: 40px;
        margin-bottom: 2.5rem !important;
        font-size: 2.2rem;
        text-align: center;
    }

    #beneficio h3 {
        font-size: 1.4rem;
        padding-inline: 1rem;
        margin-bottom: 2rem;
    }
}

@media (max-width: 425px) {
	
	#beneficio {
    padding: 3rem 0 0 0;
}
	
	#beneficio h3 {
        font-size: 1rem;
        padding-inline: 0rem;
        margin-bottom: 2rem;
    }
	
    #beneficio h2 {
        font-weight: 900;
        line-height: 32px;
        margin-bottom: 2.5rem !important;
        font-size: 1.6rem;
        text-align: center;
    }

    #beneficio ul { padding-left: 0; }
}

.video-container {
    position: relative;
    /* width: 100%; */
    /* max-width: 100%; */
    /* overflow: hidden; */
    border-radius: 140px;
}

#banner-video {
    /*width: 100%;
    */
    height: 530px;
    border-radius: 140px;
    -webkit-border-radius: 140px;
    -moz-border-radius: 140px;
    -ms-border-radius: 140px;
    -o-border-radius: 140px;
}

.video-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 175%;
    height: 530px;
    border-radius: 140px;
    background: linear-gradient(45deg, #cf901c, #cf861f69, #ffba0078);
    pointer-events: none;
    -webkit-border-radius: 140px;
    -moz-border-radius: 140px;
    -ms-border-radius: 140px;
    -o-border-radius: 140px;
}


/* -------------------------------------------------------------------
 * CONTÁBIL
 * -----------------------------------------------------------------*/
#vantagem {
    padding: 3rem 0;
}

#vantagem h2 {
    font-weight: 900;
    line-height: 41px;
    margin-bottom: 2.5rem !important;
    font-size: 2.3rem;
}

#vantagem ul {
    list-style: none;
    padding: 0;
}

#vantagem ul li {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 28px;
    display: flex;
    padding-bottom: 0.5rem;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

#vantagem ul li i {
    color: var(--color-tertiary);
    margin-right: 0.8rem;
    font-size: .6rem;
}



@media (max-width: 800px) {
    #vantagem h2 {
        font-weight: 900;
        line-height: 40px;
        margin-bottom: 2.5rem !important;
        font-size: 2.2rem;
        text-align: center;
    }

    #vantagem ul li {
        font-size: 1.4rem;
        margin: 0 1rem;
    }

    #vantagem ul {
        margin-bottom: 2rem;
    }
}

@media (max-width: 425px) {
	
	    #vantagem ul li {
        font-size: 1.1rem;
        margin: 0 1rem;
        line-height: 20px;
    }

    #vantagem h2 {
        font-weight: 900;
        line-height: 30px;
        margin-bottom: 2.5rem !important;
        font-size: 1.65rem;
        text-align: center;
    }
}

/* -------------------------------------------------------------------
 * SERVIÇOS
 * -----------------------------------------------------------------*/
#servicos {

    background-image: url(../img/bg_servicos.webp);
    background-size: cover;
    background-attachment: fixed;
    background-position: right center;
    background-repeat: no-repeat;
    padding: 7rem 0 7rem 0;
    clip-path: polygon(0 4%, 100% 0%, 100% 96%, 0% 100%);
}

#servicos h2 {
    font-weight: 900;
    margin-bottom: 2.5rem !important;
    font-size: 2.5rem;
    line-height: 45px;
}

#servicos ul {
    list-style: none;
    padding-left: 0;
}

#servicos ul li {
    align-items: center;
    font-weight: 600;
    padding: .2rem 0;
    display: flex;
    font-size: 1.75rem;
    color: var(--color-font-light)
}

#servicos ul li i {
    color: var(--color-tertiary);
    margin-right: 0.7rem;
}

@media (max-width:575px) {
	
	#servicos ul li {
		align-items: center;
		font-weight: 500;
		padding: .2rem 1rem;
		display: flex;
		font-size: 1.15rem;
	}
	
	#servicos h2 {
		font-weight: 900;
		margin-bottom: 0.5rem !important;
		font-size: 1.8rem;
		line-height: 35px;
	}
    
	#servicos {
        clip-path: polygon(0 2%, 100% 0%, 100% 98%, 0% 100%);
        background-attachment: scroll;
        background-position: center;
    }
	
}

/* -------------------------------------------------------------------
 * PLANOS
 * -----------------------------------------------------------------*/
#planos {
    padding: 3rem 0 1rem 0;
}

#planos h2 {
    font-weight: 900;
    line-height: 45px;
    margin-bottom: 2.5rem !important;
    font-size: 2.5rem;
}

#planos .beneficio h3 {
    font-weight: 700;
    margin-bottom: 2.6rem !important;
    font-size: 1.75rem;
}

#planos .beneficio ul {
    list-style: none;
    padding-left: 0;
}

#planos .beneficio ul li {
    padding: .2rem 0;
    display: flex;
    font-weight: 600;
}

#planos .beneficio ul li i {
    color: var(--color-primary);
    margin-right: .3rem;
    font-weight: 900;
}

#planos .plano div {
    padding: 1.5rem 0;
    border: solid 3px var(--color-secondary);
    border-radius: 10px;
}

#planos .plano div h3 {
    font-weight: 600;
    background: var(--color-tertiary);
    padding: 5px 0px;
    margin: 0 3%;
    width: 94%;
    font-weight: 600;
    border-radius: 5px;
}

#planos .plano div .valor {
    font-weight: 600;
    font-size: 1.2rem;
    color: var(--color-primary);
    display: flex;
    justify-content: center;
}

#planos .plano div .valor .big {
    font-size: 4rem;
    color: var(--color-primary);
    line-height: 2.2rem;
    margin-left: 3px;
}

#planos .plano div .valor .small {
    font-size: 1.3rem;
    color: var(--color-primary);
    line-height: 4rem;
}

#planos .plano div hr {
    width: 86%;
    margin: .8rem 7% .7rem;
}

#planos .plano div ul {
    padding: 0;
}

#planos .plano div ul li {
    list-style-type: none;
    text-align: center;
    line-height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

#planos .plano div ul li i {
    color: var(--color-primary);
    font-size: .7rem;
    margin-right: 0.5rem;
}

#planos .plano {
    transition: .3s ease-in-out;
}

#planos .plano:hover {
    transform: scale(1.1);
}

@media (max-width:425px){
	
	#planos .plano div h3 {
    font-weight: 600;
    padding: 5px 0px;
    margin: 0 auto;
    width: 80%;
    font-weight: 600;
    border-radius: 5px;
    font-size: 20px;
}
	
	#planos .beneficio h3 {
    font-weight: 600;
    margin-bottom: 1.6rem !important;
    font-size: 1.15rem;
}
	
	#planos h2 {
    font-weight: 900;
    line-height: 35px;
    margin-bottom: 0.5rem !important;
    font-size: 1.8rem;
}

}

/* ETIQUETA */

.box {
    width: 200px;
    height: 300px;
    position: relative;
    border: 1px solid #BBB;
    background: #EEE;
}

.ribbon {
    border: 0px !important;
    position: absolute;
    left: 10px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#C41400 0%, #E08000 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    left: -21px;
}

.ribbon span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #E08000;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #E08000;
}

.ribbon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #E08000;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #E08000;
}



@media (max-width:1199px) {
    #planos .beneficio ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    #planos .beneficio ul li {
        min-width: 300px;
    }
}

@media (max-width:768px) {
    #planos h2 br {
        display: none;
    }

    #planos .beneficio h3 {
        text-align: center;
    }
}


/* -------------------------------------------------------------------
 * SIMULADOR
 * -----------------------------------------------------------------*/
#simulador {
    padding: 2rem 0;
}

#simulador h2 {
    font-weight: 600;
    font-size: 1.5rem;
	padding-bottom:1rem;
}

#simulador .btn_theme_primary {
    font-weight: 600;
}

@media (max-width:991px) {
    #simulador h2 {
        font-size: 1.2rem;
    }
}

@media (max-width:767px) {
    #simulador h2 {
        text-align: center;
        margin-bottom: 1rem;
    }
}

@media (max-width:425px){
	
	    #simulador h2 {
        text-align: center;
        margin-bottom: 1rem;
        margin-right: 0;
    }
	
}


/* -------------------------------------------------------------------
 * CONTABILIDADE (ABRIR / MIGRAR EMPRESA)
 * -----------------------------------------------------------------*/
#contabilidade {
    padding: 4rem 0 2rem 0;
}

#contabilidade h2 {
    font-weight: 900;
    line-height: 45px;
    margin-bottom: 2.5rem !important;
    font-size: 2.5rem;
}

#contabilidade h3 {
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1.2;
}

#contabilidade article {
    background-color: var(--color-primary);
    padding: 1rem;
    border-radius: 15px;
}

#contabilidade article h3 {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 0;
    text-align: center;
    color: var(--color-tertiary);
}

#contabilidade article p {
    color: var(--color-font-light);
    font-size: 1.1rem;
}

#contabilidade article {
    position: relative;
    overflow: hidden;
    background-color: var(--color-primary);
    padding: 0rem;
    border-radius: 15px;
}

#contabilidade article img {
    width: 100%;
    transition: opacity 0.5s ease, filter 0.5s ease;
}

#contabilidade article .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    opacity: 0;
    transition: opacity 0.5s ease;
    background-color: rgba(0, 0, 0, 0.5);
    /* Semi-transparent background */
}

#contabilidade article:hover img {
    filter: brightness(50%);
}

#contabilidade article:hover .content {
    opacity: 1;
}

@media (max-width:550px){
	
	#contabilidade h3 {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 22px;
}
	
	#contabilidade h2 {
    font-weight: 900;
    line-height: 35px;
    margin-bottom: 2.5rem !important;
    font-size: 2rem;
}

}

/* -------------------------------------------------------------------
 * ETAPA
 * -----------------------------------------------------------------*/
#etapa {
    text-align: center;
    padding: 5rem 0;
}

#etapa .bg {
    transition: .3s ease-in-out;
}

#etapa .bg:hover {
    transform: scale(1.05);
}


#etapa h2 {
    font-weight: 900;
    line-height: 45px;
    margin-bottom: 2.5rem !important;
    font-size: 2.5rem;
}

#etapa span {
    background-color: var(--color-secondary);
    color: var(--color-font-light);
    display: inline-flex;
    width: 70px;
    height: 70px;
    border-radius: 70px;
    font-size: 2rem;
    font-weight: 500;
    align-items: center;
    justify-content: center;
}

#etapa p {
    padding: 1rem 2rem 0;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.2;
}

@media (max-width:991px) {
    #etapa p {
        padding: 1rem 0 0;
        font-weight: 500;
    }
}

@media (max-width:425px){
	
	#etapa h2 {
    font-weight: 900;
    line-height: 32px;
    margin-bottom: 0.5rem !important;
    font-size: 1.7rem;
}

}


/* -------------------------------------------------------------------
 * ATIVIDADES
 * -----------------------------------------------------------------*/
#atividade {
    padding: 1rem 0 3rem 0rem;
}

#atividade h2 {

    font-weight: 900;
    line-height: 45px;
    margin-bottom: 2.5rem !important;
    font-size: 2.5rem;
}

#atividade ul {
    list-style: none;
    margin: 0;
}

#atividade ul li {
    font-weight: 600;
    display: flex;
    font-size: 1.2rem;
}

@media (max-width:425px){
	
	#atividade ul li {
    font-weight: 500;
    display: flex;
    font-size: 1.1rem;
}
	
	#atividade h2 {
    font-weight: 900;
    line-height: 35px;
    margin-bottom: 2.5rem !important;
    font-size: 1.8rem;
}

}


/* -------------------------------------------------------------------
 * PERGUNTAS FREQUENTES
 * -----------------------------------------------------------------*/
#perguntas {
    background-image: url(../img/bg_perguntas.webp);
    background-size: cover;
    background-attachment: fixed;
    background-position: 10% center;
    background-repeat: no-repeat;
    padding: 7rem 0 7rem 0;
    padding: 7rem 0 7rem 0;
    clip-path: polygon(0 4%, 100% 0%, 100% 96%, 0% 100%);
}

#perguntas h2 {
    font-weight: 900;
    line-height: 45px;
    margin-bottom: 2.5rem !important;
    font-size: 2.5rem;
}

#perguntas p {
    font-size: 1rem;
}

#perguntas .accordion {
    background: #FFFF;
    border: 0;
    padding: 0.8rem 1rem;
    border-radius: 5px;
    font-weight: 500;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .7rem;
}

#perguntas .accordion i {
    font-size: 20px;
}

#perguntas button:focus {
    outline: 0px !important;
}

#perguntas .panel {
    font-size: .9rem;
    display: none;
    font-weight: 600;
    margin-top: -0.1rem;
    margin-bottom: 1rem;
    padding: 0 1rem;
}

#perguntas .panel p {
    margin-bottom: 0 !important;
    color: var(--color-font-light);
}

#perguntas .panel p i {
    font-size: 20px;
}

#perguntas .btn_theme_secondary {
    padding: 1rem !important;
    border-radius: 12px !important;
}

@media (max-width:575px) {
        #perguntas {
        clip-path: polygon(0 2%, 100% 0%, 100% 98%, 0% 100%);
        background-attachment: scroll;
        background-position: bottom;
    }
}


/* -------------------------------------------------------------------
 * NOTICIAS - ARTIGOS - BLOG
 * -----------------------------------------------------------------*/
#noticias {
    padding: 3rem 0;
}

#noticias h2 {
    font-weight: 900;
    line-height: 45px;
    margin-bottom: 2.5rem !important;
    font-size: 2.5rem;
}

#noticias h3 {
    font-weight: 600;
    font-size: 1.3rem;
}

#noticias .noticias article span,
#noticias .artigos article span,
#noticias .blog article span {
    background-color: var(--color-primary);
    color: var(--color-font-light);
    text-align: center;
    font-weight: 500;
    font-size: .8rem;
    line-height: 1.1rem;
    border-radius: 6px;
    padding: 8px 12px;
    display: inline-block;
    margin-bottom: 5px;
}

#noticias .noticias article h3,
#noticias .artigos h3,
#noticias .blog h3 {
    font-size: 1.1rem;
    font-weight: 500;
    font-weight: 600;
    margin: 6px 0 2px 0;
}

#noticias .noticias article p {
    font-weight: 600;
    color: var(--color-primary);
    font-size: .8rem;
}

#noticias .noticias article:hover h3 {
    color: var(--color-secondary-hover);
}

#noticias .noticias article:hover span {
    background-color: var(--color-primary-hover);
}

#noticias .artigos article span {
    background-color: var(--color-span-artigo);
}

#noticias .artigos article p {
    font-weight: 600;
    font-size: .8rem;
}

#noticias .blog article span {
    background-color: var(--color-tertiary);
}

#noticias .blog article p {
    font-weight: 600;
    font-size: .8rem;
}

#noticias article .image-cover {
    position: relative;
    padding: 0 !important;
    height: auto;
}

#noticias article .image-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: 1s;
}

@media (max-width:575px) {
	
	#noticias h2 {
        font-size: 1.45rem;
        line-height: 30px;
    }
}



/* -------------------------------------------------------------------
 * NEWSLETTER
 * -----------------------------------------------------------------*/
#newsletter {
    padding: 2rem 0 4rem 0;
}

#newsletter h2 {
    font-weight: 900;
    font-size: 1.75rem;
    text-align: right;
    margin-right: 2rem;

}

#newsletter .form-border {
    border: 1px solid var(--color-secondary);
    padding: 0.6rem 1.5rem;
    border-radius: 5px;
}

#newsletter .form-border input {
    border: 0px;
    min-width: 300px;
}

#newsletter .form-border input:focus,
#newsletter .form-border input:active {
    border: 0 !important;
    box-shadow: none !important;
}

#newsletter .btn_theme_primary {
    font-weight: 600;
}

@media (max-width:991px) {
    #newsletter h2 {
        font-size: 1.1rem;
    }

    #newsletter h2 br {
        display: none;
    }

    #newsletter .form-border input {
        min-width: 200px;
    }
}

@media (max-width:767px) {
    #newsletter h2 {
        text-align: center;
    }
}


/* -------------------------------------------------------------------
 * DEPOIMENTOS
 * -----------------------------------------------------------------*/
#depoimentos {

    background-image: url(../img/bg_depoimentos.webp);
    background-size: cover;
    background-attachment: fixed;
    background-position: 10% center;
    background-repeat: no-repeat;
    padding: 7rem 0 7rem 0;
    clip-path: polygon(0 4%, 100% 0%, 100% 96%, 0% 100%);
}

#depoimentos h2 {
    font-weight: 900;
    line-height: 45px;
    margin-bottom: 2.5rem !important;
    font-size: 2.5rem;
}

#depoimentos .depoimento-image {
    position: absolute;
    left: 0;
    margin-top: 5%;
    padding-left: 0;
}

#depoimentos .item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto;
    background-color: var(--color-box-depoimento);
    padding: 15px 20px;
    border-radius: 1rem;
    min-height: 280px;
    font-weight: 500;
}

#depoimentos small {
    font-weight: 600;
}

@media(max-width:1299px) {
    #depoimentos .depoimento-image {
        margin-top: 11%;
    }
}

@media(max-width:1099px) {
    #depoimentos .depoimento-image {
        margin-top: 17%;
    }
}

@media(max-width:767px) {
    #depoimentos {
        clip-path: polygon(0 2%, 100% 0%, 100% 98%, 0% 100%);
    }

    #depoimentos h2 br {
        display: none;
    }

    #depoimentos {
        padding: 8rem 0 6rem 0;
    }
}

@media (max-width:575px) {
	
    #depoimentos {
        clip-path: polygon(0 2%, 100% 0%, 100% 98%, 0% 100%);
        background-attachment: scroll;
        background-position: 40% center;
        padding: 5rem 1rem;
    }
}




/* -------------------------------------------------------------------
 * PARCEIROS
 * -----------------------------------------------------------------*/
#parceiros {
    padding: 2rem 0;
}

#parceiros h2 {
    font-weight: 900;
    line-height: 45px;
    margin-bottom: 2.5rem !important;
    font-size: 2.5rem;
}

#parceiros img {
    max-width: 200px;
}

#parceiros .btn_theme_primary {
    color: var(--color-font-light) !important;
    font-weight: 600;
}

#parceiros .bg {
    background-color: rgba(255, 255, 255, 0.549);
    padding: 5px;
    border-radius: 5px;
}

@media(max-width:575px) {
    #parceiros {
        text-align: center;
    }

    #parceiros h2 {
        font-size: 1.8rem;
    }

    #parceiros div.d-flex {
        justify-content: center !important;
    }
}


/* -------------------------------------------------------------------
 * SOCIAL
 * -----------------------------------------------------------------*/
#social {
    padding: 2rem 0;
}

#social h2 {
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 1.6rem;
}

#social img {
    max-width: 60px;
    margin: 0 5px;
}


/* -------------------------------------------------------------------
 * FOOTER
 * -----------------------------------------------------------------*/
#footer #footer-container {
    background-image: url(../img/bg_depoimentos.webp);
    background-size: cover;
    background-attachment: fixed;
    background-position: 10% center;
    background-repeat: no-repeat;
    padding: 6rem 6rem 0rem 6rem;
    clip-path: polygon(0 0, 100% 4%, 100% 100%, 0 100%);
}

#footer #footer-container h2 {
    font-weight: 900;
    line-height: 45px;
    margin-bottom: 2.5rem !important;
    font-size: 2.5rem;

}

#footer #footer-container h3 {
    font-weight: 600;
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
    color: var(--color-font-light);
}

#footer #footer-container img {
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

#footer #footer-container .contatos a {
    color: var(--color-font-light);
}

#footer #footer-container .contatos p {
    display: block;
    border-radius: 5px !important;
    max-width: 90%;
    text-align: center;
    margin: .3rem auto;
}

#footer #footer-container .endereco {
    margin: 3rem 0 2rem 0;
}

#footer #footer-container .endereco i {
    font-size: 3rem;
    margin-right: 1rem;
    color: var(--color-font-light);
}

#footer #footer-container .endereco p {
    font-weight: bold;
    font-size: 1.1rem;
    margin: 0px;
    color: var(--color-font-light);
}

#footer #mapa {
    width: 100%;
    height: 400px;
    border: 0;
    margin: 0;
    display: block;
    position: relative;
    z-index: 2;
}

/* Copy */
#footer #copyright {}

#footer #copyright .container {
    padding: 1.2rem 0 1.5rem 0;
}

#footer #copyright p {
    font-size: .8rem;
    margin: 0;
    color: var(--color-font-light) !important;
}

#footer #copyright .selos {
    padding-left: 3rem;
    padding-right: 3rem;
}

#footer #copyright .selos a {
    color: var(--color-font-light);
}

#footer #copyright .selos .d-flex p {
    font-size: 0.6rem;
    text-transform: uppercase;
    margin: 0 0 9px 0;
}

#footer #copyright .selos img {
    max-height: 35px;
}

@media (max-width:991px) {
    #footer #footer-container {
        padding-top: 6rem;
        clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
    }

    #footer #footer-container img {
        max-width: 90%;
    }
}

@media (max-width:768px) {
    #footer #footer-container {
        padding-top: 2rem;
        clip-path: none;
    }

    #footer #footer-container .contatos p {
        max-width: 100%;
        word-break: break-all;
    }

    #footer #copyright p {
        text-align: center;
        font-size: 0.8rem;
    }
}

@media (max-width: 575px) {
	
	#footer #footer-container .endereco p {
    font-weight: 500;
    font-size: 0.9rem;
    margin: 0px;
    color: var(--color-font-light);
    line-height: 19px;
    text-align: left;
}
	
	#footer #footer-container {
        padding-top: 2rem;
        clip-path: none;
        background-attachment: scroll;
    }
	
	#footer #footer-container h3 {
    font-weight: 500;
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
    color: var(--color-font-light);
}
	
	#footer #footer-container h2 {
    font-weight: 800;
    line-height: 32px;
    margin-bottom: 2.5rem !important;
    font-size: 1.8rem;
}

    #footer #footer-container {
        padding: 3rem 0;
    }
}