/* 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);

}
*/

/*BOTAO CHAMADA*/
header div.chamada a{
  font-size: max(16px, 1.2vw);
  color: #FFFFFF;
  text-decoration: none;
  padding: 10px 30px;
  border-radius: 50px;
  font-weight: 600;
  background: linear-gradient(rgb(114,161,194) 0%,rgba(114, 114, 114, 1) 45%,rgb(50, 70, 85) 65%);

  display: inline-block;

  animation-name: HeaderHA-MoverParaCima;
  animation-duration: 3s;
  animation-delay: 1s;
  animation-timing-function: ease-out;  
  animation-fill-mode: backwards;
  transition: .3s ease-in-out;
}

header div.chamada a:hover{
  opacity: .8;
}

/*ELEMENTOS HEADER*/
header{
    max-width: 100%;
    height: 91vh;
    background: linear-gradient( rgba(212, 210, 210, 0.585), rgba(0, 0, 0, 0.3) ) ,url('../Imagens/PresentationG.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 #000000 ;
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: #ffffff;
  text-shadow:4px 4px 6px #0D0D0D ;
  font-weight: 500;

  
  animation-name: HeaderHA-MoverParaCima;
  animation-duration: 2s;
  animation-timing-function: ease-out;
}



/* Carosel Edit*/

div.carousel-item{
    width: 100%;
    height: 85vh;
}

div.carousel-item img{
    max-width: 100%;
    max-height: 100%;
}

body{
    background-color: #FFFFFF;
}

/* Section Projects*/

section.Projects h2{
  font-family: "Righteous", sans-serif;
  font-weight: 780;
  font-size: 2rem;

  margin-top: 80px;
  margin-left: 150px;
  margin-bottom: 10px;

}

section.Projects h3{
  font-family: "Righteous", sans-serif;
  font-weight: 300;
  font-size: 2rem;
  color: #0D0D0D;
  margin-top: 70px;
  margin-bottom: 30px;
  text-align: center;
  text-shadow:  1px 1px 2px #737373 ;

}

section.Projects h5{
  font-size: 1.6rem;
  
}

p{
  font-size: 1.2rem;
  margin-top: 15px;
}

section.Projects ul.pagination{
  margin-top: 100px;
}

div.card{
  margin-bottom: 60px ;
}

div#carouselExampleFade{
  margin-bottom: 100px;
}
/*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);
  
}

.pagination {
            display: flex;
            list-style: none;
            padding: 0;
            justify-content: center;
            align-items: center;
            margin-bottom: 35px;
        }
        .pagination li {
            margin: 0 5px;
        }
        .pagination a {
            text-decoration: none;
            padding: 8px 12px;
            color: #0D0D0D;
            border: 1px solid #ddd;
            border-radius: 4px;
        }
        .pagination a:hover {
            background-color: #f0f0f0;
        }
        .pagination .active a {
            background-color: #0D0D0D;
            color: white;
            pointer-events: none;
        }


        section.Projects button#carousel-control-prev{
          color: #000000;
          background-color: #000000;
        }