@charset "UTF-8";
/* 
Índice

0 - HEADER 
  0.1 - Atendimento

1 - CONTEÚDO
  1.1 - ...
  ...

2 - RODAPÉ
  2.1 - ...
  ...

A - ESTILOS GENÉRICOS
  A.0 - Alinhamento
  A.1 - Texto
  A.2 - Mídia
  A.3 - Cores
  A.4 - Outros
*/

/* 0 - HEADER */
header {
  position: fixed;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5); }

header .center {
  width: 100%;
  display: table; }

  .divisao-float{
    float: none;
    display: block;
  }


.atend {
  background: #f1f1f1;
  padding: 2px;
  padding-left: 60px }

.atend .aln-right{
  display: none;
}

.atend .aln-left{
  margin:auto;
}

.atend .itens {
  position: relative;
  padding: 0; }

.atend .item {
  position: relative;
  padding: 5px;
  float: left; }


.contato-mobile .fa-phone{
      font-size: 38px;
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50%;
    padding: 4px;
    color: #296eaf;
}

.contato-mobile .fa-whatsapp{
      font-size: 37px;
    width: 45px;
    height: 45px;
    background: #48c856;
    border-radius: 50%;
    padding: 4px;
}
.popup .text .fa {
    position: absolute;
    background: #48c856;
    border-radius: 50%;
    right: -47px;
    top: 50%;
    margin-top: -35px;
    width: 70px;
    height: 70px;
    border: none!important;
    font-size: 45px;
    padding: 15px;

  
}

.popup2 .text .fa {
    position: absolute;
    background: #48c856;
    border-radius: 50%;
    right: -47px;
    top: 50%;
    margin-top: -35px;
    width: 70px;
    height: 70px;
    border: none!important;
    font-size: 45px;
    padding: 15px;

  
}
.logo {
  position: relative;
  padding: 10px 0;
  width: 240px; }
.logo img{
  max-height:150px; 
}
.atend .mobile_menu {
  position: absolute;
  z-index: 999999;
  cursor: pointer;
  right: 12px;
  top: 12px;
  width: 29px;
  height: 29px;
  border: 1px solid #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  background-position: -135px -21px; }

.atend .mobile_menu.active {
  background-color: #0c0c0c;
  background-position: -135px -20px; }



nav {
  z-index: 999999;
  position: fixed;
  display: block;
  left: -260px;
  top: 55px;
  width: 250px;
  height: calc(100% - 43px);
  border-top: 1px solid #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 2px 0 2px rgba(0, 0, 0, 0.3);
  overflow-y: scroll;
  background: #383838;
  transition: all 0.5s; }

nav.active {
  left: 0; }

nav .menu {
  position: relative;
  top: 0;
  overflow: auto;
  float: none;
  width: 100%; }

nav .menu li {
  width: 100%; }

nav .menu .tab {
  color: #fff;
  border-bottom: 1px solid #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  width: 100%;
  padding: 20px 15px; }

nav .menu .drop {
  cursor: pointer; }

nav .menu .drop i{
  color:#fff;}

nav .menu .drop#current i{
  color:#383838;}

nav .menu li:hover .home, #current .home {
  background-position: 1px 0; }

nav .menu li:hover .tab, nav .drop-menu .tab, nav .menu li #current {
  background: rgba(255, 255, 255, 0.9);
  color: #383838;
  text-shadow: none; }

nav .menu li:hover .drop-tab, #current .drop-tab {
  background-position: -85px -3px; }

nav .menu li:hover .drop-menu {
  display: none; }

nav .drop-menu {
  position: relative;
  width: 100%; }

nav .drop-menu li {
  width: 100%;
  display: block; }

nav .drop-menu .tab {
  padding: 15px 40px; }

