* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
}
html,
body {
  height: 100%;
  user-select: none;
}
::-webkit-scrollbar{
	width: 8px;
}
::-webkit-scrollbar-track{
	background-color: #060606;
}
::-webkit-scrollbar-thumb{
	background-color: #bf062e;
	border-radius: 5px;
}
/*HEADER*/
header {
  background-image: url(../imagens/fundo4.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
}
.titulo-txt {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.titulo-txt h1 {
  font-size: 60px;
  font-family: "Fjalla One", sans-serif;
}
.line-titulo {
  background-color: white;
  width: 100%;
  height: 2px;
  margin: auto;
}
.titulo-txt h3 {
  padding-top: 8px;
  font-family: 'Open Sans', sans-serif;

}
.titulo-txt h1::after {
  content: "|";
  margin-left: 5px;
  opacity: 1;
  animation: pisca 0.7s infinite;
}
@keyframes pisca {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
/*Menu*/

.menu-desktop{
  width: 69%;
  max-width: 1200px;
  background-color: rgba(0, 0, 0, 0.604);
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffffe0;
  backdrop-filter: blur(5px); /* Aplica o efeito de desfoque */
  height: 60px;
  position: absolute;
  top: calc(100% - 30px);
  left: 50%;
  transform: translate(-50%,-50%);
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
 li {
  list-style-type: none;
}
 a{
  color: #ffffff;
  text-decoration: none;
  padding: 5px 30px;
  position: relative;
  font-family: 'Oswald', sans-serif;
  font-size: 1.1rem;
}
.menu-mobile-img{
  display: none;
}
.menu-mobile{
  display: none;
}
.menu-desktop a::before{
  content: '';
  width: 0%;
  height: 2px;
  background-color: #bf062e;
  transition: 650ms;
  position: absolute;
  bottom: 0;
  left: 0px;
}
.menu-desktop a::after{
  content: '';
  width: 0%;
  height: 2px;
  background-color: #bf062e;
  transition: 650ms;
  position: absolute;
  top: 0;
  right: 0px;
}
.menu-desktop a::before::before{
  content: '';
  width: 100%;
  height: 30px;
  display: block;
  background-color: red;
}
.menu-desktop a:hover::before{
  width: 100%;
}
.menu-desktop a:hover::after{
  width: 100%;
}
/*Perfil*/
#Perfil{
  width: 100%;
  background-image: url(../imagens/perfil2.jpg);
  background-position: bottom;
  background-size: cover;
}
.perfil{
  width: 70%;
  margin: 0px auto;
  padding: 30px 0;
  text-align: center;
  color: #ffffff;
}
.perfil h2, .perfil span{
  font-size: 2rem;
  font-family: 'Amaranth', sans-serif;
}
.perfil-info{
 padding: 30px 0;
}
.perfil-info p{
  width: 80%;
  margin: auto;
  font-size: 1.2rem;
  padding-top: 30px;
  font-family: 'Open Sans', sans-serif;
}

h4{
  padding: 20px 0;
}
input[type=button] {
  width: 209.609px;
  height: 44px;
  padding: 10px 48px;
  outline: rgb(250, 250, 250) none 0px;
  border: 0px none rgb(250, 250, 250);
  border-radius: 5px;
  box-shadow: rgb(43, 45, 66) 0px 0px 4px 0px;
  background: #bf062e none repeat scroll 0% 0% / auto padding-box border-box;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  font-size: 1rem;
  color: white;
  font-family: 'Open Sans', sans-serif;
  
}
  input[type=button]:hover{
  width: 241.609px;
  padding: 10px 64px;
  outline: rgb(6, 214, 160) none 0px;
  border: 0px none rgb(6, 214, 160);
  border-radius: 5px;
  box-shadow: rgba(43, 45, 66, 0.57) 0px 0px 4px 0px;
  background: #bf062eb1 none repeat scroll 0% 0% / auto padding-box border-box;
  transition: all 0.3s ease 0s;
  color: white;
  
}
/*EDUCAÇÃO*/
#Educacao{
  width: 100%;
  min-height: 30%;
  background-image: url(../imagens/exp.jpg);
  background-size: cover;
  background-position: center;

}
.educacao{
  text-align: center;
  padding: 50px 0;
}
.educacao h1{
  padding-bottom: 60px;
  font-size: 2rem;
  color: white;
  font-family: 'Amaranth', sans-serif;
}
.educacao-box{
  width: 90%;
  padding: 0 2%;
  max-width: 900px;
  margin: auto;
  height: 300px;
  display: flex;
  justify-content: space-between;
}
.educacao-single{
  width: 29%;
  height: 100%;
  max-width: 270px;
  background-image: url(../imagens/html.jpg);
  background-size: cover;
  background-position: bottom;
  color: #ffffff;
  border-radius: 10px;
  position: relative;
  -webkit-box-shadow: -5px 9px 10px 3px rgba(0,0,0,0.61); 
  box-shadow: -5px 9px 10px 3px rgba(0,0,0,0.61);
}
.educacao-single1{
  width: 29%;
  height: 100%;
  max-width: 270px;
  color: #ffffff;
  border-radius: 10px;
  position: relative;
  -webkit-box-shadow: -5px 9px 10px 3px rgba(0,0,0,0.61); 
  box-shadow: -5px 9px 10px 3px rgba(0,0,0,0.61);
  background-image: url(../imagens/html2.jpg);
  background-size: cover;
  background-position: bottom;
}
.educacao-single2{
  width: 29%;
  height: 100%;
  max-width: 270px;
  color: #ffffff;
  border-radius: 10px;
  position: relative;
  -webkit-box-shadow: -5px 9px 10px 3px rgba(0,0,0,0.61); 
  box-shadow: -5px 9px 10px 3px rgba(0,0,0,0.61);
  background-image: url(../imagens/html3.jpg);
  background-size: cover;
  background-position: bottom;
}
.educacao-single-top{
  width: 100%;
  height: 100%;
  max-width: 270px;
  background-color: #bf062ef2;
  position: absolute;
  top: -30px;
  left: 30px;
  border-radius:4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 2%;
  color: #ffffff;
  -webkit-box-shadow: -5px 9px 10px 3px rgba(0,0,0,0.61); 
  box-shadow: -5px 9px 10px 3px rgba(0,0,0,0.61);
  outline: transparent;
  transition: 400ms linear;
}
.educacao-single-top img{
  height: 64px;
}
.educacao-text{
  height: 40%;
  padding: 10px 0;
}
.educacao-single-top h3{
  font-size: 1.3rem;
  font-family: 'Open Sans', sans-serif;
}
.educacao-single-top h2{
  font-size: 1rem;
  font-weight: normal;
  font-style: italic;
  font-family: 'Open Sans', sans-serif;
}
.educacao-li{
  text-align: left;
}
.educacao-li li{
  list-style-type: circle;
  font-size: 0.9rem;
  padding: 1px 0;
  font-family: 'Open Sans', sans-serif;
}
.educacao-single-top:hover{
  outline: 2px solid #bf062e;
  outline-offset: 5px;
  border: 0px;
}
/*experiencia*/
#Experiencias{
  width: 100%;
  background-image: url(../imagens/exp1.jpg);
  background-size: cover;
  background-position: center;
  color: white;
}
.experiencia{
  width: 100%;
  padding: 30px 2%;
}
.experiencia-container{
  display: flex;
  width: 100%;
  height: 400px;
  max-width: 1280px;
  margin: auto;
  padding: 10px 0;
}
.img-experiencia{
  width: 35%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.img-experiencia img{
 height: 100%;
 max-height: 350px;
}
.experiencia h1{
  color: white;
  font-size: 2rem;
  text-align: center;
  padding: 30px 0;
  font-family: 'Amaranth', sans-serif;
}
.desenho-container{
  width: 15%;
  height: 100%;
  position: relative;
}
.desenho-box{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ball-container{
  position: relative;
}
.linha{
  width: 100%;
  height: 3px;
  background-color: #bf062e;
  position: absolute;
  top: 50%;
  left: 100%;
}
.ball{
  width: 55px;
  border: 2px solid #bf062e;
  height: 50px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(255, 255, 255);
}
.ball img{
  width: 32px;
  height: 32px;
}
.traco{
  width: 3px;
  height: 70px;
  background-color: #bf062e;
}
.texto-experiencia{
  width: 50%;
  height: 100%;
  display:flex;
  flex-direction: column;
}
.prof1,
.prof2,
.prof3{
  width: 100%;
  height: 33.3%;
  padding: 10px 2%;

  border-left: 2px solid transparent;
}
.prof1:hover,
.prof2:hover,
.prof3:hover{
  border-left: 2px solid #bf062e;
  transition: 650ms;
}
.texto-experiencia h2{
  font-size: 1.1rem;
  font-family: 'Open Sans', sans-serif;
}
.texto-experiencia h3{
  font-size: 1rem;
  font-style: italic;
  font-family: 'Open Sans', sans-serif;
}
.texto-experiencia h4{
  font-size: 0.9rem;
  font-weight: normal;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
}
.texto-experiencia p{
  margin: 6px 0;
  font-size: 0.9rem;
  font-family: 'Open Sans', sans-serif;
}
/*habilidades*/
#Habilidades{
  width: 100%;
  background-image: url(../imagens/habilidades.jpg);
  background-position: top;
  background-size: cover;
}
.habilidades h1{
  color: #ffffff;
  font-size: 2rem;
  text-align: center;
  padding: 30px 0;
  font-family: 'Amaranth', sans-serif;
}
.hc-container{
  width: 100%;
  margin: auto;
  display: flex;
  max-width: 1100px;
  text-align: center;
  padding: 20px 2%;
}
.cursos-container{
  width: 50%;
}
.habilidades h4{
  font-size: 1.3rem;
  color: #ffffff;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
}
.habilidades-container{
  width: 50%;
}
.cursos,
.habilidade{
  width: 80%;
  max-width: 260px;
  height: 220px;
  margin: auto;
  position: relative;
}
.cursos-single,
.habilidades-single{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-color: #bf062ebd;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  padding: 5px 5px;
  border: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  opacity: 0;
  -webkit-box-shadow: 5px 8px 0px -2px rgba(255,255,255,0.25); 
  box-shadow: 5px 8px 0px -2px rgba(255,255,255,0.25);
  color: white;
}
.img-cursos,
.img-habilidades{
  padding: 10px 0px;
}
.titulo-curso,
.titulo-habilidade{
  padding: 10px 0;
}
.descrisao-cursos,
.descrisao-habilidades{
  padding: 10px 2%;
  width: 100%;
  border: 1px solid #ffffff;
  border-bottom-left-radius: 15px;
  border-top-right-radius: 15px;
}
.descrisao-cursos p,
.descrisao-habilidades p{
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9rem;
}
.star-cursos{
  padding: 10px 0;
  background-color: #b4f1b2;
  border-bottom-left-radius: 14px;
  border: 1px solid #0d131c;
}
.bullets,
.bullet{
  width: 60%;
  margin: 25px auto;
  display: flex;
  justify-content: center;
}
.bullets-single,
.bullet-single{
  width: 20px;
  height: 20px;
  border-radius: 10px;
  margin-right: 8px;
  background-color: #ffffff;
  cursor: pointer;
  border: 1px solid #0d131c;
}
.active-bullet{
	background-color:#bf062e;
  border: 1px solid #060606;
}
/*footer*/

footer{
	width: 100%;
	background-image: url(../imagens/footer.png);
  background-size: cover;
  background-position: top;
}
.Contact{
  padding-top: 30px;
}
footer h1{
  color: #ffffff;
  font-size: 2rem;
  text-align: center;
  font-family: 'Amaranth', sans-serif;
}
.ContactBox{
  width: 49%;
  max-width: 400px;
  color: white;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  padding:  0 2% ;
}
.img{
  padding: 10px 0;
  text-align: center;
}
.img img{
  width: 75%;
  max-width: 350px;
}
.ContactText{
  width: 100%;
  height: 70%;
}
.ContactText h4{
  font-size: 1.2rem ;
  font-family: 'Oswald', sans-serif;
}
.ContactText p{
  font-size: 1rem;
}
.RedesSociais{
  width: 100%;
  display: flex;
  justify-content: center;
}
.RedesSociais a{
  display: block;
  padding: 0px 10px;
}
.RedesSociais img:hover{
	transform: scale(1.1,1.1);
	transition: 650ms;
}
/*Formulário*/
.formulario-box{
  width: 100%;
  margin: auto;
  max-width: 1100px;
  padding: 30px 2%;
  display: flex;
  justify-content: space-between;
  align-items: top; 
}
.formulario h6,
.ContactBox h6{
  color: white;
  font-size: 1.5rem;
  text-align: left;
  padding: 20px 0;
  font-family: 'Oswald', sans-serif;
}
.formulario{
  width:49%;
  margin: auto;
  max-width: 400px;
  border-radius: 5px;
}
form{
  width: 100%;
  padding: 10px 2%;
  margin: auto;
  background-color: rgba(32, 32, 32, 0.598);
  border: 3px solid #6f071d;
  outline-offset: 8px;
  outline: 3px solid #bf062e;
}
.form-group,
.form-row,
.col{
  width: 100%;
  position: relative;
}
.col input{
  width: 100%;
  height: 48px;
  border: 0;
  border-bottom: 1px solid #bf062e;
  background-color: transparent;
  padding-left: 10px;
  margin: 20px 0px;
  font-size: 1rem;
  outline: none;
  color: white;
}
label{
  color: white;
  position: absolute;
  top: 35px;
  left: 0;
  transition: 100ms;
  font-size: 1rem;
}
.col input:focus~label,
.col input:valid~label{
  top: 0px;
  font-size: 0.9rem;
}
.form-group textarea{
  width: 100%;
  height: 150px;
  resize: none;
  padding: 10px;
  outline: none;
  border-radius: 5px;
  margin: 10px 0;
  border: 1px solid #63cc95;
  font-size: 1rem;
}
button{
  width: 50%;
  margin: 10px auto;
  display: block;
  height: 44px;
  padding: 10px 48px;
  outline: rgb(250, 250, 250) none 0px;
  border: 0px none rgb(250, 250, 250);
  border-radius: 5px;
  box-shadow: rgb(43, 45, 66) 0px 0px 4px 0px;
  background: #bf062e none repeat scroll 0% 0% / auto padding-box border-box;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  font-size: 1rem;
  color: white;
  font-family: 'Open Sans', sans-serif;
}
button:hover{
  width: 100%;
  padding: 10px 64px;
  outline: rgb(6, 214, 160) none 0px;
  border: 0px none rgb(6, 214, 160);
  border-radius: 5px;
  box-shadow: rgba(43, 45, 66, 0.57) 0px 0px 4px 0px;
  background: #bf062eb1 none repeat scroll 0% 0% / auto padding-box border-box;
  transition: all 0.3s ease 0s;
  color: white;
}
.direitos{
	color: #ffffff;
	padding: 10px 0;
	text-align: center;
	font-size: 12px;
	background-color: #bf062ebd;
}
.scroll-top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 30px;
  z-index: 999;
  opacity: 0;
}
.scroll-top .ativo{
  opacity: 1;
}
.scroll-top img{
  width: 100%;
}
@media screen and (max-width: 1200px){
  .texto-experiencia{
    padding-left: 2%;
  }
}
@media screen and (max-width: 1032px){
  .menu-mobile-img{
    display: block;
    width: 40px;
    position: absolute;
    right: 2%;
    top: 30px;
    cursor: pointer;
  }
  .menu-mobile{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 28%;
    max-width: 170px;
    height: 100%;
    background-color: #0d131ce8;
    z-index: 999;
    position: relative;
    display: none;
  }
  .show{
    display: flex;
  }
  .hide{
    display: none;
  }
  .menu-mobile a{
    padding: 0px 10px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
  }
  .menu-mobile-single{
    display: flex;
    width: 100%;
    height: 100%;
    padding: 0 2%;
    text-align: center;
  }
  .perfil-info a{
    width: auto;
    display: block;
    text-align: center;
  }
  .menu-mobile-single:hover{
    background-color: #b4f1b27a;
  }
  .menu-desktop{
    display: none;
  }
}
@media screen and (max-width: 925px){
  .menu-mobile-img{
    display: block;
    width: 40px;
    position: absolute;
    right: 2%;
    top: 30px;
    cursor: pointer;
  }
  .menu-mobile{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
    max-width: none;
    height: 100%;
    background-color: #0d131ce8;
    z-index: 999;
    position: relative;
    display: none;
  }
  .prof2{
    margin: 15px 0;
  }
  .show{
    display: flex;
  }
  .hide{
    display: none;
  }
  .menu-mobile a{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
  }
  .menu-mobile-single img{
    padding: 0 15px;
  }
  .menu-mobile-single{
    display: flex;
    width: 100%;
    height: 100%;
    padding: 0 2%;
    text-align: center;
  }
  .perfil-info a{
    width: auto;
    display: block;
    text-align: center;
  }
  .menu-mobile-single:hover{
    background-color: #bf062e;
  }
  .menu-desktop{
    display: none;
  }
  .desenho-container{
    width: 20%;
  }
  .texto-experiencia{
    width: 80%;
    padding: 0 2%;
  }
  .img-experiencia{
    display: none;
  }
  .habilidades{
    width: 80%;
    margin: auto;
  }
}
@media screen and (max-width: 825px){
  .titulo-txt{
    width: 60%;
  }
  .line-titulo{
    width: 85%;
  }
  
}
@media screen and (max-width: 768px){
  .perfil{
    width: 100%;
    padding:  30px 2%;
  }
  .perfil-info{
   padding: 0px 0;
  }
  .perfil-info p{
    width: 90%;
  }
  .desenho-container{
    width: 25%;
  }
  .educacao-box{
    width: 90%;
    height: 420px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .educacao-single{
    width: 100%;
    max-width: 600px;
    margin-bottom: 40px;
  }
  .educacao-single1{
    width: 100%;
    max-width: 600px;
    margin-bottom: 40px;
  }
  .educacao-single2{
    width: 100%;
    height: 100%;
    max-width: 600px;
  }
  .educacao-single-top{
    width: 100%;
    height: 100%;
    max-width: 600px;
    top: -20px;
    left: 20px;
    flex-direction: row;
    justify-content: center;
    padding: 0px 2%;
  }
  .educacao-single-top img{
    width: 20%;
    max-width: 64px;
  }
  .educacao-text{
    width: 50%;
    height: auto;
    padding: 0px 0;
  }
  .educacao-li{
    width: 30%;
  }
  .educacao-li li{
    padding: 0px 0;
  }
  .texto-experiencia{
    width: 75%;
  }
  .habilidades{
    width: 90%;
    padding: 30px 2%;
  }
  .formulario-box{
    flex-direction: column;
  }
  .formulario{
    width:100%;
  }
  .ContactBox{
    width: 100%;
    margin: auto;
    max-width: 500px;
    padding: 0 2%;
    text-align: center;
  }
  .ContactBox h6,
  .formulario h6{
    text-align: center;
  }
  .RedesSociais{
    padding: 20px 0;
    justify-content: center;
  }
  .RedesSociais a{
    text-align: center;
  }

}
@media screen and (max-width: 692px) {
  .titulo-txt{
    width: 75%;
  }
  .line-titulo{
    width: 80%;
  }
  .menu-mobile a{
    padding: 0px;
  }
  .educacao-box{
    width: 100%;
    padding: 0 2%;
    height: auto;
    flex-direction: column;
  }
  .educacao-single{
    width: 100%;
    height: 100%;
    margin: auto;
    margin-bottom: 30px;
    max-width: 600px;
  }
  .educacao-single1{
    width: 100%;
    margin: auto;
    height: 100%;
    margin-bottom: 30px;
  }
  .educacao-single2{
    width: 100%;
    height: 100%;
  }
  .educacao-single-top{
    width:100%;
    padding: 10px 2%;
    position: relative;
    top: 0;
    left: 0;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
  }
  .educacao-text{
    width: 100%;
    padding: 10px 0;
  }
  .educacao-li{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
  }
  .educacao img{
    display: none;
  }
  .educacao-single-top:hover{
    outline: none;
  }
  .linha{
    width: 70%;
  }
  .habilidades{
    width: 100%;
    padding: 30px 2%;
  }
  .hc-container{
    flex-direction: column;
  }
  .cursos-container{
    width: 100%;
  }
  .habilidades-container{
    width: 100%;
  }
  .formulario{
    width: 90%;
  }
}
@media screen and (max-width: 575px) {
  .titulo-txt{
    width: 100%;
  }
  .line-titulo{
    width: 80%;
  }
  .desenho-container{
    display: none;
  }
  .texto-experiencia{
    width: 100%;
    text-align: center;
    padding: 0 ;
  }
  .educacao-single-top{
    background-color: #bf062ee6;
  }
  .prof1:hover,
  .prof2:hover,
  .prof3:hover{
  border-left: 2px solid transparent;
  transition: 650ms;
  }
}
