/*=====================================================================================
    default css
======================================================================================*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Poppins:400,500,600,700');



html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #111;
    position: relative;
    overflow-x: hidden;
    letter-spacing: 1px
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

a,
a:visited,
a:focus,
a:active,
a:hover {
    text-decoration: none;
    outline: none;
}

input:required,
input:invalid,
textarea:required,
textarea:invalid {
    -webkit-box-shadow: none;
    box-shadow: none;
}

a,
button {
    -webkit-transition: 0.3s;
    transition: 0.3s
}

a {
    color: #111;
    font-size: 14px
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3 {
    font-weight: 200;
    margin-top: 0;
	font-family: 'Roboto Condensed', sans-serif;
}

h1 {
    font-size: 44px;
    line-height: 58px
}

h2 {
    font-size: 36px;
    line-height: 46px
}

h3 {
    font-size: 24px;
    line-height: 34px
}

h4 {
    font-size: 20px;
    line-height: 30px
}

h5 {
    font-size: 18px;
    line-height: 28px
}

h6 {
    font-size: 16px;
    line-height: 26px
}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    font-weight: 500
}

.d-table {
    width: 100%;
    height: 100%
}

/*=====================================================================================
    preloader
======================================================================================*/

.preloader {
    background-color: #1c1c1c;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
}

.preloader .spinner {
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
    margin: 0 auto
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}


/*=====================================================================================
    header
======================================================================================*/

#header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    padding: 12px 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.navbar-nav .nav-item {
    padding: 0 10px;
}

.navbar-nav .nav-link {
    color: #fff;
    font-weight: 600;
	font-size:14px;
    font-family: 'Roboto Condensed', sans-serif;
}

.navbar-nav .nav-link.btn-aluno{
	background-color:rgba(64,113,182,0.5);
	font-weight: 400;
	border-radius: 5px;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:6px;
}
.navbar-nav .nav-link.btn-aluno:hover{
	background-color:rgba(64,113,182,0.9);
	color:#FFFFFF;
}

.sticky {
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
    padding: 0px 0 !important;
}

.sticky .navbar {
    background-color: transparent;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.sticky .navbar-nav .nav-link {
    color: #000
}

.sticky .logo,
.logo-scroll {
    display: none
}

.sticky .logo-scroll {
    display: block
}

/*=====================================================================================
    home area
======================================================================================*/

#home-area {
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    position: relative;
}

.home-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75)
}

.caption {
    height: 100vh;
    position: relative;
    z-index: 1;
    width: 60%;
    padding-top: 50px;
    text-align: center;
    margin: 0 auto
}

.caption h1 {
    color: #fff;
    margin: 0 0 20px;
    font-family: 'Roboto Condensed', sans-serif;
}

.caption h4 {
    color: #690B72;
    font-family: 'Roboto Condensed', sans-serif;
}

.caption p {
    color: #ddd;
    font-size: 24px;
    letter-spacing: 1px;
	font-family: 'Roboto Condensed', sans-serif;
}

.caption a {
    display: inline-block;
    border: 1px solid #690B72;
	font-size: 20px;
    color: #690B72;
    padding: 15px 40px;
    border-radius: 5px;
    font-weight: 200;
    margin: 35px 10px 0;
    font-family: 'Roboto Condensed', sans-serif;
}

.caption a.bg {
	font-size:22px;
	background-color:rgba(105,11,114,0.6);
    color: #fff;
}

.caption a:hover {
    background-color: #2F4D75;
    border-color: #223856;
    color: #fff;
	
}

#particles {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.cd-headline {
    font-size: 44px;
    line-height: 54px
}

.cd-headline span {
    padding: 0 !important
}

/*=====================================================================================
    slider area
======================================================================================*/

.slide-single {
    position: relative;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.slide-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7)
}

.slide-single .caption {
    padding-left: 0px;
    padding-right: 0px;
}

.owl-item.active .caption h4 {
    -webkit-animation: 1s .2s fadeInUp both;
    animation: 1s .2s fadeInUp both;
}

.owl-item.active .caption h1 {
    -webkit-animation: 1s .4s fadeInUp both;
    animation: 1s .4s fadeInUp both;
}

.owl-item.active .caption p {
    -webkit-animation: 1s .6s fadeInUp both;
    animation: 1s .6s fadeInUp both;
}

.owl-item.active .caption a {
    -webkit-animation: 1s .8s fadeInUp both;
    animation: 1s .8s fadeInUp both;
}

.main-slider .owl-dots {
    position: absolute;
    left: 0;
    bottom: 10%;
    width: 100%;
    text-align: center;
}

.main-slider .owl-dot {
    width: 25px;
    height: 7px;
    display: inline-block;
    margin: 0 4px;
    background-color: #fff
}

