@font-face {
    font-family: 'Title';
    src: url('../fonts/SignPainter.ttf');
}

@font-face {
    font-family: 'Text';
    src: url('../fonts/Candara.ttf');
}

:root {
    --gold: #C59D62;
    --text: #666666;
    --gray: #666666;
    --brown: #3A270F
}

html {
    overflow-x: hidden;
}

html,
body {
    width: 100%;
    height: 100%;
    font-size: 19px;
    color: var(--text);
    font-family: Text;
	text-align: justify;
}

.divContacts{
	margin-top: 50px;
}

.menuProducts{
	border: 1px solid var(--gray);
    text-align: center;
    color: var(--gray);
	text-transform: uppercase;
	margin-bottom: 15px;
	padding: 0 10px;
	cursor: pointer;
}

.menuProducts:hover,
.menuProducts.active {
    color: white;
    background-color: var(--gold);
	border: 1px solid var(--gold);
}

.markerMap {
    color: var(--gold);
    font-size: 17px;
    font-family: Text;
    font-weight: bold;
}

.marginAboutUs div {
    padding-right: 30px;

}

#custom-bootstrap-menu.navbar-default .navbar-brand {
    color: rgba(255, 255, 255, 0.8);
}

#custom-bootstrap-menu.navbar-default {
    font-size: 17px;
    border-width: 0px;
    border-radius: 0px;
    text-transform: uppercase;
    justify-content: center;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 40px 0px;
    z-index: 1;
}

#custom-bootstrap-menu.navbar-default .navbar-nav > li > a {
    color: var(--brown);
    margin: 0 45px;
    text-decoration: none;
    display: inline;
    font-weight: bold;
}

#custom-bootstrap-menu.navbar-default .navbar-nav > li > a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav > li > a:focus {
    color: var(--gold);
}

#custom-bootstrap-menu.navbar-default .navbar-nav > .active > a,
#custom-bootstrap-menu.navbar-default .navbar-nav > .active > a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav > .active > a:focus {
    color: var(--gold);
}

#custom-bootstrap-menu.navbar-default .navbar-toggle {
    /*border-color: #ffffff;*/
}

#custom-bootstrap-menu.navbar-default .navbar-toggle:hover,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus {
    /*background-color: #ffffff;*/
}

#custom-bootstrap-menu.navbar-default .navbar-toggle .icon-bar {
    /*background-color: #ffffff;*/
}

#custom-bootstrap-menu.navbar-default .navbar-toggle:hover .icon-bar,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #ffffff;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #ffffff;
    float: right;
}

