body {
    background-color: #F5E5D5;
    font-family: 'Cabin Condensed', sans-serif;
    font-weight: bold;
}

.nav1 {
    background-color: #1F7628;
    height: 50px;
    width: 450px;
    position: fixed;
    top: 10%;
    left: 50%;
    margin-right: -50%;
    transform: translate(calc(-50% + 32px), -50%);
    border-radius: 10px;
    z-index: 11;
}

.nav1 ul {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.nav1 li {
    float: left;
    padding: 0 15px;
}

.nav1 a {
    color: white;
    text-decoration: none;
    font-size: 1.2em;
}

.nav1 li:nth-child(2) {
    padding-left: 0;
}

.nav1 li:nth-child(1) img {
    position: absolute;
    top: 50%;
    right: 100%;
    left: -45%;
    transform: translate(0%, -50%);
    padding: 0 0;
}

.nav1 li:nth-child(5),
.nav1 li:nth-child(6) {
    position: absolute;
}

.nav1 li:nth-child(5) {
    top: 50%;
    left: calc(90% + 20px);
    transform: translate(-50%, -40%);
}

.nav1 li:nth-child(6) {
    top: 50%;
    left: calc(90% + 80px);
    transform: translate(-70%, -40%);
}

#icone-facebook {
    font-size: 1.5em;
}

#icone-instagram {
    font-size: 1.7em;
}

.nav2 {
    background-color: #1F7628;
}

.nav2 a {
    color: black;
}

.nav2 .navbar-brand img {
    width: 128px;
    height: 128px;
}

.dropdown-menu-center {
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background-color: #EDC687;
    text-align: center;
    border-radius: 15px;
    font-size: 1.3em;
}

.dropdown-menu-center .contatos {
    text-align: left;
    font-size: .8em;
}

.dropdown-menu-center .contatos a {
    color: black;
    font-weight: bold;
    margin-left: 5px;
}

#dropdownmenu-icone-whats,
#dropdownmenu-icone-whats-2 {
    font-size: 1.1em;
    color: black;
}

.tamanhos-pizzas h2,
.contatos h2,
.horarios h2,
.formas-de-pagamento h1,
.tamanho-das-pizzas-deitado h1 {
    background-color: #CC1919;
    text-transform: uppercase;
    color: white;
    line-height: 30px;
    padding: 10px;
    margin: 10px 0;
    font-size: 1.3em;
}

.santmace {
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 250px;
    height: 300px;
    background-color: #b3cfb0;
    border-radius: 15px;
    padding: 20px;
    z-index: 30;
    background-image: url("../imagens/logo_santmace.png");
}

.info-santmace {
    font-weight: bold;
    color: #8ED6DF;
    line-height: 20px;
    padding-top: 72%;
    font-size: .8em;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.santmace #botao-close {
    color: #8ED6DF;
}

.santmace a {
    position: absolute;
    top: 8px;
    right: 15px;
}

footer {
    background-color: #333333;
    position: relative;
    margin-top: 30px;
}

footer a {
    text-decoration: none;
    color: black;
    font-size: 20px;
}

footer div svg {
    margin-right: 5px;
}

footer #icone-map {
    transform: translateY(-2px);
}

#icones-footer a {
    margin: 0 3px;
}

#icone-footer-ifood {
    width: 50px;                                                                    
}

#icone-footer-phone {
    transform: translateY(-1px);
}

.font-weight-bold,
.text-center p {
    color: black;
}

.text-center #button {
    color: #8ED6DF;
}

.invisivel {
    display: none;
}

.ifood-flutuante {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 11;
    width: 60px;
    height: 60px;
}

.barreira {
    color: transparent;
    background-color: #F5E5D5;
    height: 200px;
}

.barreira-index {
    color: transparent;
    background-color: #F5E5D5;
    height: 100px;
}