
@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&family=Marcellus&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Marcellus", serif;
	color:#fff;
}

.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

header {
    background-color: #0f2122;
    color: #fff;
	position: fixed;
    width: -webkit-fill-available;
    z-index: 999;	
}

.logo {
    max-height: 50px;
}

nav {
    position: relative;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 0;
}

nav ul li a {
    color: #fff;
    text-decoration: none;
    padding: 10px 10px;
	font-size:14px;
}

nav ul li a:hover {
    background-color: #555;
}

.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}

.hamburger .bar {
    width: 25px;
    height: 3px;
    background-color: #fff;
    transition: all 0.3s;
}

.header-contact {
	
}

.header-contact-img {
	float:left;
}
	.header-contact-img img {
		width:44px;
		margin:0 15px 0 0;
	}
	
.header-contact-text {
	float:left;
	font-size: 13px;
}
	.header-contact-text span {
		font-size: 17px;
		color: #cd8c2f;		
	}
	
.header-contact-separator {
	float:left;
	height:50px;
	width:20px;
}


.hero {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-image: url('../images/capa-01-bg.jpg');
    background-size: cover;
    background-position: center;
	top:-125px;
}

.hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(13, 30, 30, 0.1);*/
}

.hero .hero-content {
    position: relative;
    color: #fff;
    text-align: center;
	top: 345px;
}

.hero .hero-content .hero-content-img {
    position: relative;
	width:450px;
	height: 579px;
    background-image: url('../images/paulo-foto-capa.png');
    background-size: cover;
    background-position: center;
	margin: 0 auto;
	display:none;
}

.hero .hero-content h1 {
    font-size: 3em;
	position:relative;
	top:-80px;
	letter-spacing: 1px;
}

.hero .hero-content p {
    font-size: 1.2em;
	font-style: italic;
    margin: 20px 0;
	position:relative;
	top:-80px;
}

.hero .hero-content button {
    background-color: #ff6600;
    color: #fff;
    border: none;
	padding: 15px 34px;
    cursor: pointer;
    font-size: 20px;
    letter-spacing: 1px;
	position:relative;
    top: -70px;
    border-radius: 5px;
	font-family: "Marcellus", serif;
}

.hero .hero-content button:hover {
    background-color: #ff8533;
}

main {
    padding: 0;
}

main section {
    margin-bottom: 0;
}

footer {
    background-color: #333;
    color: #fff;
    padding: 20px;
	position: relative;
    top: -642px;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    margin:0 auto;
	max-width:1200px;
	padding: 30px 0;
}
	.footer-container span{
		position:relative;
		top:8px;
		color:#f9a730;
	}

.footer-column {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-column-1 {
    width: 35%;
	margin:0 40px 0 0;
}

.footer-column-2 {
    width: 35%;
}

.footer-column-3 {
    width: 30%;
}

.footer-column div {
    /*background-color: #444;*/
    padding:0 10px;
}

.footer-copyright {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    border-top: 1px solid #555;
}

.footer-copyright-client {
    font-size: 13px;
}

.footer-copyright-dev {
    font-size: 12px;
}
	.footer-copyright-dev img{
		width: 90px;
		position: relative;
		top: 5px;
	}

.footer-text-desc {
    font-family: "Karla", sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 200;
	line-height: 1.4;
}

.footer-column-title {
	padding: 75px 0 30px 0;
    color: #f9a730;
    font-size: 22px;
    text-transform: capitalize
}

.footer-main-tel {
    color: #bdbdbd;
    font-size: 28px;
    text-transform: capitalize;
}

.footer-tel-desc {
    color: #bdbdbd;
    font-size: 13px;
    margin: 0px 0 10px 0px;
}

.footer-responsability{
	font-size:14px;
	font-style:italic;
	letter-spacing: 1px;
}

.footer-sub-title {
	color: #fff;
	font-size: 14px;
}

.footer-day {
	font-size:13px;
}

.footer-adress{
	font-size:13px;
}

.footer-sub-title-fax {
	color: #fff;
	font-size: 14px;
	margin: 10px 0 0 0;
}

.footer-fax{
	font-size:13px;
	margin: -12px 0 0 0;
}

.footer-sub-title-email {
	color: #fff;
	font-size: 14px;
	margin: 10px 0 0 0;
}

.footer-email{
	font-size:13px;
	margin: -13px 0 0 0;
}



#home {
    height:910px;
}

