/*
Theme Name: Inundaweb
Theme URI: http://www.inundaweb.com.br/
Author URI: http://www.inundaweb.com.br/
Version: 0.1
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */


/*---------------------- ESTRUTURA ---------------------*/

@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*dl, dt, dd {
	margin: 0;
	padding: 0;
}
html, body, textarea {
	height: 100%;
	font-family: 'Open-sans', sans-serif;
	margin:0;
	font-size: 14px;
	color:#858585;

}

:hover{
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

li{
	list-style:none;
}


iframe{
	max-width:100%;
}

#wrap {
	width: 100%;
    min-height: 50%;
}
#main {
	width: 100%;
	float: left;

}
/*Opera Fix*/
body:before {
	content: "";
	height: 100%;
	float: left;
	width: 0;
	margin-top: -32767px;
}
a {
	text-decoration: none;
	
}
p{
	font-size: 14px;
	line-height: 23px;
}
article, aside, footer, header, hgroup, nav, section {
	display: block;
}
img{
	max-width:100%;
	height:auto;
}
#content{
	max-width:1200px;
	margin:0 auto;
	}
.content-in{
	width:100%;
	float:left;
	position:relative;
}
.container{
	width:1200px;
	margin:0 auto;
}	
/*********************HEADER******************************/

#header{
	width:100%;
	float:left;
	padding:25px 0 15px 0;
}

.header-in {
margin: 0 auto;
position: relative;
width: 1200px;
}
.logo{
	float:left;
	width:25%;
}

.menu-topo{
    margin: 40px 0 0 0;
    width: 75%;
    float: right;
    padding: 15px 0;
}
.menu-topo ul li{
    float: left;
padding: 0 15px;
}
.menu-topo ul li a{
    float: left;
    font-weight: normal;
    font-size: 15px;
    color: #707070;
padding: 6px 8px;
	border-bottom:5px solid transparent;
}
.menu-topo ul li a:hover,
.menu-topo ul li.current-menu-item a{
	border-bottom:5px solid #f7921e;
}
.box-topo{
    position:absolute;
    top: -25px;
	right:0;
	background:#f2f2f2;
}
.box-topo::Before{
    content: "";
    height: 0;
    width: 20px;
    border-top: 34px solid #F2F2F2;
    border-left: 32px solid transparent;
    position: absolute;
    left: -52px;
}
.box-topo::after{
    content: "";
    height: 0;
    width: 20px;
    border-top: 34px solid #F2F2F2;
    border-right: 32px solid transparent;
    position: absolute;
    right: -52px;
}
.box-topo li{
	float:left;
	font-size:13px;
	color:#909090;
    line-height: 33px;
}
.box-topo li .left{
	float:left;
    margin: 0 5px 0 0;
}
.box-topo li{
	font-size:14px;
	color:#979797;
}
.box-topo li a.tel span{
	font-size:12px;
}
.mail::before{
    background: url(img/icon-topo.png)center bottom no-repeat;
    width: 15px;
    height: 15px;
    content: "";
    display: inline-block;
		margin:0 5px 0 0;
}
.skype::before{
    background: url(img/icon-topo.png)center top no-repeat;
    width: 15px;
    height: 15px;
    content: "";
    display: inline-block;
    vertical-align: middle;
	margin:0 5px 0 0;

}

.whats::before{
    background: url(img/icon-whats.png)bottom center no-repeat;
    width: 15px;
    height: 15px;
    content: "";
    display: inline-block;
	margin:0 0px 0 5px;
}

.box-topo li{
	margin:0 20px 0 0;
}
.box-topo li:last-child{
	margin:0;
}

.orange{
	font-size: 17px;
	color:#AD8B19;
}

.blue{
	color:#4199d5;
}

.mail.orange:hover{
	text-decoration:underline;
}

.skype.blue:hover{
text-decoration:underline;
}
/*************FIM HEADER******************************/



/*****************FOOTER************/
#footer{
	width:100%;
	float:left;
    margin: 100px 0 0 0;
}


.title-news-white{
	font-size:20px;
	color:#fff;
	text-transform:uppercase;
    text-shadow: 1px 1px 1px #737373;
	font-weight:600;
	display:block;
	    margin: 35px 0 0 0px;
}


.box-footer-bottom {
    width: 100%;
    float: left;
    background-color: #F7F7F7;
    padding: 0 0 5px 0;
}

.title-autorizada {
text-transform: uppercase;
    margin: 35px 0 25px 0;
    display: block;
    float: left;
    color: #333;
    font-weight: bold;
}

.barra-footer .title-news-white::before{
    background: url(img/icon-mail.png)no-repeat;
    width: 75px;
    height: 75px;
    display: block;
    float: left;
    vertical-align: middle;
    content: "";
    margin: -15px 15px 0 0;
}

input, textarea{
	padding:15px;
	width:100%;
}

.single-post .conteudo-site iframe{
    margin: 25px auto;
    display: block;	
}

input[type="submit"]{
	width:auto;
	cursor:pointer;
}
	
.barra-footer input[type="submit"]{
	padding:10px 10px;
	background:#3ca0f9;
	color:#fff;
	text-transform:uppercase;
	position:absolute;
	font-size:12px;
right: 5.5px;
    top: 5px;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
}	

.box-footer-bottom .box-full{
    float: left;
    width: 84%;
	margin:0;
}


.fb_iframe_widget{
	float:left; 
}

.barra-footer input[type="submit"]:hover{
	background:#f7921e;
}

.barra-footer .wpcf7{
	float:right;
	position:relative;
}

.wpcf7  br{
	display:none;
}

div.wpcf7 img.ajax-loader{
	  position: absolute;
}

.footer-info{
    widtH: 100%;
    float: left;
    background: #f7f7f7;
    padding: 25px 0 50px 0;
border-top: 1px solid #eeeeee;
}

.footer-info .container{
	width:1000px;
}

.barra-footer {
background: #bdbdbd url(img/barra-cinza.png)bottom center no-repeat;
    width: 100%;
    float: left;
    padding: 30px 0 15px 0;
	margin-top: -70px;
}

.barra-footer .container{
	position:relative;
	width:900px;
}

.barra-footer .box-left{
	float:left;
	width:58%;
}
.barra-footer .box-right{
	float:left;
	width:40%;
}



.footer-info .box-footer-top{
	width:100%;
	float:left;
padding: 25px 0 50px 0;
}

.footer-info .box-footer2{
	width:40%;
	float:left;
	border-left:2px solid #efefef;
	border-right:2px solid #efefef;
	padding: 25px 50px;
}

.footer-info .box-footer2 .wpcf7{
	position:relative;
	margin:15px 0 0 0;
}

.alignleft{
	float:left;
	margin:0 2% 2% 0;
}

.alignright{
	float:right;
	margin:0 0 2% 2%;
}

.aligncenter{
	clear:both;
}

.footer-info .box-footer3{
	width:30%;
	float:left;
    padding:25px 50px;
    border-right: 2px solid #efefef;
}

.footer-info .box-footer4{
	width:15%;
	float:left;
}


.midias-footer li{
    float: left;
    width: 100%;
    text-align: center;
}

.midias-footer li.face{
	margin:15px 0;
}

.title-footer{
	font-size:18px;
	font-weight:600;
    margin: 0 0 10px 0;
	display:block;
}


.menu-footer li{
	margin:0 0 5px 0;
}

.menu-footer li a{
	font-size:13px;
	color:#a82b2b;
}

.box-footer2 .title-footer{
	text-transform:uppercase;
	margin:0;
}

.box-footer2 .title-footer::before {
    background: url(img/icon-topo.png)left bottom 6px no-repeat;
    width: 35px;
    height: 35px;
    content: "";
    display: inline-block;
    float: left;
    margin: 0 10px 0 0;
}

.box-footer2 div#wpcf7-f29-o1{
	position:relative;
    margin: 15px 0 0 0;
}

.box-footer2 input{
	padding:10px;
	border-radius:5px;
}

.box-footer2 input[type="submit"]{
	position:absolute;
	right:0;
	top:1px;
	background-color:#962424;
	color:#fff;
}



.endereco-footer{
	float:left;
	width:100%;
}

.endereco-footer a{
	color:#858585;
	margin:5px 0 0 0;
}

.endereco-footer::before{
    background: url(img/icon-mapa-footer.png)no-repeat;
    width: 68px;
    height: 57px;
    content: "";
    display: block;
    float: left;
    margin: 0 10px 0 0;
}

.box-footer-top .box-left{
	margin:25px 0 0 0;
}

.box-footer-top .box-left, .box-footer-middle .box-left{
	width:49%;
	float:left;
}

.box-footer-top .box-right,.box-footer-middle .box-right{
	width:49%;
	float:right;
}

.box-footer-top .box-left li{
	float:left;
	margin:0 15px 0 0;
}

.box-footer-top .box-right li{
	display:inline-block;
    margin: 0 10px;
    position: relative;
}

.box-footer-top .box-right{
	text-align:right;
}

.box-footer-top .box-right li:nth-child(5n+1)::before{
    width: 60px;
    height: 60px;
    display: inline-block;
    background: url(img/icon-midias-footer.png)top -11px left -190px no-repeat;
    vertical-align: middle;
    content: "";
	
}
.box-footer-top .box-right li:hover:before{
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
	
}

