/* reset css */ 

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* geral */ 
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&display=swap');

*{
    font-family: "Dosis", serif;  
}
body::-webkit-scrollbar {
  width: 8px;              
}

body::-webkit-scrollbar-track {
  background: #011B28;
}

body::-webkit-scrollbar-thumb {
  background-color: white;
  border-radius: 0px;
}
body{
  background: #011A28;
}


/* 1º dobra */

#hero{
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color:hsla(198,90%,4%,1);
  background-image:
  radial-gradient(at 40% 20%, hsla(198,90%,4%,1) 0px, transparent 50%),
  radial-gradient(at 80% 0%, hsla(200,95%,8%,1) 0px, transparent 50%),
  radial-gradient(at 0% 50%, hsla(200,94%,20%,1) 0px, transparent 50%),
  radial-gradient(at 80% 50%, hsla(200,94%,20%,1) 0px, transparent 50%),
  radial-gradient(at 0% 100%, hsla(198,96%,40%,1) 0px, transparent 50%),
  radial-gradient(at 80% 100%, hsla(172,90%,72%,1) 0px, transparent 50%),
  radial-gradient(at 0% 0%, hsla(198,95%,46%,1) 0px, transparent 50%);
  animation: degrade 7s ease infinite;
  background-size: 200% 200%;
  overflow-x: hidden;
}
#hero::before {
  content: "";
  position: absolute;
  bottom: 10% ;
  left: -30px;
  width: 300px;
  height: 162px;
  background: url('/assets/rota.svg') center/cover no-repeat;
  opacity: 0.25;
  animation: fadeIn-seta 2.5s ease-in forwards;
}
#hero::after {
  content: "";
  position: absolute;
  top: 10%;
  right: 0px;
  transform:  scale(-1, -1);
  width: 300px;
  height: 162px;
  background: url('/assets/rota.svg') center/cover no-repeat;
  opacity: 0.25;
  animation: fadeIn-seta 2.5s ease-in forwards;
}
#hero .container{
    width: 700px;
    height: 95vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;

    z-index: 1;
}
.bg2{
  width: 100%;
  height: 100%;
position: absolute;
  mix-blend-mode: multiply;
  pointer-events: none;
  background-image: url('/assets/bg-hero.webp');
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.75; 
  filter: grayscale(100%);
  z-index: 0;
}
#hero #logo{
    width: 200px;
}
#hero h1 {
    text-align: center;
    font-size: 64px;
    color: white;
    font-family: "Dosis", serif;
    font-weight: 700;
    position: relative;
    display: inline-block;
    z-index: 100;
}
#hero h1::after {
    content: '';
    position: absolute;
    right: 20;
    bottom: 0px;
    width: 200px;
    height: 60px;
    background-image: url('/assets/arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    animation: fadeIn 2.5s ease-in forwards;
}

#hero h2{
    text-align: center;
    font-size: 24px;
    color: white;
    font-family: "Dosis", serif; 
    font-weight: 400; 
}

button {
  background: rgb(5,164,234);
  background: linear-gradient(90deg, rgba(5,164,234,1) 0%, rgba(121,248,233,1) 100%);
  color: #011B28;
  font-family: inherit;
  padding: 0.35em;
  padding-left: 1.2em;
  font-size: 18px;
  font-weight: 500;
  border-radius: 0.9em;
  border: none;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  box-shadow: inset 0 0 1.6em -0.6em #79f8e9;
  overflow: hidden;
  position: relative;
  height: 2.8em;
  padding-right: 3.3em;
  cursor: pointer;
  font-family: "Dosis", serif;  
  text-transform: uppercase;
  font-weight: 700;
  animation: pulse 2s infinite ease-in-out;
  
}
button .icon {
  background: #011B28;
  margin-left: 1em;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.2em;
  width: 2.2em;
  border-radius: 0.7em;
  box-shadow: 0.1em 0.1em 0.6em 0.2em #79f8e9;
  right: 0.3em;
  transition: all 0.3s;
}
button:hover .icon {
  width: calc(100% - 0.6em);
}
  
button .icon svg {
  width: 1.1em;
  transition: transform 0.3s;
  color: #79f8e9;
}
  
button:hover .icon svg {
  transform: translateX(0.1em);
}
  
button:active .icon {
  transform: scale(0.95);
}

#hero span{
  font-size: 14px;
  color: white;
  font-family: "Dosis", serif;  
  text-transform: uppercase;
  letter-spacing: 1px;
}  
#hero span img{
   width: 18px;
   height: 18px;
   margin-bottom: -2px;
} 

.marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  background-color: #02344F;
  padding: 16px 0;
  position: relative;
  display: flex;

}
.marquee-content {
  display: flex;
  white-space: nowrap;
  animation: marquee 10s linear infinite;
  min-width: 200%;
}

.marquee-content span {
  font-size: 18px;
  color: white;
  font-weight: 400;
  letter-spacing: 2px;
  font-family: "Dosis", serif;  
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0px 
  46px;
}

.marquee-content span::before{
  content: url('/assets/icon.png');
  max-width: 16px  !important;
  max-height: 16px !important;
  margin-top: -16px !Important;
}

/* dobra 2 */ 
#dobra2 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}


.imagem {
  flex: 1;
  max-width: 40%;
  z-index: 2;
}

.imagem img {
  width: 90%;
  height: auto;
  display: block;
  z-index: 2;
}

.texto {
  flex: 1;
}

/* dobra 2 */ 
#dobra2 {

  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;

  width: 100%;
}

.imagem {
  flex: 1;
  max-width: 40%;
  z-index: 2;
  margin-left: 60px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.imagem img {
  width: 90%;
  height: auto;
  display: block;
  z-index: 2;
}

.texto {
  flex: 1;
  max-width: 60%;
  margin-right: 10%;
  margin-right: 60px;
  margin-top: 60px;
  margin-bottom: 60px;
}

 .texto h3 {
  text-align: left;
  font-size: 32px;
  color: white;
  font-family: "Dosis", serif; 
  font-weight: 700; 
}
#dobra2 .texto h3::after {
  content: '';
  position: absolute;
  right: 24px;
  top: 24px;
  width: 270px;
  height: 60px;
  background-image: url('/assets/arrow-dobra2.svg');
  background-size: contain;
  background-repeat: no-repeat;
  animation: fadeIn 2.5s ease-in forwards;
}

.texto p {
  font-size: 20px;
  line-height: 1.5;
  color: white;
  font-family: "Dosis", serif; 
  font-weight: 400; 
  margin-bottom: 16px;
}
.texto p span{
  font-size: 20px;
  line-height: 1.5;
  color: #047FB4;
  font-family: "Dosis", serif; 
  font-weight: 700; 
  text-transform: normal;
}

/* Responsivo */
@media (max-width: 768px) {
  #dobra2 {
      flex-direction: column;
      text-align: center;
  }

  .imagem, .texto {
      max-width: 100%;
  }
}

/* animacao */ 
.fade-in {
  opacity: 0;
  animation: fadeIn 1.5s ease-in forwards;
}

@keyframes degrade{
  0%, 100%{
      background-position: 0% 0%;
  }
  50%{
      background-position: 60% 60%;
  }
}
@keyframes fadeIn {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}

@keyframes fadeIn-seta {
  from {
      opacity: 0;
  }
  to {
      opacity: 0.25;
  }
}
@keyframes marquee {
  from {
      transform: translateX(0);
  }
  to {
      transform: translateX(-50%);
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.9);
  } 
  50% {
    transform: scale(1);
    box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
  } 
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
  }
}
