/* -------------------------------------------------------------------
 * BENEFICIOS
 * -----------------------------------------------------------------*/
 #beneficio {
    padding: 5rem 0 0rem !important;
}

#beneficio h2 {
    font-weight: bold;
    font-size: 3rem;
    color: var(--color-font-light);
    text-align: center;
    margin: 0 auto;
}

#beneficio h3 span {
    font-weight: bold;
    font-size: 2.5rem;
    color: var(--color-font-light);
    background-color: #252043;
    padding-left: 12px;
    border-radius: 5px;
    padding-right: 12px;
}

#beneficio h4 {
    font-weight: 600;
    font-size: 1.4rem;
    color: var(--color-font-light);
    margin-bottom: 1rem;
}

#beneficio p {
    font-size: 1.2rem;
    color: var(--color-font-light);
    text-align: center;
}

#beneficio .lead {
    font-size: 1.4rem;
    font-weight: 300;
    color: var(--color-font-light);
    text-align: center;
}

/* Remove box-shadow from the main image */
#beneficio .col-md-6 img {
    box-shadow: none !important;
}

.benefit-card {
    background-color: #fff;
    border-radius: 15px;
    padding: 2rem;
    height: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.benefit-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.benefit-card img {
    max-height: 70px;
    margin-bottom: 1rem;
}

@media (max-width: 767px) {
    #beneficio h2 {
        font-size: 40px;
    }
    
    #beneficio h3 {
        font-size: 1.8rem;
    }
    
    #beneficio h4 {
        font-size: 1.2rem;
    }
    
    #beneficio p, #beneficio .lead {
        font-size: 1rem;
    }
    
    .benefit-card {
        margin-bottom: 2rem;
    }
    #beneficio {
        padding: 2rem 0 0rem !important;
    }
}
 
 

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

#vantagem h2 {
    font-weight: 600;
    font-size: 3rem;
    color: #fff;
    margin-bottom: 3rem;
}


.service-card {
    background-color: #ffffffb8;
    border-radius: 10px;
    padding: 2rem;
    height: 220px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: flex
;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 1rem;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.service-card i {
    color: #4f41ad;
    margin-bottom: 1rem;
    display: none;
}

.service-card h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #000000;
    margin-bottom: 1rem;
}

.service-card p {
    font-size: 1rem;
    color: #000000;
}

@media (max-width: 768px) {
	#atividade { padding: 0; }
	
    #vantagem h2 {
        font-size: 40px;
    }
    
	#vantagem .service-card {
        background-color: #ffffffb8;
        border-radius: 10px;
        padding: 2rem;
        height: 200px;
        transition: all 0.3s ease;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 1rem;
    }
	
    .service-card {
        background-color: #ffffffb8;
        border-radius: 10px;
        padding: 1rem;
        height: 230px;
        transition: all 0.3s ease;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 1rem;
    }
    
    .service-card h3 {
        font-size: 1.3rem;
    }
	
	.service-card img {
		max-height: 55px !important;
	}
}
 
@media( max-width: 767px ) {
    #vantagem h2 br { display: none; }
    #vantagem {
        padding: 1rem 0 !important;
    }
}


/* -------------------------------------------------------------------
 * SERVIÇOS
 * -----------------------------------------------------------------*/
 #servicos {
    background: linear-gradient(to right, #282828, #6d7693c9, #bfbfbf);
    padding: 9rem 0 !important;
    clip-path: polygon(0 8%, 100% 0, 100% 92%, 0% 100%);
}

#servicos h2 {
    font-weight: 600;
    margin-bottom: 3rem;
    font-size: 3rem;
    color: #ffffff;
}

#servicos .service-block h3{
	font-size:1.5rem !important;
}

#servicos .service-block p{
	font-size:1.1rem !important;
}

.carousel-container {
    padding: 0 50px;
}

.service-block {
    background-color: #ffffff;
    border-radius: 50px;
    padding: 2rem;
    height: 100%;
    transition: all 0.3s ease;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin: 0 10px;
    aspect-ratio: 1 / 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 3px solid #252043;
}

.service-block:hover {
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

.service-block h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: #333;
    font-weight: 700;
}

.service-block p {
    font-size: 1.3rem;
    color: #666;
}

.carousel-control-prev,
.carousel-control-next {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.7;
}

#servicos span {
    color: #fff;
}

.carousel-control-prev {
    left: -60px; /* Changed from 10px to -60px */
}

