* {
  margin: 0px;
  padding: 0px
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block
}

audio,
canvas,
video {
  display: inline-block
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden],
template {
  display: none
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

a {
  background: transparent
}

a:focus {
  outline: thin dotted
}

a:active,
a:hover {
  outline: 0
}

h1 {
  font-size: 2em;
  margin: 0.67em 0
}



abbr[title] {
  border-bottom: 1px dotted
}

b,
strong {
  font-weight: bold
}

dfn {
  font-style: italic
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0
}

mark {
  background: #ff0;
  color: #000
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em
}

pre {
  white-space: pre-wrap
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  top: -0.5em
}

sub {
  bottom: -0.25em
}

img {
  border: 0
}

svg:not(:root) {
  overflow: hidden
}

figure {
  margin: 0
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em
}

legend {
  border: 0;
  padding: 0
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0
}

button,
input {
  line-height: normal
}

button,
select {
  text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled],
html input[disabled] {
  cursor: default
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0
}

textarea {
  overflow: auto;
  vertical-align: top
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

.img-sprite,
.img-arrow-menu,
.img-camera,
.img-certificacao,
.img-enviar,
.img-facebook,
.img-instagram,
.img-localizacao,
.img-menu-mobile,
.img-next-small,
.img-next,
.img-prev-small,
.img-prev,
.img-twitter,
.img-youtube {
  background-image: url('../img/img.png');
  background-repeat: no-repeat
}

.img-arrow-menu {
  background-position: 0 0;
  height: 15px;
  width: 15px
}

.img-camera {
  background-position: -15px 0;
  height: 51px;
  width: 55px
}

.img-certificacao {
  background-position: -70px 0;
  height: 105px;
  width: 100px
}

.img-enviar {
  background-position: -170px 0;
  height: 35px;
  width: 35px
}

.img-facebook {
  background-position: -205px 0;
  height: 41px;
  width: 40px
}

.img-instagram {
  background-position: -245px 0;
  height: 40px;
  width: 40px
}

.img-localizacao {
  background-position: -285px 0;
  height: 55px;
  width: 55px
}

.img-menu-mobile {
  background-position: -340px 0;
  height: 30px;
  width: 44px
}

.img-next-small {
  background-position: -384px 0;
  height: 56px;
  width: 36px
}

.img-next {
  background-position: -420px 0;
  height: 84px;
  width: 50px
}

.img-prev-small {
  background-position: -470px 0;
  height: 56px;
  width: 36px
}

.img-prev {
  background-position: -506px 0;
  height: 84px;
  width: 50px
}

.img-twitter {
  background-position: -556px 0;
  height: 41px;
  width: 40px
}

.img-youtube {
  background-position: -596px 0;
  height: 41px;
  width: 40px
}

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
  z-index: 0
}

.owl-carousel .owl-animated-out {
  z-index: 1
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0, 0)
}

.owl-carousel .owl-controls .owl-dot,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel.owl-loaded {
  display: block
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block
}

.owl-carousel.owl-hidden {
  opacity: 0
}

.owl-carousel .owl-refresh .owl-item {
  display: none
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab
}

.owl-carousel.owl-rtl {
  direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
  float: right
}

.no-js .owl-carousel {
  display: block
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1
}

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px
}

.fancybox-opened {
  z-index: 8030
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5)
}

.fancybox-outer,
.fancybox-inner {
  position: relative
}

.fancybox-inner {
  overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap
}

.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url("../img/fancybox/fancybox_sprite.png")
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../img/fancybox/fancybox_loading.gif") center center no-repeat
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../img/fancybox/blank.gif");
  -webkit-tap-highlight-color: transparent;
  z-index: 8040
}

.fancybox-prev {
  left: 0
}

.fancybox-next {
  right: 0
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px
}

.fancybox-nav:hover span {
  visibility: visible
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important
}

.fancybox-lock {
  overflow: hidden !important;
  width: auto
}

.fancybox-lock body {
  overflow: hidden !important
}

.fancybox-lock-test {
  overflow-y: hidden !important
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../img/fancybox/fancybox_overlay.png")
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll
}

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050
}

.fancybox-opened .fancybox-title {
  visibility: visible
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff
}

.fancybox-title-inside-wrap {
  padding-top: 10px
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url("../img/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px
  }
  #fancybox-loading div {
    background-image: url("../img/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px
  }
}

@font-face {
  font-family: OpenSansRegular;
  font-style: normal;
  font-weight: normal;
  src: url("../font/OpenSansRegular/OpenSansRegular.eot?#iefix") format("embedded-opentype"), url("../font/OpenSansRegular/OpenSansRegular.woff2") format("woff2"), url("../font/OpenSansRegular/OpenSansRegular.woff") format("woff"), url("../font/OpenSansRegular/OpenSansRegular.ttf") format("truetype"), url("../font/OpenSansRegular/OpenSansRegular.svg#OpenSansRegular") format("svg")
}

