@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: auto;
    font-smoothing: auto;
    text-rendering: optimizeLegibility;
	
	
}
ul, ol, dl {
	margin: 0;
}
img {
	
	display: block;
	    max-width: 100%;
    height: auto;
}
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;

}
button {
	outline: none !important;
	border: none;
	background-color: inherit;
}
input {
    padding: 13px;
    padding-left: 20px;
    line-height: 16px;
    border: 0;
    color: #7b8b9e;
    font-size: 16px;
}
select {

    padding: 13px;
    padding-left: 20px;
    line-height: 16px;
    border: 0;
    color: #7b8b9e;
    font-size: 16px;
}



::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #7b8b9e;
font-size: 14px;
font-weight: 500;
	font-family: 'Montserrat', sans-serif;

}
::-moz-placeholder { /* Firefox 19+ */
 color:#7b8b9e;
font-size: 14px;
font-weight: 500;
font-family: 'Montserrat', sans-serif;
}
:-ms-input-placeholder { /* IE 10+ */
 color:#7b8b9e;
font-size: 14px;
font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}
:-moz-placeholder { /* Firefox 18- */
 color:#7b8b9e;
font-size: 14px;
font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}
 .busca::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color:#7b8b9e;
font-size: 14px;
font-weight: 500;
	 font-family: 'Montserrat', sans-serif;
}
.busca::-moz-placeholder { /* Firefox 19+ */
 color:#7b8b9e;
font-size: 14px;
font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}
.busca:-ms-input-placeholder { /* IE 10+ */
 color:#7b8b9e;
font-size: 14px;
font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}
.busca:-moz-placeholder { /* Firefox 18- */
 color:#7b8b9e;
font-size: 14px;
font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}
 .formulario_busca::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color:#7b8b9e;
font-size: 14px;
font-weight: 500;
	 font-family: 'Montserrat', sans-serif;

}

.formulario_busca::-moz-placeholder { /* Firefox 19+ */
 color:#7b8b9e;
font-size: 14px;
font-weight: 500;

}

.formulario_busca:-ms-input-placeholder { /* IE 10+ */
 color:#7b8b9e;
font-size: 14px;
font-weight: 500;

}
.formulario_busca:-moz-placeholder { /* Firefox 18- */
 color:#7b8b9e;
font-size: 14px;
font-weight: 500;
	
}
.formulario_busca {
	
color: #666;
    background-color: #f8f8f8;
    font-size: 16px;
    width: 460px;
    padding: 10px;
    border-radius: 5px;
    padding-left: 10px;
    border: 0;
    border: solid 1px transparent;
    -webkit-box-shadow: 0 4px 5px -5px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 4px 5px -5px rgb(0 0 0/30%);
    box-shadow: 0 4px 5px -5px rgb(0 0 0 / 30%);
	
}



	.acessibilidade input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}

.acessibilidade label {
cursor: pointer;
    text-indent: -9999px;
    width: 35px;
    height: 22px;
    background: #fff;
    display: block;
    border-radius: 100px;
    position: relative;
    border: solid 1px grey;
}

.acessibilidade label:after {
    content: "";
    position: absolute;
    top: 3px;
    left: 5px;
    width: 14px;
    height: 14px;
    background: #828282;
    border-radius: 90px;
    transition: 0.3s;
}

.acessibilidade input:checked + label {
  background: #808080;
}

.acessibilidade input:checked + label:after {
  left: calc(100% - 5px);
  transform: translateX(-100%);
	    background: #fff;
}

.acessibilidade label:active:after {
  width: 24px;
}



.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;
}


.container {

	float: left;
	width: 100%;


}


.topo{
	
}


.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;
	
}


.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;

}


.menu{
	list-style: none;
	float: left;
	padding: 3px;
	position: relative; 
	 

}

.menu li{
	
    font-size: 14px;
	line-height: 14px;
    font-weight: 700;
    padding: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 1px;
    margin-top: 0;
    color: #1a457b;
    float: left;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    cursor: pointer;
    border: solid 2px transparent;
	text-transform: uppercase;
		
}


