@font-face {
    font-family: "Open Sans" ;
    src: url("fonts/OpenSans-VariableFont_wdth\,wght.ttf");
}
@font-face {
    font-family: "Roboto Flex";
    src: url(fonts/RobotoFlex-VariableFont_GRAD\,XTRA\,YOPQ\,YTAS\,YTDE\,YTFI\,YTLC\,YTUC\,opsz\,slnt\,wdth\,wght.ttf);
}

/****** Cores ******/

:root {
	/* Cores principais */
	--red-wise: #FF3B30;
    --red-wise-dark: #CC2F26;
	--black-wise: #1C1C1E;
	--black-wise-light: #2C2C2E;
	--gray-wise: #8E8E93;
	--white-wise: #F2F2F7;
    
    /* Cores de fundo */
    --background-color: var(--white-wise);
    --card-background: #FFFFFF;
    
    /* Sombras */
    --shadow-sm: 0 2px 4px rgba(0,0,0,0.05);
    --shadow-md: 0 4px 6px rgba(0,0,0,0.1);
    --shadow-lg: 0 10px 15px rgba(0,0,0,0.1);
    
    /* Transições */
    --transition-fast: 0.2s ease;
    --transition-normal: 0.3s ease;
    --transition-slow: 0.5s ease;
}

/****** TAGS ******/

* {
	margin: 0;
	padding: 0;
    font-family: "Roboto Flex", sans-serif;
    box-sizing: border-box;
}
a {
	color:inherit;
	text-decoration: none;
    transition: color var(--transition-fast);
}
a:hover {
    color: var(--red-wise);
    text-decoration: none;
}
body {
	background-color: var(--background-color);
    color: var(--black-wise);
    line-height: 1.6;
}
footer {
 	background-color: var(--black-wise) !important;
 	margin-top:100px;
 	padding: 4rem 0 2rem;
 	height: auto;

  	display: flex;
  	justify-content: center;

}
footer a:hover {
	color: var(--red-wise);
	text-decoration: none;
}
footer p {
	margin-top: 0;
	margin-bottom: 0;
}

footer li {
	margin-left: auto;
	margin-right: auto;
}
footer div {
	margin: auto;
}
header {
	height: 80px;
    background: var(--card-background);
    box-shadow: var(--shadow-sm);
}
nav {	
	background: var(--card-background) !important;
	font-size: 16px; 
	padding: 0.5rem 1rem;
}

.navbar-brand {
    display: flex;
    align-items: center;
    gap: 1rem;
}

/***** IDs ******/

#bandeira:hover {
	background-color: rgba(160, 160, 160, 0.5);	
}
#bandeira {
	background-color: #00000000;
	border-radius: 4px;
	padding-bottom: 7px !important;
	padding-top: 3px !important;

}
#hr-footer {
	height: 2px;
	margin: 0.5rem;
}
#navbarSupportedContent {
	margin-left: 50px;
}
#iconTitle {
	height: 16px; 
	width: 16px;
}
#textoLogo {
    font-family: "Helvetica Neue", Arial, sans-serif !important;
	max-width: 170px;
	font-size: 1rem;
}
#links {
    color:black;
}
#img_logo {
	width: auto;
	height: 65px;
	margin-top: 5px; 
}
#logo_footer {
	width: 110px; 
	height: auto;
}
#google_translate_element {
    display: none !important;
}

/***** CLASS BOOTSTRAP *****/

.dropdown-item:active {
	background-color: var(--red-wise);
	color: white;
}
.navbar-nav > li {
	margin-left:1rem;
	margin-right:1rem;
}
.nav-link {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    padding: 0.5rem 1rem;
    transition: color var(--transition-fast);
}
.nav-link:hover{
	color: var(--red-wise) !important;
}
.row {
    max-width: inherit;
}
.img-fluid-inv {
    width: auto;
    height: 100%;
}
.carousel-control-next, .carousel-control-prev {
    height: 50%;
    margin-top: auto;
    margin-bottom: auto;
}

.btn {
    padding: 0.5rem 1.5rem;
    border-radius: 8px;
    font-weight: 500;
    transition: all var(--transition-fast);
}

.btn-dark {
    background-color: var(--black-wise);
    border-color: var(--black-wise);
}

.btn-dark:hover {
    background-color: var(--black-wise-light);
    border-color: var(--black-wise-light);
    transform: translateY(-2px);
}

/***** CLASS *****/

