
.menu-item{
    padding: 0px 50px;
    display: inline;
}
.tabela-servicos{
    border: 2px solid black;
}
.tabela-servicos-titulo{
    border: 2px solid black;
    background-color: teal;
}

table{
    align-items: center;
}

body{
    background-image: url("watercolor-1325656.jpg");
}

nav{
    background-color: whitesmoke;
    text-align: center;
    padding: 10px;
    margin: 0px;
}
 
a{
    text-decoration: none;
    color:darkcyan;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}


h1, h2{
    text-align: center;
}

header{
    margin: 0px;
    padding: 0px;
}

p, li{
    font-size: 18px;
    margin: 15px;
}

th, td{
    font-size: 20px;
}


.container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.container2{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

body{
    margin: 0%;
}

figcaption{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

footer{
    background-color: whitesmoke;
    font-size: 18px;
	position: relative;
	top: 350px;
    display: center;
    text-align: center;
   
}

.h1home{
    font-size: 40px;
    position: relative;
    top: 50px;
}

.contatofoto{
    position: relative;
    left: 50px;
    top: 120px;
}

.logoemail{
    width: 5%;
    height: 5%;
}

.textocontato{
    display: inline-block;
    position: relative;
    left: 200px;
}

.textohome{
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 25px;
    padding-right: 25px;
    color: darkslategray;
}

.h1home{
    color: darkslategray;
    text-transform: uppercase;
}

.galeria{
     margin: 200px auto;
     width: 800px;
     height: 450px;
     position: relative;
     overflow: hidden;
 }

.foto{
    width: 800px;
    height: 450px;
}

.foto{
    position: absolute;
    opacity: 0;
    animation-name: animacao;
    animation-duration: 20s;
    animation-iteration-count: infinite;
}


@keyframes animacao{
    25%{
        opacity: 1;
        transform:scale(1.1,1.1);
    }
    50%{
        opacity: 0;
    }
}

.foto:nth-child(1){

}
.foto:nth-child(2){
    animation-delay: 5s;
}
.foto:nth-child(3){
    animation-delay: 10s;
}
.foto:nth-child(4){
    animation-delay: 15s;
}
.foto:nth-child(5){
    animation-delay: 20s;
}
.foto:nth-child(6){
    animation-delay: 25s;
}