@charset "utf-8";
/* CSS VERAKIS */
/*home*/
.box-tit {
    height: 120px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box-text {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
}
.box-bt {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90px;
}

/*HOME - CURSOS BTS*/
div#page_widget-11,
div#page_widget-12 {
    position: absolute;
    top: 0;
    z-index: 100;
    height: 100vh;
    width: 100%;
    display: ;
}
div#page_widget-11,
div#page_widget-12 {
    position: absolute;
    top: 0;
    z-index: 100;
    height: 100vh;
    width: 100%;
}
article#home-formations-verakis .wrap,
article#home-formacoes-verakis .wrap {
    max-width: 100%;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
article#home-formations-verakis,
article#home-formacoes-verakis {
    height: 100%;
}
article#home-formations-verakis .content,
article#home-formacoes-verakis .content {
    border: 1px solid #ccc;
    padding: 34px 60px 12px;
    width: auto;
    background-color: rgba(0,0,0,0.6);
}
article#home-formations-verakis .content h2,
article#home-formations-verakis .content h3,
article#home-formations-verakis .content p,
article#home-formations-verakis .content a,
article#home-formacoes-verakis .content h2,
article#home-formacoes-verakis .content h3,
article#home-formacoes-verakis .content p,
article#home-formacoes-verakis .content a {
	color:#f2f2f2 !important;
	text-align:center !important;
}
ul.home-bt-cursos li {
    display: inline-block;
    text-align: center;
    margin: 20px 30px;
}

ul.home-bt-cursos {
    text-align: center;
}
ul.home-bt-cursos a {
    font-weight: 400;
    text-align: center;
    line-height: 1.25;
    transition: all .15s ease-in-ou;
    padding: 15px 20px;
    border: 1px solid #ccc;
    min-width: 200px;
    display: block;
}
ul.home-bt-cursos a:hover {
    background-color: #998100;
    color: #FFF;
}


/* HOME - SREVIÇOS VERAKIS */
div#page_widget-13 {
    background-color: #f5f3f0;
	height:100vh;
    max-width: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
div#page_widget-13 > .content {
	padding: 10px !important;
}
.col50.altura1 .content {
    padding: 10px 10% !important;
}
div#page_widget-13 h2 {
	margin-bottom:0 !important;	
}
.box-ico {
   text-align: center;
    height: 76px;
    width: 100%;
}
.box-ico img {
    object-fit: contain;
    height: 100% !important;
    width: 100%;
}

.paises {
	
    display: block;
    float: left;
    width: 100%;
	padding: 5% 0;
    /*background-color: #f5f3f0;*/
}
/*carrossel parceiros*/
.parceiros {
	float:left;
	width: 100%;
    padding: 5% 0;
    position: relative;
    background: url(images/bg-parceiros.jpg) #000;
	background-repeat: no-repeat;
	background-size:cover;
}
.parceiros h2 {
    font-family: "PT Serif", arial, helvetica, sans-serif !important;
    text-align: center !important;
    color: #ffffff !important;
    font-size: 2.5rem !important;
    margin-bottom: 49px !important;
}
li.parceiros-li {
	width:120px;
    height: 237px;
    position: relative;
    padding: 10px;
    border: none !important;
}
.parceiros-card {
	width:100%;
	height:100%;
    position: relative;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
	overflow:hidden;
	background-color:#FFF !important;
	padding: 0px 10px;
}
.parceiros-overlay {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000c9;
	opacity: 0;
	
  -ms-transform: scale(3, 3); /* IE 9 */
  -webkit-transform: scale(3, 3); /* Safari */
  transform: scale(3, 3);
	
	-webkit-transition: all 0.2s ease;-moz-transition: all 0.2s ease;-o-transition: all 0.2s ease;transition: all 0.2s ease;
}
.parceiros-infos {
	text-align:center;
	color: #fff;
	font-size:16px;
	padding: 18% 10px;
}
.parceiros-site a {
    background-color: #bc8f00;
    color: #fff;
    padding: 2px 13px;
    border-radius: 10px;
    line-height: 3;
}
.parceiros-card:hover > .parceiros-overlay {
	  -ms-transform: scale(1, 1); /* IE 9 */
  -webkit-transform: scale(1, 1); /* Safari */
  transform: scale(1, 1);
  	opacity: 1;
}
.jcarousel-pagination {   bottom: 0px !important;}
.jcarousel { padding-bottom: 20px !important;}
/*projetos*/
.resumo .heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
    display: none;
}
#container.projetos #content .entry-content {
    margin-top: 120px;
}
#container.projetos .destacada.single {
    width: 100%;
    max-width: 300px;
    height: auto;
    line-height: 0;
    border: 1px solid #998100;
    border-left: 13px solid #998100;
    margin-right: 20px;
}
#container.projetos h5 {
    font-size: 14px;
    margin-bottom: -20px;
}
/*cursos*/
.internas.cursos::before {
	content:'';
    width: 100%;
    height: 50vh;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#000;
	opacity:0.5;
}
#container.cursos,
#container.cursos #content{ max-width:100% !important; padding:0 !important}
#container.cursos #content .abre{ background-color:#f2f2f2; padding:40px 20px}
#container.cursos #content .abre p{ 
    max-width: 1114px !important;
    margin: 0 auto;
    float: none !important;
    font-size: 20px;
    line-height: 140%;
    padding-bottom: 20px;
    text-align: justify;
    margin-bottom: 0px !important;}
