/* reset */

* {
margin:0;
padding:0;
list-style:none;
vertical-align:baseline;
}
/* reset */

body{
    margin:0;
    background-color:#6AAADD;
    background-image:url(https://mvp.annefreitas.com.br/imagens/arte_head_bg-white.png);
    background-position: center top;
    background-repeat: no-repeat;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1170px;
  background-image:url(https://mvp.annefreitas.com.br/imagens/arte_head_bg-transparente.png);
  background-position: center top;
  background-repeat: no-repeat;
  margin-top: 0;
  margin: 0 auto;
  padding-bottom: 20px;
  height: auto;
  box-sizing: border-box;
  background-color:#0071B7;
 }

header, nav{
    text-align: center;
    padding-top: 30px;
}


nav a {
  font-family: 'Oswald', sans-serif; 
  font-size: 1.5em;  
  padding: 8px;
  background-color: #FC92EB;
  text-decoration: none;
  color: #000000;
  padding:10px 15px 10px 15px;
  border-top-color:#000000 ;
  border-top-style:solid;
  border-top-width: 2px;
  border-left-color:#000000 ;
  border-left-style:solid;
  border-left-width: 2px;
  border-right-color:#000000 ;
  border-right-style:solid;
  border-right-width: 2px;
  border-bottom-color:#000000 ;
  border-bottom-style:solid;
  border-bottom-width: 4px;
  cursor: default;
}

nav a:active {background-color: #6FD2D2;}

nav a:hover {background-color: #6FD2D2;}

main {
    margin: 50px 50px 40px 50px;
    padding: 20px;
    border: 5px solid #000;
    display: flex;
    flex-wrap: nowrap; 
}

.centralizado {
  display: flex;
  flex-wrap: nowrap; 
  background: black;
  padding: 20px;
  color: white;
}

.photo{
    width: 27%;
    background-color: #fff;
    border: 1px solid #000;
}

.presentation{
    width: 63%;
    height: 415px;
    background-color: #fff;
    border: 1px solid #000;
}

h1, h2, h3{
    font-family: 'Oswald', regular; 
    font-size: 1.8em;
    color: #F1FAB9;
    font-weight: normal;
    margin: 20px 0px 10px 40px;
    display: block;
}

.subtitle{
    font-family:  'Courier Prime', monospace;
    font-size: 1.2em;
    color: #fff;
    font-weight: normal;
    padding-left:50px;
    margin-bottom: 15px; 
}


.habilidades{
    width: 100%;
    max-width:1100px;
    float: left;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 20px;
    background-color: #0071B7;
}

.habilidades_col{
    width: 350px;
    float: left;
    padding: 0px 8px 0px 8px;
}

.cor{
    background-color:#fff;
}

.borda_topo{
    border-top-color:#000;
    border-top-style:solid;
    border-top-width: 3px;
}

.borda_esquerda{
    border-left-color:#000000 ;
    border-left-style:solid;
    border-left-width: 3px;
}

.borda_direita{
    border-right-color:#000000 ;
    border-right-style:solid;
    border-right-width: 5px;
}

.borda_base{
    border-bottom-color:#000000 ;
    border-bottom-style:solid;
    border-bottom-width: 5px;
}

.letreiro{
    width: 100%;
}

.margem{
    margin-bottom: 10px;
}

.letreiro2{
background-color:#0071B7;
}

.borda_direita{
    border-right-color:#000000 ;
    border-right-style:solid;
    border-right-width: 5px; 
}


.placa-amarela{
    border-top: 5px solid #000;
    border-right: 2px solid #000;
    border-left: 2px solid #000;
    border-bottom: 0px solid #000;
    background-color:#F1FAB9;
    font-family:  'Courier Prime', monospace;
    font-size: 1.0em;
    color: #000;
    width: 60%;
    text-align: center;
    font-weight: normal;
    padding: 5px;
    margin:10px 20px 10px 55px;
}



.habilidades_texto{
    font-family: 'Oswald', regular; 
    font-size: 1.1em;
    color: #000;
    text-align: right;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 10px;
}

.level{
    background-color: #642472;
    border: 1px solid #000;
    margin: 5px;
    width: 5%;
}

.level-menor{
   background-color: #fff;
   border: 1px solid #000;
   margin: 5px;
   width: 5%; 
}

.level_space{
    width: 2%;
}

.space_margin-right{
     width: 5%;
}

.experiencia{
    width: 100%;
    max-width:1090px;
    float: left;
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 60px;
}

.box_experiencia{
    width: 100%;
    max-width:468px;
    float: left;
    margin-right:10px;
    margin-left:10px;
    padding: 25px;
    background-color:transparent;
    border-top: 2px solid #000;
    border-right: 5px solid #000;
    border-left: 2px solid #000;
    border-bottom: 5px solid #000;
}

.call-to-action{
    width: 38.4%;
    max-width:180px;
    float: left;
}

.btn{
    width:180px;
    font-family: 'Oswald', sans-serif;
    border-width: 2px 2px 4px 2px;
    border-style: solid;
    border-color:#000000;
    color: #000;
    background-color: #6FD2D2;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.2em;
    float: left;
}

.btn:active {background-color: #6FD2D2;}

.btn:hover {background-color: #00F3F3;}

.title{
    font-family: 'Courier Prime', monospace;
    font-weight: normal;
    font-size: 1.2em;
    color: #F1FAB9;
}

.texto-experiencia{
    width: 58%;
    float: left;
    margin-left:15px;
    font-family: 'Courier Prime', monospace;
    font-weight: normal;
    font-size: 0.9em;
    color: #fff;
}

.valores{
    text-align: center;
}

.valores_col{
    width: 300px;
    float: left;
    padding: 20px 20px 20px 20px;
}

.col_valores{
    background-color: #fff;
    border-width: 2px 4px 4px 2px;
    border-style: solid;
    border-color:#000000;
    margin: 10px;
}

.texto_valores{
    font-family: 'Courier Prime', monospace;
    font-weight: normal;
    font-size: 0.9em;
    color: #000;
    padding:5px 0px 10px 0px;
}

.valores_descricao{
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    font-size: 1.6em;
    color: #642472;
    text-align: center;
}
.formulario{
    width: 100%;
    max-width:1170px; ;
    float: left;
    background-color: #0071B7;
}

h4{
    font-family: 'Oswald', regular; 
    font-size: 1.8em;
    color: #F1FAB9;
    font-weight: normal;
    padding: 0px 0px 10px 10px;
    display: block;
}

form{
    width: 100%;
    max-width:1020px; ;
    float: left;
    float: left;
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 20px;
    padding:20px 40px 20px 20px; ;
    background-color: #0071B7;
    border-top: 2px solid #000;
    border-right: 5px solid #000;
    border-left: 2px solid #000;
    border-bottom: 5px solid #000;
}

.form_col{
    width: 26%;
    padding: 0px 10px 0px 10px;
    float: left;
}

input{
    width: 90%;
    padding: 5px;
    background-color: #fff;
    border-top: 1px solid #000;
    border-right: 2px solid #000;
    border-left: 1px solid #000;
    border-bottom: 2px solid #000;
    border-radius: 0;
}

input:focus{
    padding: 5px;
    background-color: #fff;
    border-top: 1px solid #000;
    border-right: 2px solid #000;
    border-left: 1px solid #000;
    border-bottom: 2px solid #000;
    border-radius: 0;
}

label {
   font-family: 'Courier Prime', monospace;
   font-weight: normal;
   font-size: 0.9em;
   color: #fff;
   display: inline-block;
}

.enviar{
    width:100px;
    font-family: 'Oswald', sans-serif;
    border-width: 1px 2px 2px 1px;
    border-style: solid;
    border-color:#000000;
    color: #000;
    background-color: #6FD2D2;
    padding: 4px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.2em;
    float: left;
}

.enviar:hover{
    background-color:#00F3F3 ;
}

.color{background-color: #0071B7;}

.rodape{
    width: 100%;
    max-width: 1090px;
    float: left;
    display: block;
    background-color: #0071B7;
    height: auto;
    text-align: center;
    padding: 10px 40px 30px 40px;
}

.copyright{
    font-family: 'Courier Prime', monospace;
    font-weight: normal;
    font-size: 0.8em;
    color: #fff;
    background-color: #000;
    padding: 10px 20px 10px 20px;
}

.copyright a{
    text-decoration: underline;
    color: #fff;
}
.copyright a:hover{
    text-decoration: underline;
    color: #00F3F3;
}

.img-rodape{
    background-image:url(https://mvp.annefreitas.com.br/imagens/arte_rodape_bg-white.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 180px;
}

/* MEDIA QUERIES */
/* telas grandes 1200px */
@media (min-width:992px) and (max-width:1200px) { 
    
    body{background-image:none;}

    .conteiner{
        position: relative;
        width: 100%;
        max-width: 1200px;
        background-image:none;
        margin-top: 0;
        margin: 0 auto;
        padding-bottom: 20px;
        height: auto;
        box-sizing: border-box;
        background-color:#0071B7;
       }
    }


/* telas grandes 992px */
@media  (min-width:768px) and (max-width:992px){
   
    body{background-image:none;}

    .conteiner{
        position: relative;
        width: 100%;
        max-width: 992px;
        background-image:none;
        margin: 0 auto;
        padding-bottom: 20px;
        height: auto;
        box-sizing: border-box;
        background-color:#0071B7;
       }  

       header {width: 100%; max-width: 992px;}
    
    .subtitle {
        font-family: 'Courier Prime', monospace;
        font-size: 1.2em;
        color: #fff;
        font-weight: normal;
        padding: 0px 40px;
        margin-bottom: 15px;
    }

    .habilidades{
        width: 100%;
        max-width: 992px;
        padding: 0px;
        float: left;
        margin-bottom: 30px;
    } 

    .habilidades_col{
        width: 294px;
        float: left;
        padding: 0px 8px 0px 8px;
        margin-bottom: 30px;
        margin-left: 15px;;
    }

    .valores_col {
        width: 264px;
        float: left;
        padding: 20px 20px 20px 20px;
    }

    h2 {margin: 20px 0px 10px 20px;}

    .experiencia {
        width: 100%;
        max-width: 962px;
        float: left;
        margin-bottom: 40px;
        margin-left: 30px;
        margin-right: 0px;
    }

    .box_experiencia {
        width: 100%;
        max-width: 416px;
        float: left;
        margin-right: 10px;
        margin-left: 10px;
        padding: 15px;
        background-color: transparent;
        border-top: 2px solid #000;
        border-right: 5px solid #000;
        border-left: 2px solid #000;
        border-bottom: 5px solid #000;
    }

    .texto-experiencia {
        width: 58%;
        float: left;
        /* margin-left: 15px; */
        font-family: 'Courier Prime', monospace;
        font-weight: normal;
        font-size: 0.9em;
        color: #fff;
    }

    .call-to-action{float: left;}
    .title {
        font-family: 'Courier Prime', monospace;
        font-weight: normal;
        font-size: 1.1em;
        color: #F1FAB9;
    }

    .btn {
        width: 150px;
        font-family: 'Oswald', sans-serif;
        border-width: 2px 2px 4px 2px;
        border-style: solid;
        border-color: #000000;
        color: #000;
        background-color: #6FD2D2;
        padding: 5px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 1.2em;
        float: left;
    }
    
    .formulario {
        width: 100%;
        max-width:992px;
        padding: 0px;
        float: left;
    }

    .rodape{
    width: 100%;
    max-width: 912px;
    float: left;
    padding: 10px 40px 30px 40px; 
    }

    form{
        width: 100%;
        max-width: 925px;
        margin-top:20px;
        margin-left:20px;
        Margin-right:10px;
        padding: 10px 0px 20px 15px;
        float: left;
    }
}