/* HEADER */
.sp-page-title .sp-page-title-heading {
    line-height: 1;
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.sp-page-title {
    padding: 200px 0;
    background-position: 50% 50%;
    background: linear-gradient(rgba(0,0,0,0.65),rgba(0,0,0,0.25));
	text-shadow:0 1px 3px rgba(0,0,0,.8),0 2px 10px rgba(0,0,0,.6);
	text-transform: uppercase;
}


.sp-page-title .sp-page-title-sub-heading {
    font-size: 35px;
    font-weight: 500;
    line-height: 1;
    text-shadow:0 1px 3px rgba(0,0,0,.8),0 2px 10px rgba(0,0,0,.6);
    margin-top: 30px;
    max-width: 600px;
    line-height: 40px;
}

/* MENU */
#sp-menu.menu-center .sp-megamenu-wrapper {
    justify-content: right;
}

.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    display: inline-block;
    padding: 0 15px;
    line-height: 80px;
    font-size: 16px;
	font-weight:400;
    margin: 0;
	text-transform: uppercase;

}

.burger-icon>span {
    height: 3px;
}


#sp-menu ul.social-icons a {
    color: #000000;
}

.header-sticky #sp-menu ul.social-icons a {
    color: #000000;
}

ul.lang-inline {
    display: flex;
	gap:15px;
	color:#FFFFFF;
}

/* Desktop */
@media (min-width: 1200px) {
	#sp-menu .sp-megamenu-parent {
        display: flex !important;
    }

    #offcanvas-toggler {
        display: none !important;
    }
}

/* Tablet / Desktop pequeno */
@media (max-width: 1199px) {
	#sp-menu .sp-megamenu-parent {
			display: none !important;
		}

		#offcanvas-toggler {
			display: flex !important;
		}
}

@media screen and (orientation: landscape) and (max-width: 991px) {
    body::before {
        content: "Por favor, rode o dispositivo para a posição vertical.";
        position: fixed;
        inset: 0;
        z-index: 999999;
        background: #000;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 30px;
        font-size: 20px;
    }

    body > * {
        visibility: hidden;
    }
}

/* Tablet */
@media (max-width: 991px) {

}

/* Mobile */
@media (max-width: 767px) {
    #sp-header {
        height: 50px;
    }
}

/* Mobile pequeno */
@media (max-width: 575px) {
	#sp-header {
        height: 50px;
    }
}
