@charset "UTF-8";
/* ------------------------------------------------------------------------------- */
/*  Estilos Gerais
/*
/* PALETA
/*   1. pantone - 7406 C             #00a439
/*   2. pantone - Black 7 C 	 	 #3d3935
/*   3. pantone - black 2 C          #332f21
/*
/* ------------------------------------------------------------------------------- */

body {
  /* background: url("3gwlIn6NaWXWbRmWdGFAFIzcYLYDcdudVynhScNxgF9.jpg") repeat-y center top; */
  color: #010101;
  padding-top:60px;
}

@media(max-width:940px){

  body {
    padding-top:0px;
  }

}

h1 {
  font-size: 44px;
  margin: 20px 0;
}

.banner { margin: 80px 60px 0; }

/* ------------------------------------------------------------------------------- */
/*  Menu
min-height: 340px;
/* ------------------------------------------------------------------------------- */

.pagina-entrega {

  padding: 20px;
  background-color: #f5f5f5;
}

.navbar-inner {
  background: #00a439 !important;
  background-image: none !important;
  border: 0 none;
}

.dropdown-toggle{
  background-color: #00a438;
}

.dropdown:hover{
  background-color: #00a439;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  color: #ffffff;
  background-color: #E2C50A;
}

.navbar .brand {
  padding: 7px 20px !important;
}

.navbar-inner form {
  margin-top: 5px;
}

.navbar-inner form .btn {
  color: #00a439;
}

.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #000 !important;
  text-shadow: none !important;
  line-height: 30px;
}

.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #FFF !important;
  background: none;
  box-shadow: none;
}

/* ------------------------------------------------------------------------------- */
/*  Página Inicial
/* ------------------------------------------------------------------------------- */

.cabecalho-motoboy-cadastro {
  position:fixed;
  height:50px;
  width:100%;
  left:0px;
  top:0px;
  background-color:#46ACCA;
  z-index:1041;
}

.cabecalho-motoboy-cadastro h4{
  color:white;
}

.cabecalho-transportadora-cadastro {
  position:fixed;
  height: 45px;
  padding-top: 5px;
  width:100%;
  left:0px;
  top:0px;
  background-color:#414141;
  z-index:1041;
}

.cabecalho-transportadora-cadastro h4{
  color:white;
}

.cabecalho-inicial {
  background-color: #3D3935;
  height: 201px;
}

div.cabecalho_titulo{
  margin-top:75px;color:#FFF;width:100%;
}

.cabecalho_titulo h2{
  text-rendering:optimizelegibility;
  font-family: Circular,"Helvetica Neue",Helvetica,Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
  font-size:60px;
  font-weight:900;
  line-height: 60px;
}

.cabecalho_titulo h3{
  text-rendering:optimizelegibility;
  font-family: Circular,"Helvetica Neue",Helvetica,Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
  font-size:50px;
  font-weight:900;
  line-height: 50px;
}

div.cabecalho_faixa_preta {
  position:absolute;
  top:430px;
  width:100%;
  height:150px;
  background-color:rgba(0, 0, 0, 0.8);
}

.footer {
  background: #3d3935;
  color: #FFF;
  padding: 20px;
}

.alerta_suporte {
  position:fixed;
  bottom:10px;
  left:10px;
  margin-bottom:0px;color:#000000;background-color:#D3D3D3;width:300px;display:none;
}

.suporte_atendimento {
  margin-right:5px;
}

.suporte_vivo {
  margin-left:0px;
}

.suporte_claro {
  margin-left:10px;
}

.campoTamanhoGrande {
  border: 1px solid #ccc;
  border-top: 1px solid #afafaf;
  font-family: 'open_sansregular', sans-serif !important;
  font-weight: normal;
  height: 40px !important;
  padding: 0 10px !important;
  font-size: 15px;
  color: #666;
  float: left;
}

.textos_rodape {
  margin-top:30px;
  position:relative;
  padding-top:30px;
  border-top: 1px solid #555555;
}

.links_rodape{
  position:relative;
  margin-top:80px;
}

