/*codigo do cabeçalho e rodapé*/
body {
    font-family: 'Montserrat', sans-serif;
}

header {
    background: #757575;
    padding: 20px 0;
}

.caixa {
    position: relative;
    width: 1150px;
    margin: 0 auto;
}

nav {
    position: absolute;
    top: 110px;
    right: 0;
}

nav li {
    display: inline-block;
    padding-right: 20px;
    margin: 0 0 0 15px;
}

nav a {
    text-transform: uppercase;
    color: #000000;
    font-weight: bold;
    font-size: 25px;
    text-decoration: none;
}

nav a:hover {
    color: #C78C19;
    text-decoration: underline;
}

.produto-descriçao{
    font-size: 18px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.produto-preço {
    font-size: 22px;
    font-weight: bolder;
    margin-top: 10px;
}
.produtos {
    width: 940px;
    margin: 0 auto;
    padding: 50px 0;
}
.produtos li {
    display: inline-block;
    text-align: center;
    width: 30%;
    vertical-align: top;
    margin: 0 1.5%;
    padding: 30px 20px;
    box-sizing: border-box;
    border: #000000 3px solid;
    border-radius: 50px;
}

.produtos li:hover {
    border-color: #C78C19;
    transition: 0.5s;
    transform: scale(1.1);
}
    
.produtos li:active {
    border-color: chartreuse;
}

.produtos h2 {
    font-size: 25px;
    font-weight: bold;
}
footer {
    text-align: center;
    background: url(bg.jpg);
    padding:  40px 0;
}

.copyright {
    color: white; 
    font-size: 13px;
    margin-top: 20px;
}

/*codigo da pagina inicial*/
.banner {
    border-top: #000000 5px solid;
    width: 100%;
}

.background-principal {
    background: linear-gradient(#FEFEFE 0%,#FEFEFE 20%, #888888 80%, #888888 100%)
}
.background-beneficios {
    background: #888888;
}
.beneficios {
    margin: 0 10%;
}

.principal {
    margin: 0;
}

.texto-principal {
    text-align: left;
    margin-right: 10%;
}

.utensilios {
    margin-left: 10%;
    margin-right: 20px ;
    margin-top: 80px;
    width: 150px;
    float: left;
    border-radius: 20px;
    box-shadow: 10px 10px 15px#000000;
}
.utensilios:hover {
    transition: 0.5s;
    transform: scale(1.1);
}

.titulo-principal {
    text-align: center;
    font-size: 2em;
    padding: 1em 0px 1em 0px;
    padding-right: 23% ;
    font-weight: bold;
}

.titulo-principal:before {
    content: "[ ";
}

.titulo-principal:after {
    content:" ]"
}

.titulo-principal3 {
    font-weight: bold;
    font-size: 2em;
    margin: 2em 0 20px 0;

    text-align: center;
    clear: left;
}

.titulo-principal3:before {
    content: "[ ";
}

.titulo-principal3:after {
    content:" ]"
}

.titulo-principal2 {
    text-align: center;
    font-size: 2em;
    margin: 0px 0px 1em 0px;
    clear: left;
    font-weight: bold;
}

.titulo-principal2:before {
    content: "[ ";
}

.titulo-principal2:after {
    content:" ]"
}

.principal p {
    margin: 0 0 1em;
}

.principal strong, .titulo-principal2 {
    font-weight: bold;
}

.principal em {
    font-style: italic;
}

.conteudo-beneficios {
    width: 640px;
    margin: 0 auto;
}

.itens {
    line-height: 1.5;
}

.itens::before {
    content: "✦ ";
    color: rgb(219, 219, 7);
}

.itens:first-child {
    font-weight: bold;
}

.lista-beneficios {
    width: 40%;
    display: inline-block;
    vertical-align: top; 
}

.imagem-beneficios {
    width: 50%;
    margin: 0px 0px 3em 60px;
    border-radius: 10px;
    box-shadow: 10px 10px 15px#000000;
}

.imagem-beneficios:hover {
    transform: scale(1.1);
    transition: 0.5s;
}

.beneficios {
    padding: 0 0 3em;
    
}
.mapa {
    text-align: center;
    margin: 0 10%;
    padding: 0 0 3em;
}

.mapa p {
    color: black;
    font-weight: bold;
    margin: 0 0 2em;
}

.video {
    padding: top 2em;
    width: 560px;
    margin: 1em auto;
}