@charset "utf-8";
/* CSS Document */

body, html {
	font: 100%/1.4 'Montserrat', sans-serif;
	margin: 0;
	padding: 0;
	color: #363a36;
	font-size: 16px;
	
	    -webkit-backface-visibility: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
	
}
* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	    -webkit-font-smoothing: auto;
    font-smoothing: auto;
    text-rendering: optimizeLegibility;
	
	
}
ul, ol, dl {
	margin: 0;
}
img {
	
	display: block;
}
a img {
	border: none;
}
a:link {
	color: inherit;
	text-decoration: none;
}
a:visited {
	color: inherit;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:focus {
	outline: none !important;
}


h2 {
	font-size: inherit;
	font-weight: inherit;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0rem;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
}

input {
	outline: none;
}
textarea {
	outline: none;
	font-family: 'Montserrat', sans-serif;
}
button {
	outline: none !important;
	border: none;
	font-family: 'Montserrat', sans-serif;
	background-color: inherit;
}
input {
	font-family: 'Montserrat', sans-serif;
	color: #363a36;
	font-size: 16px;
}
select {
	font-family: 'Montserrat', sans-serif;
	color: #363a36;
	font-size: 16px;
}



::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #717171;
font-size: 16px;
font-weight: 400;
font-family: 'Montserrat', sans-serif;
}
::-moz-placeholder { /* Firefox 19+ */
 color: #717171;
font-size: 16px;
font-weight: 400;
font-family: 'Montserrat', sans-serif;
}
:-ms-input-placeholder { /* IE 10+ */
 color: #717171;
font-size: 16px;
font-weight: 400;
font-family: 'Montserrat', sans-serif;
}
:-moz-placeholder { /* Firefox 18- */
 color: #717171;
font-size: 16px;
font-weight: 400;
font-family: 'Montserrat', sans-serif;
}
 .busca::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #949494;
font-size: 20px;
font-weight: 600;
font-family: 'Montserrat', sans-serif;
}
.busca::-moz-placeholder { /* Firefox 19+ */
 color: #949494;
font-size: 20px;
font-weight: 600;
font-family: 'Montserrat', sans-serif;
}
.busca:-ms-input-placeholder { /* IE 10+ */
 color: #949494;
font-size: 20px;
font-weight: 600;
font-family: 'Montserrat', sans-serif;
}
.busca:-moz-placeholder { /* Firefox 18- */
 color: #949494;
font-size: 20px;
font-weight: 600;
font-family: 'Montserrat', sans-serif;
}
 .formulario_busca::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #808080;
font-size: 16px;
font-weight: 400;

}

.formulario_busca::-moz-placeholder { /* Firefox 19+ */
 color: #808080;
font-size: 16px;
font-weight: 400;

}

.formulario_busca:-ms-input-placeholder { /* IE 10+ */
 color: #808080;
font-size: 16px;
font-weight: 400;

}
.formulario_busca:-moz-placeholder { /* Firefox 18- */
 color: #808080;
font-size: 16px;
font-weight: 400;
	
}
.formulario_busca {
	
color: #666;
    background-color: #f8f8f8;
    font-size: 16px;
    width: 460px;
    padding: 17px;
    border-radius: 5px;
    padding-left: 15px;
    border: 0;
    border: solid 1px transparent;
    -webkit-box-shadow: 0px 4px 5px -5px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 4px 5px -5px rgb(0 0 0 / 30%);
    box-shadow: 0px 4px 5px -5px rgb(0 0 0 / 30%);
	
}

.formulario_busca:hover, .formulario_busca:focus {
	
	    background-color: #f6f6f6;
    border: solid 1px #e2e2e2 !important;
	
	    border-left: solid 4px #0055a1 !important;
}