.main-slider .owl-dot.active {
    background-color: #4071B6;
	transition-duration: 0.2s;
	height: 14px;
}

.owl-stage {
    margin-left: -2px
}

/*=====================================================================================
    about area
======================================================================================*/

#about-area {
    padding: 100px 0;
}

.about-content {
    margin-left: 20px
}

.about-content h2 {
    font-weight: 600;
	font-size:28px;
	font-family: 'Roboto Condensed', sans-serif;
    margin: 0 0 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
    color: #000;
}

.about-content h2:after {
    content: '';
    width: 50px;
    height: 2px;
    display: block;
    background-color: #690B72;
    margin: 7px 0 10px;
    position: absolute;
}

.about-content h4 {
    font-weight: 600;
    margin: 0 0 15px;
	font-family: 'Roboto Condensed', sans-serif;
}

.about-content p {
    margin-bottom: 10px
}

.about-content a {
    display: inline-block;
    font-weight: 500;
    margin: 20px 0 0;
}

.about-content a:hover {
    color: #01b5d6
}

.about-content i {
    width: 50px;
    height: 50px;
    display: inline-block;
    background-color: #690B72;
    border-radius: 50%;
    line-height: 52px;
    color: #fff;
    padding: 0 18px;
    font-size: 20px;
    margin-right: 10px;
}

.about-content i:hover {
    background-color: #01b5d6;
}

/*=====================================================================================
    section heading
======================================================================================*/

.section-heading {
    padding: 0 0 50px;
    text-align: center
}

.section-heading h2 {
    font-weight: 700;
}

.section-heading h2 span {
    color: #690B72
}


/*=====================================================================================
    service area
======================================================================================*/

#topicos-area {
    padding: 90px 0 70px;
    background-color: #F2F4F8;
}

.topicos-single {
    background-color: #fff;
    padding: 30px 20px 20px;
    -webkit-box-shadow: 0 0 10px #ddd;
    box-shadow: 0 0 10px #ddd;
    margin: 0 0 30px;
    overflow: hidden
}

.topicos-single .icon {
    width: 18%;
    float: left;
    padding-left: 15px;
}

.topicos-single .icon span {
    width: 50px;
    height: 50px;
    border: 2px solid #690B72;
    display: block;
    -webkit-transform: rotate(+45deg);
    transform: rotate(+45deg);
    border-radius: 10px;
	margin-top:0px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
	padding-top:10px;
	padding-left:10px;
}

.topicos-single .icon span i {
    display: inline-block;
    -webkit-transform: rotate(45deg);
    transform: rotate(-45deg);
    font-size: 24px;
    margin: 0 0 10px;
    color: #690B72
}

.topicos-single .content {
    width: 82%;
    float: left
}

.topicos-single h5 {
    font-weight: 300;
    margin-bottom: 5px
}

.topicos-single:hover span {
    background-color: #690B72;
    background-image: -moz-linear-gradient(top, #680B71, #424095);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#680B71), to(#424095));
    background-image: -webkit-linear-gradient(top, #680B71, #424095);
    background-image: -o-linear-gradient(top, #680B71, #424095);
    background-image: linear-gradient(to bottom, #680B71, #424095);
}

.topicos-single:hover i {
    color: #fff !important;
}



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



.topicos-single-go {
    background-color: #fff;
    padding: 30px 20px 20px;
    -webkit-box-shadow: 0 0 10px #ddd;
    box-shadow: 0 0 10px #ddd;
    margin: 0 0 30px;
    overflow: hidden
}

.topicos-single-go .icon {
    width: 18%;
    float: left;
    padding-left: 15px;
}

.topicos-single-go .icon span {
    width: 50px;
    height: 50px;
    border: 2px solid #690B72;
    display: block;
    -webkit-transform: rotate(+45deg);
    transform: rotate(+45deg);
    border-radius: 10px;
	margin-top:0px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
	padding-top:10px;
	padding-left:10px;
}

.topicos-single-go .icon span i {
    display: inline-block;
    -webkit-transform: rotate(45deg);
    transform: rotate(-45deg);
    font-size: 24px;
    margin: 0 0 10px;
    color: #690B72;
}

.topicos-single-go .content {
    width: 82%;
    float: left
}

.topicos-single-go h5 {
    font-weight: 300;
    margin-bottom: 5px
}




/*=====================================================================================
    why choose area
======================================================================================*/

#faq-area {
    padding: 100px 0;
    background-color: #FFF;
}

#video-area {
    padding: 100px 0px 0px 0px;
    background-color: #FFF;
}


.faq-content {
    margin-left: 20px;
}

.faq-content h2 {
    font-weight: 700;
	text-align:center;
    margin: 0 0 15px;
}
.faq-content p {
    text-align:center;;
}

.faq-content h2 span {
    color: #690B72
}

#accordion {
    margin: 30px 0 0;
}

.card {
    border: 0;
    background-color: transparent
}

.card-header {
    margin: 0 0 15px;
    border-radius: 10px !important;
    background-color: transparent;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 8px 20px;
    background-color: #F2F4F8;
    border: 0
}

.card-header:after {
    content: '\eab2';
    font-family: 'icofont';
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: 8px
}

.card-header.active:after {
    content: '\eab9';
    color: #fff
}

.card-header.active,
.card-header:hover {
    background-color: #690B72;
	color:#FFFFFF;
}

.card-header.active a h5{
	color:#FFFFFF;
	font-size: 16px;
}

.card-header h5 a {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}
.card-header a h5 {
	font-size: 16px;
}

.card-header a:hover h5 {
	font-size: 16px;
	color:#FFFFFF;
}

.card-header.active h5 a,
.card-header:hover h5 a,
.card-header:hover:after {
    color: #fff
}

.card-body {
    border-radius: 15px;
    margin: -5px 0 15px;
    color: #535e74;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: 'Open Sans', sans-serif;
    background-color: #fff;
}




/*=====================================================================================
    depoimentos area
======================================================================================*/

#depoimentos-area {
    padding: 90px 0 145px;
	background-color: #F2F4F8;
}

