@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

* {
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}

body {
    background-color: #4C175C;
}
#menu-icon{
  display: none;
}

@media(max-width: 600px){

  #menu-icon{
    display: block;
    background-color: black;
    color: white;
    cursor: pointer;
    text-align: center;
    font-size: 24px;
    line-height: 2em;
    position: sticky;
    top: 0;
    text-transform: uppercase;
  }
  #menu-h{
    display: none;
  }
}
.menu-h{
    background-color: #341D3B;
    padding-left: 0;
    position: sticky; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */
    z-index:900;
    display: flex;
    justify-content: center;
}

@media(max-width: 600px) {

  .menu-h a.icon {
    float: right;
    display: block;
  }
}


.menu-h ul {
    /* max-width: 800px; */
    list-style: none;
    padding: 0;

}

@media(max-width: 2000px){
  .menu-h ul li {
    float: left;
}
 }

@media(max-width: 600px){
  .menu-h ul li {
    float: none;
    width: 100dvw;
}
 }


/* #menu-h ul li:last-child a {
    float: right;
    background-color: rgb(24, 139, 233);
} */



  .btn {
    width: 10dvw;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: transparent;
    outline: none;
    transition: 1s ease-in-out;
  }

   @media(max-width: 500px){
    .btn {
      width: 100dvw;
      padding: 0;
      cursor: pointer;
      background: transparent;
      border: transparent;
      outline: none;
      transition: 1s ease-in-out;
    }
   }
  

  .btn:hover {
    transition: .4s ease-in-out;
    background: #4F95DA;
  }


  .btn span {
    color: #FFF;
    font-size: 20px;
    padding: 20px;
    display: inline-block;
    text-decoration: none;
  }


   @media(max-width: 500px){
    .btn span {
      color: #FFF;
      font-size: 10px;
      padding: 20px;
      display: inline-block;
      text-decoration: none;
    }
   }



  .titulo{
    font-size: 50px;
    text-align: center;
    color: #5479D1;
  }

  .banner{
    padding-bottom: 50px;
    height: 100dvh;
  }
.col{
    width: 49dvw;
    height: 100dvh;
    float: left;
    padding-bottom: 200px;

}

.col img{
    padding-top: 20dvh;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.col span{
    padding-top: 10dvw;
    display: block;
    margin-left: 10%;
    margin-right: auto;
    margin-top: 10dvw;
    font-size: 50px;
    color: white;
}

.subtitulo{
    display: block;
    margin-left: 10%;
    margin-right: auto;
    font-size: 25px;
    color: gray;
}





.descrSobre{
    margin-top: 9dvh;
    width: 50dvw;
    padding-bottom: 100px;

}

@media(max-width: 600px){
  .descricao{
    font-size: 10px;
  }
}

.descricao{

    font-size: 25px;
    color: #979DA8;


}

@media(max-width: 600px){
  .habilidades .habilidadesIcone .icone .imgIcone{
    font-size: 50px;
    width:25%;
    height:10dvw;
    border-radius:15%;
    border:2px solid #ccc;
    background-color:grey;
}
  .habilidades .habilidadesIcone .icone{
    display: flex;
    width: 100dvw;
  }
  .habilidades .habilidadesIcone .icone .txtIcone{
    font-size: 1px;
  }

}

.habilidades .habilidadesIcone .icone{
    float:left;
    margin: 0 1dvw 0 1dvw;
}

.habilidades .habilidadesIcone .icone .imgIcone{
    font-size: 7dvw;
    width:8dvw;
    height:8dvw;
    display:block;
    border-radius:15%;
    border:2px solid #ccc;
    background-color:grey;
    text-align: center;

}

.habilidades .habilidadesIcone .icone .txtIcone{
    font-size: 30px;
    color: white;
    text-align: center;
    width: 10dvw;

}


.destaque{

    font-size: 50px;
    color: #84B32D;
}

.projetos{
  height: auto;
  width: 90dvw;
  margin: 0 0 0 2dvw;
}

#projetos{
  margin-top: 3dvh;
  padding-top: 4dvh;

}
#projetos-dev{
  margin-top: 3dvh;
  padding-top: 4dvh;

}
.tituloProjetos hr{
  width: 98dvw;
}

