.header-main , 
.menu-overlay
{
	display:none;
}
.header-landing
{
	display:block;
}

.row-header
{
    justify-content: center;
}
.column-logo img 
{
    width: 20em;
    margin-bottom:0;
}
.column-form
{
	display:none;
}

#container-banner-lp 
{
    width: 100%;
    padding: 0 0 3em 0;
    background: #fff;
}

.row-banner-lp {
    width: 100%;
    display: flex;
	flex-flow:row wrap;
    justify-content: space-between;
    align-items: center;
}

.column-banner-lp-content {
    width: 50%;
}

.title-banner-lp {
    font: 3.25em/1.2em roboto_bold;
    font-weight: 900;
    color: #0F69B2;
    margin-bottom: 0.75em;
}

.text-banner-lp {
    margin-bottom: 2.25em;
}

.text-banner-lp p {
    font: 1.3em/1.7em roboto_regular;
    font-weight: 400;
    color: #333;
    margin-bottom: 1em;
}

.text-banner-lp p:last-child {
    margin-bottom: 0;
}

.text-banner-lp strong {
    font-weight: 700;
    color: #000;
}

.btn-banner-lp {
    display: inline-block;
    font: 1.1em/1em roboto_medium;
    font-weight: 500;
    color: #fff;
    background: #0F69B2;
    border: none;
    border-radius: 2em;
    padding: 1.1em 3em;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
}

.btn-banner-lp:hover {
    background: #0c5a99;
	transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(15, 105, 178, 0.3);
}

.column-banner-lp-image {
    width: 46%;
    position: relative;
    overflow: hidden;
}

.column-banner-lp-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0.5em;
}
.btn-whatsapp
{
    display: inline-block;
    font: 1.1em / 1em roboto_medium;
    font-weight: 500;
    color: #fff;
    background: #0F69B2;
    border: none;
    border-radius: 3em;
    padding: 1em 3em;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    position: absolute;
    bottom: 2.1em;
    right: 0;
}
.btn-whatsapp:hover {
    background: #0c5a99;
	transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(15, 105, 178, 0.3);
}


#container-image-lp
{
    width: 100%;
    padding: 3.75em 0 5em 0;
    background: #fff;
}
#container-image-lp h2 
{
    font: 2.25em / 1.2em roboto_bold;
    color: #000;
    margin-bottom: 1em;
    text-align: center;
}
.row-image-lp
{
    width: 65%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
	padding:3em 0;
}
.row-image-lp img 
{
    width: 100%;
    height: auto;
    display: block;
}


#container-module-data-lp
{
    width: 100%;
    padding:1em 0 5em 0;
}
#container-module-data-lp h2
{
    font: 2.25em/1.3em roboto_bold;
    color: #000;
    margin-bottom: 0.5em;
    text-align: center;
}
#container-module-data-lp .row-items
{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 1.75em;
	justify-content:center;
}
#container-module-data-lp .item
{
    width: calc(33.333% - 1.35em);
    border-radius: 0.25em;
    padding: 2em;
    text-align: center;
}
#container-module-data-lp .icon
{
    width: 4em;
    height: 4em;
    margin: 0 auto 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
}
#container-module-data-lp .icon img
{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#container-module-data-lp .item p
{
    font: 1em/1.4em roboto_regular;
    color: #000;
    text-align: center;
}




#container-module-testimonial-lp {
    width: 100%;
    padding:0em 0 5em 0;
    background: #fff;
}
#container-module-testimonial-lp h2 
{
    font: 2.25em / 1.3em roboto_bold;
    color: #000;
    margin-bottom: 0.5em;
    text-align: center;
}
#container-module-testimonial-lp .subtitle 
{
    font: 1.175em / 1.4em roboto_regular;
    color: #000;
    text-align: center;
}

#container-module-testimonial-lp .row-testimonial 
{
    width: 100%;
    display: flex;
    justify-content: space-between;
	flex-flow:row wrap;
    align-items: center;
    gap: 3em;
	margin-top:5em;
}
#container-module-testimonial-lp .column-image 
{
    width: 45%;
    overflow: hidden;
}
#container-module-testimonial-lp .column-image img 
{
    width: 100%;
    height: auto;
}
#container-module-testimonial-lp .column-testimonial 
{
    width: 50%;
}
#container-module-testimonial-lp .client-logo {
    margin-bottom: 2em;
}

