*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    text-decoration: none;
    caret-color: transparent;
}
html{
    height: auto;
}
header {
    top:0;
	text-align: center;
	width: 100%;
	height: 7vh;
    display: flex;
    align-items: center;
    flex-direction: row;  
    justify-content: space-between;  
	position: fixed;
    z-index: 3;
	color: #FFF;
	text-shadow: 1px 1px 1px #333;
    background: linear-gradient(270deg, teal, purple, orange) center/cover no-repeat;
}
.assinatura{
    margin: auto 0 auto 10px;
    width: 50%;
    white-space: nowrap;
    text-align: start;
    font-size: 6vh;
    font-family: 'Staatliches', cursive;
}

.botoes{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: auto 2vw auto 0;
    width: 50%;
    min-width: 14vw;
}
.botoes a{
    margin: 0 1.5vw;
}
.fas{
    color: white;
    font-size: 4vh;

}
.fas:hover {

    box-shadow: inherit;
    position: relative;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset;
    font-size: 6vh;
    
}

#barra_ret{
    height: 95%;
}

.conteudo{
    position: relative;  
    display: block;
    justify-content: center;
    align-items: center; 
    height: 100vh;
    width: 100%;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.conteudo .contBlock:nth-child(1){
    left: 0px;
}
.conteudo .contBlock:nth-child(2){
    right: 0px;
    flex-direction: column;
    padding-right: 2vw;
}

.contBlock{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 95%;
    width: 50%;
    Top: 0px;
    position: fixed;
}
.bigimgblock{
    transition: all 0.25s ease;
    align-self: center;
    margin-top: 0;
    width: 400px;
    border-radius: 50%;
    border-style: solid;
    border-color: violet;
    box-shadow:3px 3px 3px black;
}
.smallimgblock{
    transition: all 0.25s ease;
    align-self: start;
    margin-top: 8vh;
    width: 100px;
    border-radius: 50%;
    border-style: solid;
    border-color: violet;
    box-shadow:3px 3px 3px black;
}
.imgblock{
    transition: all 0.25s ease;
    width: 400px;
    height: auto;
    border-radius: 50%;
    border-style: solid;
    border-color: violet;
    box-shadow:3px 3px 3px black;
}
/*====================================================================================================*/

#home{    
	background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 400% 400%;
    font-family: 'Signika Negative', sans-serif;
    text-shadow:2px 2px 2px black;
	animation: gradient 17s ease infinite;
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
h1{
    z-index: 1;
    position: absolute;
    left: -50%;
    top: 70px;
    width: 100%;
    height: auto;
    display: inline;
    font-size: 5vw;
    color: blanchedalmond;
    text-shadow:2px 2px 2px black;
    text-align: center;
    font-family: 'Lobster', cursive;    
}
#home .contBlock h2{
    margin-top: 30px;
    text-align: left;
    font-size: 1.4rem;
    color: white;
    text-shadow:2px 2px 2px black;
}
#home .contBlock p{
    font-size: 1.2rem;
    color: white;
    text-shadow:2px 2px 2px black;
}
.sociais{
    font-size: 10vw;
    text-shadow:2px 2px 2px black;
    height: 50%;
    width: 100%;
    transition: color 2s;
}
.flexV{
    display: flex;
    flex-direction: column;
}
.fab{
    margin: 0 10px 0 10px;
    color: white;
    cursor: pointer;
    transition: color 0.3s;
}
.fa-instagram-square:hover{
    color: rgb(153, 0, 173);
}
.fa-linkedin:hover{
    color: rgb(14, 71, 141);
}
.fa-github-square:hover{
    color: rgb(32, 32, 32);
}
/*====================================================================================================*/
#hardskills{
    font-family: 'Signika Negative', sans-serif;
    font-size: 1rem;
    color: white;
    text-shadow:2px 2px 2px black;
    background-color: #353535;
    transition: transform 500ms ease;
}
.flexH{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: flex-start; 
    flex-wrap: wrap;
}
#canvas1 {
    width: 523px;
    height: 523px;

}
#hardskills .contBlock h2{
    width: 100%;
    height: auto;
    display: inline;
    font-size: 7vw;
    text-align: left;

}
.hards{
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    margin: 40px 0 0 25px;
}
.hards h3{
    font-size: 1.5rem;
}
.hards ul{
    margin-left: 15px;
}
#hardskills .contBlock:nth-child(2){
margin: 0 0 0 0;
}
/*====================================================================================================*/
#softskills{
    background-color: rgb(121, 7, 92);
    transition: transform 500ms ease;
}
#softskills .imgblock{
    background-color: #23d5ab;
    border-color: rgb(255, 0, 255);
}
#softskills .contBlock dl{
    font-family: 'Signika Negative', sans-serif;
    color: blanchedalmond;
    text-shadow:2px 2px 2px black;
}
#softskills .contBlock h2{
    transition: all 0.25s ease;
    width: 100%;
    height: auto;
    display: inline;
    font-size: 7vw;
    color: blanchedalmond;
    text-shadow:2px 2px 2px black;
    text-align: left;
    font-family: 'Lobster', cursive;    
}