.box-footer-top .box-right li:nth-child(5n+2)::before{
    width: 60px;
    height: 60px;
    display: inline-block;
    background: url(img/icon-midias-footer.png)top -11px left -79px no-repeat;
    vertical-align: middle;
    content: "";	
}

.box-footer-top .box-right li:nth-child(5n+3)::before{
    width: 60px;
    height: 60px;
    display: inline-block;
    background: url(img/icon-midias-footer.png)top -11px left -315px no-repeat !important;
    vertical-align: middle;
    content: "";	
}

.box-footer-top .box-right li:nth-child(5n+4)::before{
    width: 60px;
    height: 60px;
    display: inline-block;
    background: url(img/icon-midias-footer.png)top -11px left -315px no-repeat !important;
    vertical-align: middle;
    content: "";	
}

.box-footer-top .box-right li:nth-child(5n+5)::before{
	    width: 60px;
    height: 60px;
    display: inline-block;
    background: url(img/icon-midias-footer.png)top -11px left -315px no-repeat;
    vertical-align: middle;
    content: "";
}

.box-full li{
    width: 20%;
    float: left;
    text-align: center;
}

.box-full li img{
	max-height:90px;
}

.boxe-right li{
	float:left !important;
	margin-right:10px !important;
}

/************FIM FOOTER************/








/**************QUEM SOMOS**************/
.breadcrumb-full{width: 100%;float: left;background-position: center right;background-repeat: no-repeat;height: 140px;position: relative;overflow: hidden;background-color: #2b2c2b;margin: 0 0 30px 0;}

.title-dif{
	color:#727272;
	font-weight:600;
	margin:15px 0;
	display:block;
}

.breadcrumb-full:before{
    left: 0;
    top: -36px;
    width: 50%;
    height: 230px;
    background: url(img/bg-banner-golden-full-half.png)center right no-repeat;
    content: "";
    position: absolute;
    background-size: cover;
    z-index: 99;
}

.single .breadcrumb-full:before{
    left: 0;
    top: -43px;
    width: 50%;
    height: 230px;
    background: url(img/bg-banner-golden-full.png)center right no-repeat;
    content: "";
    background-size: cover;
    position: absolute;
}


.single-post  .breadcrumb-full,
.page-template-blog  .breadcrumb-full,
.category   .breadcrumb-full, .search   .breadcrumb-full{
	height:190px;
}

.single-post .breadcrumb-full:before,
.page-template-blog .breadcrumb-full:before,
.category   .breadcrumb-full:before, .search   .breadcrumb-full:before{
    left: 0;
    top: 0;
    width: 100%;
    height: 230px;
    background: url(img/bg-banner-golden-full.png)no-repeat, url(img/bg-papel.jpg)right top no-repeat;
    content: "";
    position: absolute;	
	
}

.nenhum {
    text-transform: uppercase;
    color: #000;
    border-bottom: 1px solid #000;
}
.query-search{
    text-transform: uppercase;
    color: #000;
    border-bottom: 1px solid #000;
}

.single-post .breadcrumb-full h1,
.page-template-blog .breadcrumb-full h1,
.category   .breadcrumb-full h1, .search   .breadcrumb-full h1{
    font-size: 100px;
    float: left;
}

.single-post .vertical-align,
.page-template-blog .vertical-align,
.category   .vertical-align, .search   .vertical-align{
	height:190px;
}


.breadcrumb-full h1{
	color:#fff;
	font-size:50px;
	font-weight:normal;
	font-family: 'Open Sans', sans-serif;
	position: relative;
	z-index: 99;
}

.vertical-align{
    display: table-cell;
    vertical-align: middle;
    height: 140px;
    max-width: 420px;
    line-height: 45px;
}

.container-full{
	width:100%;
	float:left;
    padding: 65px 0;
}

.box-equipe{
	float:left;
	width:100%;
	margin:25px 0 0 0;
}


.box-equipe li{
	float:left;
	background:#fbfbfb;
	width:49%;
	padding:25px;
	margin:0 0 25px 0;
	border-left:2px solid #f7921e;
}

.box-equipe li:nth-child(2n+2){
	float:right;
}

.box-equipe  li img{
	border-radius:50%;
}

.box-equipe li .box-left{
	width:34%;
	float:left;
}

.box-equipe li .box-right{
	width:60%;
	float:right;	
}

.title-orange{
	color:#f7921e;
	font-weight:bold;
	font-size:16px;
	text-transform:uppercase;
	display:block;
}

.title-cargo{
	color:#2f302f;
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
	display:block;
}

.title-black{
	font-weight:normal;
	font-size:40px;
	color:#2f302f;
	font-family: 'Open Sans', sans-serif;
	margin:0 0 25px 0;
}

.title-orange-yan{
	font-weight:normal;
	font-size:40px;
	color:#f7921e;
	font-family: 'Open Sans', sans-serif;
    margin: 0 0 8px 0;
}


.box-equipe .title-orange{
	margin:0 0 10px 0;
}

.box-equipe .title-cargo{
	margin:0 0 10px 0;
}

.grey-bg{
	background:#f2f2f2;
	padding:50px 0;
}

.box-diferenciais{
	width:100%;
	float:left;
	margin:25px 0 0 0;
}

.box-diferenciais li{
	float:left;
	width:23%;
	margin:0 2% 50px 0;
	text-align:center;
}


.box-diferenciais li:nth-child(4n+4){
	margin-right:0;
	text-align:center;
}




.square-bg{
	background-image: -webkit-repeating-radial-gradient(center center, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 1px, transparent 100%);
	background-image: -moz-repeating-radial-gradient(center center, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 1px, transparent 100%);
	background-image: -ms-repeating-radial-gradient(center center, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 1px, transparent 100%);
	background-image: repeating-radial-gradient(center center, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 1px, transparent 100%);
	-webkit-background-size: 3px 3px;
	-moz-background-size: 3px 3px;
	background-size: 3px 3px;
}


.box-work li{
	float:left;
	background:#fbfbfb;
	width:49%;
	padding:25px;
	margin:0 0 25px 0;
	border-bottom:4px solid #4d4d4d;
}

.box-work li:nth-child(2n+2){
	float:right;
	margin-top: -12px;
}


.box-work .box-left{
	float:left;
	width:26%;
}

.box-work .box-right{
	float:right;
	width:68%;
}

.box-work .title-orange{
	margin:0 0 20px 0;
}

.box-work .title-cargo{
	margin:0 0 20px 0;
}

.title-content{
	display:block;
	font-weight:bold;
	color:#2f302f;
	text-transform:uppercase;
	font-size:16px;
	margin:0 0 15px 0;
}
/**************FIM QUEM SOMOS**************/


/**************CONTATO**************/
.container-full.contato input[type="submit"]{
	background:#000;
	float:right;
	border-radius:25px;
	color:#fff;
	width:180px;
	text-align:center;
}
.container-full.contato input[type="submit"]:hover{
    background: #636363 !important;
}
.container-full.contato .box-left{
	width:48%;
	float:left;
}
.container-full.contato .box-right{
	width:48%;
	float:right;
}

.container-full.contato input,
.container-full.contato textarea{
	background:#f1f1f1;
	margin:0 0 5px 0;
}


.box-info-ct .box-left-in{
	float:left;
}

.box-info-ct .box-right-in{
	float:left;
	margin:0 0 0 10%;
}


.title-info-ct {
	color:#3f3f3f;
	font-family: 'Open Sans', sans-serif;
	font-size:35px;
	display:block;
	margin:0 0 15px 0;
	
}

.box-info-ct li{
	margin:0 0 10px 0;
}

.lista-info-ct{
    background: #f7f7f7;
    padding: 25px;
    width: 100%;
    float: left;
	margin:0 0 5px 0;
}


.page-template-contato .endereco-footer:first-child{
	margin:0 0 50px 0;
}
/**********FIM CONTATO**************/



/**********PROGRAMAS**************/
.box-programas .title-orange{
    text-transform: initial;
	padding:10px 0;
    min-height: 56px;
}

.box-programas li{
width: 23.5%;
    float: left;
    margin: 0 2% 25px 0;
    text-align: center;
    border-radius: 10px;
    /* border: 1px solid #ddd; */
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
    padding: 10px 0;
    min-height: 372px;
}


.destaque-programas .title-black {
	float:left;
}

.destaque-programas .text-destaque{
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
}

.page-template-programa .title-black {
	font-size:50px;
}

.box-programas li figure{
	position:relative;
	overflow:hidden;
}
.box-programas{
	width:100%;
	float:left;
	margin:25px 0 0 0;
}

.wpuf-label label{
    margin: 0 0 5px 0;
    display: block;
}


.box-programas li figure::after{
/*    bottom: 0;
	left:0;
    content: "";
    display: inline-block;
    background: url(img/shape.png)no-repeat;
	width:229px;
	height:30px; */
}
.box-programas li:nth-child(4n+4){
	margin-right:0;
}

.box-outros-programas li:nth-child(4n+4){
	margin-right:0;
}


.box-outros-programas{
	width:100%;
	float:left;
	margin:50px 0 0 0;
}

.box-programas a,
.box-outros-programas a{
	color:#acacac;
	font-size:13px;
}

.box-outros-programas li{
	width:23%;
	float:left;
	margin:0 2% 25px 0;
}

.box-outros-programas .title-black{
	font-size:30px;
	margin:0 0 10px 0;
    min-height: 80px;

}

.box-outros-programas .title-black::after{
	content:"";
	border-bottom:3px solid #f7921e;
	width:50px;
	display:block;
	margin:5px 0 0 0;
}

.banner-full{
	width:100%;
	float:left;
}

.btn-default{
    padding: 12px 20px;
    background-color: #D8D8D8;
    color: #fff;
    border-radius: 25px;	
	float:left;
	
}

.btn-bottom{
float: left;
    width: 100%;
text-align: center;
    border-top: 1px solid #B9B9B9;
    padding: 15px 0 0 0;
    margin: 25px 0 0 0;
}

.btn-bottom .btn-default{
	float:none !important;
    display: inline-block;
}

.btn-bottom p{
	float:none !important;

}

.btn-default.black-bg{
    background-color: #2f302f;	
	float:right;
}

.destaque-programas .btn-default.black-bg{
	margin:15px 0 0 0;
}

.btn-default.blue-bg{
    background-color: #279fff;	
}
.btn-default.orange-bg{
    /*background-color: #f7921e;	*/
    background-color: #AD8B19;
}

.container-full.banner .box-left{
	width:49%;
	float:left;
	padding:80px 0 0 0;
}
.container-full.banner .box-right{
	width:49%;
	float:right;
}

.container-full.banner{
    background:#fbfcff url(img/gradeup_consultoria_especializada.png)top right no-repeat;
    padding: 75px 0 75px 0;

}
.container-full.banner .container{
    display: table;

}

.universidades .title-orange-yan,
.destaque-programas .title-orange-yan{
	float:left;
}



.btn-default:hover{
	background:#636363 !important;
}


.sub-title{
	float:left;
	width:100%;
    margin: 0 0 10px 0;
}

.box-banner{
	width:46%;
	float:left;
}


.single-post .box-blog .title-orange:hover{
	color:#AD8B19;
}

.chamada-banner{
	font-size:42px;
	display:block;
	color:#279fff;
	font-family: 'Open Sans', sans-serif;
	margin:0 0 15px 0;
	padding:0;
}

.box-banner li{
	float:left;
}

.box-banner li:nth-child(4n+3){
	float:left;
	margin:25px 2% 0 0;
}
.box-banner li:nth-child(4n+4){
	margin:25px 0 0 0;
}

.content-in .btn-default.black-bg{
	position: absolute;
    top: -52px;
    margin: 0;
z-index:99;
    right: 0;
}

.single-universidade .content-in ul li a{
	color:#4199d5;
}
.single-universidade .content-in ul li a:hover{
	text-decoration:underline;
}

.opcoes-programas .btn-default, .programas .btn-default {
	float: right;

}
.opcoes-programas .title-black, .programas .op{
	float: left;
}


.lista-col-4{
	width:100%;
	float:left;
	margin:25px 0 0 0;
}

.lista-col-4 li{
	float:left;
	width:23%;
	margin:0 2% 25px 0;
}

.lista-col-4 li:nth-child(4n+4){
	margin-right:0;
}


.box-universidades li{
    float: left;
    width: 24%;
    margin: 0 0.5% 6px 0;
}

.box-universidades{
	width:100%;
	float:left;
}

#owl-demo li{
	width:100% !important;
}


