@charset "utf-8";
/* CSS Document */




body, html {
	font: 100%/1.4 'Montserrat', sans-serif;
	
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 16px;
	
	    -webkit-backface-visibility: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
	
	background-color: #fff;
	
}

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
	font-family: 'Montserrat', sans-serif;
	
	
}
ul, ol, dl {
	margin: 0;
}
img {
	
	display: block;
	    max-width: 100%;
    height: auto;
}
a img {
	border: none;
}
a:link {

	text-decoration: none;
}
a:visited {

	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;

}
button {
	outline: none !important;
	border: none;
	background-color: inherit;
	border-radius: 5px;
}
input {
    padding: 13px;
    padding-left: 20px;
    line-height: 16px;
    border: 0;
    color: #15355b;
    font-size: 16px;
}
select {

    padding: 13px;
    padding-left: 20px;
    line-height: 16px;
    border: 0;
    color: #15355b;
    font-size: 16px;
}



::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #15355b;
font-size: 16px;
font-weight: 400;
	font-family: 'Montserrat', sans-serif;

}
::-moz-placeholder { /* Firefox 19+ */
 color:#15355b;
font-size: 16px;
font-weight: 400;
font-family: 'Montserrat', sans-serif;
}
:-ms-input-placeholder { /* IE 10+ */
 color:#15355b;
font-size: 16px;
font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}
:-moz-placeholder { /* Firefox 18- */
 color:#15355b;
font-size: 16px;
font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}
 .busca::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color:#15355b;
font-size: 16px;
font-weight: 400;
	 font-family: 'Montserrat', sans-serif;
}
.busca::-moz-placeholder { /* Firefox 19+ */
 color:#15355b;
font-size: 16px;
font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}
.busca:-ms-input-placeholder { /* IE 10+ */
 color:#15355b;
font-size: 16px;
font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}
.busca:-moz-placeholder { /* Firefox 18- */
 color:#15355b;
font-size: 16px;
font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}
 .form::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color:#333;
font-size: 16px;
font-weight: 400;
	 font-family: 'Montserrat', sans-serif;

}

.form::-moz-placeholder { /* Firefox 19+ */
 color:#333;
font-size: 16px;
font-weight: 400;
	 font-family: 'Montserrat', sans-serif;

}

.form:-ms-input-placeholder { /* IE 10+ */
 color:#333;
font-size: 16px;
font-weight: 400;
	 font-family: 'Montserrat', sans-serif;

}
.form:-moz-placeholder { /* Firefox 18- */
 color:#333;
font-size: 16px;
font-weight: 400;
	 font-family: 'Montserrat', sans-serif;
	
}
.form {
	    width: 100%;
	float: left;
    font-size: 16px;
	font-weight: 400;
    border-radius: 3px;
    border: 0;
    border: solid 0px #e1e6ef;
/*    -webkit-box-shadow: 0 4px 5px -5px rgb(159 174 204);
    -moz-box-shadow: 0 4px 5px -5px rgb(159 174 204);
    box-shadow: 0 4px 5px -5px rgb(159 174 204);*/
	
}


.form input, .form select, .form textarea{
	background-color: #ebeceb;
	padding: 20px;  
	width: 100%;
	border-radius: 5px;    
	border: 0;
	float: left;
}


.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;
}


.start {
    -webkit-align-items: start;
    -moz-align-items: start;
    -ms-align-items: start;
    align-items: start;
}

.end {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
}


.container {

	float: left;
	width: 100%;

		background-image: url("/imagens/bg_topo2.jpg");
		background-repeat: no-repeat;
		background-size: 1920px auto;
		background-position: center -130px;

}



.topo{
	
	float: left;
	width: 100%;
	
}


.header{
	clear: both;
	position: relative; 
	width: 100%;
	float: left;
	background-repeat: no-repeat;
	background-size: 1920px 100%;
	
}


.content{
	clear: both;
	position: relative;
		width: 100%;
	float: left;
	
}


