html, body {
    margin: 0;
}
body {
    background-color: #f1f1f1;
    display: flex;
    justify-content: center;
}

.wrapper {
    width: 1200px;
    display: flex;
    margin: 0 auto;   
    line-height: 1.0;
}
.main {
    display: flex;
    flex-flow: column;
    width: 85%;
}
.menu {
    width: 15%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    background-color: #f3f4e8;
    padding: 10px 20px 0px;
    text-decoration: none;
      
}
.menu a {
    list-style: none;
    color: #00b7be;
    text-decoration: none;    
}

.menu a:hover {
    text-decoration: underline;
}
.header_con {
    min-height: 150px;
    display: flex;
    align-items: center;
    background-image: url(contact.png);
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position:top;
    background-repeat: no-repeat;    
}
.header_hours {
    min-height: 150px;
    display: flex;
    align-items: center;
    background-image: url(hours.png);
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position:top;
    background-repeat: no-repeat;    
}
.header_about {
    min-height: 150px;
    display: flex;
    align-items: center;
    background-image: url(about.png);
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position:top;
    background-repeat: no-repeat;    
}
.header {
    background-color:#F2dace;
    min-height: 150px;
    display: flex;
    align-items: center;
    background-image: url(index.png);
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position:top;
    background-repeat: no-repeat;    
}
.header p {
    padding-left: 30px;
    font-size: 40px;
    color: rgb(255, 255, 255);
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}
.titulo {
    font-family: Arial, Helvetica, sans-serif;
    color:white;
    padding: 0px 2px 0px 0px;
}
.content{
    background-image: url(banner.png);
    background-color: #FEF4E8;
    min-height: 300px;
    padding: 60px 100px 20px;
    color: #ffffff;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);    
}
.content h1 {
    max-width: 600px;
    font-size: 45px;
}
.content h2 {
    max-width: 600px;
}
.content p {
    max-width: 400px;
    font-size: 18px;
}

.content_about {
    background-image: url(banner_c.png);
    min-height: 300px;
    padding: 60px 100px 20px;
    color: #ffffff;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);    
}
.content_about h2 {
    max-width: 300px;
    font-size: 32px;
}
.content_about p {
    max-width: 600px;
    font-size: 18px;
    text-align: justify;
}

.content_hour {
    background-image: url(hours_dog.png);
    min-height: 400px;
}
.img {
    padding: 30px 1px 1px 1px;
}
.footer {
    background-color: #86D4De;
    min-height: 100px;
    padding-left: 100px;
    color: rgb(50, 90, 120);
    padding-inline-end: 0%;
}
.footer blockquote{
    text-align: center;
    padding-top:0px;
}
.footer-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(6, auto);
    gap: 10x;
    padding-top:10px;
    line-height: 0.8;    
}

.footer-grid div {
    padding: 10px 0px 0px 0px;
    border-radius: 3px;
    text-align: left;
}

.footer-grid h3 {
    margin-top: 0;
}

.footer-grid ul {
    list-style: none;
    padding: 0;
}

.footer-grid ul li {
    margin-bottom: 10px;
}

.footer-grid a {
    color: #000;
    text-decoration: none;
}

.footer-grid form {
    display: flex;
    flex-direction: column;
}

table {
    font-family: Arial, Helvetica, sans-serif;
    -webkit-box-shadow: 12px 14px 6px 5px rgba(0,0,0,0.24);
    box-shadow: 12px 14px 6px 5px rgba(0,0,0,0.20);
    border: solid 0px gray; 
    padding: 30px 0px 0px;
}

table thead th {
    background-color: #00B5c3;
    color: white;
    font-size: 20px;
    padding: 10px 30px 10px 30px;
}

table tbody td {
    font-size: 15px;
    padding: 10px 30px 10px 30px;
    color: rgb(50, 90, 120);
}

table tbody tr:nth-child(even){
    background-color: #f1f1f1;
   
}
table tbody tr:hover td {
    background-color: #e9e9e9;
    cursor: pointer;
}

.content_hour blockquote {
    padding: 0px 0px 0px 0px;
    color: rgb(50, 90, 120);
    font-size: 20px;
    
}
.content_cont{
    display: flex; 
    font-family: Arial, Helvetica, sans-serif;
    background-image: url(banner_c.png);
    min-height: 400px;
    padding: 20px 20px 20px;
    color: #ffffff;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);  
}
.column {
    flex: 1;
}
fieldset
{
  width:300px;
  height:280px;
}

#formulario input.campo_email
{
  left:95px;
  margin-top:2px;
  width:223px;
}

#formulario input.campo_nome
{
  left:95px;
  margin-top:2px;
  width:225px;
}

#formulario input.campo_assunto
{
  left:95px;
  margin-top:2px;
  width:210px;
}