.box-universidades li:nth-child(4n+4){
	margin-right:0;
}

.box-universidades li{
    background-position: center center;
	overflow:hidden;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;

}

.box-universidades li:hover a{ 
    background: #AD8B19;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.box-universidades li a{ 
	float:left;
	width:100%;
    padding: 35px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.box-universidades figure{ 
    background-color: #fff;
    text-align: center;
    width: 225px;
	height:200px;
	position:relative;
}

.box-universidades figure::after{
    content: "+";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto auto -105px auto;
    width: 50px;
    height: 50px;
    background: #000;
    color: #fff;
    font-size: 26px;
    line-height: 50px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.box-universidades li:hover figure::after{
    margin: auto auto -15px auto;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;

}

.box-universidades figure img{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
padding: 0 15px;
    max-width: auto !important;
    max-height: 95%;
    width: auto;
}

.opcoes-programas{
	background:#f1f1f1;
    padding: 50px 0;
	
}
.opcoes-programas p{
	display:block;
	margin:0 0 15px 0;
	
}

.form-ct{
	background:#f6911d url(img/bg-form-ct.png);
    background-position: center center;
    background-size: cover;
}

.box-ct{
	width:550px;
	margin:0 auto;
	text-align:center;
}
.box-ct p{
    color: #fff;
    float: left;
    width: 100%;
    margin: 0 0 15px 0;

}

.title-white{
	color:#fff;
	font-size:40px;
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
}

.form-ct .title-white{
    margin: 0 0 25px 0;
    text-align: center;
    width: 100%;
    float: left;
}

.box-ct input,
.box-ct textarea{
	margin:0 0 5px ;
	border-radius:5px;
}

.box-ct input[type="submit"]{
	float:right;
    padding: 12px 35px;
    background-color: #000;
    color: #fff;
    border-radius: 25px;	
}


/*************SINGLE PROGRAMAS**************/

/**********FIM PROGRAMAS**************/



/*********NOSSO PRODUTOS*************/
.content-servicos .title-black{
	margin: 0 0 25px 0;
}
.content-landingPage .title-black{
	margin: 0 0 25px 0;
}

.content-servicos  .box-left{
	width:70%;
	float:left;
}

.content-landingPage  .box-left{
	width:70%;
	float:left;
}

/**********TOGGLE**********/
.toggle-tabs{
	width:100%;
	float:left;
}

#toggle-view {
	list-style:none;	
	font-family:arial;
	font-size:11px;
	margin:0;
	padding:0;
	width:100%;
}

.toggle-tabs p{
  color: #ebebeb;
}

.inscricao form input[name="endereco"]{
	width:50%;
	float:left;
}

.inscricao form input[name="cidade"]{
	width:50%;
	float:left;
}
.inscricao form input[name="nivel"]{
	width:50%;
	float:left;
}

.inscricao form input[name="ingles"]{
	width:50%;
	float:left;
}


#toggle-view li:first-child{
  border-top:1px solid #edcb9b;
}

#toggle-view li:last-child{
  border-bottom:1px solid #edcb9b;
}

#toggle-view li{
  border-bottom: 1px solid #ccc;
  position: relative;
  cursor: pointer;
    width: 100%;
  float: left;
  border:1px solid #edcb9b;
    border-bottom: none;
    background: #AD8B19;

}

.tab-content li{
  background-color: #f5f5f5;
}

#toggle-view li:nth-child(even),.tab-content li:nth-child(even){
	  background-color: #36333D;
}

.tab-content ul li{
	padding:0 10px;
}

.panel ul li{
	padding:0 10px;
}



#toggle-view h2{
  margin: 0;
   font-size: 12px;
  padding: 40px;
  font-weight: 600;
  color: #ebebeb;
  text-transform: uppercase;
}

#toggle-view li h4:after{
	display:block;
	content:"+";
	  font-size: 14px;
		float: right;

}

#toggle-view li.mudacor h2:after{
    display: block;
    content: "-";
    font-size: 14px;
    position: absolute;
    right: 5%;
    top: 22%;


}
#toggle-view li h2:after{
    display: block;
    content: "+";
    font-size: 14px;
    position: absolute;
    right: 5%;
    top: 45%;


}

#toggle-view h4::active{
	background:red;
}

#toggle-view .mais {
  position: absolute;
  right: 15px;
  top: 18px;
  color: #000;
  font-weight: bold;
  font-size: 14px;
}

#toggle-view .mudacor .mais{
	color:#fff;
}

.reveal{
	display:block;
}

.mudacor h2{
color: #fff!important;
    font-size: 14px !important;
}

.mudacor .title-toggle{
color:#fff !important;
}


.eixos a{
	color:#006dac;
}

.panel ul{
	display:table;
}

#toggle-view .panel {
  padding: 25px 15px 35px 15px;
    float: left;
	display:none;
}

.toggle-tabs {
  width: 100%;
  float: left;
  /* display:none; */
}


#toggle-view li:hover h2{
	color:#edcb9b;
}


#toggle-view li.mudacor h2{
	color:#000;
    border-bottom: 1px solid #fff;
}


.toggle-tabs{
	display:none;
}

/*********FIM TOGGLE******************/
.bloco-tabs{
	  float: left;
  width: 100%;
    position: relative;
    margin-top: 137px;
  padding: 0 0 25px 0;
}


.bloco-tabs .tabs {
    width:100%;
    display:inline-block;
}
 
    /*----- Tab Links -----*/
    /* Clearfix */
.bloco-tabs .tab-links:after {
        display:block;
        clear:both;
        content:'';
    }
	
.bloco-tabs .tab-links {
  position: absolute;
  top: -137px;
  width:100%;
}


.bloco-tabs  .tab-links li:last-child{
	margin-right:0;
}
 
.bloco-tabs  .tab-links li {
    margin: 0px 0.5% 0 0;
    float: left;
    list-style: none;
    width: 19.6%;
    }
 
.bloco-tabs  .tab-links a {
  padding: 15px 10px;
  display: inline-block;
  font-size: 12px;
    width: 100%;
  font-weight: 600;
  color: #fff;
 background:#f7921e;
    text-transform: uppercase;
  transition: all linear 0.15s;
        }
 
