/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@300;400;500&display=swap');

body{
	font-family: 'Barlow Semi Condensed', sans-serif;	
	font-weight:400;
	color:#1f380f;
}

h1, h2, h3, h4, h5, h6{
	font-weight:400;
	color:#1f380f;		
}

a{
	color:#1f380f;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;	
}

a:hover{
	color:#38611d;
	text-decoration:none;
}

.fal, .far {
    font-family: Font Awesome\ 5 Pro !important;
}

.fal {
    font-weight: 300 !important;
}

body[data-header-resize="1"].page .container-wrap {
    padding-top: 200px;
}

.row-blog-list-item .col.span_6:nth-child(3n) {
	margin-right:0;
}

.block-user {
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 16px;
    text-transform: uppercase;
}

.block-user p {
    padding: 8px;
}


/* Home */
#escolha-modalidade{
	padding-top:160px;
	padding-bottom:100px;
	background:#fff url(img/bg-home.jpg) center top no-repeat;
	background-size:cover;
	min-height: 100vh;
}

.col-logo-center{
	text-align:center;
	margin-bottom:26px;
}

.col-logo-center #logo{ 
    display: inline-block;
	margin-bottom:80px;
}

.col-logo-center #logo img{ 
	margin-bottom:0;
}

.col-logo-center h1{ 
	font-size:64px;
	line-height:68px;
	font-weight:700;
	color:#f60505;
	margin-bottom:0;
	font-family: 'Alfa Slab One', cursive;	
    letter-spacing: 1px;
}

.block-escolha-item a{
	color: #1f380f;
    font-size: 18px;
	font-weight:500;
    line-height: 38px;
    border: 2px solid #1f380f;
    height: 64px;
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
    width: 100%;
    display: inline-block;
	font-family: 'Barlow Semi Condensed', sans-serif;
}

.block-escolha-item a i{
	opacity:0;
}

.block-escolha-item a:hover{
	color: #fff;
    background:#f60505;
	border-color:#f60505;
}

.block-escolha-item a:hover i{
	margin-left:10px;
	opacity:1;
}

/* Header */
#navbar-topo{
	padding-top:0;
	padding-bottom:0;
	background:#fff url(img/bg-topo.jpg) center top no-repeat;
	background-size:cover;	
}

.page-template-page-licenciatura #navbar-topo{
	padding-top:65px;
}

#navbar-topo #header-space{
	display:none;
}

.page-template-page-licenciatura #navbar-topo #top{
    padding-top: 37px;
}

#navbar-topo .small-nav #top{
    padding-top: 0;	
}

#navbar-topo #header-outer{
	background:transparent !important;
}

#navbar-topo #header-outer.small-nav{
	background:#fff !important;
}

#navbar-topo #header-outer #logo img {
    height: 105px;
}

#navbar-topo #header-outer.small-nav #logo img {
    height: 65px;
}

#navbar-topo #top nav ul.sf-arrows li a {
    color: #1f380f;
	margin: 0 27px !important;
}

#navbar-topo #top nav ul li a:hover {
    color: #0e2102;
}

/* Menu User */
.menu-user{
    display: flex;
    align-items: center;
}

.menu-user .btn-login {
    background: #00cc00;
    color: #fff;
    text-transform: uppercase;
    padding: 14px 40px;
    border-bottom-right-radius: 6px;
    position: relative;
}

.menu-user .btn-login::before {
    content: '';
    background: #00cc00;
    width: 15px;
    height: 36px;
    display: inline-block;
    position: absolute;
    top: 9px;
    left: -8px;
    border-bottom-left-radius: 6px;
}

.menu-user .btn-login:after {
    content: "\f007";
    font-family: Font Awesome\ 5 Pro !important;
    color: #fff;
    position: absolute;
    right: 0;
    left: 8px;
    z-index: 1;
    text-align: center;
    width: 30px;
    height: 25px;
    font-size: 14px;
    font-weight: 300;
    pointer-events: none;
    box-sizing: border-box;
    padding-left: 4px;
}

.menu-user .btn-login:hover {
    color: #fff;	
    opacity:.85;
}

.block-user a{
    display: flex;
    align-items: center;
	font-size:16px;
	color:#1f380f;
	text-transform:uppercase;	
}

.block-user a:hover{
    opacity:.85;
}

.block-user-name{
	margin-right:10px;
}

.block-user-img{
    height: 40px;
}

.block-user-img img{
    margin-bottom: 0 !important;
    border-radius: 50%;
	width:40px !important;
}

/* Estude */

#estude-portugal{
	padding-top:225px;
	padding-bottom:215px;
	text-align:center;
}