.links_rodape a{
  color:#616E74;
}

.item_passo{
  width:25%;
  float:left;
}

.item_passo_interno{
  padding-left:20px;
  padding-right:20px;
}

.painel_passos{
  width:100%;
  background-color:#414141;
  color:white;
  padding-top:40px;
  padding-bottom:40px;
}

.painel_monitoramento{
  width:100%;
  height:232px;
  background-color:#E6E6E6;
}

.painel_motivos{
  width:100%;
  height:390px;
}

.painel_avulso_corporativo{
  width:100%;
  height:800px;
}

.painel_motoboy_sem_complicacao{
  width:100%;
  height:370px;
  background-color:#414141;
}

.painel_motoboy_sem_complicacao h2{
  color:white;
}

.painel_motoboy_sem_complicacao p{
  color:#E6E6E6;
}

.painel_transportadoras{
  width:100%;
  height:510px;
  background-color:#FFF;
}

.painel_cidades_atendidas{
  width:100%;
  background-color:#E6E6E6;
}
.painel_cidades_atendidas a{
  color:#3D3935;
}

.painel_levantamento_cidade{
  width:100%;
  height:100px;
  background-color:#FFF;
}

/* ------------------------------------------------------------------------------- */
/*  Como Funciona
/* ------------------------------------------------------------------------------- */

.chamada {
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: bold;
  font-size: 32px;
}

/* ------------------------------------------------------------------------------- */
/*  Quem Somos
/* ------------------------------------------------------------------------------- */

.texto {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 18px;
}

/* ------------------------------------------------------------------------------- */
/*  Contratar
/* ------------------------------------------------------------------------------- */

.bg-arrows {
  background: url("YuBjcSnsd0FBVmyL6bmh7cQH4gilVfuiXi4vRp8Z6Xu.png") no-repeat 0 33px;
  height: 290px;
  margin: 0 20px;
  width: 80px;
}

.btn-facebook {
  background: url("c5fU9yu3e49ZpuBmyVi3O6D0hE4tlaaRgxiLEHEBEYP.png") no-repeat;
  display: block;
  height: 95px;
  margin: 107px 40px;
  width: 428px;
}

.btn-facebook:hover {
  background-position: 0 -95px;
}

/* ------------------------------------------------------------------------------- */
/*  Entrega
/* ------------------------------------------------------------------------------- */

body.entrega {
  background: #FFF;
}

.entrega #google-maps {
  height: 605px;
}

.entrega #google-maps img {
  max-width: none !important;
}

.entrega textarea {
  resize: vertical;
}

/* ------------------------------------------------------------------------------- */
/*  Form
/* ------------------------------------------------------------------------------- */

.button {
  width: 434px;
  background: #00a439;
  color: #010101;
  font-size: 30px;
  border: 0 none;
  text-shadow: none;
  padding: 25px 0;
}

form legend {
  border: 0 none;
  color: #010101;
  font-size: 17px;
  font-weight: bold;
  line-height: 20px;
}

textarea.field,
input[type="text"].field,
input[type="password"].field {
  width: 395px;
  height: 56px;
  background: #FFF;
  display: block;
  color: #010101;
  font-size: 24px;
  border: 0 none;
  text-shadow: none;
  border-radius: 8px;
  -webkit-box-shadow: 4px 4px 4px 0  rgba(50, 50, 50, 0.6);
  -moz-box-shadow:    4px 4px 4px 0  rgba(50, 50, 50, 0.6);
  box-shadow:         4px 4px 4px 0  rgba(50, 50, 50, 0.6);
  padding: 0 20px;
  margin: 0 0 20px;
}

input[type="checkbox"].field {
  border-radius: 8px;
  -webkit-box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.6);
  -moz-box-shadow:    2px 2px 2px 0px rgba(50, 50, 50, 0.6);
  box-shadow:         2px 2px 2px 0px rgba(50, 50, 50, 0.6);
}

textarea.field {
  height: 150px;
  padding-top: 20px;
  resize: none;
}

