@charset "UTF-8";

#imagemTexto {
  padding-left: 10px;
  float: left;
}

#rodape {
  display:block;
  text-align: center;
  font-family:"TextoRegular";
  font-size:0.9em;
  color:#fff;
  letter-spacing: .3em;

}

#rodape a:active, #rodape a:visited, #rodape a:link {
 color:#fff;
 transition: all 0.9s ease-in-out;
 text-decoration-line: underline;
 text-decoration-color: orange;
 letter-spacing: .3em;
}

#rodape a:hover {
  color:white;
  text-decoration: none;
  background-color: red;
  border-radius:10px;
  padding:0px 10px 0px 10px;
  transition: all 0.3s ease-in-out;
}

#newsletterNumber h2 {
  font-family:"TextoRegular";
  font-size:0.9em;
  text-transform: uppercase;
  margin-bottom:20px;
  letter-spacing: 0.1em;
}
.tituloPagina {
  font-family:"TextoArtigo";
  color:#000;
  font-size:1.3em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.entry-content p {
  font-family:"TextoArtigo";
  color:#000;
  font-size:1em;
  padding-left:10px;
  margin-left:10px;
}

.entry-content pre, .entry-content img {
  padding-left:20px;
}


.entry-content p a:active, .entry-content p a:visited, .entry-content p a:link {
  color:#000;
  font-size:0.9em;
  text-decoration-line: underline;
  text-decoration-color: darkblue;
  transition: all 0.9s ease-in-out;
  border-radius:10px;


  /* border: 0.5px solid rgba(0,0,0,0.25); */
}

.entry-content p a:hover {
  color:white;
  text-decoration: none;
  background-color: red;
  border-radius:10px;
  padding:0px 10px 0px 10px;
  transition: all 0.3s ease-in-out;


}

/* ************************************************ */
/* ************************************************ */
/* ************************************************ */

#introductionBox, #newsBox, #codeBox, #toolsBox, #interestingBox, #sponsorshipBox {
  font-family:"TextoBoldEtiqueta";
  font-size:1.0em;
  color:#fff;
  text-transform: uppercase;
  padding:5px 10px 5px 10px;
  display:inline-block;
  border-radius:10px;
  margin-bottom:20px;
  letter-spacing: 0.1em;
}

#introductionBox {
  margin-top:20px;
}

#newsBox, #codeBox, #toolsBox, #interestingBox, #sponsorshipBox {
  margin-top:60px;
}

#introductionBox {
  margin-bottom:0px;
  margin-left:-10px;
}

#introductionBox img {
  /* background-color:#000; */
  margin-left:0px;

}


#newsBox {
  background-color:#9204ff;
}

#codeBox {
  background-color:#c49600;
}

#toolsBox {
  background-color:#9204ff;
}

#interestingBox {
  background-color:#9204ff;
}



/* INTRO FINAL LINK  */
#introFinalLink a:active,  #introFinalLink a:visited, #introFinalLink a:link {
  font-family:"TextoBoldEtiqueta";
  font-size:0.8em;
  color:black;
  margin-top:20px;
  margin-left:10px;

  margin-bottom:20px;
  letter-spacing: 0.1em;
  text-decoration-line: underline;
  text-decoration-color:rgba(0,0,0,0.35);
}

#introFinalLink a:hover {
  color:black;
  text-decoration: none;
}





/* ************************************************ */

#newsTopic, #codeTopic, #toolsTopic, #interestingTopic {
  font-family:"TextoBoldEtiqueta";
  font-size:1.0em;
  text-transform: uppercase;
  border-radius:10px;
  margin-bottom:10px;
  margin-left:10px;
  margin-top: 30px;
  letter-spacing: 0.1em;
}

/* NEWS TOPIC */
#newsTopic {
  color:#6d0ab9;
}

#newsTopic a:active, #newsTopic a:visited, #newsTopic a:link {
  font-size:1.0em;
  color:#6d0ab9;
  text-decoration-line: underline;
  text-decoration-color:rgba(109,10,185,0.35);
}

#newsTopic a:hover {
  color:#0a61b9;
  text-decoration: none;
}

/* NEWS FINAL LINK */
#newsFinalLink a:active,  #newsFinalLink a:visited, #newsFinalLink a:link {
  font-family:"TextoBoldEtiqueta";
  font-size:0.8em;
  color:#6d0ab9;
  margin-top:20px;
  margin-left:10px;

  margin-bottom:20px;
  letter-spacing: 0.1em;
  text-decoration-line: underline;
  text-decoration-color:rgba(109,10,185,0.35);
}

#newsFinalLink a:hover {
  color:#0a61b9;
  text-decoration: none;
}


/* CODE TOPIC */
#codeTopic {
  font-family:"TextoBoldEtiqueta";
  font-size:1.0em;
  color:#c49600;
  text-transform: uppercase;
  margin-bottom:20px;
  letter-spacing: 0.1em;
}

#codeTopic a:active, #codeTopic a:visited, #codeTopic a:link {
  font-size:1.0em;
  color:#c49600;
  text-decoration-line: underline;
  text-decoration-color:rgba(196,160,0,0.35);
}

