@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
*/
@font-face {
  font-family: "RobotoL";
  src: url("fonts/Roboto-Light.eot");
  src: url("fonts/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto-Light.woff") format("woff"), url("fonts/Roboto-Light.ttf") format("truetype"), url("fonts/Roboto-Light.otf") format("opentype"), url("fonts/Roboto-Light.svg#RobotoL") format("svg"); }
@font-face {
  font-family: "ProximaN";
  src: url("fonts/ProximaNova-Bold.eot");
  src: url("fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/ProximaNova-Bold.woff") format("woff"), url("fonts/ProximaNova-Bold.ttf") format("truetype"), url("fonts/ProximaNova-Bold.otf") format("opentype"), url("fonts/ProximaNova-Bold.svg#ProximaN") format("svg"); }
/* 0 - HEADER */
header {
  position: fixed;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3); }

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

.atend {
  background: #383838; }

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

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

.atend .link {
  display: none; }

.logo {
  position: relative;
  padding: 10px 0;
  width: 200px; }

.atend .mobile_menu {
  position: absolute;
  z-index: 999999;
  cursor: pointer;
  left: 5px;
  top: 6px;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  background-position: -135px 1px; }

.atend .mobile_menu.active {
  background-position: -135px -20px; }

nav {
  z-index: 999999;
  position: fixed;
  display: block;
  left: -260px;
  top: 43px;
  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: #ffe203;
  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 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 {
  width: 90%;
  padding: 20px 0; }

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

.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: 15px !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_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: #ffe203; }

@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 */
.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 {
  font-family: "ProximaN";
  text-transform: uppercase;
  border-left-width: 15px; }

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

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

.title {
  font-family: "ProximaN";
  text-transform: uppercase; }

.sub-title {
  font-family: "ProximaN";
  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;
  font-family: "RobotoL";
  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-family: "ProximaN";
  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;
  font-family: "ProximaN";
  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 {
  font-family: "RobotoL";
  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; }

.galeria {
  display: block;
  position: relative;
  overflow: hidden;
  height: 200px;
  transition: all 0.3s; }

.galeria:hover {
  border: 5px solid #17365d; }

.galeria img {
  position: absolute;
  margin: 0;
  bottom: 0;
  width: 100%; }

.image {
  position: relative; }

.image img {
  position: relative; }

.hidden {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%; }

.video {
  height: 380px;
  margin-bottom: 20px; }

.icon {
  position: relative;
  margin: 0 5px 0 10px;
  z-index: 999;
  background: url(../images/sprite-icons.png) no-repeat;
  transition: all 0.3s; }

.home {
  margin: 0;
  width: 26px;
  height: 19px;
  background-position: 1px -21px; }

.drop-tab {
  position: absolute;
  cursor: pointer;
  margin: 0;
  left: inherit;
  margin-top: -15px;
  right: 20px;
  width: 20px;
  background-position: -85px -19px; }

.tel {
  width: 22px;
  height: 22px;
  background-position: -48px 2px; }

.email {
  width: 22px;
  height: 22px;
  background-position: -28px 2px; }

.local {
  width: 18px;
  height: 22px;
  background-position: -70px 2px; }

.whats {
  margin-top: 1px;
  width: 21px;
  height: 22px;
  background-position: -107px 0; }

.whats:hover {
  background-position: -107px -22px; }

.logos {
  position: relative;
  display: inline-block;
  margin: 15px;
  height: 40px; }

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

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

.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); }

/* A.3 - Cores */
.dark-theme {
  background: #17365d; }

.dark-theme .title {
  color: #ffe203; }

.dark-theme p, .dark-theme li, .dark-theme a {
  color: white; }

.yellow-theme {
  background: #ffe203; }

.yellow-theme .sub-title {
  background: #f9f9f9; }

.yellow-theme .btn {
  color: #ffe203 !important;
  background: #383838 !important; }

.yellow-theme .btn:hover {
  color: white !important;
  background: #17365d !important; }

.light-theme {
  background: #f9f9f9; }

.light-theme .btn {
  background: #ffe203 !important;
  color: #383838 !important; }

.light-theme .btn:hover {
  color: #ffe203 !important;
  background: #383838 !important; }

.blue {
  color: #1176FC; }

.bg-light-blue {
  background-color: #4A98FF !important; }

.bg-light-red {
  background-color: #F98484 !important; }

.bg-blue {
  background-color: #1176FC !important; }

.bg-dark-blue {
  background-color: #16314C !important; }

.bg-red {
  background-color: #FA3737 !important; }

.bg-yellow {
  background-color: #FFE79D !important; }

.bg-gray {
  background-color: #5D5D5D !important; }

.bg-green {
  background-color: #8FFCA1 !important; }

.over-black {
  position: absolute;
  background: black;
  z-index: 99;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  transition: all 1s; }

.over-black:hover {
  opacity: 0; }

/* others */
.pendencia {
  padding: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: red;
  -webkit-animation-name: pendencia;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  border: 2px double red;
  transition: all 0.3s; }

@keyframes pendencia {
  from {
    background: white;
    color: red; }
  to {
    background: red;
    color: white; } }
form {
  padding: 15px 0; }

form input {
  border: none; }

form .field {
  position: relative;
  margin-bottom: 10px;
  padding: 5px;
  border: 1px solid #383838;
  z-index: 999;
  width: 100%;
  font-size: 1em; }

form textarea {
  height: 142px;
  min-height: 142px;
  max-height: 142px; }

/*# sourceMappingURL=mobile.css.map */