.conteudo{
	    float: left;
    width: 100%;
}


.footer{
	background-image: url(/site/imagens/bg_roda2.jpg); 
	background-repeat: no-repeat; 
	background-size: cover; 
	background-position: center top; 
	width: 100%; 
	float: left; 
	position: relative; 
}


.size{
	width: 100%;
	max-width: 1250px;
	    float: left;

}


.wrap_menu{
	width: 100%; float: left; min-height: 330px;
}



.menu{
list-style: none;
    float: left;
    padding: 3px;
    position: relative;
    margin-top: 40px;

}

.menu li{
float: left;
    color: #000;
    padding: 15px;
    border-radius: 3px;
	position: relative;
	
	    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
	
	    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	
	    transition-duration: 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:before{
font-family: 'Font Awesome 6 Free';
    content: "\f107";
    position: absolute;
    visibility: visible;
    opacity: 1;
    float: left;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    top: 2px;
    font-size: 11px;
    color: #ca522b;
		
}




.menu li:hover:before{

	visibility: visible;
	opacity: 1;
	
	
}


.menu li:hover:before{
visibility: 1;
    opacity: 1;
	 color: #fff;
  
}


.menu li:hover{
	
	    background: #ca522b;
    color: #fff;
}



.sub_menu{

    float: left;
    text-align: left;
    min-width: 280px;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    position: absolute !important;
    z-index: 9;
    top: 52px;
    border-radius: 3px;
    left: 0;
    padding: 13px !important;
    -webkit-box-shadow: 10px 20px 13px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 10px 20px 13px 0px rgb(0 0 0 / 20%);
    box-shadow: 10px 20px 13px 0px rgb(0 0 0 / 20%);
    border-bottom: solid 4px #ca522b;
}



.menu li:last-child .sub_menu{

float: left;
    text-align: left;
    min-width: 250px;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    position: absolute !important;
    z-index: 9;
    border-radius: 0;
	right: 0;
    left: auto;
    padding: 13px !important;
    -webkit-box-shadow: 10px 20px 13px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 10px 20px 13px 0px rgb(0 0 0 / 20%);
    box-shadow: 10px 20px 13px 0px rgb(0 0 0 / 20%);
    border-bottom: solid 4px #d88235;
}

.menu li:last-child .sub_menu a {
    position: relative;
    float: left;
    width: 100%;
    color: #3d3d3d;
    background-color: transparent !important;
    min-height: auto !important;
}


.menu li:last-child .sub_menu li {
    color: #7b7b7b;
    font-size: 0.81em;
    line-height: 14px;
    text-align: right;
    position: relative;
    list-style: none;
    float: right;
    padding-right: 17px;
    padding-left: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: 600;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
    width: 100%;
    display: block;
    height: auto;
}


.menu li:last-child .sub_menu li:after {
    content: '\f0da';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    transform: rotate(180deg);
    font-size: 0.81em;
    right: 3px;
    left: auto;
    color: #ed7000;
    top: 8px;
}




.menu li:hover > .sub_menu{
	
	visibility: visible;
	opacity: 1;

	
	
}





.menu li:hover > .sombra{
	
	visibility: visible;
	opacity: 1;
display: block;
	
	
}

.menu li:hover a{


}



.sub_menu li{
color: #7b7b7b;
    font-size: 0.81em;
    line-height: 14px;
    position: relative;
    list-style: none;
    float: left;
    padding-left: 13px;
    padding-right: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: 600;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
    width: 100%;
    display: block;
    height: auto !important;
}

.sub_menu a {
    position: relative;
    float: left;
	    color: #3d3d3d;
	background-color: transparent !important;
	min-height: auto !important;
}


.sub_menu li:hover {

    margin-top: 0 !important;
    color: #ed7000 !important;
    z-index: 999;
    background-color: transparent !important;
}

.sub_menu li:hover a{
	   color: #ed7000 !important;
}



.sub_menu a:before{
	display: none !important;
}

.sub_menu li:before{
display: none !important;	
}



.sub_menu li:after{
content: '\f0da';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    font-size: 0.81em;
    left: 3px;
    color: #ed7000;
    top: 10px;

    -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;
}



.item_preco_cursos{
	 float: left;  
	width: calc(190px - 50px);  
	position: relative;  
	margin-left: 25px;  
	margin-right: 25px;
}

.bt_item_cursos{
	background-color: #fd6416;  
	float: left;  
	color: #fff !important; 
	font-size: 0.75em;  
	line-height: 12px;  
	font-weight: 700;  
	margin-top: 0px;  
	border-radius: 20px;  
	height: 18px;  
	width: 100%;  
	text-align: center;
}


.bt_item_cursos:hover{
	
	color: #fff !important; 
	background-color: #488000; 	
	
}




.botao{
	background-color: #82fa4c; 
	color: #4126e6; 
	padding: 14px; 
	font-weight: 700; 
	float: left; 
	margin-top: 30px; 
	font-size: 20px;
	line-height: 20px;
	cursor: pointer;
	
	
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}


.botao:hover{
	color: #8cfa32 !important; 
	background-color: #4126e6; 

	
}


.botao2{
	
	color: #fff; 
	padding: 10px; 
	border-radius: 25px; 
	padding-left: 30px; 
	padding-right: 30px; 
	font-size: 18px; 
	font-weight: 500; 

	

	-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;

	
}


.item_servicos h1{
	
	font-size: 18px;
	line-height: 18px;
	font-weight: 600;
	color: #000;
	margin-bottom: 10px;
	display: block;
	text-align: center
	
}

.item_servicos span{
	
	color: #484848;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	display: block;
}



.item_servicos{
width: calc(33.3% - 24px);
	margin-left: 12px;
	margin-right:12px;
    background: #fff;
    border-radius: 5px;
    float: left;
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 40px;
    min-height: calc(100% - 80px);
    box-shadow: 5px 5px 50px 0px #9999994a;
    -webkit-box-shadow: 5px 5px 50px 0px #9999994a;
    box-shadow: 5px 5px 50px 0px #9999994a;
}



.clientes{
	background-image: url('/imagens/bg_laranja.jpg'); background-position: center center; background-size: cover; width: 100%; min-height: 508px; padding-top: 60px; padding-bottom: 60px; float: left;
}



.item_clientes{
	width: 33%;
	float: left;
	    padding-left: 30px;
    padding-right: 30px;
}


.item_clientes img{
border-radius: 50%;
    width: 98px;
    height: 98px;
    float: left;
    margin-right: 18px;
    display: block;
    border: solid 4px #fff;
	
}

.item_clientes span{
	
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	float: left;
	
}


.comentario{
    background: #fbefdd;
    border-radius: 20px;
    padding: 25px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #897a6c;
    position: relative;
    margin-bottom: 18px;
	letter-spacing: -0.04em;
	min-height:122px;
}

.comentario:after{
    content: '\f0dd';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    bottom: -6px;
	    left: 15%;
    color: #fbefdd;
    font-size: 20px;
}



.item_releases{
	border-left: solid 5px #fff;
    float: left;
    width: 100%;
    padding: 30px;
	padding-left: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
    background: #fff;
    box-shadow: 5px 5px 50px 0px #9999994a;
    -webkit-box-shadow: 5px 5px 50px 0px #9999994a;
    box-shadow: 5px 5px 50px 0px #9999994a;
	
		    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_releases:hover{
	border-left: solid 5px #fd7e35;
    background: #f7f7f7;
	    box-shadow: 5px 5px 50px 0px #99999994;
    -webkit-box-shadow: 5px 5px 50px 0px #99999994;
    box-shadow: 5px 5px 50px 0px #99999994;
}



.bt_mais{
	color: #fb7c32;
	border: solid 2px #fb7c32;
	border-radius: 5px;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	font-size: 18px;
	line-height: 18px;
	font-weight: 500;
	
	    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;
}

.bt_mais:hover{
	
	color: #fff;
	background: #fb7c32;
	
}



.orcamento{
	
	width: 100%;
	float: left;
	background-image: url("/imagens/bg_orcamento.jpg");
	background-repeat: no-repeat;
	background-size: auto 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	min-height: 665px;
	
}




.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;
	
}


.sombra_degrade{
background: rgb(0,0,0);
background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.5158438375350141) 67%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.5158438375350141) 67%, rgba(0,0,0,0) 100%);
background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.5158438375350141) 67%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}



