/* Bloco do background da home */
#home-bl1.home-bl1-bg {
	background-image: url('https://carvalhoemarcon.markcom.dev.br/wp-content/uploads/2025/04/bg.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 100vh;
	display: flex;
	align-items: center;
}

.home-bl1-content {
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.main-logo {
	max-width: 100%;
	width: 700px;
	height: auto;
}

/* Bloco inferior com ícones */
#home-bl2 {
	position: fixed;
	bottom: 8%;
	width: 100%;
	padding: 10px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

/* Container dos ícones */
.icon-container {
	display: flex;
	align-items: center;
	gap: 12px;
}

/* Ícones */
.footer-icon {
	width: 40px;
	height: auto;
}

/* Separadores verticais */
.separator {
	width: 1px;
	height: 40px;
	background-color: #fff;
	margin: 0 10px;
}

/* Efeito de hover */
.icon-container a:hover .footer-icon {
	transform: scale(1.2);
}


#header {
	display: none !important;
}

.top-right-logo {
	position: fixed;
    padding: 20px;
    right: 52px;
    top: 29px;
    z-index: 9999;
    width: 120px;
}

.top-right-logo img {
    width: 100%;
    height: auto;
}



@media (max-width: 1599.5px) {
	.main-logo {
		width: 700px;
	}
}

/* Até 1399.5px */
@media (max-width: 1399.5px) {
	.main-logo {
		width: 520px;
	}
	.footer-icon {
		width: 36px;
	}
	.separator {
		height: 36px;
	}
}

/* Até 1199.5px */
@media (max-width: 1199.5px) {
	.main-logo {
		width: 460px;
	}
	.footer-icon {
		width: 34px;
	}
	.separator {
		height: 34px;
	}
}

/* Até 991.5px */
@media (max-width: 991.5px) {
  
    .home-bl1 {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 100vh; 
        width: 100%;
    }

 
    .home-bl1-content {
        background-image: url('https://carvalhoemarcon.markcom.dev.br/wp-content/uploads/2025/04/main-mobile.svg');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        width: 265px;
        height: 150px;
       
        margin: 0; 
    }

    /* Manter outros ajustes */
    .main-logo {
        display: none;
    }
    .footer-icon {
        width: 32px;
    }
    .separator {
        height: 32px;
        margin: 0 8px;
    }

	.top-right-logo {
        width: 120px; 
        right: 15px;
        top: 15px;
    }
}

/* Até 767.5px */
@media (max-width: 767.5px) {
	.main-logo {
		width: 300px;
	}
	.footer-icon {
		width: 28px;
	}
	.separator {
		height: 28px;
		margin: 0 6px;
	}

    .home-bl1-content{
    
        width: 225px;
    }
}

/* Até 575.5px */
@media (max-width: 575.5px) {
	.main-logo {
		width: 220px;
	}
	.footer-icon {
		width: 24px;
	}
	.separator {
		height: 24px;
		margin: 0 5px;
	}
	.icon-container {
		gap: 10px;
	}

    .home-bl1-content{
        
        width: 200px;
    }

	.top-right-logo {
        width: 100px; 
        right: 10px;
        top: 10px;
    }
}