#about {
    display: table;
    width: 100%;
    background-color: #001818;
    height: 780px;
    padding: 30px 0 95px 0;
	position: relative;
    top: -125px;
}

.about-area {
    margin:0 auto;
	max-width:1200px;
	padding:70px 0;
}

.about-area-title {
    margin: 0 auto;
    font-size: 38px;
    color: #f9a730;
    text-align: center;
    text-transform: uppercase;
    padding: 0 0 50px 0;
}

.about-area-left {
	float:left;
	width:51%;
}
	.about-area-left img{
		width:100%;
	}

.about-area-middle {
	float:left;
	width:2%;
	height:250px;
}

.about-area-right {
	float:left;
	width:43%;
}

.about-area-right-title {
	font-size:28px;
	color:#f9a730;
}

.about-area-right-subtitle {
	font-size:45px;
	color:#fff;
	padding: 25px 0;
}

.about-area-right-description {
	font-size:18px;
	color:#fff;
	font-family: "Karla", sans-serif;
	padding: 0 0 25px 0;
	line-height: 1.3;
}

.about-area-right-especialty {
	font-size:20px;
	color:#fff;
	padding: 12px 0;
}
	.about-area-right-especialty span {
		font-size: 20px;
		color: #fff;
		background-color: #f9a730;
		padding: 5px 7px;
		margin: 0 25px 0 0;
	}


#services {
	background-image:url(../images/law-and-authority-bg.jpg);
	background-attachment: fixed;
    background-size: cover; /* Para garantir que a imagem cobre toda a div */
    background-position: center; /* Centraliza a imagem */
    width: 100%;
    height: 130vh; /* Altura da div é igual à altura da tela */
	position: relative;
    top: -125px;
}

.services-area {
    margin:0 auto;
	max-width:1200px;
	padding:80px 0;
	height:910px;
}

.services-title {
    margin:0 auto;
	text-align:center;
	font-size: 40px;
    line-height: 1.4em;
	padding: 0 0 45px 0;
}

.services-left {
	float:left;
	width:40%;
    position: relative;
	top: 50px;
    left: -13px;
}

.services-left-box {
	display: table;
    width: 100%;
	margin: 70px 0;
	z-index: 9;
    position: relative;
}

.services-left-box-info {
	float:left;
	width:75%;
}

.services-left-box-info-title {
	font-size:23px;
	color:#f9a730;
	text-align:right;
	margin: 0 0 15px 0;
}

.services-left-box-info-desc {
	font-size:18px;
	font-family: "Karla", sans-serif;
	text-align:right;
	line-height: 1.4;
}

.services-left-box-img {
	float:left;
	width: 17%;
    background-color: #f9a730;
    margin: 0 0 0 30px;
    padding: 10px;	
}

.services-middle {
    margin:0 auto;
	background-image:url(../images/bronze-statuette.jpg);
	height: 652px;
    background-size: cover; /* Para garantir que a imagem cobre toda a div */
    background-position: center; /* Centraliza a imagem */
	width: 369px;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.services-right {
	float:right;
	width:40%;
    position: relative;
    top: -600px;
    left: 20px;
}

.services-right-box {
	display: table;
    width: 100%;
	margin: 70px 0;
}

.services-right-box-info {
	float:left;
	width:75%;
}

.services-right-box-info-title {
	font-size:23px;
	color:#f9a730;
	text-align:left;
	margin: 0 0 15px 0;
}

.services-right-box-info-desc {
	font-size:18px;
	font-family: "Karla", sans-serif;
	text-align:left;
	line-height: 1.4;
}

.services-right-box-img {
	float:left;
	width: 17%;
    background-color: #f9a730;
    margin: 0 30px 0 0;
    padding: 10px;	
}



/*MORADA*/
#morada {
    display: table;
    width: 100%;
    position: relative;
    top: -640px;
    padding: 98px 0 0 0;
}

.morada-slide {
    margin: 0 auto;
    max-width: 1200px;
    height: 500px; /* Altura do slide */
    position: relative;
    overflow: hidden;
	background-position: center;
}