.listagem_hz{
margin-top: 50px; 
	float: left; 
	margin-left: 25px; 
	margin-right: 25px; 
	width:calc(50% - 50px); 
	background-color: #fff;    
	box-shadow: rgb(0 0 0 / 15%) 1px 3px 60px 0px; 
	-webkit-box-shadow: rgb(0 0 0 / 15%) 1px 3px 60px 0px;
	

}


.listagem_hz .foto{
	background-repeat: no-repeat; 
	background-position: center center; 
	background-size: cover;
	width: 50%;
	float: left;
	
	
}

.listagem_hz .txt{
	float: left; 
	padding: 25px; 
	position: relative;
	width: 50%;
}


.listagem_hz:hover .full{
	
	color: #fff !important;
    background-color: #ff6316 !important;
    border-color: #ff6316 !important;
	
}


.listagem_hz:hover h2{
	    color: #549300 !important;
}



.listagem_vt{
    margin-top: 50px;
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(25% - 30px);
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 15%) 1px 3px 60px 0px;
    -webkit-box-shadow: rgb(0 0 0 / 15%) 1px 3px 60px 0px;
}





.listagem_vt .foto{
	background-repeat: no-repeat; 
	background-position: center center; 
	background-size: cover;
	width: 100%;
	float: left;
}