.white {
	color: var(--white-wise);
}
.black {
	color: var(--black-wise);
}
.facebook:hover {
	color: #1877F2 !important;
}
.twitter:hover {
	color: #1DA1F2 !important;
}
.youtube:hover {
	color: #FF0000 !important;
}
/*A B C D E F G H I J K L M N O P Q R S T U V W X Y Z*/
.bandeiras-nav {
	max-width: fit-content;
	margin-left: auto;
}
.btnSlide{
	right: 0%; 
	left: 0%;	
	padding-left: 3%;	
	padding-right: 3%;
}
.container-block {
	background-color: var(--card-background);
	border-radius: 12px;
    box-shadow: var(--shadow-sm);
    transition: transform var(--transition-normal), box-shadow var(--transition-normal);
    overflow: hidden;
}
.container-block:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
}
.div-center {
	max-width:fit-content;
	margin-left: auto;
	margin-right: auto;
}
.column_download {
    background-color: var(--black-wise);
}
.column_sec {
    background-color: rgb(245, 245, 245);
}
.column_sec:nth-of-type(2n+1){
    background-color: rgb(220, 220, 220);
}
.fit-cont{
    max-width: fit-content;
}
.logo_clientes{
	max-width: 100%;
}
@media (min-width: 0px) {
    .logo_clientes_block{
        width: 150px;
        height: 150px;
    }
}
@media (min-width: 576px) {
    .logo_clientes_block{
        width: 150px;
        height: 150px;
    }
}
@media (min-width: 768px) {
    .logo_clientes_block{
        width: 140px;
        height: 140px;
    }
}
@media (min-width: 992px) {
    .logo_clientes_block{
        width: 170px;
        height: 170px;
    }
}
@media (min-width: 1200px) {
    .logo_clientes_block{
        width: 200px;
        height: 200px;
    }
}
@media (min-width: 1400px) {
    .logo_clientes_block{
        width: 220px;
        height: 220px;
    }
}
.logo_destaques{
	/*background-color: gray;*/
    max-width: 250px;
    max-height: 250px;
}
.main-box {
    width: 100%;
    padding: 0 16px;
    margin: 0 auto;
    max-width: 1274px;
}
.modal{
	color: black;
	text-align: center;
}
@media (min-width: 400px) {
    .main-box {
        padding-left: 32px;
        padding-right: 32px;
    }
}
@media (min-width: 600px) {
    .main-box {
        padding-left: 66px;
        padding-right: 66px;
    }
}
@media (min-width: 840px) {
    .main-box {
        padding-left: 125px;
        padding-right: 125px;
    }
}

.produto_blocK{
    width: 430px;
    height: 430px;
}
@media (min-width: 0px) {
    .produto_blocK{
        width: 328px;
        height: 328px;
    }
    .produto_img{
        max-height: 198px;   
    }
}
@media (min-width: 576px) {
    .produto_blocK{
        width: 400px;
        height: 400px;
    }
    .produto_img{
        max-height: 270px;   
    }
}
@media (min-width: 768px) {
    .produto_blocK{
        width: 400px;
        height: 400px;
    }
    .produto_img{
        max-height: 270px;   
    }
}
@media (min-width: 992px) {
    .produto_blocK{
        width: 360px;
        height: 360px;
    }
    .produto_img{
        max-height: 230px;   
    }
}
@media (min-width: 1200px) {
    .produto_blocK{
        width: 430px;
        height: 430px;
    }
    .produto_img{
        max-height: 300px;   
    }
}
@media (min-width: 1400px) {
    .produto_blocK{
        width: 430px;
        height: 430px;
    }
    .produto_img{
        max-height: 300px;   
    }
}
.table_info {
    color: white;
    background-color: var(--black-wise);
}
.texto{
	text-indent: 50px;
	text-align: justify;
}
.titulo-vermelho {
    color: var(--red-wise);
    font-weight: 600;
    margin-bottom: 1rem;
}

/****** CLASS ANIMACAO ******/

.efeito-flutuante{
    transition: transform var(--transition-normal);
}
.efeito-flutuante:hover{
    transform: translateY(-10px);
}
.hvr-grow {
	transition: transform var(--transition-normal);
}
.hvr-grow:hover {
    transform: scale(1.05);
}

