h2,
h1 {
    text-transform: uppercase;
    font-weight: bold;
}

h1 {
    color: #1F7628;
    font-size: 1.7em;
}

h2 {
    font-size: 1.2em ;
}

.secao-inicio {
    background-color: #F5E5D5;
    padding-top: 150px;
    position: relative;
}

#listra-verde {
    height: 5px;
    background-color: #1F7628;
}

#listra-branca {
    height: 5px;
    background-color: white;
}

#listra-vermelha {
    height: 5px;
    background-color: #CC1919;
    margin-bottom: 20px;
}

#principal {
    background-color: #574242;
    background-image: url(../imagens/principal_pizza.png);
    background-repeat: no-repeat;
    background-position: bottom;
    height: 100vh;
    margin: 0;
    padding: 0;
}

#principal ol {
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

#principal li {
    display: inline;
    background-color: #1F7628;
    color: white;
    border-radius: 10px;
    padding: 10px;
    padding-bottom: 6px;
    margin: 6px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bolder;
}

#principal li a {
    color: white;
    text-decoration: none;
    font-size: 1.2em;
    margin-left: 5px;
}


#principal h1 {
    color: white;
    text-align: center;
    font-family: "Anton";
    font-weight: normal;
    font-style: italic;
    font-size: 40px;
    width: 545px;
    margin: auto;
    position: relative;
    top: 25%;
    background-image: url("../imagens/background_principal_inicio.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

#icone-whats {
    font-size: 1.7em;
    transform: translateY(1px);
}

#icone-telefone {
    transform: translateY(-1px);
}

#cardapio .btn {
    text-decoration: none;
    color: white;
    background-color: #CC1919;
    margin-top: 30px;
}

#button-cardapio {
    background-color: white;
    width: 440px;
    height: 70px;
    border-right: 20px solid #CC1919;
    padding: 0 15px;
    margin: 30px 20px;
    position: relative;
}

#button-cardapio a {
    font-size: 1.3em;
    color: #CC1919;
    text-decoration: none;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    transform: translate(-10%, -50%);
}

#cardapio span {
    position: relative;
    top: -110px;
    left: -40px;
}

#localizacao h1{
    padding-bottom: 10px;
}

#localizacao iframe {
    width: 100%;
    height: 450px;
}

.slick-prev:before, 
.slick-next:before {
    color: #CC1919;
}