.bloco-tabs .tab-links a:hover h2 {
			color:#000 !important;
        }
 
.bloco-tabs  li.active a h2{

			color:#000 !important;
    }
.bloco-tabs  li.active a{
	background:#ececec;
}	

    /*----- Content of Tabs -----*/
.bloco-tabs .tab-content {
		padding: 50px 0 50px 0;
		float: left;
		width: 100%;
    background: #ececec url(img/bg-tabs.png)no-repeat center center;
    }

 
.bloco-tabs   .tab {
		display:none;
	}

.bloco-tabs   .tab.active {
		display:block;
	}
	

.bloco-tabs .tab-links a:hover{
	background:#ececec;
}	
	
.bloco-tabs ul li a h2{
    color: #fff;
    font-size: 15px;
    text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bloco-tabs ul li a h2::before{
    width: 93px;
    height: 80px;
    background: url(img/icon-tabs.png)left 13px top no-repeat;
    content: "";
    display: block;
    margin: 0 auto;
    padding: 0 0 10px 0;
}

.bloco-tabs ul li.active a h2::before{
	width:93px;
	height:80px;
	content:"";
	display:block;
	margin: 0 auto;
	padding:0 0 10px 0;
}


#toggle-view li.mudacor:nth-child(5n+1) h2::before{
	background:url(img/icon-tabs.png)top left no-repeat;
}

#toggle-view li.mudacor:nth-child(5n+2) h2::before{
    background: url(img/icon-tabs.png)left -104px top no-repeat;
}

#toggle-view li.mudacor:nth-child(5n+3) h2::before{
	background:url(img/icon-tabs.png)top left -208px no-repeat;
}


#toggle-view li.mudacor:nth-child(5n+4) h2::before{
	background:url(img/icon-tabs.png)top left -312px no-repeat;
}

#toggle-view li.mudacor:nth-child(5n+5) h2::before{
	background:url(img/icon-tabs.png)top left -416px no-repeat;
}


.bloco-tabs ul li.active:nth-child(5n+1) a h2::before,.bloco-tabs ul li:nth-child(5n+1) a:hover h2::before{
    background: url(img/icon-tabs.png)bottom 15px left 14px no-repeat;
}


.bloco-tabs ul li:nth-child(5n+2) a h2::before,
#toggle-view li:nth-child(5n+2)  h2::before{
    background: url(img/icon-tabs.png)left -98px top no-repeat;
}

.bloco-tabs ul li.active:nth-child(5n+2) a h2::before,.bloco-tabs ul li:nth-child(5n+2) a:hover h2::before{
    background: url(img/icon-tabs.png)left -98px bottom 15px no-repeat;
}



.bloco-tabs ul li:nth-child(5n+3) a h2::before,
#toggle-view li:nth-child(5n+3) h2::before{
    background: url(img/icon-tabs.png)left -209px top no-repeat;
}

.bloco-tabs ul li.active:nth-child(5n+3) a h2::before,.bloco-tabs ul li:nth-child(5n+3) a:hover h2::before{
    background: url(img/icon-tabs.png)left -209px bottom 15px no-repeat;
}




.bloco-tabs ul li:nth-child(5n+4) a h2::before,
#toggle-view li:nth-child(5n+4) h2::before{
background: url(img/icon-tabs.png)left -314px top no-repeat;
}

.bloco-tabs ul li.active:nth-child(5n+4) a h2::before,.bloco-tabs ul li:nth-child(5n+4) a:hover h2::before{
    background: url(img/icon-tabs.png)left -314px bottom 15px no-repeat;
}


.bloco-tabs ul li:nth-child(5n+5) a h2::before,
#toggle-view li:nth-child(5n+5) h2::before{
	background:url(img/icon-tabs.png)left -416px top no-repeat;
}

.bloco-tabs ul li.active:nth-child(5n+5) a h2::before,.bloco-tabs ul li:nth-child(5n+5) a:hover h2::before{
	background:url(img/icon-tabs.png)left -416px bottom 15px no-repeat;
}

.tabs{
	width:100%;
	float:left;
}

.tabs .container{
	  position: relative;
}


.title-tabs{
	font-size:40px !important;
	  margin-top: 80px;
}

.tabs .title-orange{
	margin:0 0 15px 0;
}
/********FIM TABS*******/
.content-servicos{
    background: url(img/bg-aluna-consultoria.png)right -12px top no-repeat;
    padding: 25px 0 150px 0;
}

.box-pers {
    float: left;
    width: 100%;
    margin: 25px 0 0 0;
}

.box-pers li{
	background:#f7f7f7;
    padding: 15px 0;
	margin:0 0 25px 0;
}

.box-pers .title-orange{
    border-left:6px solid #f7921e;
    padding: 4px 0 4px 5px;
	margin:0 0 15px 0;
}

.box-pers p{
	padding:0 15px;
}
/**********FIM NOSSOS PRODUTOS**************/



/****************DEPOIMENTOS******************/
.box-depoimentos.bg-square li:nth-child(2n+2){
background-image: -webkit-repeating-radial-gradient(center center, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 1px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 1px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 1px, transparent 100%);
    -webkit-background-size: 3px 3px;
    -moz-background-size: 3px 3px;
    background-size: 3px 3px;
}


.lista-bg-square li:nth-child(2n+1){
background-image: -webkit-repeating-radial-gradient(center center, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 1px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 1px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 1px, transparent 100%);
    -webkit-background-size: 3px 3px;
    -moz-background-size: 3px 3px;
    background-size: 3px 3px;		
}

.lista-bg-square li{
	padding:50px 0 !important;
}


.box-depoimentos {
    float: left;
    width: 100%;
    margin: 25px 0 0 0;
}

.bg-square{
background-image: -webkit-repeating-radial-gradient(center center, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 1px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 1px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 1px, transparent 100%);
    -webkit-background-size: 3px 3px;
    -moz-background-size: 3px 3px;
    background-size: 3px 3px;	
    padding: 50px 0;
}

.box-depoimentos li .lista-equipe-in{
	width:1220px;
	margin:0 auto;
}

.box-depoimentos li figure{
    float: left;
    width: 130px;
    height: 130px;
    overflow: hidden;
    border-radius: 50%;
}


.box-depoimentos li figure img{
    height: inherit;
}

.box-depoimentos li h4{
	color:#333333;
	font-size:22px;
	font-weight:600;
	margin-bottom:10px;
}

.blue-bg-face{
	background:#294bac;
}


.box-depoimentos li p{
	font-size:14px;
	color:#666666;
}

.oneall_social_login_label label{
    text-indent: -999em;
    display: none;
}


.box-depoimentos li .membros-left{
	display:inline-block;
	width:16%;
	vertical-align:middle;
}

.box-depoimentos li .membros-right{
	display:inline-block;
	width:80%;
		vertical-align:middle;
}

.box-depoimentos li{
	float:left;
	width:100%;
padding: 25px 0;
}

.box-depoimentos .title-orange strong{
	color:#2f302f;
	font-weight:normal;
	text-transform:initial;
}

.title-small{
	font-size:14px;
margin: 15px 0 15px 0;
	color:#6e6e6e;
	font-weight:normal;
width: 100%;
    float: left;
}

.bt-face{
	float:left;
    height: 49px;
    line-height: 26px;
	font-weight:300;
}

.bt-face-2{
    margin: -3px 0 0 0;
}

.box-dep{
	float:right;
    margin-top: 25px;
}

.box-dep li:nth-child(3n+1){
	margin:0 15px 0 0;
	text-transform:uppercase;
}

.box-dep li{
	width:auto;
	padding:0;
	color:#000000;
	font-weight:600;
    line-height: 49px;


}

.oneall_social_login_providers iframe{
	width:235px !important;
}

.box-depoimentos .title-orange{
	margin:0 0 15px 0;
}

ul.wpuf-form li .wpuf-fields{
	width:100%;
}

ul.wpuf-form li .wpuf-fields textarea{
	width:100%;
}

ul.wpuf-form .wpuf-submit input[type=submit]{
	float:right;

}


.page-template-nossos-servicos .btn-default {  
    display: inline-block;
	float:none;
    margin: 15px 0 0 15px;
	background:#000;
}

.form-ct iframe{
	height:440px !important; 
}
/*****************FIM DEPOIMENTOS************/


/*****************UNIVERSIDADES************/


.filter-categoria{
	background:#f4f4f4;
	border:1px solid #e9e4e4;
	padding:40px 0;
	margin:0 0 15px 0;
}



.title-filter{
display: block;
    border-bottom: 1px solid #ebebeb;
    padding: 6px 0;
    color: #333;
	margin:0 0 12px 0;
}

.title-filter strong{
	color:#AD8B19;
}



.title-black-open{
	font-weight:bold;
	text-transform:uppercase;
	font-size:24px;
	color:#2f302f;
	display:block;
	float:left;
	line-height: 47px;
}

.align-center{
    margin: 0 auto;
    max-width: 580px;
    display: table;
}

.select{
    margin: 0 0 0 15px;
    float: left;
}

.select select{
	padding:15px 35px;
}

.box-col-4 li{
	float:left;
	width:23%;
	margin:0 2% 0 0;
}
.box-col-4 li:nth-child(4n+4){
	margin-right:0;
}