.morada-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 1s ease-in-out;
}

.morada-slide.active::before {
    transform: translateX(-100%);
}




/* MAPA DO GOOGLE */
.google-maps-area {
    width:100%;
}
.google-maps-title {
    color: #363636;
    font-size: 36px;
    line-height: 1;
    text-transform: capitalize;
    text-align: center;
}
	.google-maps-decorative-line {
		width: 100px;
		border-top: 1px solid #d8ae76;
		padding: 35px 0 0 0;
		margin:0 auto;
		
	}
		iframe {
			width: 100%;
			height: 460px;
			border: 0; /* Remove bordas padrão do iframe */
		}


/* CONTACTO */
#contact {
	background-image:url(../images/law-and-authority-bg.jpg);
	background-attachment: fixed;
    background-size: cover; /* Para garantir que a imagem cobre toda a div */
    background-position: center; /* Centraliza a imagem */
    width: 100%;
    height: 100vh; /* Altura da div é igual à altura da tela */
	display: table;
    position: relative;
    top: -642px;
    padding: 98px 0 0 0;
}

.contact-title{
    color: #fff;
    font-size: 36px;
    line-height: 1;
    text-transform: capitalize;
    text-align: center;
}

.contact-area {
    margin:0 auto;
	max-width:1200px;
	padding:70px 0;
	height:776px;
}

.contact-img-area {
	float:left;
	background-image:url(../images/judgment-gavel-hammer-bg.jpg);
	background-size: cover;
	width:585px;
	height:570px;
	margin: 0 50px 0 0;
	border-radius: 10px;
}

.contact-form-area {
	float:left;
	width:35%;
}

.contact-form-title{
	font-size:32px;
	color:#fff;
	margin: 0 0 25px 0;
}

.contact-form-content {
}

.contact-form-content-name {
	float:left;
	margin:0 4% 0 0;
}
	.contact-form-content-name input[type=text]{
		color: #999999;
		font-size: 14px;
		font-weight: 400;
		line-height: 45px;
		height: 45px;
		border: 1px solid #cbcbcb;
		padding-left: 24px;
		margin-bottom: 30px;
		position: relative;
		border-radius: 6px;
		width:100%;
	}

.contact-form-content-surname {
	float:left;
}
	.contact-form-content-surname input[type=text]{
		color: #999999;
		font-size: 14px;
		line-height: 45px;
		height: 45px;
		border: 1px solid #cbcbcb;
		padding-left: 24px;
		margin-bottom: 30px;
		position: relative;
		border-radius: 6px;
		width:100%;
	}

.contact-form-content-email {
}
	.contact-form-content-email input[type=text]{
		color: #999999;
		font-size: 14px;
		line-height: 45px;
		height: 45px;
		border: 1px solid #cbcbcb;
		padding-left: 24px;
		margin-bottom: 30px;
		position: relative;
		border-radius: 6px;
		width:100%;
	}

.contact-form-content-msg {
}
	.contact-form-content-msg textarea {
		color: #999999;
		font-size: 14px;
		line-height: 45px;
		height: 45px;
		border: 1px solid #cbcbcb;
		padding-left: 24px;
		margin-bottom: 30px;
		position: relative;
		border-radius: 6px;
		width:100%;
		height: 120px;
	}

.contact-form-content-btn {
}
	.contact-form-content-btn input[type=submit] {
		font-family: "Marcellus", serif;
		background-color:#f9a730;
		color:#fff;
		position: relative;
		z-index: 2;
		font-size: 16px;
		text-transform: uppercase;
		text-align: center;
		padding: 0;
		line-height: 53px;
		letter-spacing:1px;
		width: 210px;
		height: 53px;
		border:none;
		border-radius: 5px;		
	}