.depo-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

#depoimentos-area h2 {
    text-align: center;
    font-weight: 700;
    margin: 0 0 50px;
    color: #000;
}

.client-info {
    width: 30%;
    float: left
}

.client-info img {
    max-width: 110px;
    margin: 0 auto 15px;
    border-radius: 50%;
    border: 4px solid #690B72
}

.client-comment {
    width: 70%;
    float: left
}

.client-comment p {
    color: #000;
    font-style: italic;
}

.client-comment p i {
    display: inline-block;
    font-size: 30px;
    color: #690B72;
}

.client-info h5 {
    color: #690B72;
    font-weight: 700;
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
}

.client-info p {
    color: #202020;
	font-family: 'Roboto Condensed', sans-serif;
}

.depoimentos-carousel .owl-dots {
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 100%;
    text-align: center;
}

.depoimentos-carousel .owl-dot {
    width: 20px;
    height: 5px;
    display: inline-block;
    margin: 0 4px;
    background-color: #808080;
}

.depoimentos-carousel .owl-dot.active {
    background-color: #4071B6;
	transition-duration: 0.2s;
	height: 14px;
}

/*=====================================================================================
    smartphone area
======================================================================================*/

#smartphone-area {
	padding-top:5px;
	padding-bottom:62px;
    background-image: url(../../imagens/background-tela.jpg);
	background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.smart-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
}

#smartphone-area h2 {
    text-align: left;
    font-weight: 700;
	margin-top:70px;
    color: #FFF;
}
#smartphone-area p {
    text-align: left;
    color: #FFF;
}



/*=====================================================================================
    demo area
======================================================================================*/

#demo-area {
	padding-top:100px;
	background-image:url(../../imagens/background-amostra.jpg);
	background-position:center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.demo-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

#demo-area .section-heading h2{
	color:#FFFFFF;
}
#demo-area .section-heading p{
	color:#FFFFFF;
}

/*=====================================================================================
    contato area
======================================================================================*/

#contato-area {
    padding: 90px 0 0;
	margin-bottom:-100px;
}

.contato-box {
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
    position: relative;
    z-index: 9;
    background-color: #fff
}

.contato-info {
	background-image:url(../../imagens/primeway-escola.jpg);
	background-repeat: no-repeat;
	background-size: cover;
    padding: 60px 40px;
    height: 100%;
}

.info-single {
    margin: 0 0 10px;
    overflow: hidden;
}

.info-single h5 {
    color: #000;
    font-weight: 600;
    margin: 0
}

.info-single p {
    color: #000;
}

.contato-form {
    padding: 60px 40px 45px;
}

.contato-form input {
    height: 50px;
    border: 1px solid #808080;
    font-size: 14px;
    background-color: #F2F4F8;
    padding-left: 20px
}

.contato-form textarea {
    padding: 16px 0 0 20px;
    border: 1px solid #808080;
    font-size: 14px;
    background-color: #F2F4F8
}

.contato-form button {
    background-color: #222;
    padding: 12px 30px;
    color: #fff;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
    outline: 0
}

.contato-form button:hover {
    background-color: #690B72;
}


#map {
    width: 100%;
    height: 500px;
    margin-top: -200px
}

.help-block.with-errors li {
    color: #ff0000;
	font-size:12px;
    margin: 6px 2px 0;
}

.messages {
    margin: 15px 0 0
}

.messages button {
    color: #000;
    padding: 0;
    background-color: transparent
}

.messages button:hover {
    background-color: transparent
}

/*=====================================================================================
    partner
======================================================================================*/