.carousel-control-next {
    right: -60px; /* Changed from 10px to -60px */
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 20px;
    height: 20px;
}

@media (max-width: 768px) {
    .carousel-container {
        padding: 0 20px;
    }
    
    #servicos h2 {
        font-size: 40px;
    }
    
	.service-block{
		border-radius: 35px;
		padding: 2rem 1rem;
	}
	
    .service-block h3 {
        font-size: 1rem;
		margin-bottom: 0.5rem;
    }
    
    .service-block p {
        font-size: 0.8rem;
    }

    #servicos {
        background: #ffffff61;
        padding: 5rem 0 !important;
        clip-path: polygon(0 4%, 100% 0, 100% 97%, 0% 100%);
    }

    /* Add responsive positioning for arrows on mobile */
    .carousel-control-prev {
        left: -30px;
    }

    .carousel-control-next {
        right: -30px;
    }
}








#empresa-services {
    padding: 5rem 0;
}

#empresa-services h2 {
    font-weight: bold;
    font-size: 3rem;
    color: var(--color-font-light);
    line-height: 1.2;
    text-align: center;
    margin: 0 auto;
}

#empresa-services .lead {
    font-size: 1.2rem;
    color: var(--color-font-light);
    text-align: center;
    margin: 0 auto;
}

#empresa-services .btn-primary {
    background-color: #ffffff;
    border: none;
    font-size: 26px;
    padding: 0.75rem 1.5rem;
    width: 80%;
    color: #000000;
    margin: 0 auto;
    border-radius: 80px;
    transition: .5s;
    font-weight: bold;

}
#empresa-services .btn-primary:hover {
    background-color: #000000;
    border: none;
    color: #fff;
}

#empresa-services .btn-warning {
    background-color: #000000;
    border: none;
    color: #fff;
    font-size: 1.2rem;
    padding: 1rem 1.5rem;
    width: 100%;
    font-weight: bold;
    margin-top: 1rem;
    border-radius: 80px;
    transition: .5s;
}
#empresa-services .btn-warning:hover{
    background-color: #ffffff;
    border: #000000;
    color: #000;
}

#empresa-services .btn-large {
    font-size: 28px;
    padding: 1.2rem 1.5rem;
}

#empresa-services h3 {
    font-weight: bold;
    font-size: 1.8rem;
    color: var(--color-font-light);
    text-align: center;
    margin: 0 auto;
}

#empresa-services .features-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
}
#empresa-services .rounded-circle {
    border-radius: 0% !important;
}
#empresa-services .features-list li {
    font-weight: 500;
    font-size: 1.1rem;
    color: var(--color-font-light);
    display: flex;
    align-items: center;
}

#empresa-services .features-list li i {
    color: #00ffff;
    margin-right: 10px;
}

@media (max-width: 767px) {
    #empresa-services h2 {
        font-size: 34px;
    }

    #empresa-services .lead {
        font-size: 1.1rem;
    }

    #empresa-services .features-list {
        grid-template-columns: 1fr;
    }
    #empresa-services .btn-primary {
        background-color: #ffffff;
        border: none;
        font-size: 22px;
        padding: 0.75rem 1.5rem;
        width: 80%;
        margin: 0 auto;
        border-radius: 80px;
        transition: .5s;
    }
    #empresa-services .btn-large {
        font-size: 24px;
        padding: 1.2rem 1.5rem;
    }
}

/* -------------------------------------------------------------------
 * PLANOS
 * -----------------------------------------------------------------*/
 #planos {
    padding: 3rem 31px 3rem 31px !important;
    background-color: #ffffffa3;
    clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%);
    border-radius: 30px;
}
#planos h2 { font-weight: 600; margin-bottom: 2.5rem !important; font-size: 3rem; color: var(--color-font-dark); text-align: center; margin: 0 auto;}

#planos .beneficio h3 { font-weight: 600; margin-bottom: 2.6rem !important; font-size: 1.5rem; color: var(--color-font-dark);}
#planos .beneficio ul { list-style: none; padding-left: 0; }
#planos .beneficio ul li { padding: .2rem 0; display:flex; color: var(--color-font-dark); }
#planos .beneficio ul li i { color: #00e5ff; margin-right: .3rem; }

#planos .plano div { padding: 1.5rem 0; border-radius: 40px; transition: .5s;}
/*#planos .plano div:hover{margin-top: -10px;}*/
#planos   .primeiro:hover{margin-top: -10px;}
#planos   .segundo:hover{margin-top: -10px;}
#planos   .terceiro:hover{margin-top: -10px;}

