p{
  font-size: 17px;
}

@media(max-width: 768px){
	p{
	  font-size: 14px;
	}
}
.btn {
  border-radius: 5px;
}

.panel-top{
  min-height: 155px;
}

.btn-anunciar{
  padding:3%;
  font-size: unset;
}


del{
font-family: 'Raleway';
font-weight: bold;
}

.pricing .panel {
  border: none;
  border-radius: 1rem;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  overflow: hidden;
  position: relative;
  font-family: 'Raleway';
}

.pricing hr {
  margin: 1.5rem 0;
}

.pricing h3 {
    font-size: 32px;
    font-family: 'Raleway';
    font-weight: 500;
}

.pricing .panel-title {
  margin: 1.5rem 0;
  font-size: 21px;
  text-align: left;
  font-family: 'Raleway';

}

.pricing .panel-price {
  font-size: 2.2rem;
  margin: 0;
  font-family: 'Raleway';
      font-weight: 500;
}

.pricing .period {
  font-size: 1.0rem;
  font-family: 'Raleway';
  font-weight: bold;
  font-size: 1.12rem;
}

.pricing ul li {
  margin-bottom: 1rem;
  text-transform: none;
  font-weight: normal;
  font-size: 16px;
  font-family: 'Raleway';
}

.pricing .text-muted {
  opacity: 0.7;
}


.pricing .ribbon {
  width: 229px;
  height: 51px;
  font-size: 28px;
  text-align: center;
  color:
  #fff;
  font-weight: 400;
  box-shadow: 0px 2px 3px
  rgba(136, 136, 136, 0.25);
  background:
  #ff7601;
  transform: rotate(45deg);
  position: absolute;
  right: -70px;
  top: 22px;
  font-family: 'Raleway';
}


@media (max-width: 480px) {
  .pricing .col-xs-6 {
    width: 100%;
  }

}

footer li, footer li a {
  font-weight: normal;
  color: #515769;
  text-align: left;
  text-decoration: none;
  font-size: 16px;
  text-transform: none;
}

.topo-adesao{

  position: relative;
}

@media (max-width: 768px) {
  .top-text h1{
    font-size: 22px;
    font-family: 'Raleway';
  }
  .top-text h2{
    font-size: 18px;
    font-family: 'Raleway';
  }

  h3{
    font-size: 22px;
    font-family: 'Raleway';
  }

}

@media (min-width: 768px) {
  .top-text h1{
    font-size: 32px;
    font-family: 'Raleway';
  }
  .top-text h2{
    font-size: 22px;
    font-family: 'Raleway';
  }

  h3{
    font-size: 32px;
    font-family: 'Raleway';
  }

}

.mb-3{
  margin-bottom: 3%;
}

.mr-2{
  margin-right: 2%;
}

.ml-2{
  margin-left: 2%;
}

.mt-3{
  margin-top: 3%;
}

.mt-5{
  margin-top: 5%;
}

.mr-3{
  margin-right: 3%;
}

.mb-5{
  margin-bottom: 5%;
}

.mt-5{
  margin-top: 5%;
}

.mb-10{
  margin-bottom: 10%;
}

.mt-10{
  margin-top: 10%;
}

h4,h3,h6,h2{
  font-family: 'Raleway';
  font-weight: 500;
}

.top-imagem img {
  object-fit: none; /* Do not scale the image */
  object-position: center; /* Center the image within the element */
  width: 100%;
  height: 350px;
  margin-bottom: 1rem;
}
.btn-circle-lg {
  width: 79px;
  height: 79px;
  text-align: center;
  padding: 13px 0;
  font-size: 30px;
  line-height: 2.00;
  border-radius: 70px;
}


/* Timeline */

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}


.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}

.timeline > li {
  margin-bottom: 20px;
  position: relative;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li > a {
  font-weight: normal;
  color: #515769;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}

.timeline > li > .timeline-panel {
  width: 46%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}

.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}

.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-badge.primary {
  background-color: #2e6da4 !important;
}

.timeline-badge.success {
  background-color: #3f903f !important;
}

.timeline-badge.warning {
  background-color: #f0ad4e !important;
}

.timeline-badge.danger {
  background-color: #d9534f !important;
}

.timeline-badge.info {
  background-color: #5bc0de !important;
}


@media (max-width: 767px) {
  ul.timeline:before {
    left: 40px;
  }

  ul.timeline > li > .timeline-panel {
    width: calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
  }

  ul.timeline > li > .timeline-badge {
    left: 15px;
    margin-left: 0;
    top: 16px;
  }

  ul.timeline > li > .timeline-panel {
    float: right;
  }

  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }

  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
}