@font-face {
  font-family: BebasNeueRegular;
  font-style: normal;
  font-weight: normal;
  src: url("../font/BebasNeueRegular/BebasNeueRegular.eot?#iefix") format("embedded-opentype"), url("../font/BebasNeueRegular/BebasNeueRegular.woff2") format("woff2"), url("../font/BebasNeueRegular/BebasNeueRegular.woff") format("woff"), url("../font/BebasNeueRegular/BebasNeueRegular.ttf") format("truetype"), url("../font/BebasNeueRegular/BebasNeueRegular.svg#BebasNeueRegular") format("svg")
}

html {
  height: 100%
}

body {
  overflow-x: hidden;
  background-color: #F7F7F7
}

body a {
  text-decoration: none
}

body ul {
  list-style: none
}

body.fotos {
  background: url(../img/loader.gif) center center no-repeat
}

.center {
  width: 1260px;
  height: 100%;
  margin: 0px auto;
  display: block;
  position: relative
}

.clear {
  clear: both
}

.oculto {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px)
}

.indent {
  text-indent: -9999px
}

div.premio {
  width: 150px;
  padding: 10px;
  position: fixed;
  z-index: 1000;
  top: 150px;
  right: 0px;
  background-color: #FFF;
  border: 1px solid #CCC;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  font-family: "OpenSansRegular";
  color: #333;
  font-size: 12px;
  text-align: center
}

div.premio span {
  display: inline-block;
  margin-bottom: 10px
}

div.premio.descricao {
  top: 240px;
  font-weight: bold
}

form {
  float: left;
  width: 49%
}

form input:focus,
form textarea:focus,
form select:focus {
  outline: none
}

form input.error,
form textarea.error,
form select.error {
  border: 1px solid #FF4D4D !important;
  color: #FF4D4D !important
}

form input.sucess,
form textarea.sucess,
form select.sucess {
  border: 1px solid #006600 !important;
  color: #006600 !important
}

form label {
  float: left;
  width: 100%;
  font-family: "OpenSansRegular";
  color: #587AA1;
  font-size: 14px;
  margin-bottom: 5px
}

form input,
form select,
form textarea {
  float: left;
  width: 100%;
  height: 40px;
  background-color: transparent;
  border: 1px solid #587AA1;
  font-family: "OpenSansRegular";
  color: #587AA1;
  font-size: 14px;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  margin-bottom: 15px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px
}

form div {
  float: left;
  width: 49%
}

form div.right {
  float: right
}

form div.full {
  width: 100%
}

form textarea {
  height: 130px
}

form ::-webkit-input-placeholder {
  color: #587AA1
}

form :-moz-placeholder {
  color: #587AA1
}

form ::-moz-placeholder {
  color: #587AA1
}

form :-ms-input-placeholder {
  color: #587AA1
}

form input.btn-enviar {
  background: url(../img/img/enviar.png) 10px 5px no-repeat;
  background-color: #587AA1;
  padding: 0px 0px 0px 60px;
  width: 135px;
  height: 45px;
  color: #FFF;
  text-align: left;
  font-family: "BebasNeueRegular";
  font-size: 24px;
  float: right
}

div.mensagem-contato {
  position: fixed;
  top: -70px;
  left: 50%;
  width: 320px;
  margin-left: -160px;
  z-index: 9000;
  color: #FFF;
  font-size: 14px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.3)
}

div.mensagem-contato a {
  text-decoration: underline;
  color: #FFF
}

div.mensagem-contato.success {
  background-color: #86bb75
}

div.mensagem-contato.error {
  background-color: #ca7c89
}

div.mensagem-contato.ativo {
  top: 20px
}

.nojs-msg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 23px;
  background-color: #062b54;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  z-index: 9995
}

.nojs-msg p {
  font-size: 14px;
  font-weight: normal;
  color: #FFF;
  text-align: center;
  margin-top: 1px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3)
}

.nojs-msg p a {
  color: #CCC;
  margin-left: 10px;
  text-decoration: underline
}

.nojs-msg p a:hover {
  color: #FFF;
  text-decoration: underline
}

.no-js .nojs-msg {
  display: block
}

.skipnav {
  text-align: left;
  position: fixed;
  z-index: 9999
}

.skipnav a {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden
}

.skipnav a:focus,
.skipnav a:active {
  position: static;
  left: 0;
  width: auto;
  height: auto;
  overflow: visible;
  text-decoration: underline;
  color: #000;
  text-decoration: none
}