.title-grey-small{
	font-size:14px;
	font-weight:600;
	color:#727272;
}

.diferenciais .box-col-4  .title-grey-small{
	margin:15px 0 15px 0;
}

.diferenciais .box-col-4{
	margin:50px 0 0 0;
}

.box-prog {
    padding: 15px 0 5px 0;
    float: left;
    width: 100%;
}

.post-categories li{
	width:auto;
}

.diferenciais .box-col-4 li{
	text-align:center;
}


.title-orange-yan{
	color:#f7921e;
	font-weight:normal;
	font-size:50px;
	display:block;
	font-family: 'Open Sans', sans-serif;
}

.diferenciais{
	padding:50px 0;
}



/***********SINGLE UNIVERSIDADES************/

/*****************FIM UNIVERSIDADES************/



/*****************BLOG************/
.box-destaque li{
    width: 25%;
	float:left;
	padding:0 15px;
    position: relative;
}


.box-destaque li figure{
	position:relative;
	overflow:hidden;
    max-height: 406px;
	
}
.box-destaque li:hover img{
	position:relative;
    -ms-transform: scale(1.06); /* IE 9 */
    -webkit-transform: scale(1.06); /* Safari */
    transform: scale(1.06);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
	
}

.box-destaque li img{
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
	
}

.box-destaque li:hover .over-block{
    background:#f7921e;
}
.box-destaque li:hover .title-orange-blog,
.box-destaque li:hover  .post-categories li a{
    color:#fff;
}

.box-destaque li:hover .post-categories{
    background:#f7921e;
}

.title-orange-blog{
	color:#f7921e;
	font-weight:normal;
	display:block;	
	font-family: 'Open Sans', sans-serif;
}

.box-destaque li:nth-child(3n+1) .title-orange-blog{
    font-size: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

}


.box-destaque li:nth-child(3n+2) .title-orange-blog{
    font-size: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.box-destaque li:nth-child(3n+3) .title-orange-blog{
    font-size: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}




.attachment-destaque-blog-grande,.attachment-destaque-blog-med{
	width:100%;
	display:block;
}

.relative{
	position:relative; 
}

.over-block{
    background: #f4f4f4;
    bottom: 0;
    width: 100%;
    padding: 15px 10px;
    float: left;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}


.box-destaque li:nth-child(3n+2) .over-block{
	position:relative !important;
}
.box-destaque li:nth-child(3n+3) .over-block{
	position:relative !important;
}

.box-destaque .post-categories{
	position:absolute;
    top: 0px;
	background:#f4f4f4;
	padding:10px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}


.box-destaque .post-categories li{
	width:auto;
	margin:0 !important;
}

.box-destaque .post-categories li a{
	color:#f7921e;
	text-transform:uppercase;
	font-size:13px;
}
.box-destaque .post-categories li:after{
	color:#f7921e;
	content:".";
	display:inline-block;
	font-size:13px;

}


.side-blog{
	margin:50px 0 30px 0;
}

.side-blog h3{
	color:#f7921e;
	font-weight:normal;
	font-size:22px;
	text-transform:uppercase;
}

.side-blog ul{
	margin:15px 0 0 0;
}

.side-blog li{
	margin:0 0 10px 0;
}

.side-blog li a{
	color:#52abc4;
	font-size:14px;
    text-transform: capitalize;
}

.side-blog li a:hover{
	text-decoration:underline;
}

.box-destaque{
	width:100%;
	float:left;
    margin: 50px 0 80px 0;
}

.home .box-destaque{
    margin: 25px 0 50px 0;
}

.box-blog{
    width: 70%;
    float: left;
    padding-right: 50px;
    -webkit-box-shadow: 6px 0px 5px -4px rgba(50, 50, 50, 0.21);
    -moz-box-shadow: 6px 0px 5px -4px rgba(50, 50, 50, 0.21);
    box-shadow: 6px 0px 5px -4px rgba(50, 50, 50, 0.21);
min-height: 650px;
}

.box-blog .title-orange:hover{
	color:#000;
}

.single-post .box-blog h2{
	font-size:24px;
	font-family: 'Open Sans', sans-serif;
	margin:15px 0;
	color:#4b4b4b;
}


.single-post .box-blog h3{
	font-size:22px;	
	font-family: 'Open Sans', sans-serif;
	margin:15px 0;
	color:#4b4b4b;

}


.single-post .box-blog h4{
	font-size:20px;	
	font-family: 'Open Sans', sans-serif;
	margin:15px 0;
	color:#4b4b4b;
}



.single-post .box-blog a{
	color:#f7921e;
}
.single-post .box-blog a:hover{
	color:#999;
}

.single-post .box-blog p{
	margin:0 0 15px 0;
}


.box-blog li{
	width: 100%;
	float: left;
padding: 15px 0;
    border-top: 1px solid #ddd;
}

.fb_iframe_widget {
    margin-right: 15px;
}

.ct-midias{
    width: 100%;
    float: left;
    height: 50px;
    position: relative;
    margin: 15px 0 0 0;
}

.box-blog li:first-child{
    border-top:none;
}

.box-blog li .box-left{
	width:28%;
	float:left;
}
.box-blog li .box-right{
	width:70%;
	float:right;
    position: relative;
}

.barra-lateral{
	width:25%;
	float:right;
}

.wp-pagenavi {
	float: left;
	width: 100%;
}
.wp-pagenavi {
    width: 100%;
    float: left;
	text-align: center;
    padding: 35px 0 50px 0;
    margin: 35px 0 0 0;
    border-top: 1px solid #ddd;
}
.wp-pagenavi a {
	font-family: 'Open Sans', sans-serif;
	padding: 5px 11px;
	color: #8e8e8e;
	border: 1px solid #BFBFBF;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.box-blog li:last-child{
	border-bottom:1px solid #1px solid #ddd;
}

.wp-pagenavi a:hover {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
	background: #000;
	color: #fff;
	border: 1px solid #BFBFBF !important;
}
.wp-pagenavi .current {
	font-family: 'Open Sans', sans-serif;
	padding: 5px 11px;
	color: #fff;
	border: 1px solid #BFBFBF !important;
	background: #000;
	font-weight: normal !important;
}
.wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
	font-family: 'Open Sans', sans-serif;
	padding: 5px 11px;
}	


.container-galeria .title-black{
	text-align:center;
}						


.midias {
left: 0;
    position: absolute;
    float: left;
    width: 60px;
    width: 100%;
    top: 0;
    height: 100%;
    margin: 0;
}

.midias .fb-container {
    position: absolute !important;
    top: 0;
    right: 0;
    width: 100%;
}
.single-universidade iframe,
.single-colegio iframe {
    float: right;
    margin: 0 0 3% 3%;
}

.single-universidade .content-in{
    padding: 50px 0 0 0;
}


.single-colegio .content-in p a,
.single-universidade .content-in p a{ 
  color:#f7921e;
}

.single-colegio .content-in p a:hover,
.single-universidade .content-in p a:hover{ 
  text-decoration:underline;
}

.single-programa .content-in{
    padding: 50px 0 50px 0;
}

.container-galeria{
	margin:50px 0 0 0;
}

.box-blog .title-orange{
	margin:0 0 5px 0;
}

.single-post .breadcrumb-full .container,
.page-template-blog .breadcrumb-full .container, .category  .breadcrumb-full .container, .search  .breadcrumb-full .container{
	position:relative;
}

.form-search{
	position:absolute;
	margin:auto 0 auto auto;
	top:0;
	left:0;
	bottom:0;
	right:0;
	width:450px;
    height: 51px;
    overflow: hidden;
}

.form-search .form-in{
	position:relative;
}

.form-search input[type="submit"]{
    color: #fff;
    background: #fff url(img/left-border.png)left top no-repeat;
    width: 137px;
    text-align: right;

}

.box-submit{
	position:absolute;
	right:0;
	top:0;

}

.box-submit:before{
    background: url(img/icon-buscar.png)no-repeat;
    width: 15px;
    height: 16px;
    content: "";
    display: inline-block;
    position: relative;
    right: -55px;
    top: 3px;
}

.form-search input{
	padding:18px;
}


/************SINGLE*******************/
.midias-site-single{
	width:100%;
	float:left;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	padding: 10px 0 6px 0;
	margin: 0 0 10px 0;
    position: relative;
    top: -5px;
}

.barra-topo{
	color:#006dac;
	font-size:12px;
		background:#efefef;
	float:left;
	width:100%;
	padding:5px 0;
}


.btn-home {
    width: 13px;
    height: 12px;
    background: url(img/icon-home.png)no-repeat;
    display: block;
    float: left;
    text-indent: -9999em;
    margin-top: 3px;
}

.btn-blog-single {
    margin: 0 10px;
    color: #006dac;
    font-size: 12px;
    padding: 5px 0;
}

.btn-blog-single:hover{
	text-decoration:underline;
}

.single-post .box-blog .title-orange{
	font-size:28px;
	padding:25px 0;
	font-weight:600; 
}
.single-post .breadcrumb-full{
	margin:0;
}

.midias-site-single .fb-container {
    top: 11px;
}

.categoria-data-single {
    width: 100%;
    padding: 20px 0;
    float: left;
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    margin: 40px 0;
}

span.date-single {
    float: left;
    padding: 0 10px 0 0;
    font-size: 14px;
    color: #5a5a5a;
    border-right: 1px solid #fcfcfc;
}

