/*
Theme Name: DLW Agencia de Marketing
Theme URI: https://dlw.dev.br
Author: DLW Agencia de Marketing
Author URI: https://dlw.dev.br
Description: Site de Agência de Marketing
Requires at least: 6.7
Tested up to: 6.9
Requires PHP: 7.2
Version: 1.4
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/



html, body{
	margin:0px;
	padding: 0px;
	font-family: "Raleway";
	width: 100%;
}
h1, h2, h3, h4, h5, h6{
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
}
h1{
	font-size: 2.4rem;
	line-height: 2.4rem;
}
h2{
	font-size:2rem;
	line-height: 2rem;
}
h3{
	font-size:1.8rem;
	line-height: 1.8rem;
}
h4{
	font-size:1.4rem;
	line-height: 1.4rem;
}
h5{
	font-size: 1.2rem;
	line-height: 1.2rem;
}
h6{
	font-size:1rem;
	line-height: 1rem;
}

a,
a:link
{
	text-decoration: none;
	color: inherit;
}

a:hover{
	opacity: 0.7;
	cursor: pointer;
}
.wp-block-buttons .wp-block-button__link,
button{
	box-sizing: border-box;
	text-transform: uppercase;
	word-spacing: 3px;
	height: 36px;
	font-size: 13px;
	line-height: 21px;
	font-weight: 600;
	border-radius: 6px;
	border:0px;
	background-color: #ffdd00;
	color: #774400;
	padding: 5px 15px ;

}

.container{
	width: auto;
	margin: 0px 20px;
}
@media (min-width: 1240px){
	.container{
		width: 1200px;
		margin: 0px auto;
	}
}

.flex{
	display: flex;
	flex-direction: column;
}
@media (min-width: 1240px){
	.flex{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	}
}
.space-between{
	justify-content: space-between;
}

.w25{
	width: 100%;
}

@media (min-width:1240px){
.w25{
	width: 25%;
}
}
.w33{
	width: 380px;
	display: block;
	background-color: #003;
}
.w50{
	width:100%;
}
@media (min-width: 1240px){
	.w50{
		width:50%;
	}
}


.w40{
	width:100%;
}
@media (min-width:1240px){
	.w40{
	width:40%;
	}
}

.w20{
	width:100%;
}
@media (min-width:1240px){
	.w20{
	width:20%;

	}
}
.w10{
	width:100%;
}
@media (min-width:1240px){
	.w10{
	width:10%;
	}
}

.m-1{
	order:1;
}
.m-2{
	order:2;
}

@media (min-width: 1240px){
	.d-1{
		order: 1;
	}
	.d-2{
		order:2;
	}
}

.header-block{
	height: 76px;
	background-color: #114488;
}
.header{
	display: block;
	padding: 20px 0px;
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	background-color: #114488;
	position: fixed;
	z-index: 10;
}

.header .flex{
	flex-direction: row;
	justify-content: space-between;
}

.menu-mobile{
	color:#fff;
	height: 30px;
}
.menu-mobile:hover,
.menu-mobile{
	cursor: pointer;
}
.menu-mobile svg{
	position: relative;
	top:-5px;
}
@media (min-width:1240px){
	.menu-mobile{
		display: none;
	}
}
.menu-dock{
	display: block;
	position: absolute;
	left: 0px;
	width: 100%;
}
@media (min-width:1240px) {
	.menu-dock{
	position: relative;
	left:auto;
	width: auto;
	}
}
.header-menu{
	display: none;
	flex: 0 0 auto;
	margin-top: -5px;
	background-color: #fff;
	position: absolute;
	top:60px;
	width: 100%;
	height: auto;
}
.header-menu.show{
	display: block;
}

@media (min-width:1240px){
	.header-menu,
	.header-menu.show{
		position: static;
		background-color: transparent;
		display: block;
	}
}

.header-menu .menu{
	display: block;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap:0px;
	margin: 0px;
	padding: 0px;
	justify-content: center;
}
@media (min-width:1240px){
	.header-menu .menu{
		gap:30px;
		flex-direction:row ;
	}
}
.header-menu .menu li{
	display: flex;
	color:#fff;
}
.header-menu .menu li a{
	width: 100%;
	padding: 20px;
	font-size: 20px;
	line-height: 20px;
	color:#114488;
	text-decoration: none;
	box-sizing: border-box;
	font-weight: 600;
	display: block;
}
@media (min-width:1240px){
	.header-menu .menu li a{
		color: #fff;
		width:auto;
		padding: 10px 0px;
		font-size: 16px;
	}
}

.header-submenu{
	display: none;
	position: absolute;
	top: 55px;
	left:95px;
	background-color: #fff;
	box-shadow: 0px 2px 2px 2px #0002;

}
.header-submenu.show{
	display: block;
}
.header-submenu .menu{
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: block;
}
.header-submenu .menu li{
	display: block;
}
.header-submenu .menu li a,
.header-submenu .menu li a:link{
	display: block;
	padding: 15px 15px;
	font-size: 16px;
	line-height: 20px;
	color:#003;
	text-decoration: none;
	box-sizing: border-box;
	display: block;
	font-weight: 600;
}
.button-submenu{
	margin-left: 7px;
	margin-top: 14px;
	color:#114488;
}
@media (min-width:1240px){
	.button-submenu{
	color:#fff;
	}
}
.main{
	padding:40px 0px;
	display: block;
}

.logo{
	display: block;
	overflow: hidden;
	flex: 0 0 auto;
}
@media (min-width:1240px){
	.logo{
	display: block;
	height: 30px;
	overflow: hidden;
	flex: 0 0 233px;
	}
}


.contact-button{
	display: none;
}

@media (min-width:1240px){

	.contact-button{
		display: block;
	}

}


.banner{
	background-color: #114488;
}
.banner .relative{
	position: relative;
} 
.image-banner{
	position: absolute;
	top:50px;
	left:20px;
	z-index: 2;
	width: 250px;
	height: auto;
}
@media (min-width:1240px){
	.image-banner{
		top:100;
		left:80px;
		width: auto;
		height: auto;
	}
}
.banner h1{
	color:#fff;
}

@media (min-width: 1240px) {
	.banner h1{
	margin-right: 60px;
	}
}
.banner h3{
	color:#fff;
}
.banner p{
	color:#fff;
}
@media (min-width: 1240px) {
	.banner p{
	margin-right: 100px;
	}	
}
.banner .content{
	margin-top: 50px;
	margin-bottom: 50px;
}
@media (min-width: 1240px) {
	.banner .content{
	margin-top: 150px;
	margin-bottom: 150px;
	}
}

.yellow-detail{
	width: 200px;
	height: 200px;
	background-color: #ffdd00;
	border-radius: 40px;
	transform: rotate(25deg);
	transform-origin: 150px 150px;
	z-index: 0;
	margin-top: 50px;
	margin-left: 0px;
	z-index: 1;
}
@media (min-width:1240px){
	.yellow-detail{
		margin-top: 100px;
		width: 300px;
		height: 300px;
		margin-left: 100px;
	}
}

.agencia{
	padding: 50px 0px;
}

@media (min-width) {
.agencia{
	padding: 50px;
}
}
.agencia .relative{
	position: relative;
} 
.agencia h2{
	text-align: center;
	color:#333;
}
.agencia h3{
	color:#333;
	font-weight: 800;
}
.agencia p{
	color:#444;
	font-size: 1rem;
	line-height: 26px;
	font-weight: 500;
}
.agencia .content{
	margin: 120px 0px;
} 
.icon-dlw{
	width: 200px;
	height: 200px;
	border-radius: 20px;
	background-color: #ffdd00;
	position: absolute;
	top: 120px;
	left: 130px;
}

@media (min-width: 1240px){
	.icon-dlw{
		top: 200px;
		left: 300px;
	}
}
.agencia .image{
	margin-top: 20px;
	border-radius: 20px;
}

@media (min-width:1240px){
.agencia .image{
	margin-top: 80px;
	margin-left: 80px;
}
}

.agencia .icon-dlw img{
	margin-left: 40px;
	margin-top: 40px;
}


.solucoes{
	padding: 40px 0px;
}
.solucoes .w25{
	margin: 20px 0px;
}
@media (min-width:1240px){
	.solucoes .w25{
		margin: 120px 0px;
	}
}
.solucoes h2{
	text-align: center;
	color:#333;
}
.solucoes h3{
	color: #333;
	font-size: 22px;
	margin-right: 40px;
}
.solucoes p{
	color: #444;
	font-size:1rem;
	line-height: 26px;
	font-weight: 500;
	margin-right: 20px;
}

.cases{
	padding: 40px 0px;
	background-color: #104;
}
.cases .image{
	background-color: #003;
	display: block;
}
.cases .image img{
	width: 100%;
	height: auto;
	aspect-ratio: auto 4/3;
}
@media (min-width:1240px){
	.cases .image img{
		width: auto;
		height: 285px;
		aspect-ratio: auto 4/3;
	}
}
.cases h2{
	color:#fff;
	margin-bottom: 40px;
	text-align: center;
}
.cases h3{
	color:#fff;
	text-align: center;
	margin: 0px;
	padding: 15px;
	box-sizing: border-box;
}
.cases a{
	display: block;
	text-decoration: none;
	color: #fff;
}

.cases .flex{
	justify-content: space-between;
	gap:0px;
}
.cases .w33{
	width: 100%;
	margin-bottom: 20px;
}
@media (min-width:1240px){
.cases .w33{
	width: 380px;
}
}



.cases .image{
	width: 100%;
	display: block;
	overflow: hidden;
}
.cases .text{
	display: block;
}

.blog{
	display: flex;
	justify-content: center;
}
.blog .content{
	width: 600px;
}
.blog .sidebar{
	width: 250px;
}

.footer{
	display: block;
	background-color: #148;
	padding: 40px 0px;
}


.footer h3{
	display: block;
	color:#fff;
	font-size: 16px;
}
.footer p{
	color:#fff;
	font-size: 14px;
	line-height: 24px;
}
.footer-logo{
	margin-right: 4%;
}
@media (min-width:1240px){
	.footer-logo{
		width: 54%;
	}
}
.footer-contact{
	margin-top: 40px;
	
}
@media (min-width:1240px){
	.footer-logo{
		width: 40%;
	}
}
.footer .contact-link{
	color:#fff;
	display: block;
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 600;
	font-variant-numeric: lining-nums;
	
}
.footer .contact-link .text{
	vertical-align: middle;
	display: inline-block;
	line-height: 24px;
	margin-left: 10px;
}
.icon-mail,
.icon-phone,
.icon-whatsapp{
	vertical-align: middle;
	display: inline-block;
}

.footer-menu .menu {
	list-style: none;
	display: block;
	padding: 0px;
	margin: 0px;
}
.footer-menu .menu li{
	display: block;
}
.footer-menu .menu li a,
.footer-menu .menu li a:link{
	color:#fff;
	display: block;
	text-decoration: none;
	font-size: 14px;
	margin-bottom: 10px;
}

html #wpadminbar {
	width: 100%;
	position: fixed;
}