div#habla_topbar_div {
  background-color:#00a439 !important;
}

/* LINKS RODAPÉ - SOCIAL */
div.social_link {
  margin-left:10px;
  margin-right:10px;
  width:48px;
  height:48px;
  float:left;
}

div.social_facebook {
  background: url('0iBd6wS0RTZq6rv5EfuCzEBMhKTW8ElNTw1JjdXYaQv.png') no-repeat;
  /*) 0 0 no-repeat;*/
}
div.social_facebook:hover {
  background: url('zrM9LVWP0EIiljCDfyxLEOy8lh7Exe0OxZ6xru5mD8y.png') 0 0 no-repeat;
}

div.social_twitter {
  background: url('oZqCytWlv3FnhlI1fRVBSct85px6VVF1Tfz1C4qNmFF.png') no-repeat;
  /*) 0 0 no-repeat;*/
}
div.social_twitter:hover {
  background: url('Yxt0x7SLGKvE9pAzSx4QGOBpO7BHkeoQ4VvRkhV6O47.png') 0 0 no-repeat;
}

div.social_googleplus {
  background: url('68bJ76Q5RqisH3GMFUzPYaGdrQpAOlnMghhzRdnL5WX.png') no-repeat;
  /*) 0 0 no-repeat;*/
}
div.social_googleplus:hover {
  background: url('7fdEpGFVq1H8pJKlAQwGcSiTnevD8P78CxKr8ReJqOI.png') 0 0 no-repeat;
}

div.social_linkedin {
  background: url('vEtRc1aBy9Mpe5DHHQ4JJzcal1feRJxXE2RfDRTAHn5.png') no-repeat;
  /*) 0 0 no-repeat;*/
}
div.social_linkedin:hover {
  background: url('7czg9B9ijKGGCEB1o6NRPzz3ML3XIWzAObfDuLvRI0h.png') 0 0 no-repeat;
}

div.social_yelp {
  background: url('6rGIKsNqELFaLP7n3Qs8CJSQAtgZ0AU3MgzPDhSFlQK.png') no-repeat;
  /*) 0 0 no-repeat;*/
}
div.social_yelp:hover {
  background: url('VSUUC8PKnWjZNilJQtyDFM0sN3PlIqSn84lKIrVViLf.png') 0 0 no-repeat;
}