.single-post .post-categories li a {
    color: #f7921e;
    font-size: 14px;
}

.single-post .post-categories li{
    padding: 0;
    width: auto;
    border: none;
    min-height: auto;
    margin: 0;
}

.single-post .post-categories {
    padding: 0 0 0 10px;
    float: left;
    border-left: 1px solid #f0f0f0;
}

.single-post .post-categories li:before {
    content: ".";
    color: #f7921e;
}

.single-post .post-categories li:first-child:before, .single-post .post-categories li:hover:first-child:before {
    content: "";
}
/***********FIM SINGLE******/

/*****************FIM BLOG************/


/*****EVENTOS**********/
.box-eventos li{
	width:49%;
	float:left;
	margin:0 0 25px 0;
	overflow:hidden;
    padding: 25px;
min-height: 260px;
position:relative;
    background-repeat: no-repeat !important;
    background-position: center right !important;
}

.box-eventos li .box-left::before{
position: absolute;
    top: -34px;
    left: -240px;
    width: 770px;
    height: 421px;
    content: "";
    background: url(img/bg-eventos.png)right top no-repeat;
    background-size: cover;
	
}

.box-eventos li figure{
	position:relative;
    margin: 0 0 25px 0;
    text-align: left;
    min-height: 54px
}


.box-eventos li .box-left{
	width:49%;
	float:left;

}

.box-full .box-eventos li span{
	text-align:left;
}

.box-eventos li span{
	width:100%;
	position:relative;
	float:left;
	color:#fff;
}


.box-eventos li span strong{
	color:#fff;
	font-size:30px;
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	
}

