/*
Template Name: cm'soon
Theme URL: http://www.egotype.com/cm-soon/
Description: Landing Page
Author: Egotype
Author URL: http://www.egotype.com
Version: 1.0
Tags: Landing Page, HTML5, CSS3, Bootstrap, Jquery, Coming Soon Landing page
*/

/* ___________________________________________

                   CONTENT
   ___________________________________________ */

/*   01. General Styles                        */
/*   02. Typography                            */
/*   03. Backgrounds                           */
/*   04. Buttons, Links                        */
/*   05. Forms                                 */
/*   06. Spacing, Alignment, Helperclasses     */
/*   07. Navigation                            */
/*   08. Backgrounds                           */
/*   09. Preloader                             */
/*   10. Modal                                 */
/*   11. Count Down                            */
/*   12. Gallery                               */
/*   13. Misc                                  */

/* _____________________________________

   01. General Styles
   _____________________________________ */

body {
  position: relative;
  padding: 0;
  margin: 0;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.8;
  color: #333;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-ExtraLight.woff") format("woff"),
  url("../fonts/montserrat/Montserrat-ExtraLight.woff2") format("woff2"),
  url("../fonts/montserrat/Montserrat-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-Medium.woff") format("woff"),
  url("../fonts/montserrat/Montserrat-Medium.woff2") format("woff2"),
  url("../fonts/montserrat/Montserrat-Medium.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-Bold.woff") format("woff"),
  url("../fonts/montserrat/Montserrat-Bold.woff2") format("woff2"),
  url("../fonts/montserrat/Montserrat-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

/* ----------------------------------
   Bootstrap Fix: IE10
   in Windows 8 & Windows Phone 8
   ---------------------------------- */

@-webkit-viewport {
  width: device-width;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

/* _____________________________________

   02. Typography
   _____________________________________ */

h1, .h1 {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 10px;
}

h2, .h2 {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-top: 0;
  margin-bottom: 30px;
}

h3, .h3 {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

h4, .h4 {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
}

p, .lead {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}

strong,
b {
  font-weight: 700;
}

.font-weight-200 {
  font-weight: 200;
}

.wrap-line {
  margin: 20px 0 50px 0;
  position: relative;
}

.wrap-line:before {
  position: absolute;
  width: 40px;
  height: 1px;
  bottom: -30px;
  left: 50%;
  margin-left: -20px;
  content: "";
  border-bottom: 1px solid;
}

/* ----------------------------------
   Icons
   ---------------------------------- */

.icon {
  line-height: 1;
}

.icon:before {
  vertical-align: bottom;
}

.icon-sm {
  font-size: 24px;
}

.icon-lg {
  font-size: 34px;
}

/* ----------------------------------
   Font Colors
   ---------------------------------- */

.text-color {
  color: #00ACC1;
}

.text-white {
  color: #fff;
}

.text-light {
  color: #aaa;
}

.text-grey {
  color: #444;
}

.text-grey p{
  color: #444;
  font-size: 1.2em;
}

/* _____________________________________

   03. Backgrounds
   _____________________________________ */

.bg-color {
  background-color: #00ACC1;
}

.bg-white {
  background-color: #fff;
}

.bg-white-09 {
  background-color: rgba(255, 255, 255, 0.9);
}

.bg-black {
  background-color: #000;
}

.bg-solid-color {
  background-color: #1f64c5;
}

.bg-dark {
  background-color: #333;
}

.bg-light {
  background-color: #aaa;
}

.bg-bubble-color {
  background-color: #00457c;
}

.bg-square-color {
  background-color: #5E35B1;
}

/* _____________________________________

   04. Buttons, Links
   _____________________________________ */

a {
  color: #333;
  text-decoration: none;
}

a > i {
  margin: 0 7px;
}

a:hover,
a:active,
a:focus {
  color: #000;
  text-decoration: underline;
  outline: none;
}

a.link-white,
a.link-white:hover,
a.link-white:active,
a.link-white:focus {
  color: #fff;
}

a.link-light,
a.link-light:hover,
a.link-light:active,
a.link-light:focus {
  color: #fff;
}

.btn-row {
  margin-left: -5px;
  margin-right: -5px;
}

.btn,
a.btn {
  display: inline-block;
  margin: 0 5px;
  padding: 14px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 0;
  transition: background .3s ease-in-out;
}

.btn i {
  margin-right: 15px;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
}

.input-group-btn:last-child > .btn {
  margin: 0 !important;
  padding: 12px 13px 13px 13px;
  line-height: 1.392;
  border: none;
}

.input-group-btn:last-child > .btn i,
.input-group-btn:last-child > .btn-group i {
  margin: 0 !important;
}

/* ----------------------------------
   Button Dark
   ---------------------------------- */

.btn.btn-dark,
a.btn.btn-dark {
  color: #fff;
  background-color: #333;
}

.btn.btn-dark:hover,
a.btn.btn-dark:hover,
.btn.btn-dark:active,
a.btn.btn-dark:active,
.btn.btn-dark:focus,
a.btn.btn-dark:focus {
  color: #fff;
  background-color: #000;
  box-shadow: none;
}

/* ----------------------------------
   Button Color
   ---------------------------------- */

.btn-color,
a.btn-color {
  color: #fff;
  background-color: #00ACC1;
}

.btn.btn-color:hover,
.btn.btn-color:active,
.btn.btn-color:focus,
a.btn.btn-color:hover,
a.btn.btn-color:active,
a.btn.btn-color:focus {
  color: #fff;
  background-color: #0097A7;
}

/* ----------------------------------
   Button White
   ---------------------------------- */

.btn-white,
a.btn-white {
  color: #333;
  background-color: #fff;
}

.btn.btn-white:hover,
.btn.btn-white:active,
.btn.btn-white:focus,
a.btn.btn-white:hover,
a.btn.btn-white:active,
a.btn.btn-white:focus {
  color: #333;
  background-color: #fff;
}

/* ----------------------------------
   Button Border White
   ---------------------------------- */

.btn.btn-border-white,
a.btn.btn-border-white {
  color: srgba(24,51,109,1.00);
/*  background-color: transparent;*/
  background-color: rgba(255,255,255,0.8);
  border: 1px solid #fff;
}

.btn.btn-border-white:hover,
.btn.btn-border-white:active,
.btn.btn-border-white:focus,
a.btn.btn-border-white:hover,
a.btn.btn-border-white:active,
a.btn.btn-border-white:focus {
  color: #333;
  background-color: #fff;
  border: 1px solid #fff;
}

/* _____________________________________

   05. Forms
   _____________________________________ */

.form-control {
  height: 50px;
  padding: 15px 0 13px 0;
  margin: 0 auto;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background-color: transparent;
  color: #333;
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  box-shadow: none;
  appearance: none;
  outline: 0;
}

.form-control-custom {
  border: 0;
  height: 2px;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
}

.form-control:focus {
  border-color: #333;
  box-shadow: none;
  outline: none;
}

textarea.form-control {
  overflow: hidden;
  display: block;
  resize: none;
}

.form-group {
  margin-bottom: 25px;
}

.form-group,
.input-group {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  transition: width .5s ease-in-out;
}

.focus.form-group,
.focus.input-group {
  width: 100%;
}

input:focus::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}

/* ----------------------------------
   Input Light
   ---------------------------------- */

.form-control.form-control-light {
  color: #aaa;
  border-color: #aaa;
}

.form-control.form-control-light:-moz-placeholder {
  color: #aaa;
}

.form-control.form-control-light::-moz-placeholder {
  color: #aaa;
}

.form-control.form-control-light:-ms-input-placeholder {
  color: #aaa;
}

.form-control.form-control-light::-webkit-input-placeholder {
  color: #aaa;
}

/* ----------------------------------
   Input Dark
   ---------------------------------- */

.form-control.form-control-dark {
  color: #333;
  border-color: #333;
}

.form-control.form-control-dark:-moz-placeholder {
  color: #333;
}

.form-control.form-control-dark::-moz-placeholder {
  color: #333;
}

.form-control.form-control-dark:-ms-input-placeholder {
  color: #333;
}

.form-control.form-control-dark::-webkit-input-placeholder {
  color: #333;
}

/* ----------------------------------
   Alert Placeholder
   ---------------------------------- */

.error .form-control:-moz-placeholder {
  color: #c0392b;
}

.error .form-control::-moz-placeholder {
  color: #c0392b;
}

.error .form-control:-ms-input-placeholder {
  color: #c0392b;
}

.error .form-control::-webkit-input-placeholder {
  color: #c0392b;
}

.error .form-control {
  color: #c0392b;
}

/* ----------------------------------
   Validation Message
   ---------------------------------- */

#message-contact,
#message-newsletter {
  display: none;
}

.message-wrapper {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1030;
}

.map + .message-wrapper {
  bottom: 400px;
}

.message-wrapper.fixed {
  position: fixed;
}

.message {
  padding: 15px;
  background-color: #333;
}

.error.message {
  background-color: #c0392b;
}

.message {
  background-color: #2E7D32;
}

label.message-text {
  margin-bottom: 0;
}

.message-text {
  margin-left: 15px;
  font-weight: 400;
}

/* _____________________________________

   06. Spacing, Alignment, Helperclasses
   _____________________________________ */

.vert-middle {
  min-height: 700px;
  height: 100%;
  align-items: center;
  display: flex;
}

.vert-middle > div {
  width: 100%;
  vertical-align: middle;
}

.vert-end {
  min-height: 700px;
  height: 100%;
  align-items: flex-end;
  display: flex;
}

.vert-end > div {
  width: 100%;
  vertical-align:bottom;
}

.p-40{
	padding: 40px;
}

.p-t-b-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.p-t-b-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.p-t-b-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.p-t-b-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.p-t-b-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.p-t-b-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.p-t-b-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.p-l-r-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.p-l-r-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.p-l-r-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.p-t-10 {
  padding-top: 10px;
}

.p-t-20 {
  padding-top: 20px;
}

.p-t-30 {
  padding-top: 30px;
}

.p-t-40 {
  padding-top: 40px;
}

.p-t-50 {
  padding-top: 50px;
}

.p-t-60 {
  padding-top: 60px;
}

.p-t-70 {
  padding-top: 70px;
}

.p-b-30 {
  padding-bottom: 30px;
}

.p-b-80 {
  padding-bottom: 80px;
}

.p-b-120 {
  padding-bottom: 120px;
}

.m-t-20 {
	margin-top: 20px;
}

.m-t-menos-30 {
	margin-top: -30px;
}

.m-r-menos-50 {
	margin-right: -50px;
}

.m-l-menos-50 {
	margin-left: -50px;
}

.m-b-20 {
	margin-bottom: 20px;
}

.m-b-40 {
	margin-bottom: 40px;
}

.m-t-b-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.m-t-20-b-5 {
  margin-top: 20px;
  margin-bottom: 5px;
}

.m-t-15-r-20 {
	margin: 15px 20px 0 0;
}

.arrow-wrapper {
  padding: 30px;
}

/* _____________________________________

   07. Navigation
   _____________________________________ */

.navbar-wrapper {
  height: 60px;
  position: relative;
}

/* ----------------------------------
   Navbar Links
   ---------------------------------- */

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: transparent;
}

.navbar-links {
  float: right;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.navbar-links ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.navbar-links li {
  float: left;
  opacity: 0;
  transform: translate(100%, 0);
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.navbar-links .nav > li > a {
  display: inline;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}

.navbar-links .nav > li {
  margin: 20px 15px;
}

.navbar-links .nav > li > a:hover {
  background-color: transparent;
}

.navbar-links .nav > li.active > a {
  border-bottom: 1px solid #fff;
}

.full-info .navbar-links li {
  transform: translate(0px, 0px);
opacity: 1;
visibility: visible;
}

/* ----------------------------------
   Navbar Button
   ---------------------------------- */

header {
  display: none;
}

.navbar-button {
  position: relative;
  float: right;
  width: 25px;
  height: 19px;
  margin: 22px 5px;
  background-color: transparent;
  border: none !important;
  cursor: pointer;
}

.navbar-button:visited {
	border: none !important;
}

.navbar-button span {
  position: absolute;
  left: 0;
  display: block;
  height: 1px;
  width: 100%;
  background-color: #fff;
  border-radius: 9px;
  filter: alpha(opacity=100);
  opacity: 1;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
  border: none;
}

.navbar-button span:nth-child(1) {
  top: 0;
}

.navbar-button span:nth-child(2) {
  top: 7px;
}

.navbar-button span:nth-child(3) {
  top: 14px;
}

.navbar-open .navbar-button span:nth-child(1) {
  top: 7px;
  transform: rotate(135deg);
}

.navbar-open .navbar-button span:nth-child(2) {
  left: -40px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.navbar-open .navbar-button span:nth-child(3) {
  top: 7px;
  transform: rotate(-135deg);
}



/* _____________________________________

   08. Backgrounds
   _____________________________________ */

.section-overlay {
  position: fixed;
  top: 0;
  height: 100%;
  min-height: 700px;
  width: 100%;
  z-index: -100;
}

.section-overlay.youtube {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  transform: translate(-50%, -50%);
}

.section-overlay.media {
  z-index: -250;
}

.section-overlay img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
}

.overlay-opacity {
  filter: alpha(opacity=50);
  opacity: 0.3;
}

.overlay-opacity-2 {
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.overlay-opacity-3 {
  filter: alpha(opacity=60);
  opacity: 0.6;
}

.page-image {
  background: url("../images/background.jpg") no-repeat center center;
  background-size: cover;
  height: 100%;
  width: 100%;
  min-height: 700px;
}

.page-image-min {
  background: url("../images/background.jpg") no-repeat center center;
  background-size: cover;
  height: 100%;
  width: 100%;
  min-height: 700px;
}

.page-image-ripple {
  background: url("../images/background.jpg") no-repeat center center;
  background-size: cover;
  height: 100%;
  width: 100%;
  min-height: 700px;
}

.page-image-full {
  background: url("../images/background.jpg") no-repeat center center;
  background-size: cover;
  height: 100%;
  width: 100%;
  min-height: 700px;
}

.page-image-bw {
    background: url("../images/background.jpg") no-repeat center center;
  background-size: cover;
  height: 100%;
  width: 100%;
  min-height: 700px;
}

.page-image-rj {
  background: url("../images/rj/background.jpg") no-repeat center center;
  background-size: cover;
  height: 100%;
  width: 100%;
  min-height: 700px;
}

.page-image-rj-espaco-cultural {
  background: url("../images/rj/espaco_cultural.jpg") no-repeat center top;
  background-size: cover;
  height: 100%;
  width: 100%;
  min-height: 700px;
}

.page-image-rj-espaco-cultural-navio-bauru {
  background: url("../images/rj/espaco_cultural/navio_bauru/background.jpg") no-repeat center center;
  background-size: cover;
  height: 100%;
  width: 100%;
  min-height: 700px;
}

.page-image-rj-passeio-maritimo {
  background: url("../images/rj/passeio_maritimo.jpg") no-repeat center center;
  background-size: cover;
  height: 100%;
  width: 100%;
  min-height: 700px;
}

.page-image-rj-ilha-fiscal {
  background: url("../images/rj/ilha_fiscal.jpg") no-repeat center center;
  background-size: cover;
  height: 100%;
  width: 100%;
  min-height: 700px;
}

.page-slide {
  height: 100vh;
  width: 100%;
  min-height: 700px;
}

.page-slide-1 {
  background: url("../images/background.jpg") no-repeat center center;
  background-size: cover;
}

.page-slide-2 {
  background: url("../images/background.jpg") no-repeat center center;
  background-size: cover;
}

.page-slide-3 {
  background: url("../images/background.jpg") no-repeat center center;
  background-size: cover;
}

body.vegas-container > .vegas-timer,
body.vegas-container > .vegas-overlay,
body.vegas-container > .vegas-slide {
  z-index: -800;
}

.page-amplitude-wrapper {
  position: absolute;
  top: 0;
  height: 100vh;
  min-height: 700px;
  width: 100%;
  display: table;
  z-index: -250;
}

.page-amplitude {
  width: 100%;
  vertical-align: middle;
  display: table-cell;
  margin: 0 auto;
}

/* _____________________________________

   09. Preloader
   _____________________________________ */

.loader {
  position: fixed;
  z-index: 1200;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: opacity 1s linear;
}

.fade-out.loader {
  opacity: 0;
}

.fade-out .loader-inner {
  display: none;
}

.ball-scale-ripple-multiple-color > div {
  border-color: #00ACC1;
}

.ball-scale-ripple-multiple-bw > div {
  border-color: #fff;
}

.ball-pulse-sync > div, .ball-pulse > div {
  width: 10px;
  height: 10px;
  margin: 5px;
}

/* _____________________________________

   10. Modal
   _____________________________________ */

.button-close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  z-index: 100;
  background-color: transparent;
  border: none;
  padding: 0;
  line-height: 0;
}

.button-control {
  float: left;
  margin: 15px 5px;
  padding: 0;
  height: 25px;
  width: 25px;
  background-color: transparent;
  line-height: 1;
  border: 0;
  cursor: pointer;
  z-index: 100;
}

.modal.modal-scale.fade .modal-dialog {
  display: table;
  height: 100%;
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  transform: scale(0.1);
  transform-origin: center;
  margin: 0 auto;
  opacity: 0.1;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;

}

.modal.modal-scale .modal-dialog > div {
  display: table-cell;
  vertical-align: middle;
}

.modal.modal-scale.fade.in .modal-dialog {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
/*  width: 80%;*/
}

.modal-content {
  padding: 50px 80px;
  border-radius: 0;
  border: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=20);
  opacity: .2
}

/* _____________________________________

   11. Count Down
   _____________________________________ */

.count-down h1 {
  line-height: 1;
}

.count-down p {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.35;
}

.count-down > div > div {
  display: inline-block;
  padding: 0 30px;
}

.count-down > .cd-row {
  display: inline-block;
}

/* _____________________________________

   12. Gallery
   _____________________________________ */

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.img-hover-effect {
  position: relative;
  overflow: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.img-hover-effect img {
  max-width: 100%;
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 2s ease;
}

.img-hover-effect:hover img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.img-hover-effect .img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
/*  background-color: #000;*/
  opacity: 0.25;
  transition: opacity 0.3s ease-in-out;
}

.img-hover-effect:hover .img-overlay {
/*  opacity: 0;*/
background-color: #000;
}

.img-hover-effect .img-title {
  position: absolute;
  z-index: 1;
  text-align: center;
  top: 100%;
  left: 50%;
  padding: 5px 8px;
  margin: auto;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #013147;
  border: 1px solid #fff;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  background: rgba(255,255,255,0.8);
}

.img-hover-effect:hover .img-title {
  opacity: 1;
  top: 50%;
}

.gallery .img-description {
  display: none;
}

/* _____________________________________

   13. Misc
   _____________________________________ */

.page-info {
  min-height: 700px;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.sr .reveal {
  visibility: hidden;
}

.map > div {
  width: 100%;
  height: 400px;
}

.map h4, .map h5 {
  margin-top: 0;
}

/* _____________________________________

   CUSTOM
   _____________________________________ */

/* _____________________________________

	Logo
   _____________________________________ */

.logos-int{
	background-color: rgba(255,255,255,0.9);
	border-radius: 8px;
	margin: 0 12px 100px;
}

.logos-int-content{
	display: flex;
	justify-content:space-between;
	flex-wrap: nowrap;
	align-items: center;
	padding: 10px 15px;;
}

.logos-int-content-item{
	flex-basis: 33%;
	padding: 15px;
}

.logos-int-content-item:nth-child(3){
	flex-basis: 80%;
}

.logos-int-content-item img{
	max-width: 100%;
	max-height: 160px;
}

.logos{
	display: flex;
	justify-content: flex-end;
	padding-right: 15px;
	margin-top: -40px;
}

.logos-content{
	
}

.brasao{
	width: 20%;
}

.brasao-content{
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: center;
}

.brasao-content-item{
	flex-basis: 33%;
	padding: 0 15px;
}

.brasao-content-item:nth-child(3){
	flex-basis: 50%;
	padding: 0 15px;
}

.brasao-content-item:nth-child(3) img{
	width: 300px;
}

.brasao img{
	width: 120px;
}

.logo{
	width: 20%;
}

.logo-content{
	display: flex;
	justify-content: space-between;
}

.logo-content-item{
	flex-basis: 100%;
	margin: 30px 0 20px;
	padding: 0 0 0 28px;;
}

.logo img{
	width: 240px;
}

.logo_marinha{
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 10px 0 20px;
}

.logo_marinha_content{
	flex-basis: 300px;
}

.logo_marinha img{
	max-width: 100%;
}

.logos-compras{
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 1;
}

.brasao-compras img{
	width: 80px;
}

.logo-compras img{
	width: 200px;
}

.logo-compras-content-item{
	flex-basis: 100%;
	margin: 30px 0 20px;
	padding: 0 0 0 10px;;
}

/* _____________________________________

	Bem vindo
   _____________________________________ */

.bem_vindo p{
	font-size: 1.2em;
}

/* _____________________________________

	Link Menu
   _____________________________________ */

.link_menu{
	font-size: 1.2em;
}

/* _____________________________________

	Redes Sociais
   _____________________________________ */

.redes_sociais p{
	font-size: 1.4em;
}

/* _____________________________________

	Passeios
   _____________________________________ */

.passeios{
	
}

.passeios_content{
	display: flex;
	flex-wrap: wrap;
}

.passeios_content_item{
	flex-basis: 100%;
	padding: 4px 0;
}

.passeios_content_item img{
	max-width: 100%;
}


.passeios_img_hover_effect {
  position: relative;
  overflow: hidden;
/*
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
*/
}

.passeios_img_hover_effect img {
  max-width: 100%;
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 2s ease;
}

.passeios_img_hover_effect:hover img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.passeios_img_hover_effect .img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
/*  background-color: #000;*/
  opacity: 0.25;
  transition: opacity 0.3s ease-in-out;
}

.passeios_img_hover_effect:hover .img-overlay {
/*  opacity: 0;*/
background-color: #000;
}

.number{
  position: absolute;
  z-index: 1;
  text-align: center;
  left: 35%;
  padding: 5px 8px;
  margin: auto;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 160px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
  opacity: 1;
  top: 50%;
  text-shadow: #000 2px 3px 2px;
}

.blog-post-img-thumb .number{
  position: absolute;
  z-index: 1;
  text-align: center;
  left: 50%;
  padding: 5px 8px;
  margin: auto;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 90px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
  opacity: 1;
  top: 25%;
  text-shadow: #000 2px 3px 2px;	
}

.passeios_img_hover_effect .img-number{
  position: absolute;
  z-index: 1;
  text-align: center;
  top: 100%;
  left: 60%;
  padding: 5px 8px;
  margin: auto;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #013147;
  border: 1px solid #fff;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
  background: rgba(255,255,255,0.8);
  opacity: 1;
  top: 45%;
border-radius: 6px;
-webkit-box-shadow: 5px 5px 2px rgba(50, 50, 50, 0.8);
-moz-box-shadow:    5px 5px 2px rgba(50, 50, 50, 0.8);
box-shadow:         5px 5px 2px rgba(50, 50, 50, 0.8);
}

@media(max-width:32em){
	.passeios_img_hover_effect .img-number{
		top:42%;
	}
}

.passeios_img_hover_effect .img-title {
  position: absolute;
  z-index: 1;
  text-align: center;
  top: 52%;
  left: 60%;
  padding: 5px 8px;
  margin: auto;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #013147;
  border: 1px solid #fff;
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
  background: rgba(255,255,255,0.8);
  border-radius: 6px;
  -webkit-box-shadow: 5px 5px 2px rgba(50, 50, 50, 0.8);
  -moz-box-shadow:    5px 5px 2px rgba(50, 50, 50, 0.8);
  box-shadow:         5px 5px 2px rgba(50, 50, 50, 0.8);
}

@media(max-width:32em){
	.passeios_img_hover_effect .img-title {
		top:60%;
	}
}


/* _____________________________________

	Contato
   _____________________________________ */

.mapa{
	padding: 20px 0 0;
	margin: 0 -80px;
}

/* _____________________________________

	Página cidade
   _____________________________________ */

.text_justify p{
	text-align: justify;
}

/* _____________________________________

	Como comprar
   _____________________________________ */

.como_comprar p{
	text-align: center;
/*	padding-bottom: 30px;*/
}

.como_comprar a{
	font-weight: 800;
}

/* _____________________________________

	Sanfona
   _____________________________________ */

.faq-wrapper .btn-link {
	background-image: -moz-linear-gradient( 0deg, rgb(0,172,193) 0%, rgb(0,172,193) 0%, rgb(0,111,125) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(0,172,193) 0%, rgb(0,172,193) 0%, rgb(0,111,125) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(0,172,193) 0%, rgb(0,172,193) 0%, rgb(0,111,125) 100%);
	border: 0 none;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	padding: 0;
	width: 100%;
	padding: 20px 25px;
	border-radius: 0;
	text-align: left;
	border: 0;
	border: 1px solid #fff;
	text-decoration: none;
	transform: translateY(0)
}
.faq-wrapper .btn-link.btn-mb {
  background-image: -moz-linear-gradient( 0deg, rgb(0,172,193) 0%, rgb(0,172,193) 0%, rgb(0,111,125) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(0,172,193) 0%, rgb(0,172,193) 0%, rgb(0,111,125) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(0,172,193) 0%, rgb(0,172,193) 0%, rgb(0,111,125) 100%);
}
.faq-wrapper .btn-link.collapsed{
	background: transparent;
	border: 1px solid #ddd;
	color: #444;
}
.faq-wrapper .btn-link.collapsed:hover{
	border: 1px solid #ddd;
}
.faq-wrapper .btn-link::before {
	content: "\e622";
	font-family: 'themify';
/*	font-family: 'Indie Flower', cursive;*/
	line-height: 30px;
	position: absolute;
	right: 20px;
	top: 15px;
	font-size: 24px;
	font-size: 14px;
}
.faq-wrapper .btn-link.collapsed::before {
	content: "\e61a";
	line-height: 30px;
	position: absolute;
	font-size: 14px;
	right: 20px;
}
.btn-link:focus{text-decoration: none}
.faq-wrapper .card-header {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  margin-bottom: 0;
  padding: 0;
  position: relative;
}

.faq-wrapper .card-header h3 button {
  max-width: 100%;
  line-height: 25px;
}

.faq-wrapper .card-header h5 button {
  max-width: 100%;
  line-height: 25px;
}

.faq-wrapper .card {
	-moz-box-direction: normal;
	-moz-box-orient: vertical;
	background-clip: border-box;
	background-color: #fff;
	border: 0 none;
	border-radius: 0;
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
	min-width: 0;
	overflow-wrap: break-word;
	position: relative;
}
.faq-wrapper .card-body {
	-moz-box-flex: 1;
	flex: 1 1 auto;
	padding: 0;
	color: #8a8a8a;
	font-size: 16px;
	line-height: 26px;
	padding: 15px 10px;
	background-color: #eee;
	text-align: justify;
}

.card-body p{
	font-size: 16px;
	padding: 0 10px;
}

.faq-wrapper .card-body-center {
	-moz-box-flex: 1;
	flex: 1 1 auto;
	padding: 0;
	color: #8a8a8a;
	font-size: 16px;
	line-height: 26px;
	padding: 15px 10px;
	background-color: #eee;
	text-align: center;
}

.card-body-center p{
	font-size: 16px;
	padding: 0 10px;
}

.faq-img {
	margin-top: -38px;
}

.faq-img img {
	width: 90%;
}

@font-face {
	font-family: 'themify';
	src:url('../fonts/themify/themify.eot?-fvbane');
	src:url('../fonts/themify/themify.eot?#iefix-fvbane') format('embedded-opentype'),
		url('../fonts/themify/themify.woff?-fvbane') format('woff'),
		url('../fonts/themify/themify.ttf?-fvbane') format('truetype'),
		url('../fonts/themify/themify.svg?-fvbane#themify') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="ti-"], [class*=" ti-"] {
	font-family: 'themify';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ti-layout-accordion-separated:before {
	content: "\e713";
}
.ti-layout-accordion-merged:before {
	content: "\e714";
}
.ti-layout-accordion-list:before {
	content: "\e715";
}

/* _____________________________________

	Botões
   _____________________________________ */

.btn-home span a{
	margin: 10px 5px;
	border-radius: 6px;
	background-color: #F23005;
	-webkit-box-shadow: 5px 5px 2px rgba(50, 50, 50, 0.8);
	-moz-box-shadow:    5px 5px 2px rgba(50, 50, 50, 0.8);
	box-shadow:         5px 5px 2px rgba(50, 50, 50, 0.8);
}

.m-b-menos-10{
	margin-bottom: -10px !important;
}

.btn-interno{
	width: 100%;
	text-align: right;
}

.btn-interno span a{
	width: 80%;
	margin: 10px 5px;
	border-radius: 6px;
	-webkit-box-shadow: 5px 5px 2px rgba(50, 50, 50, 0.8);
	-moz-box-shadow:    5px 5px 2px rgba(50, 50, 50, 0.8);
	box-shadow:         5px 5px 2px rgba(50, 50, 50, 0.8);
}

.btn-interno-2{
	width: 99%;
	text-align: center;
}

.btn-interno-3{
	text-align: center;
	border-radius: 6px;
	color: #fff;
}

.btn-interno-3 a{
	color: #fff;
	text-decoration: none;
}

.quantidade{
	
}

.quantidade-content{
	display: flex;
	justify-content: space-around;
	margin: 8px 0;
}

.quantidade-content input{
	background-color: transparent;
	border: none;
	text-align: center;
	width: 25px;
}

.quantidade-content-item{
  display: inline-block;
  padding: 14px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border: solid 1px #00ACC1;
  border-radius: 0;
  transition: background .3s ease-in-out;
  color: #00ACC1;
  background-color: #fff;
}

.quantidade-content-item:nth-child(1){
  flex-basis: 50%;
  margin-right: 5px;
}

.quantidade-content-item:nth-child(2){
  flex-basis: 30%;
  cursor: pointer;
  margin-right: 5px;
}

.quantidade-content-item:nth-child(3){
  flex-basis: 20%;
  cursor: pointer;
  margin-right: 5px;
}

.data{
	
}

.data-content{
	display: flex;
	justify-content: space-around;
	margin: 8px 0;
}

.data-content input,select{
	background-color: transparent;
	border: none;
}

.data-content-item{
  display: inline-block;
  padding: 14px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border: solid 1px #00ACC1;
  border-radius: 0;
  transition: background .3s ease-in-out;
  color: #00ACC1;
  background-color: #fff;
}

.data-content-item:nth-child(1){
  flex-basis: 50%;
  margin-right: 5px;
}

.data-content-item:nth-child(2){
  flex-basis: 50%;
  cursor: pointer;
  margin-right: 5px;
}

.reserva_escolar{
	
}

.reserva_escolar_content{
	display: flex;
	justify-content: center;
}

.reserva_escolar_content img{
	width: 110px;
}

.reserva_escolar_content_item{
	
}

.carrinho{
	
}

.carrinho input{
	background-color: transparent;
	border: none;
	text-align: center;
	width: 22px;
}

.carrinho-content-a{
	display: flex;
	justify-content: space-around;
	background-color: #00ACC1;
	color: #fff;
}

.carrinho-content-b{
	display: flex;
	justify-content: space-around;
	color: #333;
	background-color: #fff;
	border: solid 1px #00ACC1;
}

.carrinho-content-c{
	display: flex;
	justify-content: space-around;
	color: #333;
	background-color: #d5e5e7;
	border: solid 1px #00ACC1;
}

.carrinho-content-item{
  display: inline-block;
  padding: 14px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border: solid 1px #00ACC1;
  border-radius: 0;
  transition: background .3s ease-in-out;
}

.carrinho-content-item img{
	max-width: 100%;
	width: 40px;
}

.carrinho-content-item:nth-child(1){
  flex-basis: 15%;
}

.carrinho-content-item:nth-child(2){
  flex-basis: 30%;
}

.carrinho-content-item:nth-child(3){
  flex-basis: 15%;
}

.carrinho-content-item:nth-child(4){
  flex-basis: 15%;
}

.carrinho-content-item:nth-child(5){
  flex-basis: 10%;
}

.carrinho-content-item:nth-child(6){
  flex-basis: 15%;
}

.linha{
	border-top: 2px dashed #00ACC1;
}

.tel-blue{
	color: #00ACC1;
	font-weight: 800;
}

.infos a{
	color: #00ACC1;
	text-decoration: none;
}

.infos a:hover{
	color: #444;
	text-decoration: none;
}

.headline-left{
	text-align: left;
}

.etapas{
	padding: 80px 0 20px;
}

.etapas-content{
	display: flex;
	justify-content: space-around;
}

.etapas-content-item{
	flex-basis: 25%;
	font-size: 22px;
	color: #999;
}

.etapas-content-item span{
	padding: 10px 20px;
	background-color: #999;
	color: #fff;
	border-radius: 50%;
	font-size: 24px;
	font-weight: 600;
}

.etapas-content-item-on{
	flex-basis: 25%;
	font-size: 22px;
	color: #000;
}

.etapas-content-item-on span{
	padding: 10px 20px;
	background-color: #00ACC1;
	color: #fff;
	border-radius: 50%;
	font-size: 24px;
	font-weight: 600;
}

.etapa1{
	
}

.etapa1-content{
	
}

.etapa1-content-item{
	
}

.etapa1-content-item img{
	max-width: 600px;
}

.etapa2{
	
}

.etapa2 input{
	padding: 10px;
	border: none;
	width: 40%;
	margin-bottom: 20px;
	height: 38px;
}

@media(max-width: 32em){
	.etapa2 input{
        width: 80%;
    }	
}

.etapa2 .bot_cod_promo{
	padding: 10px;
	border: none;
	width: 10%;
	background-color: #00ACC1;
	color: #fff;
	text-transform: uppercase;
}

.etapa2-content{
	display: flex;
	justify-content: space-between;
	border-top: solid 1px #00ACC1;
	border-bottom: solid 1px #00ACC1;
	padding: 15px 0;
}

.etapa2-content-item{
	padding: 0 10px;
	font-size: 16px;
}

.etapa3{
	
}

.etapa3-content{
	display: flex;
	justify-content: space-between;
	border-top: solid 1px #00ACC1;
	border-bottom: solid 1px #00ACC1;
	padding: 15px 0;
}

.etapa3-content-item{
	padding: 0 10px;
	font-size: 16px;
	text-align: center;
	flex-basis: 25%;
}

.quantidade-tabela{
	
}

.quantidade-tabela-content{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.quantidade-tabela-content-item{
	
}

.quantidade-tabela-content-item span{
	padding: 3px 10px;;
	margin: 0 5px;
	color: #fff;
	font-size: 18px;
	background-color: #00ACC1;
	border-radius: 50%;
}

.total{
	text-align: right;
	font-size: 18px;
	padding-top: 20px;
}

.total span{
	color: #00ACC1;
	font-weight: 600;
}

.botoes-compra{
	
}

.botoes-compra-content{
	display: flex;
	justify-content: center;
}

.botoes-compra-content-item{
	
}