#estude-portugal .block-estude-title {
    font-size: 92px;
    line-height: 98px;
    font-weight: 400;
    color: #f60505;
    font-family: 'Alfa Slab One', cursive;
    letter-spacing: 1px;
    text-align: center;
    max-width: 1144px;
    margin: 0 auto;
	margin-bottom:35px;
}

.block-estude-text{
    font-size: 40px;
    line-height: 58px;	
	color:#1f380f;
    text-align: center;
	padding-bottom:50px;	
}

.block-estude-select{
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 420px;
}

.block-estude-select select{
    font-size: 28px;
    font-weight: 400;
    line-height: 48px;
    padding: 10px 60px 10px 25px;
    color: #f70505;
    background: #fff;
    border: 2px solid #f70505;
    max-width: 420px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.block-estude-select:after {
    content: "\f107";
    font-family: Font Awesome\ 5 Pro !important;
    color: #f70505;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    text-align: center;
    width: 30px;
    height: 25px;
    font-size: 40px;
    font-weight: 300;
    pointer-events: none;
    box-sizing: border-box;
    font-size: 35px;
}

.block-estude-select option{
    font-size: 20px;	
    line-height: 38px;	
}

/* Licenciatura */

#ads-1-home{
    margin-bottom: -130px;
    position: relative;
    z-index: 99;
	text-align: center;
}

#ads-1-home a{
	width:100%;
	height:100%;
	display:block;
}

#ads-1-home img{
	margin-bottom:0;
	width:100%;
}

#informacoes-home{
	padding-top:335px;
	padding-bottom:445px;
	background:#3127ca url(img/bg-informacoes-gerais.jpg) center bottom no-repeat;
	background-size:cover;		
	position:relative;
}

#informacoes-home .row-title h2{
    font-size: 54px;
    line-height: 62px;	
	color:#fff;
    text-align: center;
	font-family: 'Alfa Slab One', cursive;	
    letter-spacing: 1px;	
	text-transform:uppercase;
	max-width:1130px;
	margin:0 auto;
	margin-bottom:25px;
}

#informacoes-home .row-title h2 span{
	width:55px;
	height:55px;
    font-size: 32px;
	line-height:50px;	
	font-weight:400;
	color:#fff;
    text-align: center;
	font-family: 'Barlow Semi Condensed', sans-serif;	
	display:inline-block;
	border:2px solid #fff;
	border-radius:50%;
	margin-right:10px;
	vertical-align: top;
}

#informacoes-home .row-title p{
    text-align:center;
	padding-bottom:105px;
}

#informacoes-home .row-title p a{
    font-size: 22px;
	line-height:30px;	
	font-weight:400;
	color:#fff;
	border-bottom:1px solid #938bfd;
	padding-bottom:10px;
	display: inline-block;
}

#informacoes-home .row-title p a:hover{
	opacity:.85;
}

.col-block-antes{
    background: #fff;
	padding:100px 100px 100px 100px;
	margin:0;
	position:relative;
}

.col-block-antes:before{
    content: "";
    width: 396px;
    height: 296px;
    background: url(img/bg-es-aviao.png) center center no-repeat;
    position: absolute;
    top: 82px;
    right: -343px;
    z-index: 999;
}

.col-block-viver{
    background: #ffe800;
	padding:100px 100px 100px 100px;
	margin:0;
	margin-top:330px;
}

#informacoes-home .row-info h2{
    font-size: 80px;
    line-height: 90px;
    font-weight: 400;
    color: #00cc00;
    font-family: 'Alfa Slab One', cursive;
    letter-spacing: 1px;
	padding-bottom:50px;
    margin-bottom: 0;
}

#informacoes-home .row-info .col-block-viver h2{
    color: #1f380f;	
}

#informacoes-home .row-info ul{
    margin:0;
	position: relative;
    z-index: 99;	
}

#informacoes-home .row-info ul li{
    list-style: none;
}

#informacoes-home .row-info ul li a{
    display:flex;
	align-items:center;
	padding:30px 45px;
	font-size:25px;
	line-height:36px;
	color:#1f380f;
	border-bottom:2px solid #eff1ee;		
}

#informacoes-home .row-info ul li:first-child a{
	border-top:2px solid #eff1ee;		
}

#informacoes-home .row-info ul li a img{
    margin-bottom:0;
	margin-right:18px;
}

#informacoes-home .row-info ul li a:hover{
	color:#fff;
    background:#00cc00;
	border-bottom:2px solid #00cc00;
	box-shadow: 10px 10px 50px rgba(0,204,0,0.3);
}

#informacoes-home .row-info ul li:first-child a:hover{
	border-top:2px solid #00cc00;		
}