header,
section,
footer {
  width: 100%;
  float: left;
  position: relative
}

h1.titulo-padrao {
  float: left;
  width: 100%;
  padding: 5px 0px;
  color: #FFF;
  font-family: "BebasNeueRegular";
  text-transform: uppercase;
  font-size: 40px;
  margin: 0px 0px 50px 0px;
  letter-spacing: 3px;
  text-align: center;
  position: relative
}

h1.titulo-padrao span.linha {
  position: absolute;
  top: 23px;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #FFF
}

h1.titulo-padrao span.item {
  padding: 0px 20px;
  position: relative;
  z-index: 10
}

h1.titulo-padrao.sobre,
h1.titulo-padrao.sobre span.item {
  background-color: #B89405
}

h1.titulo-padrao.contato,
h1.titulo-padrao.contato span.item {
  background-color: #587AA1
}

h1.titulo-padrao.depoimentos,
h1.titulo-padrao.depoimentos span.item {
  background-color: #c2631b
}

h1.titulo-padrao.videos,
h1.titulo-padrao.videos span.item {
  background-color: #55552C
}

h1.titulo-padrao.indicacoes,
h1.titulo-padrao.indicacoes span.item {
  background-color: #79796A
}

h1.titulo-padrao.albuns,
h1.titulo-padrao.albuns span.item {
  background-color: #881717
}

h1.titulo-padrao.promocoes,
h1.titulo-padrao.promocoes span.item {
  background-color: #c2631b
}

h2 {
  font-family: "OpenSansRegular";
  color: #881717;
}

a.button-select-photo {
  position: fixed;
  z-index: 9999;
  top: 50%;
  right: 20px;
  padding: 10px;
  margin-top: -19px;
  background-color: #DDDDDD;
  color: #333;
  font-family: "OpenSansRegular";
  font-size: 14px;
  text-transform: uppercase;
  display: none;
  outline: 2px solid #FFF;
}

header {
  position: relative;
  z-index: 20
}

header div.menu-mobile {
  position: absolute;
  z-index: 500;
  top: 10px;
  left: 10px;
  padding: 10px;
  font-family: "BebasNeueRegular";
  font-size: 24px;
  letter-spacing: 2px;
  color: #222;
  display: none;
  background-color: rgba(255, 255, 255, 0.9)
}

header div.menu-mobile span {
  float: left;
  margin-right: 15px
}

header div.menu-mobile a {
  color: #222
}

header img {
  display: inline-block;
  margin: 0px 30px 70px 30px;
  position: relative
}

header div.bg {
  float: left;
  background-color: rgba(0, 0, 0, 0.6)
}

header div.centralizar-home {
  float: left;
  width: 100%;
  position: relative;
  top: 50%;
  margin-top: -390px
}

header ul {
  display: inline-block;
  width: 170px;
  margin-left: 50px
}

header ul li {
  float: left;
  width: 100%;
  margin-bottom: 25px;
  list-style-type: disc;
  color: #E87F24;
  font-family: "BebasNeueRegular";
  text-shadow: 1px 1px 1px #000;
  text-transform: uppercase;
  font-size: 23px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative
}

header ul li span.img-arrow-menu {
  float: right;
  margin: 6px 90px 0px 0px;
  display: none
}

header ul li a {
  color: #FFF
}

header ul li ul {
  position: absolute !important;
  width: 130px !important;
  top: 25px !important;
  margin-left: -32px !important;
  z-index: 100;
  left: 0px;
  padding-top: 20px;
  display: none
}

header ul li ul li {
  width: 100%;
  margin: 0px;
  padding: 5px 15px;
  text-align: left;
  list-style: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.7);
  text-indent: 0px !important
}

header ul li ul li:hover,
header ul li ul li.atual {
  text-decoration: underline;
  text-indent: 0px
}

header ul li ul li.first {
  list-style: none
}

header ul li ul.inicial {
  top: -19px !important;
  margin-left: 90px !important
}

header ul li ul.inicial li {
  background-color: rgba(232, 127, 36, 0.5)
}

header ul li:hover {
  text-indent: 10px
}

header ul li:hover span.img-arrow-menu {
  display: block
}

header ul li:hover ul {
  display: block
}

header.inicial div.bg {
  height: 100%
}

header.inicial li.area-do-cliente ul.inicial {
  top: -26px !important;
  margin-left: 170px !important
}

header.interna {
  height: 128px;
  background: url(../img/bg-inicial.jpg) center -75px no-repeat;
  background-size: 100%;
  text-align: center
}

header.interna div.bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.5)
}

header.interna div.clear {
  display: none
}

header.interna img {
  margin: 15px 0px 0px 0px
}

