
.color1 {
    color: #a7141a;
}

.color2 {
    color: #464445;
}

.color3 {
    color: #000;
}

.color4 {
    color: #ffffff;
}

.bg-color1 {
    background-color: #a7141a;
}

.bg-color2 {
    background-color: #464445;
}

.bg-color3 {
    background-color: #000;
}

.bg-color4 {
    background-color: #ffffff;
}

@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
img {
  width: 100%;
}

body {
  /*font-family: 'Fjalla One', sans-serif;
  background-color: #ffda79;*/
}

.content {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 0;
}

.img-logo {
  width: 140px;
}

/* img background */
.bg-franquiado {
  background-image: url("../img/bg-franquiado.jpg");
  height: 650px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-topo {
  background-image: url("../img/topo/bg-topo.jpg");
  height: 250px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-parallax {
  /* The image used */
  background-image: url("../img/parallax.png");
  /* Set a specific height */
  height: 400px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* and - img background */
.menu-custom {
  background: white;
  border-bottom: 1px solid #e8e8e8;
}
.menu-custom .nav-item {
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
  color: #000;
}

.navbar-dark .navbar-nav .nav-link {
  color: #000;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: #a7141a;
  transition: 0.3s;
}

.navbar-toggler {
  background: transparent;
}

/* hamburguer */
.hamburguer {
  display: inline-block;
  cursor: pointer;
}

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #ffffff;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

/* and - hamburguer */
.bl-geral {
  padding-top: 80px;
  padding-bottom: 80px;
}
.bl-geral .title, .bl-geral .title3, .bl-geral .title2 {
  padding-bottom: 20px;
  text-align: center;
  font-family: "Fjalla One", sans-serif;
  font-size: 26px;
}
.bl-geral .title::after, .bl-geral .title3::after, .bl-geral .title2::after {
  content: url("../img/lat4.png");
  width: 5px;
  height: 2px;
  position: relative;
  bottom: 10px;
  left: 15px;
}
.bl-geral .title::before, .bl-geral .title3::before, .bl-geral .title2::before {
  content: url("../img/lat4.png");
  width: 5px;
  height: 2px;
  position: relative;
  bottom: 10px;
  right: 15px;
}
.bl-geral .title2::after {
  content: url("../img/lat3.png");
  width: 5px;
  height: 2px;
  position: relative;
  bottom: 10px;
  left: 15px;
}
.bl-geral .title2::before {
  content: url("../img/lat3.png");
  width: 5px;
  height: 2px;
  position: relative;
  bottom: 10px;
  right: 15px;
}
.bl-geral .title3 {
  font-size: 22px;
  text-align: left;
  padding-bottom: 0px;
}
.bl-geral .desc-historia {
  text-align: center;
}

.bl-galeria {
  background-color: #393939;
}

/* owl carousel */
.owl-dots {
  display: none;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #a7141a !important;
}

/* and - owl carousel */
.bl-historia {
  background-color: #ffffff;
}

.bl-contato {
  background-color: #a7141a;
}
.bl-contato input {
  border-radius: 0px;
  padding: 9px;
}
.bl-contato textarea {
  border-radius: 0px;
  padding: 9px;
}

.bl-clientes {
  background-color: #a7141a;
}

.bl-map {
  color: #ffffff;
}
.bl-map .map {
  width: 100%;
  height: 450px;
}
.bl-map span {
  border: 1px solid #ffffff;
  border-radius: 50%;
  padding: 25px;
  position: relative;
  top: 10px;
}
.bl-map i {
  font-size: 45px;
  position: relative;
  top: 10px;
}
.bl-map h2 {
  text-transform: uppercase;
  font-size: 21px;
}

.btn-mais, .btn-cad, .btn-mais2 {
  border: 2px solid #ffffff;
  font-family: "Fjalla One", sans-serif;
  border-radius: 0px;
  font-size: 26px;
  padding: 0px 30px;
  margin: 0 auto;
  display: table;
  color: #ffffff;
  background-color: #a7141a;
}
.btn-mais:hover, .btn-cad:hover, .btn-mais2:hover {
  transition: 0.3s;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.btn-mais2 {
  background-color: transparent;
  margin-top: 20px;
  background-color: #000000;
  color: #ffffff;
}
.btn-mais2:hover {
  color: #000000;
  border: 2px solid #000000;
  background-color: #ffffff;
}

.btn-cad {
  font-size: 25px;
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
  display: initial;
}

.text-seja {
  padding-bottom: 20px;
  text-transform: uppercase;
  text-align: center;
  font-family: "Fjalla One", sans-serif;
  font-size: 45px;
  color: #000000;
  font-size: 140px;
  padding-top: 70px;
}

.bl-rodape {
  padding-top: 20px;
  padding-bottom: 10px;
}
.bl-rodape .fast {
  text-align: right;
}
.bl-rodape .dire {
  text-align: center;
}
.bl-rodape hr {
  background-color: #ffffff;
}
.bl-rodape h2 {
  font-family: "Fjalla One", sans-serif;
  font-size: 20px;
  color: #000000;
  padding-top: 20px;
}
.bl-rodape a {
  color: #ffffff;
}
.bl-rodape a:hover {
  text-decoration: none;
}
.bl-rodape .rede {
  font-size: 22px;
  margin-right: 3px;
}
.bl-rodape input {
  border-radius: 0px;
}

.img-fast {
  width: 21px;
}

.form-franquia input {
  border-radius: 0px;
  padding: 10px;
}

.modal-content {
  border-radius: 0px;
}

.title-modal {
  padding-bottom: 20px;
  text-align: center;
  font-family: "Fjalla One", sans-serif;
  font-size: 26px;
}

.che-icon {
  color: #000000;
}

.logo-footer {
  width: 200px;
  margin: 0 auto;
  display: table;
}

/* efeito imagem galeria */
.snip1252 {
  color: #ffffff;
  position: relative;
  /*margin: 10px;
  min-width: 310px -60px;
  max-width: 310px;*/
  width: 100%;
  color: #ffffff;
  text-align: left;
  background-color: #000000;
  font-size: 16px;
}

.snip1252 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.snip1252 img {
    max-width: 100%;
    vertical-align: top;
    height: 250px;
    object-fit: fill;
    object-position: center;
}

.snip1252 i {
  position: absolute;
  bottom: 0px;
  right: 15px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  font-size: 3em;
  line-height: 1em;
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.6, -0.8, 0.735, 0.045);
  transition: all 0.4s cubic-bezier(0.6, -0.8, 0.735, 0.045);
}

.snip1252 a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  display: block;
}

.snip1252 a:before,
.snip1252 a:after {
  width: 1px;
  height: 0;
  background-color: #ffffff;
}

.snip1252 a:before {
  right: 0;
  top: 0;
}

.snip1252 a:after {
  left: 0;
  bottom: 0;
}

.snip1252:before,
.snip1252:after,
.snip1252 a:before,
.snip1252 a:after {
  position: absolute;
  content: "";
  background-color: #ffffff;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 0.8;
}

.snip1252:before,
.snip1252:after {
  height: 1px;
  width: 0%;
}

.snip1252:before {
  top: 0;
  left: 0;
}

.snip1252:after {
  bottom: 0;
  right: 0;
}

.snip1252:hover img,
.snip1252.hover img {
  opacity: 0.25;
}

.snip1252:hover a:before,
.snip1252.hover a:before,
.snip1252:hover a:after,
.snip1252.hover a:after {
  height: 100%;
}

.snip1252:hover i,
.snip1252.hover i {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 0.7;
}

.snip1252:hover:before,
.snip1252.hover:before,
.snip1252:hover:after,
.snip1252.hover:after {
  width: 100%;
}

.snip1252:hover:before,
.snip1252.hover:before,
.snip1252:hover:after,
.snip1252.hover:after,
.snip1252:hover a:before,
.snip1252.hover a:before,
.snip1252:hover a:after,
.snip1252.hover a:after {
  opacity: 0.1;
}

/* and - efeito imagem galeria */
/* instafeed */
#instafeed {
  /*max-width:1080px;*/
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
#instafeed a {
  display: flex;
  align-items: center;
  position: relative;
  width: 50%;
  background: white;
}
@media only screen and (min-width: 580px) {
  #instafeed a {
    width: 25%;
  }
}
#instafeed a img {
  display: block;
  width: 100%;
}