.menu li:hover{
background: -webkit-linear-gradient(to right, #35b6cb 0%, #0a85e1 100%);
    background: -moz-linear-gradient(to right, #35b6cb 0%, #0a85e1 100%);
    background: linear-gradient(to right, #35b6cb 0%, #0a85e1 100%);
    -webkit-background-clip: text;
 /*   -webkit-text-fill-color: transparent;*/
}


.menu a:last-child li{
	
	padding-right: 0px;
	
}



.stabled .menu a{
	
	height: 74px;
	
}

.stabled .sub_menu {

    top: 74px;
	
}

.menu li a{
	
	position: relative;
      float: left;
}



.menu li:before{

     content: '';
    position: absolute;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    width: calc(100% - 0px);
    float: left;
    border: solid 2px #00d8f9;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
	
	    border-radius: 18px;
	
}

.menu a:last-child li:before{

    content: '';
    position: absolute;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    width: calc(100% - 30px);
    float: left;
    height: 3px;
    background-color: #7ddd00;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
	
}

.menu a:last-child li:hover:before{

	visibility: visible;
	opacity: 1;
}



.menu li:hover:before{

	visibility: visible;
	opacity: 1;
	
	
}


.active{
	
    background: -webkit-linear-gradient(to right, #35b6cb 0%, #0a85e1 100%);
    background: -moz-linear-gradient(to right, #35b6cb 0%, #0a85e1 100%);
    background: linear-gradient(to right, #35b6cb 0%, #0a85e1 100%);
    -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
		
}


.menu a{

}







.menu li:hover:before{
visibility: 1;
    opacity: 1;
  
}




.sub_menu{

float: left;
    text-align: left;
    min-width: 480px;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    position: absolute !important;
    z-index: 9;
    top: 94px;
    border-radius: 0;
    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 #d88235;
}



.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: 17px;
    padding-right: 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 !important;
}

.sub_menu a {
    position: relative;
    float: left;
	width: 50%;
	    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;
}



.fa-magnifying-glass:before{
    transform: rotate(90deg);
    position: absolute;
    left: 0;
}



.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{
	color: #0055a1; 
	display: block; 
	padding: 5px; 
	background-color: #0055a1; 
	border-radius: 5px; 
	padding-left: 15px; 
	padding-right: 15px; 
	font-size: 0.75em; 
	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-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;

	
}


.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: #fff !important;
    background: #ff6316 !important;
    border-color:#ff6316 !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: #ff6316 !important;
    border-color: #ff6316 !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-left: 30px;
	padding-right: 30px;
	  
}


.item_roda:last-child{

    padding-right: 0px;

}



.item_roda a{
	    color: #9aa7d8;
    font-size: 14px;
    font-weight: 400;
	list-style: none;
	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: #2ba6f8;
}



.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 i{
    color: #080b3e; 
	font-size: 24px;
	line-height: 24px;
    display: block;
    margin-left: 15px;
    
    float: left;
}


	.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 #ed7000;
	
	    background-image: url(/site/imagens/bg_mn.jpg);
    background-repeat: no-repeat;
    background-size: 1920px 100%;

}


.logo{
	padding: 20px;
}
	
.stabled .logo img{    
	    max-width: 250px;
    height: auto;
	
		}


.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;
	    -webkit-flex-flow: column wrap;
    -moz-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
	float: left;
}

.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:#2ba6f8;
}


	.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;
			
			
		}



.bg_motivos{
	 background-image: url(/site/imagens/bg_centro_n.jpg); 
	background-position: center top; 
	background-repeat: no-repeat; 
	background-size: 110% auto;
}


.esconde_desk{
	
	display: none;
	
}


.consultor{
	width: 100%; 
	float: left; 
	clear: both; 
	background-image: url(/imagens/bg_consultor.jpg); 
	background-position: center center; 
	min-height: 310px; 
	background-size: 1920px 310px;
}



.nuvem{
	position: absolute; right: -50px; bottom: 0;z-index: 9;
	pointer-events: none;
}


.caixa_topo{
		position: relative;
	}


.nuvem_int{
	position: absolute; right: 20px; bottom: -10px;  z-index: 9; max-width: 330px; margin: auto;
}


.container {
 
    overflow: hidden;
}


@media (min-width: 915px) and (max-width:1250px) {
	
	.caixa_topo{
		position: relative;
		margin-top: 20px;
	}
	
	.nuvem{
	position: absolute; 
		right: -50px; 
		bottom: 0;
		z-index: 9;
		    max-width: 50%;
}
	
		.mob{
	
    min-width: 100% !important;
    width: 100% !important;
     clear: both !important;
    float: left !important;

	
	
}
	
	.txt_bk{
	    right: auto !important;
    left: 40%;
    top: 5% !important;
	}
	
		
/*	.static{
		position: static !important;
	}*/
	
	
	.flickity-prev-next-button.next {
    right: 0% !important;
}
	
	.flickity-prev-next-button.previous {
    left: 0% !important;
}
	
	
	
	.item_roda {
    /* width: 100%; */
    padding-right:  20px;
    margin-top: 30px;
    padding-left: 20px;
    min-width: 250px;
}
	
	.nuvem_int {
    position: absolute;
    right: 20px;
    bottom: -10px;
    z-index: 9;
    max-width: 250px;
    margin: auto;
    display: none;
}
	
	
	.pad_mob{
		padding: 15px !important;
	}
	
		.pad_10{
		padding: 10px !important;
	}
	
		.pad_20{
		padding: 20px !important;
	}
	
		.pad_30{
		padding: 30px !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;
	}
		
	
	.g-recaptcha{
		margin-top: 20px;
	}
	
	
	
	.consultor img{
		    max-width: 45%;
	}
	
	
	
	
}




@media (min-width: 220px) and (max-width:915px) {
	
	.txt_mob{
font-size: 14px !important;
    line-height: 18px !important;
    font-weight: 400 !important;
    text-align: left !important;
    margin-top: 5px;
    color: #646473 !important;
	}
	
		.wrap_roda{
		max-width: 250px;
	}

	
	.dados_roda{
		    max-width: 500px;
	}
	
	
	
	.g-recaptcha{
		margin-top: 20px;
	}
	
	
	
	.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;
	}
	
	
	.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 {
    margin-bottom: 20px !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: 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;
	}
	
			.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: 24px !important;

		
}
	
		.tittle2 {
    font-size: 18px !important;
    line-height: 18px !important;

}
	
	
	.tittle3 {
    font-size: 36px !important;
    line-height: 36px !important;
}
	
	
		
	.logo{
		    margin: auto;
		width: 100%;
	}
	
	
	.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;
	
	}

	.txt_bk{
		min-width: 100%;
	}
	
}


@media (min-width: 220px) and (max-width:525px) {
	
	
	.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%;
	}
	
	
}


@media (min-width: 630px) and (max-width:915px) {

	

	
	.cara {
    position: absolute;
    max-width: 380px;
    bottom: 0;
    pointer-events: none;
}
	
	
	.nuvem {
    position: absolute;
    right: 0%;
    bottom: auto;
    top: 220px;
    z-index: 9;
    max-width: 60%;
}

	
}