header.interna ul {
  width: auto;
  position: relative;
  margin-left: 50px;
  top: -35px;
  display: inline-block !important
}

header.interna ul li {
  width: auto;
  margin: 0px 50px 0px 0px;
  text-indent: 0px !important
}

header.interna ul li ul {
  display: none !important
}

header.interna ul li ul li {
  width: 100%;
  padding: 5px 10px;
  margin: 0px
}

header.interna ul li:hover {
  text-decoration: underline
}

header.interna ul li:hover ul {
  display: block !important
}

header.interna ul li.first {
  list-style: none
}

div.slideshow {
  position: absolute;
  z-index: 10;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden
}

div.slideshow div.item {
  float: left;
  width: 100% !important;
  height: 100% !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important
}

section.sobre article {
  float: left;
  width: 100%
}

section.sobre article p {
  float: left;
  width: 100%;
  font-family: "OpenSansRegular";
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 20px
}

section.sobre article strong {
  font-weight: bold
}

section.sobre article a {
  text-decoration: underline;
  color: #333
}

section.sobre article a:hover {
  text-decoration: none
}

section.sobre article ul {
  float: left;
  width: 100%;
  list-style-type: disc;
  margin-bottom: 10px;
  padding-left: 17px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

section.sobre article ul li {
  float: left;
  width: 100%;
  font-family: "OpenSansRegular";
  color: #333;
  margin-bottom: 10px;
  font-size: 14px
}

section.sobre img.rafael {
  float: left;
  width: 100%;
  height: auto;
  margin: 30px 0px 50px 0px
}

section.fotos article {
  float: left;
  width: 25%;
  margin-bottom: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 5px
}

section.fotos article a {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%
}

section.fotos article img {
  float: left;
  width: 100%;
  height: 172px
}

section.fotos article h1 {
  float: left;
  width: 100%;
  height: 65px;
  background-color: #881717;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  color: #FFF;
  font-family: "OpenSansRegular";
  font-size: 16px;
  text-align: center
}

section.fotos article h1 span {
  float: left;
  width: 100%
}

section.fotos article.destaque {
  width: 50%
}

section.fotos article.destaque img {
  height: 350px
}

section.albuns article.full,
section.albuns article.vertical,
section.albuns article.pequeno {
  float: left;
  padding: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative
}

section.albuns article.full a,
section.albuns article.vertical a,
section.albuns article.pequeno a {
  position: absolute;
  z-index: 60;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%
}

section.albuns article.full img,
section.albuns article.vertical img,
section.albuns article.pequeno img {
  float: left;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  filter: alpha(opacity=75);
  -webkit-filter: opacity(0.75);
  filter: gray;
  -webkit-filter: grayscale(100%);
  image-rendering: auto;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s
}

section.albuns article.full h1,
section.albuns article.vertical h1,
section.albuns article.pequeno h1 {
  position: absolute;
  bottom: 5px;
  left: 0px;
  width: 98.5%;
  padding: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0px 0px 0px 5px;
  color: #FFF;
  font-size: 18px
}

section.albuns article.full img,
section.albuns article.vertical:hover img,
section.albuns article.pequeno:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-filter: opacity(1);
  filter: none;
  -webkit-filter: grayscale(0%);
  image-rendering: auto
}

section.albuns article.full {
  width: 50%;
  height: 350px;
  margin-bottom: 5px
}

section.albuns article.full.right {
  float: right
}

section.albuns div.small {
  float: right;
  width: 50%;
  margin-bottom: 5px
}

section.albuns div.small article.vertical {
  width: 100%;
  height: 152px
}

section.albuns div.small article.pequeno {
  width: 33.33%;
  height: 200px
}

section.albuns div.small article.pequeno h1 {
  width: 94.5%;
  font-size: 15px
}

section.albuns div.small.left {
  float: left
}

section.lista-de-fotos {
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0)
}

section.lista-de-fotos div.center {
  width: 100%
}

section.lista-de-fotos a.voltar,
section.lista-de-fotos a.play-fotos,
section.lista-de-fotos a.stop-fotos {
  position: absolute;
  z-index: 20;
  top: 0px;
  left: 0px;
  padding: 10px;
  background-color: #881717;
  color: #FFF;
  font-family: "OpenSansRegular";
  font-size: 14px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-align: center
}

section.lista-de-fotos a.voltar:hover,
section.lista-de-fotos a.play-fotos:hover,
section.lista-de-fotos a.stop-fotos:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5)
}

section.lista-de-fotos a.play-fotos {
  top: 49px
}

section.lista-de-fotos a.stop-fotos {
  top: 98px
}

section.lista-de-fotos a.play-fotos,
section.lista-de-fotos a.stop-fotos {
  width: 60px
}

