html {
  scroll-behavior: smooth;
}

.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;


  /* Border shadow variables */
  --offset-x: 0px;
  --offset-y: 0px;
  --blur-radius: 0px;
  --spread-radius: 0px;

  --red: 0;
  --green: 0;
  --blue: 0;
  --opacity: 0.75;

  --shadow-color: #000000;
  --background-color: #d6d6d6;
  --border-shadow-box-color:#ffffff;

  /* Border radius variables */
  --all-corners: 10px;

  --top-left: 10px;
  --top-right: 10px;
  --bottom-left: 10px;
  --bottom-right: 10px;

  --border-width: 0px;

  --border-color: #000000;
  --border-radius-box-color:#8a0000;

}

/*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:#e6e6e6; }
.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   { width:100%; float:left; background:#fff; box-shadow: 1px 0px 1.2px 0px #e3e3e3; border-radius:3px; padding:1em; }

/*Box-shadow*/
.container-app {

  width: 85vw;
  height: 100vh;
  margin: auto;

}

.main-btn {

  width: 150px;
  height: 35px;
  background: #007cff;
  color: #fff;
  font-size: 1.2em;
  border: none;
  border-radius: 8px;

}

.main-btn:hover {
  cursor: pointer;
}

/* BORDER SHADOW CONTENT */
.border-shadow-content {
  
  height: auto;
  float: left;
  display: grid;
  grid-template-columns: 3fr 5fr 3fr;
  font-size: 0.8em;
  background: transparent;

}

/* BORDER RADIUS CONTENT */
.border-radius-content {
  height: 60vh;
  display: grid;
  grid-template-columns: 2fr 5fr 2fr;
  font-size: .9rem;
}

/* VARIABLES */

.variables { 

  width: 100%;
  float: left;
  padding: 10px;
  border-radius: 8px;
  background: #fff; 

}

.variables h2 {
  font-size: .9rem;
  font-weight: bold;
  color: #202020;
}

.line {
  display: flex;
  justify-content: space-between;
  color: #202020;
  font-weight: bold;
  white-space: nowrap;
}

.color-inputs {
  display: flex;
  grid-gap: 5px;
}

.textbox {
  max-width: 60px;
}

.slider {
  width: 100%;
  height: 5px;
  padding: 0!important;
  background: #d3d3d3;
  outline: none;
  -webkit-appearance: none;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: .8;
}

.slider::-webkit-slider-thumb {
  width: 15px;
  height: 15px;
  border-radius: 50px;
  -webkit-appearance: none;
  appearance: none;
  background: #353535!important;
  cursor: pointer;
}

/* BIG BOX */
.box-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--background-color);
  margin: 0 1rem 0 1rem;
  border-radius: 8px;
}

.box-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--white);
  margin: 0 1rem 0 1rem;
}

#big-box {
  width: 60%;
  height: 60%;
  background: var(--border-shadow-box-color);
  box-shadow: var(--offset-x) var(--offset-y) var(--blur-radius) var(--spread-radius) rgba(var(--red), var(--green), var(--blue), var(--opacity));
}

#big-box-2 {

  width: 60%;
  height: 60%;
  background: var(--border-radius-box-color);
  border-radius: var(--top-left) var(--top-right) var(--bottom-right) var(--bottom-left);
  border: var(--border-width) solid var(--border-color);
}

/* OUTPUT */
.output {
  
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  background: #fff;
  padding: 10px;
  border-radius: 8px;
  color: #353535;

}

.output h2 {
  font-size: .9rem;
  font-weight: bold;
  color: var(--primary-color);
}

#copy-btn {

  width: 150px;
  height: 30px;
  background: #007cff;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 1.2em;
  cursor: pointer;

}

#copy-btn:active {

  background: #353535;

}

#copy-btn2 {
  width: 12vw;
  height: 5vh;
  background: var(--primary-color);
  color: var(--white);
  border: none;
  border-radius: 5px;
  font-size: 1.2rem;
}

/* FOOTER */
.footer {
  height: 20vh;
}

/* HIDDEN */
.hidden {
  opacity: 0;
}

/* HIDE */
.hide {
  display: none;
}
/*Box-shadow*/

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