/*custom style to bootstrap */

* {
    font-family: 'Montserrat', Arial, sans-serif;
    color: #212E3B;
}

p {
    line-height: 175%;
    font-weight: 200;
}

nav a,
h1 div,
h1,
h2,
h3,
h4,
h5,
h6 {

    font-family: 'Yeseva One', Georgia, cursive;
    color: #212E3B;
}
h1 div {
	display: inline-block;
}

h1,
h2 {
    font-size: 2.7rem;
}

h3 {
    font-size: 1.5rem;
}




.space {
    display: block;
    width: 100%;
}

.space.s1 {
    height: 1rem;
}

.space.s2 {
    height: 2rem;
}

.space.s3 {
    height: 3rem;
}

.space.s4 {
    height: 4rem;
}

.space.s5 {
    height: 5rem;
}

.navbar {
    background: #fff;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;

}
.navbar-light .navbar-nav .nav-link{
	color: #212E3B;

}


.ad-curso {
    position: fixed;
    bottom: 16px;
    right: 16px;
} 

/*
a.navbar-brand {
    margin-top: -20px;
}

.nav-link.active:after{
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	background:#212E3B;
	border-radius: 4px;
	margin: 8px auto; 

}
*/

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 1.15rem;
}



#banner {

    display: block;
    padding-top: 12rem;
    padding-bottom: 10rem;
    background-color: white;
}

.lead {
    font-size: 1.25rem;
}

.empresas {
    text-align: center;
}


#projetos {
    padding-top: 9rem;
    padding-bottom: 9rem;
    text-align: center;
}

#projetos h2 {
    margin-bottom: 80px;
}

#projetos a {
	text-decoration: none;
	border-radius:1rem;
	overflow: hidden;
	display: block;
	broder: 1px solid rgba(255,255,255,0.5);

}

#projetos .description {
	position: relative;
	background-color: rgba(0,0,0,0.5);
	padding: 1.25rem;
	text-align: left;
	margin-top: -104px;

}

#projetos .description h4{
	font-family: 'Montserrat';
	font-size: 1rem;
	margin-bottom: 0.5rem;
	font-weight:900;
	color: #fff;
}
#projetos .description p{
	font-size: 0.85rem;
	margin: 0;
	color: #fff;
}





#atuacao {
    text-align: center;
    margin-top: -18rem;
    padding-top: 18rem;
    padding-bottom: 6rem;
    background-color: #212E3B;
    /*border-bottom-right-radius: 160px;*/
}

#atuacao h2,
#atuacao h3,
#atuacao p {
    color: #fff;
}

#atuacao h3,
#atuacao p {
    text-align: left;
}


#contato {
    padding-top: 9rem;
    padding-bottom: 9rem;
    text-align: center;
}

#contato a {
    color: #212E3B;
    font-weight: 500;
    text-decoration: none;
    vertical-align: middle;

}

#contato img {
    margin-right: 1rem;
}


@media only screen and (max-width: 770px) {


    h1,
    h2 {
        font-size: 2.2rem;
    }

    .navbar-toggler:focus{
	box-shadow: none;

}
.navbar-toggler .navbar-toggler-icon {
    background-image: url(img/icon-menu.svg);
    /*margin-bottom: 22px;*/
}

    .navbar {
    	
    	padding-top: 1rem;
    	padding-bottom: 1rem;

	}


    .navbar-light .navbar-toggler {
        border: none;
    }

    li.nav-item {
        text-align: center;
        padding: 2rem 0;
        font-size: 2rem;
    }


    .navbar {

        padding-left: 1rem;
        padding-right: 1rem;

    }


    #banner {
        text-align: center;
        padding-top: 120px;
        padding-bottom: 80px;
    }

    .lead {
        padding: 0 0.75rem;
        font-size: 1.1rem;
    }

    #projetos .description {
		padding: 0.75rem 1rem;
	}
	#projetos .description h4 {
		font-size: 0.8rem;
		margin-bottom: 0;
	}
	#projetos .description p {
		font-size: 0.75rem;
	}



    #atuacao {
        text-align: center;
        margin-top: -16rem;
        padding: 12rem 1.5rem 2rem 1.5rem;
       /* border-bottom-right-radius: 80px; */
    }


    #atuacao h3,
    #atuacao p {
        widows: 100%;
        text-align: center;
    }

    #contato a {
        text-align: left;
        width: 150px;
        display: block;
        margin: 0.5rem auto;
    }
    .ad-curso{
        left: 25%;
    }

}

.fast {
    -vendor-animation-duration: 1s;
    -vendor-animation-delay: 0s;
}
.slow {
    -vendor-animation-duration: 3s;
    -vendor-animation-delay: 1s;
}
.reallyslow {
    -vendor-animation-duration: 6s;
    -vendor-animation-delay: 3s;
}