#informacoes-home .row-info ul li a:hover img{
	filter:  brightness(0) invert(1);
}

#informacoes-home .row-info .col-block-viver ul li a{
	border-bottom:2px solid #efdc01;		
}

#informacoes-home .row-info .col-block-viver ul li:first-child a{
	border-top:2px solid #efdc01;		
}

#informacoes-home .row-info .col-block-viver ul li a:hover{
	border-top-color:2px solid #00cc00;		
	border-bottom:2px solid #00cc00;		
}

#informacoes-home .row-esperando .col-block-esperando{
    margin-top: -125px;
}

#informacoes-home .row-esperando h2{
	font-size:52px;
	line-height:62px;
	color:#fff;	
    font-family: 'Alfa Slab One', cursive;	
	font-weight:400;
	text-transform:uppercase;
    letter-spacing: 1px;	
}

#informacoes-home .row-esperando h2 span{
	display:block;
}

#informacoes-home:before{
    content: "";
    width: 627px;
    height: 548px;
    background: url(img/bg-portugal-img-mulher-m.png) center center no-repeat;
    position: absolute;
    bottom: 0;
    left: 50%;
	transform:translateX(-50%);
    z-index: 99;	
}

#informacoes-home.informacoes-home-mestrado:before{
    width: 547px;
    height: 558px;
    background: url(img/bg-portugal-img-homem.png) center center no-repeat;
}

#informacoes-home:after{
    content: "";
    width: 492px;
    height: 197px;
    background: url(img/bg-por.png) center center no-repeat;
    position: absolute;
    bottom: -25px;
    left: 0;
    z-index: 9;	
}

#informacoes-home .informacoes-cidade{
    width: 790px;
    height: 296px;
    background: url(img/bg-cidade-azul.jpg) center center no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9;		
}

/* Faculdade */

#faculdades-home{
	padding-top:145px;
	padding-bottom:110px;
}

#faculdades-home h2{
	font-size:40px;
	line-height:58px;
	color:#1f380f;
}

#faculdades-home h2 .curso-current{
	font-size:54px;
	line-height:62px;
	font-family: 'Alfa Slab One', cursive;	
	font-weight:400;
}

.block-faculdade-item{
	width:100%;
	height:100%;
	display: block;
	padding-bottom:40px;
	margin-bottom:30px;
	border-bottom:2px solid #eff1ee;
}

.block-faculdade-item:hover{
	border-bottom:2px solid #f70505;
}

.block-faculdade-header{
	margin-bottom:25px;
}

.block-faculdade-img img{
	width:100%;
	margin-bottom:0 !important;
	border-radius:4px;
}

.block-faculdade-logo{
    width: 170px;
    height: 170px;
	margin:0 auto;
    margin-top: -85px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 999;
    position: relative;
    border: 2px solid #1f380f;
}

.block-faculdade-item:hover .block-faculdade-logo{
	border:2px solid #f70505;
}

.block-faculdade-logo img{
	margin-bottom:0 !important;
}

.block-faculdade-body{
	text-align:center;
}

.block-faculdade-item{
	text-align:center;
}

.block-faculdade-title{
	font-size:25px;
	font-weight:500;
	line-height:30px;
	color:#1f380f;	
	margin-bottom:25px !important;
	font-family: 'Barlow Semi Condensed', sans-serif;	
}

.block-faculdade-item:hover .block-faculdade-title{
	color:#f70505;
}

.block-faculdade-local{
	font-size:18px;
	line-height:22px;
	font-weight: 500;
	color:#1f380f;	
	margin-bottom:0;
	text-transform:uppercase;	
}

.block-faculdade-item:hover .block-faculdade-local{
	color:#f70505;
}

/* Blog */
#blog-home {
	padding-bottom:166px;
}

#blog-home .row-title{
	padding-bottom:55px;
}

#blog-home .row-title .span_12{
	display:flex;
	align-items:center;
}

.block-blogs-title{
	font-size:54px;
	line-height:62px;	
	font-family: 'Alfa Slab One', cursive;	
    letter-spacing: 1px;	
	margin-right:95px;
	margin-bottom:0;
}

.block-blogs-categorias{
	margin:0;
	display:flex;
}

.block-blogs-categorias li{
	list-style:none;
	margin-right:5px;
}

.block-blogs-categorias li a{
	font-size:14px;
	line-height:20px;	
	font-family: 'Alfa Slab One', cursive;	
    letter-spacing: 1px;	
	color:#fff;
	padding:2px 6px;
	border-radius:2px;
	background:#2617fc;
	text-transform:uppercase;
}

