
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* reset para navegadores mais antigos */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	max-width: 100%;
}

* {
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
}

*:focus {
  -webkit-tap-highlight-color: transparent;
  outline: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

a, a:hover, a:focus, a:active {
  text-decoration: none;
  appearance: none;
}
/* FIM RESET CSS */


:root {
  /* CORES */
  --mainColor: #26b67c;	
  --mainColorDark: #00684a;
  --mainColorLight: #30c966;

  --gray: #999999;
  --grayDark: #4c4c4c;
  --grayLightBg: #f2f2f2;
  --grayLight: #eeeeee;    
  --grayDarkText: #4c4c4c;
  --blackColor: #000000;
  --whiteColor: #ffffff;


  /* Gradiente de cinza */
  --grayColor1: #595959;
  --grayColor2: #7f7f7f;
  --grayColor3: #a5a5a5;
  --grayColor4: #cccccc;
  --grayColor5: #eeeeee; 
  --grayColor6: #dddddd; 
  --grayColor7: #f2f2f2; 
  --grayColor8: #fafafa;        
  /* Gradiente de cinza */

  /* CORES */

  /* TAMANHO TEXTO */
  --sizeText13: 0.813rem; /* 13px */
  --sizeText14: 0.875rem; /* 14px */
  --sizeText15: 0.938rem; /* 15px */
  --sizeText16: 1rem; /* 16px */
  --sizeText17: 1.063rem; /* 17px */
  --sizeText18: 1.125rem; /* 18px */
  --sizeText19: 1.188rem; /* 19px */
  --sizeText20: 1.25rem; /* 20px */
  --sizeText22: 1.375rem; /* 22px */
  --sizeText24: 1.5rem; /* 24px */
  --sizeText28: 1.75rem; /* 28px */
  --sizeText30: 1.875rem; /* 30px */
  --sizeText36: 2.25rem; /* 36px */ 
  --sizeText45: 2.813rem; /* 45px */      
  --sizeText50: 3.125rem; /* 50px */  
  /* TAMANHO TEXTO */      
}


* { box-sizing:border-box; }

body,
html {	
  width: 100%;
  min-width: 100%;
  font-weight: 200;
  font-size: 14px;
  font-family: 'Kanit', sans-serif;
  -webkit-tap-highlight-color: transparent !important;
}

.container_geral_semexe {
	margin-left: auto;
	margin-right: auto;
	max-width: 1235px;
	width: 90%;
}

.container_geral_semexe:before,
.container_geral_semexe:after {
  /*content: '.';*/
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.container_geral_semexe:after {
  clear: both;
}

.container_geral_semexe {
  zoom: 1;
}

input,
textarea,
select,
button {
    font-family: 'Kanit', sans-serif; 
    background: #ffffff;
    -moz-appearance: none; 
    -webkit-appearance: none; 
    appearance: none; 
}

button { font-family: 'Kanit', sans-serif;  }

input:focus { outline:none; }

select:focus { outline:none; }

textarea:focus { outline:none; }

textarea { resize:none; }

label { display:block; }



@media screen and (max-width: 1024px) {
  /* body {
    padding-top: 63px;
  } */
}














#bg_chamada_topo {
  width: 100%;
  height: 50px;
  background: url("../images/bg_topo_bike_na_troca.png") #0cab72 center no-repeat;
  color: #ffffff;
  display: flex;
  align-items: center;
}

#bg_chamada_topo .container {
  width: 90%;
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#bg_chamada_topo .logo {
  width: auto;
  height: 45px;
  margin-left: 5%;
}

#bg_chamada_topo .logo img {
  max-height: 100%;
}

#bg_chamada_topo .text_desk {
  font-weight: 400;
  font-size: 16px;
}

#bg_chamada_topo .text_desk a {
  color: #ffffff;
  text-decoration: underline;
}

#bg_chamada_topo .text_mobile {
  display: none;
}

@media screen and (max-width: 900px) {
  #bg_chamada_topo .text_mobile {
    display: block;
    font-size: 14px;
  }

  #bg_chamada_topo .text_mobile a {
    color: #ffffff;
    text-decoration: underline;
    font-weight: 700;
  }

  #bg_chamada_topo .logo {
    display: none;
  }

  #bg_chamada_topo .text_desk {
    display: none;
  }
}



.container_box_banner {
  width: 90%;
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.box_banner_homev2 {
  width: 48%;
  height: 190px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}


/* box bike na troca */
.img_bg_bike_troca {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.box_bike_troca a {
  display: flex;
  align-items: center;
  position: absolute;
  inset: 0;
  background: hsla(0, 0%, 0%, 0.384);
  z-index: 9;
  padding: 20px;
}

.logo_bike_troca { width: 32%; }
.logo_bike_troca img { max-width: 100%; }

.text_bike_troca {
  width: 45%;
  margin-left: 3%;
  color: #ffffff;
}

.text_bike_troca h3 {
  font-size: 25px;
  font-weight: 600;
  font-style: italic;
  text-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5);
}
/* box bike na troca */



/* box especialista */
.box_especialista {
  background: #e3e3e3;
  background: url("../images/especialista_semexe-v2.png") #e3e3e3 left no-repeat;
}

.box_especialista a {
  display: flex;
  align-items: center;
  position: absolute;
  inset: 0;
  z-index: 9;
  padding: 20px;
}

.text_box_especialista {
  width: 100%;
  padding-left: 55%;
}

.text_box_especialista h2 {
  display: block;
  font-size: 28px;
  line-height: 35px;
  color: #0cab72;
}

.text_box_especialista h3 {
  background: #1b1b1b;
  display: inline;
  font-size: 20px;
  line-height: 35px;
  color: #e3e3e3;
}

.text_box_especialista h3 span {
  color: #0cab72;
  font-style: italic;
}

.img_especialista {
  width: auto;
  height: 190px;
  overflow: hidden;
  display: none;
}

.img_especialista img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* box especialista */


.btn_banner_home {
  max-width: 150px;
  color: #ffffff;
  display: block;
  text-align: center;
  margin-top: 5px;
  padding: 5px 10px;
  border-radius: 100px;
  background: #0cab72;
  font-weight: r;
  font-size: 16px;
  line-height: normal;
}




@media screen and (max-width: 900px) {
    
  .box_banner_homev2 {
    width: 100%;
    height: 170px;
    margin: 5px auto;
  }

  .text_box_especialista {
    width: 100%;
    padding-left: 50%;
  }

}


@media screen and (max-width: 600px) {
  
  .text_bike_troca {
    width: 65%;
  }
  
  .box_especialista {
    background: url("../images/especialista_semexe-v2.png") #e3e3e3 right no-repeat;
    background-position: top 0px right -70px;
  }

  .text_box_especialista {
    padding: 0;
  }

  .text_box_especialista h3 {
    font-size: 18px;
    line-height: 30px;
  }
  
}