.tituloProjetos{
  margin: 0 0 2dvh -1.5dvw;

}

.tab-buttons {
  display: flex;
  gap: 6px;
}
.tab-btn {
  width: 100%;
  border: none;
  color: #020617;
  background-color: #f0f8ff;
  border-radius: 8px 8px 0px 0px;
  font-weight: 500;
  padding: 8px;
  cursor: pointer;
  transition: background-color .3s ease;
}

.tab-btn.active {
  background-color: #c7d2fe;
}

.tab-btn:hover {
  background-color: #a5b4fc;
}


.content {
  display: none;
}

.content.show {
  height: auto;
  width: 90dvw;
  margin: 0 0 0 2dvw;
  display: inline-block;
  margin-top: 3dvh;
  padding-top: 4dvh;
}


.colProj{
    float: left;
    margin: 1dvh 0dvw 1dvh 2dvw;
}

.colProj a{
  color: orange;
}


@media(max-width: 2080px){
  .colProj img, iframe {
    height: auto;
    display: block;
    width: 28dvw;
    height: 250px;
    cursor: pointer;
    margin: 0;
    
}
 }

 @media(max-width: 500px){
  .colProj img, iframe{
    height: auto;
    display: block;
    width: 100dvw;
    height: 250px;
    cursor: pointer;
}
 }

 .wrapper-div{
  position: sticky; top: 0;
  overflow-x: hidden;
  display: flex;
  width: 95vw;
  height: auto;
}

.prev, .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  color: white;
  font-weight: bold;
  font-size: 30px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  cursor: pointer;
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
  margin: -22px 0 0 0.1dvw;

}

.prev{
  margin: -22px 0 0 0.1dvw;
}


/*footer*/

.footer-basic {
    padding:40px 0;
    background-color:#341D3B;
    color:#4b4c4d;
    height: 100dvh;
  }
  
  
  
  .footer-basic .social {
    text-align:center;
    padding-top: 38dvh;

  
  }
  
  .footer-basic .social > a {
    font-size: 4dvw;
    width:6dvw;
    height:6dvw;
    display:inline-block;
    border-radius:50%;
    border:2px solid #ccc;
    margin:2dvw;
    color:white;

  }

  .footer-basic .social a ion-icon {
    margin-top: 15px ;

  }
  
  .footer-basic .social > a:hover {
    width:8dvw;
    height:8dvw;
    margin: 0 1dvw;
    font-size: 6dvw;

  }



  /* Modal Content (image) */
  .modal {
    z-index:999;
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
  }

  
  .modal-content{

    display: inline;
  }

.rotate-gallery {
/*     align-content: center;
    margin: auto;
    display: block;
    width: 80%;
    max-width: 90dvw; */
    position: relative;
    width: 40dvw;
    transform-style: preserve-3d;
    transform: perspective(100dvw) rotateY(0deg);
    transition: transform 0.7s;
  }

  .rotate-gallery span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: rotateY(calc(var(--i) * 60deg)) translateZ(40dvw);
  }
  .rotate-gallery span img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 275px;
    z-index: 1;
  }
  
  /* Caption of Modal Image */
  #caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
  }
  
  /* Add Animation */
  .rotate-gallery, #caption {  
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
  }

  
  @-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
  }
  
  @keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
  }
  /* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }
  
  .close:hover,
  .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }
  
  /* 100% Image Width on Smaller Screens */
  @media only screen and (max-width: 700px){
    .modal-content {
      width: 100%;
    }
  }

  .btn-container {
    position: relative;
    width: 80%;
    z-index: 999;
  }
  
  .btn-img-gallery {
    background: black;
    opacity: 0%;
    color: #fff;
    border: none;
    cursor: pointer;
    height: 460px;
    width: 7dvw;

  }
  
  #prev {
    margin-left: 6dvw;
    left: 20%;
    float: left;
  }
  #prev:hover {
    opacity: 50%;
  }
  
  #next {
    right: 20%;
    float: right;
    margin-right: 6dvw;
  }
  #next:hover {
    opacity: 50%;
  }
  
  
  .btn-img-gallery:hover {
    filter: brightness(1.5);
  }
  