.timeline-badge.primary {
  background-color: #2e6da4 !important;
}

.timeline-badge.success {
  background-color: #3f903f !important;
}

.timeline-badge.warning {
  background-color: #f0ad4e !important;
}

.timeline-badge.danger {
  background-color: #d9534f !important;
}

.timeline-badge.inform {
  background-color: #5bc0de !important;
}

.timeline-badge.yellow {
  background-color: #edc602 !important;
}

.timeline-badge.purple {
  background-color: #ba13c6 !important;
}

.timeline-badge.dark-blue {
  background-color: #605ca8 !important;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
}

.timeline li a{
	color: inherit;
    font-size: 24px;
}

.timeline li p{
	font-weight: normal;
}

.timeline li p a{
	font-weight: normal;
	font-size: 17px;
}


li, li a {
   font-weight: 600;
   color: #515769;
   text-align: left;
   text-decoration: none;
   font-size: 14px;
   text-transform: unset;

}

.timeline-body > p + p {
  margin-top: 5px;
}

.text-purple{
  color: #ba13c6;
}

.text-yellow {
    color: #ffe31a;
}

.navbar-default {
  -webkit-box-shadow: 0px 11px 14px -13px rgba(148,146,148,1);
  -moz-box-shadow: 0px 11px 14px -13px rgba(148,146,148,1);
  box-shadow: 0px 11px 14px -13px rgba(148,146,148,1);
  z-index: 1001;
}


.mt-2{
  margin-top: 2%;
}

.mb-2{
  margin-bottom: 2%;
}

.mt-5{
  margin-top: 5%;
}

.mb-5{
  margin-bottom: 5%;
}

.mb-10{
  margin-bottom: 10%;
}


.pt-2{
  padding-top: 2%;
}

.pt-5{
  padding-top: 5%;
}
.pt-10{
  padding-top: 10%;
}
.pb-2{
  padding-bottom: 2%;
}

.pt-5{
  padding-top: 5%;
}

.pb-5{
  padding-bottom: 5%;
}

.pb-10{
  padding-bottom: 10%;
}



.mr-2{
  margin-right: 1%;
}

.item{
  height: 380px;
}


.setup-panel .active h6, .setup-panel .active p{
  color: #fff;
}

.btn-personal{
  padding:3%;
  font-size: 12px;
}

.setup-panel p{
  font-size: 14px;
}

input.error {
  border-color: #f00 !important;
}

small.required {
  color:#f00;
}

.has-error .select2-selection {
  border: 1px solid #a94442;
  border-radius: 4px;
}


.setup-panel .disabled h6, .setup-panel .disabled p, .setup-panel .disabled i{
  color: #38B44A;
}



.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color:#fff;
  background-color:#1e79b5;
}

.list-group-item {
  user-select: none;
}

.list-group input[type="checkbox"] {
  display: none;
}

.list-group input[type="checkbox"] + .list-group-item {
  cursor: pointer;
}

.list-group input[type="checkbox"] + .list-group-item:before {
  content: "\2713";
  color: transparent;
  font-weight: bold;
  margin-right: 1em;
}

.list-group input[type="checkbox"]:checked + .list-group-item {
  background-color: #fff;
}

.list-group input[type="checkbox"]:checked + .list-group-item:before {
  color: inherit;
  color: #38b44a;
}

.list-group input[type="radio"] {
  display: none;
}

.list-group input[type="radio"] + .list-group-item {
  cursor: pointer;
}

.list-group input[type="radio"] + .list-group-item:before {
  content: "\2713";
  color: transparent;
  font-weight: bold;
  margin-right: 1em;
}

.list-group input[type="radio"]:checked + .list-group-item {
  background-color: #fff;
}

.list-group input[type="radio"]:checked + .list-group-item:before {
  color: #38b44a;
}

.progress {
  height: 5px;
}

.fa-times {
  color: red;
}

.has-error input[type="checkbox"] {
  outline: 2px solid #df382c;
}

.help-block{
  font-size: 14px;
}


.btn {border:0;border-bottom:0;border-left:0;box-shadow: inset 0 -3.2px rgba(0, 0, 0, 0.12),inset 2px 0 rgba(0, 0, 0, 0.1);outline:none;-webkit-outline:none;-o-outline:none;-moz-outline:none;}
.btn:active:not(a), .btn.active {outline:none;-moz-outline:none;background-image: none;-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;position: relative;box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;top: 1px;left:-1px;}
.btn:focus:not(a) {outline:none;-webkit-outline:none;-moz-outline:none;}


