/*          LAYOUT
------------------------------------------- */
html,
body,
#home {
  height: 100%;
  color: black;
  width: 100%;
  overflow-x: hidden;
}



body {
  font-family: Helvetica, Arial, sans-serif;
  color: black;
  background-color: white;
}

/*          BARRA DE NAVEGAÇÃO
------------------------------------------- */
nav.navbar-transparente {
  background: rgba(8, 8, 8);
  box-shadow: black;
  border-bottom-color: black;
  padding: 15px 0px;
}

.navbar-light .navbar-nav .nav-link {
  color: white;
  padding: 9px;

}

.navbar-light .navbar-nav .nav-link:hover {
  color: #9bf0e1
}

.navbar-light .navbar-toggler {
  color: white;
  border-color: rgba(255, 255, 255, 0.5);
}

.navbar-light .navbar-brand i:hover {
  color: #9bf0e1;
}

.divisor {
  width: 1px;
  background: rgb(136, 131, 131);
  margin: 12px 15px;
}

/*          CAPA
------------------------------------------- */

.capa {
  text-align: center;
  color: cornsilk;
}

.btn-custom {
  color: white;
  border-radius: 100px;
  padding: 20px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  text-transform: uppercase;
  transition: background 0.4s, color 0.4s;
  padding: 10px 20px;
}

.btn-azul {
  background: #07A0F6;
  color: #FFFFFF;
  font-size: large;
  font-weight: bold;
}

.btn-azul:hover {
  background: #23FFF0;
  color: white;
}

.btn-white {
  border: 2px solid #23FFF0;
}

.btn-white:hover {
  background-color: white;
  color: black;
}

/*          RODAPÉ
------------------------------------------- */
footer p {
  font-size: 14px
}

.container-fluid {
  background-color: #4527A0
}

.top-part {
  background-color: #512DA8
}

.center-content {
  margin-top: 120px;
  margin-bottom: 120px
}

.btn-pink {
  border-radius: 0;
  background-color: #FF4081;
  color: #fff !important;
  letter-spacing: 2px;
  padding: 10px;
  padding-right: 20px;
  padding-left: 20px
}

.btn-pink:hover {
  background-color: #F50057
}

.line {
  border-top: 1px solid #7B1FA2;
  width: 90% !important
}

.fa-mobile {
  font-size: 20px
}

#contact {
  font-size: 15px
}

.grey-text {
  color: lightgrey
}

/*          EXPERIÊNCIA
------------------------------------------- */

.timeline-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 50px auto;
  width: 90%;
  overflow: hidden;
}

.timeline {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 25px;
  white-space: nowrap;
  scrollbar-width: none; /* Oculta a barra de rolagem */
}

.timeline::-webkit-scrollbar {
  display: none;
}

.timeline-item {
  background: white;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 0 18px rgba(93, 70, 232, 0.15);
  text-align: center;
  min-width: 200px;
  max-width: 250px;
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
}

.timeline-item:hover {
  transform: scale(1.1);
}

.selected {
  transform: scale(1.1);
  transition: transform 0.3s ease-in-out;
}

.title {
  text-transform: uppercase;
  font-size: 14px;
  color: #555;
  margin: 10px 0;
}

.date {
  font-size: 14px;
  color: #555;
}

.nav-btn {
  border: none;
  color: black;
  font-size: 20px;
  cursor: pointer;
  padding: 10px 15px;
  background-color: transparent;
  margin: 10px;
  transition: 0.3s;
}

.nav-btn:hover {
  color: rgb(66, 66, 66);
}

.timeline img {
  width: 150px;
  height: 100px; 
  object-fit: contain; 
  display: block; 
  margin: 0 auto; 
}

#experience-details {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  margin: 20px auto;
  width: 90%;
  max-width: 800px;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
  text-align: left;
}

.description {
  margin-top: 20px;
  padding: 15px;
  font-size: 14px;
}

