@charset "utf-8";
/* CSS Document */




body, html {
		font-family: 'Montserrat', sans-serif;
	  scroll-behavior: smooth;
	margin: 0;
	padding: 0;
	color: #666;
/*	font-size: 16px;*/
	
	    -webkit-backface-visibility: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
	
	background-color: #fff;
	
}

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
	/*font-family: 'Montserrat', sans-serif;*/
	
	
}
ul, ol, dl {
	margin: 0;
}
img {
	
	display: block;
	    max-width: 100%;
    height: auto;
}
a img {
	border: none;
}
a:link {

	text-decoration: none;
}
a:visited {

	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:focus {
	outline: none !important;
}


h2 {
	font-size: inherit;
	font-weight: inherit;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0rem;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
}

input {
	outline: none;
}
textarea {
	outline: none;

}
button {
	outline: none !important;
	border: none;
	background-color: inherit;
	border-radius: 5px;
}
input {
    padding: 13px;
    padding-left: 20px;
    line-height: 16px;
    border: 0;
    color: #15355b;
    font-size: 16px;
}
select {

    padding: 13px;
    padding-left: 20px;
    line-height: 16px;
    border: 0;
    color: #15355b;
    font-size: 16px;
}



.topo_home{
	background-image: url("/img/bg_topo.jpg");
	background-size: 1920px auto;
	background-position: center top;
	b background-repeat: no-repeat;
	width: 100%;
	min-height: 1002px;
	float: left;
	
}


.wrap_topo{
	max-width: 720px;
	width: 100%;
	float: left;
}

.wrap_topo h1{
	color:#7b643b;
	font-size: 24px;
	line-height: 28px;
	display: block;
	font-weight: 400;
	max-width: 350px;
	margin-right: 70px;
	    margin-left: 15px;
}

.wrap_topo .titulo{
	display: block;
	font-size: 60px;
	line-height: 50px;
	font-weight: 700;
	font-family: "museo-sans", sans-serif;
}


.wrap_topo p{
	font-size: 18px;
	line-height: 22px;
	display: block;
	margin-top: 20px;
}

.wrap_topo p:first-of-type{
	font-size: 24px;
	line-height: 28px;
	display: block;
}



.tab-content{
    background: #fff;
    float: left;
    border-radius: 0px 10px 10px 10px;
    padding: 35px;
    padding-right: 60px;
    margin-bottom: -40px;
    z-index: 9;
    position: relative;
	    min-height: 250px;
}






.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;
	
}











::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #15355b;
font-size: 16px;
font-weight: 400;
	font-family: 'Montserrat', sans-serif;

}
::-moz-placeholder { /* Firefox 19+ */
 color:#15355b;
font-size: 16px;
font-weight: 400;
font-family: 'Montserrat', sans-serif;
}
:-ms-input-placeholder { /* IE 10+ */
 color:#15355b;
font-size: 16px;
font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}
:-moz-placeholder { /* Firefox 18- */
 color:#15355b;
font-size: 16px;
font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}
 .busca::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color:#15355b;
font-size: 16px;
font-weight: 400;
	 font-family: 'Montserrat', sans-serif;
}
.busca::-moz-placeholder { /* Firefox 19+ */
 color:#15355b;
font-size: 16px;
font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}
.busca:-ms-input-placeholder { /* IE 10+ */
 color:#15355b;
font-size: 16px;
font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}
.busca:-moz-placeholder { /* Firefox 18- */
 color:#15355b;
font-size: 16px;
font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}
 .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;
	
}



.agenda input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color:#fff;
font-size: 16px;
font-weight: 400;
	 font-family: 'Montserrat', sans-serif;
}
.agenda input::-moz-placeholder { /* Firefox 19+ */
 color:#fff;
font-size: 16px;
font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}
.agenda input:-ms-input-placeholder { /* IE 10+ */
 color:#fff;
font-size: 16px;
font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}
.agenda input:-moz-placeholder { /* Firefox 18- */
 color:#fff;
font-size: 16px;
font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}






.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-top: 20px;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 60px;
    width: 100%;

}