.box-outros-programas img{
	opacity:0.7;
	display:block;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.box-outros-programas li:hover img{
	opacity:1;
    -ms-transform: scale(1.06); /* IE 9 */
    -webkit-transform: scale(1.06); /* Safari */
    transform: scale(1.06);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.box-outros-programas figure{
	background:#000;
	overflow:hidden;
	max-height:85px;
}

.box-eventos li:nth-child(2n+2){
	float:right;
}


.box-eventos .btn-default.orange-bg {
margin: 25px 0 0 0;
    min-width: 140px;
    position: relative;
    bottom: 25px;
	text-align:center;
    /* left: 25px; */
    float: left;
    display: inline-block;
    clear: both;
bottom: 0;
}

/*****FIM EVENTOS**********/



/*****404**********/
.erro404 .numero-erro {
    font-size: 200px;
 color: #FF9300;
    float: left;
    width: 50%;
    font-weight: 300;
}

.error404 .breadcrumb-full{
	background-color: rgb(255, 147, 0);
}


.erro404 .text-erro {
    font-size: 24px;
    color: #1d3f63;
    float: right;
    width: 50%;
    margin-top: 9%;
    line-height: normal;
    font-weight: 300;
}

.erro404 a{
	color:#FF9300;
	
}
.erro404 a:hover{
	text-decoration:underline;
	
}
/*****FIM 404**********/



/****************sSVG******************/
/* Common style */
.grid {
	margin: 40px auto 120px;
	max-width: 1000px;
	width: 90%;
}



.grid a {
	float: left;
	width: 100%;
}


.grid figure {
	position: relative;
	overflow: hidden;
	background: #333;
}

.grid figure img {
	position: relative;
	display: block;
	width: 100%;
	opacity: 0.7;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.grid a:hover img {
    -ms-transform: scale(1.06); /* IE 9 */
    -webkit-transform: scale(1.06); /* Safari */
    transform: scale(1.06);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

label.col-sm-4.control-label{
	color:red !important;
}

.grid figcaption {
	position: absolute;
	top: 0;
	z-index: 11;
	padding: 10px;
	width: 100%;
	height: 100%;
	text-align: center;
}




.grid figcaption h2 {
	margin: 0 0 20px 0;
	color: #3498db;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 300;
	font-size: 130%;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.grid figcaption p {
	padding: 0 20px;
	color: #aaa;
	font-weight: 300;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}

.grid figcaption h2,
.grid figcaption p {
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
}

.grid figure button {
	position: absolute;
	padding: 4px 20px;
	border: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}


#footer .footer-inunda {
	
    background-color: #A9A9A9;
    width: 100%;
    float: left;
    text-align: center;
    padding: 3px 0;
    border-top: 2px solid #8E8E8E;
	
	
	}
.grid figcaption,
.grid figcaption h2,
.grid figcaption p,
.grid figure button {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* Style for SVG */
.grid svg {
	position: absolute;
	top: 8px; /* fixes rendering issue in FF */
	z-index: 10;
	width: 100%;
	height: 100%;
    left: 0;
}

.grid svg path {
	fill: #fff;
}

#svg-orange path{
	fill:#f7921e;
}

svg#svg-orange {
    top: 0px;
}

/* Hover effects */
.grid a:hover figure img {
	opacity: 1;
}

#Camada_1 .grid svg path{
    fill: #f7921e;	
}

.grid a:hover figcaption h2,
.grid a:hover figcaption p {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.grid a:hover figcaption p {
	opacity: 0;
}

/* Individual styles */
.demo-1 body {
	background: #3498db;
}

.demo-1 .grid figure button,
.demo-3 .grid figure button {
	top: 50%;
	left: 50%;
	border: 3px solid #fff;
	background: transparent;
	color: #fff;
	opacity: 0;
	-webkit-transform: translateY(-50%) translateX(-50%) scale(0.25);
	transform: translateY(-50%) translateX(-50%) scale(0.25);
}

.demo-1 .grid a:hover figure button,
.demo-3 .grid a:hover figure button {
	opacity: 1;
	-webkit-transform: translateY(-50%) translateX(-50%) scale(1);
	transform: translateY(-50%) translateX(-50%) scale(1);
}

.demo-2 body {
	background: #e74c3c;
}

.demo-2 .grid figcaption h2 {
	color: #e74c3c;
}

.demo-2 .grid figcaption p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

.demo-2 .grid figure button {
	bottom: 0;
	left: 0;
	padding: 15px;
	width: 100%;
	background: #fff;
	color: #333;
	font-weight: 300;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

.demo-2 .grid a:hover figure button {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.demo-2 .grid figcaption h2, 
.demo-2 .grid figcaption p,
.demo-3 .grid figcaption h2,
.demo-3 .grid figcaption p {
	-webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.115, 1); /* older webkit */
	-webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.115, 1.445);
	timing-function: cubic-bezier(0.250, 0.250, 0.115, 1.445);
}

.demo-2 .grid a:hover figcaption p,
.demo-3 .grid a:hover figcaption p {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
}

.demo-3 body {
	background: #52be7f;
}

.demo-3 .grid figcaption h2 {
	color: #52be7f;
}

.demo-3 .grid a:hover figcaption h2 {
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
}


.box-pers a:hover .title-orange{
	color:#4199d5;
	border-color:#4199d5;
}


.tax-destino .breadcrumb-full {
    background-color: #AD8B19;	
}

.tax-destino .breadcrumb-full {
	background-repeat: repeat;
    background-repeat-y: no-repeat;
}

/* Media Queries */
/* Let's redefine the width of each anchor and the margins */


.logo-footer-bottom{
    width: 100%;
    float: left;
    background: #fff;
    text-align: center;
}

.logo-footer-bottom img{
    max-width: 260px;
	padding:10px 0;
	    margin: 0 12px;
		    vertical-align: middle;
}



/****************FIM SVG******************/


button.alm-load-more-btn{	
   font-family: Helvetica, Arial, sans-serif;
   font-size:16px;
   font-weight: 600;
   width:auto;   
   height: 42px;
    background: #FF9300;
   color:#fff;
   border: none;
   -webkit-border-radius:3px;
   -moz-border-radius:3px;
   border-radius:3px;
   margin: 0 0 4px;
   padding:0 20px;
   display: inline-block;		
      border-radius: 25px;
   position: relative;
   -webkit-transition: padding 0.25s ease-in-out;
   -moz-transition: padding 0.25s ease-in-out;
   transition: padding 0.25s ease-in-out;
   text-align: center;	
   text-decoration: none;
   -webkit-appearance: none; 
   -moz-appearance: none;   
   appearance: none;      
   /* Prevents text selection */
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: -moz-none;
   -ms-user-select: none;
   -o-user-select: none;
   user-select: none;
   cursor: pointer;
}
	button.alm-load-more-btn:hover{
    background-color: #000000;
		color: #fff;
		text-decoration: none;
	}
	button.alm-load-more-btn:active{
		-webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.1);
		box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.1);
		text-decoration: none;
	}	
	
	/* Loading */
   button.alm-load-more-btn.loading{
    	padding-left: 44px;
   }
    
   /* Loaded / Done */
	button.alm-load-more-btn.done{
		cursor: default;
		opacity: 0;
		filter: alpha(opacity=20); 
		background-color: #ed7070; 
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;
   }  
      
   /* Loading Icon */
	button.alm-load-more-btn:before,
	button.alm-load-more-btn.done:before{                
		background: none;
		width: 0;
	}
	
	/* Loading :before */
	button.alm-load-more-btn.loading:before {
      background: #fff url("img/ajax-loader.gif") no-repeat center center;
      width: 30px;
      height: 30px;
    margin: -6px 0 0 6px;		
      -webkit-border-radius:50%;
      -moz-border-radius:50%;
      border-radius:50%;
      display: inline-block;
      z-index: 0;
      content: '';
      position: absolute;
      left: 0;
      overflow: hidden;
      -webkit-transition: width 0.5s ease-in-out;
      -moz-transition: width 0.5s ease-in-out;
      transition: width 0.5s ease-in-out;
	}
	
.alm-btn-wrap{
    text-align: center;
    padding: 10px 10px 30px;
    overflow: hidden;
    display: block;
    margin: 25px 0 0 0;
    clear: both;
    float: left;
    width: 100%;

}


div.wpcf7-validation-errors {
background: #FF8484;
    border: none;
    border: 1px solid #f00;
    padding: 10px;
    float: left;
    width: 100%;
}

span.wpcf7-not-valid-tip {
    color: #D82F3E !important;
}


div.wpcf7-mail-sent-ok {
    border: 2px solid #1E5407!important;
    float: left!important;
    background: #398f14 !important;	color:#fff;
}

.barra-footer .box-right div.wpcf7-mail-sent-ok {
    border: 1px solid #398f14;
    color: #398f14;
    background: #C7FFAF;
    width: 100%;
    float: left;
    padding: 10px;

}
.box-blog input[type="text"],.box-blog input[type="email"]{	border:1px solid #ddd;	margin:3px 0;}.box-blog input[type="submit"]{    padding: 12px 20px;    background-color: #f7921e;    color: #fff;    border-radius: 25px;    text-transform: uppercase;    margin-top: 5px;     float: right;}.box-blog input[type="submit"]:hover{     background-color: #e86000;}.box-blog .wpcf7 {    max-width: 360px; 	float:left;}


.barra-footer .box-right div.wpcf7-validation-errors, .barra-footer .box-right div.wpcf7-mail-sent-ok{
    position: absolute;
    top: 50px;
    left: -7px;
    z-index: 9;
}

.ct-full-title{
	width:100%;
	float:left;
}

.ct-full-title .title-orange{
	float:left;
}

.ct-full-title .title-cargo{
	float:left;
}

.left-p{
    float: left;
    line-height: 18px;
    margin: 0 5px;
}
.left-p::before{
	content:"//";
	display:inline-block;
	margin-right:5px;
}

.box-full{
	width:100%;
	float:left;
	margin:50px 0 0 0;
}


.wpuf-form li.wpuf-el.universidade{
	width:49%;
}

.wpuf-form li.wpuf-el.curso{
	width:49%;
	float:right;
}

.wpuf-form li.wpuf-el.programa{
	width:49%;
}

.wpuf-form li .wpuf-label{
	float: left!important;
    width: 100%!important;
}

.wpuf-form li.wpuf-el.cidade{
	width:49%;
	float:right;
}


.box-destaque{
	margin-right:-15px !important;
	margin-left:-15px !important;
}


.cbp-l-grid-mosaic .cbp-caption-activeWrap {
    background-color: rgb(255, 147, 0) !important;
}

.cbp-l-loadMore-bgbutton .cbp-l-loadMore-link.cbp-l-loadMore-stop {
    border: none;
}

.cbp .cbp-item {
 padding: 2px !important;
}

.cbp-l-grid-mosaic .cbp-l-caption-title {
    color: #fff !important;
}

span.logo-fixo {
    width: 68px;
    height: 51px;
    overflow: hidden;
    display: block;
/*     background: url(https://gradeup.com.br/wp-content/uploads/2022/10/Screen_Shot_2022-10-01_at_19.29.20-removebg-preview-e1664818938908.png); */
    float: left;
    margin-top: 10px;
}

.menu-fixo {
    position: fixed;
    top: 0;
    width: 100%;
	background:#fafafa;
    z-index: 999;
	display:none;
}
.menu-fixo.fixed{
    position: fixed;
	display:block;
}


.menu-fixo .menu-topo{
	margin-top:0;
}

.sf-navicon-button.x.fixed{
	top:5px !important;
}

/***********************RESPONSIVO***************************/

@media (max-width:1400px){

	.container-full.banner {
		background: #fbfcff url(img/gradeup_consultoria_especializada.png)top right -180px no-repeat;
	}	
	
}
@media (max-width:1320px){
	
	.owl-prev {
    left: -50px !important;
    margin: auto auto -35px auto!important;
	}	
	.owl-next {
    right: -50px !important;
    margin: auto auto -35px auto !important;
	}
	.container-full.banner {
		background: #fbfcff url(img/gradeup_consultoria_especializada.png)top right -200px no-repeat;
	}	
	
}


@media (min-width:1200px), (min-width:1180px){
	
	.single-universidade .breadcrumb-full{/* background-size: 62% 100%; */}
}

@media (min-width:1200px),(min-width:767px){
	.box-programas li:nth-child(4n+1),.box-outros-programas li:nth-child(4n+1){
		clear:left;
	}
	
	.box-equipe li:nth-child(2n+1){
		clear:left;
	}
	.box-programas li figure{
	    max-height: 180px;
	}
	
	.box-diferenciais li:nth-child(4n+1){
		clear:left;
	}
}


@media (max-width:1200px){
	.container,.header-in, .footer-info .container, .barra-footer .container, .content-in{
		width:100%;
		padding-left:2% !important;
		padding-right:2% !important;
	}
	
	
	.content-servicos .box-left{
		width:100%;
	}
	.content-landingPage .box-left{
		width:100%;
	}
	
		
	.single .breadcrumb-full:before{
		width: 60%;
	}
		
	
	.box-universidades figure{
		width:100%;
	}
	
	.box-topo{
		right:5%;
	}
	
	.header-in .menu-topo ul li{
		padding:0;
		text-align:center;
	}
	
	.header-in .menu-topo ul li a{
		font-size:12px;
	    width: 100%;
	}
	
	
	.bloco-tabs ul li a h2{
		font-size:12px;
	}
	
	.header-in .menu-topo ul li:nth-child(7n+1){
		width:20%;
	}	
	.header-in .menu-topo ul li:nth-child(7n+2){
		width:19%;
	}
		
	.header-in .menu-topo ul li:nth-child(7n+3){
		width:14%;
	}	
	.header-in .menu-topo ul li:nth-child(7n+4){
		width:16%;
	}	
	.header-in .menu-topo ul li:nth-child(7n+5){
		width:7%;
	}	
	
	.header-in .menu-topo ul li:nth-child(7n+6){
		width:12%;
	}			
	.header-in .menu-topo ul li:nth-child(7n+7){
		width:12%;
	}		
	.box-topo {
		left: 0;
		width: 100%;
	}
	

.logo {
    margin: 15px 0 0 0;
}
	
	.box-topo::Before,.box-topo::after{
		display:none;
	}
	
	.box-topo{
		text-align:right;
	}	
	.box-topo li{
		float:none;
		display:inline-block;
	}
	
	.form-search{
		right:2%;
	}

		.box-banner{
		background:rgba(255,255,255,0.9);
		width:100%;
		padding:25px;
	}
	
		
	.bloco-tabs .tab-links{
		left:0;
	top: -134px;
	}
	
	.breadcrumb-full {
	    background-size: cover;
		background-position:center center;
	}
	

}





@media (max-width:1000px){

	
	.box-eventos li{
		width:100%;
		margin:25px 0;
		max-height: 285px;
		overflow: hidden;
		
	}

	.carousel{
		width:100% !important;

	}
	.content-servicos{
		background:none;
	}
	.content-landingPage{
		background:none;
	}
}




@media (max-width:767px){
	
	.box-programas li{
		width:49%; 
		margin-right:0;
	}
	
	#header {
    padding: 45px 0 15px 0;
}
	
	.box-topo{ 
		top: -45px;
	}

	
	.content-servicos .box-left{
		width:100%;
	}
	.content-landingPage .box-left{
		width: 100%;
	}
	
	.erro404 .numero-erro{
		width:100%;
	}
	
	.erro404 .text-erro{
		width:100%;
	}
	
	
	.box-programas li:nth-child(2n+2){
		float:right;
		
	}
	
			
	.single .breadcrumb-full:before{
		width: 100%;
	}
		
	
	.box-ct{
		width:100%;
	}
	
	
	.bloco-tabs{
		display:none;
	}
	
	
	.toggle-tabs {
    display: block; ;
	}


	.breadcrumb-full h1{
		font-size:50px;
	}
	
	.logo {
    margin: 20px auto 0 auto;
    WIDTH: 100%;
    TEXT-ALIGN: center;
    max-width: 100px;
    float: none;
	}	
	
	.over-block{
		padding:5px 10px;
	}
	
	.box-topo li:nth-child(4n+4){
		display:none;
	}	
	.box-topo li:nth-child(4n+3){
		display:none;
	}
	
	.box-col-4 li{
		width:49%;
		float:left;
	}	
	
	.box-destaque li:nth-child(3n+1) .title-orange-blog {
		font-size: 30px;
	
	}

	
	.container-full.contato .box-left{
		width:100%;
		margin:0 0 50px 0;
	}	
	.container-full.contato .box-right{
		width:100%;
	}
	
	.box-col-4 li:nth-child(2n+2){
		float:right;
		margin-right:0;
	}
	
	.box-footer-top .box-right, .box-footer-middle .box-right, .box-footer-top .box-left{
		width:100%;
	}
	
	.box-footer-top .box-right{
	    text-align: center;
	}
	
	.box-full li{
		width:33.33%;
		text-align:center;
	}
	
	.box-eventos li {
		width:100% !important;
	}
	
	.box-footer-top .box-left, .box-footer-middle .box-left{
		width:100%;
	}
	
	.box-footer-middle .box-left{
	    margin: 0 0 25px 0;
	}
	
	.box-footer-top .box-left{
		margin:15px 0;
	}
	
	.footer-info .box-footer-top{
	    padding: 0 0 35px 0;	
	}
	
	.barra-footer .box-left, .barra-footer .box-right {
		width:100%;
	}
	
	.box-footer-top .box-left li{
		float:none;
		display:inline-block;
	}
	
	.barra-footer .wpcf7{
		width:100%;
		margin:15px 0 0 0;
	}
	
	.box-footer-top .box-left{
		text-align:center;
	}
	
	.container-full.banner .container{
		background-image:none;
	    padding: 0;
	}
	
	.box-banner{
		width:100%;
	}
	
	.box-universidades li{
		width:49%; 
	}
	
	.box-universidades li:nth-child(2n+2){
		float:right;
	}
	
	.box-destaque li:nth-child(3n+1){
		width:100%;
		float:left;
		margin:0 0 15px 0;
	}	
	
	.box-destaque li:nth-child(3n+2){
		width:49%;
		float:left;
	}	
	.box-destaque li:nth-child(3n+3){
		width:49%;
		float:right;
	}
	
	.box-equipe li .box-left{
		width:100%;
		float:left;
	}	
	.box-equipe li .box-left figure{
		text-align:center;
	}
	
	.box-equipe li .box-right {
		width: 100%;
	}	
	.box-equipe li .box-right .title-orange {
		text-align:center;
	}
	
	.box-equipe li .box-right .title-cargo {
		text-align:center;
	}
	
	.box-equipe li{
		width:100%;
	}
	
	.box-diferenciais li{
		width:49%;
		margin: 0 0 50px 0;
		
	}	
	
	.box-diferenciais li:nth-child(2n+2){
		float:right;	
	}	
	.box-diferenciais li:nth-child(2n+1){
		clear:left;	
	}
	
	.box-depoimentos li .membros-left{
		width:100%;
		
		
	}	
	.box-depoimentos li .membros-right{
		width:100%;
		
	}
	
	.box-depoimentos li figure{
    float: none;
    text-align: center;
    margin: 0 auto 25px auto;
	}	
	.box-depoimentos li figure img{
		width:auto;
	}
	
	.menu-topo{
		display:none;
	}
	
	.title-black-open{
    width: 100%;
    text-align: center;
	}
	
	.select{
		float:none;
		margin:0;
	    text-align: center;
	}
	
	.box-blog{
    width: 100%;
    padding-right: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
		
	}
	
	.barra-lateral{
		width:100%;
	}
	
	.box-destaque li:nth-child(3n+2) .title-orange-blog{
		font-size:24px;
	}	
	.box-destaque li:nth-child(3n+3) .title-orange-blog{
		font-size:24px;
	}
	
	.title-orange-yan{
		font-size:45px;
	}
	
	.destaque-programas{
		text-align:center;
	}
	
	.btn-default.black-bg {
    margin: 60px 0 15px 0 !important;
		float: none;
		display: inline-block;
	}
	
	.universidades .title-orange-yan, .destaque-programas .title-orange-yan{
		float:none;
	}
	
	.universidades{
		text-align:center;
	}
	
	.home .container-full{
		text-align:center;
	}
	
	.title-black{
		text-align:center;
	}
	
	.destaque-programas .title-black{
		float:none;
	}
	
	.box-outros-programas li{
		width:49%;
    margin-right: 0;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ddd;
	}
	
	.box-outros-programas .title-black{
		min-height:auto;
	}
		
	.box-outros-programas li:nth-child(2n+2){
		float:right;
	}		
	.box-outros-programas li:nth-child(2n+1){
		clear:left;
	}
	
	.box-outros-programas .title-black::after{
		margin: 5px auto 0 auto;		
	}
	
	.box-blog li .box-left{
		width:100%;
	}
	
	.box-blog li .box-right{
		width:100%;
	}
	
	.box-blog li .box-left figure{
		text-align:center;
	}
	
	.single-post .breadcrumb-full h1, .page-template-blog .breadcrumb-full h1, .category .breadcrumb-full h1, .search .breadcrumb-full h1{
		float:none;
	}
	
	.single-post .breadcrumb-full, .page-template-blog .breadcrumb-full, .category .breadcrumb-full, .search .breadcrumb-full{
		height:225px;
	}
	
	.form-search {
		position: absolute;
		margin: auto auto -32px auto;
	    border: 1px solid #fff !important;
	}
	
	.form-search .form-in {
    border: 1px solid #fff;
		}
		
	.box-dep li{
		width:100%;
		float:left;
		text-align:center;
	}
	
	.bt-face{
		float:none;
	    display: inline-block;
	    width: 215px;
	}
	
	.box-banner li{
		width:100%;
	    text-align: center;
	}
	
	.btn-default{
		float:none;
		display:inline-block;
	}
	
	.box-banner li a{
		width:215px;
	}
	
	.content-servicos{
		padding-bottom:50px;
	}
	.content-landingPage{
		padding-bottom:50px;
	}
	
	.box-destaque li img{
    min-height: 100px;
    min-width: 210px;
	}
	
	.box-destaque .post-categories li{
		    width: auto !important;
	}
	

	.header-in{
 /*   position: fixed;
    background: #fff;
    z-index: 999;
    border-bottom: 4px solid #FF9300; 
    padding: 0 0 25px 0;*/
	}
	
	.container-full.banner{
		background-size:cover;
	}

	
}

@media (max-width:550px){ 
	
	.box-diferenciais li{
		width:100%;
		margin: 0 0 50px 0;
		
	}	

	.form-search{
width: 96%;
    left: 2%;
	}
	
		
	.tax-destino .breadcrumb-full{
background: #AD8B19 !important;
	}
	
	.box-outros-programas li{
		width:100%;
	}
	
	.custom.tp-bullets{
		display:none;
	}
	
			
	.box-topo .tel{
    display: inline-block;
    background: url(img/phone.png)top 7px left 0 no-repeat;
    padding-left: 23px;
    margin-right: 5px;
	}
	
	
		
	.title-orange-yan{
		font-size:40px;
	}
	
		
	.box-destaque li:nth-child(3n+1) .title-orange-blog {
		font-size: 24px;
	
	}
	
		
	.box-destaque li:nth-child(3n+2) .title-orange-blog{
		font-size:18px;
	}	
	.box-destaque li:nth-child(3n+3) .title-orange-blog{
		font-size:18px;
	}
	

	.breadcrumb-full h1{
		font-size:45px;
	}
	
		
	.box-col-4 li{
		width:100%;
		margin:25px 0;
	}	

	.box-programas li {
		width:100%;
		margin: 0 0 50px 0;		
	}
	.box-universidades li {
		width:100%;
		margin: 0 0 50px 0;		
	}
	
}



@media (max-width:500px){  
	
	.box-topo {
			display:none;
	}
	
	#header { 
		padding: 5px 0 15px 0;
	}
	

}
/*****************FIM RESPONSIVO***************************/