/* and - instafeed */
/* tab categorias */
.bl-cat .menu-cat {
  margin: 0 auto;
  display: table;
}
.bl-cat .nav-tabs {
  border-bottom: 0px solid #ffffff;
}
.bl-cat ul li {
  padding: 10px 20px;
  text-transform: uppercase;
}
.bl-cat ul li .active {
  border-bottom: 1px solid #ffffff;
  color: #a7141a;
}
.bl-cat ul li a {
  color: #000;
  transition: 0.3s;
  border: 1px solid transparent;
}
.bl-cat ul li a:hover {
  transition: 0.3s;
  text-decoration: none;
  border-bottom: 1px solid #ffffff;
  color: #a7141a;
}

/* and - tab categorias */
.img-ban {
  width: 100%;
  height: 100%;
}

.carousel-item {
  height: auto;
}

.bl-agencia {
  background-color: #a7141a;
  color: #ffffff;
}

.img-foxse {
  width: 350px;
  float: right;
  position: relative;
  top: 260px;
}

.bl-0, .bl-2, .bl-1 {
  padding: 80px 20px 20px 20px;
  min-height: 280px;
}
.bl-0 i, .bl-2 i, .bl-1 i {
  color: #ffffff;
  font-size: 40px;
}
.bl-0 p, .bl-2 p, .bl-1 p {
  padding-top: 20px;
  color: #ffffff;
}

.bl-1 {
  background-color: #a7141a;
}

.bl-2 {
  background-color: #464445;
}

/* timeline */
.circle {
  padding: 37px 33px;
  border-radius: 50%;
  background-color: #a7141a;
  color: #ffffff;
  max-height: 50px;
  z-index: 2;
}
.circle span {
  position: relative;
  bottom: 15px;
  font-size: 20px;
}

.how-it-works.row .col-2 {
  align-self: stretch;
}

