body 
{
	padding-top: 5em;
}
.header-main , 
.header-blog 
{
	display:none;
}
.header-landing
{
	display:block;
}
header 
{
    padding: 1em 0;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99999;
    background: #fff;
}
.row-header-left
{
	width:100%;
	display:flex;
    justify-content: center;
}
.row-header-left img 
{
    width: 20em;
    margin-bottom:0;
}

#container-banner-lp 
{
    width: 80%;
    position: relative;
    margin: 0 auto;
}
#container-banner-lp img 
{
    width: 100%;
    height: auto;
    display: block;
}
#container-banner-lp h2 
{
    font: 3em / 1.2em roboto_bold;
    font-weight: 900;
    color: #fff;
    margin-bottom: 0.75em;
    position: absolute;
    top: 1.375em;
    z-index: 99;
    text-align: center;
    width: 100%;
}
.btn-banner-lp 
{
	display: inline-block;
    font: 1.4em / 1em roboto_medium;
    font-weight: 500;
    color: #fff;
    background: #E6A701;
    border: none;
    border-radius: 2em;
    padding: 0.75em 2.375em;
    transition: all 0.3s ease;
    text-align: center;
    position: absolute;
    bottom: 1.375em;
    left: 0;
    right: 0;
    max-width: fit-content;
    margin: 0 auto;
}
.btn-banner-lp:hover
{
    background: #D89500;
	transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(15, 105, 178, 0.3);
}


#container-module-carousel-lp
{
    width: 100%;
    background: #fff;
}


#container-module-data-lp
{
    width: 100%;
    padding:3.75em 0 5em 0;
}
#container-module-data-lp h2
{
    font: 2em/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 .item h3
{
    font: 1.4em/1.3em roboto_bold;
    color: #0F69B2;
    margin-bottom: 0.5em;
    text-align: center;
}
#container-module-data-lp .icon
{
    width: 7em;
    height: 4em;
    margin: 0 auto 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
}
#container-module-data-lp .row-items .item:nth-child(2) .icon
{
    width: 9em;
    height: 4em;
}
#container-module-data-lp .icon img
{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#container-module-data-lp .item p
{
    font: 1.125em/1.4em roboto_regular;
    color: #000;
    text-align: center;
}

.loopitems
{
    padding:0 0 5em 0 !important;	
}
.row-items .item
{
	width:25% !important;
}




#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.1em / 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:3em;
	background:#5A6E72;
}
#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: 45%;
    margin-right: 5%;
}
#container-module-testimonial-lp .quote 
{
    font:  1em/1.6em roboto_regular;
    font-style: italic;
    font-weight: 400;
    color: #fff;
    margin-bottom: 1em;
    position: relative;
}
#container-module-testimonial-lp .author 
{
    font: 0.9em/1.4em roboto_regular;
    font-weight: 400;
    font-style: italic;
    color: #fff;
}


#container-module-contact-lp 
{
    width: 100%;
    padding: 3.75em 0;
    background: #F1F4F5;
}
#container-module-contact-lp h2 
{
    font: 2.25em / 1.3em roboto_bold;
    color: #000;
    margin-bottom: 0.5em;
    text-align: center;
}
#container-module-contact-lp .text 
{
    font: 1.1em / 1.4em roboto_regular;
    color: #000;
    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: 0.875em 3em; 
	margin: 0 auto;
    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;
	}
	
	#container-banner-lp
	{
		width: 100%;
	}
	#container-banner-lp img 
	{
		width: 100%;
		height: 30em;
		object-fit: cover;
	}
	#container-banner-lp h2 
	{
		font: 2.25em / 1.2em roboto_bold;
		top: 1.375em;
		z-index: 99;
		text-align: center;
		width: 90%;
		margin: 0 auto;
		left: 0;
		right: 0;
	}
	
	.column-banner-lp-content
	{
		width:100%;
	}
	.btn-banner-lp 
	{
        font: 1.7em / 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% !important;
	}	
	#container-module-data-lp .item p
	{
		font: 1.375em / 1.4em roboto_regular;
	}
	#container-module-data-lp .icon 
	{
		margin: 0 auto 1em;
	}
	#container-module-testimonial-lp .column-image 
	{
		width: 100%;
	}
	#container-module-testimonial-lp .column-testimonial {
        width: 100%;
        margin: 0;
        padding: 2em 3em;
	}	
	#container-module-testimonial-lp .quote
	{
		font: 1.3em / 1.6em roboto_regular;
	}
	#container-module-contact-lp .text
	{
		font: 1.3em / 1.6em roboto_regular;
	}	
	#container-module-data-lp .item h3 {
		font: 1.75em / 1.3em roboto_bold;
	}
	#container-module-testimonial-lp .row-testimonial 
	{
		gap: 1em;
	}
	#container-module-testimonial-lp h2 br ,
	#container-module-data-lp h2 br
	{
		display:none;
	}
	#container-module-data-lp .row-items 
	{
		margin-top: 0;
	}
	
	.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;
	}	
	#container-module-testimonial-lp .subtitle 
	{
		font: 1.3em / 1.4em roboto_regular;
	}
	
	.btn-whatsapp {
		position: relative;
		bottom: 0;
		right: 0;
		margin-bottom: 3em;
	}


}