/*.block-blogs-categorias li:nth-child(2n) a{
	background:#19d5dc;
}

.block-blogs-categorias li:nth-child(3n) a{
	background:#6879dd;
}

.block-blogs-categorias li:nth-child(4n) a{
	background:#ffbd3f;
}

.block-blogs-categorias li:nth-child(5n) a{
	background:#f46d2a;
}

.block-blogs-categorias li:nth-child(6n) a{
	background:#00cc00;
}*/

.block-blogs-categorias li a:hover{
	opacity:.85;
}

.row-blog-list-item .block-blog-item{
	position:relative;
}

.row-blog-list-item .block-blog-img img{
	width:100% !important;
}

.row-blog-list-item .block-blog-img:hover{
	opacity:.85;
}

.row-blog-list-item .block-blog-body{
    position: absolute;
    left: 0;	
    bottom: 25px;
    padding: 25px;
	width:100%;
}

.row-blog-list-item .block-blog-box{
    background: #fff;
    padding: 34px 40px;	
}

.row-blog-list-item .block-blog-title{
    font-size: 30px;
	font-weight:500;
    line-height: 36px;
	font-family: 'Barlow Semi Condensed', sans-serif;	
	margin-bottom:15px !important;
}

.row-blog-list-item .block-blog-title a{
	color:#1f380f;
}

.row-blog-list-item .block-blog-title a:hover{
	color:#38611d;
}

.row-blog-list-item .block-blog-cat{
	margin-right:25px;
}

.row-blog-list-item .block-blog-cat a{
	font-size:14px;
	line-height:20px;	
	font-family: 'Alfa Slab One', cursive;	
    letter-spacing: 1px;	
	color:#fff;
	padding:2px 6px;
	border-radius:2px;
	background:#2617fc;
	text-transform:uppercase;
}

.row-blog-list-item .block-blog-cat a:hover{
	opacity:.85;
}

.row-blog-list-item .block-blog-info{
    display: flex;
    align-items: center;
}

.row-blog-list-item .block-blog-date{
    font-size: 18px;
    line-height: 24px;
	font-weight:500;
}

/* Trend */
.block-blog-trends h3{
	font-size: 40px;
    line-height: 40px;
    margin-bottom: 25px !important;	
	font-family: 'Alfa Slab One', cursive;	
    letter-spacing: 1px;	
	color:#f70505;	
}

.block-blog-trends h3 img{
	margin-bottom:0 !important;
}

.block-blog-trends-list .block-blog-item{
    display: flex;
}

.block-blog-trends-list .block-blog-img{
	min-width:150px;
	margin-right:28px;
}

.block-blog-trends-list .block-blog-img:hover{
	opacity:.85;
}

.block-blog-trends-list .block-blog-title{
    font-size: 25px;
	font-weight:500;
    line-height: 28px;
	font-family: 'Barlow Semi Condensed', sans-serif;	
	margin-bottom:15px !important;
}

.block-blog-trends-list .block-blog-title a{
	color:#1f380f;
}

.block-blog-trends-list .block-blog-title a:hover{
	color:#38611d;
}

.block-blog-trends-list .block-blog-cat a{
	font-size:14px;
	line-height:20px;	
	font-family: 'Alfa Slab One', cursive;	
    letter-spacing: 1px;	
	color:#fff;
	padding:2px 6px;
	border-radius:2px;
	background:#2617fc;
	text-transform:uppercase;
}

.block-blog-trends-list .block-blog-cat a:hover{
	opacity:.85;
}

.block-mais-noticias a{
    height: 400px;
    width: 100%;
    background: #2617fc;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.block-mais-noticias a:hover{
    opacity:.85;
}

.block-mais-noticias a i{
    font-size: 26px;
	font-weight:400;
	color:#fff;
	margin-bottom:20px;
}

.block-mais-noticias a span{
    font-size: 30px;
	line-height:36px;	
	font-weight:400;
	color:#fff;
	border-bottom:1px solid #938bfd;
	padding-bottom:10px;
	display: inline-block;
}

/* Blog Page */
#blog-header {
    margin-top: 170px;
	margin-bottom:70px;
    padding: 70px 0px;
    background: #f70505;
    text-align: center;
}

#blog-header h1.block-blogs-title{
    font-size: 64px;
    line-height: 72px;
    color: #fff;
}

.single-post #page-header-wrap{
	margin-top: 170px !important;	
}

/* Portugal */
#portugal-vou-home{
	background:#f70505 url(img/bg-portugal-vermelho.png) right bottom no-repeat;
	padding-top:0;
	padding-bottom:60px;
}

#portugal-vou-home .row{
	display:flex;
}

