@charset "utf-8";
/* CSS Document */




body, html {
	font: 100%/1.4 'Montserrat', sans-serif;
	
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 15px;
    font-weight: 500 !important;
	
	    -webkit-backface-visibility: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
	
	background-color: #fff;
	
}

.table th, .table td {
    font-size: 13px;
	line-height: 13px;
	    text-align: left !important;
}


.app-theme-white.app-container {
    background: #e4ebef !important;
}

* {
	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;
}



.tab-content {
    background: #fff;
    float: left;
    border-radius: 0px 10px 10px 10px;
    padding: 0px;
    padding-right: 0px;
    margin-bottom: 0px;
    z-index: 9;
    position: relative;
    width: 100%;
}






.tab-links button {
position: relative;
    padding: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
	padding-left: 40px;
    border: none;
    outline: none;
    color: #ffffff;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    background: #393080;
    cursor: pointer;
    -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;
    transition: 0.2s;
    text-align: left;
    max-width: 200px;
    border-radius: 0;
}


.tab-links button:last-of-type{
	border-radius: 0px 10px 0px 0px;
}

.tab-links button:first-of-type{
	border-radius: 10px 0px 0px 0px;
}


.tab-links button:hover{
	
}



.tab-links button::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: var(--primary);
  transition: 0.4s;
}

.tab-links button:hover::after,
.tab-links button.active::after {
  width: 100%;
}

.tab-links button.active{
background-color: #fff;
    color: #1e1466;
    border-radius: 10px 10px 0px 0px;
    margin-top: -10px;
	padding-left: 30px;
	
}

.tab-links button::before {
	
	    content: '\f0da';
    font-family: 'Font Awesome 6 Free';
    position: absolute;
    font-size:14px;
    left: 20px;
	
}

.tab-links button.active::before {
	
	    content: '\f0da';
    font-family: 'Font Awesome 6 Free';
    position: absolute;
    font-size: 24px;
    left: -5px;
	
}

.tab-content > section {
  animation: up 1s;
}

@keyframes up {
  from {
    opacity: 1;
    transform: translateY(-0px);
  }

  to {
    opacity: 1;
  }
}


.tab-content p{
	
	font-size:18px;
	line-height: 22px;
	text-align: left;
	font-weight: 400;
	color: #1e1466;
	display: block;
	
}

.tab-content h2{
	
	font-size: 24px !important;
	line-height: 24px !important;
	text-align: left;
	font-weight: 700 !important;
	color: #1e1466;
	margin-bottom: 20px;
	display: block;
	
}




.pagination li a {
    position: relative;
    display: block;
    margin-left: -1px;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 50%;
}

.pagination li:first-child a {
    border-top-right-radius: inherit;
    border-bottom-right-radius: inherit;
    border-radius: 50% !important;
    width: 30px;
    height: 30px;
    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;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

.pagination li a {
position: relative;
    display: block;
    padding: 0 !important;
    margin-left: -1px;
    line-height: inherit !important;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.pagination li:last-child a {
    border-top-right-radius: inherit;
    border-bottom-right-radius: inherit;
    border-radius: 50% !important;
    width: 30px;
    height: 30px;
    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;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #8d96a0;
font-size: 16px;
font-weight: 400;
	font-family: 'Montserrat', sans-serif;

}
::-moz-placeholder { /* Firefox 19+ */
 color:#8d96a0;
font-size: 16px;
font-weight: 400;
font-family: 'Montserrat', sans-serif;
}
:-ms-input-placeholder { /* IE 10+ */
 color:#8d96a0;
font-size: 16px;
font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}
:-moz-placeholder { /* Firefox 18- */
 color:#8d96a0;
font-size: 16px;
font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}
 .busca::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color:#8d96a0;
font-size: 16px;
font-weight: 400;
	 font-family: 'Montserrat', sans-serif;
}
.busca::-moz-placeholder { /* Firefox 19+ */
 color:#8d96a0;
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;
}
 .formulario_busca::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color:#15355b;
font-size: 16px;
font-weight: 400;
	 font-family: 'Montserrat', sans-serif;

}

