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

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

body {
    background: url('../images/bg.jpg') top center no-repeat;
    background-size: cover;
}

div#wrapper {
    background: transparent;
    padding-top: 50px;
}

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

p {
	font-family: "Roboto", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 17px;
	line-height: 28px;
	margin-bottom: 0;		
}


h1 {
    font-size: 26px;
    line-height: 35px;
}

h2 {
    font-size: 28px;
    line-height: 40px;
    font-weight: 700;
}

h3 {
    font-weight: 700;
}

h1 span {
    background-color: #5da57d;
    color: #fff!important;
    font-size: 40px;
    padding: 0 10px;
}

p span {
    background-color: #5da57d;
    padding: 0 7px;
    margin-bottom: 0;
}


strong {
    font-weight: 800;
}

.logo {
    width: 300px;
}

.font-lg {
    font-size: 20px;
}

.btn {
	font-weight: 300;
    line-height: 24px;
	text-transform: uppercase;
    color:#fff; 
}

.btn-md {
    background-color:#5da57d;  
    padding: 10px 10px;
    font-size: 14px;
    width: 250px;
    border-radius: 10px;
}

.btn:hover {
    color: #000;
    background-color: #fff;
}


.font-size-default {
    font-size: 31px;
}

.font-size-sm {
    font-size: 14px;
    line-height: 23px!important;
}

.font-size-md {
    font-size: 20px
}

.color-primary {
    color: #000000;
}


button.green {
    background-color: #2ecc71;
}

.display-flex {
    display: flex!important;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.padding-text {
    padding: 0 15px!important
}

.italico {
    font-style: italic;
}

/* ----------------------------------------------------------------
FOOTER BLACK
-----------------------------------------------------------------*/

footer {
    background: #1b1b1b;
    border: none !important;
}

div#copyrights {
    background: #1b1b1b;
}


#copyrights {
    padding: 50px 0;
    font-size: 0.875rem;
    line-height: 1.8;
}


footer p {
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
}

p.fone {
    margin: 0 0 6px;
    font-size: 20px;
}

footer h3 {
	color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 40px;
	line-height: 22px;
}

.icon-social {
    margin-right: 15px;
}

p.legal {
    font-size: 13px;
    line-height: 16px !important;	
    margin-top: 35px !important;
    width: 70%;
}

.social-icons {
    margin-bottom: 40px;
}

.chat a {
    color: #ffffff;
}




/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
	
	
body {
    background: url(../images/bg.jpg) top center no-repeat;
    background-size: 2550px 1000px;
}	

p {
    font-family: "Roboto", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 17px;
    line-height: 24px;
}
	
}



@media (min-width: 1536px) {
    
    img {
        max-width: 93%;
    }

}


@media (min-width: 1000px) {
    .padding-text {
        padding: 0 20px 0 50px !important;
    } 
    
    .font-size-default {
        font-size: 28px;
    }

    
    .container-copy {
        display: inline-flex;
    }

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

    .p-informacoes-juridicas {
        line-height: 25px !important;
    }

    h1 {
        line-height: 40px !important;
    }

    h2 {
        font-size: 50px;
    }

}

@media (min-width: 1200px) {

    .display-flex {
        display: flex!important;
        align-items: end;
        justify-content: end;
        height: 100%;
    }

    h1 {
        line-height: 35px!important;
    }

    h2 {
        font-size: 36px;
    }

    p { 
        font-size: 18px;       
    }

    .font-size-default {
        font-size: 40px
    }	
    
    .btn-lg {
        font-size: 24px;
    } 
    
    .btn-md, .btn-white-md {
        font-size: 19px;
        padding: 15px 25px;
        width: 215px;
    }

    .btn-size-md, .btn-send  {
        width: 333px;
    }

    .btn-p-lg {
        padding: 15px 30px!important;
    }

    .form-control {
        width: 333px;
        font-size: 20px;
        padding: 13px 30px;
    }

    
        
}

@media (min-width: 1900px) {
    img {
        max-width: 90%;
    }
    
    h1 {
        font-size: 45px!important;
        line-height: 42px!important;
    }

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

    .padding-text {
        padding: 0 0 0 180px !important;
    }

}

