body, html{
    background-color: lavender;
    height: auto;
    width: auto;
    margin: 0px;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    background-image: url(../imagens/bg-6.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center left;
    min-width: 1349px;
}

header{
    height: 350px;
    border-top: 1px solid rgba(255, 0, 0, 0);
    
}

header nav{
    text-align: right;
}

.effect nav ul{
    text-align: right;
    margin: 20px 30px;
}

.effect nav li{
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #dfd194;
    margin-left: 10px;
}

.effect nav a{
    background: rgba(74, 115, 238, 0);
    display: block;
    padding: 15px 18px;
    color: #dfd194;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 2px;
}

.effect nav a:hover{
    background-color:rgba(255, 255, 255, 0.438);
}

.effect-content{
    background-color: rgba(77, 61, 20, 0.815);
    color: #dfd194;
    text-shadow: 1px 1px 1px rgb(241, 239, 239);
    text-align: center;
    font-size: 35px;
    margin: 100px 150px 0 150px;
}


.op{
    display: inline-block;
    text-align:left;
    width: 32%;
    height: 320px;
    line-height: 1.3;
    box-sizing: border-box;
    margin-left: 10px;
    margin-right: 5px;
    padding-left: 114px;
    padding-top: 30px;
    background-color: rgba(77, 61, 20, 0.774);
}

.op img{
    width: 15%;
    margin-top: 15px;

}


.op h1{
    font-size: 30px;
    margin: 0px;
    padding-bottom: 15px;
    color: #dfd194;
    text-shadow: 2px 2px 2px #473e16;

}

.op h2{
    font-size: 23px;
    padding-top: 5px;
    color: #dfd194;
    text-shadow: 2px 2px 2px #473e16;
}

.op p{
    font-size: 18px;
    padding-bottom: 15px;
    padding-top: 5px;
    color: #dfd194;
    text-shadow: 2px 2px 2px #473e16;
}