nav .drop-menu li:hover .tab {
  background: #ffe203; }

/*  Banner */
.banner .center {
  margin-top: 10%;
  width: 90%;
  padding: 20px 0; }

.banner .title {
  font-size: 1.5em;
  padding: 10px 20px; }

.banner .text {
  padding: 10px 5px; }

.banner .text p {
  margin: 4px 0;
  font-size: 1.1em;
  line-height: 1.3em;
  padding: 5px 10px; }

.banner .text .btn {
  margin-top: 30px !important; }

.camera_next, .camera_prev {
  display: none; }

.camera_wrap .camera_pag .camera_pag_ul li {
  cursor: pointer;
  display: inline-block;
  height: 30px;
  padding: 5px;
  margin: 0.1666%;
  position: relative;
  text-indent: 9999px;
  width: 33%; }

.camera_pag {
  margin-top: 0;
  }

.camera_wrap .camera_pag .camera_pag_ul li > span {
  height: 100%;
  background: transparent;
  left: 0;
  top: 0;
  width: 100%; }

.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
  background: #0096ff; }

@media (max-width: 350px) {
  .banner .title {
    font-size: 2em;
    padding: 20px 0;
    border: none;
    text-align: center; }

  .banner .text {
    padding: 10px 5px;
    text-align: center; }

  .banner .btn {
    float: none; }

  .banner .text p {
    display: none; } }

/* 1 - CONTEÚDO */


@media(max-width: 742px){
  .service .title{
    margin: 5px 5px 15px 15px;
    font-size: 2em;
  }

  .service .subtitle{
    font-size: 1em;
  }

  .service .description .container .text{
    width: 70%;
    float: left;
  }
}

@media(max-width: 516px){
  .service .image{
    min-height: 200px;
  }
}

.clear-header {
  margin-top: 123px; }

.prod {
  width: 95%;
  margin: 20px 2.5%; }

footer .col-3 img {
  width: 150px; }

footer ul {
  padding-left: 10px; }

footer .clear .col-4 {
  height: inherit;
  padding: 20px 10px; }

/* A - ESTILOS GENÉRICOS */
/* A.0 - Alinhamento */
.center {
  width: 90%;
  min-width: 0;
  display: table;
  margin: auto;
  clear: both; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  margin: 2.5%;
  width: 95%; }

.aln-right, .aln-left {
  float: none; }

.aln-center {
  margin: auto;
  float: none;
  display: block; }

.clear {
  clear: both; }

.inline-block {
  display: inline-block; }

section {
  position: relative;
  width: 100%;
  padding: 20px 0; }

section .center {
  position: relative;
  display: block;
  width: 90%; }

/* A.1 - Texto */
div.master-title {
  background: url(../images/bg-title.jpg) 0 0 no-repeat;
  background-size: cover; }

div.contato {
  background: url(../images/bg-title-contato.jpg) 0 0 no-repeat;
  background-size: cover; }

.master-title .center {
  position: relative;
  padding: 15px;
  z-index: 99; }

.master-title .title {
  text-transform: uppercase;
  border-left-width: 15px; }

.text-aln-center {
  text-align: center; }

.text-aln-right {
  text-align: right; }

.title {
  text-transform: uppercase; }

.sub-title {
  margin: 20px 0 20px 10px;
  padding: 10px 0 10px 20px;
  border-left: 5px solid;
  z-index: 99;
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.2); }

.topic {
  text-align: center;
  margin: 20px 0;
  margin-bottom: 40px; }

h1 {
  font-size: 1.5em;
  padding: 10px 20px; }

h2 {
  font-size: 1.3em; }

h3 {
  font-size: 1em; }

strong, b {
  color: #17365d;
  font-size: 1.1em; }

p {
  line-height: 1.5em; }

.list {
  padding-left: 20px; }

li {
  list-style-position: inside;
  font-size: 1em; }

table thead, table tbody {
  display: table;
  width: 100%; }

table tr td, table tr th {
  text-align: center;
  padding: 5px; }

table tr th {
  padding: 10px;
  background: #62F58F;
  text-transform: uppercase;
  color: #383838; }

table tr td {
  background: #ffe203; }

a.link {
  border-bottom: 1px dotted;
  transition: all 0.3s; }

a.link:hover {
  color: #ffe203;
  border-bottom-color: #ffe203;
  border-bottom-style: solid; }

.text {
  padding: 10px; }

.description {
  clear: both;
  text-align: center;
  padding-bottom: 5px;
  opacity: 0.9;
  font-size: 0.9em; }

.text p {
  line-height: 1.8em;
  margin: 1%;
  margin-bottom: 20px; }

cite {
  font-size: 18px;
  margin: 0;
  color: #8E8E8E; }

/* A.2 - Mídia */
.image-right, .image-left {
  margin: 0; }

.text-box {
  display: inline-block;
  border-radius: 4px;
  margin: 20px 4px;
  padding: 10px;
  border: 1px solid #AEBDCC;
  transition: all 0.4s; }

.row {
  overflow: auto;
  position: relative;
  margin-top: 30px;
  border-top: 1px solid #EFEFEF;
  clear: both; }

.line {
  border-top: 1px solid; }

.border-right {
  border: none; }

.bg-image {
  position: absolute;
  z-index: 0;
  top: 0; }

.image {
  position: relative; }

  .cat-img {
    float: none;
    display: block;
    margin: auto;
    top:0px;
}

.image img {
  position: relative; }

#map {
  width: 100%;
  height: 400px; }

#logo-agencia {
  position: absolute;
  display: inline-block;
  height: 40px;
  margin-top: -25px;
  right: 0; }


.padi {
  width: 65px;
  height: 40px;
  background-position: 0 0;
  background-size: 100px;
 }

.btn {
  margin-top: 30px !important;
  display: inline-block;
  clear: both;
  padding: 10px 30px !important;
  font-size: 1.1em !important;
  cursor: pointer;
  text-align: center;
  z-index: 99;
  transition: all 0.3s; }

.btn:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4); }

footer .logo_icon{
  width: 70px;
  margin:auto;
}
/*# sourceMappingURL=mobile.css.map */


.camera_wrap .camera_pag .camera_pag_ul{
  display: none;
}

.dropdown a{

    color: #fff;
    border-bottom: 1px solid #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    width: 100%;
    padding: 20px 15px;
}