.menu:after{
    background: rgb(236, 226, 210);
    background: -moz-linear-gradient(90deg, rgba(236, 226, 210, 0) 0%, rgba(236, 226, 210, 1) 25%, rgba(236, 226, 210, 1) 50%, rgba(236, 226, 210, 1) 75%, rgba(236, 226, 210, 0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(236, 226, 210, 0) 0%, rgba(236, 226, 210, 1) 25%, rgba(236, 226, 210, 1) 50%, rgba(236, 226, 210, 1) 75%, rgba(236, 226, 210, 0) 100%);
    background: linear-gradient(90deg, rgba(236, 226, 210, 0) 0%, rgba(236, 226, 210, 1) 25%, rgba(236, 226, 210, 1) 50%, rgba(236, 226, 210, 1) 75%, rgba(236, 226, 210, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ece2d2",endColorstr="#ece2d2",GradientType=1);
    content: '';
    width: 100%;
    height: 1px;
    float: left;
    display: block;
    position: absolute;
    bottom: 0;
}


.menu li{
	margin: 2px;
float: left;
	    position: relative;
	    -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;
	   
}

.menu li a{
	    border-radius: 3px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
	font-family: "museo-sans", sans-serif;
 padding-top: 7px;
	padding-bottom: 7px;
    padding: 13px;
border: solid 1px transparent;
     margin-top: 0;
    color: #7c663e;
    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;
		
}



.menu li:hover a{
    color: #a4745a;
    border: solid 1px #c4a18d;
}



.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 a:before{
	
content: "\f105";
    display: block;
    float: left;
    font-family: 'Font Awesome 6 Free';
    color: #ccbda9;
    font-size: 12px;
    line-height: 12px;
    margin-right: 5px;
	
}


.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 li:hover:before{
visibility: 1;
    opacity: 1;
  
}




.sub_menu{

      float: left;
    text-align: left;
    min-width: 230px;
    opacity: 0;
    visibility: hidden;
    background-color: #ffffff;
    position: absolute !important;
    border: solid 1px #e3e7e9;
    z-index: 9;
    top: 35px;
    border-radius: 20px;
    left: 0;
    padding: 10px !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%);
    list-style: none;
    -webkit-flex-flow: column wrap;
    -moz-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	
	
}



.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;
	
	
}


.sub_menu li a{
    color: #7b7b7b !important;
    font-size: 15px;
    line-height: 14px;
    position: relative;
    list-style: none;
    float: left;
    padding-left: 15px;
    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 li:hover {

    margin-top: 0 !important;
    color: #00b199 !important;
    z-index: 999;
    background-color: transparent !important;
}

.sub_menu li:hover a{
	   color: #00b199 !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: #00b199;

    -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;
	
}


.menu li:hover .sub_menu a {
    color: #ffffff;
    background: transparent;
}




.mn_mob{
	display: none;
}

.cor{
	background-color: #f8d800;
}

.cor_txt{
	color: #f8d800;
}



.agende{
letter-spacing: -1px;
    max-width: 550px;
    min-height: 235px;
}

.agende h2{
	
	font-size: 50px;
	line-height: 42px;
	color: #fff;
	font-weight: 700;
	    font-family: "museo-sans", sans-serif;
	
}


.agende strong{
	color:#ffdcae;
	font-size: 27px;
	line-height: 27px;
	    font-family: "museo-sans", sans-serif;
}


.agende a{
    padding: 8px;
    background-color: #fff;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    color: #54a871;
    white-space: nowrap;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0px;
    border-radius: 5px;
	
	box-shadow: rgba(50, 50, 93, 0.25) 0px 10px 50px -10px, rgba(0, 0, 0, 0.3) 0px 10px 20px -10px;
}



.titulo_especialidades{
    font-family: "museo-sans", sans-serif;
    font-size: 55px;
    line-height: 45px;
    letter-spacing: -1px;
    color: #71675e;
    padding: 50px;
    padding-bottom: 10px;
    padding-top: 0;
    margin-top: -50px;
}


.wrap_especialidades{
	
	column-count: 3;
	
}



.item_especialidades{
	float: left;
	    break-inside: avoid;
	    padding: 50px;
	    position: relative;
	font-size: 16px;
	line-height: 24px;
	color: #4c3523;
	    
}




.item_especialidades strong{
	color:#8a8279;
	font-size: 30px;
	line-height: 26px;
	 font-family: "museo-sans", sans-serif;
	    letter-spacing: -1px;
}


.item_preco_cursos{
	 float: left;  
	width: calc(190px - 50px);  
	position: relative;  
	margin-left: 25px;  
	margin-right: 25px;
}



.item_especialidades strong:before{
	
    content: '';
    float: left;
    width: 4px;
    margin-right: 7px;
    height: 20px;
    background-color: #f5784c;
    border-radius: 3px;
    margin-top: 3px;
	
}



.sobre{
background-image: url(/img/bg_sobre.jpg);
    background-size: cover;
    width: 100%;
    min-height: 769px;
    float: left;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
}


.sub_sobre{
	position: relative;
}

.sub_sobre:before{
	    background: rgb(108 97 95);
    background: -moz-linear-gradient(90deg, rgba(236, 226, 210, 0) 0%, rgb(149 132 120 / 59%) 25%, rgb(152 130 113 / 70%) 50%, rgb(134 120 98 / 56%) 75%, rgba(236, 226, 210, 0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(236, 226, 210, 0) 0%, rgb(149 132 120 / 59%) 25%, rgb(152 130 113 / 70%) 50%, rgb(134 120 98 / 56%) 75%, rgba(236, 226, 210, 0) 100%);
    background: linear-gradient(90deg, rgba(236, 226, 210, 0) 0%, rgb(149 132 120 / 59%) 25%, rgb(152 130 113 / 70%) 50%, rgb(134 120 98 / 56%) 75%, rgba(236, 226, 210, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ece2d2",endColorstr="#ece2d2",GradientType=1);
	
	    content: '';
    width: 100%;
    height: 1px;
    float: left;
    display: block;
    position: absolute;
    bottom: 0;
}


.stars_p{
	    color: #ffc637;
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.stars_p i{
	margin: 3px;
	
}



.stars{
	    color: #ffc637;
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.stars i{
	margin: 3px;
	
}


.item_depoimentos{
	padding: 25px;
    margin: 18px;
    background-color: rgb(255, 255, 255);
    float: left;
    width: calc(33.3% - 36px);
    border: 1px solid rgb(231 231 231);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px 0px;
    border-radius: 7px;
	text-align: left;
}


.icon_google{
	background-image: url("/img/icon.svg");
	width: 20px;
	height: 20px;
	min-width: 20px;
	min-height: 20px;
	    background-repeat: no-repeat;
    background-position: center center;
}



.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: #4721eb !important;
    background: #8cfa32 !important;
    border-color: #8cfa32 !important;
	
}

.full:hover i{
    color: #fff !important;

	
}



.full2{
	

	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	
}


.full2:hover{
    color: #fff !important;
    background-color: #eb214a !important;
    border-color: #eb214a !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;
    margin-right: 40px;
    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 -10px rgb(0 0 0 / 57%);
    box-shadow: 5px 5px 45px -10px rgb(0 0 0 / 57%);
    position: fixed !important;
    left: 0;
    top: 0;
    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;
}

.stabled .cd-dropdown-trigger {

    border: solid 0px #87724d;
  
}


.logo{
float: left;
    width: 255px;
    min-width: 255px;
}

.stabled .logo{
    padding: 5px;
    float: left;
    max-width: 160px;
}

.stabled .menu{
	padding: 0;
	margin: 0;
}


.nossas_obras{
	width: 100%; 
	position: relative; 
	float: left; 
	clear: both;
	background-image: url(/site/imagens/bg_content.jpg);
	background-repeat: no-repeat;
	background-size: 1920px auto;
	min-height: 1920px;
	    background-position: center top;
}


.item_obras{
	
	background-color: #fff;
	width: 31%;
	margin: 1%;
	margin-bottom: 50px;
	float: left;
	cursor: pointer;
	overflow: hidden;
	
	    transition-duration: 0.1s;
    transition-property: transform;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
	
	    border-bottom: solid 3px #fff;
	
}


.item_obras:hover{
/*	box-shadow: 0 0 60px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 0 60px 0px rgb(0 0 0 / 10%);
    box-shadow: 0 0 60px 0px rgb(0 0 0 / 10%);*/
	    border-bottom: solid 3px #ed7000;
}


.item_obras img{
		    transition-duration: 0.2s;
    transition-property: transform;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
	
	    filter: brightness(0.85);
	
}



.item_obras:hover img{
	
	
	    transform: scale(1.03);
    filter: brightness(1.1) contrast(1.05);

}


.item_obras div{
	
	width: 100%;
	
}



.item_blog{
	
	
	width: 29%;
    margin: 2%;
	float: left;
	position: relative;
	
	
}

.item_blog img{
	
	width: 100%;
	float: left;
	
}

.item_blog strong{
	
	font-size: 22px;
	line-height: 24px;
	color: #57525a;
	width: 100%;
	text-transform: uppercase;
	
}

.item_blog span{
	color: #353238;
	font-size: 18px;
	line-height: 24px;
	width: 100%;
}



.item_roda{
display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    float: left;
}

.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:#e5ce85;
}


	.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: 28px;
    line-height: 24px;
    display: block;
    margin-right: 15px;
    float: left;
}
.rodape .redes{
	 
}


.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;
}


.down{
font-size: 12px;
    line-height: 12px;
    border: solid 1px #12aec9;
    border-radius: 3px;
    padding: 2px;
    padding-left: 4px;
    padding-right: 4px;
    color: #12aec9;
    font-weight: 500;
    float: left;
    margin-right: 10px;
	margin-bottom: 3px; 
	margin-top: 3px;
    background: #fff;
	    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.down:hover{
	    color: #fff !important;
    background-color: #12aec9 !important;
    border-color: #12aec9 !important;
}


.down:before{
	    content: "\f019";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
	float: left;
	margin-right: 3px;
	font-size: 8px;
}


.vagas{
    color: #ffffff;
    position: absolute;
    bottom: -12px;
    left: -1px;
    padding: 8px;
    padding-top: 3px;
    padding-bottom: 3px;
    background: #89aae1;
    font-size: 12px;
    font-weight: 500;
}

.vagas:after{
    content: '';
    float: left;
    position: absolute;
    width: 15px;
    height: 12px;
    right: -15px;
    bottom: 0;
    clip-path: polygon(100% 0, 0 0, 0 100%);
    background: #6486bf;
}

.vagas:hover{
    color: #ffffff;
	text-decoration: underline;
	
}




.checkbox.style-h {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox.style-h input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox.style-h input:checked ~ .checkbox__checkmark {
  background-color: #fff;
}
.checkbox.style-h input:checked ~ .checkbox__checkmark:after {
  opacity: 1;
  top: -3px;
}
.checkbox.style-h input:checked ~ .checkbox__body {
  background-position: 0 0;
  color: #fff;
}
.checkbox.style-h:hover input ~ .checkbox__checkmark {
  background-color: #fff;
}
.checkbox.style-h:hover input:checked ~ .checkbox__checkmark {
  background-color: #fff;
}
.checkbox.style-h:hover .checkbox__body {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}
.checkbox.style-h .checkbox__checkmark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  height: 15px;
  width: 15px;
  background-color: #fff;
  transition: background-color 0.25s ease;
  border-radius: 4px;
  box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.1),
    inset -2px -2px 4px rgba(255, 255, 255, 0.4);
}
.checkbox.style-h .checkbox__checkmark:after {
    content: "";
    position: absolute;
    left: 7px;
    top: -15px;
    width: 7px;
    height: 15px;
    border: solid #11b9ff;
    border-width: 0 4px 4px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.25s ease, top 0.25s ease;
}
.checkbox.style-h .checkbox__body {
line-height: 15px;
    font-size: 15px;
    transition: font-weight 0.25s ease;
    font-weight: 500;
    color: #fff;
    background: linear-gradient(45deg, #4669aa 0%, #80a3d2 50%, #80a3d2 50%, #80a3d2 100%);
    background-size: 200% 100%;
    background-position: 100% 0;
    padding: 10px;
    padding-left: 40px;
    padding-right: 15px;
    margin-right: 15px;
    border-radius: 5px;
    /* box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); */
    transition: box-shadow 0.25s ease, background 1s ease, color 0.25s ease;
}



[data-ml-modal] {
			position:fixed;
			top:0;
			bottom:0;
			left:0;
			right:0;
			overflow-x:hidden;
			overflow-y:auto;
			-webkit-overflow-scrolling:touch;
			z-index:999;
			width:0;
			height:0;
			opacity:0;
		}
		[data-ml-modal]:target {
			width:auto;
			height:auto;
			opacity:1;
			-webkit-transition:  opacity 1s ease;
			transition: opacity 1s ease;
		}
		[data-ml-modal]:target .modal-overlay {
			position:fixed;
			top:0;
			bottom:0;
			left:0;
			right:0;
			cursor:pointer;
			background-color:#000;
			background-color:rgba(0, 0, 0, 0.7);
			z-index:1;
		}
		[data-ml-modal] .modal-dialog {
			border-radius:6px;
			box-shadow:0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
			position:relative;
			width: 90%;
			max-width:500px !important;
			max-height:90%;
			margin:10% auto;
			overflow-x:hidden;
			overflow-y:auto;
			z-index:2;
		}
		.modal-dialog-lg {
			max-width:820px !important;
		}
		[data-ml-modal] .modal-dialog > h3 {
			background-color: #5b554f;
			font-size: 24px;
			font-weight: 600;
			margin: 0;
			padding: 0.8em 56px 0.8em 27px;
			color: #fff;
		}
		[data-ml-modal] .modal-content {background:#fff; padding:20px;}
		[data-ml-modal] .modal-close {
			position:absolute;
			top:13px;
			right:13px;
			color:#f44336;
			background-color:#fff;
			border-radius:50%;
			height:40px;
			width:40px;
			font-size:30px;
			line-height:37px;
			text-align:center;
			-webkit-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
		}
		[data-ml-modal] .modal-close:hover {background-color:#f44336; color:#fff; cursor:pointer;}
		[data-ml-modal] p:first-child, [data-ml-modal] p:last-child {margin:0;}
		@media (max-width:767px) {
			[data-ml-modal] .modal-dialog {margin:20% auto;}
		}
	
	
	.txt_hover:hover{
		    color: #4620ec !important;
    text-decoration: underline;
	}



.especialidades{
	position: relative;
}


.sobre{
	position: relative;
}


.ancora{
	position: absolute;
	top: -80px;
	height: 1px;
	width: 1px;
	pointer-events: none;
}

.wrap_agenda {
    background-image: url(/img/bg_contato.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 55% center;
    width: 100%;
    min-height: auto;
    float: left;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

.slick-track{
	display: flex !important;
}


.wrapper{
  width:100%;
  padding-top: 20px;
  text-align:center;
	    height: 288px;

}

.carousel{
  width:100%;
  margin:0px auto;
}
.slick-slide{
  margin:10px;
}

.wrapper .slick-dots li button:before {
  font-size:20px;
  color:white;
}


.slick-next:before {
    content: '\f105' !important;
}

.slick-prev:before {
    content: '\f104' !important;
}

.slick-prev:before, .slick-next:before {
    font-family: 'Font Awesome 6 Free' !important;
    font-size: 32px !important;
    line-height: 1;
    opacity: .75;
    color: #aeaeae !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	    font-weight: 900;
}



[data-ml-modal] {
			position:fixed;
			top:0;
			bottom:0;
			left:0;
			right:0;
			overflow-x:hidden;
			overflow-y:auto;
			-webkit-overflow-scrolling:touch;
			z-index:999;
			width:0;
			height:0;
			opacity:0;
		}
		[data-ml-modal]:target {
			width:auto;
			height:auto;
			opacity:1;
			-webkit-transition:  opacity 1s ease;
			transition: opacity 1s ease;
		}
		[data-ml-modal]:target .modal-overlay {
			position:fixed;
			top:0;
			bottom:0;
			left:0;
			right:0;
			cursor:pointer;
			background-color:#000;
			background-color:rgba(0, 0, 0, 0.7);
			z-index:1;
		}
		[data-ml-modal] .modal-dialog {
			border-radius:6px;
			box-shadow:0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
			position:relative;
			width: 90%;
			max-width:500px !important;
			max-height:90%;
			margin:10% auto;
			overflow-x:hidden;
			overflow-y:auto;
			z-index:2;
		}
		.modal-dialog-lg {
			max-width:820px !important;
		}
		[data-ml-modal] .modal-dialog > h3 {
			background-color: #4fb461;
			font-size: 24px;
			font-weight: 600;
			margin: 0;
			padding: 0.8em 56px 0.8em 27px;
			color: #fff;
		}
		[data-ml-modal] .modal-content {background:#fff; padding:20px; background-image: url("/img/fundo-WhatsApp.jpg"); background-repeat: no-repeat; background-size: cover;}
		[data-ml-modal] .modal-close {
			position:absolute;
			top:13px;
			right:13px;
			color:#f44336;
			background-color:#fff;
			border-radius:50%;
			height:40px;
			width:40px;
			font-size:30px;
			line-height:37px;
			text-align:center;
			-webkit-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
		}
		[data-ml-modal] .modal-close:hover {background-color:#f44336; color:#fff; cursor:pointer;}
		[data-ml-modal] p:first-child, [data-ml-modal] p:last-child {margin:0;}
		@media (max-width:767px) {
			[data-ml-modal] .modal-dialog {margin:20% auto;}
		}
	



@media (min-width: 220px) and (max-width:1024px) {
	
	
	.item_roda a {
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 15px;
    margin-right: 0;
    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
;
}
	
	
	.agende a {
    padding: 8px;
    background-color: #fff;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    color: #54a871;
    white-space: nowrap;
    font-weight: 700;
    width: 100%;
    display: flex;
    font-size: 18px;
    letter-spacing: 0px;
    margin-top: 10px;
    border-radius: 5px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 10px 50px -10px, rgba(0, 0, 0, 0.3) 0px 10px 20px -10px;
    justify-content: center;
    align-items: center;
}
	
	.agende a i{
		
		margin-right: 5px;
	}
	
	
	.item_especialidades {
    float: left;
    break-inside: avoid;
    padding: 20px;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #4c3523;
}
	
	
	
	.altura{
		min-height: 540px !important;
	}
	
	.agende {
    letter-spacing: -1px;
    max-width: 550px;
    min-height: auto;
    margin-top: 75px;
}
	.agende h2 {
    font-size: 36px;
    line-height: 32px;
    color: #fff;
    font-weight: 700;
    font-family: "museo-sans", sans-serif;
}
	
	.rowwrap_mob {
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
	
    .titulo_especialidades {
        font-family: "museo-sans", sans-serif;
        font-size: 42px;
        line-height: 36px;
        letter-spacing: -1px;
        color: #71675e;
        padding: 20px;
        padding-bottom: 10px;
        padding-top: 0;
        margin-top: 0;
    }
	
	
	.especialidades {
    position: relative;
    margin-top: -60px;
}
	
	.wrap_especialidades {
    column-count: 1;
}
	
	.item_depoimentos {
    padding: 25px;
    background-color: rgb(255, 255, 255);
    float: left;
    width: calc(100% - 0px);
    border: 1px solid rgb(231 231 231);
    box-shadow: rgba(50, 50, 93, 0.05) 0px 0px 20px 0px, rgba(0, 0, 0, 0.1) 0px 0px 10px 0px;
     border-radius: 7px;
}
	
	
	.columnwrap_mob {
	-webkit-flex-flow: column wrap;
	-moz-flex-flow: column wrap;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
}
	
	iframe{
		width: 100% !important;
		height: 350px !important;
	}
	
	.pagenav div{
		width: calc(100% - 20px) !important;
	}
	
	
	.reverse{
		flex-direction: column-reverse;
	}
	
	
	.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;
	

}
	
	    .mn_mob {
               display: block !important;
        padding-top: 0;
        padding-bottom: 10px;
        position: relative;
        margin-bottom: 0px;
        width: 100%;
    }
	
	.mn_mob li a {
    border-radius: 3px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    font-family: "museo-sans", sans-serif;
    padding-top: 7px;
    padding-bottom: 7px;
    padding: 5px;
		
	}
	
	.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: 50% !important;
    width: 50% !important;

    float: left !important;
	
}
	
	
		.logo img{
	        margin: unset;
        max-width: 220px;
        margin-top: 10px;
	}
	

	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: unset;
        width: 100%;
        padding: 0;
        max-width: 100% !important;
        min-width: auto;
	}
	
	
	.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;
	
	}

	
	
}


.whats-button {
    padding: 10px;
    color: #FFF !important;
    border-radius: 50px;
    font-size: 0.84em;
    font-weight: 500;
    letter-spacing: 1px;
    background: #4fb461;
    text-decoration: none;
    position: fixed;
    bottom: 100px;
    right: 30px;
    z-index: 999999999;
    height: 60px;
}

.whats-button:before {
    -webkit-animation: whats-border 1s infinite;
    animation: whats-border 1s infinite;
}


.whats-button:before {
    content: "";
    border-radius: 50px;
    border: 5px solid #25bb3f;
    transition: 0.3s;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

@-webkit-keyframes whats-border {
	100% {
		top: -12px;
		right: -12px;
		bottom: -12px;
		left: -12px;
		opacity: 0
	}
}
@keyframes whats-border {
	100% {
		top: -12px;
		right: -12px;
		bottom: -12px;
		left: -12px;
		opacity: 0
	}
}
@media (min-width: 220px) and (max-width:778px) {

	.whats-button span{
		display: none;
	}
	.whats-button{
		bottom: 20px;
		right: 10px;
		padding: 7px 7px;
		width: 40px;
		height: 40px;
	}	
}




@media (min-width: 778px) and (max-width:1024px) {
	
	.wrap_topo {
max-width: 260px;
        width: 50%;
        float: left;
}
	
	
	.wrap_topo h1 {
color: #7b643b;
        font-size: 24px;
        line-height: 28px;
        display: block;
        font-weight: 400;
        /* max-width: 170px; */
        margin-right: 70px;
        margin-left: 15px;
}
	
	
	
	.topo_home {
background-image: url(/img/bg_topo_mob.jpg);
        background-size: cover;
        background-position: 30% top;
        width: 100%;
        min-height: 1002px;
        float: left;
}
	
	
    .wrap_topo .titulo {
        display: block;
        font-size: 28px;
        line-height: 26px;
        letter-spacing: -1px;
        font-weight: 700;
        font-family: "museo-sans", sans-serif;
    }
	
	.wrap_topo p:first-of-type {
        font-size: 14px;
        line-height: 16px;
        display: block;
}
	
	.wrap_topo p {
        font-size: 13px;
        line-height: 15px;
        display: block;
        margin-top: 5px;
        margin-bottom: 5px;
}

}




@media (min-width: 220px) and (max-width:778px) {
	
	.wrap_topo {
max-width: 260px;
        width: 50%;
        float: left;
}
	
	
	.wrap_topo h1 {
color: #7b643b;
        font-size: 24px;
        line-height: 28px;
        display: block;
        font-weight: 400;
        /* max-width: 170px; */
        margin-right: 70px;
        margin-left: 15px;
}
	
	
	
	.topo_home {
background-image: url(/img/bg_topo_mob2.jpg);
        background-size: 778px auto;
        background-position: 30% top;
        width: 100%;
        min-height: 1002px;
        float: left;
}
	
	
    .wrap_topo .titulo {
        display: block;
        font-size: 28px;
        line-height: 26px;
        letter-spacing: -1px;
        font-weight: 700;
        font-family: "museo-sans", sans-serif;
    }
	
	.wrap_topo p:first-of-type {
        font-size: 14px;
        line-height: 16px;
        display: block;
}
	
	.wrap_topo p {
        font-size: 13px;
        line-height: 15px;
        display: block;
        margin-top: 5px;
        margin-bottom: 5px;
}

}




@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%;
	}
	
	
}