/* Newsletter */
.newsletter {
    background-color: var(--white-wise);
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.newsletter-form .form-control {
    border-radius: 8px 0 0 8px;
    border: 1px solid var(--gray-wise);
    padding: 0.75rem 1rem;
    font-size: 1rem;
}

.newsletter-form .btn {
    border-radius: 0 8px 8px 0;
    padding: 0.75rem 1.5rem;
}

.newsletter-form .form-control:focus {
    box-shadow: none;
    border-color: var(--red-wise);
}

/* Botão Voltar ao Topo */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--red-wise);
    color: white;
    border: none;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    box-shadow: var(--shadow-md);
    transition: all var(--transition-normal);
    z-index: 1000;
}

.back-to-top:hover {
    background-color: var(--red-wise-dark);
    transform: translateY(-3px);
}

.back-to-top.visible {
    display: flex;
}

/* Animação do botão */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.back-to-top.visible {
    animation: fadeIn 0.3s ease-in-out;
}

/*=============================================
=    Css Negative Margins For Bootstrap v5    =
=============================================*/
/*---------- SECTION Margins  ----------*/

/* ANCHOR negative m */
.m-n1 {
    margin: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

/* end negative m */

/* ANCHOR negative mx */
.mx-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
}

.mx-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
}

.mx-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
}

.mx-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
}

.mx-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
}

/* end negative mx */

/* ANCHOR negative my */
.my-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
}

.my-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
}

.my-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
}

.my-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
}

.my-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
}

/* end negative my */

/* ANCHOR negative mt */
.mt-n1 {
    margin-top: -0.25rem !important;
}

.mt-n2 {
    margin-top: -0.5rem !important;
}

.mt-n3 {
    margin-top: -1rem !important;
}

.mt-n4 {
    margin-top: -1.5rem !important;
}

.mt-n5 {
    margin-top: -3rem !important;
}

/* end negative mt */

/* ANCHOR negative me */
.me-n1 {
    margin-right: -0.25rem !important;
}

.me-n2 {
    margin-right: -0.5rem !important;
}

.me-n3 {
    margin-right: -1rem !important;
}

.me-n4 {
    margin-right: -1.5rem !important;
}

.me-n5 {
    margin-right: -3rem !important;
}

/* end negative me */

/* ANCHOR negative mb */
.mb-n1 {
    margin-bottom: -0.25rem !important;
}

.mb-n2 {
    margin-bottom: -0.5rem !important;
}

.mb-n3 {
    margin-bottom: -1rem !important;
}

.mb-n4 {
    margin-bottom: -1.5rem !important;
}

.mb-n5 {
    margin-bottom: -3rem !important;
}

/* end negative mb */

/* ANCHOR negative ms */
.ms-n1 {
    margin-left: -0.25rem !important;
}

.ms-n2 {
    margin-left: -0.5rem !important;
}

.ms-n3 {
    margin-left: -1rem !important;
}

.ms-n4 {
    margin-left: -1.5rem !important;
}

.ms-n5 {
    margin-left: -3rem !important;
}

/* end negative ms */

/*----------  !SECTION  ----------*/

/*----------  SECTION MIN 576 - SM  ----------*/
@media (min-width: 576px) {

    /* ANCHOR negative m-sm */
    .m-sm-n1 {
        margin: -0.25rem !important;
    }

    .m-sm-n2 {
        margin: -0.5rem !important;
    }

    .m-sm-n3 {
        margin: -1rem !important;
    }

    .m-sm-n4 {
        margin: -1.5rem !important;
    }

    .m-sm-n5 {
        margin: -3rem !important;
    }

    /* end negative m-sm */

    /* ANCHOR negative mx-sm */
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important;
    }

    .mx-sm-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important;
    }

    .mx-sm-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important;
    }

    .mx-sm-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important;
    }

    .mx-sm-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important;
    }

    /* end negative mx-sm */

    /* ANCHOR negative my-sm */
    .my-sm-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }

    .my-sm-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }

    .my-sm-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }

    .my-sm-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }

    .my-sm-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }

    /* end negative my-sm */

    /* ANCHOR negative mt-sm */
    .mt-sm-n1 {
        margin-top: -0.25rem !important;
    }

    .mt-sm-n2 {
        margin-top: -0.5rem !important;
    }

    .mt-sm-n3 {
        margin-top: -1rem !important;
    }

    .mt-sm-n4 {
        margin-top: -1.5rem !important;
    }

    .mt-sm-n5 {
        margin-top: -3rem !important;
    }

    /* end negative mt-sm */

    /* ANCHOR negative me-sm */
    .me-sm-n1 {
        margin-right: -0.25rem !important;
    }

    .me-sm-n2 {
        margin-right: -0.5rem !important;
    }

    .me-sm-n3 {
        margin-right: -1rem !important;
    }

    .me-sm-n4 {
        margin-right: - 1.5rem !important;
    }

    .me-sm-n5 {
        margin-right: -3rem !important;
    }

    /* end negative me-sm */

    /* ANCHOR negative mb-sm */
    .mb-sm-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-sm-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-sm-n3 {
        margin-right: -1rem !important;
    }

    .mb-sm-n4 {
        margin-right: - 1.5rem !important;
    }

    .mb-sm-n5 {
        margin-right: -3rem !important;
    }

    /* end negative mb-sm */

    /* ANCHOR negative ms-sm */
    .ms-sm-n1 {
        margin-left: -0.25rem !important;
    }

    .ms-sm-n2 {
        margin-left: -0.5rem !important;
    }

    .ms-sm-n3 {
        margin-left: -1rem !important;
    }

    .ms-sm-n4 {
        margin-left: -1.5rem !important;
    }

    .ms-sm-n5 {
        margin-left: -3rem !important;
    }

    /* end negative ms-sm */

}

