body {
    background-color: rgb(98, 176, 240);
    color: black;
}

div#interface {
    width: 1280px;
    background-color: white;
    margin: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.473);
    padding: 10px 10px 10px 10px;
}

header#cabecalho img#logo {
    position: absolute;
    left: 710px;
    top: -20px;
}


header#cabecalho {
    border-bottom: 2px black solid;
    height: 220px;
    /* background: url("imagens/logo\ final.png"); */
}

header#cabecalho h1 {
    /* font-family: Arial, sans-serif; */
    font-size:  60px; 
    color: rgb(85, 133, 14);
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.438);
    padding: 0px;
    margin-top: 75px;
    margin-bottom: 0px;
}

header#cabecalho h2 {
    font-size: 25px;
    color: rgb(85, 133, 14);
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.438);
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 40px;
    margin-left: 5px;
}

/* Menu Interativo */

nav#menu {
    width: 1280px;
    display: block;
}

nav#menu ul {
    width: 1100px;
    font-size: 13px;
    list-style: none;
    text-transform: uppercase;
    position: absolute;
    top: -4px;
    left: 287px;
}

nav#menu li {
    display: inline-block;
    background-color: yellowgreen;
    padding: 10px;
    margin: 2px;
    transition: background-color 1s;
}

nav#menu li:hover {
    background-color: rgb(38, 116, 44);

}

nav#menu a {
    color: black;
    text-decoration: none;
}

nav#menu a:hover {
    color: white;
    text-decoration: underline;
}

/* Menu Interativo */

*{
    margin: 1;
    padding: 0;
}

div#fotosUL {
    width: 1300px; 
    background-color: white;
    border-radius: 20px;
    margin: 20px 22px;
    margin-bottom: 50px;
}


.min {
    width: 388px; 
    padding: 10px;
}


.lbox {
    visibility: hidden;
    opacity: 0;
}

.lbox:target {
    opacity: 1;
    visibility: visible;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(10, 10, 10, .7);
    position: fixed;
}

.box_img {
    width: 1000px;
    margin: 50px 215px;

}

.btn{
    color: white;
    font-family: 'Arial';
    text-decoration: none;
    position: absolute;
    width: 50px;
    height: 50px;
    font-size: 40px;
    text-align: center;
}

#prev {
    left: 5%;
    top: 45%;
}

#next {
    right: 5%;
    top: 45%;
}

#close {
    top: 0;
    right: 2%;
}

.box_img img{
    opacity: 0;
}

.lbox:target .box_img img{
    opacity: 1;
    transition: opacity .4s linear;
}

header#cabecalho2 img#foto1 {
    background: rgb(23, 151, 45);
    border-radius: 20px;
    padding: 10px;
    margin-top: 35px;
    margin-left: 15px;
    margin-right: 5px;
    margin-bottom: 30px;
}