
<style>
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@900&family=Libre+Franklin:wght@500&display=swap');
* {
  box-sizing: border-box;
  font-family: 'Libre Franklin', sans-serif;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: scroll; 

}

body {
  overflow: scroll; 
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 98%;
  width: 95%;
  margin-top: 0px;
  margin-left: 1px;
  margin-right: 2px;
  font-family: 'Libre Franklin', sans-serif;
  background-image: url("../imagens/backgroundv1.jpg");
  background-position: 20% 30%;
  border-radius: 10px;

}

/* estilo do topo da página */

.header {
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  
}
.navbar {
  overflow: hidden;
  background-color: #FFFFFF;
  border-radius: 10px;
  border:  1px solid red;
  padding-top: 0px;
  color: black;

}

.navbar a {
  float: left;
  font-size: 14px;
  color: black;
  text-align: center;
  padding: 12px 14px;
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 14px;  
  border: none;
  outline: none;
  color: black;
  padding: 12px 14px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: red;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 12px 18px 0px rgba(0,0,0,0.5);
  z-index: 8;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
  z-index: 8;
}

/* Style the content */
.content {
  box-sizing: border-box;
  width: auto;
  height: auto;
  text-align: center;
  text-justify: inter-word;
  background-color: rgba(255,255,255,0.7);
  padding: 10px;
  border-radius: 10px;
}





.row {
  display: flex;

}

/* colunas do topo da pagina */
.column {
  flex: 33.3%;
  padding-left: 10px;
  height: auto; 
}

.column2 {
  flex: 10%;
  padding-right: 10px;
  height: auto; 
  vertical-align: text-bottom;
  text-align: right;
  padding-top: 30px;
}



.grid-container {

display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
}



.text-1 {
  width: 50%;
  max-width: 200px; 
}

/* Style the footer */
.footer {
  background-color: rgb(255, 255, 255);
  padding: 2px;
  text-align: justify;
  border-radius: 10px;

}




h2 {
  font-family: 'Libre Franklin', sans-serif;
  text-shadow: 1px 1px 2px white, 0 0 25px red, 0 0 5px darkred;
  text-justify: inter-word;
  color: #990000;

  }
h3 {
  text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
  color: white;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 300px;
  background-color: rgba(255,0,0,0.6);
  text-justify: inter-word;
}
h4 {
  text-shadow: 1px 1px 2px white, 0 0 25px red, 0 0 5px darkred;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
  text-justify: inter-word;
  color: #990000;
  width: 300px;
  }

text-1{
  font-family: 'Libre Franklin', sans-serif;
  text-shadow: 1px 1px 2px white, 0 0 25px red, 0 0 5px darkred;
  max-width: 200px;
  text-align: justify;
  color: black;  
  text-justify: inter-word;

  }

img{
max-width: 100%;
max-width: 100%;
object-fit: contain;

}
.quemsou {
    height: 500px;
    width: 500px;
}
::-webkit-scrollbar {
width: 12px;
height: 12px;
color: #ff0000;
}

::-webkit-scrollbar-track {
border: 1px #6DA6A4;
border-radius: 10px;
}

::-webkit-scrollbar-thumb {
background: #661A00;  
border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
background: #1B2C2B;  
}

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

#fade p {
    animation: fadein 3s;
    -moz-animation: fadein 3s; /* Firefox */
    -webkit-animation: fadein 3s; /* Safari and Chrome */
    -o-animation: fadein 3s; /* Opera */
}


.imgbox{
  display: top; 
  align-items: center;
  height: 150px;
  width: 100%;
  margin-left: -10px;
  margin-top: -10px;
  background-position: top center;
  background-size: cover; 
  border-radius: 10px;
  box-shadow: 0px 6px 9px 0px rgba(0,0,0,0.5);
}


#img1{
  position: absolute;
  z-index: 3;
  -webkit-animation: slideshow 15s linear -1s infinite;
  -moz-animation: slideshow 15s linear -1s infinite;
  -ms-animation: slideshow 15s linear -1s infinite;
  -o-animation: slideshow 15s linear -1s infinite;
  animation: slideshow 15s linear -1s infinite;
  animation-timing-function: ease-in-out;
}

