/* 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(15px, 1.3vw);
}

/*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: 98vh;
    background: linear-gradient( rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3) ) ,url('../Imagens/ServicesG.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: 2rem;
}

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: 100px;
   color: #FFFFFF;
  text-shadow:4px 4px 6px #000000 ;
  font-weight: 500;

  animation-name: HeaderHA-MoverParaCima;
  animation-duration: 2s;
  animation-timing-function: ease-out;
}

/* SECAO SERVICES*/
section.InfoMain{
  background: linear-gradient( rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9) ) ,url('../Imagens/InfoMainG.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;

  border-top: 10px solid #0D0D0D;
  border-bottom:10px solid #0D0D0D;
  position: relative;
  padding-left: 100px;
  width: 100%;
  height: 175vh;
  display: flex;
  flex-direction: column;
  text-align: left;
}

section.InfoMain div.Info1{
  margin-top: 35px;
  margin-bottom: 10px;

}

section.InfoMain div.Info2{
  margin-top: 5px;
  margin-bottom: 5px;

}

section.InfoMain div.Info3{
  margin-top: 5px;
  margin-bottom: 5px;

}

section.InfoMain div.Info4{
  margin-top: 5px;
  margin-bottom: 5px;

}

section.InfoMain div.Info5{
  margin-top: 5px;
  margin-bottom: 5px;

}

section.InfoMain div.Info6{
  margin-top: 5px;
  margin-bottom: 5px;

}

section.InfoMain div.Info7{
  margin-top: 5px;
  margin-bottom: 5px;

}

section.InfoMain div.Info8{
  margin-top: 5px;
  margin-bottom: 5px;

}

section.InfoMain div.Info9{
  margin-top: 5px;
  margin-bottom: 5px;

}

section.InfoMain div.Info10{
  margin-top: 5px;
  margin-bottom: 5px;

}

section.InfoMain div.Info11{
  margin-top: 5px;
  margin-bottom: 5px;

}

section.InfoMain div.Info12{
  margin-top: 5px;
  margin-bottom: 5px;

}

section.InfoMain div.Info13{
  margin-top: 5px;
  margin-bottom: 5px;

}

section.InfoMain div.Info14{
  margin-top: 5px;
  margin-bottom: 5px;
}

section.InfoMain div.Info16{
  margin-top: 5px;
  margin-bottom: 5px;

}

section.InfoMain div.Info17{
 margin-top: 5px;
  margin-bottom: 5px;
}

section.InfoMain div.Info18{
  margin-top: 5px;
  margin-bottom: 5px;
}

section.InfoMain h2{
  color: #eeb927;
}

section.InfoMain p{
  color: #D9A404;
  text-shadow:10px 10px 12px #000000 ;
  font-size: max(10px, 1vw);
  line-height: 10px;
  font-family: "Marcellus", serif;
  margin-top: 15px;
}

/*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);
  
}


/*SECCAO LAST TOUCH*/
section.LasTouch{
  width: 100%;
  /*height: 30vh;*/
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-top: 135px;
  align-items: center;
  margin-bottom: 100px;
}

section.LasTouch div.LasTouchTin{
  width: 71%;
}

section.LasTouch div.LasTouchTin p{
  font-family: "Poiret One", sans-serif;
  font-weight:550 ;

  color: #404040;
  font-size: max(09px, 1.3vw);
  text-align: center;

}

section.LasTouch div.LasTouchSlo{
  margin-top: 20px;
}

section.LasTouch div.LasTouchSlo h3{
  font-family: "Righteous", sans-serif;
  font-weight: 350 ;

  color: #404040;
  font-size: max(33px, 1.5vw);
  text-align: center;

}