#planos   .primeiro{border: solid 3px #000000; border-radius: 40px !important; transition: .5s;}
#planos   .segundo{border: solid 3px #00fff7; border-radius: 40px!important; transition: .5s;}
#planos   .terceiro{border: solid 3px #000000; border-radius: 40px !important; transition: .5s;} 
#planos .plano div h3 { font-weight: 600; color: var(--color-font-dark); }
#planos .plano div .valor{ font-weight: 600; font-size: 1.2rem; color: #000000; display: flex; justify-content: center; }
#planos .plano div .valor .big{ font-size: 4rem; color: #000000; line-height: 2.2rem; margin-left: 3px; }
#planos .plano div .valor .small{ font-size: 1.3rem; color: #000000; 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;
    color: var(--color-font-dark);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: center;

}
#planos .plano div ul li i { color: #00e5ff; font-size: .5rem; margin-right: 0.5rem; }

@media (max-width:1199px) {
    #planos .beneficio ul { display: flex; flex-wrap: wrap; }
    #planos .beneficio ul li { min-width: 300px; }
}
@media (max-width:768px) {
    #planos h2 br { display: none; }
    #planos {
        padding: 0rem 0 1rem 0;
    }
    #planos h2 {
        font-weight: 600;
        margin-bottom: 2.5rem !important;
        font-size: 40px;
        color: #fff;
        text-align: center;
        margin: 0 auto;
    }
}


/* -------------------------------------------------------------------
 * SIMULADOR
 * -----------------------------------------------------------------*/
#simulador { padding: 2rem 0; }
#simulador h2 { font-weight: 600; font-size: 1.5rem; text-align: right; margin-right: 2rem; color: #fff;}
#simulador .btn_theme_primary { font-weight: 600; background-color:#fff !important; color:#000 !important; }
@media (max-width:991px) {
    #simulador h2 { font-size: 1.2rem; }
}
@media (max-width:767px) {
    #simulador h2 {
        font-weight: 600;
        font-size: 24px;
        text-align: center;
        margin-right: 0rem;
        color: #fff;
    }
    #simulador .btn_theme_primary {
        font-weight: 600;
        color: #fff;
        font-size: 20px;
        margin-top: 14px;
    }
}


/* -------------------------------------------------------------------
 * CONTABILIDADE (ABRIR / MIGRAR EMPRESA)
 * -----------------------------------------------------------------*/
 #contabilidade {
    padding: 5rem 0;
    color: #ffffff;
}

#contabilidade h2 {
    font-weight: 700;
    font-size: 3rem;
    color: #fff;
    margin-bottom: 1rem;
}

#contabilidade h3 {
    font-weight: 400;
    font-size: 1.2rem;
    color: #fff;
}

.service-card {
    display: block;
    text-decoration: none;
    color: #ffffff;
    transition: all 0.3s ease;
}

.service-card article {
    background-color: #000000e6;
    border: 2px solid #4db8c7;
    border-radius: 15px;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    height: 100%;
    transition: all 0.3s ease;
}
.service-card article:hover  {
    background-color: #4db8c7;
}

.service-card:hover article {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.service-card .icon-wrapper {
    flex-shrink: 0;
    margin-right: 1.5rem;
}

.service-card img {
    max-height: 80px;
    transition: all 0.3s ease;
    border-radius: 50%;
}

.service-card:hover img {
    transform: scale(1.1);
}

.service-card .content h3 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.service-card .content p {
    font-size: 0.9rem;
    color: #e6e6e6;
    margin-bottom: 0;
}

.service-card.emphasis article {
    background-color: #000000e6;
    border: 2px solid #4db8c7;
}
.service-card.emphasis:hover article {
    background-color: #4db8c7;
}

@media (max-width: 768px) {
    #contabilidade h2 {
        font-size: 40px;
    }
    #contabilidade {
        padding: 2rem 0;
        color: #ffffff;
    }

    .service-card article {
        flex-direction: column;
        text-align: center;
    }

    .service-card .icon-wrapper {
        margin-right: 0;
        margin-bottom: 1rem;
    }
}


/* -------------------------------------------------------------------
 * ETAPA
 * -----------------------------------------------------------------*/
 #etapa { text-align: center; }
 #etapa h2 { font-weight: 600; font-size: 1.8rem; }
 #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-weight: 500; }
@media (max-width:991px) {
    #etapa p { padding: 1rem 0 0; font-weight: 500; }
}