/*          ESTRUTURA DE CONTEÚDOS
------------------------------------------- */
#home {
  margin-top: 70px;
  height: 100vh;
  color: black;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}


#home .imagem {
  margin-top: 20px;
}

#home .init {
  margin-top: 80px;
}

#home .dev {
  justify-content: center;
  align-self: center;
  color: black;
}

#devops{
  background-color: white;
}

#home .init h5 {
  color: rgb(0, 0, 0);
}

#home h2 {
  color: black;
  font-family: 'Righteous', cursive;
}

#resumo {
  padding-bottom: -30px;
  border-bottom-style: dashed;
  border-top-style: dashed;
  border-bottom-width: 10px;
  border-top-width: 10px;
  background: linear-gradient(110deg, rgb(64, 16, 197), #3a9cad);
  background: linear-gradient(-110deg, #9a32a3, #c633d3, rgb(64, 16, 197), #3a9cad);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  color: white;
}

#resumo h3 {
  color: white;
}

#resumo h5 {
  color: white;
}

#devops {
  color: black;
}

#conteudo {
  background-color: white;
  color: black;
  margin-top: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.card {
  border-radius: 10px;
  padding: 14px 80px 18px 36px;
  cursor: pointer;
  background: #fff;
  box-shadow: 0 0 60px rgba(93, 70, 232, 0.15);
  border: 1px solid#ebe9e9;
}

.card:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06);
}

.card h3 {
  font-weight: 600;
}

.card img {
  position: absolute;
  top: 20px;
  right: 15px;
  max-height: 120px;
}