.how-it-works.row .col-2::after {
  content: "";
  position: absolute;
  border-left: 3px solid #000;
  z-index: 1;
}

.how-it-works.row .col-2.bottom::after {
  height: 50%;
  left: 50%;
  top: 50%;
}

.how-it-works.row .col-2.full::after {
  height: 100%;
  left: calc(50% - 3px);
}

.how-it-works.row .col-2.top::after {
  height: 50%;
  left: 50%;
  top: 0;
}

.timeline div {
  padding: 0;
  height: 80px;
}

.timeline hr {
  border-top: 3px solid #000;
  margin: 0;
  top: 37px;
  position: relative;
}

.timeline .col-2 {
  display: flex;
  overflow: hidden;
}

.timeline .corner {
  border: 3px solid #000;
  width: 100%;
  position: relative;
  border-radius: 43px;
}

.timeline .top-right {
  left: 50%;
  top: -50%;
}

.timeline .left-bottom {
  left: -50%;
  top: calc(50% - 3px);
}

.timeline .top-left {
  left: -50%;
  top: -50%;
}

.timeline .right-bottom {
  left: 50%;
  top: calc(50% - 3px);
}

/* and - timeline */
.bl-cases {
  background-color: #a7141a;
  color: #ffffff;
}

/* instafeed */
#instafeed {
    /*max-width:1080px;*/
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}

#instafeed a {
    display: flex;
    align-items: center;
    position: relative;
    width: 50%;
    background: white;
}

.color-blue {
    color: #16619b !important;
}

@media only screen and (min-width: 580px) {
    #instafeed a {
        width: 25%;
    }
}

#instafeed a img {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}

/*#instafeed a {
    padding:5px 5px 1px 5px;
    margin:10px;
    border:1px solid #e1e1e1;
    display:inline-block;
    border-radius: 4px;
    position:relative;
}*/

#instafeed .likes {
    background: #464445;
    /*font-family:sans-serif;*/
    /*font-size:1em;*/
    /*position:absolute;*/
    color: #fff;
    /*right:5px;*/
    /*top:5px;*/
    /*left:5px;*/
    opacity: 0;
    /*text-align:center;*/
    /*line-height: 328px;*/
    /*text-shadow:0 1px rgba(0,0,0,0.5);*/
    -webkit-font-smoothing: antialiased;
    -webkit-transition: opacity 100ms ease;
    -moz-transition: opacity 100ms ease;
    -o-transition: opacity 100ms ease;
    -ms-transition: opacity 100ms ease;
    transition: opacity 100ms ease;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    padding: 15px;
}

#instafeed .likes span {
    margin-left: 10px;
}

#instafeed a:hover .likes {
    opacity: 1;
}
/* and - instafeed */

.d-total {
    color: #ffffff    text-transform: uppercase;
    text-align: center;
    font-weight: 900;
    font-family: "Fjalla One", sans-serif;
}

.bl-red {
    background-color: #a7141a}

.bl-cinza {
    background-color: #464445}

.d-total {
    height: 100%;
    min-height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.d-total div {
    padding: 60px;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 600;
}

.pcom {
    padding: 3rem!important;
}

.video-log {
    width: 100%; 
    height: 600px;
}

/*.tt-banner {
    background-color: #464445;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 600;
    text-align: center;
}*/

.tt-banner p span {
    background-color: #464445;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 28px;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 900;
    font-family: "Fjalla One", sans-serif;
    padding: 5px 2px;
    letter-spacing: 3px;
}

@media screen and (max-width: 991px) {
  .bl-map span {
    margin: 0 auto;
    display: table;
    font-size: 20px;
  }
  .bl-map i {
    top: 0px;
  }
  .bl-map h2 {
    text-align: center;
    padding-top: 20px;
    font-family: "Fjalla One", sans-serif;
  }
  .bl-map p {
    text-align: center;
  }

  .bl-rodape .fast {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  /* img background */
  .bg-franquiado {
    height: 400px;
  }

  /* and - img background */
  .text-seja {
    font-size: 60px;
  }

  .bl-geral .title::after, .bl-geral .title2::after, .bl-geral .title3::after {
    content: url("");
  }
  .bl-geral .title::before, .bl-geral .title2::before, .bl-geral .title3::before {
    content: url("");
  }
  .bl-geral .title2::after {
    content: url("");
  }
  .bl-geral .title2::before {
    content: url("");
  }

  .bl-cases .img-case {
    width: 200px;
    margin: auto;
    display: table;
  }
  .bl-cases .title3 {
    text-align: center;
    padding-top: 20px;
  }
  .bl-cases p {
    text-align: center;
  }

  .bl-funcional .title3 {
    padding-top: 0px;
    margin-bottom: 0px;
    text-align: center !important;
  }
  .bl-funcional p {
    margin-bottom: 0px;
  }

  .navbar-dark .navbar-toggler {
    background-color: #a7141a;
  }

  .pcom {
    padding: .25rem!important;
    text-align: center;
  }

  .video-log {
    width: 100%; 
    height: 300px;
  }

  .pt-mobi {
    padding-top: 40px !important;
  }
}

/*# sourceMappingURL=theme.css.map */
