@font-face{
  font-family: averta-bold;
  src: url(../fontes/Averta-Bold.otf);
}
@font-face{
  font-family: averta;
  src: url(../fontes/Averta.otf);
}
body, html{
	margin: 0;
	padding: 0;
  background: none;
  font-family: averta-bold;
}

html{
  background-image: url("../img/whatsapp/triangulo_lateral_wp_bg.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 10%;
}

.localizacao-loja{
  font-size: 30px;
  padding: 8px;
  color: #ffffff;
  background-color: #f47d35;
  border-radius: 15px;
}

.col-validade--horario{
  text-align: right;
}

.validade-horario-loja{
  font-family: averta;
  font-size: 15px;
}
.titulo-horario{
  color: #3e4095;
  font-size: 18px;
}

img{
  max-width: 100%;
}

.titulo{
  font-size: 6em;
}

.titulo-whatsapp{
  margin-top: -30px;
}

.img-contato-l{
  border-radius: 30px 0 0 30px;
}

.img-contato-r{
  border-radius: 0px 30px 30px 0px;
}

html{
  /*background-image: url("../img/whatsapp/background.png");
  background-repeat: none;
  background-size: cover;*/
  background-color: #FFFFFF;
}

.bln_1{
  border-radius: 30px 30px 30px 30px;
  background-color: #ffffff;
}

.bln_2{
  border-radius: 30px 30px 30px 30px;
  background-color: #e1f6cb;
}
 
a .bln_1, a .bln_2{
  color: #000000;
}

a:hover{
  text-decoration: none;
}

.header-bar{
	display: block;
	width: 100vw;
	background: #25559d;
	color: #FFFFFF;
	font-size: 15px;
	padding: 10px 0 10px 5px;
	margin-left: -5px;
}
.header-bar-active{
	display: block;
	width: 100vw;
	background: #25559d;
	color: #FFFFFF;
	font-size: 15px;
	padding: 10px 0 10px 60px;
}

.header-bar div, .header-bar-active span{
	display: inline;
}

.header-bar-left{
	font-weight: bold;
	text-align: left;
}

.header-bar-right {
	right: 0;
	position: absolute;
	margin-right: 10px;
}

.header-bar-right a,
.header-bar-right a:hover,
.header-bar-right a:active{
	color: #ffffff;
}

.body-app{
	margin-top: 10px;
}

.app-filtro{
	width: 100%;
	padding: 10px;
	margin-bottom: 5px;
}

.app-data{
	width: 100%;
	/*padding: 10px;*/
	margin-top: 5px;
}

#loadingInicial{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left:0px;
	background-color: #eee;
	background-image: url('../img/background/loading.gif');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1001;
}

#divCgcTransportadora{
	display: none;
}


/***** SELECT2 *****/
.select2-results__option {
  padding: 6px 8px;
  border-radius: 2px;
  margin-bottom: 1px;
}
.select2-container--default .select2-selection--single {
  background-color: #fcfcfd;
  border-color: #bdc3d1;
  border-radius: 2px;
  height: 38px;
  outline: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #262b36;
  line-height: 36px;
  padding-left: 12px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #9fa8bc;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 30px;
  height: 36px;
  line-height: 36px;
}
.select2-container--default .select2-selection--multiple {
  background-color: #fcfcfd;
  border-color: #bdc3d1;
  border-radius: 2px;
  min-height: 38px;
  outline: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0 4px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-top: 4px;
  margin-right: 4px;
  padding: 4px 10px 4px 5px;
  border-color: transparent;
  border-radius: 2px;
  background-color: #259dab;
  color: #fff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff;
  margin-right: 6px;
  opacity: .75;
  font-size: 12px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #9fa8bc;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #9fa8bc;
  border-radius: 2px;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #e7e9ee;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #259dab;
}
.select2-container--default .select2-results > .select2-results__options {
  margin: 4px;
}
.select2-container--default .select2-search--inline .select2-search__field {
  margin-top: 4px;
  line-height: 25px;
  padding-left: 7px;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #e7e9ee;
}
.select2-container--open .select2-selection--single,
.select2-container--open .select2-selection--multiple {
  background-color: #fff;
  border-color: #9fa8bc;
}
.select2-container--open .select2-dropdown--above {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.select2-container--open .select2-dropdown--below {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.select2-dropdown {
  border-color: #9fa8bc;
  z-index: 200;
}
.select2-search--dropdown {
  padding-bottom: 0;
}
.has-error .select2-selection--single,
.has-error .select2-selection--multiple {
  border-color: #d9534f;
}

.signwrapper .select2-dropdown {
  z-index: 400;
  border-color: transparent;
}
.signwrapper .select2-container--default .select2-selection--single {
  border-color: transparent;
}

.form-control{
  border: 2px solid #06267f;
}
/*-----------------------------------------------------*/

@media screen and (max-width: 500px) {
    .header-bar-right{
    	display: none;
    }

    .titulo {
      font-size: 3em;
    }

    .titulo img{
      display: none;
    }

    .titulo-whatsapp{
      margin-top: -10px;
    }
    .validade-horario-loja{
      padding-top: 30px;
    }
    .dia-semana-tipo-atendimento{
      font-size: 16px;
      width: 300px;
    }
    .col-validade--horario{
      text-align: left;
    }
}