.navbar-default,
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a {
    background-image: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-light {
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.navbar {
    margin-bottom: 0px;
}

nav .dropdown-toggle::after {
    display: none;
}

.menuBackground {
    background-color: rgba(255, 255, 255, 0.9);
}

.imgBanner {
    width: 100%;
    height: auto;
}

h2 {
    line-height: 60px;
    font-size: 70px;
    font-family: Title;
    color: var(--brown);
}

h3 {
    font-size: 45px;
    font-family: Title;
    color: var(--gold);
}

.container {
    padding: 5% 100px;
}

.containerContacts { 
    padding: 5% 0px 2% 0 !important;
}

.paragraph {
    padding-top: 20px;
    padding-bottom: 20px;
}

.verticalAlign {
    display: flex;
    align-items: center;
}

.btnGold {
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    outline: none;
    padding: 5px 20px;
    background-color: var(--gold);
    color: white;
    font-size: 17px;
}

.btnGold:hover {
    background-color: var(--gray);
    color: gold;
}

.relative {
    position: relative;
}

.sloganHome {
    position: absolute;
    width: 100%;
    color: white;
    height: 100%;
    top: 0%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Title;
    font-size: 100px;
    text-shadow: 1px 1px 100px black, 0 0 100px black, 0 0 100px black;
}

.sloganAboutUs {
    position: absolute;
    width: 25%;
    bottom: 0%;
    left: 15%;
    padding: 50px 60px 40px 60px;
    background-color: rgba(255, 255, 255, 0.8);
}

.textImages {
    position: absolute;
    top: 42.5%;
    right: 35%;
}

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

.pastelaria {
    padding-left: 20px;
    font-weight: bold;
    bottom: -70px;
    position: absolute;
}

.pastelaria li {
    list-style: none;
}

#nossosProdutos img {
    cursor: pointer;
}

.textImages span a {
    color: var(--brown);
    font-weight: bold;
}

.textImages span a:hover {
    color: var(--gold);
}

.hideProducts {
    visibility: hidden;
}

.sloganImages {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 75px 75px 60px 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: title;
    font-size: 70px;
    line-height: 50px;
    text-align: center;
    text-shadow: 10px 10px 100px #000000;
}

.orcamento {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.orcamento div#orcamento {
    background: rgba(255, 255, 255, 0.8);
    padding: 50px 50px 25px 50px;
    text-align: center;
    width: 30%;
    color: var(--gold);
    font-size: 17px;
}

.footerText {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 100px 75px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#footer {
    font-size: 17px;
    color: white;
}

a:hover {
    text-decoration: none;
}

a .circle {
    color: var(--white);
}

a:hover .circle {
    background-color: var(--gold);
}

.circle {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 0px 2.5px;
    background-color: white;
}

.fa-facebook-f {
    color: black;
    font-size: 22px;
}

.footerText div.row {
    width: 100%;
}

.financiamento {
    width: 350px;
    margin-bottom: 5px;
}

.pme {
    width: 75px;
    margin-bottom: 75px;
}

h4 {
    color: var(--gold);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 30px;
}

.smallDescr {
    font-size: 11px;
    text-align: center;
    color: var(--text);
}

.smallDescr:hover {
    color: var(--gold);
}

#closeLogoHeader {
    color: var(--gold);
}

#closeLogoHeader:hover {
    color: var(--gray);
}

#logoHeader {
    border-bottom: 1px solid var(--gold);
    padding: 10px;
}

.white {
    color: white !important;
}

input.form,
textarea.form,
select.form {
    border: none;
    width: 100%;
    outline: none;
    padding: 5px 10px;
    margin: 5px 0px;
    background-color: rgba(197, 157, 98, 0.7);
    color: black;
    resize: none;
}

.btnOrcamento {
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    outline: none;
    padding: 5px 20px;
    background-color: rgba(197, 157, 98, 0.7);
    color: white;
    font-size: 17px;
    margin-top: 15px;
}

.btnOrcamento:hover {
    background-color: rgba(102, 102, 102, 0.7);
}

.footerText a {
    color: white;
}

.footerText a:hover {
    color: var(--gold);
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    margin-right: 10px;
    margin-left: 10px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    background-clip: padding-box;
    border: 2px solid white;
    opacity: 1;
    transition: opacity .6s ease;
}

.carousel-indicators .active {
    background-color: white;
}

.text_banner {
    position: absolute;
    top: 12.5%;
    color: white;
    width: 100%;
    text-align: center;
}

.text_banner_ohter {
    position: absolute;
    top: 0;
    color: white;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 1px 1px 100px black, 0 0 100px black, 0 0 100px black;
}

.large_text_banner {
    font-size: 100px;
    color: var(--brown);
    font-family: Title;
    line-height: 150px;
    margin-top: 80px;
}

.bannerMain {
    line-height: 0px;
}

.logoBanner {
    width: 450px;
    margin-top: 30px;
}

.mobileLogo {
    display: none;
}

.logo {
    width: 190px;
}

.logoMenu {
    position: absolute;
    left: 75px;
    top: 10px;
}

#map {
    height: 600px;
}

.missao {
    text-align: right;
    margin-right: 30px;
}

.imgGps {
    width: 20px;
}

.titleContacts {
    text-transform: uppercase;
    color: var(--gold);
    font-size: 20px;
    margin-bottom: 7.5px;
    cursor: pointer;
}

.titleContacts:hover {
    text-decoration: underline;
}

.titleContactsSize {
    font-size: 19px !important;
}

#contacts a {
    color: var(--text);
}