.listagem_vt .txt{
	float: left; 
	padding: 25px; 
	position: relative;
	width: 100%;
}

.listagem_vt:hover .full{
	
	color: #fff !important;
    background-color: #ff6316 !important;
    border-color: #ff6316 !important;
	
}


.listagem_vt:hover h2{
	    color: #549300 !important;
}

.lista_livros{
	 margin-top: 40px; 
	padding: 20px;  
	float: left;  
	margin-left: 15px;  
	margin-right: 15px;  
	width: calc(33% - 30px); 
	background-color: #fff;  
	box-shadow: rgb(0 0 0 / 15%) 1px 3px 60px 0px;
	-webkit-box-shadow: rgb(0 0 0 / 15%) 1px 3px 60px 0px;
}


.lista_livros:hover h2{
	    color: #549300 !important;
}


.feat_verde{
	color: #54b141; background-color: #fff; border: solid 1px #54b141; font-size: 0.75em; line-height: 12px; padding: 3px; border-radius: 3px;position: absolute; top: -4px;font-weight: 500;
}

.feat_roxo{
	color: #8b43d5; background-color: #fff; border: solid 1px #8b43d5; font-size: 0.75em; line-height: 12px; padding: 3px; border-radius: 3px;position: absolute; top: -4px;font-weight: 500;
}


.cat_cursos a{
	width: 100%; float: left;     
	padding-bottom: 7px;  
	padding-top: 7px;
}

.cat_cursos i{
	color: #a8a8a8; font-size: 9px;  padding-right: 10px;
}


.cat_cursos span{
	font-size: 0.9em; line-height: 0.9em; color: #333;
}


.sombra{
	
    -webkit-box-shadow: 0 0 80px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0 80px 0 rgb(0 0 0 / 10%);
	
}



.full{
	

	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	
}


.full:hover{
    color: #4721eb !important;
    background: #8cfa32 !important;
    border-color: #8cfa32 !important;
	
}

.full:hover i{
    color: #fff !important;

	
}



.full2{
	

	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	
}


.full2:hover{
    color: #fff !important;
    background-color: #ff6b4f !important;
    border-color: #ff6b4f !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-right: 30px;
	  
}


