*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}


header{
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: black;
    background-color:  white;
}


.tamanho {
    width: 210px;
    height: 210px;
}
.menu-hamburger{
    width: 100%;
    display: flex;
    justify-content: center;

}

.menu-hamburguer-elements{
    display: flex;
    width: 80%;
    height: 8vh;
    justify-content: space-around;
    align-items: center;
    border-radius: 10px;
    margin-top: -50px;
    
}

.menu-hamburguer-elements li{
    list-style: none;
    font-size: 1.4rem;
    margin: .9rem 0;
    font-size: 1.4rem;
    margin-top: 50px;
}

.menu-hamburguer-elements a{
    color: black;
    text-decoration: none;
    font-weight: bold;
    
}

.menu-hamburguer-elements a:hover{
    color: red;
}


/* BOTﾃグ MENU HAMBURGUER */
.menu {
    background-color:white;
    width: 60px;
    height: 60px;
    margin: 1rem 1rem;
    border-radius: 5px;
    cursor: pointer;
    display: none;
    
}
  
.hamburguer {
    position: relative;
    display: block;
    background: black;
    width: 30px;
    height: 2px;
    top: 29px;
    left: 15px;
    transition: 0.5s ease-in-out;
}
  
.hamburguer:before,
.hamburguer:after {
    background: black;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: 0.5s ease-in-out;
}
  
.hamburguer:before {
    top: -10px;
}
  
.hamburguer:after {
    bottom: -10px;
}
  
.m-hamburguer {
    display: none;
}

/* rotaﾃｧﾃ｣o dos elementos do span */
.m-hamburguer:checked ~ label .hamburguer {
    transform: rotate(45deg);
}

.m-hamburguer:checked ~ label .hamburguer:before {
    transform: rotate(90deg);
    top: 0;
}
  
.m-hamburguer:checked ~ label .hamburguer:after {
    transform: rotate(90deg);
    bottom: 0;
}

.m-hamburguer:checked ~ .menu-hamburguer-elements{
    left: 0;
}




/* ATIVANDO O BOTﾃグ HAMBURGUER QUANDO O TAMANHO DA TELA ATINGIR 600PX */
@media only screen and (max-width: 600px){
    
    header{
        height: 100%;
    }
    .show {
        display: none;
    }
    
    .menu-hamburguer-elements a{
    color: #FFFFFF;

    
}

    .menu-hamburguer-elements{
        width: 60%;
        height: 100%;
        background-color: #000000;
        opacity:0.8;
        position: absolute;
        left: -60%;
        top: -120px;
        
        transition: left cubic-bezier(1,0,0,1) .2s ;
        
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        padding-top: 5vh;
        z-index: -1;
    }

    .menu-hamburguer-elements a:hover{
        color: grey;
        
    }
    
    .menu-hamburger{
        display: flex;
        width: auto;
        flex-direction: column;
        align-self: flex-start;
        overflow: auto;
        z-index: 1;
        color: black;
        margin-left: 300px;
    }



    .menu{
        display: flex;
        height: 60px;
        width: 60px;
        
    }

}



.banner-head {
    display: flex;
    height: 50px ;
    align-items: center;
    background-color: rgb(255,255,255);
}

.banner {
    display: flex;
    height: 320px ;
    align-items: center;
    padding: 0 25vw;
    background-color: #000000;
}

.banner .title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial;
    font-size: 1.9rem;
    width: 800px;
    font-weight: bold;
    text-align: center;
    padding: 100 25vw;
    color: #f9f9f9;
    position: relative;
    transform: translate(0,-20%);
}

.banner .btn-banner {
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    font-family: arial;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    color: #f9f9f9;
    background-color: rgb(219, 84, 90);
    cursor: pointer;
    width: 250px;
    height: 58px;
    margin-top: 220px;
    margin-left: 15%;
    text-decoration: none;
  
}


.banner .btn-banner:hover{
    background-color: #f9f9f9;
    color: #000000;
}

