 .page{
     width: 100%;
     display: flex;
     justify-content: center;
 }

 .pageContainer{
     background: url('https://previews.123rf.com/images/helllbilly/helllbilly1504/helllbilly150400011/38992834-printed-circuit-texture-background-seamless-blue-and-dark-blue-electronic-plate-pattern-vector-circu.jpg');
     background-repeat: repeat-y;
     background-size: cover;
     background-attachment: fixed;
     background-position: top;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     align-items: center;
     max-width: 1200px;
 }
 /***************************************************************Header***************************************************/
 .header{
     width: 100%;
     z-index: 1;     
     display: flex;
     justify-content: space-between;
     background: linear-gradient(-60deg, #1e2e32, #021423, #13252d, #37445f);
     background-repeat: no-repeat;
     background-size: 400% 400%;
     color: #ffffff;
     flex-wrap: wrap;
     animation: gradient 15s linear infinite;
     box-shadow: 2px 1px 4px 1px rgba(0, 0, 0, 0.78);   
     
     
 }

 .avatar_group{
     margin: 10px;
     flex-grow: 1;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     animation: myanimation 15s linear infinite;
 }
 .avatar{
     height: 80px;
     border-radius: 50%;
     border: solid 1px #ffffff;
     box-shadow: 2px 1px 3px rgba(0, 0, 0, 0.70);
 }
 .avatar_name{
     text-align: center;
     font-size: 1.3em;
     font-weight: bolder;
     text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.70);
 }
 .prof{
     margin: 10px;
     font-size: 1.8em;
     font-weight: bolder;
     text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.70);
 }

 .contacts{
     margin: 10px;
     flex-grow: 1;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     font-weight: bold;
     text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.70);

 }
 .contact-group{
     display: flex;
     align-items: center;
 }
 .contacts_img{
     height: 20px;
     margin-right: 5px;
     cursor: pointer;

 }
 .skype_chat{
     background: #ffffff;
     box-shadow: 0px 0px 3px 0px #ffffff;
     height: 20px;
     width: 50px;
     margin-right: 5px;

 }
 .skype_chat img{
     transform: translate(-12px,-12px);
 }
/***************************************************************Skils***************************************************/
 .skils{
     z-index: 0;
     width: 100%;
     display: flex;
     justify-content: space-around;
     flex-wrap: wrap;
     padding-bottom: 20px;
     background: rgba(0, 0, 0, 0.70);
 }

 .skil_item{
     margin-top: 20px;
     margin-right: 05px;
     margin-left: 05px;
     background: linear-gradient(-60deg, #ffffff, #ffffff);
     height: 120px;
     width: 100px;
     border: solid 1px;
     border-radius: 0px 10px 0px 10px;
     text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
     font-size: 2em;
     font-weight: bolder;
     display: flex;
     justify-content: center;
     align-items: center;
     box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.67);
     animation: gradient 2s linear infinite;
 }
 .skil_item sub{font-size: 0.6em}
 .html{color: #e44d26; }
 .css{color: #0270bb; }
 .js{color: #edd832; }
 .php{color: #8892bf; }
 .mysql{color: #00758f; }
 .svg{color: #121926; }
 .css_pp{color: #0270bb; }
 .js_pp{color: #edd832; }
 .php_pp{color: #8892bf; }

 .mysql strong{color: #f29111; order: 6}
 .skil_item_plus{ font-size: 0.7em; order: 8}
 .skil_item_plus div{  font-size: 0.5em; color: #000000; text-shadow: none}

 /***************************************************************Perfil***************************************************/

 .portifolio{
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: 80vh;
    background: rgba(0, 0, 0, 0.80);
 }
 .portifolio_section_1{
     background: rgba(255, 255, 255, 0.80);
     padding-top: 20px;
 }
 .portifolio_section_1 h1{
     color: #011422;
 }

 .portifolio_section{
    margin-top: 15px;
    display: flex;
    justify-content: space-between;

 }
 .portifolio_img{
     margin-left: 20px;
    min-width: 280px;
    display: flex;
    justify-content: center;
     align-items: center;
 }
 .portifolio_img img{
     height: 180px;

 }
 .portifolio_txt_group {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

 }
.portifolio_h1{
    color: #ffffff;
    text-shadow: 1px 1px 2px #000000;
}
.portifolio_txt{
     flex-grow: 1;
     margin: 15px;
     max-width: 500px;
     background: rgba(242, 242, 242, 0.7);
     padding: 20px;
 }
.portifolio_button{
     color: #ffffff;
     font-weight: bolder;
     display: flex;
     justify-content: center;
     align-items: center;
     float: right;
     width: 150px;
     height: 50px;
     cursor: pointer;
     background: #011422;
     border-radius: 2px;
     box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.73);
    margin-top: 5px;

}

#bola{
    height: 150px;
    animation: giraDireto 1s linear infinite;
}
#bola_div{
    animation: pula 2s linear infinite;
}
.dialog{
    background: rgba(255, 255, 255, 0.90);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;

}
.dialog_body{
    width: 100%;
    background: rgba(255, 255, 255, 0.90);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    display: flex;
    flex-direction: column;
}
 .dialog_content{
     width: 100%;
     margin-top: 80px;
 }

.dialog_header{
    width: 100%;
    height: 80px;
    background: #011422;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
}
.dialog_title{
    font-weight: bolder;
    font-size: 1.5em;
    text-shadow: 1px 1px 3px #000000;
    margin-left: 15px;
}
.close_dialog_btn{
    background: rgba(242, 242, 242, 0.10);
    margin-right: 15px;
    cursor: pointer;
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
 .close_dialog_btn:hover{
     background: rgba(242, 242, 242, 0.30);
 }
 .certf_corpo{
     width: 100%;
     display: flex;
     justify-content: space-around;
     flex-wrap: wrap;
 }
 .img_certif{
     width: 90%;
     height: 50%;
     max-width: 450px;
     margin: 20px;
     box-shadow: 1px 4px 4px rgba(0, 0, 0, 0.60);
 }