<style type="text/css">
<!--
body {
   margin: 0;
   background-color: #2f2f4f;
   min-height: 100vh;
}

#header {
   width: 100%;
   border-color: black;
   background-color: #0000ff;
   text-align: left;
   padding-top: 0px; 

.dog4 {
 hight: 100%;
}
/* Resize images */
.dog4 img {
    width: 230px;
    height: 100%;
} 

.dog3 {
 hight: 100%;
}
/* Resize images */
.dog3 img {
   width: 230px; 
    height: 100%;
} 

 img {
       width: 30%;
       max-width: 90%;
       margin-top: 10px; 
      transition: all ease-in-out 1s
    }

  img:hover {
      transform: scale(3.0);
      transition: all ease-in-out 1s
    }

}

#left {
    width: 35%;
    display: inline-block;
    float:left;
    top: 250px;

.tipo1 {
    font-family: edosz;
    color: #000000;
    font-size: 22px;
   font-family: Arial, Helvetica, sans-serif;
   line-height: 1.5;
}

.tipo2 {
    font-family: finger;
    color: #000000;
    font-size: 26px;
   font-family: Arial, Helvetica, sans-serif;
}

.tipo3 {
    font-family: finger;
    color: #000000;
    font-size: 28px;
   font-family: Arial, Helvetica, sans-serif;
}

.tipo4 {
    font-family: finger;
    color: #000000;
    font-size: 46px;
   font-family: Arial, Helvetica, sans-serif;
}

.dog1 {
 hight: 100%;
 width: 100%;
}
/* Resize images */
.dog1 img {
    width: 300px;
    height: auto;
}
}

#right {
    width: 65%;
    display: inline-block;
    float:left;

.dog {
 hight: 100%;
 width: 100%;
}
/* Resize images */
.dog img {
    width: 100%;
    height: auto;
}

.dogA {
 hight: 100%;
}
/* Resize images */
.dogA img {
   width: 50px; 
    height: auto;
} 

.dogB {
 hight: 100%;
}
/* Resize images */
.dogB img {
   width: 90px; 
    height: auto;
} 

.tipo5 {
    font-family: finger;
    color: #000000;
    font-size: 20px;
   font-family: Arial, Helvetica, sans-serif;
}

.tipo6 {
    font-family: finger;
    color: #000000;
    font-size: 30px;
   font-family: Arial, Helvetica, sans-serif;
}

.tipo7 {
    font-family: finger;
    color: #ffffff;
    font-size: 18px;
   font-family: Arial, Helvetica, sans-serif;
}
}

#esquerda {
    width: 50%;
    display: inline-block;
    float:left;
    top: 250px;

#direita {
    width: 50%;
    display: inline-block;
    float:left;
}
}

div.nav-box {
   border: 0px solid #000000;
   padding: 5px;
}

div.nav-box1 {
   border: 0px solid #000000;
   padding: 0px;
}

div.nav-header {
   background-color: #ffffee;
   height: 28px;
   font-size: 22px;
   padding: 3px 0 0 5px;
   font-family: "MyCustomFont", sans-serif;
   color: black;
}



div.nav-body {
   margin-top: 5px;
   text-align: left;
}

div.center-body {
   padding: 10px;
   background-color: #F2F2F2;
}

.footer {
   margin-top: auto;
   height: 50px; /* the footer's total height */
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: #2f2f4f;
   color: white;
   text-align: left;
   font-size: 16px;
   font-family: Arial, Helvetica, sans-serif;
   padding: 5px;

.tipo5 {
    font-family: edosz;
    color: #ffffff;
    font-size: 14px;
   font-family: Arial, Helvetica, sans-serif;
   line-height: 1.5;
}

}

.container-video-texto {
    display: flex; /* Ativa o Flexbox */
    align-items: top; /* Alinha verticalmente no centro */
    gap: 10px; /* Cria um espaço entre o vídeo e o texto */

}

.item-video, .item-texto {
    flex: 1; /* Faz com que ambos ocupem 50% da largura */
}

/* Garante que o vídeo seja responsivo */
video {
    width: 90%;
    height: auto;
}

video1 {
    margin-right: 50px;
    margin-left: 50px;
    width: 70%;
    height: auto;
}

#area
{
  position:relative;
  left:37%;
  top:10em;
  width:320px;
  height:270px;
}
#area #formulario
{
  position:absolute;
  display:block;
}


fieldset
{
  background-color:#A7C0DC;
  width:300px;
  height:250px;
}
legend
{
  font-weight:bold;
  font-family: "Segoe UI","Arial","Times New Roman";
}
#formulario label
{
  position:absolute;
  left:19px;
  margin-right:5px;
}
#formulario input.campo_nome
{
  background-color:#f1ff00;
  position:absolute;
  left:95px;
  top:23px;
  width:225px;
}
#formulario input.campo_email
{
  background-color:#f1ff00;
  position:absolute;
  left:95px;
  margin-top:2px;
  width:225px;
}
#formulario textarea.msg
{
  position:absolute;
  background-color:#f1ff00;
}

#formulario input.btn_submit
{
  border-style:dashed;
  position:absolute;
  bottom: 0.5em;
  right:10px;
  background-color:#f1ff00;
}

-->
</style>