.whatsapp-button {
  display: inline-block;
  width: 70px; /* Ajuste o tamanho conforme necessário */
  height: 70px; /* Ajuste o tamanho conforme necessário */
  background-color: #25d366; /* Cor de fundo do WhatsApp */
  border-radius: 50%; /* Para criar a forma de círculo */
  text-align: center;
  line-height: 60px; /* Centralizar verticalmente */
  position: fixed; /* Posição fixa para que o botão fique flutuando */
  bottom: 20px; /* Distância da parte inferior */
  right: 20px; /* Distância da direita */
  z-index: 1000; /* Para garantir que o botão esteja sempre na parte superior */
  align-items: center;
}

.whatsapp-button img {
  width: 55px; /* Ajuste o tamanho do ícone conforme necessário */
  align-self: center;
  margin-top: 5px;
  margin-left: 3px;

}




.banner-gallery{
    display: flex;
    height: 70px ;
    background-color: #e8e8e8;
}



.gallery-container{
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    justify-content: space-evenly;
    gap: 2.5vw;
    padding: 0 6.5vw;
    background-color: #e8e8e8;
}


.gallery-items{
    width: 300px;
    height: 360px;
    flex-grow: .5;
    transition: transform .2s linear;



}

.gallery-items img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
    border-radius: 8px;



}

.gallery-items:hover{
    transform: scale(1.1);
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    overflow: hidden;

} 

.banner-head01{
    height: 50px;

}

section {
        width: 300px;
        height: 300px;
        display: grid;
        place-items: center;
        align-content: center;
}


.js .anime:nth-of-type(1) {
    opacity: 0;
    transform: translate3D(100px, -20px, 0px) rotate(180deg);
}

.js .anime-init:nth-of-type(1) {
    opacity: 1;
    transform: translate3D(380px, -20px, 0px) rotate(0deg);
    transition: 2.0s all ease;

}


.js .anime:nth-of-type(2) {
    opacity: 0;
    transform: translate3D(560px, -20px, 0px) rotate(180deg);
}

.js .anime-init:nth-of-type(2) {
    opacity: 1;
    transform: translate3D(380px, -20px, 0px) rotate(0deg);
    transition: 2.0s all ease;

}

.js .anime:nth-of-type(3) {
    opacity: 0;
    transform: translate3D(100px, -20px, 0px) rotate(180deg);
}

.js .anime-init:nth-of-type(3) {
    opacity: 1;
    transform: translate3D(380px, -20px, 0px) rotate(0deg);
    transition: 2.0s all ease;
}

.js .anime:nth-of-type(4) {
    opacity: 0;
    transform: translate3D(00px, 1650px, 0px) rotate(180deg);

}

.js .anime-init:nth-of-type(4) {
    opacity: 1;
    transform: translate3D(120px, 1650px, 0px) rotate(0deg);
    transition: 2.0s all ease;

}

.js .anime:nth-of-type(5) {
    opacity: 0;
    transform: translate3D(-70px, 1410px, 0px);

}

.js .anime-init:nth-of-type(5) {
    opacity: 1;
    transform: translate3D(-50px, 1410px, 0px);
    transition: 2.0s all ease;

}

.banner-texto01{
    height: 150px;
    margin-top: 40px;
}

.banner-texto02{
    height: 150px;
    margin-top: 40px;
}
.banner-texto03{
    height: 150px;
    margin-top: 40px;
}

.banner-texto01 .texto01titulo {
    font-weight: bold;
    font-size: 20px;
    font-family: Arial, sans-serif;
    margin-left: 850px;
}

.banner-texto01 .texto01{
    font-weight: normal;
    font-size: 18px;
    width: 400px;
    font-family: Arial, sans-serif;
    margin-left: 850px;
    padding: 10 20px;
}