.entry-content.cursos { max-width:1114px !important; margin:0 auto; float:none !important}
header.internas.cursos .cabeca {
    max-width: 600px;
    position: absolute;
    bottom: 20px;
}
header.internas.cursos h1 {
    position: initial !important;
    color: #fff;
    font-size: 31px;
    padding: 6px 20px 20px 20px;
    line-height: 100%;
}
header.internas.cursos h5 {
    color: #fff;
    font-size: 18px;
    padding: 0px 20px;
}
.sc-data,
.sc-local {
    color: #fff;
    padding: 0px 20px;
    font-size: 18px;
    font-weight: bold;
    line-height: 110%;
}
.sc-bloco {
    padding: 10px;
}
.sc-bloco p {
    margin-bottom: 10px;
    font-size: 16px !important;
    line-height: 170% !important;
    color: #666 !important;
    font-weight: 400 !important;
}
.sc-certificacao { 
    background: url(images/ico-prize.png) no-repeat;
    padding: 40px;
    background-size: auto 100%;}
.sc-certificacao span {
	font-size:20px;
	text-align:left;
	padding-left:60px;
	font-weight:600;
	color: #666;
	display:block; }
	
.sc-diferenciais {
	background: url(images/destaque2.png) no-repeat #f0efea;
	background-size: contain;
	background-position: right top;
    float: initial;
    padding: 10px 7% 40px 7%;
}
.entry-content.cursos h2 {
    font-size: 24px !important;
    font-weight: 600;
    color: #666 !important;
	padding: 24px 0px 0px 0px;
}
.sc-conteudo {
-webkit-box-shadow: 0px 0px 13px 0px rgba (0,0,0,0,79);
-moz-box-shadow: 0px 0px 13px 0px rgba (0,0,0,0,79);
box-shadow: 0px 0px 13px 0px rgba (0,0,0,0,79);
    background-color: #ffffff;
    border: 1px solid #ccc;
    padding: 30px;
	margin: 20px auto;
}
.entry-content.cursos ul li {
    list-style: disc;
    padding-left: 0px;
    margin-left: 20px;
    line-height: 120%;
    padding-bottom: 10px;
}
.sc-horario, .sc-vagas, .sc-idioma {
	background-color: #f0efea;
    padding: 30px;
    margin: 20px 2px;
    font-size: 20px;
    font-weight: 600;}
.heateor_sss_sharing_container {
    max-width: 1114px !important;
    margin: 0 auto;
    margin-bottom: 30px !important;
}
.veja-todos-cursos {
    float: left;
    text-align: center;
    margin: 20px 0px;
    width: 100%;
}
#bloco-contato {
    position: fixed;
    bottom: -700px;
    width: 100%;
    z-index: 9;	
	-webkit-transition: all 0.2s ease;-moz-transition: all 0.2s ease;-o-transition: all 0.2s ease;transition: all 0.2s ease;
}
#bloco-contato.active{ bottom:0px;}
#bloco-contato .sc-contato {
	border-top: 10px solid #998100;
}
a.bt-interessado,
a.bt-interessado-fecha {
    width: max-content;
    padding: 17px 43px;
    color: #fff;
    background-color: #998100;
	position: fixed;
	bottom:-100px;
	left:50%;
	-webkit-transform: translateX(-50%); 
	-moz-transform: translateX(-50%); 
	-ms-transform: translateX(-50%); 
	transform: translateX(-50%);
	z-index:999;
	display:block;
	-webkit-transition: all 0.2s ease;-moz-transition: all 0.2s ease;-o-transition: all 0.2s ease;transition: all 0.2s ease;
}
a.bt-interessado.active,
a.bt-interessado-fecha.active { bottom:0px; }