/* -------------------------------------------------------------------
 * ATIVIDADES
 * -----------------------------------------------------------------*/
#atividade { padding: 1rem 0; }
#atividade h2 { font-weight: 600; font-size: 1.6rem; color: #fff;}
#atividade ul { list-style: none; margin: 0; }
#atividade ul li { font-weight: 500; display:flex; color: #fff;}


/* -------------------------------------------------------------------
 * PERGUNTAS FREQUENTES
 * -----------------------------------------------------------------*/
 /*#perguntas {
    background: #328dab7d;
    padding: 7rem 0;
    clip-path: polygon(0 8%, 100% 0, 100% 92%, 0% 100%);
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

h2 {
    font-weight: 600;
    font-size: 3rem;
    color: #fff;
    text-align: center;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    justify-content: center;
}

.faq-item {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

details {
    background: #fff;
    margin-bottom: 1px;
}

summary {
    padding: 1rem;
    cursor: pointer;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

summary::-webkit-details-marker {
    display: none;
}

summary::after {
    content: '\25BC';
    font-size: 0.8em;
    transition: transform 0.3s ease;
}

details[open] summary::after {
    transform: rotate(180deg);
}

details p {
    padding: 1rem;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    margin: 0;
}

.cta-container {
    text-align: center;
    margin-top: 3rem;
}

.btn-primary {
    display: inline-block;
    background-color: #4db8c7;
    color: #fff;
    text-decoration: none;
    padding: 0.75rem 2rem;
    font-size: 1.1rem;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: #3a9dac;
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(77, 184, 199, 0.3);
}

@media (max-width: 768px) {
    h2 {
        font-size: 40px;
    }

    .faq-grid {
        grid-template-columns: 1fr;
    }
}*/
#perguntas { 
    background: #ffffff7d;
    padding: 7rem 0 7rem 0;
    clip-path: polygon(0 8%, 100% 0, 100% 92%, 0% 100%);
}
#perguntas h2 { font-weight: 600; margin-bottom: 3rem; font-size: 3rem; color: #000000;}
#perguntas p { font-size: 1rem; color: #ffffff;}

#perguntas .accordion {
    background: #FFFF;
    border: 0;
    padding: 0.8rem 1rem;
    border-radius: 5px;
    font-weight: 600;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .7rem;
    color: #000000;
}
#perguntas .img-fluid {
    max-width: 75%;
    height: auto;
}
#perguntas .accordion i { font-size: 15px; color: #3a0a5c;}
#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; }
#perguntas .panel p i { font-size: 20px; color: #fff;}

#perguntas .btn_theme_secondary { padding: 1rem !important; border-radius: 12px !important; font-size: 19px;}
@media(max-width: 575px){
    #perguntas h2 {
        font-weight: 600;
        margin-bottom: 3rem;
        font-size: 2rem;
        text-align: center;
    }
}
/* -------------------------------------------------------------------
 * NOTICIAS - ARTIGOS - BLOG
 * -----------------------------------------------------------------*/
#noticias { padding: 3rem 0; }
#noticias h2 { font-weight: 600; font-size: 3rem; color: #fff; text-align: center; margin: 0 auto;}
#noticias h3 { font-weight: 600; font-size: 1.3rem; color: #fff; text-align: center; margin: 0 auto; padding-top: 20px;}

#noticias .noticias article span,
#noticias .artigos article span,
#noticias .blog article span {
    background-color: #00b9b3;
    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 h3:hover{color: #00b9b3;}
#noticias .artigos h3:hover{color: #00b9b3;}
#noticias .blog h3:hover{color: #00b9b3;}

#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 .artigos article span { background-color: #00b9b3; }
#noticias .artigos article p { font-weight: 600; font-size: .8rem; color: #24628e;}
#noticias p{color: #fff !important;}
#noticias .blog article span { background-color: #00b9b3; }
#noticias .blog article p { font-weight: 600; font-size: .8rem; color: #24628e;}

#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: 40px; }
}



 /* -------------------------------------------------------------------
 * NEWSLETTER
 * -----------------------------------------------------------------*/
 #newsletter{ padding: 2rem 0 4rem 0; }
 #newsletter h2 { font-weight: 600; font-size: 1.5rem; text-align: right; margin-right: 2rem; color: #fff;}
 #newsletter .form-border { border: 1px solid var(--color-secondary); padding: 0.6rem 1.5rem; border-radius: 2rem; }
 #newsletter .form-border input { 
     border: 0px; 
     min-width: 300px; 
     background: transparent;
     color: #fff; /* Change the input text color to white */
 }
 #newsletter .form-border input::placeholder {
     color: #fff; /* Change the placeholder text color to white */
 }
 #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; }
	 #simulador {padding: 0 0;}
 }