.banner-texto02 .texto02titulo {
    font-weight: bold;
    font-size: 20px;
    font-family: Arial, sans-serif;
    margin-left: 370px;


}
.banner-texto02 .texto02{
    font-weight: normal;
    font-size: 18px;
    width: 400px;
    height: 190px;
    font-family: Arial, sans-serif;
    margin-left: 110px;
    text-align: right;
    padding: 10 20px;
    
}

.banner-texto03 .texto03titulo {
    font-weight: bold;
    font-size: 20px;
    font-family: Arial, sans-serif;
    margin-left: 850px;

}
.banner-texto03 .texto03{
    font-weight: normal;
    font-size: 18px;
    width: 450px;
    font-family: Arial, sans-serif;
    margin-left: 850px;
    padding: 10 20px;
}

/*.banner-head01{
    height: 20px;
}
*/


.sec-formulario {
    height: 700px;
    background-color: #e8e8e8;
    align-items: self-end;
    margin-top: 100px;
}

.sec-formulario .formulario {

    margin-left: 750px;
    background-color: #e8e8e8;
    font-weight: normal;
    font-size: 16px;
    font-family: sans-serif;

}

.sec-formulario .formulario .textoformulario {
    width: 475px;
    height: 50px;
    border-width: 0px;
    border-radius: 5px;
   
}

.sec-formulario .formulario .textoformulariomensagem {
    width: 475px;
    height: 80px;
    border-width: 0px;
    border-radius: 5px;
}

.sec-formulario .formulario .btn-enviar {
    width: 475px;
    height: 58px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: #f9f9f9;
    background-color: rgb(219, 84, 90);
    border-width: 0px;

}

.sec-formulario .formulario .btn-enviar:hover {
    color: black;
    background-color: #f9f9f9;


}


.presente {
    height: 350px;
 
 
}

.presente .alo-presente01 {
    text-align: center;
    text-size: 13px;
    width: 300px;
    height: 300px;
    transform: translate(150px, 50px);
 
}

.presente .alo-presente02 {
    text-align: center;
    width: 300px;
    height: 300px;
    transform: translate(550px, -250px);
}

.presente .alo-presente03 {
    text-align: center;
    width: 300px;
    height: 300px;
    transform: translate(950px, -550px);
}

.presente .titulo-texto-jobs {
    text-align: center;
    font-weight: 400px;
    font-size: 30px;
    font-family: "Roboto", sans-serif;
    font-style: normal; 

}

.presente .texto-jobs {
    text-align: center;
    font-size: 22px;
    font-family: "Roboto", sans-serif;

}


footer{ 
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    font-style: italic;
    background-color: #000000;
    margin-top:-30px;
    z-index: 1px;
    
}


/* Importing Google font - Open Sans */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
}

.footer {
  height: 380px;
  background: #000000;

}

.footer .footer-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  padding: 60px;
}

.footer-row .footer-col h4 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 200;
}

.footer-col .links {
  margin-top: 20px;
}

.footer-col .links li {
  list-style: none;
  margin-bottom: 10px;
}

.footer-col .links li a {
  text-decoration: none;
  color: #bfbfbf;
}

.footer-col .links li a:hover {
  color: #fff;
}

.footer-col p {
  margin: 20px 0;
  color: #bfbfbf;
  max-width: 300px;
}

.footer-col form {
  display: flex;
  gap: 5px;
}

.footer-col input {
  height: 40px;
  border-radius: 6px;
  background: none;
  width: 100%;
  outline: none;
  border: 1px solid #7489C6 ;
  caret-color: #fff;
  color: #fff;
  padding-left: 10px;
}

.footer-col input::placeholder {
  color: #ccc;
}

 .footer-col form button {
  background: #fff;
  outline: none;
  border: none;
  padding: 10px 15px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 500;
  transition: 0.2s ease;
}

.footer-col form button:hover {
  background: #cecccc;
}

.footer-col .icons {
  display: flex;
/*  margin-top: 30px;
  gap: 30px;*/
  cursor: pointer;

}