/*----------  !SECTION  ----------*/
/*----------  SECTION MIN 768 - MD  ----------*/
@media (min-width: 768px) {

    /* ANCHOR negative m-md */
    .m-md-n1 {
        margin: -0.25rem !important;
    }

    .m-md-n2 {
        margin: -0.5rem !important;
    }

    .m-md-n3 {
        margin: -1rem !important;
    }

    .m-md-n4 {
        margin: -1.5rem !important;
    }

    .m-md-n5 {
        margin: -3rem !important;
    }

    /* end negative m-md */

    /* ANCHOR negative mx-md */
    .mx-md-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important;
    }

    .mx-md-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important;
    }

    .mx-md-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important;
    }

    .mx-md-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important;
    }

    .mx-md-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important;
    }

    /* end negative mx-md */

    /* ANCHOR negative my-md */
    .my-md-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }

    .my-md-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }

    .my-md-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }

    .my-md-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }

    .my-md-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }

    /* end negative my-md */

    /* ANCHOR negative mt-md */
    .mt-md-n1 {
        margin-top: -0.25rem !important;
    }

    .mt-md-n2 {
        margin-top: -0.5rem !important;
    }

    .mt-md-n3 {
        margin-top: -1rem !important;
    }

    .mt-md-n4 {
        margin-top: -1.5rem !important;
    }

    .mt-md-n5 {
        margin-top: -3rem !important;
    }

    /* end negative mt-md */

    /* ANCHOR negative me-md */
    .me-md-n1 {
        margin-right: -0.25rem !important;
    }

    .me-md-n2 {
        margin-right: -0.5rem !important;
    }

    .me-md-n3 {
        margin-right: -1rem !important;
    }

    .me-md-n4 {
        margin-right: -1.5rem !important;
    }

    .me-md-n5 {
        margin-right: -3rem !important;
    }

    /* end negative me-md */

    /* ANCHOR negative mb-md */
    .mb-md-n1 {
        margin-bottom: -0.25rem !important;
    }

    .mb-md-n2 {
        margin-bottom: -0.5rem !important;
    }

    .mb-md-n3 {
        margin-bottom: -1rem !important;
    }

    .mb-md-n4 {
        margin-bottom: -1.5rem !important;
    }

    .mb-md-n5 {
        margin-bottom: -3rem !important;
    }

    /* end negative mb-md */

    /* ANCHOR negative ms-md */
    .ms-md-n1 {
        margin-left: -0.25rem !important;
    }

    .ms-md-n2 {
        margin-left: -0.5rem !important;
    }

    .ms-md-n3 {
        margin-left: -1rem !important;
    }

    .ms-md-n4 {
        margin-left: -1.5rem !important;
    }

    .ms-md-n5 {
        margin-left: -3rem !important;
    }

    /* end negative ms-md */
}

/*----------  !SECTION  ----------*/