.formulario_busca::-moz-placeholder { /* Firefox 19+ */
 color:#15355b;
font-size: 16px;
font-weight: 400;

}

.formulario_busca:-ms-input-placeholder { /* IE 10+ */
 color:#15355b;
font-size: 16px;
font-weight: 400;

}
.formulario_busca:-moz-placeholder { /* Firefox 18- */
 color:#15355b;
font-size: 16px;
font-weight: 400;
	
}
.formulario_busca {
	    width: 100%;
background-color: #f4f7fc;
    font-size: 16px;
    padding: 15px;
    border-radius: 3px;
    padding-left: 20px;
    border: 0;
    border: solid 1px #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);
	
}



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

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


}


.topo{
	
	float: left;
	background: #fff;
	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;
	
}


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

}


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

}

.menu li{
float: left;
}

.menu li a{
	    border-radius: 20px;
    font-size: 17px;
    line-height: 17px;
    font-weight: 600;
    padding: 10px;
	padding-right: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
     margin-top: 0;
    color: #979696;
    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;
		
}

.menu li a{
   color: #979696;
    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;
 
		
}


.menu li:hover a{
        color: #ffffff;
    background: #005f99;
}

.menu li:hover a{
        color: #ffffff;

}

.menu li:hover img{
	filter: brightness(2.0);
}


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



.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 #0075ca;
    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;
	
	
}




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



.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; 
	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: #ffffff !important;
    background: linear-gradient(to right, #D64141, #F37A65) !important;*/
	
	    color: #ffffff !important;
    background: linear-gradient(to right, #41d673, #4c8b70) !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: #5077dc !important;
    border-color: #5077dc !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: 16px;
	line-height: 16px;
	padding-bottom: 15px;
    font-weight: 500;
	list-style: none;
		
	    -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: #2b75d6;
    font-size: 20px;
    line-height: 20px;
    display: block;
    margin: 7px;
    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;
}

.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;
	    -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:#32fabd;
}


	.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(/websites/cloudsync/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;
}


.caixa_topo{
		position: relative;
	}


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

	
	.banner {
 		float: left;
		width: 100%;
		position: relative;
		
}


	.unidades .flickity-viewport {
 
    margin-left: -15px;
    margin-right: 20px;
		width: calc(100% - 5px)
}
		
	.unidades .flickity-prev-next-button.previous {
    left: -1%;
}
		
	.unidades .flickity-prev-next-button.next {
    right: 2%;
}


.rodape .redes i {
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    display: block;
    margin-right: 15px;
    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;
}




.tree {
  position: relative;
  background: white;
  margin-top: 20px;
  padding: 0px;
  font-family: "Roboto Mono", monospace;
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
}
.tree span {
    font-size: 12px;
    line-height: 12px;
    color: #a6a6a6;
    font-weight: 500;
    float: left;
    padding: 3px;
    padding-bottom: 10px;
    padding-left: 14px;
    width: 100%;
}
.tree .fa-folder-open, .tree .fa-folder {
 color:#a0b8ec;
}
.tree .fa-html5 {
  color: #f21f10;
}
.tree ul {
  padding-left: 5px;
  list-style: none;
}
.tree ul li {
    position: relative;
    padding-top: 5px;
    padding-bottom: 0px;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    user-select: none;
}
.tree ul li details summary {
  outline: none;
}
.tree ul li details summary::-webkit-details-marker {
  display: none;
}
.tree ul li details[open] > summary i:before {
  content: "";
}
.tree ul li details[disabled] > summary {
  cursor: not-allowed;
}
.tree ul li details[disabled] > summary i:before {
  content: "";
  color: #7f96ae;
}
.tree ul li:before {
  position: absolute;
  top: 15px;
  left: 0;
  width: 10px;
  height: 1px;
  margin: auto;
  content: "";
  background-color: #abbcea;
}
.tree ul li:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100%;
  content: "";
  background-color: #abbcea;
}
		
	
	
		
.tree ul li:last-child:after {
  height: 15px;
}
.tree ul a {
  cursor: pointer;
}
.tree ul a:hover {
  text-decoration: none;
}
	
		
		.tree summary strong{
			font-weight: 500;
    color:#2c6de3;
			    white-space: nowrap;
		}		
		
		.GALPAO{
			      font-weight: 600;
    color: #3f6ad8;
    font-size: 14px;
		}
		
	
		.GALPAO i{
			    color: #3f6ad8;
		}		
		
		