section.lista-de-fotos a.controles {
  position: absolute;
  z-index: 5000;
  top: 50%;
  margin-top: -96px
}

section.lista-de-fotos a.img-prev {
  left: 20px
}

section.lista-de-fotos a.img-next {
  right: 20px
}

section.lista-de-fotos div.fotos {
  display: inline-block;
  width: 100% !important;
  overflow: hidden;
  position: relative;
  z-index: 10
}

section.lista-de-fotos div.fotos div.imagens {
  float: left;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #FFF
}

section.lista-de-fotos div.fotos div.imagens img {
  width: auto;
  height: 100%;
  display: inline-block
}

section.lista-de-fotos div.miniaturas {
  position: absolute;
  z-index: 15;
  bottom: 20px;
  left: 0px;
  width: 100%;
  padding: 10px 0px;
  opacity: 0;
  filter: alpha(opacity=0);
  background-color: rgba(0, 0, 0, 0.5)
}

section.lista-de-fotos div.miniaturas a.controles-small {
  margin: 0px 15px;
  position: absolute;
  z-index: 30;
  top: 50%;
  margin-top: -28px
}

section.lista-de-fotos div.miniaturas a.img-prev-small {
  left: 0px
}

section.lista-de-fotos div.miniaturas a.img-next-small {
  right: 0px
}

section.lista-de-fotos div.miniaturas a.img-prev-small,
section.lista-de-fotos div.miniaturas a.img-next-small,
section.lista-de-fotos div.miniaturas div.imagens div.item {
  cursor: default
}

section.lista-de-fotos div.miniaturas div.imagens {
  width: 100%;
  float: left;
  padding: 0px 66px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

section.lista-de-fotos div.miniaturas div.imagens div.item {
  float: left;
  width: 100%;
  height: 100%
}

section.lista-de-fotos div.miniaturas div.imagens div.item img {
  float: left;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.5
}

section.lista-de-fotos div.miniaturas div.imagens div.item img:hover {
  opacity: 0.75;
  -moz-opacity: 0.75;
  filter: alpha(opacity=75);
  -webkit-filter: opacity(0.75);
  filter: gray;
  -webkit-filter: grayscale(100%);
  image-rendering: auto
}

section.lista-de-fotos div.miniaturas.ativo {
  opacity: 1;
  filter: alpha(opacity=100)
}

section.lista-de-fotos div.miniaturas.ativo a.img-prev-small,
section.lista-de-fotos div.miniaturas.ativo a.img-next-small,
section.lista-de-fotos div.miniaturas.ativo div.imagens div.item {
  cursor: pointer
}

section.login form,
section.depoimentos form {
  margin-left: 25%;
  width: 50%;
  margin-bottom: 50px
}

section.login form input,
section.login form select,
section.login form textarea,
section.depoimentos form input,
section.depoimentos form select,
section.depoimentos form textarea {
  border: 1px solid #c2631b
}

section.login form input.btn-enviar,
section.depoimentos form input.btn-enviar {
  background-color: #c2631b
}

section.login form p,
section.depoimentos form p {
  float: left;
  width: 100%;
  font-family: "OpenSansRegular";
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin: 17px 0px 20px 0px;
  text-align: center
}

section.login form input,
section.login form select,
section.login form textarea {
  border: 1px solid #881717
}

section.login form input.btn-enviar {
  background-color: #881717
}

section.escolha-suas-fotos a.link-video {
  float: left;
  padding: 5px 10px;
  margin: 2px;
  background-color: #881717;
  color: #FFF;
  font-family: "OpenSansRegular";
  font-size: 14px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s
}

section.escolha-suas-fotos a.link-video span {
  position: absolute;
  top: 5px;
  right: 10px;
  font-weight: bold;
}

section.escolha-suas-fotos .categoria-div {
  position: relative;
}

section.escolha-suas-fotos .subcategoria-div {
  display: none;
  height: auto;
  width: 90%;
  margin: auto;
}

section.escolha-suas-fotos a.link-video:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5)
}

section.escolha-suas-fotos p {
  float: left;
  width: 100%;
  font-family: "OpenSansRegular";
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 20px
}

section.escolha-suas-fotos p.descricao {
  font-weight: bold
}

section.escolha-suas-fotos strong {
  float: left;
  width: 100%;
  font-family: "OpenSansRegular";
  font-size: 16px;
  color: #333;
  text-align: center
}

section.escolha-suas-fotos ul.paginacao {
  float: left;
  width: 100%;
  margin: 50px 0px 70px 0px;
  text-align: center
}

section.escolha-suas-fotos ul.paginacao li {
  display: inline-block;
  background-color: #333;
  margin-right: 10px
}