.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.rowwrap {
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
.columnwrap {
	-webkit-flex-flow: column wrap;
	-moz-flex-flow: column wrap;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
}


.right {
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
}

.center {
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
.space-around {
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	justify-content: space-around;
}
.space-between {
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.space-evenly {
	-webkit-justify-content: space-evenly;
	-moz-justify-content: space-evenly;
	-ms-justify-content: space-evenly;
	justify-content: space-evenly;
}
.align {
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.container {
	padding: 0px;
	margin: 0;
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
	clear: both;
	display: block;
}


.topo{
	
}


.header{
	clear: both;
	position: relative; 
	width: 100%;
	float: left;
	display: block;
	
}


.content{
	clear: both;
	position: relative;
		width: 100%;
	float: left;
	display: block;
}


.size{
	width: 100%;
	max-width: 1250px;
	padding-left: 20px;
	padding-right: 20px;
}


.menu{
	list-style: none;
	float: left;
	padding: 0;
	position: relative; 

}

.menu li{
	
font-size: 16px;
    font-weight: 500;
    padding: 25px;
    color: #000;
    float: left;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
	position: relative;
		
}

.menu li a{
	
	position: relative;
    padding: 15px;
      float: left;
}







.menu li:hover:before{

	visibility: visible;
	opacity: 1;
	
	
}









.menu li{

}


.menu li a:before{
	visibility: hidden;
	opacity: 0;
	
	
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: '\f0d7';
    position: absolute;
    top: -5px;
    font-size: 18px;
    line-height: 14px;
    color: #242d3a;
    width: 20px;
    text-align: center;
    left: -10px;
    margin-left: 50%;
	
	z-index: 99999;
	
	    transition-duration: 0.1s;
    transition-property: transform;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}


.menu li:hover a:before{
	
	visibility: visible;
	opacity: 1;
	
	
}


.menu li:hover{
	
     margin-top: -5px;
    color: #0055a1;
    z-index: 999;
    background-color: #ffffff;
}


.menu li:before{
    content: '';
    background-color: #0064AD;
    height: 3px;
    margin-top: 30px;
    width: calc(100% - 50px);
    display: block;
    visibility: 0;
    opacity: 0;
    position: absolute;
    transition-duration: 0.1s;
    transition-property: transform;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}


.menu li:hover:before{
visibility: 1;
    opacity: 1;
    margin-top: 23px;
}




.sub_menu{

float: left;
    text-align: left;
    min-width: 100%;
    opacity: 0;
    visibility: hidden;
    width: auto !important;
    background-color: #fff;
    position: absolute !important;
    z-index: 9;
    top: 48px;
    border-radius: 5px;
    left: 0;
    border: solid 1px #ececec;
    padding: 30px !important;
    -webkit-box-shadow: 0px 25px 50px 0px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 25px 50px 0px rgb(0 0 0 / 30%);
    box-shadow: 0px 25px 50px 0px rgb(0 0 0 / 30%);
	
	border-bottom: solid 3px #e3ba3a;
}


.menu li:hover > .sub_menu{
	
	visibility: visible;
	opacity: 1;

	
	
}



.sombra{
	
    visibility: hidden;
    opacity: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #0000001f;
    pointer-events: none;
    z-index: 1;
    left: 0;
    top: 0;
	
}


.menu li:hover > .sombra{
	
	visibility: visible;
	opacity: 1;
display: block;
	
	
}

.menu li:hover a{
	    background-color: #fff;
	    z-index: 9;
	min-height: 54px;
}



.sub_menu li{
    color: #363a36;
    font-size: 16px;
    line-height: 16px;
    position: relative;
    list-style: none;
    float: left;
        padding: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 500;
/*    -webkit-transform: translate3d(0,0,100px);
    -moz-transform: translate3d(0,0,100px);
    transform: translate3d(0,0,100px);*/
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
	
	width: 25%;
}

.sub_menu a {
    position: relative;
    padding: 10px;
    float: left;
	    color: #3d3d3d;
	background-color: transparent !important;
	min-height: auto !important;
}


.sub_menu li:hover {

    margin-top: 0 !important;
    color: #c88f00 !important;
    z-index: 999;
    background-color: transparent !important;
}

.sub_menu li:hover a{
	   color: #c88f00 !important;
}



.sub_menu a:before{
	display: none !important;
}

.sub_menu li:before{
display: none !important;	
}



.sub_menu li:after{
content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    font-size: 11px;
    left: 5px;
    top: 15px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate3d(0,0,100px);
    -moz-transform: translate3d(0,0,100px);
    transform: translate3d(0,0,100px);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
	
}


.sub_menu a:after {

    display:none !important;
 
}




.sub_menu li:hover:after{
	visibility:visible;
	opacity: 1;
	
}


.mn_mob{
	display: none;
}

.cor{
	background-color: #f8d800;
}

.cor_txt{
	color: #f8d800;
}




.botao{
	color: #0055a1; 
	display: block; 
	padding: 5px; 
	background-color: #0055a1; 
	border-radius: 5px; 
	padding-left: 15px; 
	padding-right: 15px; 
	font-size: 12px; 
	font-weight: 500; 
	cursor: pointer;
	
	text-transform: uppercase;
	
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}


.botao:hover{
	color: #fff !important; 
	background-color: #0094d9; 

	
}


.botao2{
	
	color: #fff; 
	display: block; 
	padding: 10px; 
	border-radius: 25px; 
	padding-left: 30px; 
	padding-right: 30px; 
	font-size: 18px; 
	font-weight: 500; 
		
	
background: rgb(76,196,227);
background: -moz-linear-gradient(94deg, rgba(76,196,227,1) 0%, rgba(42,149,223,1) 45%, rgba(48,183,238,1) 100%);
background: -webkit-linear-gradient(94deg, rgba(76,196,227,1) 0%, rgba(42,149,223,1) 45%, rgba(48,183,238,1) 100%);
background: linear-gradient(94deg, rgba(76,196,227,1) 0%, rgba(42,149,223,1) 45%, rgba(48,183,238,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4cc4e3",endColorstr="#30b7ee",GradientType=1);
	
	
		-webkit-transform: translate3d(0, 0, 100px);
	-moz-transform: translate3d(0, 0, 100px);
	transform: translate3d(0, 0, 100px);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	
	border: solid 2px transparent; 
	
	cursor: pointer;
}




.botao2:hover{
	
    color: #ff4600 !important;
    border: solid 2px #ff4600 !important;
    background: transparent !important;
	
}



.item_serv{
	    transition-duration: 0.1s;
    transition-property: transform;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}



.item_serv:hover{
  margin-top: -5px !important;

	
}

.item_serv:hover img{
  border-color: #afdaff !important;

	
}


.full{
	
			-webkit-transform: translate3d(0, 0, 100px);
	-moz-transform: translate3d(0, 0, 100px);
	transform: translate3d(0, 0, 100px);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	
}


.full:hover{
    color: #fff !important;
    background-color: #13478c !important;

	
}




.toggled {
 
	
	visibility: visible;
	opacity: 1;
	
}


.item-target1, .item-target2, .item-target3, .item-target4, .item-target5 {

 display: none;
}




.dis-none {
    display: none !important;
}


.btn, .btn2, .btn3, .btn4, .btn5{
	    font-size: inherit;
    background-color: inherit;
    color: inherit;
    font-family: inherit;
    font-weight: inherit;
	
	
}


.toggled{
    width: 100%;
    float: left;
    position: absolute;
    left: 0;
    top: 110px;
    z-index: 9;
    background-color: #f3f3f3;
}


.item_roda{
	
	padding: 30px;
}




.item_roda ul li{
	    color: #8caeda;
    font-size: 16px;
    font-weight: 300;
	list-style: none;
	margin-bottom: 8px;
}




.botao_hover3 {
    color: #31799e;
    border: solid 1px #e7b00d;
    border-bottom: solid 2px #e7b00d;
    background-color: #fff;
    transition-duration: .2s;
    transition-property: transform;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}


.zap{
padding: 1px;
    position: absolute;
    right: 0;
    top: 15px;
    text-align: center;
    font-size: 0.71em;
    line-height: 16px;
    border: solid 1px #a1e4be;
    border-radius: 10px;
    color: #05944e !important;
    padding-left: 8px;
    padding-right: 8px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.03em;
}


.banner_mob{
	
	display: none;
	
	
}


.redes{
	    margin-top: 30px;
}


.redes i{
color: #d5e2f3;
    font-size: 28px;
    line-height: 28px;
    display: block;
    margin-right: 14px;
    margin-bottom: 5px;
}


	.default{opacity:1;}


.stabled{    
	
	box-shadow: 0 0 10px rgb(0 0 0 / 17%);
   -webkit-box-shadow: 0px 5px 5px -7px #666, 5px 5px 5px -7px rgb(0 0 0 / 0%);    box-shadow: 0px 5px 5px -7px #999, 5px 5px 5px -7px rgb(0 0 0 / 0%);
    position: fixed !important;
    height: 80px !important;
      opacity: 1;
    z-index: 9999;
    background-color: #fff;
    transition-duration: 0.2s;
    transition-property: transform;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
	
	border-top: solid 6px #024cb5;

}
	
.stabled .logo img{    
	    max-width: 150px;
    height: auto;
	
		}



.clientes{
	width: 33%;
}

	.quemsomos span{
		font-weight: 400 !important;
	}
	


@media (min-width: 220px) and (max-width:778px) {
	
	
	
	.flickity-prev-next-button {
    display: none !important;
}
	
	
	
	.stabled {
    position: relative !important;
		
	}

	
	.clientes{
	width: 48%;
}

	
	.stabled {

    height: initial !important;

}
	
	
	.stabled .logo img {
    max-width: none;
    height: auto;
}
	
	
/*	.stabled .cd-dropdown-trigger {
    margin-bottom: 0px;
    margin-top: 10px;

}*/
	
	
	
	.item_serv span{
		color: #fff !important;
	}
	
	.bg_clientes{
		background-position: right top !important;
		min-height: auto !important;
    padding-bottom: 60px !important;
	}
	
	
	.banner_mob{
	
	display: block;
	
	
}
	
	.mn_mob{
	display: block;
}
	
	
	.size {
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
	
	
	.flickity-page-dots .dot {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    background: #b88b1c;
    border-radius: 50%;
    opacity: 0.25;
    cursor: pointer;
}
	
		
	
	.banner {
	display: none !important;
}

.banner_mob {
	display: block !important;
}

	
	.item_banner{
min-height: auto;
    background-position: center center;
    background-size: cover;
    display: block;
}
	

	
			.menu{

	display: none !important;
	

}
	
	.zap{
    padding: 1px;
    position: relative;
    right: 0;
    left: auto;
    top: 0px;
    text-align: center;
    font-size: 0.71em;
    line-height: 16px;
    border: solid 1px #a1e4be;
    border-radius: 10px;
    color: #05944e;
    padding-left: 5px;
    padding-right: 5px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.03em;
    margin-bottom: 45px !important;
    margin: auto;
    max-width: 140px;
}
	
	
	.zap i{
		font-size: 36px !important;
		line-height: 36px !important;
		margin-right: 0 !important;
	}
	
	.zap strong{
		margin-bottom: 0 !important;
	}
	
	.zap{
    padding: 8px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
	}
	
	
	.aos-init{
		opacity: 1 !important;
    transform: translateY(0) !important;
	}
	

	.mob{
	
    min-width: 100% !important;
    width: 100% !important;
     clear: both !important;
    float: left !important;
    min-height: auto !important;
	
	
}
	
	
		.half_mob{
	
	min-width:48% !important;
	width:48% !important;
	margin-left:1% !important;
	float:left !important;
	
}
	
	
	.tittle3 {
    font-size: 38px !important;
    line-height: 36px !important;
}
	
	
		.logo img{
		    margin: auto !important;
	}
	

	select{
		-webkit-appearance:none;-moz-appearance:none;appearance:none;  -moz-border-radius: 0; -webkit-border-radius: 0; font-size: 16px !important;border-radius: 0;
	}
	
		input{
		-webkit-appearance:none;-moz-appearance:none;appearance:none;  -moz-border-radius: 0; -webkit-border-radius: 0; font-size: 16px !important;border-radius: 0; 
	}
	button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance:button;-moz-appearance:button;appearance:button;

}
	
	input[type="button"] {
    -webkit-appearance: none !important;
		-moz-appearance:    none !important;
   appearance:         none !important;

}
		
		
			input[type="submit"] {
    -webkit-appearance: none !important;
		-moz-appearance:    none !important;
   appearance:         none !important;

}
	
			input[type="checkbox"] {
    -webkit-appearance: checkbox !important;
		-moz-appearance:    checkbox !important;
   appearance:         checkbox !important;

}
	
		input[type="radio"] {
    -webkit-appearance: radio !important;
		-moz-appearance:    radio !important;
   appearance:         radio !important;

}	
	
	
	.esconde_mob{
		display: none !important;
	}
	
	.bloco_mob{
		
		display: block !important;
	}
	
	
		.pad_mob{
		padding: 15px !important;
	}
	
			.mg_mob{
		margin: 15px !important;
	}
	
	
		.pad_0{
		padding: 0px !important;
	}
	
		.mg_0{
		margin: 0px !important;
	}
	
		.mg_tp10{
		margin-top: 10px !important;
	}
	
			.mg_tp20{
		margin-top: 20px !important;
	}
	
	
		.tittle {
    font-size: 24px !important;
    line-height: 22px !important;

		
}
	
		.tittle2 {
    font-size: 18px !important;
    line-height: 18px !important;

}
	
	
		
	.logo{
		    margin: auto;
		width: 100%;
	}
	
	
	.clientes_home{
		
		display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
		
		    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
		
		
	}
	
	
	.clientes_mob{
		    width: auto !important;
    margin-top: 40px !important;
	}
	
	
	
}


@media (min-width: 220px) and (max-width:448px) {
	

		.half_mob{
	
	min-width:100% !important;
	width:100% !important;
	margin-left:0% !important;
	float:left !important;
	
}
	
	
}