@font-face {
    font-family: 'Expressway Rg';
    src: url('fonts/ExpresswayRg-Bold.woff2') format('woff2'),
        url('fonts/ExpresswayRg-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



:root {
    --primary-color: #f2f2f2;
    --background-color-second: rgb(45, 48, 83);
    --font-color-white: #171717;
}



body, h1, h2, h3, h4, h5, h6, p, ul {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

li {
    list-style: none;
}

a{
    text-decoration: none;
}

img {
    width: 100%;
    display: block;
}

/*Template*/

.text-theme {
    color: #171717!important;
}
.price-theme {
    color: #FF6600!important;
}

.btn-theme {
    background: #FF6600;
    color: #fff!important;
}

.acesse-title {
    font-family: "Expressway Rg";
    font-weight: "bold";
    text-transform: uppercase !important;
    color: #2d2d2d;
}

.bg-rodape{
    background: #363839;
    color: #fff!important;
}

.text-white{
    color: #fff!important;
	text-align: justify;
}

/*Div que vai ficar as páginas*/
.page{
    flex: 1;
}
header {
    background: var(--primary-color);
}

footer {
    background: #333333;
}

li.nav-item {
    display: flex;
    align-items: center;
    
}

li.active a.nav-link {
    background: #fff;
    border-radius: 4px;
    color: var(--primary-color)!important;

}

li:not(.active) a.nav-link {
    color: var(--font-color-white)!important;
    position: relative;
    padding: 0 12px!important;
    display: flex;
    align-items: center;
    transition: .4s;
}

li:not(.active) a.nav-link:hover {
    opacity: .7;
}

a.nav-link i {
    font-size: 2rem;
}


/*Index*/

.page.index #about{
    background: #000;
}

.page.index #about .info h1 {
}

.page.index #about .info h2 {
    font-size: 1.5rem;
}

.page.index #about .price-area {
    position: relative;
    display: inline-block;
}

.page.index #about .price-area span {
    font-size: 3rem;
}

.page.index #about .price-area sup {
    top: -2.0em;
}

.page.index #plans {
    height: 420px;
    display: flex;
    align-items: center;
    background-image: url(../img/bg-2.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-color: #fff !important;
}


/* Planos */

.planos section.header {
    color: #fff;
    text-transform: uppercase;
    background: url(../img/header.png);
    min-height: 300px;
    background-size: cover;
    font-weight: bold;
    text-align: center;
    line-height: 300px;
}
.planos section.header h2 {
    line-height: 300px;
    font-size: 4rem;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0,0,0,.7);
    color: #fff;
}
.planos .card h3, .price h4{
    font-size: 2.5rem;
}

button.img{
    background: transparent url(../img/botao.png);
    border: 0;
    width: 122px;
    height: 40px;
    background-size: 100%;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.planos #ideal {
    color: #fff;
    background: url(../img/ideal.png);
    min-height: 350px;
    background-size: cover;
    font-weight: bold;
    text-align: center;
    line-height: 300px;
}
.planos #ideal h3{
    line-height: 350px;
    font-size: 4.0rem;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0,0,0,.5);
    color: #fff;
}

.planos #ideal a {
    color: #fff;
    text-decoration: none;
}

/* .quizz {
    min-height: 60vh;
} */


@media (min-width: 992px) {
    .ideal-plan-img  {
        height: 15vw;
    }
}
@media (max-width: 992px) {
    .ideal-plan-img {
        height: 44vw;
    }
}




/* Items */

section.items{
    min-height: 400px;
    padding: 15px 0;
}

section.items .img-header, section.items .img-content{
    max-width: 200px;
    margin: 0 auto;
}

section.items p{
    font-size: 1.3rem;
    text-shadow: 1px 1px 3px rgba(0,0,0,.7)
}

section.items#hero{
    background: url(../img/hero/Pattern.png), linear-gradient(128deg, rgba(0,210,229,1) 0%, rgba(0,210,229,1) 7%, rgba(0,189,218,1) 7%, rgba(0,189,218,1) 13%, rgba(0,176,216,1) 13%, rgba(0,184,218,1) 20%, rgba(0,176,216,1) 39%, rgba(0,151,208,1) 55%, rgba(0,143,202,1) 72%, rgba(0,108,191,1) 100%);
}

section.items#ensina{
    background: url(../img/ensina/pattern.png), #00b2ab;
}

section.items#qualifica{
    background: #ff9f00
}

#text-section {
    color: #fff;
    text-align: justify;
    
}

#text-section h3 {
    font-weight: bold;
}

ul.info {
    padding-left: 15px;
}

ul.info li {
    list-style: disc;
    color: #aaa;
}


/* Breadcrumb */
.node-list {
    overflow: hidden;
    width: 100%;
    padding: 20px 0px;
    margin: 20px auto;
    font-weight: 100;
}

.node-list li {
    list-style-type: none;
    color: white;
    font-size: 14px;
    width: 20%;
    float: left;
    position: relative;
    text-align: center;
}