#contacts a:hover {
    color: var(--gold);
}

.card {
    font-size: 17px;
}

p {
    /*text-indent: 20px;*/
    margin-bottom: 10px;
    line-height: 20px;
}

p.noIndent {
    text-indent: 0px;
    margin-bottom: 15px;
}

.card-columns .card {
    margin-bottom: 75px;
}

.lineVertical {
    border-right: 1px solid black;
}

.heightNossosProdutos {
    height: 250px;
}

div.vertical-line {
    width: 1px;
    background-color: black;
    height: 90%;
    float: left;
    position: absolute;
}

#sedeContacts {
    font-size: 18px;
}

#sedeContacts p,
#filialContacts p {
    text-indent: 0px;
    line-height: 25px;
}

.faleConnosco {
    position: absolute;
    width: 25%;
    height: 100%;
    top: 0%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    right: 150px;
}

.faleConnosco div#faleConnosco {
    background: rgba(255, 255, 255, 0.8);
    padding: 50px 50px 25px 50px;
    text-align: center;
    width: 100%;
    color: var(--gold);
    font-size: 17px;
}

.grecaptcha-badge {
    z-index: 1;
}

.prog {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.sublinhado {
    text-decoration: underline;
}

.faleConnosco div h3 {
    text-align: left;
}

#listProducts div.row{
    margin-bottom: 25px;
}

#products img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

/*.moduletable-video {*/
    /*position: relative;*/
    /*width: 100%;*/
/*}*/

#video{
    display: none;
}

.moduletable-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0; overflow: hidden;
    max-width: 100%; height: auto;
}
.moduletable-video iframe, .moduletable-video object, .moduletable-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.textProduct {
    position: absolute;
    width: 100%;
    color: white;
    height: 100%;
    top: 0%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 36px;
    padding-right: 30px;
    text-shadow: 1px 1px 100px black, 0 0 100px black, 0 0 100px black;
}

.filter {
    font-weight: bold;
    margin-top: 50px;
}

.filter a {
    text-transform: uppercase;
    font-size: 17px;
    color: var(--text);
}

.dropdown-menu {
    left: 55%;
    border: none;
    /*-webkit-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.75);*/
    /*-moz-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.75);*/
    /*box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.75);*/
    border-radius: 0px;
}

.dropdown-menu a {
    color: var(--text);
    text-transform: none;
    font-size: 18px;
}

.dropdown-menu a:hover {
    color: var(--gold);
}

.dropdown-menu li {
    padding: 5px 20px;
}

.dropdown-sub-menu {
    top: -3px;
    left: 200px;
}

.lineVertical {
    border-left: 1px solid black;
    height: 140px;
    position: absolute;
    margin: 15px 0px;
}

.filter a:hover,
.filter a.active {
    color: white;
    background-color: var(--gold);
}

.imagesNossosProducts {
    padding: 0;
    bottom: 241px;
    /*z-index: -1;*/
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--text);
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: var(--text);
}

:-ms-input-placeholder { /* Microsoft Edge */
    color: var(--text);
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .card {
        border: none;
    }
}