.footer-col .icons a {
  color: #afb6c7;
  text-decoration: none;


}

.footer-col .icons a:hover  {
  color: #fff;
}


@media only screen and (min-width: 601px) and (max-width: 1200px) {
    
footer{ 
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    font-style: italic;
    background-color: #000000;
    z-index: 1px;
    font-size: 16px;
    margin-top: 20px;
    
}


.tamanho2{
    height:580px;
    width: 500px;
}

.banner-texto01{
    height: 150px;
    margin-top: 60px;
}

.banner-texto02{
    height: 150px;
    margin-top: 60px;
}

.banner-texto03{
    height: 150px;
    margin-top: 60px;
}

.banner-texto01 .texto01titulo {
    font-weight: bold;
    font-size: 20px;
    font-family: Arial, sans-serif;
    margin-left: 20px;
}

.banner-texto01 .texto01{
    font-weight: normal;
    font-size: 18px;
    width: 350px;
    font-family: Arial, sans-serif;
    margin-left: 20px;
    padding: 10 20px;
}

.banner-texto02 .texto02titulo {
    font-weight: bold;
    font-size: 20px;
    font-family: Arial, sans-serif;
    margin-left: 20px;


}
.banner-texto02 .texto02 {
    font-weight: normal;
    font-size: 18px;
    width: 350px;
    font-family: Arial, sans-serif;
    margin-left: 20px;
    padding: 10 20px;
    text-align: left;
 
    
}

.banner-texto03 .texto03titulo {
    font-weight: bold;
    font-size: 20px;
    font-family: Arial, sans-serif;
    margin-left: 20px;

}

.banner-texto03 .texto03{
    font-weight: normal;
    font-size: 18px;
    width: 350px;
    font-family: Arial, sans-serif;
    margin-left: 20px;
    padding: 10 20px;
}

.presente {
    margin-right: 10px;
}

.presente .alo-presente01 {
    text-align: center;
    text-size: 13px;
    width: 250px;
    transform: translate(5px,200px);
}

.presente .alo-presente02 {
    text-align: center;
    width: 250px;
    transform: translate(250px,-100px);
}

.presente .alo-presente03 {
    text-align: center;
    width: 250px;
    transform: translate(500px,-400px);
 
}

.presente .titulo-texto-jobs {
    text-align: center;
    font-weight: 400px;
    font-size: 30px;
    font-family: "Roboto", sans-serif;
    font-style: normal; 

}

.presente .texto-jobs {
    text-align: left;
    font-size: 22px;
    font-family: "Roboto", sans-serif;




}

.js .anime:nth-of-type(1) {
    opacity: 0;
    transform: translate3D(100px, 80px, 0px) rotate(180deg);
}

.js .anime-init:nth-of-type(1) {
    opacity: 1;
    transform: translate3D(380px, 80px, 0px) rotate(0deg);
    transition: 2.0s all ease;

}


.js .anime:nth-of-type(2) {
    opacity: 0;
    transform: translate3D(560px, 100px, 0px) rotate(180deg);
}

.js .anime-init:nth-of-type(2) {
    opacity: 1;
    transform: translate3D(380px, 100px, 0px) rotate(0deg);
    transition: 2.0s all ease;

}

.js .anime:nth-of-type(3) {
    opacity: 0;
    transform: translate3D(100px, 130px, 0px) rotate(180deg);
}

.js .anime-init:nth-of-type(3) {
    opacity: 1;
    transform: translate3D(380px, 130px, 0px) rotate(0deg);
    transition: 2.0s all ease;
}

.js .anime:nth-of-type(4) {
    opacity: 0;
}

.js .anime-init:nth-of-type(4) {
    opacity: 1;
    transform: translate3D(480px, 2680px, 0px) rotate(0deg);

}

.js .anime:nth-of-type(5) {
    opacity: 0;
}

.js .anime-init:nth-of-type(5) {
    opacity: 0;
}


}