section.escolha-suas-fotos ul.paginacao li a {
  color: #FFF;
  display: block;
  padding: 10px
}

section.escolha-suas-fotos ul.paginacao li.atual {
  background-color: #881717
}

section.escolha-suas-fotos div.bg-video {
  position: relative;
  padding-bottom: 56.25%;
  float: left;
  width: 100%;
  height: 0px;
  margin-bottom: 20px
}

section.escolha-suas-fotos div.bg-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border: 0px
}

section.escolha-suas-fotos form {
  width: 100%
}

section.escolha-suas-fotos form input,
section.escolha-suas-fotos form select,
section.escolha-suas-fotos form textarea {
  border: 1px solid #881717
}

section.escolha-suas-fotos form input.btn-enviar {
  background-color: #881717
}

section.escolha-suas-fotos form.lista-de-fotos {
  height: 630px;
  margin-bottom: 20px;
  overflow: auto;
  background-color: rgba(221, 221, 221, 0.5)
}

section.escolha-suas-fotos form.lista-de-fotos ul {
  float: left;
  width: 100%
}

section.escolha-suas-fotos form.lista-de-fotos ul li {
  width: 25%;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px;
  position: relative
}

section.escolha-suas-fotos form.lista-de-fotos ul li img {
  float: left;
  width: 100%;
  height: auto
}

section.escolha-suas-fotos form.lista-de-fotos ul li label {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 141px;
  cursor: pointer
}

section.escolha-suas-fotos form.lista-de-fotos ul li label input {
  width: 26px;
  height: 26px;
  margin-bottom: 0px;
  cursor: pointer
}

section.escolha-suas-fotos form.lista-de-fotos ul li label span {
  float: left;
  background-color: #881717;
  padding: 3px;
  color: #FFF;
  font-size: 14px;
  margin-right: 8px;
  cursor: pointer
}

section.videos {
  min-height: 600px
}

section.videos h1.titulo-categoria {
  float: left;
  width: 100%;
  font-size: 30px;
  color: #55552C;
  font-family: "BebasNeueRegular";
  letter-spacing: 2px
}

section.videos section {
  margin-bottom: 100px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  background: url(../img/photography.png) repeat;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5)
}

section.videos section div.video-full {
  float: left;
  width: 59%
}

section.videos section div.video-full div.bg-video {
  position: relative;
  padding-bottom: 56.25%;
  float: left;
  width: 100%;
  height: 0
}

section.videos section div.video-full div.bg-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0px
}

section.videos section div.lista-de-videos {
  float: right;
  width: 37%
}

section.videos section div.lista-de-videos div.item {
  margin-bottom: 20px;
  width: 49%;
  float: left
}

section.videos section div.lista-de-videos div.item img {
  float: left;
  width: 100%;
  height: 125px
}

section.videos section div.lista-de-videos div.item img.right {
  float: right
}

section.videos section div.lista-de-videos div.item.right {
  float: right
}

section.videos section.inverso div.video-full {
  float: right
}

section.videos section.inverso div.lista-de-videos {
  float: left
}

section.contato p {
  float: left;
  width: 100%;
  font-family: "OpenSansRegular";
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin: 17px 0px 20px 0px
}

section.contato p span {
  float: left;
  margin: -17px 20px 0px 0px
}

section.contato p span.img-localizacao {
  margin-top: -10px
}

section.contato p a {
  color: #333
}

section.contato p a:hover {
  text-decoration: underline
}

section.contato div.mapa {
  float: right;
  width: 49%
}

section.contato div.mapa div#bgmapa {
  float: left;
  width: 100%;
  height: 400px;
  background-color: #CCC;
  margin-top: 20px
}

section.contato div.bg-facebook {
  float: left;
  width: 100%;
  overflow: hidden
}

section.promocoes h2 {
  float: left;
  width: 100%;
  text-align: center;
  font-family: "OpenSansRegular";
  color: #333;
  font-size: 18px;
  font-weight: normal;
  border-bottom: 1px solid #CCC;
  padding-bottom: 50px
}

section.promocoes div.banner-promocao {
  float: left;
  width: 100%;
  margin-bottom: 2%
}

section.promocoes div.banner-promocao img {
  float: left;
  width: 100%;
  height: auto
}

section.promocoes div.banner-promocao.right {
  float: right
}

section.depoimentos article {
  float: left;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #CCC;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 20px
}

section.depoimentos article img {
  float: left;
  width: 15%;
  height: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%
}