#portugal-vou-home h2{
    font-size: 80px;
    line-height: 90px;
    font-weight: 400;
    color: #fff;	
	padding-top:105px;
	text-transform:uppercase;
	font-family: 'Alfa Slab One', cursive;	
	margin-bottom:0;	
}

.block-partiu-title{
    font-size: 30px;
	line-height:36px;	
	font-weight:300;
	color:#ffe800;	
}

.block-partiu-img{
    margin-top: -20px;
}

.block-partiu-enem{
	display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;	
}

.block-partiu-enem a{ 
    font-size: 18px;
	line-height:26px;	
	font-weight:400;
	color:#fff;
	border-bottom:1px solid #fb8282;
	padding-bottom:10px;
	display: inline-block;
	text-transform:uppercase;
}

.block-partiu-enem a strong{ 
    font-size: 20px;
	line-height:26px;
	font-weight:400;	
    font-family: 'Alfa Slab One', cursive;
    letter-spacing: 1px;	
	text-transform:none;	
}

.block-partiu-enem a:hover{ 
    opacity:.85;
}

/* Estude */
#estude-portugal-rodape{
	padding-top:155px;
	padding-bottom:100px;
	background:#1f380f;
}

#estude-portugal-rodape .span_12{
    display: flex;
	align-items: center;
	padding:0 155px;
}

#estude-portugal-rodape .block-estude-title {
    font-size: 54px;
    line-height: 62px;
    font-weight: 400;
    color: #fff;
    font-family: 'Alfa Slab One', cursive;
    letter-spacing: 1px;
	margin-right:50px;
	margin-bottom:0;
	width:100%;
	max-width:670px;
}

#estude-portugal-rodape .block-estude-select{
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 500px;
}

#estude-portugal-rodape .block-estude-select select{
	background:transparent;
	border:2px solid #0f8207;
    max-width: 500px;
    font-weight: 300;	
	color:#fff;
}

#estude-portugal-rodape .block-estude-select:after {
    color:#fff;
}

#estude-portugal-rodape .block-estude-select option{
    color:#1f380f;
}

/* Footer */

#footer{
	padding-top:70px;
	padding-bottom:0;
	background:#1f380f;
}

.row-footer-1{
	padding-bottom:120px;
}

#menu-rodape{
	display:flex;
}

#menu-rodape li{
	margin-right:50px;
}

#menu-rodape li a{
    font-size: 22px;
    line-height: 36px;
    font-weight: 500;
    color: #fff;
}

#menu-rodape li a:hover{
    color: #ddd;
}

.social-list{
    margin: 0;
    display: flex;
    justify-content: flex-end;
}

.social-list li{
    margin-left: 20px;
}

.social-list li a{
	color:#fff;
    font-size:20px;
}

.social-list li a:hover{
	color:#ddd;
}

.row-footer-2 .col{
	text-align:right;
}


/* Responsivo */

@media (min-width: 1000px) {
	/*.home #ajax-content-wrap .container, .page-template-page-licenciatura #ajax-content-wrap .container {
		padding: 0px 185px;
	}
	.home #top .container, .page-template-page-licenciatura #top .container {
		padding: 0px 75px;
	}*/
}

@media (max-width: 1499px) {
	#estude-portugal .block-estude-title {
		font-size: 75px;
		line-height: 90px;
	}
	.block-blog-box {
		padding: 30px 30px;
	}
	.block-blog-title {
		font-size: 26px;
		line-height: 30px;
	}
	.block-blog-cat {
		margin-right: 25px;
	}
	.block-blog-cat a {
		font-size: 12px;
		line-height: 18px;
	}
	.block-blog-date {
		font-size: 16px;
		line-height: 22px;
	}
	#portugal-vou-home h2, #informacoes-home .row-info h2 {
		font-size: 70px;
		line-height: 80px;
	}
	.block-partiu-enem a {
		font-size: 15px;
		line-height: 22px;
	}
	.block-partiu-enem a strong {
		font-size: 18px;
	}
	#estude-portugal-rodape .span_12 {
		padding: 0 50px;
	}
	#estude-portugal-rodape .block-estude-title {
		font-size: 48px;
		line-height: 58px;
	}
}