.item_roda:last-child{

    padding-right: 0px;

}



.item_roda a{
color: #fff;
    font-size: 14px;
    line-height: 14px;
    padding-bottom: 15px;
    font-weight: 500;
    list-style: none;
    padding-right: 30px;
    text-transform: uppercase;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}



.item_roda a:before{

content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    float: left;
    font-size: 9px;
	margin-right: 7px;
	color: #fff;
}



.botao_hover3{
	border: solid 2px transparent;
     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;
}


.botao_hover3:hover {
  
    border: solid 2px #bacde2;

}


.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;
	
	
}

.item_unidades{
	float: left; 
	display: block;
	width: 26.3%; 
	margin: 3.5%; 
	margin-top: 50px;
	margin-bottom: 50px;
	background-color: #fff; 
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 50px 0px rgb(6 51 130 / 25%);  
	-moz-box-shadow: 0px 0px 50px 0px rgb(6 51 130 / 25%);  
	box-shadow: 0px 0px 50px 0px rgb(6 51 130 / 25%);
}

.item_unidades img{
	border-radius: 10px; 
	width: 100%; 
	float: left;
	background-size: cover; 
	background-position: center;
}


.item_unidades strong{
	color: #0840a3; 
	font-size: 20px; 
	line-height: 20px; 
	float: left; 
	margin-bottom: 10px; 
	display: block;
}


.item_unidades span{
	float: left; 
	font-size: 16px; 
	line-height: 18px; 
	color: #888; 
	display: block; 
	width: 100%;
}




.item_noticias{
	float: left; 
	display: block;
	width: 26.3%; 
	margin: 3.5%; 
	margin-top: 50px;
	margin-bottom: 50px;
	
	
}

.item_noticias img{
	width: 100%; 
	float: left;
	background-size: cover; 
	background-position: center;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 100px 0px rgb(6 51 130 / 25%);  
	-moz-box-shadow: 0px 0px 100px 0px rgb(6 51 130 / 25%);  
	box-shadow: 0px 0px 100px 0px rgb(6 51 130 / 25%);
	
	    outline: solid 2px transparent;
	
	    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;
	
}

.item_noticias_texto{
width: 100%;
    float: left;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 20px;
    padding: 25px;
    -webkit-box-shadow: 0px 0px 100px 0px rgb(6 51 130 / 25%);
    -moz-box-shadow: 0px 0px 100px 0px rgb(6 51 130 / 25%);
    box-shadow: 0px 0px 100px 0px rgb(6 51 130 / 25%);
	
	    outline: solid 2px transparent;
	
	    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;
}

.item_noticias strong{
	color: #19af99; 
	font-size: 20px; 
	line-height: 20px; 
	float: left; 
	margin-bottom: 10px; 
	display: block;
}


.item_noticias span{
	float: left; 
	font-size: 16px; 
	line-height: 18px; 
	color: #888; 
	display: block; 
	width: 100%;
}


.item_noticias:hover .item_noticias_texto, .item_noticias:hover img{
	
	    outline: solid 2px #98dad0;
}


.oque img{
	-webkit-filter: contrast(0.9) brightness(0.9);
	filter: contrast(0.9) brightness(0.9);
}

.redes i{
    color: #ffffff;
    font-size: 18px;
    line-height: 18px;
    display: block;
    margin: 7px;
    margin-top: 0;
    margin-bottom: 0;
    float: left;
}


	.default{opacity:1;}


.stabled{    
	
    -webkit-box-shadow: 5px 5px 45px -25px rgb(0 0 0 / 57%);
    box-shadow: 5px 5px 45px -25px rgb(0 0 0 / 57%);
    position: fixed !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;


}


.logo{
    padding: 20px;
    float: left;
    margin-top: 55px;
    margin-left: 35px;
}

.stabled .logo{
    padding: 5px;
    float: left;
    max-width: 160px;
}