.form-signin {
  max-width: 280px;
  padding: 10px 20px;
  margin: 80px auto !important;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.form-signin .form-signin-heading,.form-signin .checkbox {
  margin-bottom: 15px;
}

.campo-mobile{
  font-size:20px !important;
  line-height:40px;
  height:40px !important;
}

.btn-mobi {
  color: #ffffff;
  background-color: #393939 !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-style: inset;
  border-width: 1px;
  border-color: #2A2828;
}

.icone-app {
  padding:5px;width:200px;
}

.btn-mobi-selecionado {
  color: #ffffff;
  background-color: #6F6F6F !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-style: inset;
  border-width: 1px;
  border-color: #2A2828;
}

.txt-mobi-adaptavel {font-size: 14px;}
.txt-mobi-adaptavel-big {font-size: 20px;line-height:40px;}

@media(max-width:350px){
  .txt-mobi-adaptavel {font-size: 10px !important;}
  .txt-mobi-adaptavel-big {font-size: 10px;line-height:20px;}
}
@media (min-width:350px) and (max-width:500px) {
  .txt-mobi-adaptavel {font-size: 10px !important;}
  .txt-mobi-adaptavel-big {font-size: 14px;line-height:20px;}
}


/* ------------------------------------------------------------------------------- */
/*  BOTOES
/* ------------------------------------------------------------------------------- */

.btn-green, .btn-green:focus, .btn-green:visited {
  color: #FFF;
}
.btn-green {
  background: #5bb75b;
  border:0;
  padding: 7px 30px;
  border-radius: 4px;
  text-shadow: none;
}

.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active,
.btn-green.disabled,
.btn-green[disabled] {
  color: #ffffff;
  background-color: #51a351;
}

.btn-green:active,
.btn-green.active {
  background-color: #408140 \9;
}

.btn-master, .btn-master:focus, .btn-master:visited {
  color: #000;
}
.btn-master {
  background: #00a439;
  border:0;
  padding: 7px 30px;
  border-radius: 4px;
  text-shadow: none;
}

.btn-master:hover,
.btn-master:focus,
.btn-master:active,
.btn-master.active,
.btn-master.disabled,
.btn-master[disabled] {
  color: #000;
  background-color: #f1cd00;
}

.btn-master:active,
.btn-master.active {
  background-color: #614a14 \9;
}


.btn-black, .btn-black:focus, .btn-black:visited {
  color: #FFF !important;
}
.btn-black {
  background: #363636;
  text-shadow: none;
  border:0;
  padding: 7px 30px;
  border-radius: 4px;
}

.btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black.active,
.btn-black.disabled,
.btn-black[disabled] {
  color: #ffffff;
  background-color: #222222;
}

.btn-black:active,
.btn-black.active {
  background-color: #080808 \9;
}

.navbar .btn-transparent, .navbar .btn-group {
  margin-top: 2px !important;
}

.btn-transparent {
  color: #363636 !important;
  text-shadow: none;
  border-radius: 4px;
  background: 0 0;
  background-image: initial;
  background-position-x: 0px;
  background-position-y: 0px;
  background-size: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border: 1px solid #363636;
  padding: 7px 30px;
  border-radius: 4px;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active,
.btn-transparent.active,
.btn-transparent.disabled,
.btn-transparent[disabled] {
  color: #5D5D5D !important;
  border: 1px solid #5D5D5D;
  background: 0 0;
}

.btn-transparent:active,
.btn-transparent.active {
  background: 0 0;
}

.btn-transparent-yellow-border {
  text-shadow: none;
  color: #00a439 !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: 0 0;
  background-image: initial;
  background-position-x: 0px;
  background-position-y: 0px;
  background-size: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border: 1px solid #00a439;
  padding: 7px 30px;
  border-radius: 4px;
}

.btn-transparent-yellow-border:hover,
.btn-transparent-yellow-border:focus,
.btn-transparent-yellow-border:active,
.btn-transparent-yellow-border.active,
.btn-transparent-yellow-border.disabled,
.btn-transparent-yellow-border[disabled] {
  color: #FFE883 !important;
  border: 1px solid #FFE883;
  background: 0 0;
}

.btn-transparent-yellow-border:active,
.btn-transparent-yellow-border.active {
  background: 0 0;
}

.btn-transparent-yellow-border-trb {
  text-shadow: none;
  color: red !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: 0 0;
  background-image: initial;
  background-position-x: 0px;
  background-position-y: 0px;
  background-size: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border: 1px solid red;
  padding: 7px 30px;
  border-radius: 4px;
}

.btn-transparent-yellow-border-trb:hover,
.btn-transparent-yellow-border-trb:focus,
.btn-transparent-yellow-border-trb:active,
.btn-transparent-yellow-border-trb.active,
.btn-transparent-yellow-border-trb.disabled,
.btn-transparent-yellow-border-trb[disabled] {
  color: #FFE883 !important;
  border: 1px solid #FFE883;
  background: 0 0;
}

.btn-transparent-yellow-border-trb:active,
.btn-transparent-yellow-border-trb.active {
  background: 0 0;
}

.btn-yellow, .btn-yellow:focus, .btn-yellow:visited {
  color: #FFF !important;
}
.btn-yellow {
  background: #00a439;
  text-shadow: none;
  border:0;
  padding: 7px 30px;
  border-radius: 4px;
}

.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow.active,
.btn-yellow.disabled,
.btn-yellow[disabled] {
  color: #ffffff;
  background-color: #222222;
}

.btn-yellow:active,
.btn-yellow.active {
  background-color: #080808 \9;
}

.colorpicker {
  z-index: 1060;
}

.border-md{
  padding: 10px;
}

.border-lg{
  padding: 5px;
  border: 5px solid transparent;
}