.page-template-depoimentos  .container-full .container{
	position:relative;
}
.page-template-depoimentos  .container-full  .bt-face-2{
    margin: -3px 0 0 0;
    position: absolute;
top: -115px;
    right: 0;
}




.breadcrumb-full .efeito::before{
	    left: 0;
	    background: -moz-linear-gradient(left, #000000 0%, rgba(0, 0, 0, 0) 100%);
	    background: -webkit-linear-gradient(left, #2b2c2b 0%, rgba(0, 0, 0, 0) 100%);
	    background: -webkit-gradient(linear, left top, right top, from(#2b2c2b), to(rgba(0, 0, 0, 0)));
	    background: linear-gradient(to right, #2b2c2b 0%, rgba(0, 0, 0, 0) 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
}



.breadcrumb-full .efeito::after{
    right: 0px;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, #000000 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, #2b2c2b 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(#2b2c2b));
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #2b2c2b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=1);
}

.breadcrumb-full .efeito::after,
.breadcrumb-full .efeito::before{

content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 15%;
    z-index: 2;
}

figure.efeito {
    position: absolute;
    right: 12%;
    /* z-index: -1; */
}


figure.efeito img{
	max-width:initial !important;
}


.logo-landing{  
	float:left;
}

#header-landing {
    width: 100%;
    float: left;
    padding: 15px 0 15px 0;
	background:#fff; 
}
.container-landing{padding:0}

.menu-landing { 
    margin: 0 0 0 auto;
}
.menu-landing li a { 
   font-size:16px;
   text-transform:uppercase; 
   color:#203f60;
   font-weight:bold; 
   padding:8px 15px; 
}

.menu-landing li { 
	float:left;
}

.menu-landing li .botao-menu{
	background:#cf152c;
	color:#fff;
	font-size:16px; 
	font-weight:bold;
	padding:10px 15px; 
}

.header-in.landing{display:flex; align-items:center;}  

.wpcf7-submit{
position: inherit !important;
}

#bricks-component-j9s6QLmEMoL16onveEsMIw{
	border-width: 0px !important;
}
