.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:#ffffff; }
.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; }

/*Gerador*/
.colorpicker {
  position: relative;
  background: #fff;
  width: 280px;
  padding-left: 8px;
  box-shadow: 0 8px 15px -8px rgba(0, 0, 0, 0.3);
  margin: auto;
}
.colorpicker .hue {
  width: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
  transform: translate(-100%, 0);
  background: linear-gradient(to bottom, red 0, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, red);
}
.colorpicker .hue .drag {
  --y: 0;
  width: 10px;
  height: 2px;
  top: -2px;
  right: 0;
  position: absolute;
  background: #000;
  transform: translate(0, var(--y));
}
.colorpicker .field {
  --backgroundHue: 150;
  width: 100%;
  padding-bottom: 112%;
  position: relative;
  background: hsl(var(--backgroundHue), 100%, 50%);
}
.colorpicker .field .fieldOverlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent, #000), linear-gradient(to right, #fff, transparent);
}
.colorpicker .field .fieldOverlay .drag {
  --x: 0;
  --y: 0;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: -10px;
  top: -10px;
  border: 2px solid #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
  transform: translate(var(--x), var(--y));
}
.colorpicker label {
  text-align: center;
  color: #000;
  font-size: 14px;
  display: block;
  margin: 12px 0 0 0;
}
.colorpicker input {
  outline: none;
  border: none;
  font-family: inherit;
  padding: 5px;
  display: block;
  text-align: center;
  color: #333;
  font-size: 16px;
  margin: 6px 0 20px 12px;
  background: #eee;
  width: calc(300px - 34px);
}
.colorpicker ul {
  padding: 0 10px 10px 8px;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.colorpicker ul li {
  font-size: 12px;
  text-align: center;
  min-width: 30px;
  color: #000;
  margin: 0 4px 4px;
}
.colorpicker ul li strong {
  display: block;
  color: #333;
  font-size: 14px;
  padding: 5px 10px;
  min-width: 60px;
  margin: 0 0 6px;
  background: #eee;
}
/*Gerador*/

/*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*/
