/* Color Theme Swatches in Hex */
.Tabela-de-cor-01-trabalho-de-inovacao-1-hex { color: #000000; }
.Tabela-de-cor-01-trabalho-de-inovacao-2-hex { color: #9C9489; }
.Tabela-de-cor-01-trabalho-de-inovacao-3-hex { color: #FFFFFF; }
.Tabela-de-cor-01-trabalho-de-inovacao-4-hex { color: #E8A19D; }
.Tabela-de-cor-01-trabalho-de-inovacao-5-hex { color: #2167A8; }

/* Color Theme Swatches in Hex */
.Moonshot-Pictures-1-hex { color: #0D0D0D; }
.Moonshot-Pictures-2-hex { color: #404040; }
.Moonshot-Pictures-3-hex { color: #737373; }
.Moonshot-Pictures-4-hex { color: #BFBFBF; }
.Moonshot-Pictures-5-hex { color: #F2F2F2; }

/* Color Theme Swatches in Hex */
.PROJECT-SAORI-1-hex { color: #594A3C; }
.PROJECT-SAORI-2-hex { color: #8C7764; }
.PROJECT-SAORI-3-hex { color: #BFAB99; }
.PROJECT-SAORI-4-hex { color: #D9C6BA; }
.PROJECT-SAORI-5-hex { color: #F2E4DC; }

/* Color Theme Swatches in Hex */
.Dourado-1-hex { color: #D9A404; }
.Dourado-2-hex { color: #D98E04; }
.Dourado-3-hex { color: #A65D03; }
.Dourado-4-hex { color: #BF4904; }
.Dourado-5-hex { color: #F2F2F2; }



/*Primeira Serif*/
.pt-serif-regular {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: normal;
}

.pt-serif-bold {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-style: normal;
}

.pt-serif-regular-italic {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: italic;
}

.pt-serif-bold-italic {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-style: italic;
}

/*Terceira Alfa Slab*/
.alfa-slab-one-regular {
  font-family: "Alfa Slab One", serif;
  font-weight: 400;
  font-style: normal;
}

/* Quarta Concert One*/
.concert-one-regular {
  font-family: "Concert One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* Quinta Quatrocentos*/
.quattrocento-sans-regular {
  font-family: "Quattrocento Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.quattrocento-sans-bold {
  font-family: "Quattrocento Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.quattrocento-sans-regular-italic {
  font-family: "Quattrocento Sans", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.quattrocento-sans-bold-italic {
  font-family: "Quattrocento Sans", sans-serif;
  font-weight: 700;
  font-style: italic;
}

/*Sexta Ubunto */

.ubuntu-light {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.ubuntu-regular {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ubuntu-medium {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.ubuntu-bold {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.ubuntu-light-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.ubuntu-regular-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.ubuntu-medium-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.ubuntu-bold-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: italic;
}


/* Abril*/
.abril-fatface-regular {
  font-family: "Abril Fatface", serif;
  font-weight: 400;
  font-style: normal;
}

/* Poiret*/
.poiret-one-regular {
  font-family: "Poiret One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* Marcelus*/
.marcellus-regular {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
}

/* Righteous*/
.righteous-regular {
  font-family: "Righteous", sans-serif;
  font-weight: 400;
  font-style: normal;
}


*{ 
    padding: 0 ;
    margin: 0;
    box-sizing: border-box ;
}

::-webkit-scrollbar{
  display: none;
}

h1{
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: max(50px, 2.8vw);
  

}


h2{
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: max(20px, 2vw);
}

/*h3{
  font-family: "Ubuntu", sans-serif;
  font-weight: 350;
  font-style: normal;
  text-shadow:4px 4px 6px #000000 ;
  font-size: max(10px, 1.2vw);

}
*/

/*ELEMENTOS HEADER*/
header{
    max-width: 100%;
    height: 71vh;
    background: linear-gradient( rgba(255, 255, 255, 0.308), rgba(0, 0, 0, 0.2) ) ,url('../Imagens/ContactG.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    
    position: relative;
    
}

/*NAV BAR*/
header nav#Nav-Esq{
    width: 100%;
    
    height: 150px;
    display: flex;
    flex-flow: row;
    align-items: center;
}


header nav#Nav-Esq div#logo{
    padding-top:30px ;
    max-width: 350px;
    max-height: 350px;
    margin-left: 3rem;
}

header nav#Nav-Esq div#logo img{
    max-width: 100%;
    max-height: 100%;
}

/*Menu Hamburguer*/

header nav#Nav-Esq ul#Icon-Menu{
display: none;
}

header nav#Nav-Esq ul#Icon-Menu li{
    list-style: none;
}

header nav#Nav-Esq ul#Icon-Menu li ion-icon{
    font-size: 50px;
    color:#ffffff;
    margin-right: 2rem;
}

/* Menu Principal*/
header nav#Nav-Esq ul#Menu-principal{
margin-left: 5rem;
display: flex;
flex-flow: row wrap;
}

header nav#Nav-Esq ul#Menu-principal li{
list-style: none;
margin-right: 2rem;
}

header nav#Nav-Esq ul#Menu-principal li a{
text-decoration: none;
color: #FFFFFF;
font-size: 110%;
text-shadow:  4px 6px 10px #0D0D0D ;
padding-bottom: 10px;
transition: .3s ease-out ;
}

header nav#Nav-Esq ul#Menu-principal li a:hover{
border-bottom: 1px solid #ffffff;
opacity: .6;
}

/* Div Chamada*/

header div.chamada{
  position: absolute;
  width: 100%;
  height: 300px;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

header div.chamada h1{
  margin-top: 120px;
  color: #2c2c2c;
  text-shadow:4px 4px 6px #616161 ;
  font-weight: 500;

  animation-name: HeaderHA-MoverParaCima;
  animation-duration: 2s;
  animation-timing-function: ease-out;

}

/* SECAO FORMULARIO PARA MESSAGE*/
section.Formulario-Msg{
  display: flex;
  height: 120vh;
  background: #0D0D0D;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: "Marcellus", serif;
  padding-left: 1rem;
  padding-right: 1rem;
}



section.Formulario-Msg div.Formulario-Msg1 h1{
  font-size: 3rem;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 35px;
}

section.Formulario-Msg div.Formulario-Msg1 h2{
  font-size: 3rem;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.2;
}

h1 ::before{
  content: 📧;
  display: block;
}

h2 ::before{
  content: 😇;
  display: block;
}

.Form{
  width: 100%;
  max-width: 512px;
  font-size: 1.125rem;
}

.Form label,
.Form input,
.Form textarea,
.Form button{
  display: block;
  width: 512px;
}

.Form label{
  color: #FFFFFF;
  line-height: 1;
  margin-bottom: 0.5rem;
  
}

.Form input,
.Form textarea{
  font: inherit;
  padding: 0.8rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 8px;
  transition: border-color, box-shadow 0.2s;
}

.Form textarea{
  min-height: 13rem;
  resize: vertical;
}

.Form input:hover,
.Form input:focus,
.Form textarea:hover,
.Form textarea:focus{
  outline: none;
  border-color: #737373;
  box-shadow: 0 0 0 1.8px #9C9489;
}

.Form button{
  display: block;
  padding: 1rem;
  background: #737373;
  color: #FFFFFF;
  font: inherit;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.2s;
}

.Form button:hover,
.Form button:focus{
  outline: none;
  background: #9C9489;
}

/*SECTION  CALL US*/
section.Milestons{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  margin-top: 25px;

}

section.Milestons h4{
  max-width: 950px;
  text-align: center;
  color: #404040;
  font-size: 2.2rem;
  margin-bottom: 25px;
}

section.Milestons div.AboutUs-mestre{
  width: 30%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-bottom: 20px;
  border-top:  2px solid #0D0D0D;
  padding-top: 10px;
}

section.Milestons h5{
  max-width: 950px;
  text-align: center;
  color: #404040;
  font-size: 1.7rem;
  margin-top: 3px;
  margin-bottom: 25px;
}

section.Milestons div.AboutUs-mestre div.AboutUs-texto p{
  line-height: 1px;
}

section.Milestons div.AboutUs-mestre div.AboutUs-texto{
  max-width: 100%;
  text-align: center;
  line-height: 2;
  margin-bottom: 20px;
}

section.Milestons div.AboutUs-mestre div.AboutUs-texto a{
  width: 100%;
  margin: auto;
  color: #404040;
  font-size: 1.3rem;
  line-height: 25px;
  font-family: "Marcellus", serif;
  font-weight: 250;
  text-decoration: none;
}

section.Milestons div.AboutUs-mestre div.AboutUs-texto a:hover{
  opacity: .7;
  border-bottom: 2px solid #404040;
}

/*ELEMENTOS DO FOOTER*/

footer{
  width: 100%;
  /*background: #737373;*/
  background: linear-gradient(rgb(191, 191, 191, 1) 0%,rgba(114, 114, 114, 1) 45%,rgb(63, 63, 63, 1) 65%);
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

footer div.Footer-Menu{
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

footer div.Footer-Menu div.Logo-footer{
   width: 350px;
  height: 350px;
  padding-top: 20px ;
  padding-bottom: 20px;
  cursor: pointer;
}

footer div.Footer-Menu div.Logo-footer img{
  max-width: 100%;
}

footer div.Footer-Menu div.Footer-info{
  width: 70%;
  margin-bottom: 30px;
  margin-left: 25px;
  padding-top: 20px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
}

footer div.Footer-Menu div.Footer-info nav.Nav-footer ul{
  display: flex;
  flex-direction: column;

}

footer div.Footer-Menu div.Footer-info nav.Nav-footer ul li{
  list-style: none;
  margin-bottom: 15px;

}

footer div.Footer-Menu div.Footer-info nav.Nav-footer ul li a{
  text-decoration: none;
  color: #0D0D0D;
  font-size: 110%;
  font-family: "Quattrocento Sans", sans-serif;

  transition: .3s ease-out;
}

footer div.Footer-Menu div.Footer-info nav.Nav-footer ul li a:hover{
  border-bottom: 1px solid #ffffff;
  opacity: .6;
}

footer span.Autorais{
  font-family: "PT Serif", serif;
  font-size: max(14px, .8vw);
  
}