/*----------  SECTION MIN 992 - LG  ----------*/
@media (min-width: 992px) {

    /* ANCHOR negative m-lg */
    .m-lg-n1 {
        margin: -0.25rem !important;
    }

    .m-lg-n2 {
        margin: -0.5rem !important;
    }

    .m-lg-n3 {
        margin: -1rem !important;
    }

    .m-lg-n4 {
        margin: -1.5rem !important;
    }

    .m-lg-n5 {
        margin: -3rem !important;
    }

    /* end negative m-lg */

    /* ANCHOR negative mx-lg */
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important;
    }

    .mx-lg-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important;
    }

    .mx-lg-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important;
    }

    .mx-lg-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important;
    }

    .mx-lg-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important;
    }

    /* end negative mx-lg */

    /* ANCHOR negative my-lg */
    .my-lg-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }

    .my-lg-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }

    .my-lg-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }

    .my-lg-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }

    .my-lg-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }

    /* end negative my-lg */

    /* ANCHOR negative mt-lg */
    .mt-lg-n1 {
        margin-top: -0.25rem !important;
    }

    .mt-lg-n2 {
        margin-top: -0.5rem !important;
    }

    .mt-lg-n3 {
        margin-top: -1rem !important;
    }

    .mt-lg-n4 {
        margin-top: -1.5rem !important;
    }

    .mt-lg-n5 {
        margin-top: -3rem !important;
    }

    /* end negative mt-lg */

    /* ANCHOR negative me-lg */
    .me-lg-n1 {
        margin-right: -0.25rem !important;
    }

    .me-lg-n2 {
        margin-right: -0.5rem !important;
    }

    .me-lg-n3 {
        margin-right: -1rem !important;
    }

    .me-lg-n4 {
        margin-right: -1.5rem !important;
    }

    .me-lg-n5 {
        margin-right: -3rem !important;
    }

    /* end negative mx-lg */

    /* ANCHOR negative mb-lg */
    .mb-lg-n1 {
        margin-bottom: -0.25rem !important;
    }

    .mb-lg-n2 {
        margin-bottom: -0.5rem !important;
    }

    .mb-lg-n3 {
        margin-bottom: -1rem !important;
    }

    .mb-lg-n4 {
        margin-bottom: -1.5rem !important;
    }

    .mb-lg-n5 {
        margin-bottom: -3rem !important;
    }

    /* end negative mb-lg */

    /* ANCHOR negative ms-lg */
    .ms-lg-n1 {
        margin-left: -0.25rem !important;
    }

    .ms-lg-n2 {
        margin-left: -0.5rem !important;
    }

    .ms-lg-n3 {
        margin-left: -1rem !important;
    }

    .ms-lg-n4 {
        margin-left: -1.5rem !important;
    }

    .ms-lg-n5 {
        margin-left: -3rem !important;
    }

    /* end negative ms-lg */

}

/*----------  !SECTION  ----------*/

/*----------  SECTION MIN 1200 - XL  ----------*/
@media (min-width: 1200px) {

    /* ANCHOR negative m-lg */
    .m-lg-n1 {
        margin: -0.25rem !important;
    }

    .m-lg-n2 {
        margin: -0.5rem !important;
    }

    .m-lg-n3 {
        margin: -1rem !important;
    }

    .m-lg-n4 {
        margin: -1.5rem !important;
    }

    .m-lg-n5 {
        margin: -3rem !important;
    }

    /* end negative m-lg */

    /* ANCHOR negative mx-lg */
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important;
    }

    .mx-lg-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important;
    }

    .mx-lg-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important;
    }

    .mx-lg-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important;
    }

    .mx-lg-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important;
    }

    /* end negative mx-lg */

    /* ANCHOR negative my-lg */
    .my-lg-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }

    .my-lg-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }

    .my-lg-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }

    .my-lg-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }

    .my-lg-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }

    /* end negative my-lg */

    /* ANCHOR negative mt-lg */
    .mt-lg-n1 {
        margin-top: -0.25rem !important;
    }

    .mt-lg-n2 {
        margin-top: -0.5rem !important;
    }

    .mt-lg-n3 {
        margin-top: -1rem !important;
    }

    .mt-lg-n4 {
        margin-top: -1.5rem !important;
    }

    .mt-lg-n5 {
        margin-top: -3rem !important;
    }

    /* end negative mt-lg */

    /* ANCHOR negative me-lg */
    .me-lg-n1 {
        margin-right: -0.25rem !important;
    }

    .me-lg-n2 {
        margin-right: -0.5rem !important;
    }

    .me-lg-n3 {
        margin-right: -1rem !important;
    }

    .me-lg-n4 {
        margin-right: -1.5rem !important;
    }

    .me-lg-n5 {
        margin-right: -3rem !important;
    }

    /* end negative mx-lg */

    /* ANCHOR negative mb-lg */
    .mb-lg-n1 {
        margin-bottom: -0.25rem !important;
    }

    .mb-lg-n2 {
        margin-bottom: -0.5rem !important;
    }

    .mb-lg-n3 {
        margin-bottom: -1rem !important;
    }

    .mb-lg-n4 {
        margin-bottom: -1.5rem !important;
    }

    .mb-lg-n5 {
        margin-bottom: -3rem !important;
    }

    /* end negative mb-lg */

    /* ANCHOR negative ms-lg */
    .ms-lg-n1 {
        margin-left: -0.25rem !important;
    }

    .ms-lg-n2 {
        margin-left: -0.5rem !important;
    }

    .ms-lg-n3 {
        margin-left: -1rem !important;
    }

    .ms-lg-n4 {
        margin-left: -1.5rem !important;
    }

    .ms-lg-n5 {
        margin-left: -3rem !important;
    }

    /* end negative ms-lg */

}

