.content { float:left; width:92%; margin:0 4%; padding: 20px 0; }

:root {

  --corAzul:#007cff;
  --corAzulEscuro:#1e3c5f;
  --corAzulClaro:#00a4ef;
  --corVermelho:#ea413e;
  --corVerde:#08b84d;
  --corLaranja:#ff6c00;
  --corAmarelo:#f7d51c;
  --corCafe:#443e3c;
  --corBranco:#ffffff;
  --corPreto:#202020;
  --corPretoHover:#353535;
  --corPretoTexto:#5d5d5d;
  --corCinza:#a4a4a4;
  --corRoxo:#b03bd7;

}

/*HEADER*/
.main_header          { background:#ffffff; border-bottom:1px #f4f4f4 solid; z-index:1; padding: 0.5em 0em; }
.main_header .content { float:left; padding:0px 0; }

.fixed            { display:block; position:fixed; z-index:9;  }
.main_header_logo { text-align:center; margin:auto; float:none; width:138px; }
.main_header_logo img { height:69px; }

/*Onde Estou Single*/
.onde-estou-single { background-color:#007cff; width:100%; float:left; padding:0; }
.onde-estou-single ul    { width:100%; float:left; font-size:0.8em; }
.onde-estou-single ul li { width:100%; float:left; display:block; margin-right:0px; margin-bottom:5px; font-family:'open_sansregular'; color:#bbd4ee; }
.onde-estou-single ul li.back { float:left; }
.onde-estou-single ul li span   { color:var(--corBranco); font-family:'open_sansregular';}
.onde-estou-single ul li i        { color:#74b8ff; }
.onde-estou-single ul li a        { color:#ffffff; text-decoration:none; font-family:'open_sansregular';}
.onde-estou-single ul li a:hover  { color:var(--corPreto); text-decoration:underline; }
/*Onde Estou Single*/

/*PUBLICIDADE*/
.boxBannerTopo   { padding:0em 0; background-color:transparent; }
.bannerTopo      { width:100%; float:left; background-color:#fff; border:1px solid #e9ebee; }
.bannerTopo .imagemBan   { margin:auto; max-width:900px; overflow:hidden; }
.bannerTopo .imagemBan a { width:100%; height:100%; float:left; display:block; }

/*Seu Código*/
.section-seu-codigo          { padding:10px 0px; background-color:#e3e0d8; }
.section-seu-codigo .content { float:left; padding:1em 0; }
.section_title               { width: 100%; float:left; margin-bottom:1em; font-size:1.3em; font-weight: 300; text-align: center; border-bottom: 1px #eceaea solid; padding-bottom: 1em; }

.box-artigo   { color:#202020; width:100%; float:left; }

/*Border*/
:root {
  --clr-border: #202020;
  --AnimationLength: 0px;
}

.content-border { width:100%; }

.generator {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 3em;
}
@media (max-width: 768px) {
  .generator {
    grid-template-columns: 1fr;
  }
}

form {
  width: 100%;
}
form label {
  display: block;
  font-weight: bold;
  width: 100%;
}
form label + label {
  margin-top: 20px;
  margin-bottom:5px ;
}
form .input {
  
  display: block;
  width: 100%;
  border: none;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  margin-top: 5px;

}

.result {
  width: 100%;
  height: 100%;
  padding: 1em;
  line-height: 1.2;
  background-repeat: no-repeat;
}
.result span {
  display: block;
  padding-left: 4em;
  text-indent: -2em;
  margin: 0.5em auto;
}
@-webkit-keyframes borderAnimation {
  from {
    background-position: 0 0, var(--AnimationLength) 0, 100% var(--AnimationLength), 0 100%;
  }
  to {
    background-position: 0 var(--AnimationLength), 0 0, 100% 0, var(--AnimationLength) 100%;
  }
}
@keyframes borderAnimation {
  from {
    background-position: 0 0, var(--AnimationLength) 0, 100% var(--AnimationLength), 0 100%;
  }
  to {
    background-position: 0 var(--AnimationLength), 0 0, 100% 0, var(--AnimationLength) 100%;
  }
}
/*Border*/

/*Section Chamada Dois*/
.section-chamada-dois          { padding:10px 0px; background-color:#f4f4f4; }
.section-chamada-dois .content { float:left; padding:1em 0; }
.box-chamada-dois                  { width:100%; float:left; padding:1em; }
.box-chamada-dois p                { text-align: center; width: 100%; float: left; line-height: 30px; margin-bottom: 30px; }
.box-chamada-dois p .link          { text-decoration:underline; color:#007cff; }
.box-chamada-dois p .link:hover    { color:#202020; }


.box-anun  { width:100%; float:left; padding:1em; margin-top:10px; }

/*Section Chamada Dois*/

/*FOOTER*/
.main_footer          { background-color:#444444; color:var(--corPretoTexto); font-size:0.875em; }
.main_footer .content { padding:2em 0em; }

.colfooter { width:100%; height:auto; float:left; margin-bottom:2em; border-bottom:1px #4d4d4d solid; padding-bottom:30px; }
.colfooter:nth-child(3) { border-bottom:0; padding-bottom:0; }

.row       { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.footer-section    { background:#151414; position: relative; }
.footer-bar-bottom { border-top: 1px solid #4d4d4d; padding-top: 2rem !important; padding-bottom: 2rem !important; }
.single-cta i      { color:var(--corAzul); font-size: 30px; float: left; margin-top: 8px; }
.cta-text          { padding-left:15px; display:inline-block; }
.cta-text h4       { color:#fff; font-size: 20px; font-weight: 600; margin-bottom: 2px; }
.cta-text span     { color: var(--corCinza); font-size: 15px; }
.cta-text span a   { color: var(--corCinza); font-size: 15px; text-decoration:none; }
.cta-text span a:hover { color: var(--corAzul); text-decoration:underline; }

.footer-content { position: relative; z-index: 2; padding-top: 2rem !important; padding-bottom: 2rem !important; }

.footer-pattern img { position: absolute; top: 0; left: 0; height: 330px; background-size: cover; background-position: 100% 100%; }
.footer-logo        { margin-bottom: 20px; }
.footer-logo img    { max-width: 100%; width: 300px; }
.footer-text p      { margin-bottom: 22px; font-size: 14px; color: var(--corCinza); line-height: 28px; }

.footer-social-icon span { color:var(--corBranco); display: block; font-size: 20px; font-weight: 700; font-family: 'Poppins', sans-serif; margin-bottom: 20px; }
.footer-social-icon a    { color:var(--corBranco); font-size:22px; margin-right:15px; }
.footer-social-icon i    { height: 40px; width: 40px; display: inline-block; text-align: center; line-height:45px; border-radius: 50%; }

.facebook-bg  { background: #3B5998; }
.twitter-bg   { background: #55ACEE; }
.instagram-bg { background:hsl(0 0% 10%); background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%); }
.pinterest-bg { background: #DD4B39; }

.footer-title h3         { color:#fff; font-size: 20px; font-weight: 600; margin-bottom: 40px; position: relative; padding:0; }
.footer-title h3::before { content: ""; position: absolute; left: 0; bottom: -15px; height: 2px; width: 50px; background: var(--corAzul); }

.footer-widget ul            { border-right: 1px #4d4d4d solid; margin-right: 4%; float: left; width: 48%; list-style:none; }
.footer-widget ul:last-child { border-right: 0; margin-right:0; }
.footer-widget ul li         { width: 100%; float: left; margin-bottom: 12px; }
.footer-widget ul li a       { color: var(--corCinza); text-decoration: none; }
.footer-widget ul li a:hover { color: var(--corAzul); text-decoration:underline; }

.newsletter-form              { position: relative; overflow: hidden; }
.newsletter-form input        { width:100%; padding: 15px; background: #2E2E2E; border: 1px solid #2E2E2E; border-radius:6px; outline:none; color:#fff; margin-bottom:10px; transition:.5s; }
.newsletter-form input:focus  { background-color:var(--corPreto); }
.newsletter-form button       { background:var(--corAzul); color:var(--corBranco); float: left; font-size: 16px; padding: 10px 15px; border-radius:6px; border:none; cursor:pointer; font-weight:bold; transition:.5s;}
.newsletter-form button:hover { background:var(--corPretoTexto); }

.copyright-area          { background:#2e2e2e; padding:20px 0; width:100%; float:left; }
.copyright-area .content { padding:0; line-height: 30px; }
.copyright-area .col-1   { width:100%; float:left; margin-bottom:15px; border-bottom:1px #424242 solid; padding-bottom:15px; }
.copyright-area .col-2   { width:100%; float:left; }
.copyright-text p        { margin:0; font-size:14px; color:var(--corCinza); }
.copyright-text p a      { color:var(--corCinza); }

.footer-menu li          { display:inline-block; margin: 0px 2px 10px 2px; }
.footer-menu li a        { color:var(--corCinza); font-size:14px; text-decoration:none; transition:.5s; }
.footer-menu li:hover a  { color:var(--corAzul); text-decoration: underline;}
/*FOOTER*/


/*Começa o Responsivo*/

/*480PX BREAKPOINT*/
/*480 dividido por 16 = 30em*/
@media (min-width:30em){

.boxBannerTopo { padding:1em 0; }

}

/*600PX BREAKPOINT*/
/*600 dividido por 16 = 37,5em*/
@media (min-width:37em){


} 

/*768PX BREAKPOINT*/
/*768 dividido por 16 = 48em*/
@media (min-width:48em){

.colfooter                  { width:30%; margin-right:5%; margin-bottom:0; }
.colfooter:nth-of-type(3n+0){ margin-right:0; border-right:0;}

.footer-contact .col                   { width: 50%; padding-bottom:0px; margin-bottom:0px; border-bottom:0; border-right:#353535 1px solid; }
.footer-contact .col:nth-of-type(2n+0) { border-right:0; }

} 

/*960PX BREAKPOINT*/
/*960 dividido por 16 = 60em*/
@media (min-width:60em){

  .onde-estou ul li { width:auto; margin-right:5px; margin-bottom:0; }
  .onde-estou ul li.bairro-right { float:right; }

  .onde-estou-single ul li      { width:auto; margin-right:5px; margin-bottom:0; }
  .onde-estou-single ul li.back { float:right; }

  .section-seu-codigo          { padding:20px 0px; }
  .section-seu-codigo .content { width:80%; padding:1em 0; margin:0 10%; }

  .box-chamada-dois { width:62%; float:left; }
  .box-anun         { width:33%; float:right; margin-top:60px; }

  .colfooter                  { width:31.33%; margin-right:3%; margin-bottom:0; border-bottom:0; padding-bottom:0; }
  .colfooter:nth-of-type(3n+0){ margin-right:0; border-right:0;}

  .copyright-area .col-1   { width:auto; height: 30px; line-height: 30px; float:left; margin-bottom:0; border-bottom:0; padding-bottom:0; }
  .copyright-area .col-2   { width:auto; height: 30px; line-height: 30px; float:right; }
  
}

/*1280PX BREAKPOINT*/
/*1280 dividido por 16 = 80em*/
@media (min-width:80em){

 
}

/*1366PX BREAKPOINT*/
/*1366 dividido por 16 = 85,375em*/
@media (min-width:85em){

 .content  { width:80%; margin:0 10%; }

}

/*1600PX BREAKPOINT*/
/*1600 dividido por 16 = 100em*/
@media (min-width:100em){


}
/*Fecha o Responsivo*/