.card-1 {
  background-image: url(https://ionicframework.com/img/getting-started/ionic-native-card.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 80px;
}

.card-2 {
  background-image: url(https://ionicframework.com/img/getting-started/components-card.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 80px;
}

.card-3 {
  background-image: url(https://ionicframework.com/img/getting-started/theming-card.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 80px;
}

@media(max-width: 990px) {
  .card {
    margin: 20px;
  }
}

h3 {
  margin: 10px 0;
}

h6 {
  margin: 5px 0;
  text-transform: uppercase;
}

p {
  font-size: 14px;
  line-height: 21px;
}

.central {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.card-container {
  background-color: #231E39;
  border-radius: 5px;
  box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.75);
  color: #808185;
  padding-top: 30px;
  position: relative;
  width: 350px;
  max-width: 100%;
  text-align: center;
}

.card-container h3 {
  color: white;
}

.card-container .pro {
  color: #231E39;
  background-color: #FEBB0B;
  border-radius: 3px;
  font-size: 14px;
  font-weight: bold;
  padding: 3px 7px;
  position: absolute;
  top: 30px;
  left: 30px;
}

.card-container .round {
  border: 1px solid #03BFCB;
  border-radius: 50%;
  padding: 7px;
}

button.primary {
  background-color: #03BFCB;
  border: 1px solid #03BFCB;
  border-radius: 3px;
  color: white;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  padding: 10px 25px;
}

button.primary:hover {
  background-color: transparent;
  color: white;
}

button.primary.ghost {
  background-color: transparent;
  color: #02899C;
}

button.primary.ghost:hover {
  background-color: #02899C;
  color: white;
}


.skills {
  background-color: #1F1A36;
  text-align: left;
  padding: 15px;
  margin-top: 30px;
  color: #B3B8CD;
}

.skills ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.skills ul li {
  border: 1px solid #2D2747;
  border-radius: 2px;
  display: inline-block;
  font-size: 12px;
  margin: 0 7px 7px 0;
  padding: 7px;
}

* {
  padding: 0;
  margin: 0;
}

section {
  padding: 100px 0;
}

.badge-info {
  background-color: rgba(23, 160, 184, 0.17);
  color: #17a2b8;
}

.section-title .badge {
  margin: 0 0 8px;
}

.badge {
  border-radius: 100px;
  font-size: 12px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: normal;
  padding: 4px 14px;
  text-transform: uppercase;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #3f345f;
}

h2 {
  font-size: 36px;
}

.social-overlap {
  position: absolute;
  width: 100%;
  transform: translateY(-50%);
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.social-bar {
  display: flex;
  border-radius: 10px;
}

.iconpad {
  padding: 12px 0;
  width: 100%;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.process-scetion .slider-nav-item {
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  border-radius: 50%;
  text-align: center;
  background: #fff;
  cursor: pointer;
  transition: all .4s ease;
}

.social-icons a {
  border-radius: 50px;
  color: #3f345f;
  display: inline-block;
  line-height: 52px;
  height: 50px;
  width: 50px;
  box-shadow: 0 5px 25px rgba(93, 70, 232, 0.15);
  margin: 15px 15px;
  font-size: 22px;
}

a {
  text-decoration: none !important;
  color: #3f345f;
  transition: all 0.3s ease 0s;
}

.slider-nav-item:before {
  position: absolute;
  content: "";
  height: calc(100% + 16px);
  width: calc(100% + 16px);
  top: -8px;
  left: -8px;
  border-radius: 50%;
  border: 1px solid rgba(132, 132, 164, 0.35);
  animation: 1.5s linear 0s normal none infinite focuse;
}



/*socil*/
.slider-nav {
  display: flex;
}

.process-scetion .slider-nav-item {
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  border-radius: 50%;
  text-align: center;
  background: #fff;
  cursor: pointer;
  transition: all .4s ease;

}

.slider-nav-item:before {
  position: absolute;
  content: "";
  height: calc(100% + 16px);
  width: calc(100% + 16px);
  top: -8px;
  left: -8px;
  border-radius: 50%;
  border: 1px solid rgba(132, 132, 164, 0.35);
  animation: 1.5s linear 0s normal none infinite focuse;
}

.process-scetion .slider-nav-item:nth-child(2) {
  color: #b32218;
}

.process-scetion .slider-nav-item:nth-child(3) {
  color: #311f9b;
}

.process-scetion .slider-nav-item:nth-child(4) {
  color: #0f0e0d;
}

.process-scetion .slider-nav-item:nth-child(5) {
  color: #06b800;
}

.process-scetion .slider-nav-item:after {
  position: absolute;
  top: 50%;
  left: 100%;
  height: 2px;
  content: '';
  width: 100%;
  background: url(http://demo.themenio.com/ico/assets/images/line.png) repeat 0 0;
  z-index: 0;
  animation: slide 1s linear infinite;
}

.process-scetion .slider-nav-item:last-child:after {
  display: none;
}

.process-scetion .slider-nav-item .ikon {
  font-size: 50px;
  line-height: 80px;
}



.process-scetion .slider-nav-item.active:before {
  position: absolute;
  content: "";
  height: calc(100% + 16px);
  width: calc(100% + 16px);
  top: -8px;
  left: -8px;
  border-radius: 50%;
  border: 1px solid rgba(132, 132, 164, 0.35);
  animation: 1.5s linear 0s normal none infinite focuse;
}

@keyframes focuse {
  0% {
    transform: scale(0.8);
    opacity: 1;
  }

  75% {
    transform: scale(1.2);
    opacity: 0;
  }

  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

@keyframes slide {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 40px 0;
  }
}


.slider-nav-item:after {
  position: absolute;
  top: 50%;
  left: 100%;
  height: 2px;
  content: '';
  width: 100%;
  background: url(https://1.bp.blogspot.com/--Btu5p654jU/XYmrVd5IcYI/AAAAAAAATQ0/4bX8aZyFBgApbJUf90KrpCfO6RvAaZ6LgCLcBGAsYHQ/s1600/line.png) repeat 0 0;
  z-index: 0;
  animation: slide 1s linear infinite;
}

.mt100 {
  margin-top: 100px;
}

@-webkit-keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}


.jello-horizontal {
  -webkit-animation: jello-horizontal 0.9s both;
  animation: jello-horizontal 0.9s both;
}

.social-bar a:hover i {
  -webkit-animation: jello-horizontal 0.9s both;
  animation: jello-horizontal 0.9s both;
}


@media only screen and (max-width: 300px) {
  .process-scetion .slider-nav-item {
    height: 30px;
    width: 30px;
    margin: 15px 10px;
    line-height: 28px;
  }
}

div#imagens img {
  width: 230px !important;
  height: 70px !important;
}

div#imagens .img-xp-tibox img {
  width: 230px !important;
  height: 100px !important;
}

.center {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

div#imagens {
  display: flex;
  justify-content: center;
  align-items: center;
}

#imagens .texto {
  display: flex;
  justify-content: center;
  align-items: center;
}

#imagens p {
  text-transform: uppercase;
  color: #4e4a5e;
  font-family: 'Oswald', sans-serif;
}
.js .anime {
	opacity: 0;
	transform: translate3D(-50px, 0px, 0px);
}

.js .anime-init {
	opacity: 1;
	transform: translate3D(0px, 0px, 0px);
	transition: .3s all ease;
}

#mouse {
	display: block;
	width: 22px;
	height: 40px;
	border-radius: 20px;
	border: 4px solid #8844EE;
	text-align: center;
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 20px;
	margin: 0 auto;
}

#mouse::before {
	content: '';
	display: inline-block;
	width: 4px;
	height: 8px;
	position: relative;
	border-radius: 4px;
	background: #8844EE;
	animation-name: mouse;
  animation-duration: .7s;
	animation-iteration-count: infinite;
}