@media screen and (max-width: 1440px) {
    .orcamento div#orcamento {
        padding: 25px 45px;
    }

    .sloganAboutUs {
        width: 35%;
        left: 10%;
    }

    .faleConnosco {
        width: 30%;
        right: 100px;
    }

    .faleConnosco div#faleConnosco {
        padding: 35px;
    }

    .logo {
        width: 175px;
    }

    .logoBanner {
        width: 350px;
    }

    .large_text_banner {
        font-size: 85px;
        line-height: 10px;
        margin-top: 50px;
    }

    h4 {
        font-size: 23px;
    }

    .sloganHome {
        font-size: 93px;
    }

    h2 {
        font-size: 65px;
    }
}

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

    html, body {
        font-size: 17px;
    }

    #custom-bootstrap-menu.navbar-default .navbar-nav > li > a {
        margin: 0 35px;
    }

    .container {
        padding: 5% 150px;
    }

    .logoBanner {
        width: 350px;
    }

    .large_text_banner {
        font-size: 75px;
        margin-top: 35px;
    }

    #custom-bootstrap-menu.navbar-default {
        padding: 30px 0px;
    }

    h2 {
        font-size: 60px;
        line-height: 45px;
    }

    .btnGold {
        font-size: 15px;
    }

    .sloganHome {
        font-size: 85px;
    }

    .orcamento div#orcamento {
        padding: 10px 30px 10px 30px;
    }

    .btnOrcamento {
        font-size: 15px;
    }

    h3 {
        font-size: 40px;
    }

    .textImages {
        top: 41%;
        right: 36%;
    }

    .imagesNossosProducts {
        bottom: 216px;
    }

    h4 {
        font-size: 22px;
        margin-bottom: 25px;
    }

    #footer {
        font-size: 16px;
    }

    .circle {
        width: 35px;
        height: 35px;
    }

    .fa-facebook-f {
        font-size: 20px;
    }

    .pme {
        width: 70px;
        margin-bottom: 65px;
    }

    .financiamento {
        width: 340px;
    }

    .logo {
        width: 140px;
    }

    .sloganAboutUs {
        width: 30%;
    }

    .containerContacts {
        padding: 5% 30px !important;
    }

    #products img {
        height: 275px;
        padding: 10px 0px;
    }

    .titleContacts {
        font-size: 19px;
    }

    .titleContactsSize {
        font-size: 18px !important;
    }

    .card-columns .card {
        margin-bottom: 65px;
    }

    .card {
        font-size: 16px;
    }

    #sedeContacts {
        font-size: 17px;
    }

    #map {
        height: 450px;
    }

    .faleConnosco {
        width: 30%;
        right: 80px;
    }

    .faleConnosco div#faleConnosco {
        padding: 25px 50px 10px 50px;
    }

    div.vertical-line {
        height: 95%;
    }

    .dropdown-menu a {
        font-size: 17px;
    }

    .dropdown-sub-menu {
        top: -2px;
    }

    .lineVertical {
        height: 115px;
    }

    .textProduct {
        font-size: 30px;
    }

}

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

    #custom-bootstrap-menu.navbar-default .navbar-nav > li > a {
        margin: 0 40px;
    }

    .filter a {
        font-size: 15px;
    }

    .logoBanner {
        width: 275px;
        margin-top: 20px;
    }

    .sloganHome {
        font-size: 65px;
    }

    .sloganImages {
        font-size: 55px;
    }

    .imagesNossosProducts {
        bottom: 196px;
    }

    .textImages {
		top: 39%;
		right: 35%;
        font-size: 16px;
    }

    .pastelaria {
        bottom: -60px;
    }

    .container {
        padding: 5% 100px;
    }

    .orcamento div#orcamento {
        width: 40%;
        font-size: 16px;
    }

    h3 {
        font-size: 35px;
    }

    .btnOrcamento {
        font-size: 14px;
    }

    input.form, textarea.form, select.form {
        padding: 2.5px 10px;
        margin: 2.5px 0px;
    }

    h4 {
        font-size: 19px;
        margin-bottom: 15px;
    }

    .pme {
        width: 60px;
        margin-bottom: 30px;
    }

    .financiamento {
        width: 300px;
    }

    #custom-bootstrap-menu.navbar-default {
        font-size: 16px;
    }

    h2 {
        font-size: 50px;
        line-height: 45px;
    }

    .logo {
        width: 100px;
    }

    #custom-bootstrap-menu.navbar-default {
        padding: 20px 0px;
    }

    .large_text_banner {
        font-size: 60px;
    }

    .sloganAboutUs {
        width: 40%;
        padding: 20px 20px 5px 20px;
        left: 10%;
    }

    .titleContacts {
        font-size: 19px;
    }

    #sedeContacts {
        font-size: 16px;
    }

    #sedeContacts {
        font-size: 15px;
    }

    .card-columns .card {
        margin-bottom: 10px;
        border: none;
    }

    .card {
        font-size: 15px;
    }

    .card-columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    div.vertical-line {
        height: 100%;
    }

    #map {
        height: 400px;
    }

    .faleConnosco div#faleConnosco {
        padding: 25px 25px 10px 25px;
    }

    .faleConnosco {
        width: 35%;
        right: 55px;
    }

    .textProduct {
        font-size: 25px;
    }

    #products img {
        height: 250px;
    }

    .filter a {
        margin: 15px 10px;
    }
}