/*----------  !SECTION  ----------*/

/*----------  SECTION MIN 1400 - XXL  ----------*/
@media (min-width: 1400px) {

    /* ANCHOR negative m-xxl */
    .m-xxl-n1 {
        margin: -0.25rem !important;
    }

    .m-xxl-n2 {
        margin: -0.5rem !important;
    }

    .m-xxl-n3 {
        margin: -1rem !important;
    }

    .m-xxl-n4 {
        margin: -1.5rem !important;
    }

    .m-xxl-n5 {
        margin: -3rem !important;
    }

    /* end negative m-xxl */

    /* ANCHOR negative mx-xxl */
    .mx-xxl-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important;
    }

    .mx-xxl-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important;
    }

    .mx-xxl-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important;
    }

    .mx-xxl-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important;
    }

    .mx-xxl-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important;
    }

    /* end negative mx-xxl */

    /* ANCHOR negative my-xxl */
    .my-xxl-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }

    .my-xxl-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }

    .my-xxl-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }

    .my-xxl-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }

    .my-xxl-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }

    /* end negative my-xxl */

    /* ANCHOR negative mt-xxl */
    .mt-xxl-n1 {
        margin-top: -0.25rem !important;
    }

    .mt-xxl-n2 {
        margin-top: -0.5rem !important;
    }

    .mt-xxl-n3 {
        margin-top: -1rem !important;
    }

    .mt-xxl-n4 {
        margin-top: -1.5rem !important;
    }

    .mt-xxl-n5 {
        margin-top: -3rem !important;
    }

    /* end negative mt-xxl */

    /* ANCHOR negative me-xxl */
    .me-xxl-n1 {
        margin-right: -0.25rem !important;
    }

    .me-xxl-n2 {
        margin-right: -0.5rem !important;
    }

    .me-xxl-n3 {
        margin-right: -1rem !important;
    }

    .me-xxl-n4 {
        margin-right: -1.5rem !important;
    }

    .me-xxl-n5 {
        margin-right: -3rem !important;
    }

    /* end negative me-xxl */

    /* ANCHOR negative mb-xxl */
    .mb-xxl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .mb-xxl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .mb-xxl-n3 {
        margin-bottom: -1rem !important;
    }

    .mb-xxl-n4 {
        margin-bottom: -1.5rem !important;
    }

    .mb-xxl-n5 {
        margin-bottom: -3rem !important;
    }

    /* end negative mb-xxl */

    /* ANCHOR negative ms-xxl */
    .ms-xxl-n1 {
        margin-left: -0.25rem !important;
    }

    .ms-xxl-n2 {
        margin-left: -0.5rem !important;
    }

    .ms-xxl-n3 {
        margin-left: -1rem !important;
    }

    .ms-xxl-n4 {
        margin-left: -1.5rem !important;
    }

    .ms-xxl-n5 {
        margin-left: -3rem !important;
    }

    /* end negative ms-xxl */
}

/*----------  !SECTION  ----------*/

/* Mapa Interativo */
.mapa-interativo {
    background-color: var(--white-wise);
    position: relative;
}

.mapa-container {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: var(--shadow-md);
    transition: transform var(--transition-normal);
}

.mapa-container:hover {
    transform: translateY(-5px);
}

.mapa-frame {
    border-radius: 12px;
    transition: all var(--transition-normal);
}

.mapa-frame:hover {
    filter: brightness(1.1);
}

/* Responsividade do Mapa */
@media (max-width: 768px) {
    .mapa-frame {
        height: 300px;
    }
}

@media (max-width: 576px) {
    .mapa-frame {
        height: 250px;
    }
}