textarea {
  resize: none;
}


@media(max-width: 768px) {

  h2{
	font-size: 32px;
	font-family: 'Raleway';
	font-weight: 500;
  }
}


@media(max-width: 768px){

	.panel p{
	  font-size: 13px;
	  margin: 0;
	}
}


@media(min-width: 768px){

	.panel p{
	  font-size: 14px;
	  margin: 0;
	}
}


.input-group-addon {
  background-color:#fff;
}

#latitude{
  outline: none;
  box-shadow:none !important;
  border:1px solid #fff !important;
  background-color: #fff;
}

#longitude{
  outline: none;
  box-shadow:none !important;
  border:1px solid #fff !important;
  background-color: #fff;
}


.cartao-tras{
  margin: 0 auto;
  height: 200px;
  width: 300px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.cartao-tras p{
  line-height: 0.2;
  margin: 0 0 15px;
  font-size: 11px;
}
.cartao-tras img{

  margin-top:15px;
  margin-bottom: 35px;
}

.texto-cartao{
  font-size: 10px;
}

.help-destaques span{
  color: #df382c;
}

.method {
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 2px;
}

.card-logos {
  margin-left: 1%;
  width: 100px;
  margin-bottom: 5%;
}

.help-forma_pagamento span{
  color: #df382c;
}

#divpagamentos {
  margin-left: 0px;
  margin-right: 0px;
}

#categorias li{
  font-weight: 200;
  color: #515769;
  text-align: left;
  text-decoration: none;
  font-size: 13px;
  text-transform: capitalize;
}

.checkmarkconcluido {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  box-shadow: inset 0px 0px 0px #7ac142;
  animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
  margin: o auto;
}

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #7ac142;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%,
  100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #7ac142;
  }
}


#categorias li{
  font-weight: 200;
  color: #515769;
  text-align: left;
  text-decoration: none;
  font-size: 13px;
  text-transform: capitalize;
}

.categoria-list{

  margin-bottom: 2%;
}

#mapa-criar{
  width: 100%;
  height: 450px;
}

.form-localizacao{
  min-height: 470px;
  height: 100%;
}

/* Landing Page  */

.navbar-landing-page {
    position: relative;
}
.brand {
    position: absolute;
    left: 50%;
    margin-left: -50px !important;  /* 50% of your logo width */
    display: block;
}


@media (min-width: 980px){
  .navbar-landing-page .navbar-header img {
      height: 60px;
      margin-top: 8px;
  }
}


.top-text-landing-page h1 {
    font-size: 43px;
    font-family: 'Raleway';
    color: #fff;
}

.top-text-landing-page h2 {
    font-size: 20px;
    font-family: 'Raleway';
    color: #fff;
}

.homepage-hero-module{
  position:relative;
}

#landing .panel.panel-default{
  height: 100%;
  min-height: 450px;
}

#landing .panel-body {
    padding: 20px;
}

#landing .panel-default>.panel-heading, #landing .panel-default>.panel-footer{
    color: #333;
    background-color: #fff;
    border-color: #fff;
}

#landing .panel-default h3{
    font-size: 25px;
}

#landing .top-text-landing-page h2{
  color: #444;
}

#landing .top-text-landing-page h1{
  color: #444;
  font-size: 30px;
}

@media(max-width: 768px){
  #landing .top-text-landing-page h1{
    font-size: 26px;
  }

  #landing .top-text-landing-page h2 {
      font-size: 16px;
      font-family: 'Raleway';
      color: #444;
  }
}

@media(max-width: 768px){
  .adesaoDesconto{
    padding:3%;
    border-radius: 35px;
  }
}
@media(min-width: 768px){
.adesaoDesconto{
  padding-top: 2%;
  padding-bottom: 2%;
  padding-right: 3%;
  padding-left: 3%;
  font-size: 16px;
  border-radius: 35px;
}
}
.submeterContato{
  padding-top: 3%;
  padding-bottom: 3%;
  padding-right: 3%;
  padding-left: 3%;
  font-size: 14px;
  border-radius: 35px;
}

#landing .politicas {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    width: 100%;
}

#landing .main-footer{
  color: #444;
  height: 40px;
  font-size: 12px;
  text-align: center;
  margin: 0 auto;
}