#container-module-testimonial-lp .client-logo img 
{
    height: 4.5em;
    width: auto;
}
#container-module-testimonial-lp .quote 
{
    font:  1em/1.6em roboto_regular;
    font-weight: 400;
    color: #333;
    margin-bottom: 1em;
    position: relative;
}
#container-module-testimonial-lp .author 
{
    font: 0.9em/1.4em roboto_regular;
    font-weight: 400;
    font-style: italic;
    color: #555;
}


#container-module-contact-lp 
{
    width: 100%;
    padding:5em 0 3em 0;
    background: #F1F4F5;
}
#container-module-contact-lp h2 
{
    font: 2.25em / 1.3em roboto_bold;
    color: #000;
    margin-bottom: 0.5em;
    text-align: center;
}
.row-contact-lp
{
	width:100%;
	margin-top:3em;
	position:relative;
}
.row-contact-lp form
{
	width:100%;
	display:flex;
	flex-flow:row wrap;
	justify-content:space-between;
}
.row-contact-lp form p
{
	width:48%;	
	display:flex;
	flex-flow:row wrap;
	justify-content:space-between;
	align-items:center;
	margin:10px 0;
}
.row-contact-lp form p label
{
    font: 1em / 1em roboto_regular;
    color: #333;
    text-align: right;
    width: 30%;
}
.row-contact-lp form p input[type="text"],
.row-contact-lp form p input[type="tel"],
.row-contact-lp form p input[type="email"]
{
    width: 100%;
    font: 1em / 1em roboto_regular;
    color: #333;
    padding: 0.65em 1em;
	border:none;
}
.row-contact-lp p a {
    display: inline;
	color:#0961AF;
	text-decoration:underline;
}


.full-width
{
    width: 100% !important;
    display: inline !important;
}
.row-contact-lp form p textarea
{
    width: 100%;
    font: 1em / 1em roboto_regular;
    color: #333;
    padding: 0.75em 1em;
	height:10em;
	border:none;
	resize:none;
	margin-top:10px;
}
.wpcf7-list-item {
    margin: 0 0 0 0;
}
.row-contact-lp p input[type="submit"] 
{
    display: block;
    color: #fff;
    border: none;
    background: #0f69b2;
    cursor: pointer;
    font: 1.1em / 1em roboto_medium;
    text-align: center;
    border-radius: 3em;
    padding: 1em 3em;
    margin-top: 1em;
	transition: all 0.3s ease;
}
.row-contact-lp p input[type="submit"]:hover
{
	background: #0c5a99;
	transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(15, 105, 178, 0.3);
}

#container-module-footer .column-stats 
{
    width: 100%;	
    display: flex;
    justify-content: center;
}
.column-info-right
{
	display:none !important;
}
#container-module-footer .row-bottom 
{
    border-top: 1px solid #ababab;
}



@media screen and (max-width:1200px)
{

	body 
	{
		font-size: 10px;
	}
	.row-contact-lp form p label 
	{
		width: 60px;
	}

}

@media screen and (max-width:760px)
{
	
	body 
	{
		font-size: 11px;
	}
	.column-banner-lp-content
	{
		width:100%;
		        padding: 3em 0;
	}
	.btn-banner-lp 
	{
		font: 1.375em / 1em roboto_medium;
	}
	.column-banner-lp-image 
	{
		width: 100%;
	}	
	.row-image-lp 
	{
		width: 100%;
	}
	#container-image-lp
	{
		padding: 3.75em 0 5em 0;
	}
	.title-banner-lp 
	{
		font: 2.75em / 1.2em roboto_bold;
		margin-bottom: 0.5em;
	}
	#container-module-data-lp .item 
	{
		width: 100%;
	}	
	#container-module-data-lp .item p
	{
		font: 1.375em / 1.4em roboto_regular;
	}
	#container-module-data-lp .icon 
	{
		width: 5.375em;
		height:5.375em;
		margin: 0 auto 1em;
	}
	#container-module-testimonial-lp .column-image 
	{
		width: 100%;
	}
	#container-module-testimonial-lp .column-testimonial {
		width: 100%;
	}	
	#container-module-testimonial-lp .quote
	{
		font: 1.3em / 1.6em roboto_regular;
	}
	.row-contact-lp
	{
		font-size:14px;
	}	
	.row-contact-lp form p 
	{
		width: 100%; 
		margin: 5px 0;
	}
	.row-contact-lp form p label 
	{
        width: 100%;
        text-align: left;
        margin-bottom: 10px;
	}	
	
	.btn-whatsapp {
		position: relative;
		bottom: 0;
		right: 0;
		margin-bottom: 3em;
	}


}