dt{
    margin-top: 15px;
    font-size: 1.3rem;
    font-weight: bold;
}
dd{
    font-size: 1rem;
}
.copas{
    position: absolute;
    display: flex;
    flex-direction: row;
}
.copas span{
    user-select: none;
    z-index: -1;
    position:relative;
    width: 50px;
    height: 50px;
    color: rgba(0, 0, 0, 0.5);
    animation: voando 15s linear infinite;
    animation-duration: calc(125s / var(--i));
}

@keyframes voando{
    0%{
        transform: translateY(70vh) scale(0);
    }
    100%{
        transform: translateY(-50vh) scale(2);
    }
}
/*====================================================================================================*/
#titleportifolio{
    top: 0;
    z-index: 2;
    background-color: cornflowerblue;
    height: 200vh;
    transition: height 500ms ease;
    border-bottom: 2mm ridge rgba(50, 61, 220, 0.6);
}
#titleportifolio .imgblock{
    background-color: rgb(173, 195, 255);
    border-color: rgb(0, 80, 117);
}
#titleportifolio .contBlock:nth-child(2){
    right: 0px;
    flex-direction: row;
}
#skillportifolio{
    padding-top: 35vh;
    min-height: 100vh;
    height: auto;
}
#titleportifolio h2{
    transition: all 0.25s ease;
    width: 100%;
    height: auto;
    display: inline;
    font-size: 8rem;
    color: blanchedalmond;
    text-shadow:2px 2px 2px black;
    text-align: left;
    font-family: 'Lobster', cursive;    
}




/*===========================CARDS==============================*/

.container
{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 30px;
}

.container .card
{
    position: relative;
    width: 200px;
    height: 300px;
    background: #fff;
    margin: 40px 10px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    border: 0 ridge rgb(50, 61, 220);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
    top: 0;
    transition: 0.3s ease-in-out;
}
.container .card:hover
{
    top: -5px;
    background: #ccc4fc;
    border: 1mm ridge rgba(50, 61, 220, 0.6);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
    transition: 0.3s ease-in-out;
}

.container .card .imgBx
{
    position:relative;
    width: 150px;
    height: 150px;
    margin: auto 0 auto 0;
    top: -60px;
    left: 10px;
    z-index: 1;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    transition: 0.3s ease-in-out;
}

.container .card:hover .imgBx
{
    margin: auto 0 auto 0;
    top: -85px;
    left: -3px;
    transition: 0.3s ease-in-out;
}

.container .card .imgBx img
{
    width: 150px;
    height: 150px;
    border-radius: 4px;
    transition: 0.3s ease-in-out;
}
.container .card:hover .imgBx img
{
    width: 170px;
    height: 170px;
    border-radius: 4px;
    transition: 0.3s ease-in-out;
}

.container .card .content
{
    height: 100%;
    display: flex;
    align-content: space-around;
    flex-direction: column;
    position: relative;
    margin-top: -65px;
    padding: 10px 0 0 0;
    text-align: center;
    left: 0;
    color: #111;
    visibility: visible;
    opacity: 1;
    font-family: 'Signika Negative', sans-serif;
    transition: 0.3s ease-in-out;
}