@media screen and (max-width: 768px) {
	
	html, body {
        font-size: 15px;
	}
	
	.footerText div.row {
		display: flex;
		justify-content: center;
	}
	
	.imgBanner {
		height: 200px;
		object-fit: cover;
	}
    
    .logoMenu {
        position: absolute;
        left: 20px;
        top: 10px;
    }

    .mobile {
        display: flex;
        justify-content: flex-end !important;
    }

    #custom-bootstrap-menu.navbar-default .navbar-nav > li > a {
        margin: 0 10px;
    }

    #custom-bootstrap-menu.navbar-default {
        padding: 0px 0px;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        background: white;
        text-align: right;
        width: 60px;
        margin-top: 10px;
    }

    .logoBanner {
        width: 200px;
        margin-top: -30px;
    }

    .large_text_banner {
        font-size: 50px;
    }

    #subMenu {
        display: none;
    }

    h2 {
        font-size: 37px;
        line-height: 35px;
    }

    .paragraph {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .sloganHome {
        font-size: 50px;
    }

    .sloganImages {
        font-size: 45px;
    }

    .heightNossosProdutos {
        height: 150px;
    }

    .imagesNossosProducts {
        bottom: 137px;
    }

    .textImages {
        top: 40%;
        right: 36%;
        font-size: 12px;
    }

    .pastelaria {
        bottom: -50px;
    }

    #custom-bootstrap-menu.navbar-default {
        font-size: 14px;
    }
        
    .orcamento div#orcamento {
        width: 60%;
        font-size: 14px;
    }

    .orcamento div#orcamento {
        padding: 35px 30px 20px 30px;
    }

    h4 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .footerText {
        padding: 10px;
    }

    #footer {
        font-size: 13px;
    }

    .pme {
        width: 50px;
        margin-right: 15px;
    }

    .fa-facebook-f {
        font-size: 15px;
    }

    .circle {
        width: 30px;
        height: 30px;
    }

    .marginMobile {
        margin-top: 15px;
    }

    .sloganAboutUs {
        width: 60%;
        left: 5%;
    }

    .logo {
        width: 65px;
    }

    .filter a {
        margin: 15px 0px;
        font-size: 13px;
    }

    #products img {
        height: 225px;
    }

    #map {
        height: 350px;
    }

    .faleConnosco div#faleConnosco {
        padding: 15px 15px 5px 15px;
    }

    .titleContacts {
        font-size: 17px;
    }

    #sedeContacts {
        font-size: 14px;
    }

    .titleContactsSize {
        font-size: 16px !important;
    }

    .card {
        font-size: 13px;
    }

    .containerContacts {
        padding: 5% 50px !important;
    }

    .missao {
        text-align: left;
    }
}

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

    .large_text_banner {
        display: none;
    }

    .filter a {
        font-size: 11px;
    }

    .textProduct {
        font-size: 20px;
    }


    #listProducts div.row {
        margin-bottom: 0px;
    }

    .logoBanner {
        width: 175px;
        margin-top: -15px;
    }

    .btnGold {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .paragraph {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .container {
        padding: 5% 50px;
    }

    .sloganHome {
        font-size: 40px;
    }

    .hideMobile {
        display: none;
    }

    #footer {
        font-size: 8px;
    }

    h4 {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .footerText {
       /* margin: 5px;*/
    }

    .financiamento {
        width: 150px;
    }

    .pme {
        width: 30px;
        margin-bottom: 0px;
        margin-right: 20px;
    }

    .smallDescr {
        font-size: 8px;
    }

    p.noIndent {
        text-indent: 0px;
        margin-bottom: 0px;
    }

    #map {
        height: 200px;
    }

    #products img {
        height: 175px;
    }

}