.stabled .menu{
	padding: 0;
	margin: 0;
}


.nossas_obras{
	width: 100%; 
	position: relative; 
	float: left; 
	clear: both;
	background-image: url(/site/imagens/bg_content.jpg);
	background-repeat: no-repeat;
	background-size: 1920px auto;
	min-height: 1920px;
	    background-position: center top;
}


.item_obras{
	
	background-color: #fff;
	width: 31%;
	margin: 1%;
	margin-bottom: 50px;
	float: left;
	cursor: pointer;
	overflow: hidden;
	
	    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;
	
	    border-bottom: solid 3px #fff;
	
}


.item_obras:hover{
/*	box-shadow: 0 0 60px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 0 60px 0px rgb(0 0 0 / 10%);
    box-shadow: 0 0 60px 0px rgb(0 0 0 / 10%);*/
	    border-bottom: solid 3px #ed7000;
}


.item_obras img{
		    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;
	
	    filter: brightness(0.85);
	
}



.item_obras:hover img{
	
	
	    transform: scale(1.03);
    filter: brightness(1.1) contrast(1.05);

}


.item_obras div{
	
	width: 100%;
	
}



.item_blog{
	
	
	width: 29%;
    margin: 2%;
	float: left;
	position: relative;
	
	
}

.item_blog img{
	
	width: 100%;
	float: left;
	
}

.item_blog strong{
	
	font-size: 22px;
	line-height: 24px;
	color: #57525a;
	width: 100%;
	text-transform: uppercase;
	
}

.item_blog span{
	color: #353238;
	font-size: 18px;
	line-height: 24px;
	width: 100%;
}



.item_roda{
	    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

	float: left;
	    margin-bottom: 20px;
}

.item_roda strong{
	
color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 15px;
    font-weight: 700;
}




.item_roda a:hover{
	color:#fad132;
}


	.carousel-nav .flickity-viewport {
    overflow:visible;
    position: relative;
  
}
		
		.carousel-nav .carousel-cell{
			position: relative !important;
			    transform: none !important;
		}
		
		
		.carousel-nav .flickity-slider{
		
		transform: none !important;
	
		}
		
	.mn_obras .flickity-slider {
    position: relative;
    width: 100%;
		height: auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    float: left;
    clear: both;
    padding-bottom: 20px;
}
		
		
		.item_lista_banner:before{
			
			background-image: url(/site/imagens/linha_sep.png);
			background-size: 100% 100%;
			background-repeat: no-repeat;
			content: '';
			position: absolute;
			width: 1px;
			left: -1px;
			height: 100%;
			
			
			
		}	
		
		
			.item_lista_banner:last-child:after{
			
			background-image: url(/site/imagens/linha_sep.png);
			background-size: 100% 100%;
			background-repeat: no-repeat;
			content: '';
			position: absolute;
			width: 1px;
			right: -1px;
			height: 100%;
			
		}	
		
		
		.mn_obras .is-nav-selected span{
			
			color: #fabc00 !important;
			
			
		}





.esconde_desk{
	
	display: none;
	
}



.caixa_topo{
		position: relative;
	}

	
	.banner {
 		float: left;
		width: 100%;
		position: relative;
		
}



.rodape .redes i {
color: #fff;
    font-size: 20px;
    line-height: 20px;
    display: block;
    margin-right: 7px;
    margin-left: 7px;
    float: left;
}
.rodape .redes{
	    margin-bottom: 25px;
}


.bt_vejamais{
	border: solid 3px #54ffe6;
	color: #54ffe6;
	float: left;
	padding: 15px;
	border-radius: 30px;
	font-size: 20px;
	line-height: 20px;
	font-weight: 600;
	padding-left: 35px;
	padding-right: 35px;
	margin-top: 30px;
}


.marcelo{
	float: right; bottom: -40px;  width: 250px;  position: relative;
}