section.depoimentos article div.descricao {
  float: left;
  width: 85%;
  padding-left: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

section.depoimentos article div.descricao h1,
section.depoimentos article div.descricao p {
  float: left;
  width: 100%;
  color: #333
}

section.depoimentos article div.descricao h1 {
  margin: 0px 0px 15px 0px;
  font-family: "BebasNeueRegular"
}

section.depoimentos article div.descricao p {
  font-size: 14px;
  font-family: "OpenSansRegular";
  line-height: 24px
}

section.depoimentos article.right {
  float: right
}

section.indicacoes div.bg-lightbox,
section.indicacoes div.lightbox {
  display: none
}

section.indicacoes div.bg-lightbox {
  position: fixed;
  z-index: 500;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5)
}

section.indicacoes div.lightbox {
  position: absolute;
  top: 100px;
  left: 10%;
  width: 80%;
  min-height: 500px;
  padding: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFF;
  z-index: 600;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5)
}

section.indicacoes div.lightbox strong,
section.indicacoes div.lightbox p {
  float: left;
  width: 100%;
  margin-bottom: 20px
}

section.indicacoes div.lightbox strong {
  font-family: "BebasNeueRegular";
  color: #79796A;
  font-size: 28px;
  letter-spacing: 1px
}

section.indicacoes div.lightbox p {
  font-size: 15px;
  line-height: 25px;
  color: #333
}

section.indicacoes div.lightbox div#mapa {
  float: left;
  width: 100%;
  height: 250px;
  margin-bottom: 20px
}

section.indicacoes div.lightbox div.galeria {
  display: none
}

section.indicacoes div.lightbox div.galeria strong.galeria {
  color: #333;
  font-size: 24px;
  letter-spacing: 1px
}

section.indicacoes div.lightbox div.galeria img {
  float: left;
  width: 15%;
  height: auto;
  margin: 0px 2% 2% 0px
}

section.indicacoes div.lightbox div.galeria img.right {
  margin-right: 0px
}

section.indicacoes article.indicado {
  float: left;
  width: 23.50%;
  height: 23.50%;
  background-color: #353;
  margin: 0px 2% 2% 0px;
  position: relative
}

section.indicacoes article.indicado a {
  position: absolute;
  z-index: 30;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%
}

section.indicacoes article.indicado img {
  float: left;
  width: 100%;
  height: 100%
}

section.indicacoes article.indicado h1 {
  position: absolute;
  bottom: 10px;
  left: 0px;
  width: 100%;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.5);
  font-family: "BebasNeueRegular";
  color: #FFF;
  text-align: center;
  font-size: 23px;
  letter-spacing: 2px;
  margin: 0px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s
}

section.indicacoes article.indicado:hover h1 {
  bottom: 20px
}

section.indicacoes article.indicado:hover h1 span {
  text-decoration: underline
}

section.indicacoes article.indicado.right {
  margin-right: 0px
}

section.indicacoes div.linha-separadora {
  float: left;
  width: 100%;
  height: 1px;
  background-color: #CCC;
  margin-bottom: 2%
}

section.facebook {
  float: left;
  width: 100%;
  margin: 50px 0px 150px 0px;
  padding-top: 50px;
  text-align: center
}

section.facebook h1 {
  float: left;
  width: 50%;
  font-family: "BebasNeueRegular";
  text-transform: uppercase;
  font-size: 40px;
  margin: 59px 0px 0px 0px;
  color: #587AA1
}

section.facebook div.box-facebook {
  float: right;
  width: 50%
}

div.sociais {
  width: 205px;
  position: fixed;
  z-index: 20;
  bottom: 80px;
  left: 15px;
  text-align: center
}

div.sociais a.chat {
  width: 120px;
  display: inline-block;
  letter-spacing: 1px;
  padding: 10px;
  background-color: #E87F24;
  color: #FFF;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  margin-bottom: 10px
}

div.sociais a.chat:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4)
}

div.sociais a.sociais {
  float: left;
  margin-right: 15px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s
}

div.sociais a.sociais.right {
  margin-right: 0px
}

div.sociais.inicial {
  left: 90px
}

footer {
  height: 69px;
  background-color: #E87F24;
  position: fixed;
  z-index: 500;
  bottom: 0px;
  left: 0px;
  text-align: center
}

footer p {
  font-size: 18px;
  color: #FFF;
  font-family: "OpenSansRegular";
  float: left;
  width: 100%;
  margin-top: 10px
}

footer p span {
  display: inline-block;
  position: relative;
  top: 0px;
  margin: 0px 20px
}

footer p a {
  text-decoration: none;
  color: #FFF
}

footer p a:hover {
  text-decoration: underline
}

footer div.share-facebook {
  width: 102px;
  display: inline-block;
  margin-top: 10px
}