/* Responsiveness */
@media (max-width: 768px) {
	nav ul {
		display: none;
		flex-direction: column;
		background-color: #333;
		position: absolute;
		top: 31px;
        left: -120px;
        padding: 19px 0;
        width: 165px;
        text-align: right;
		gap: 14px;
	}
		
    nav ul.menu-active {
        display: flex;
        animation: bounceInDown 0.5s both;
    }

    nav ul.menu-inactive {
        animation: bounceOutUp 0.5s both;
    }

    @keyframes bounceInDown {
        0% {
            opacity: 0;
            transform: translateY(-2000px);
        }
        60% {
            opacity: 1;
            transform: translateY(30px);
        }
        80% {
            transform: translateY(-10px);
        }
        100% {
            transform: translateY(0);
        }
    }

    @keyframes bounceOutUp {
        20% {
            transform: translateY(-10px);
        }
        40%, 45% {
            opacity: 1;
            transform: translateY(20px);
        }
        100% {
            opacity: 0;
            transform: translateY(-2000px);
        }
    }

    .hamburger {
        display: flex;
    }

    .hamburger.open .bar:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .hamburger.open .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger.open .bar:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -5px);
    }
	
	/*CONTATO DO TOPO*/
	.header-contact {
		display:none;
	}	
	
	
	/*CAPA - HERO*/
	.hero {
		background-size: auto;
	}
	
	.hero .hero-content .hero-content-img {
		top: 76px;
		width: 363px;
	}	
	
	.hero .hero-content h1 {
		top: -90px;
	}	
	
	.hero .hero-content p {
		top: -90px;
	}	
	
	.hero .hero-content button {
		top: -95px;
	}	
	
	
	
	
	/*ABOUT*/
	.about-area{
		padding:20px;
	}
	
	.about-area-left {
		float:none;
		width:100%;
		padding:30px 0 30px 0;
	}
	
	.about-area-middle {
		display:none;
	}
	
	.about-area-right {
		float:none;
		width:100%;
	}
	
	.about-area-right-subtitle {
		font-size: 38px;
	}
		
	.about-area-right-especialty {
		font-size: 19px;
	}

	.about-area-right-description {
		font-size: 16px;
		line-height: 1.3;
		text-align: left;
	}
	
	/*SERVICES*/
	#services {
		height: 240vh;
	}	
	
	.services-area {
		 height: auto; 
	}
	
	.services-left {
		 float: none; 
		 width: auto; 
		 position: static; 
	}
	
	.services-left-box-info {
		width: 67%;
	}
	
	.services-left-box-img {
		width: 22%;
	}
	
	
	.services-middle {
		width: 320px;
	}	
	
	.services-right {
		 float: none; 
		 width: auto; 
		 position: static; 
	}
	
	.services-right-box-info {
		width: 67%;
	}
	
	.services-right-box-img {
		width: 22%;
	}
	
	/*MORADA*/
	#morada {
		top: 0 !important;
	}	
	
	
	
	/*CONTACTO*/
	#contact {
		top: 0 !important;
	}
	
	.contact-area {
		height: 1000px;
	}
	
	.contact-img-area {
		float: none;
		background-size: cover;
		width: 362px;
		height: 395px;
		margin: 0 0 50px 0;
	}	
	
	.contact-form-area {
		float: none;
		width: auto;
		padding: 0 10px;
	}	
	
	.contact-form-content-name {
		float: left;
		margin: 0 4% 0 0;
		width: 48%;
	}	
	
	.contact-form-content-surname {
		float: left;
		width: 48%;
	}	
	
	footer {
		position: relative;
		top: 0 !important;
		padding: 40px 8px;
	}

	.footer-container {
		display: contents !important;
	}

	.footer-column {
		display: table;
	}
	
	.footer-column-1 {
		width: auto; 
	}
	
	.footer-column-2 {
		width: auto; 
		margin: 45px 0;
	}
	
	.footer-column-3 {
		width: auto; 
	}

	.footer-text-desc {
		width: 115%;
		font-size: 15px;
	}
	
	.footer-responsability {
		margin: 10px 0 0 0;
	}
	
	.footer-day {
		margin: 10px 0;
	}	
	
	.footer-sub-title {
		margin: 10px 0;
	}	
	
	.footer-sub-title-fax {
		margin: 25px 0 8px 0;
	}
	
	.footer-sub-title-email {
		margin: 20px 0 8px 0;
	}		
	
	.footer-copyright-client {
		font-size: 12px;
		margin: 0 0 8px 0;
	}
	
	.footer-copyright {
		display: table;
		margin: 45px 0 0 0;
	}





}