.tree ul li details[open] > .GALPAO i:before {
    
	content: "\f2a1";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;

}		
	
		
		.tree ul li details[open] > .DRIVE i:before {
    
	content: "\f5fd";
    font-family: "Font Awesome 6 Free";


}	
		
			.tree ul li details[open] > .PRATELEIRA i:before {
    
	content: "\3d";
    font-family: "Font Awesome 6 Free";


}	
		
						.tree ul li details[open] > .PALLET i:before {
    
	content: "\f482";
    font-family: "Font Awesome 6 Free";


}	
		
				.tree ul li details[open] > .CAIXA i:before {
    
	content: "\f466";
    font-family: "Font Awesome 6 Free";

}	
		
		
		.tree ul li details[open] > .CAIXABOX i:before {
    
	content: "\f187";
    font-family: "Font Awesome 6 Free";
			

}
		
		.tree ul li details[open] > .ARQUIVO i:before {
			content: "\f15b";
    font-family: "Font Awesome 6 Free";
		}
		
		
		
			.CAIXABOX i{
    
	content: "\f187";
    font-family: "Font Awesome 6 Free";
			color:#7397e5
	
				
}
		
			.CAIXA i{
		   color:#7682a9
		}
		
			.PALLET i{
		    color:#7682a9;
				    top: -3px;
    position: relative;
		}
		
			.PRATELEIRA i{
		   color:#7682a9;
		}
		
			.DRIVE i{
		    color:#7682a9;
		}
		
		
		summary {
    display: list-item;
    cursor: pointer;
    font-size: 13px;
    line-height: 13px;
    padding-bottom: 5px;
    padding-top: 5px;
    color: #000;
    font-weight: 500;
			
	    padding-right: 20px;	
			
			
		
			
}
		
		summary i{
			color:#aeb5c3;
		}
		
		
		summary::marker{
			color: #6e7eb2;
		}
		
		
		.ARQUIVO{
			    color: #646a72;
		}
		
		
		summary h9{
			position: relative;
		}
		
		
		summary h9 .edit{

float: left;
    position: absolute;
    right: -30px;
    top: -2px;
    font-size: 11px;
    border-radius: 50%;
    background-color: #fff;
    padding: 2px;
    width: 18px;
    height: 18px;
    -webkit-box-shadow: 0 1px 3px 1px rgb(67 67 67 / 25%);
    box-shadow: 0 1px 3px 1px rgb(67 67 67 / 25%);
    border: solid 1px transparent;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;

	}
		
		summary h9 .edit:hover{
		    border: solid 1px #333;
		}
		
		
		h9 .edit{
			    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
		}
		
		
		.edit::before{
			
			content: '\f044';
			float: left;
			  font-family: "Font Awesome 6 Free";
			font-weight: 900;
			    color: #8b97a3;
			
		}
		
		.edit:hover::before{
			
			 color: #333;
		}
		
		 .CAIXABOX h9{
			color: #405a93;
		}
		
		 .FOLDER h9{
		    color: #4c6395;
		}
		
		
		.caminho{
			    float: left;
    clear: both;
    width: 100%;
    padding: 3px;
			padding-left: 0;
			   			
			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;
			
			    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
	
		}
		
		.caminho span{
    font-size: 12px;
    line-height: 12px;
    margin-right: 4px;
    margin-left: 4px;
    margin-bottom: 2px;
    float: left;
    font-weight: 500;
    color: #898b8d;
		}
		
		
		.caminho i{
		font-size: 9px;
    line-height: 9px;
    margin-right: 2px;
	margin-bottom: 2px;
    float: left;
		}	
		
		
		.widget-content{
			    width: 100%;
    clear: both;
		}
		
		
		.data{
			font-size: 13px;
    line-height: 13px;
    text-align: center;
    border: solid 1px #e1e1e1;
    padding: 5px;
		}
		
		.titulo_p{
			font-size: 13px;
    line-height: 13px;
    font-weight: 600;
		}
		
		
		.widget-content-left{
		   
			margin-right: auto;
		}
		
		
		.widget-content .widget-content-right {
    margin-left: 0 !important;
    width: 100px;
			min-width: 100px;
    text-align: right;
}
	
		.list-group-item{
	padding-left: 7px !important;
    padding-right: 7px !important;
    	
		}
		
		.list-group-item:hover{
		background: #e0f3ff;
		}
		
		
		.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
  
}
		

		.app-header__logo .logo-src {
    background-size: cover;
    height: 50px;
    width: 170px;
    float: left;
    background-image: url(/img/logo_iffi_cor.png);
}
		
		.fa, .fas {
    font-family: 'font awesome 6 free';
    font-weight: 900;
}