@keyframes mouse {
	from {
		top: 0px;
	}
  to {
		top: 6px;
	}
}

footer h3 {
  color: white;
}

footer h5 {
  color: white;
}

/*          TIPOGRAFIA
------------------------------------------- */
h1 {
  font-weight: 900;
  letter-spacing: -0.05em;
  margin-bottom: 50px;
  color: black;
}

h2 {
  font-size: 3em;
  font-weight: 700;
  letter-spacing: -0.04em;
}

h3 {
  font-size: 2em;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: black;
}

@media (max-width: 575.98px) {
  h1 {
    font-size: 2em;
    color: #9bf0e1;
    margin-bottom: 10px;
  }

  h2 {
    font-size: 2em;
    color: #9bf0e1;
  }

  h4 {
    font-size: 1em;
  }

  #home {
    height: unset;
  }

  .botao-um {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .responsivo {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  #home .dev {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  #home .init {
    height: unset;
    margin-top: -58px;
  }

  #home a {
    font-size: 0.9em;
  }

  #home p {
    font-size: x-small;
  }

  .repositorio {
    width: 270px;
    height: 70px;
  }

  .navbar-light .navbar-brand i {
    padding: 2px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {

  h1 {
    font-size: 4em;

  }

  h4 {
    font-size: 2em;
  }

  .btn-custom {
    margin: 10px 15px;
  }

}

@media (max-width: 768px) {
  .nav-btn {
      display: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  h1 {
    font-size: 5em;
  }

  h4 {
    font-size: 2em;
  }

  img {
    width: 300px;
    height: 300px;
  }

}

@media (min-width: 992px) and (max-width: 1199.98px) {
  h1 {
    font-size: 6em;
  }

  img {
    width: 350px;
    height: 350px;
  }
}

@media (min-width: 1200px) {
  h1 {
    font-size: 7em;
  }

}

#home .bg {
  animation:slide 3s ease-in-out infinite alternate;
  background-image: linear-gradient(-60deg,#09f 50%, #fff 50%);
  bottom:0;
  left:-50%;
  opacity:.5;
  position:fixed;
  right:-50%;
  top:0;
  z-index:-1;
}

#home .bg2 {
  animation-direction:alternate-reverse;
  animation-duration:4s;
}

#home .bg3 {
  animation-duration:5s;
}

@keyframes slide {
  0% {
    transform:translateX(-25%);
  }
  100% {
    transform:translateX(25%);
  }
}