@media (max-width: 1366px) {
	/*.home #ajax-content-wrap .container, .page-template-page-licenciatura #ajax-content-wrap .container {
		padding: 0px 120px;
	}*/	
	#estude-portugal .block-estude-title {
		font-size: 70px;
		line-height: 85px;
	}
	#informacoes-home .row-title h2, #faculdades-home h2 .curso-current, .block-blogs-title {
		font-size: 45px;
		line-height: 55px;
	}	
	#informacoes-home .row-info ul li a {
		padding: 26px 40px;
		font-size: 23px;
	}
	#informacoes-home .row-esperando h2 {
		font-size: 40px;
		line-height: 50px;
	}
	#informacoes-home:before {
		width: 645px;
		height: 680px;
		background-size: contain;
	}
	.col-block-antes, .col-block-viver {
		padding: 60px;
	}
	#faculdades-home h2 {
		font-size: 35px;
		line-height: 50px;
	}
	.row-blog-list-item .block-blog-box {
		background: #fff;
		padding: 25px 30px;
	}
	.row-blog-list-item .block-blog-title {
		font-size: 25px;
		line-height: 30px;
	}
	.row-blog-list-item .block-blog-cat a {
		font-size: 12px;
	}
	.row-blog-list-item .block-blog-date {
		font-size: 16px;
		line-height: 22px;
	}
	.block-blog-trends-list .block-blog-img {
		min-width: 120px;
		margin-right: 20px;
	}
	.block-blog-trends-list .block-blog-title {
		font-size: 18px;
		line-height: 20px;
		margin-bottom: 5px !important;
	}
	.block-blog-trends-list .block-blog-cat a {
		font-size: 12px;
	}
	.block-mais-noticias a {
		height: 200px;
	}
	#portugal-vou-home h2, #informacoes-home .row-info h2 {
		font-size: 55px;
		line-height: 65px;
	}
	.block-partiu-enem a {
		font-size: 12px;
		line-height: 18px;
	}
	.block-partiu-enem a strong {
		font-size: 14px;
	}
	#estude-portugal-rodape .span_12 {
		padding: 0 30px;
	}
	#estude-portugal-rodape .block-estude-title {
		font-size: 48px;
		line-height: 58px;
	}
	#estude-portugal-rodape .block-estude-select{
		max-width: 370px;		
	}
	#estude-portugal-rodape .block-estude-select select {
		font-size: 30px;
		line-height: 50px;
		padding: 16px 60px 16px 25px;
		max-width: 370px;
	}	
	#menu-rodape li {
		margin-right: 30px;
	}
	#menu-rodape li a {
		font-size: 18px;
		line-height: 20px;
	}
}


@media (max-width: 1199px) {
	/*.home #ajax-content-wrap .container, .page-template-page-licenciatura #ajax-content-wrap .container {
		padding: 0px 90px;
	}*/
}


@media (max-width: 768px) {
	.col-logo-center {
		margin-bottom: 15px;
	}
	.col-logo-center #logo {
		margin-bottom: 40px;
	}
    .col-logo-center h1 {
		font-size: 40px;
		line-height: 48px;
	}
}

/* Resultado */
#escolha-resultado {
    padding-top: 160px;
    padding-bottom: 60px;
}
#escolha-resultado .block-escolha-curso p{
    background-color: #f60505;
    text-align: center;
    color: #fff;
    font-size: 28px;
    padding: 50px 15px;
}

#escolha-resultado .block-escolha-curso span {
    font-family: 'Alfa Slab One', cursive;
    font-size: 38px;
}

#escolha-resultado .block-escolha-faculdade {
    padding: 50px 15px; 
    background-color: #00cc00;
    display: flex;
    justify-content: center;
    align-items: center;
}
#escolha-resultado .block-escolha-faculdade  p {
    font-family: 'Alfa Slab One', cursive;
    color: #fff;
    font-size: 38px;
    text-align: center;
    padding: 0;
    margin-right: 40px;
}

#escolha-resultado .btn-enem  {
    font-family: 'Barlow Semi Condensed', sans-serif;	
    border-radius: 0;
    color: #000000;
    background: #fff;
    font-size: 13px;
    text-transform: uppercase;
    padding:15px 22px;
}

#escolha-resultado .btn-enem:hover  {
    opacity: .9;
}

#escolha-resultado .btn-enem span {
    font-family: 'Alfa Slab One', cursive;
	text-transform:none;
}

#faculdade-resultado {
    padding-top: 20px;
    padding-bottom: 100px;
}

#faculdade-resultado .block-faculdade-local, 
#faculdade-resultado .block-faculdade-body  {
    padding-left: 80px;
}
#faculdade-resultado .block-faculdade-body {
    text-align: start;
    align-items: center;
}

#faculdade-resultado .block-faculdade-body h3{
    font-weight: 600;
}

#faculdade-resultado .block-faculdade-body h3 a{
    color:#1f380f;
}

#faculdade-resultado .block-faculdade-local{
	font-size:13px;
    font-weight: 600;	
}

#faculdade-resultado .faculdade-resultado-item{
	background: #fff;
}

#faculdade-resultado .row-faculdade-resultado {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
	position:relative;
    border-bottom: 1px solid #ecedea;		
}