.veja-todos-cursos a.bt {
    width: auto;
    min-width: max-content;
    padding: 17px 43px;
    color: #fff;
    background-color: #998100;
	max-width:300px !important;
}
.veja-todos-cursos a.bt:hover {
    padding: 17px 60px;
}

/*slideshow de cursos*/
.sc-slider {
    float: left;
    position: relative;
    width: 100%;
    height: 350px;
}
#sc-slideshow.sy-list {
    width: 87%;

}
.gallery {
    height: 100%;
}
dl.gallery-item {
	height: 100%;
    width: 100%;
    margin: 0 auto;
	}
dt.gallery-icon {
    width: 60%;
    float: left;
}
dt.gallery-icon img {
	width:100%;
	height:100%;
	object-fit: contain;
}
.wp-caption-text {
width: 36%;
    float: left;
    padding: 30px;
    position: absolute;
    right: 40px;
    top: 50%;
	-webkit-transform: translateY(-50%); 
	-moz-transform: translateY(-50%); 
	-ms-transform: translateY(-50%); 
	transform: translateY(-50%);
}
/*CONTATO*/
.sc-contato {
    float: left;
    width: 100%;
    background-color: #f5f3f0;
}
.sc-contato div {
    width: 100%;
	max-width: 1114px;
	padding: 20px;
	margin: 0 auto;
}
.sc-contato div h3{
	text-align:center !important;
	padding-top:30px;
}

/*dicas*/
.menu-cat-item {
    display: block;
    float: left;
    width: 25%;
}
.menu-subcategorias {
    float: left;
    margin: 20px 0px 0px 0px;
    border-bottom: 2px solid #000;
    width: 100%;
}
.menu-subcategorias a {
    display: block;
    background-color: #e6e6e6;
    padding: 10px;
    color: #0c0652;
    font-size: 18px;
    width: 100%;
    text-align: center;
	float:left;
	border-right: 1px solid #FFF;
}
.menu-subcategorias a.current {
	color:#FFF;
	background-color:#998100;
}
.menu-subcategorias a.current.sub {
	background-image: url(images/quad-cinza.png);
	background-repeat: no-repeat;
    background-position: 50% -6px;
}
.menu-subcategorias a:hover {
	color:#FFF;
	background-color:#998100;
}
ul.megaSubCat li {
    width: 50%;
    float: left;
}
ul.megaSubCat li a {
    padding: 11px 10px 6px;
	font-size:15px;
}
/*itens*/
.category-post.item {
    display: block;
    float: left;
    width: 100%;
    border: 1px solid #e2e2e2;
    margin: 5px 0px;
    box-sizing: border-box;
	border-radius: 3px;
}
.category-post.item:hover {
-webkit-box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.75);
box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.75);
}
.cat-destacada {
    width: 30%;
    height: 100%;
    float: left;
    padding: 20px;
}
.cat-destacada img {
	width:100%;
	height:100%;
	object-fit:contain;
}
.cat-item-infos {
    width: 70%;
    height: 100%;
    float: left;
    padding: 20px;
}

@media screen and (max-width: 700px) {
header.internas.cursos h1 { font-size: 18px;}
.sc-data, .sc-local { font-size: 14px;}
.sc-certificacao {
    background: url(images/ico-prize-mobile.png) no-repeat;
    padding: 37px;
    background-size: auto 100%;
}
.sc-certificacao span {
    font-size: 17px;
    padding-left: 0px;
    line-height: 110%;
}
#container #content .entry-content.cursos {  padding: 0px !important;}
#container #content .entry-content.cursos .col100.flex { display: block;}
#container.cursos #content .abre p {    font-size: 16px;}
.sc-horario, .sc-vagas, .sc-idioma {
    padding: 10px;
    margin: 1px 2px;
    font-size: 16px;
}
/*dicas*/
.menu-subcategorias a { padding: 2px;}
.menu-cat-item {    border-bottom: 3px solid #FFF; width: 100%;}
.menu-subcategorias a {
    padding: 10px;
    font-size: 16px;
    width: 50%;
    height: 63px;
	border-right: none;
	}
ul.megaSubCat {
    float: left;
    width: 50%;
}
ul.megaSubCat li {
    width: 100%;
    float: left;
}
ul.megaSubCat li a {
    padding: 0px;
    font-size: 15px;
    width: 100%;
    height: 31px;
	margin-bottom: 1px;
}
.menu-subcategorias a.current.sub {
    background-image: url(images/quad-cinza2.png);
    background-repeat: no-repeat;
	background-position: -7px 50%;}
}