@media (min-width: 220px) and (max-width:1024px) {
	
	
	.marcelo{
	float: right;
        bottom: -30px;
        width: 250px;
        position: relative;
}
	
	
	.item_roda a {
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    padding-bottom: 15px;
    font-weight: 500;
    list-style: none;
    padding-right: 0px;
    text-transform: uppercase;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    text-align: center;
    float: left;
    width: 100%;
		
		-webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;	
		
}
	
		
	.item_releases {
     margin-top: 20px;
	}
	
	.item_clientes {
    width: 100%;
    float: left;
    padding-left: 30px;
    padding-right: 30px;
		        padding: 15px;
}
	
	
	.container {

	float: left;
	width: 100%;

		 background-image: url(/imagens/bg_topo_int.jpg);
		background-repeat: no-repeat;
		background-size: 1920px auto;
		background-position: center top;

}
	
	
	
	.item_servicos {
    width: calc(33.3% - 24px);
    margin-left: 0px;
    margin-right: 0px;
    background: #fff;
    border-radius: 5px;
    float: left;
    padding: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    min-height: calc(100% - 40px);
    box-shadow: 5px 5px 50px 0px #9999994a;
    -webkit-box-shadow: 5px 5px 50px 0px #9999994a;
    box-shadow: 5px 5px 50px 0px #9999994a;
}
	
	
	.pagenav div{
		width: calc(100% - 20px) !important;
	}
	
	
	.item_noticias {
    float: left;
    display: block;
    width: 100%;
    margin: 0%;
    margin-top: 10px;
    margin-bottom: 40px;
}
	
	
	.item_unidades {

    width: 100%;
    margin: 0%;
	}
	
	.unidades .flickity-viewport {
    margin-left: unset;
    margin-right: unset;
    width: auto;
}
	
	
	.bt_vejamais {
    border: solid 3px #54ffe6;
    color: #54ffe6;
    float: left;
    padding: 10px;
    border-radius: 30px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 20px;
}
	
	
	.bg_banner{
		min-height: 450px !important;
	}
	
	.txt_small_banner{
		    max-width: 170px !important;
    font-size: 14px !important;
    line-height: 16px !important;
    margin-top: 15px !important;
	}
	
	.align_mob {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
	
	
	.redes i{

    margin: 5px;
		margin-bottom: 0px;

}
	
	
	
	.bann_img{
		    min-height: 520px !important;
	}
	
	
	
	.nuvem_int{
	position: static; right: 20px; bottom: -10px;  z-index: 9; max-width: 330px; margin: auto;
}
	
	
	.caixa_topo{
		position: static;
	}

	
	
	.container{
		overflow: hidden;
	}
	
	.consultor{
		padding: 30px;
		padding-bottom: 0;
	 
		background-size: cover;
}
	
	.consultor img{
		margin-top: 20px;
	}
	
	
	.static{
		position: static !important;
	}
	
	
	.listagem_hz {
    margin-top: 30px;
    float: left;
    margin-left: 0px;
    margin-right: 0px;
    width: calc(100% - 0px);
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 15%) 1px 3px 60px 0px;
    -webkit-box-shadow: rgb(0 0 0 / 15%) 1px 3px 60px 0px;
		
		    -webkit-flex-flow: column wrap;
    -moz-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
}
	
	.listagem_hz .foto {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    float: left;
}
	
	
	
	.listagem_vt {
    margin-top: 20px;
    float: left;
    margin-left: 0px !important;
    margin-right: 0px !important;
    width: calc(100% - 0px) !important;
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 15%) 1px 3px 60px 0px;
    -webkit-box-shadow: rgb(0 0 0 / 15%) 1px 3px 60px 0px;
}
	
	
	.lista_livros {
    margin-top: 20px;
    padding: 20px;
    float: left;
    margin-left: 0px !important;
    margin-right: 0px !important;
    width: calc(100% - 0px) !important;
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 15%) 1px 3px 60px 0px;
    -webkit-box-shadow: rgb(0 0 0 / 15%) 1px 3px 60px 0px;
}
	
	
	
	.item_roda{
		    /* width: 100%; */
    padding-right: 0;
    margin-top: 30px;
    padding-left: 0;
		min-width: 250px;
	}
	
	
	.item_preco_cursos {
    float: left;
    width: calc(190px - 50px);
    position: relative;
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 20px;
}
	
	.listagem_hz .txt {
    float: left;
    padding: 15px;
    position: relative;
    width: 100%;
}
	
	
	.listagem_hz h2{
		    font-size: 16px !important;
    line-height: 16px !important;
	}
	
	.listagem_vt h2{
		    font-size: 16px !important;
    line-height: 16px !important;
	}
	
	
	.hauto{
		height: auto !important;
		min-height: auto !important;
		max-height: none !important;
	}
	
	
	.relativo{
		position: relative !important;
	}
	
	
	.bg_banner{
		    background-size: cover !important;
	}
	
	
	.esconde_desk{
	
	display: block;
	
}
	
	
	.item_banner{
	background-size: 1000px !important;
    background-position: right top !important;
    background-repeat: no-repeat;
		filter: brightness(0.8);
	}
	
	
	.item_banner img{
		min-height: 830px !important;
	}
	
	
	.bg_motivos{
    background-image: url(/site/imagens/bg_cinza.jpg) !important;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover !important;
}
	
	
	
	.banner_mob{
	
	display: block;
	
	
}
	
	
	.size {
    width: 100%;
    max-width: 100%;

}
	
	
	.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_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: 0;
    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: 15px !important;
    margin: auto;
}
	
	

	.mob{
	
    min-width: 100% !important;
    width: 100% !important;
     clear: both !important;
    float: left !important;

	
	
}
	
	
		.half_mob{
	
min-width: 48% !important;
    width: 48% !important;
    margin-left: 1% !important;
    margin-right: 1% !important;
    float: left !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;
	}
	
		.pad_10{
		padding: 10px !important;
	}
	
		.pad_20{
		padding: 20px !important;
	}
	
		.pad_30{
		padding: 30px !important;
	}
	
			.pad_tp0{
		padding-top: 0px !important;
	}
	
	
		.pad_0{
		padding: 0px !important;
	}
	
			.mg_mob{
		margin: 15px !important;
	}
	
		.mg_0{
		margin: 0px !important;
	}
	
	
	
		.mg_tp10{
		margin-top: 10px !important;
	}
	
			.mg_tp20{
		margin-top: 20px !important;
	}
	
			.mg_tp40{
		margin-top: 40px !important;
	}
	
			.mg_tp80{
		margin-top: 80px !important;
	}
	
	
		.tittle {
    font-size: 24px !important;
    line-height: 24px !important;

		
}
	
		.tittle2 {
    font-size: 18px !important;
    line-height: 18px !important;

}
	
	
	.tittle3 {
    font-size: 36px !important;
    line-height: 36px !important;
}
	
		.tittle4 {
    font-size: 30px !important;
    line-height: 30px !important;
}
	
	
		
	.logo{
margin: auto;
        width: 100%;
        margin-top: 20px;
        padding: 0;
        max-width: 100% !important;
	}
	
	
	.nuvem{
		    position: absolute;
    right: 0%;
    bottom: auto;
    top: 320px;
    z-index: 9;
    max-width: 60%;
	}
	
	
		.cara{
		    position: absolute;
    max-width: 280px;
    bottom: 0;
    pointer-events: none;
	
	}

	
	
}


@media (min-width: 220px) and (max-width:480px) {
	
	
	
	
	
	
	.cara{
		    position: absolute;
    max-width: 280px;
    bottom: 0;
    pointer-events: none;
		display: none;
	}

		.half_mob{
	
	min-width:100% !important;
	width:100% !important;
	margin-left:0% !important;
	float:left !important;
	
}
	
	.nuvem{
    position: absolute;
    right: 15%;
    bottom: -25px;
    top: auto;
    z-index: 9;
    max-width: 75%;
	}
	
	
}