#faculdade-resultado .block-faculdade-img{
	display:flex;
}

#faculdade-resultado .block-faculdade-numero {
    font-family: 'Alfa Slab One', cursive;	
    width: 120px;
    height: 120px;
	margin:0 auto;
	margin-top:-60px;
    background: #1f380f;
    color: #fff;
    font-size: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 999;
    position: absolute;
    left: 60%;
    top: 50%;
}

#faculdade-resultado .block-faculdade-logo {
    width: 120px;
    height: 120px;
	margin-top:-60px;	
    position: absolute;
    left: 85%;
    top: 50%;
	padding: 15px;
}

.btn-chances{
    display: flex;
    flex-direction: column;
	visibility:hidden;
	opacity:0;
}

.btn-ver-chances{
    background: #f70505;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 46px;
    letter-spacing: 0.6px;
    padding: 10px;
    height: 66px;
    width: 100%;
    text-align: center;
	margin-bottom:15px;
}

.btn-ver-chances:hover{
    color: #fff;	
	background:#da0707;
}

.btn-conheca-mais{
    background: #fff;
    color: #2e451f;
	border:1px solid #2e451f;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 46px;
    letter-spacing: 0.6px;
    padding: 10px;
    height: 66px;
    width: 100%;
    text-align: center;
}

.btn-conheca-mais:hover{
	border:1px solid #2e451f;	
	background:#2e451f;
	color:#fff;
}

.nota-porcentagem, .nota2-porcentagem {
    color: rgba(31,56,15,.2);
    font-size: 64px;
    position: absolute;
    font-family: 'Alfa Slab One', cursive;
	right:0;
    top: 50%;
    transform: translateY(-50%);
}

#faculdade-resultado .faculdade-resultado-item:hover .btn-chances{
	visibility:visible;
	opacity:1;
	position:relative;
	z-index:99;
}

#faculdade-resultado .faculdade-resultado-item:hover .block-faculdade-numero {
    background: #f70505;
}

#faculdade-resultado .faculdade-resultado-item:hover .block-faculdade-logo {
    border: 2px solid #f70505;
}

#faculdade-resultado .faculdade-resultado-item:hover .nota-porcentagem, #faculdade-resultado .faculdade-resultado-item:hover .nota2-porcentagem {
    left: -67%;
    z-index: 9;
}

#faculdade-resultado .faculdade-resultado-item:hover .block-faculdade-local, 
#faculdade-resultado .faculdade-resultado-item:hover .block-faculdade-body h3 a{
    color: #f70505;
}

#faculdade-resultado .faculdade-resultado-item:hover .row-faculdade-resultado{
    border-bottom: 1px solid #f70505;
}

#faculdade-resultado .faculdade-resultado-item:hover .row-faculdade-resultado:before{
    content:"";
	position:absolute;
    box-shadow: 0 7px 35px 0 rgb(247,5,5,.2);
    padding-bottom: 30px;
    z-index: -1;
    width: 97%;
    left: 50%;
	bottom: 0;
    transform: translateX(-50%);
}

/* Resultado Logado */

#escolha-resultado .block-escolha-nota {
    background-color: #1f380f;
    text-align: center;
    color: #fff;
    font-size: 28px;
    padding: 35px 15px;
	display:flex;
	align-items:center;
	justify-content:center;
}

#escolha-resultado .block-escolha-nota span.nota-enem-user {
    font-family: 'Alfa Slab One', cursive;
    font-size: 38px;
    margin-right: 10px;
}

#escolha-resultado .block-escolha-nota .sua-nota-enem{
    margin-right: 15px;
}

#escolha-resultado .block-escolha-nota .nota-enem-avatar img{
    border-radius: 50%;
    margin-right: 10px;
	width:70px !important;
}

#escolha-resultado .block-escolha-nota a{
    color: rgba(255,255,255,.7);
    text-transform: uppercase;
    font-size: 13px;
    border-bottom: 1px solid #6a7a5f;
    padding-bottom: 3px;
}

#escolha-resultado .block-escolha-nota a:hover{
    color: #fff;
    border-bottom: 1px solid #fff;
}

/* Steps */
.wizard,
.tabcontrol
{
    display: block;
    width: 100%;
    overflow: hidden;
}

.wizard a,
.tabcontrol a
{
    outline: 0;
}

.wizard ul,
.tabcontrol ul
{
    list-style: none !important;
    padding: 0;
    margin: 0;
}

.wizard ul > li,
.tabcontrol ul > li
{
    display: block;
    padding: 0;
}

/* Accessibility */
.wizard > .steps .current-info,
.tabcontrol > .steps .current-info
{
    position: absolute;
    left: -999em;
}