.node-list li.active p {
    color: var(--primary-color)!important;
}
.node-list li p {
    color: #aaa;
    letter-spacing: 1px;
    font-family: sans-serif;
    top: 19px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.node-list li.active:after {
    background: var(--primary-color)!important;
    color: var(--primary-color)!important;
    border: 2px solid  var(--primary-color)!important;
}

.node-list li.success:after {
    background: url(../img/concluido.png) no-repeat;
    border: 0;
    background-size: 15px 15px;
}
.node-list li:after {
    content: '';
    width: 15px;
    height: 15px;
    line-height: 15px;
    display: block;
    font-size: 18px;
    color: #000;
    background: #fff;
    border: 2px solid #aaa;
    margin: 0 auto 5px auto;
    border-radius: 50%;
}

.node-list li:before {
    content: '';
    width: calc(100% - 14px);
    height: 2px;
    background: #aaa;
    position: absolute;
    left: calc(-50% + 7px);
    bottom: 12px;
    z-index: 0;
}

.node-list li:first-child:before {
    content: none;
}


/* Hero */
.hero #hero {
    background: url(../img/hero/Pattern.png), linear-gradient(128deg, rgba(0,210,229,1) 0%, rgba(0,210,229,1) 7%, rgba(0,189,218,1) 7%, rgba(0,189,218,1) 13%, rgba(0,176,216,1) 13%, rgba(0,184,218,1) 20%, rgba(0,176,216,1) 39%, rgba(0,151,208,1) 55%, rgba(0,143,202,1) 72%, rgba(0,108,191,1) 100%);
}

.hero #hero .img-header{
    width: 250px;
    margin: 0 auto;
}

.hero #hero .img-content img{
    height: 500px;
    width: auto;
}

/* ensina.htmlx */
.ensina #ensina {
    background: #00b2ab url(../img/ensina/Pattern.html);
}

.ensina #ensina .img-header{
    width: 250px;
    margin: 0 auto;
}

.ensina #ensina .img-content img{
    height: 500px;
    width: auto;
}

/* qualifica.htmlx */
.qualifica #qualifica {
    background: #ff9f00;
}

.qualifica #qualifica .img-header{
    width: 250px;
    margin: 0 auto;
}

.qualifica #qualifica .img-content img{
    height: 500px;
    width: auto;
}

a.img-full {
    background: transparent url(../img/conheca.png) no-repeat;
    border: 0;
    width: 456px;
    height: 47px;
    background-size: 100% 100%;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    max-width: 100%;
    display: inline-block;
    vertical-align: ;
    padding-top: 10px;
}


footer {
    bottom: 0;
    width: 100%;
    margin-top: 2em;
}

.card {
    border: none !important;
}

section#plans {
    background: #dfdfdf;
}

section#plans .card {
    box-shadow: 1px 0px 5px rgba(0,0,0,0.2);
}


/* Filantropia */

.filantropia .slides {
    width: calc(100% - 70px);
    margin: 0 auto;
}

.filantropia button.controller-slide {
    background: #ea7500;
    position: absolute;
    top: 300px;
    border: none;
    width: 60px;
    height: 60px;
    color: #fff;
    border-radius: 30px;
    z-index: 5;
}

.filantropia button.controller-slide.next-slide {
    right: 0;
}

.filantropia button.controller-slide.prev-slide {
    left: 0;
}

.filantropia h1.title {
    color: #ea7500;
}

.filantropia .post-area {
    position: relative;
    display: none;
}

.filantropia .post-area.active {
    display: block;
}

.filantropia .description-figure {
    background: rgba(0,0,0,0.8);
    color: #fff;
    font-size: 1.1rem;
    position: absolute;
    bottom: 5rem;
    width: 45%;
    padding: 15px;
    right: 0;
}

.filantropia .show-complete {
    display: block;
    float: right;
    background: #ea7500;
    color: #fff;
    margin-top: 25px;
}

.filantropia .post-content {
    position: relative;
    background: #f5f5f5;
}

.filantropia .close-content {
    top: 15px;
    right: 15px;
    position: absolute;
    cursor: pointer;
    background: #ea7500;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    line-height: 2rem;
    border-radius: 15px;
}

.filantropia h3.title {
    font-size: 1.3rem;
    max-width: calc(100% - 60px); /* Para que titulo não sobrescreva o botão*/
}

.filantropia section.add {
    min-height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../img/add-institution.png);
    background-size: cover;
    background-position: center center;
}

.filantropia section.add img {
    cursor: pointer;
}

.btn-send {
    display: block;
    float: right;
    background: #ea7500;
    color: #fff;
    margin: 0 auto;
    min-width: 170px;
}

.modal-header-aux .close {
    position: absolute;
    top: 0;
    right: 15px;
}

.lost-footer li{
    list-style:circle!important;
}


/* header empresas */
.top-header{
    background: #31726A;
    display: flex;
    justify-content: flex-end;
    padding: 10px;
    align-items: center;
}

.top-header img {
    width: 25px;
    height: 25px;
}

.assine {
    font-size: .9rem;
    color: #ffdf00;
    text-transform: uppercase;
}

.phone, .wp-too {
    font-size: .9rem;
    color: #fff;
}

.divider {
    position: relative;
    margin-left: 20px;
}

.divider::before {
    content: '';
    width: 2px;
    height: 1.3rem;
    background: #a54005;
    display: inline-block;
    position: absolute;
    top: 0;
    left: -10px;
}

span.label-city {
    font-weight: bold;
    font-size: .8rem;
    color: #ffdf00;
    margin-right: 5px;
}

.selectCity{
    font-size: .9rem;
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
}

.areaCity{
    position: absolute;
    width: 100%;
    background: #fff;
    top: 30px;
    z-index: 5;
    box-shadow: 3px 3px 3px rgba(100, 100, 100,.6);
    max-height: 75vh;
    overflow: auto;
}

a.optionCity {
    display: block;
    padding: 5px;
    cursor: pointer;
}

a.optionCity:hover {
    background: #aaf;
    color: #fff!important;
    text-decoration: none;
}

@media screen and (max-width: 991px) {
    .top-header{
        flex-direction: column;
    }

    .divider::before{
        width: 0;
    }
} 