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

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


@font-face {
    font-family: 'Folha';
    src: url('../fonts/folhaii-regular-webfont.eot');
    src: url('../fonts/folhaii-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/folhaii-regular-webfont.woff2') format('woff2'),
         url('../fonts/folhaii-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


section#hero {
    margin-top: 10px;
}

.fa-check-circle:before, .fa-circle-check:before {
    content: "\f058";
	color: #8c3339;
}

.iconlist.premium .fa-check-circle:before, .fa-circle-check:before {
    content: "\f058";
    color: #77b2c8;
}


#header-wrap {
    background-color: rgba(27,27,27,0.89);
    border-bottom: 1px solid #646669;
}

a.menu-link {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 14px;
	font-weight: 700;
	font-family: 'Lato', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"
}

.menu-item:hover > .menu-link {
    color: #8c3339;
}



div#wrapper {
    background: #1b1b1b;
}


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

p{font-family: 'Lato', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"}


h1 {
    font-size: 45px;
    color: #ffffff;
    line-height: 49px;
    text-transform: uppercase;
	letter-spacing: 4px;	
}

h2 {
    font-size: 36px;
    color: #ffffff;
    line-height: 40px;
    text-transform: uppercase;
	letter-spacing: 4px;
}

h3 {
    font-size: 25px;
    color: #ffffff;
    line-height: 31px;
	letter-spacing: 4px;
}

h4 {
    font-size: 19px;
    color: #ffffff;
    line-height: 22px;
    text-transform: uppercase;
	letter-spacing: 4px;
}

a {
    color: #77b2c8;
}


.btn {
    background-color: #8c3339;
    padding: 19px 22px;
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 20px;
    width: 245px;
    font-family: 'Lato', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-weight: 700;
	border-radius:20px;
	
}


h3 span {
    color: #ffffff !important;
}

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


.button-big {
    font-family: 'Lato', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    width: 300px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 20px;
}





#vantagens .row h2 {
    font-size: 18px;
    line-height: 23px;
}



/* ----------------------------------------------------------------
PLANOS
-----------------------------------------------------------------*/
.pricing-box {
    border: 1px solid #8c3339;
    background-color: #1b1b1b;
}

#planos .btn {
    padding: 20px 24px !important;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 20px;
}

.col-md-6.col-xl-4.text-white.pricing-destaque {
    margin-top: -2px;
}

.pricing-title {
    background: #8c3339 !important;
    border-radius: 0 0 10px 10px;
}

.pricing-title.destaque {
    background: #77b2c8 !important;
    border-radius: 0 0 10px 10px;
	color:#000000;
}

.pricing-price .price-unit {
    font-size: 22px;
}

.pricing-price {
 font-family:"Folha", Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
 padding: 18px 0;	
}


.pricing-title h3, .pricing-title .h3 {
    margin: 2px 0 0;
    font-size: 27px;
}

.pricing-price p {
    font-size: 20px;
    font-family: 'Lato', Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif'
}

.bg-color {
    background-color: #77b2c8 !important;
}

.btn.bg-color {
    background-color: #77b2c8 !important;
}

.btn.bg-color:hover {
    color: #000 !important;
    background-color: #ffffff !important;
	
}

.border-color {
    border-color: #77b2c8 !important;
    border-width: 2px !important;
}


#restaurantes img{	
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);	
}

.card {
    background: transparent;
    border: 2px solid #8c3339;
}

.button {
    background-color: #8c3339;
    padding: 16px;
}


.button:hover {
    background-color: #ffffff;
	color:#1b1b1b;
    padding: 16px;
	border-radius:20px;
	text-transform: uppercase;
}


#como-usar hr {
    width: 95%;
    border-color: #77b2c8;
}


#gotoTop:hover {
    background-color: #77b2c8;
}




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

footer {
    background: #1b1b1b;
	border-top: 1px solid rgba(255,255,255,0.49);
	margin-top: 35px;
}

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) {
	
section#hero {
    margin-top: 0px;
}	
	
#parceiro a {
    letter-spacing: 0 !important;
    font-size: 22px;
}	
	
.primary-menu-trigger, #page-menu-trigger {
    border: 1px solid;
    margin-top: 10px;
    margin-right: 10px;
}
	
.pricing-destaque {
    order: -1;
}	
	
.w-75, .col-10 {
    width: 100% !important;
}	
	
.pricing-last {
    margin-top: -20px;
}	
	
#como-usar {
    text-align: center;
}
	
.como-usar-tela {
    order: -1;
}	
	
#copyrights {
    padding: 20px 20px;
}	
	
	
	
}