.wizard > .content > .title,
.tabcontrol > .content > .title
{
    position: absolute;
    left: -999em;
}



/*
    Wizard
*/

.wizard > .steps
{
    position: relative;
    display: block;
    width: 100%;
}

.wizard.vertical > .steps
{
    display: inline;
    float: left;
    width: 30%;
}

.wizard > .steps .number
{
    font-size: 1.429em;
}

.wizard > .steps > ul > li
{
    width: 50%;
}

.wizard > .steps > ul > li,
.wizard > .actions > ul > li
{
    float: left;
}

.wizard.vertical > .steps > ul > li
{
    float: none;
    width: 100%;
}

.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active
{
    display: block;
    width: auto;
    margin: 0 0.5em 0.5em;
    padding: 1em 1em;
    text-decoration: none !important;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	font-size: 16px;
}

.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active
{
    background: #eee;
    color: #aaa;
    cursor: default;
}

.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active
{
    background: #4475ff;
    color: #fff;
    cursor: default;
}

.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active
{
    background: #00cc00;
    color: #fff;
}

.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active
{
    background: #ff3111;
    color: #fff;
}

.wizard > .content
{
    background: #eee;
    display: block;
    margin: 0.5em;
    /*min-height: 35em;*/
    overflow: hidden;
    position: relative;
    width: auto;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	
	margin-bottom: 25px;
}

.wizard.vertical > .content
{
    display: inline;
    float: left;
    margin: 0 2.5% 0.5em 2.5%;
    width: 65%;
}

.wizard > .content > .body
{
    float: left;
    /*position: absolute;*/
    width: 100%;
    /*height: 95%;*/
    padding: 20px 20px 10px;
}

.wizard > .content > .body ul
{
    list-style: disc !important;
}

.wizard > .content > .body ul > li
{
    display: list-item;
}

.wizard > .content > .body > iframe
{
    border: 0 none;
    width: 100%;
    height: 100%;
}

.wizard > .content > .body input
{
    display: block;
    border: 1px solid #ccc;
}

.wizard > .content > .body input[type="checkbox"]
{
    display: inline-block;
}

.wizard > .content > .body input.error
{
    background: rgb(251, 227, 228);
    border: 1px solid #fbc2c4;
    color: #8a1f11;
}

.wizard > .content > .body label
{
    display: inline-block;
    margin-bottom: 0.5em;
	display:none;
}

.wizard > .content > .body label.error
{
    color: #ca2e1a;
    display: inline-block;
    margin-top: 5px;
	margin-bottom: 0;
}

.wizard > .actions
{
    position: relative;
    display: block;
    text-align: right;
    width: 100%;
}

.wizard.vertical > .actions
{
    display: inline;
    float: right;
    margin: 0 2.5%;
    width: 95%;
}

.wizard > .actions > ul
{
    display: inline-block;
    text-align: right;
}

.wizard > .actions > ul > li
{
    margin: 0 0.5em;
}

.wizard.vertical > .actions > ul > li
{
    margin: 0 0 0 1em;
}

.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active
{	
    background: #117ab7;
    color: #fff;
    display: block;
    padding: .8em 2em;
    text-decoration: none;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard > .actions a:hover{
	opacity:.9;
}

.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active
{
    background: #eee;
    color: #aaa;
	opacity:1;
}

/* Form */
#profile-template-5 .border-blue.row{
    border: 0;
}

#profile-template-5 .portlet.light.row {
    border: 1px solid #ececec;
	padding: 30px 30px 20px 30px;	
}

#profile-template-5 .tabbable-line {
    margin-left: 0.5em;
    margin-right: 0.5em;	
}

#profile-template-5 .form-control {
    padding: 10px 15px;
    height: 50px;
}

/* Login */

#login-2 h3 {
    color: #1f380f !important;
}

#login-2 .content{
    border: 1px solid #ececec !important;
    padding: 20px 30px 0 30px;
}

#login-2 .btn.btn-success {
	background: #00cc00 !important;
    border-color: #00cc00 !important;
    padding: 15px 30px;
}

#login-2 .btn.btn-success:hover {
	background: #01ad01 !important;
    border-color: #01ad01 !important;
}

#login-2 .content .create-account{
    background: #f5f5f5 !important;
}

#login-2 .content .create-account p a{
    color: #0eca0e !important;
    font-size: 16px;
    text-shadow: none;
    letter-spacing: 1px;
}

#login-2 .content .create-account p{
    margin: 0;
    padding: 0;
    padding-bottom: 15px;
}

#login-2 .content .create-account p a:hover{
    color: #01ad01 !important;
}