@media screen and (min-width: 980px) and (max-width: 1280px) {
  .center {
    width: 960px
  }
  header.interna {
    height: 180px
  }
  header.interna ul {
    top: 20px
  }
  header.interna ul li {
    margin: 0px 33px 0px 0px
  }
  section.albuns article.full {
    height: auto
  }
  section.fotos article.destaque img {
    height: 250px
  }
}

@media screen and (min-width: 1px) and (max-width: 979px) {
  #footer {
    position: relative;
  }
  .sociais {
    display: none;
  }
  header.interna {
    height: 130px
  }
  header.interna div.menu-mobile {
    display: block
  }
  header.interna ul {
    position: absolute;
    width: 200px;
    top: 70px;
    left: 0px;
    margin-left: 10px;
    display: none !important;
    background-color: rgba(232, 127, 36, 0.9)
  }
  header.interna ul li {
    width: 100%;
    list-style: none;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-shadow: none;
    margin-right: 0px
  }
  header.interna ul li ul {
    margin-left: 0px !important;
    width: 100% !important;
    padding-top: 0px;
    margin-top: 25px
  }
  header.interna ul li ul li {
    text-align: center
  }
  header.interna ul li:last-child {
    border-bottom: none
  }
  header.interna ul.ativo, header.inicial ul.ativo {
    display: block !important
  }
  div.premio {
    display: none
  }
  section.videos section div.video-full {
    width: 100%
  }
  section.videos section div.lista-de-videos {
    width: 100%;
    margin-top: 50px
  }
  section.videos section div.lista-de-videos div.item img {
    height: auto;
    max-height: 88px;
  }
  form {
    width: 100%
  }
  section.contato div.mapa {
    width: 100%
  }
  section.login form,
  section.depoimentos form {
    margin-left: 0px;
    width: 100%
  }
  section.facebook h1 {
    margin-bottom: 50px
  }
  section.facebook h1,
  section.facebook div.box-facebook {
    width: 100%
  }
  footer {
    height: auto;
    padding-bottom: 10px
  }
}

@media screen and (min-width: 760px) and (max-width: 979px) {
  .center {
    width: 720px
  }
  section.albuns article {
    height: auto !important
  }
  section.fotos article img {
    height: 90px
  }
  section.fotos article.destaque img {
    height: 150px
  }
}

@media screen and (min-width: 510px) and (max-width: 759px) {
  .center {
    width: 480px
  }
  section.albuns article {
    width: 100% !important;
    height: auto !important
  }
  section.fotos article {
    width: 50% !important
  }
  section.fotos article img {
    height: 130px !important
  }
}

@media screen and (min-width: 1px) and (max-width: 509px) {
  .center {
    width: 320px
  }
  header.interna {
    background: url(../img/bg-inicial.jpg) center -35px no-repeat;
    height: 200px
  }
  header.interna img {
    margin: 35px 0px 0px 0px
  }
  section.albuns article,
  section.fotos article {
    width: 100% !important;
    height: auto !important
  }
  section.albuns article img,
  section.fotos article img {
    height: auto !important
  }
  div.slideshow div.item {
    #background-size: contain !important;
  }
}

@media screen and (max-width: 980px) {
  section.escolha-suas-fotos form.lista-de-fotos ul li {
    width: 100%;
  }
  section.escolha-suas-fotos p.descricao {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  header.inicial div.bg {
    width: 100%;
    background-color: #000;
    height: 180px;
  }
  header.interna {
    height: 220px;
  }
  header ul,
  header ul.ativo {
    display: none;
    margin: 0;
    width: 200px;
    margin-top: 10px;
  }
  header ul li {
    background-color: #d07e30ba;
    border-bottom: 1px solid #FFF;
    margin: 0;
    padding: 10px 0px;
    list-style: none;
  }
  header img {
    margin: 0;
    width: 60%;
  }
  header div.menu-mobile {
    display: block;
    border-radius: 25px;
    background-color: #d07e30;
    padding: 5px 25px;
    text-align: center;
    margin-left: -45px;
    top: 123px;
    left: 50%;
  }
  header div.menu-mobile a {
    color: #FFF;
  }
  header div.menu-mobile a span {
    display: none;
  }
  header div.centralizar-home {
    top: 0;
    margin-top: 40px;
    text-align: center;
  }
  div.slideshow {
    position: relative;
    height: 260px;
  }
  h1.titulo-padrao{
    font-size: 28px;
  }
  h1.titulo-padrao span.linha{
    top: 17px;
  }
  footer {
    position: relative;
    z-index: unset;
    bottom: unset;
  }
  footer p {
    font-size: 16px;
  }
  section.escolha-suas-fotos a.link-video {
    font-size: 22px !important;
    width: 90% !important;
  }
  a.button-select-photo {
    top: 11%;
    right: 50%;
    margin-right: -67px;
  }
}