#partner-area {
    padding: 100px 0 95px;
}

/*=====================================================================================
    Footer
======================================================================================*/

#footer {
	background-image: linear-gradient(to bottom, #4071B6, #1C3558);
    text-align: center;
    overflow: hidden;
    padding: 160px 0 45px;
}

#footer ul li {
    display: inline-block;
}


#footer p {
    color: #FFF;
}

#footer p a {
    color: #C0C0C0
}

#footer p a:hover {
    color: #C0C0C0;
}

/*=====================================================================================
    Blog Page
======================================================================================*/

.blog-wrap {
    padding: 100px 0;
}

.page-title {
    background-image: url(../images/page-title-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 160px 0 85px;
    position: relative
}

.page-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85)
}

.page-content {
    position: relative
}

.page-content h2 {
    font-weight: 200;
    color: #fff;
    margin: 0
}

.breadcrumb {
    background-color: transparent
}

.breadcrumb li a {
    font-weight: 500;
    color: #fff;
}

.breadcrumb li a:hover {
    color: #690B72;
}

.breadcrumb li.active {
    font-weight: 500;
    color: #690B72;
}

.blog-sidebar {
    padding: 50px 30px 15px;
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
    overflow: hidden;
}

.blog-sidebar .widget {
    margin: 0 0 30px;
}

.blog-sidebar .widget h4 {
    margin: 0 0 15px;
    font-weight: 600;
    color: #690B72
}

.search.widget {
    position: relative
}

.search.widget input {
    height: 45px;
    border: 1px solid #e6f0fa;
    font-size: 14px
}

.search.widget span {
    position: absolute;
    right: 20px;
    top: 12px;
}

.recent-post.widget {
    margin: 0 0 20px
}

.recent-post-single {
    margin: 0 0 15px;
    overflow: hidden
}

.recent-post-img {
    width: 30%;
}

.recent-post-img a {
    display: inline-block;
}

.recent-post-cont {
    width: 70%;
    padding-left: 4%;
}

.recent-post-cont h6 {
    font-weight: 500;
    margin: 0;
    font-size: 14px;
    line-height: 24px
}

.recent-post-cont p span {
    font-size: 11px;
    font-weight: 600;
}

.category.widget ul li {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #e6f0fa;
    font-weight: 500;
}

.category.widget ul li:first-child {
    border-top: 1px solid #e6f0fa;
}

.category.widget ul li a:hover,
.recent-post-cont h5 a:hover,
.recent-post-cont h6 a:hover {
    color: #690B72
}

.tags.widget span a {
    display: inline-block;
    padding: 8px 14px;
    margin: 0 4px 6px 0;
    border-radius: 30px;
    border: 1px solid #e6f0fa;
    font-weight: 500;
}

.tags.widget span a:hover {
    border-color: #690B72;
    background-color: #690B72;
    color: #fff
}

.pagination {
    margin: 50px 0 0;
}

.pagination .page-link {
    width: 45px;
    height: 45px;
    border: 1px solid #e6f0fa;
    border-radius: 50%;
    font-weight: 600;
    color: #000;
    line-height: 45px;
    margin: 0 2px;
    padding: 0 18px;
    outline: 0
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
    border-radius: 50%;
    padding: 0 13px;
    line-height: 44px;
    font-size: 18px
}

.pagination .page-link:focus,
.pagination .page-link:hover,
.pagination .page-link.active {
    background-color: #690B72;
    border-color: #690B72;
    color: #fff
}

/*=====================================================================================
    Blog Details Page
======================================================================================*/

.blog-details-wrap {
    padding: 100px 0
}

.post-comments h3 {
    font-weight: 600;
    color: #690B72;
    margin: 50px 0 5px
}

.media img {
    max-width: 60px
}

.media h5 {
    font-weight: 600;
    margin: 0;
}

.media h6 a {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    padding-right: 20px;
}

.media h6 a i {
    padding-right: 2px;
}

.media h6 a:hover {
    color: #690B72;
}

.comment-form {
    margin: 50px 0 0;
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
    padding: 50px;
}

.comment-form h4 {
    text-align: center;
    font-weight: 600;
    margin: 0 0 30px;
}

.comment-form input {
    height: 50px;
    border-radius: 25px;
    padding-left: 20px;
    border: 1px solid #e6f0fa;
    font-size: 14px
}

.comment-form textarea {
    border-radius: 25px;
    padding: 15px 0 0 20px;
    border: 1px solid #e6f0fa;
    font-size: 14px
}

.comment-btn button {
    color: #690B72;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 25px;
    border: 2px solid #690B72;
    background-color: transparent;
    cursor: pointer;
    outline: 0
}

.comment-btn button:hover {
    background-color: #690B72;
    border-color: #690B72;
    color: #fff;
}