.acessgit{
    width: 150px;
    height: auto;
    color: antiquewhite;
    margin: auto auto 0 auto;
    background-color: #343A40;
    border: 1mm solid #343A40;
    border-radius: 4px;  
    color: #fff;
    cursor: pointer;
    padding: 8px 16px;
    font-weight: lighter;
    
  }
  
  .container .card:hover .acessgit,
  .acessgit:focus{
    font-weight: bold;
    color: black;
     background-image:     linear-gradient(
        to right, 
        #E7484F,
        #E7484F 16.65%,
        #F68B1D 16.65%,
        #F68B1D 33.3%,
        #FCED00 33.3%,
        #FCED00 49.95%,
        #009E4F 49.95%,
        #009E4F 66.6%,
        #00AAC3 66.6%,
        #00AAC3 83.25%,
        #732982 83.25%,
        #732982 100%
      );
    animation:slidebg 4s linear infinite;
  }
  
  @keyframes slidebg {
    to {
      background-position:20vw;
    }
  }
/*---------------------------------------------*/
footer {
    text-align: start;
    font-size: 1vh;
    font-family: 'Staatliches', cursive;
	text-align: center;
	height: 3vh;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;  
    justify-content: space-between;  
	color: #FFF;
	text-shadow: 1px 1px 1px #333;
    background-color: cornflowerblue;
    border-top: 2mm ridge rgba(50, 61, 220, 0.6);

}
/*---------------------------------------------*/
/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 8px;
}
 
::-webkit-scrollbar-track {
    background-color: #ebebeb66;
    -webkit-backface-visibility: hidden;
}

::-webkit-scrollbar-thumb {
    background: #6d6d6d; 
}
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/*@media (orientation: portrait) { */
@media (max-width: 899px) {
    h1{
        position: initial;
        font-size: 4vh;
    }
    h2{
        margin-top: 0px;
        text-align: center !important;
        font-size: 1.4rem;
        color: white;
        text-shadow:2px 2px 2px black;
    }

    #titleportifolio{
        top: 0;
        z-index: 2;
        background-color: cornflowerblue;
        height: 200vh;
        transition: height 500ms ease;
        
        position: relative;  
        display: flex;
        justify-content: center;
        align-items: center; 
    }
    .assinatura span{
        display: none;
    }

    .sociais div{
        justify-content: center !important;
    }

    #titleportifolio h2 {
        font-size: 8rem !important;
        align-self: start !important;
    }
    .conteudo{
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; 
        height: 100vh;
        width: 100%;
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }

    .conteudo .contBlock:nth-child(1){
        top: 7vh;
        height: 25%;
    }
    .conteudo .contBlock:nth-child(2){
        height: 75%;
        top: 33%;
        justify-content: start;
        align-items: start;
        flex-direction: column;
        padding: 0 7%;
    }
    .contBlock{
        display: flex;
        justify-content: center;
        align-items: center;
        height: 50%;
        width: 100%;
        position: fixed;
    }
    .smallimgblock{
        transition: all 0.25s ease;
        align-self: start;
        margin-top: 0;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        border-style: solid;
        border-color: violet;
        box-shadow:3px 3px 3px black;
    }
    .bigimgblock{
        transition: all 0.25s ease;
        align-self: start;
        margin-top: 0;
        width: 186px;
        height: 186px;
        border-radius: 50%;
        border-style: solid;
        border-color: violet;
        box-shadow:3px 3px 3px black;
    }
    .imgblock{
        width: 186px;
        height: 186px;
    }
    #canvas1 {
        width: 240px;
        height: 240px;
    }

    footer {
        text-align: start;
        font-size: 1vh;
        font-family: 'Staatliches', cursive;
        text-align: center;
        height: 3vh;
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: row;  
        justify-content: space-between;  
        color: #FFF;
        text-shadow: 1px 1px 1px #333;
        background-color: red;
        border-top: 2mm ridge rgba(50, 61, 220, 0.6);
    
    }

  }