@media only screen and (min-width: 601px) and (max-width: 1200px) {



.footer {
    position: relative;
    bottom: 0;
    left: 0;
    transform: none;
    width: 100%;
    height: 550px;
    
    
  }

  .footer .footer-row {
    padding: 20px;
    gap: 1rem;

  }

  .footer-col form {
    display: block;
  }

  .footer-col form :where(input, button) {
    width: 100%;
  }

  .footer-col form button {
    margin: 10px 0 0 0;
  }

.aparece-mobile{
    margin-right: 100px;
}

.banner .btn-banner {
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    font-family: arial;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    color: #f9f9f9;
    background-color: rgb(219, 84, 90);
    cursor: pointer;
    width: 250px;
    height: 58px;
    margin-top: 220px;
    margin-left: 12%;
  
}


.foto-adv{
    visibility: none;
}

.banner-texto01{
    height: 150px;
    margin-top: 60px;
}

.banner-texto02{
    height: 150px;
    margin-top: 60px;
}
.banner-texto03{
    height: 150px;
    margin-top: 60px;
}

.banner-texto01 .texto01titulo {
    font-weight: bold;
    font-size: 20px;
    font-family: Arial, sans-serif;
    margin-left: 10px;
    text-align: left;

}

.banner-texto01 .texto01{
    font-weight: normal;
    font-size: 18px;
    width: 350px;
    font-family: Arial, sans-serif;
    margin-left: 10px;
    padding: 10 20px;
    text-align: left;
}


.banner-texto02 .texto02titulo {
    font-weight: bold;
    font-size: 20px;
    font-family: Arial, sans-serif;
    margin-left: 10px;
    text-align: left;

}
.banner-texto02 .texto02 {
    font-weight: normal;
    font-size: 18px;
    width: 350px;
    font-family: Arial, sans-serif;
    margin-left: 10px;
    padding: 10 20px;
    text-align: left;
}

.banner-texto03 .texto03titulo {
    font-weight: bold;
    font-size: 20px;
    font-family: Arial, sans-serif;
    margin-left: 10px;
    text-align: left;
}

.banner-texto03 .texto03{
    font-weight: normal;
    font-size: 18px;
    width: 350px;
    font-family: Arial, sans-serif;
    margin-left: 10px;
    padding: 10 20px;
    text-align: left;

}

.presente {
   
}

.presente .alo-presente01 {
    text-align: center;
    text-size: 13px;
    width: 300px;
    transform: translate(5px,200px);
}

.presente .alo-presente02 {
    text-align: center;
    width: 300px;
    transform: translate(330px,-100px);
}

.presente .alo-presente03 {
    text-align: center;
    width: 300px;
    transform: translate(650px,-400px);
 
}

.presente .titulo-texto-jobs {
    text-align: center;
    font-weight: 400px;
    font-size: 30px;
    font-family: "Roboto", sans-serif;
    font-style: normal; 

}

.presente .texto-jobs {
    text-align: center;
    font-size: 22px;
    font-family: "Roboto", sans-serif;




}

}