/* -------------------------------------------------------------------
 * DEPOIMENTOS
 * -----------------------------------------------------------------*/
#depoimentos { 
    background: #ffffff9e;
    padding: 7rem 0 7rem 0;
    clip-path: polygon(0 8%, 100% 0, 100% 92%, 0% 100%);
}
#depoimentos h2 { font-weight: 600; margin-bottom: 3rem; font-size: 3rem; color: #000000;}
#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 5%, 100% 0, 100% 95%, 0% 100%);
    }
    #depoimentos h2 br { display: none; }
    #depoimentos { 
        padding: 8rem 0 6rem 0;
    }
    #depoimentos h2{font-size: 40px;}
	
	#noticias .noticias article p { text-align:center; }
}




/* -------------------------------------------------------------------
 * PARCEIROS
 * -----------------------------------------------------------------*/
#parceiros { padding: 2rem 0; }
#parceiros h2 { font-weight: 600; margin-bottom: 3rem; font-size: 3rem; color: #fff; text-align: center; margin: 0 auto;}
#parceiros img { max-width: 200px; border-radius: 40px; transition: .5s; margin-top: 2rem;}
#parceiros img:hover{margin-top: -10px;}
#parceiros .btn_theme_primary { color: var(--color-font-light) !important; font-weight: 600; }

@media(max-width:575px) {
    #parceiros { text-align: center; }
    #parceiros h2 { font-size: 40px; }
    #parceiros div.d-flex { justify-content: center !important; }
}
 

/* -------------------------------------------------------------------
 * SOCIAL
 * -----------------------------------------------------------------*/
#social { padding: 2rem 0; }
#social h2 {
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 1.6rem;
    color: #fff;
    padding: 1rem;
}
#social img { max-width: 70px; margin: 0 5px; transition: .5s;}
#social img:hover{margin-top: -10px;}


/* -------------------------------------------------------------------
 * FOOTER
 * -----------------------------------------------------------------*/
#footer #footer-container {
    background: #ffffff5e;
    color: var(--color-font-dark);
    padding-top: 9rem;
    clip-path: polygon(0 8%, 100% 0, 100% 100%, 0% 100%);
}
#footer .btn_theme_secondary {
    border-radius: 6px !important;
    padding: 8px 22px !important;
    color: var(--color-font-light) !important;
    background-color: #000000 !important;
    transition: .5s;
}
#footer .btn_theme_secondary:hover {
    border-radius: 6px !important;
    padding: 8px 22px !important;
    color: var(--color-font-light) !important;
    background-color: #00ccccd4 !important;
}
#footer #footer-container h2 { font-weight: bold; margin-bottom: 2rem; font-size: 2.5rem; color: #fff;}
#footer #footer-container h3 { font-weight: 600; margin-bottom: 1.5rem; font-size: 1.4rem; color: #fff;}
#footer #footer-container img { margin-bottom: -10px; position: relative; z-index: 1; }

#footer #footer-container .contatos a { color: var(--color-font-light); }
#footer #footer-container .contatos p { 
    display: block; border-radius: 80px!important; max-width: 70%; text-align: center; margin-bottom: 0.6rem !important; margin: 0 auto;
}

#footer #footer-container .endereco { margin: 3rem 0 2rem 0;}
#footer #footer-container .endereco i { font-size: 3rem; margin-right: 1rem; color: #fff;}
#footer #footer-container .endereco p { font-weight: bold; font-size: 1rem; margin:0px; color: #fff;}
 
#footer #mapa { width: 100%; height: 400px; border:0; margin: 0; display: block; position: relative; z-index: 2; }

/* Copy */
#footer #copyright { background: #ffffff5e;  }
#footer #copyright .container { padding:1.2rem 0 1.5rem 0; }
#footer #copyright p{ font-size: .9rem; letter-spacing: 1px; 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 { display: none; }
}
@media (max-width:768px) {
    #footer #footer-container { padding-top: 2rem; clip-path: none; }
    #footer #footer-container .contatos p { max-width: 100%; }
    #footer #copyright p { text-align: center; font-size: 0.8rem; }
    #footer #footer-container h2 { font-weight: bold; margin-bottom: 2rem; font-size: 31px; }

}