.search-wrapper {
    position: relative;
    margin-right: .66667rem;
    float: left;
	    margin: 5px;
}


.form-control{
	width: auto !important;
    float: left;
    margin: 10px;

}


.pagination ul{

  display: flex;
  flex-wrap: wrap;
  background: #fff;
  padding: 5px;
  border-radius: 50px;
  box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
}
.pagination ul li{
    color: #20B2AA;
    list-style: none;
    line-height: 25px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    user-select: none;
    transition: all 0.3s ease;
}
.pagination ul li.numb{
list-style: none;
    height: 30px;
    width: 30px;
    margin: 0 3px;
    line-height: 30px;
    border-radius: 50%;
}
.pagination ul li.numb.first{
  margin: 0px 3px 0 -5px;
}
.pagination ul li.numb.last{
  margin: 0px -5px 0 3px;
}
.pagination ul li.dots{
  font-size: 22px;
  cursor: default;
}
.pagination ul li.btn {
    padding: 0;
    margin: 0px;
	margin-right: 5px;
    line-height: unset;
    width: 30px;
    height: 30px;
}
.pagination li.active,
.pagination ul li.numb:hover,
.pagination ul li:first-child:hover,
.pagination ul li:last-child:hover{
  color: #fff;
/*  background: #20B2AA;*/
}

.etiqueta{
	padding: 2px;
    width: 100%;
    font-size: 13px;
    line-height: 13px;
    text-align: center;
    border: solid 1px #dfe3ed;
    border-radius: 3px;
}


.print{
	float: left;
    margin-left: 10px;
    color: #4d4d4d;
	position: relative;
}

.check:after{
    content: '\f058';
    position: absolute;
    width: 20px;
    font-size: 11px;
    font-weight: 900;
    font-family: 'Font Awesome 6 Free';
    color: #3dc58c;
    left: 10px;
    top: -5px;
}


