
html, body{
    height:100%; /* importante para alinhar verticalmente o container */
    margin:0;
    padding:0;
    
}

body{
    background: url('../imagens/codefoto1800.jpeg'),
                    linear-gradient(50deg, #0575E6, #00F260) no-repeat;
    /*    url('imagens/codefoto2.jpeg'),*/

    background-attachment: fixed;
    font-family: 'Sunflower', sans-serif;
    
}



.vertical-center {
  min-height: 100%; 
  min-height: 100vh; 
  display: flex;
  align-items: center;
}

.painel_esq{
    background-color: #F5AF29;
/*    height: auto; */
   
}

.painel_dir{
    background-color: #28282C;
    opacity: 0.6;
/*    height: auto; */
}

.navbar{
    border: none !important;
    background-color: transparent !important;
    border-bottom: 1px solid white !important;
    padding-bottom: 0.2px;
    
}
 
.navbar .navbar-nav li a{
    color: white !important;
    text-transform: uppercase;  
    font-size: 12px;
}



.navbar .navbar-nav li a:hover{
    text-decoration: underline;
}

.foto{
    background: url(../imagens/claiton2.jpg) no-repeat;
    background-size: cover;
    background-position: center 1px;
    border-radius: 50%;
    border: 5px solid #FFFF;
    width: 120px;
    height: 120px;
/*
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
*/
    margin: 25px auto;
}

.painel_esq h1{
    color: #000;
    text-transform:capitalize  ;
    font-size: 30px;
    margin-left: 25px;
    margin-bottom: 10px;
    font-weight: bold;
    
}

.painel_esq h5{
    text-align: justify;
    color: #000;
    font-size: 16px;
    width: 250px;
   margin-left: 25px;
}

.envelope_social{
    margin-left: 15px;

}
.face img{
   
    width: 36px;
    height: 36px;
     padding: 3px;

}

.insta img{
   
    width: 30px;
    height: 30px;
    padding: 3px;

}
.linkedin img{
   
    width: 35px;
    height: 35px;
     padding: 3px;

}

.painel_dir .conteudo{
    margin-top: 50px;
    margin-left: 15px;
}

.painel_dir h1{
    color: white;
    font-size: 25px;
    
}

.painel_dir h3{
    color: white;
    font-size: 15px;
    margin-left: 9px;
    
}

.painel_dir h4{
    color: white;
    font-size: 20px;
    
}

.painel_dir h5{
    color: #F5AF29;
    font-size: 17px;
    
}

.table.table-dark{
    font-size: 10px !important;
    width: 100% !important;
    
}

.conteudo a{
    text-decoration: none !important;
    color: white !important;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}


/*media queries*/

@media screen and (max-width:768px){
    
    .painel_esq h1{
        margin: auto;
    }
    
    .painel_esq h5{
        margin: auto;
    }
    .envelope_social{
    margin-top: 3px;
    margin: auto;
    margin-bottom: 5px;
}
    
}