/* ============================================ */
/* CONTEÚDO MESCLADO DE: padrao.css + principal.css + precarregamento.css + habilidades.css */
/* ============================================ */

/* INÍCIO - padrao.css */
* {
  box-sizing: border-box;
  margin: 0;
  border: 0;
  padding:0;
  font: inherit;
  font-size:100%;
  vertical-align:baseline;
}

a:link {text-decoration: none;color: #000;}
a:visited {text-decoration: none; color: #000;}
a:hover {text-decoration: none;color: #000;}
a:active {text-decoration: none;color: #000;}
/* FIM - padrao.css */

/* INÍCIO - principal.css */
@charset "utf-8";
@import url(//fonts.googleapis.com/css?family=Lato:300:400);

html {
  /*
  width:100%;
  height:100%;
  */
  width: 100vw;
  height: 100vh;
  font-size:16px;
  user-select: none;
}
body {
  width:100%;
  height:100%;
  position: fixed;
  display: flex; /**/
}
.principal { /*main*/
  flex: 0 0 100%;
  display: flex;
}
.label-secao { /*label*/
  display: flex;
}
.esconder { /*esconde os botões de radio*/
 display: none;
}
/**********************************/
.precarregamento {
  display: flex;
  flex-direction: column;
  color: white;
}
.precarregamento p {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-left: 2.7rem;
}
.precarregamento p span:nth-child(2) {
  width: 1.1rem; 
}
#dots {
  animation: dots 1s infinite;
}

@keyframes dots {
  0% {
    content: "";
  }
  25% {
    content: ".";
  }
  50% {
    content: "..";
  }
  75% {
    content: "...";
  }
}

/* ************************************* */
/* BACKGROUND DAS SEÇÕES                 */
/* ************************************* */
/*
label:nth-child(even) section{background-color: lightblue;}
label:nth-child(odd) section{background-color: lightseagreen;}
*/
.secao { 
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.label-secao:nth-child(2) .secao {background-image: url(imagens/aguia.jpg);}
.label-secao:nth-child(3) .secao {background-image: url(imagens/habilidades.jpg);}
.label-secao:nth-child(4) .secao {background-image: url(imagens/trabalhos.jpg);}
.label-secao:nth-child(5) .secao {background-image: url(imagens/blog.jpg);}
.label-secao:nth-child(6) .secao {background-image: url(imagens/contato.jpg);}

.secao::after { 
  content: "";
  width: 100%;
  height: 100%;
  top: 0; 
  left: 0;
  background-color: #2e2e2e;
  opacity: 50%;
  position: absolute;
  pointer-events: none; /* Permite que o mouse passe através do pseudo-elemento */
}
.cabecalho, .corpo, .rodape { /*ajusta por cima*/
  z-index: 2;
}
/* ************************************* */
/* SEÇÕES                                */
/* ************************************* */
/* ESCONDE POR PADRÃO AS SEÇÕES */
.corpo, .rodape, .ttl-a {display: none;}
/* MOSTRA AS SECÕES AO CLICAR */
.sec-ativa .corpo {display: flex;}
.sec-ativa .rodape {display: flex;}
.sec-ativa .ttl-a {display: flex;}
.sec-ativa .ttl-b {display: none;}

/************************/
.cabecalho { /*header*/
  text-transform: uppercase; 
}
.corpo { /*div*/
  flex-direction: column;
  font-family: 'Lato', sans-serif;
}

/* ***************************** */
/* titulos e paragrafos.         */
/* ***************************** */
.sec-ativa h1 {
  text-shadow: 0.03125rem 0.03125rem #000, 0.0625rem 0.0625rem #000, 0.09375rem 0.09375rem #000, 0.125rem 0.125rem #000;
  color: white;
  font-weight: 900;
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
}
h2 {
  color: white;
  font-weight: 700;
  font-size: 1.5625rem;
}
.sec-ativa h2 {
  margin-bottom: 0.5rem;
  font-size: 1.5625rem;
}
h3 {
  font-size: 1.13rem;
  color: white;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
p {
  margin-bottom: 0.5rem;
  line-height: 1.1;
  font-size: 1.13rem;
}
a, .a-sbmt {
  font-family: 'Times New Roman', Times, serif;
}
.botao {
  width: fit-content;
}


.botao a, .a-sbmt {
  text-transform: uppercase;
  display: flex;
  padding: 0.1875rem 0.1875rem;
  border-radius: 0.6875rem;
  background-color: #2e2e2e;
  opacity: 90%;
  font-weight: 900;
  cursor: pointer;
  height: 3rem;
}

.botao i {
  border: 0.0625rem solid #f0f0f0;
  font-weight: 900;
  border-radius: 0.625rem 0 0 0.625rem;
  width: 2.5rem;

  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.5rem;
  border-right:none;
}
.botao span {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.8rem;
  border: 0.0625rem solid #f0f0f0;
  border-radius: 0 0.625rem 0.625rem 0;
  background-color: #2e2e2e;
}
/*.botao a:link {font-weight: 900; color: #f2f2f2;}
.botao a:visited {font-weight: 900; color: #f2f2f2;}
.botao a:hover {font-weight: 900; color: goldenrod; transition: color 0.35s ease;}
.botao a:active {font-weight: 900; color: #e91e39;}*/

.botao a:link i,
.botao a:link span {
  border-color:#f2f2f2; font-weight: 900; color: #f2f2f2; ;
}
.botao a:visited i,
.botao a:visited span {
  border-color:#f2f2f2; font-weight: 900; color: #f2f2f2; ;
}

.botao a:hover i,
.botao a:hover span {
  border-color:goldenrod; font-weight: 900; color: goldenrod; transition: color 0.35s ease;
}
.botao a:active i,
.botao a:active span {
  border-color:#e91e39; font-weight: 900; color: #e91e39; transition: color 0.35s ease;
}

.botao label:link i,
.botao label:link span {
  border-color:#f2f2f2; font-weight: 900; color: #f2f2f2; ;
}
.botao label:visited i,
.botao label:visited span {
  border-color:#f2f2f2; font-weight: 900; color: #f2f2f2; ;
}
.botao label:hover i,
.botao label:hover span {
  border-color:goldenrod; font-weight: 900; color: goldenrod; transition: color 0.35s ease;
}
.botao label:active i,
.botao label:active span {
  border-color:#e91e39; font-weight: 900; color: #e91e39; transition: color 0.35s ease;
}

.caixaLinkSociais {
  display: flex;  
}

.caixaLinkSociais a {
  font-weight: normal;
  font-size: 1.5rem;
  position: relative;
  transition: color 0.3s ease;
  z-index: 1;
}
.caixaLinkSociais a:link {color: #f2f2f2;}
.caixaLinkSociais a:visited {color: #f2f2f2;}
.caixaLinkSociais a:active {color: rebeccapurple;}

.caixaLinkSociais .fa-linkedin-in:hover {color: #007bb5;}
.caixaLinkSociais .fa-github:hover {color: #000;}
.caixaLinkSociais .fa-tiktok:hover {text-shadow: 0.0625rem 0.0625rem 0.125rem magenta, -0.0625rem -0.0625rem 0.125rem cyan; color: black;}
.caixaLinkSociais .fa-youtube:hover {color: #bb0000;}
.caixaLinkSociais .fa-pinterest-p:hover {color: #bb0000;}
.caixaLinkSociais .fa-instagram:hover {
  font-weight: bold;
  background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent; /* essencial para mostrar o gradiente */
}

/**//*
.caixaLinkSociais .fa-github::after {
content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.2rem;  
  height: 1.2rem;
  background: white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: -1; 
  opacity: 0;  
  transition: opacity 0.3s ease;
}

.caixaLinkSociais .fa-github:hover::after {
  opacity: 1; 
}*/
/**/

.conjuntoDeCampos {
  border: 0.0625rem outset gray;
  border-radius: 0.375rem;
  padding: 0.625rem 0 0.5rem 1rem;
  background-color: rgba(0,0,0,0.2);
}
.linhaForm {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: fit-content;
  margin-bottom: 0.3125rem;
}
.colunaForm-a {
  width: 28%;
}
.colunaForm-b {
 width: 100%;
 display: flex;
 justify-content: center;
}
.corpo p strong {
  color: goldenrod;
  font-weight: 700;
}

/*************************/
@media only screen and (max-width:1023px) {.colunaForm-b {width: 90%;}}
@media only screen and (max-width: 768px) {.colunaForm-b {width: 80%;}}
@media only screen and (max-width: 425px) {.colunaForm-b {width: 70%;}}
@media only screen and (max-width: 375px) {.colunaForm-b {width: 60%;}}

.mensagemContato, 
.assuntoContato,
.nomeContato, 
.emailContato
{
  width: 85%;
  padding: 0.3125rem;
  border-radius: 0.3125rem;
}
.ultimaLinhaForm {
  margin-top: 0.625rem;
}
.midiaSocial {
  margin-top: 1.13rem;
  flex-direction: column;
  background: #2e2e2e;
  margin: 0 /* 1.25rem -10% -1.13rem -10%*/;
  box-shadow: -0.0625rem -0.0625rem 0.1875rem rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

label.sec-ativa[for="contato"] .secao {
padding-bottom: 5.7rem;
}
.colunaForm-c {
  display: flex;
}
.ttl-c {
  text-transform: uppercase;
}
.ttl-blog {
  text-transform: capitalize;
}
.caixaRodapeContato {
  display: flex;
  /*flex-wrap: wrap;*/
  flex-direction: column;
}
.caixaRodapeContato div:nth-child(1) {
  width: fit-content;
  padding-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
}

.caixaRodapeContato div:nth-child(2) {
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.caixaRodapeContato div:nth-child(2) p {
  display: flex;
  justify-content: center;
  font-size: 0.625rem;
  margin: 0;
  font-size: 12px;
  letter-spacing: 1px;
}
.labelContato {
  cursor: pointer;
  font-weight: 700;
  letter-spacing: 0.125rem;
}

.copyright a:link {text-decoration: none;color: #fff;}
.copyright a:visited {text-decoration: none; color: #fff;}
.copyright a:hover {text-decoration: none;color: #daa520}
.copyright a:active {text-decoration: none;color: #fff;} 


/* ************************************* */
/* CONTROLE DE MÍDIAS                    */
/* ************************************* */
.secao {
  width: 100%;
  height: 100%;
  cursor: pointer;
  color: #f2f2f2;
  display: flex;
  overflow: hidden;
  border: 0.0625rem solid black;
}
.sec-ativa .secao {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  padding: 1rem;
  cursor: default;
}
.cabecalho {
  display: flex;
  width: 100%;
  height: 100%;
}
h2 {  
  width: 100%;
}

@media only screen and (orientation: portrait) {
  .principal {
    flex-direction: column;/*aqui*/
  }
  .label-secao {
    flex: 0 0 7.5%;/*aqui*/
  }
  .sec-ativa {
    flex: 0 0 70%;/*aqui*/
    color: red;
  }
  .cabecalho {
    align-items: center;
    
  }
  .sec-ativa .cabecalho {
    height: fit-content;
  }
  h2 {
    text-align: center;
  }
  .label-secao:nth-child(2) .secao { /*sobre*/
    background-position: 50% 38%;
    }
    .label-secao:nth-child(3) .secao { /*habilidades*/
    background-position: 65% 24%;
    }
    .label-secao:nth-child(4) .secao { /*trabalhos*/
      background-position: center;
    }
    .label-secao:nth-child(5) .secao { /*blog*/
      background-position: center;
    }
    .label-secao:nth-child(6) .secao { /*contato*/
    background-position: 75% 30%;
    }
}
@media only screen and (orientation: landscape) {
  .principal {
      flex-direction: row;/*aqui*/
    }  
    .label-secao {
      flex: 0 0 10%;/*aqui*/
      /*transition: all 0.35s ease-in;*/
    }  
    .sec-ativa {
      flex: 0 0 60%;/*aqui*/
      /*transition: all 0.35s ease-out;*/
    }  

    .cabecalho {
      position: relative;
    }  
    .sec-ativa .cabecalho {
      width: 100%;
      height: fit-content;
    }  
    h2 {
      transform: rotate(-90deg);
      position: absolute;
      bottom: 12%;
    } 
    .sec-ativa h2 {
      width: 100%;
      transform: rotate(0deg);
      position: initial;
    }
    .label-secao:nth-child(2) .secao { /*sobre*/
      background-position: 46% 40%;
      }
      .label-secao:nth-child(3) .secao { /*habilidades*/
      background-position: 59% 24%;
      }
      .label-secao:nth-child(4) .secao { /*trabalhos*/
      background-position: 59% 0%;
      }
      .label-secao:nth-child(5) .secao { /*blog*/
      background-position: center;
      }
      .label-secao:nth-child(6) .secao { /*contato*/
      background-position: center;
      }
      .secao:hover h2 {
        color: goldenrod;
        transition: color 0.3s ease;
      }
      .sec-ativa .secao:hover h2 {
        color: white;
      }
}
@media only screen and (max-height: 420px)
{
  html {
   font-size: 10px;
  }
}
/* FIM - principal.css */

/* INÍCIO - precarregamento.css */
.precarregamento {
    width: 100%;
    height: 100%;
    background: #333333;
    z-index: 99;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
  top: 0;
  left:0;
}

.carregando {
    width: 80px;
    height: 80px;
}

.carregando::after {
    content: "";
    display: block;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff transparent;
    margin: 8px;
    animation: spin 1.2s ease infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* FIM - precarregamento.css */

/* INÍCIO - habilidades.css */
.heading {
	/*display: table-cell;
	vertical-align: middle;
	position: relative;
	z-index: 1;*/
}
.heading h1{
/*	font-weight: 700;*/
}
.heading p{
/*	padding: 0 20px;*/
}

.heading h3{
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.cd-words-wrapper b.is-visible {
  position: relative;
}
.no-js .cd-words-wrapper b {
  opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

/* -------------------------------- 
xclip 
-------------------------------- */
.cd-headline.clip span {
    display: inline-block;
    padding: .2em 0;
  }
  .cd-headline.clip span b{
      text-transform: uppercase;
  }
  .cd-headline.clip .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top;
  }
  .cd-headline.clip .cd-words-wrapper::after {
    /* line */
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background-color: #aebcb9;
  }
  .cd-headline.clip b {
    opacity: 0;
  }
  .cd-headline.clip b.is-visible {
    opacity: 1;
  }
/* FIM - habilidades.css */