#codeTopic a:hover {
  color:#c5aa00;
  text-decoration: none;
}


/* CODE FINAL LINK */
#codeFinalLink a:active,  #codeFinalLink a:visited, #codeFinalLink a:link {
  font-family:"TextoBoldEtiqueta";
  font-size:0.8em;
  color:#c49600;
  margin-top:20px;
  margin-left:10px;
  margin-bottom:20px;
  letter-spacing: 0.1em;
  text-decoration-line: underline;
  text-decoration-color:rgba(196,160,0,0.35);
}

#codeFinalLink a:hover {
  color:#c5aa00;
  text-decoration: none;
}



/* TOOLS TOPIC */

#toolsBox {
  background-color:#148636;
}

#toolsTopic {
  color:#148636;
}

#toolsTopic a:active, #toolsTopic a:visited, #toolsTopic a:link {
  font-size:1.0em;
  color:#148636;
  text-decoration-line: underline;
  text-decoration-color: rgba(27,233,129,0.35);
}

#toolsTopic a:hover {
  color:#135e29;
  text-decoration: none;
}

/* TOOLS FINAL LINK */
#toolsFinalLink a:active,  #toolsFinalLink a:visited, #toolsFinalLink a:link {
  font-family:"TextoBoldEtiqueta";
  font-size:0.7em;
  color:#148636;
  margin-top:140px;
  margin-left:10px;
  margin-bottom:20px;
  letter-spacing: 0.1em;
  text-decoration-line: underline;
  text-decoration-color: rgba(27,233,129,0.35);
}

#toolsFinalLink a:hover {
  color:#135e29;
  text-decoration: none;
}


#sponsorshipBox {
  background-color:#005cc4;
}

#sponsorshipFinalLink a:active,  #sponsorshipFinalLink a:visited, #sponsorshipFinalLink a:link {
  font-family:"TextoBoldEtiqueta";
  font-size:0.8em;
  color:#005cc4;
  margin-top:20px;
  margin-left:10px;
  margin-bottom:20px;
  letter-spacing: 0.1em;
  text-decoration-line: underline;
  text-decoration-color:rgba(196,160,0,0.35);
}

#sponsorshipFinalLink a:hover {
  color:#0045c5;
  text-decoration: none;
}


.bodyArtigo p {
  font-size:1em;
}


.center {
  margin: auto;
  width: 50%;
  padding: 10px;
  margin-bottom:20px;
}

#subscribeBox, #subscribeBoxFooter {
  margin: auto;
  width: 50%;
  padding: 10px 0 10px 0;
}

#subscribeBoxParent, #subscribeBoxParentFooter {
  margin: auto;
  padding: 10px 0 40px 0;
  background-color: gold;
  position: absolute;
  width:100%;
}

.container {
  clear: both;
}

#espacamento, #espacamentoFooter {
  height:400px;
}

#primary {
  background-color:#fff;
}


.scaledNewsletter {
  transform: scale(1.6);
  width: 35%;
  margin-left:75px;
  margin-bottom: 20px;
}

/* se estiver num mobile device */
@media (max-width: 800px)
{
  .scaledNewsletter {  
    transform: scale(1.0);
    margin-left:0;
    display: inline;
  }
  #espacamento, #espacamentoFooter {
    height:500px;
  }
  #subscribeBox, #subscribeBoxFooter {
    margin: 0 10px 0 10px;
    width: 80%;
    /* padding: 10px 0 10px 0; */
  }
}


#roundedCornersEmail, #roundedCornersEmailFooter {
  border-radius: 12px;
  border-width:0px;
  padding-left:10px;
  padding-right:10px;
  background:rgba(0,0,0,0);
}

#roundedCornersTable, #roundedCornersTableFooter {
  border-radius: 12px;
  border-width:0px;
}

#roundedCornersButton, #roundedCornersButtonFooter {
  border-width:0px;
  box-shadow:none;
  background:rgba(0,0,0,0);
  color:#fff;
  width:140px;
    padding: 0;

}

#subscribeLeft, #subscribeLeftFooter {
  background-color:#fff;
  border-width:0px;
  border-radius:10px 0px 0px 10px;
}

#subscribeRight, #subscribeRightFooter {
  border-radius:0px 10px 10px 0px;
  background-color:#000;
  border-width:0px;
}


@font-face {
  font-family: 'TextoRegular';
  src: url('https://katkay.com/wp-content/themes/fonts/Open_Sans_Condensed/OpenSansCondensed-Light.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'TextoBold';
  src: url('https://katkay.com/wp-content/themes/fonts/Open_Sans_Condensed/OpenSansCondensed-Bold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'TextoLightItalic';
  src: url('https://katkay.com/wp-content/themes/fonts/Open_Sans_Condensed/OpenSansCondensed-LightItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}


@font-face {
  font-family: 'TextoBoldEtiqueta';
  src: url('https://katkay.com/wp-content/themes/fonts/Roboto/Roboto-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TextoArtigo';
  src: url('https://katkay.com/wp-content/themes/fonts/Roboto/Roboto-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
