/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


body {
    background-color: #1b1b1b;
    color: #fff;
}

h1, h2, h3, h4 {
    font-family:"Montserrat", "Palatino Linotype", "Century Schoolbook L", "Times New Roman", "serif"; 
    color:#ffffff;
    font-weight: 600;
}

#header .title {
    font-size: 22px;
    font-weight: 700;
    font-family:"Montserrat", "Palatino Linotype", "Century Schoolbook L", "Times New Roman", "serif"; 
}

#passos span {
    font-size: 80px;
    margin-right: 10px;
    font-weight: 700;
    color: #5da57d!important;
}

.img-small {
    width: 40px;
}

p {
	font-family: "Lato", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 16px;
	line-height: 20px!important;
	margin-bottom: 0;		
}

h1 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
}

h2 {
    font-size: 28px;
    line-height: 33px;
    font-weight: 600;
}

h2 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
}

.casafolha {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo{
    width: 300px;
}

.uppercase {
    text-transform: uppercase;
}

.color-primary {
    color: #5da57d!important;
    font-weight: 600;
}

.color-secondary {
    color: #000!important;
}

.button {
    font-size: 12px;
    text-transform: uppercase;
    padding: 6px 20px;
    border-radius: 5px;
    display: inline-flex;
    margin: 0;
}

.bg-passos {
    background-color: #333333;
    border-radius: 10px;
    padding: 20px;
    min-height: 740px;
}

.bg-color-primary {
    background-color: #5da57d!important;
}

#footer {
    background-color: #333333;
    border: 0;
}

@media (min-width: 1024px) {

    #header .title {
        font-size: 25px;
    }

    p {
        font-size: 19px;
        line-height: 22px !important;
    }

    .button {
        font-size: 14px;
        padding: 10px 30px;
    }
        
}