@media only screen and (max-width: 1200px) {




.sec-formulario {
    height: 900px;
    background-color: #e8e8e8;
    align-items: self-end;
    margin-top: 500px;

}

.sec-formulario .formulario {
    margin-top: 500px;
    margin-left: 20px;
    background-color: #e8e8e8;
    font-weight: normal;
    font-size: 16px;
    font-family: sans-serif;
    left:70%;

}


@media only screen and (min-width:360px) and (max-width: 600px) {

footer{
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -40px;
    color: #FFFFFF;
    font-style: italic;
    background-color: #000000;
    z-index: 1px;
    font-size: 8px;
    margin-top: -50px;
}


.show {
    display: none;
}

.footer {
    position: relative;
    bottom: 0;
    left: 0;
    transform: none;
    width: 100%;
    height: 900px;
    border-radius: 0;
  }

.footer-col p {
    margin-left: -30px;
}

.footer-col h4 {
    margin-left: -30px;
}

.footer-col .links {
    margin-left: -30px;
}
.footer-col .icons{
    margin-left: -30px;
}
.footer-col form {
    margin-left: -30px;
}

.sec-formulario {
    height: 750px;
    background-color: #e8e8e8;
    align-items: self-end;
    margin-top: 200px;
}

.sec-formulario .formulario {


    background-color: #e8e8e8;
    font-weight: normal;
    font-size: 16px;
    font-family: sans-serif;
    margin-top: 100px;

}

.sec-formulario .formulario .textoformulario {
    width: 320px;
    height: 50px;
    border-width: 0px;
    border-radius: 5px;
    margin-left: 5px;
   
}

.sec-formulario .formulario .textoformulariomensagem {
    width: 320px;
    height: 80px;
    border-width: 0px;
    border-radius: 5px;
    margin-left: 5px;
}


.sec-formulario .formulario .btn-enviar {
    width: 320px;
    height: 58px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: #f9f9f9;
    background-color: rgb(219, 84, 90);
    border-width: 0px;
    margin-left: 5px;

}

.lblform{
    margin-left: 5px;
}

.banner-texto01{
    height: 150px;
    margin-top: 60px;
}

.banner-texto02{
    height: 150px;
    margin-top: 60px;
}

.banner-texto03{
    height: 250px;
    margin-top: 60px;
}

.banner-texto01 .texto01titulo {
    font-weight: bold;
    font-size: 20px;
    font-family: Arial, sans-serif;
    margin-left: 5px;
}

.banner-texto01 .texto01{
    font-weight: normal;
    font-size: 18px;
    width: 320px;
    font-family: Arial, sans-serif;
    margin-left: 5px;
    padding: 10 20px;
}

.banner-texto02 .texto02titulo {
    font-weight: bold;
    font-size: 20px;
    font-family: Arial, sans-serif;
    margin-left: 5px;


}
.banner-texto02 .texto02 {
    font-weight: normal;
    font-size: 18px;
    width: 320px;
    font-family: Arial, sans-serif;
    margin-left: 5px;
    padding: 10 20px;
    text-align: left;
 
    
}

.banner-texto03 .texto03titulo {
    font-weight: bold;
    font-size: 20px;
    font-family: Arial, sans-serif;
    margin-left: 5px;

}

.banner-texto03 .texto03{
    font-weight: normal;
    font-size: 18px;
    width: 320px;
    font-family: Arial, sans-serif;
    margin-left: 5px;
    padding: 10 20px;
}


.banner .btn-banner {
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    font-family: arial;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    color: #f9f9f9;
    background-color: rgb(219, 84, 90);
    cursor: pointer;
    width: 250px;
    height: 58px;
    margin-top: 220px;
    margin-left: -5%;
  
}

.presente {
    display: block;
    height: 720px;
    
}

.presente .alo-presente01 {
    text-align: center;
    text-size: 13px;
    width: 300px;
    height: 300px;
    transform: translate(60px, 0px);
    
}

.presente .alo-presente02 {
    text-align: center;
    width: 300px;
    height: 300px;
    transform: translate(60px, 0px);
}

.presente .alo-presente03 {
    text-align: center;
    width: 300px;
    height: 300px;
    transform: translate(60px, 0px);

}

.presente .titulo-texto-jobs {
    text-align: center;
    font-weight: 400px;
    font-size: 30px;
    font-family: "Roboto", sans-serif;
    font-style: normal; 

}

.presente .texto-jobs {
    text-align: center;
    font-size: 22px;
    font-family: "Roboto", sans-serif;


}

    .menu-hamburger{
        display: flex;
        width: auto;
        flex-direction: column;
        align-self: flex-start;
        overflow: auto;
        z-index: 1;
        color: black;
        margin-left: 300px;
    }

}


 