.reg_btn button {
    width: 100%;
    border: none;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    background: linear-gradient(to right, #16aaff, #285ed1);
    border-radius: 5px;
    color: #ffffff;
    letter-spacing: 1px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}

.reg_btn button:hover {
    background: linear-gradient(to right, #D64141, #F37A65);
}

.input_box input {
    width: 100%;
    height: 45px;
    border: none;
    outline: none;
    border-radius: 5px;
    font-size: 16px;
    padding-left: 15px;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
    background-color: #f6f8fa;
    font-family: 'Poppins', sans-serif;
    transition: all 120ms ease-out 0s;
}


.input_box select {
    width: 100%;
    height: 45px;
    border: none;
    outline: none;
    border-radius: 5px;
    font-size: 16px;
    padding-left: 15px;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
    background-color: #f6f8fa;
    font-family: 'Poppins', sans-serif;
    transition: all 120ms ease-out 0s;
}



.modal-open .modal.modal-center.show {
    display: flex !important;
    align-items: center !important;
}






.select {
    position: relative;
    width: 100%;
    height: 45px;
	border-radius: 5px;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
}
.select .selectBtn {
    background: var(--bg1);
    padding: 13px;
    box-sizing: border-box;
    border-radius: 5px;
    height: 45px;
    width: 100%;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #fff;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #153580;
}
.select .selectBtn:after {
  content: "";
  position: absolute;
  top: 45%;
  right: 15px;
  width: 6px;
  height: 6px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
  transition: 0.2s ease;
}
.select .selectBtn.toggle {
  border-radius: 3px 3px 0 0;
}
.select .selectBtn.toggle:after {
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}
.select .selectDropdown {
  position: absolute;
  top: 100%;
  width: 100%;
  border-radius: 0 0 3px 3px;
  overflow: hidden;
  background: var(--bg1);
  border-top: 1px solid #eee;
  z-index: 1;
  background: #fff;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  visibility: hidden;
  transition: 0.2s ease;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
.select .selectDropdown .option {
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
}
.select .selectDropdown .option:hover {
  background: #f8f8f8;
}
.select .selectDropdown.toggle {
  visibility: visible;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}


.alerta{
	position: absolute;
    width: 10px;
    height: 10px;
    color: #fff;
    background: red;
    border-radius: 50%;
    font-size: 7px;
    font-weight: 600;
    top: -3px;
    right: -5px;
}

.botao_press{
position: relative;
    background: #f8f8f8;
    border: 1px solid #b1b1b1;
    padding: 5px;
    border-radius: 3px;
    padding-left: 7px;
    padding-right: 7px;
    font-size: 13px;
    font-weight: 500;
}

.botao_press:after{
	    content: '';
    display: block;
    position: absolute;
	width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 3px;
    padding-left: 0.25em;
    box-shadow: inset 1px 1px 0px rgba(255, 255, 255, 0.5), inset -1px -1px 0 rgba(0, 0, 0, 0.1);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.2) 49%, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.35)), color-stop(49%, rgba(255, 255, 255, 0.2)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.2) 49%, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.2) 49%, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.2) 49%, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.2) 49%, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59ffffff', endColorstr='#1a000000',GradientType=0 );
}

.botao_press:hover, .botao_press:focus {
    background: #fff;
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem;
    line-height: 12px;
    font-size: 12px;
}


.closed-sidebar .app-sidebar i{
	    position: absolute;
    text-indent: +99.5rem;
    top: 10px;
}

.app-sidebar:hover i{
	   position:inherit;
    text-indent:inherit;
    top:inherit;
}




.closed-sidebar .app-sidebar .btn-info{
	opacity: 0;
}


.app-sidebar:hover .btn-info{
	opacity: 1;
}


.closed-sidebar .closed-esconde{
	width: 28px;
    overflow: hidden;
}

.closed-sidebar .app-sidebar__inner:hover .closed-esconde{
	width: auto;
    overflow:visible;
}

.closed-sidebar .closed-esconde i{
    text-indent: unset;
    position: static;
	}


.app-sidebar__inner li{
	float: left;
	width: 100%;
	
}



 .editable-dropdown input,.editable-dropdown li {
	 padding: 0;
	 margin: 0;
  width: 100%;
}
 .editable-dropdown li {
	 position: relative;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
}
 .editable-dropdown ul {
	 list-style: none;
	 padding: 0;
	    background: #fff;
    z-index: 9;
}

.select-list-group__list{
	 position: absolute;
	    top: 46px;
	    max-height: 200px;
    float: left;
    overflow-x: auto;
}