#img2{
  position: absolute;
  z-index: 2;
  -webkit-animation: slideshow 15s linear 5-s infinite;
  -moz-animation: slideshow 15s linear -5s infinite;
  -ms-animation: slideshow 15s linear -5s infinite;
  -o-animation: slideshow 15s linear -5s infinite;
  animation: slideshow 15s linear -5s infinite;
  animation-timing-function: ease-in-out;
}

#img3{
  position: absolute;
  z-index: 1;
  -webkit-animation: slideshow 15s linear -10s infinite;
  -moz-animation: slideshow 15s linear -10s infinite;
  -ms-animation: slideshow 15s linear -10s infinite;
  -o-animation: slideshow 15s linear -10s infinite;
  animation: slideshow 15s linear -10s infinite;
  animation-timing-function: ease-in-out;
}

.imgbox2 {

  align-items: center;
  height: 390px;
  width: 100%;
  margin-left: -10px;
  margin-top: -15px;
  background-position: top center;
  background-size: cover; 
  border-radius: 10px;
  box-shadow: 0px 6px 9px 0px rgba(0,0,0,0.5);
  display: block;

}

#img4{
  position: absolute;
  z-index: 2;
  -webkit-animation: slideshow 15s linear -1s infinite;
  -moz-animation: slideshow 15s linear -1s infinite;
  -ms-animation: slideshow 15s linear -1s infinite;
  -o-animation: slideshow 15s linear -1s infinite;
  animation: slideshow 15s linear -1s infinite;
  animation-timing-function: ease-in-out;
}

#img5{
  position: absolute;
  z-index: 1;
  -webkit-animation: slideshow 15s linear 5-s infinite;
  -moz-animation: slideshow 15s linear -5s infinite;
  -ms-animation: slideshow 15s linear -5s infinite;
  -o-animation: slideshow 15s linear -5s infinite;
  animation: slideshow 15s linear -5s infinite;
  animation-timing-function: ease-in-out;
}

#img6{
  position: absolute;
  z-index: 0;
  -webkit-animation: slideshow 15s linear -10s infinite;
  -moz-animation: slideshow 15s linear -10s infinite;
  -ms-animation: slideshow 15s linear -10s infinite;
  -o-animation: slideshow 15s linear -10s infinite;
  animation: slideshow 15s linear -10s infinite;
  animation-timing-function: ease-in-out;
}


@-webkit-keyframes slideshow {
   0% {opacity: 0;}
    20% {opacity: 1;}
    33% {opacity: 1;}
    53% {opacity: 0;}
    100% {opacity: 0;}
}
@-moz-keyframes slideshow {
    0% {opacity: 0;}
    20% {opacity: 1;}
    33% {opacity: 1;}
    53% {opacity: 0;}
    100% {opacity: 0;}
}
@-ms-keyframes slideshow {
    0% {opacity: 0;}
    20% {opacity: 1;}
    33% {opacity: 1;}
    53% {opacity: 0;}
    100% {opacity: 0;}
}
@-o-keyframes slideshow {
    0% {opacity: 0;}
    20% {opacity: 1;}
    33% {opacity: 1;}
    53% {opacity: 0;}
    100% {opacity: 0;}
}
@keyframes slideshow {
   0% {opacity: 0;}
    20% {opacity: 1;}
    33% {opacity: 1;}
    53% {opacity: 0;}
    100% {opacity: 0;}
}



.animatexto {
  text-decoration: none;
  color: inherit;
  font-size: 28px;
  


}

.animatextop {

  z-index: 8;
  font-weight: 700;
  text-align: center;
  margin-top: 40px;
  font-size: 4.5vw;
  font-family: 'Libre Franklin', sans-serif;
  text-transform: uppercase;
  background: linear-gradient(90deg, #33ffff, #000, #33ffff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-repeat: no-repeat;
  background-size: 83%;
  animation: shine 7s linear infinite;
  position: absolute;

}

@keyframes shine {
  0% { opacity: 0;  background-position-x: -500%;}
  20% { opacity: 1; background-position-x: -250%;}
  80% { opacity: 1; background-position-x: 250%;}
  100% {opacity: 1; background-position-x: 550%;}
}




</style>