/* 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; }

/* 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(20px, 2.5vw);
  

}

h2{
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-shadow:4px 4px 6px #000000 ;
  font-size: max(20px, 2.5vw);
}

h3{
  font-family: "Ubuntu", sans-serif;
  font-weight: 350;
  font-style: normal;
  text-shadow:4px 4px 6px #000000 ;
  font-size: max(10px, 1.2vw);

}

header div.chamada a:hover{
  opacity: .8;
}

/*ELEMENTOS HEADER*/
header{
    max-width: 100%;
    height: 70vh;
    background: linear-gradient( rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2) ) ,url('../Imagens/TheCompanyHeaderG.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    
    
}

/*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;
   
}

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: #F2F2F2;
font-size: 110%;
text-shadow:  4px 6px 10px #000000 ;
padding-bottom: 10px;
transition: .3s ease-out ;
}

header nav#Nav-Esq ul#Menu-principal li a:hover{
border-bottom: 1px solid #ffffff;
opacity: .7;
}

/* 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{
  color: #FFFFFF;
  text-shadow:4px 4px 6px #000000 ;

  animation-name: HeaderH1-MoverParaDireita;
  animation-duration: 2s;
  animation-timing-function: ease-out;
}

header div.chamada h2{
  color: #FFFFFF;

  animation-name: HeaderH2-MoverParaEsquerda;
  animation-duration: 2.5s;
  animation-delay: 0.5s;
  animation-timing-function: ease-out;  
  animation-fill-mode: backwards;

  margin-bottom: 55px;
}

/*SECTION ABOUT US*/
section.AboutUs{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-top: 5px solid #363636;
  border-bottom: 5px solid #363636;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 60px;

  background-color: #54c7c3;
}

section.AboutUs div.AboutUs-mestre{
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-bottom: 10px;
}

section.AboutUs div.AboutUs-mestre div.AboutUs-texto{
  max-width: 800px;
  text-align:justify;
  line-height: 2;
  margin-bottom: 10px;
}

section.AboutUs div.AboutUs-mestre div.AboutUs-texto p{
 font-family: "PT Serif", serif;
  font-weight: 400;
  width: 95%;
  margin: auto;
  color: #FFFFFF;
  text-shadow: 2px 2px 5px #000000;
  font-size: max(16px, 1vw);
}

section.AboutUs div.AboutUs-mestre div.AboutUs-texto p.Slogan{
  margin-top: 10px;
   font-size: max(22px, 1.8vw);
   text-align: center;
   text-shadow:  4px 6px 10px #0D0D0D ;
}

section.AboutUs div.AboutUs-mestre div.AboutUs-img{
  margin-top: 150px;
  margin-right: 20px;  
  max-width: 800px;
  max-height: 500px;
}

section.AboutUs div.AboutUs-mestre div.AboutUs-img img{
  max-width: 100%;
  
}

/*SECTION  MILESTONES*/
section.Milestons{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 10px;
  margin-bottom: 80px;
  margin-top: 80px;

}

section.Milestons h5{
  margin-bottom: 50px;
  max-width: 950px;
  text-align: center;
  color: #404040;
   font-size: max(10px, 1.2vw);
}

section.Milestons h4{
  max-width: 950px;
  text-align: center;
  color: #404040;
  font-size: max(20px, 2.5vw);
}

section.Milestons div.AboutUs-mestre{
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-bottom: 20px;
}

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 p{
  width: 100%;
  margin: auto;
  color: #404040;
  font-size: max(16px, 1.vw);
  line-height: 2;
  font-family: "Marcellus", serif;
  font-weight: 550;
}

/*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);
  
}