.select-list-group{
	margin-bottom: 0 !important;
}


 .editable-dropdown li li:hover {
	color: #fff;
    background-color: #1967d2;
   
}
 .editable-dropdown li li.current {
	 color: white;
	 background-color: pink;
}
 .editable-dropdown {
	 width: 100%;
}
 .editable-dropdown .select-list-group, .select-list-group * {
	 width: 100%;
}
 #select-list-group__dottedhint{
  float: left;
	 top: 0.6rem;
	 right: 4rem;
	 width: 2rem;
}
#select-list-group__dottedhint:after {
	 content: "\f059";
    font: normal normal normal 14px/1 FontAwesome;
	 top: 0rem;
	 right: 0rem;
	 width: 2rem;
	 padding: 0.6rem;
	 text-align: center;
}

 .editable-dropdown .select-list-group .select-list-group__search + .select-list-group__toggle:after {
    content: "\f0d7";
    font: normal normal normal 14px / 1 FontAwesome;
    position: absolute;
    top:0;
    right: 0;
    width: 45px;
    height: 45px;
    padding: 0.6rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

.select-list-group__list-item{
padding: 5px !important;
    padding-bottom: 7px !important;
    padding-top: 7px !important;
}



 .editable-dropdown .select-list-group .select-list-group__search:focus + .select-list-group__toggle:after {
	 content: "\f0d8";
    font:normal normal normal 14px/1 FontAwesome;
}


.select-list-group__toggle{
	    float: left;
    width: 45px;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
}


 .editable-dropdown .select-list-group [data-toggle="false"] {
	 display: none;
}
.editable-dropdown .select-list-group [data-toggle="true"] {
	 display: inherit;
	 -webkit-box-shadow: 0 3px 7px -2px rgba(0, 0, 0, .2);
	 -moz-box-shadow: 0 3px 7px -2px rgba(0, 0, 0, .2);
	 box-shadow: 0 3px 7px -2px rgba(0, 0, 0, .2);
}
 .editable-dropdown .select-list-group li[data-display="false"] {
	 display: block;
}
 .editable-dropdown .select-list-group li[data-display="true"] {
	 display: inherit;
}
 .editable-dropdown .select-list-group li[data-highlight="false"] {
	 border-left: 5px solid transparent;
}
.editable-dropdown .select-list-group li[data-highlight="true"] {
	 border-left: 5px solid lightsteelblue;
}
 
.editable-dropdown .tooltip-arrow{
  display:none !important; 
}
.editable-dropdown .tooltip-inner{
  background-color:#f2f2f2;
  color:#000;
}
.editable-dropdown .tooltip {
  pointer-events: none;
}

@media (min-width: 220px) and (max-width:1024px) {
	
	
	.rowwrap_mob {
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
	
	
	.space-evenly_mob{
		-webkit-justify-content: space-evenly;
    -moz-justify-content: space-evenly;
    -ms-justify-content: space-evenly;
    justify-content: space-evenly;
	}
	
	
	
	.columnwrap_mob {
    -webkit-flex-flow: column wrap;
    -moz-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
	}
		
	    .card-header.card-header-tab .card-header-title {
        display: inline-flex !important;
        line-height: 1;
        width: 100%;
    }
	
	.form-control {
    width:auto;
		max-width: calc(100% - 20px) !important;
    float: left;
    margin:10px;
		
}
	
	
	.table-responsive {
    padding: 10px;
	}
	
	.card-body {
    display: block;
}
	
	    .user_details {
        max-height: none !important;
        overflow-y: auto !important;
    }
	
	
	    .app-main .app-main__inner {
        padding: 10px !important;
        padding-top: 15px !important;
    }
	
	.card-header {
        height: auto;
        display: block;
        padding: 20px !important;
                text-align: left !important;
    }
	
	.btn {

    float: left;
}
	
	.min_w{
		min-width: 450px;
	}
	
	.tab-content {
    background: #fff;
    float: left;
    border-radius: 0px 10px 10px 10px;
    padding: 0px;
    padding-right: 0px;
    margin-bottom: 0px;
    z-index: 9;
    position: relative;
    width: 100%;
    overflow-x: auto;
}
	
	
	.dropdown-menu.show {
    top: 110px !important;
}
	
	
	.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;
			max-width: 170px;
	}
	

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