
header {
    position: fixed;      
    top: 0;
    left: 0;
    width: 100%;
    height: 15vh;         
    z-index: 100;         
    background: rgba(0,0,0,09); 
    display: flex;
    align-items: center;   
    justify-content: center;
}


.caixa {
    display: flex;
    justify-content: space-around;
    width: 100%;
    padding: 0 20px;

}


.menu {
    list-style: none;
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
    justify-content: center;
}

.menu li a{
        padding: 10px;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        color: #DDF9F1;    
        font-size: 10px;
        font-weight: bold;
        text-transform: uppercase;
        z-index: 1;              
    }

.menu li a:hover{
        color:  #D038BC;   
        font-size: 12px;
        transition-duration: 500ms;

      }
      
      a:link, a:visited {
        text-decoration: none;
        color: lightcoral;
        }
      a:hover {
        text-decoration: underline;
        color: lightcoral;  
        }
      a:active {
        text-decoration: none;
        color: lightcoral;
        }

/*  ----------------------------------------------------------------------   */


, *::after, *::before{
	body: 0;
	margin: 0;
	box-sizing: border-box;
}
body{
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	background: white; 
}

.barskillsection{
	margin-top: 100px;
}
.container1{
	margin-bottom: 5px;
}
.title{
	text-align: center;
	color: #D038BC;    
	margin-top: 150px;
	font-size: 35px;
	font-family: 'Zen Tokyo Zoo', cursive;
	justify-content: safe center;
	height: 18vh;
	font-weight: bold;

}
.subtitle{
	text-align: center;
	color: #D038BC;
	margin-top: 0px;
	color: #D038BC;   

}
.container1 h5{
	text-align: center;
	color: #DDF9F1;   
	padding: 0.3em;
	font-family: Verdana, Geneva, Tahoma, sans-serif;

}
.cards{
	max-width: 900px;
	margin: 0 auto;
	margin-top: 10px;
}
.card{
	color: #a59f9f;
	padding: 30px;
	border-radius: 10px;
	border: 2px solid #D038BC; 
}

.card:not(:first-child){
	margin-top: 20px;
}
.card h1{
	color: antiquewhite;
}

h1{
	font-family: 'Zen Tokyo Zoo', cursive;			
	text-align: center;
	justify-content: safe center;
	height: 18vh;
	font-size: 40px;
	color: #DDF9F1;     
	font-weight: bold;
}
				
			

.card p{
	margin-top: 30px;
	font-size: 16px;
	list-style: none;
	line-height: 32px;
	
}
.card:first-child p{
	line-height: 32px;
}
.card a{
	padding-bottom: 10px;
}
a:link, a:visited {
	text-decoration: none;
	color: lightcoral;
	}
a:hover {
	text-decoration: underline;
	color: #f00;	
	}
a:active {
	text-decoration: none;
	}
	

button{
	margin-top: 30px;
	padding: 20px 50px;
	border: none;
	outline: none;
	font-size: 16px;
	color: black;
	background-color: gray;
	border-radius: 5px;
}


footer{
	text-align: center;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	background: rgba(0,0,0,09);
	color: whitesmoke;
	padding-top: 50px;
	padding-bottom: 20px;
	font-size: 10px;
	}
		



@media (min-width:350px) and (max-width:799px) {
.cards, .card{
	max-width: 900px;
	margin-top: -50px;
	}
}


@media (min-width:800px) and (max-width:1400px) {
	.title{
		padding-top: 50px;
	}
}

@media (min-width:800px) and (max-width:1400px) {
	h1{
		padding-top: 50px;
	}
}


@media (min-width:800px) and (max-width:1400px) {
.cards, .card{
	max-width: 900px;

	margin-top: -150px;
	}
}