body {
  font-family: "Roboto", "Arial", "Helvetica", sans-serif;
    font-size: 1.525em; /* 18px / 16px = 1.125em */  
}

/*************************************/
/*   Inicio Transp Imagem de Fundo   */
/*************************************/

.box-cookies.hide {
  display: none !important;
}

.box-cookies {
  position: fixed;
  background: #0c2233;
  width: 100%;
  z-index: 998;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.box-cookies .msg-cookies,
.box-cookies .btn-cookies {
  text-align: center;
  padding: 25px;
  color: #fff;
  font-size: 18px;
}

.box-cookies .btn-cookies {
  background: #ff5733;
  cursor: pointer;
  align-self: normal;
}

@media screen and (max-width: 600px) {
  .box-cookies {
    flex-direction: column;
  }
}

.image {
    background-color: #0c2233;
    background: url(../img/banner-home.jpg) no-repeat center center;
    background-size: cover;
    max-height: auto;
    margin-top: -20px;
  }

  .image .heading {
    color: white;
    text-align: center;
    padding-top: 200px;
  }
  
  .image .h2 {
    color: white;
    text-align: center;
  }
  
  .image p {
    text-align: center;
    padding: 20px 60px;
  }

  .imageTopo {
    background-color: #0c2233;
    background: url(../img/banner-paginas-hotel.jpg) no-repeat center center;
    background-size: cover;
    height: auto;
    min-height: 200px;
    max-height: auto;
    margin-top: -20px;
  }

  .imageTopo .heading {
    color: white;
    text-align: center;
    padding-top: 4em;
  }
  

/*************************************/
/*   Fim Transp Imagem de Fundo      */
/*************************************/

/*************************************/
/*       Inicio Botoes do Site       */
/*************************************/
  .btn-branco {
    background-color: transparent;
    color: white;
    border: 2px solid white;
    padding: 10px;
    font-size: 1em;
    margin:2px;
  }

  .btn-branco:hover {
    color: white;
    border-color: #ff5733;
  }

  /* Botão Azul */
  .btn-azul {
    background-color: #3caea3;
    color: white;
    border: 2px solid #3caea3;
    padding: 10px;
    font-size: 1em;
  }

  .btn-azul:hover {
    color: white;
    border-color: white;
  }

  /* Botão Laranja */
  .btn-laranja {
    background-color: #ff5733;
    color: white;
    border: 2px solid #ff5733;
    padding: 10px;
    font-size: 1em;
    margin:2px;
  }

  .btn-laranja:hover {
    color: white;
    border-color: white;
  }

  .btn-laranja-pq {
    background-color: #ff5733;
    color: white;
    border: 2px solid #ff5733;
    padding: 5px 20px;
    font-size: 1em;
  }

  .btn-laranja-pq:hover {
    color: white;
    border-color: white;
  }

  input {
    border: 3px solid #3caea3;
    width: 100%;
    padding: 12px 20px;
    margin: 0 0 20px 0;
    box-sizing: border-box;
  }

  select {
    border: 3px solid #3caea3;
    width: 100%;
    height: 100%;
    padding: 12px 20px;
    margin: 0 0 20px 0;
    box-sizing: border-box;
  }

  textarea {
    border: 3px solid #3caea3;
    width: 100%;
    padding: 12px 20px;
    margin: 0 0 8px 0;
    box-sizing: border-box;
    resize: none;
  }

  hr {
    border: 2px solid lightgray;
  }

.contato {
  background-color: #ff5733;
  padding: 20px;
  margin-top: 20px;
  color: white;
}

.inicio {
  margin-top: 40px;
}

.banner {
  margin-top: -50px;
}

/*************************************/
/*       Fim Botoes do Site          */
/*************************************/ 
  .risco {
    border-left:6px #ff5733 solid;
    padding-left: 10px;
  }

  .espaco_interno {
    padding: 5px;
  }

  .navbar {
    height: 80px;
    background-color: transparent;
    border: none;
    color: white;
    z-index: 100;
    -webkit-transition: background-color 1s ease 0s;
    transition: background-color 1s ease 0s;
  }
  
  .navbar-default .navbar-brand {
    margin-top: 20px; /* Posição do Logo */
    color: white;
  }
  .navbar-default .navbar-brand:hover {
    color: #0c2233;
  }
  
  .navbar-default .navbar-nav > li > a {
    color: white;
    margin: 1px;
  }

  .navbar-azul {
    background-color: #3caea3;
    margin: 1px;
  }
  
  .navbar-laranja {
    background-color: #ff5733;
    margin: 1px;
  }

  .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:active, .navbar-default .navbar-nav > li > a:focus {
    color: white;
    border-bottom: 3px solid #ff5733;
    height: 40px;
  }

  .navbar-default .navbar-nav > li > a:visited {
    color: white;
    text-decoration: none;
  }

  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: white;
    border-bottom: 3px solid #ff5733;
    height: 40px;

  }

  .navbar-default .navbar-toggle {
    border-color: white;
  }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #0c2233;
  }
  .navbar-default .navbar-toggle .icon-bar {
    color: white;
    background-color: white;
  }
  .navbar-default .navbar-collapse.collapse.in ul {
    background-color: #0c2233;
  }
  
  /* Solid class attached on scroll past first section */
  .navbar.solid {
    background-color: #0c2233;
    -webkit-transition: background-color 1s ease 0s;
    transition: background-color 1s ease 0s;
    box-shadow: 0 0 4px  grey;
  }
  .navbar.solid .navbar-brand {
    margin-top: -15px;
    color: white;
    -webkit-transition: color 1s ease 0s;
    transition: color 1s ease 0s;
    padding: 15px 15px 15px 15px;
  }
  .navbar.solid .navbar-nav > li > a {
    margin-top: -15px;
    color: white;
    -webkit-transition: color 1s ease 0s;
    transition: color 1s ease 0s;
    padding: 15px 15px 0 15px;
  }
  
  .about {
    background-color: #ff5733;
    color: #0c2233;
    height: 600px;
    text-align: center;
    margin-top: -20px;
  }
  .about h2 {
    padding-top: 220px;
  }
  .about p {
    padding: 20px 80px;
  }

  .programacao {
    background-color: #3caea3;
    color: white;
    min-height: 180px;
    margin-top: -10px;
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .programacao a{
    color: white;
  }

  .testemunho {
    padding-bottom: 50px;
    padding-top: 30px;
  }

  .video {
    background-color: #ff5733;
    color: white;
    height: 300px;
    margin-bottom: -60px;
  }

  .evento {
    background-color: #0c2233;
    color: white;
    height: auto;
    padding-bottom: 50px;
    padding-top: 50px;
  }

  .rodape {
    background-color: #0c2233;
    color: white;
    height: auto;
    margin-top: -100px;
    padding-top: 150px;
    padding-bottom: 50px;
  }

  .texto-laranja {
    color: #ff5733;
  }

  .texto-laranja-E {
    color: #ff5733;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .texto-laranja-M {
    color: #ff5733;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
  }

  /*texto verde no canto */
.product-big-price-wrap {
	position: absolute;
	overflow: hidden;
	text-align: center;
	padding: 8px 10px 6px;
	top: 0;
	right: 15px;
	font-size: 18px;
	line-height: 1;
	font-weight: 300;
	letter-spacing: .025em;
	text-transform: uppercase;
	color: rgb(255, 255, 255);
	background: transparent;
	z-index: 1;
}

.product-big-price-wrap > * {
	display: block;
}

.product-big-price-wrap::before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 14px;
	width: 400%;
	height: 100%;
	background: #3caea3;
	transform: skew(45deg);
	transform-origin: 50% 100%;
	will-change: transform;
	pointer-events: none;
	z-index: -1;
}

.product-big-price {
	font-size: 1.5em;
	letter-spacing: .025em;
	color: #ffffff;
}

* + .product-big-text {
	margin-top: 6px;
}

/* FIM  */

/* -----------------------------

Header and Navbar

-------------------------------- */
.header-top{
	padding: 7px 0;
	font-size: 0.95em;
	background: #0c2233;
}

.header-top a{
	color: rgba(255,255,255,0.8);
}

.header-top-left{
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}

.header-top .header-top-social, .header-top .account-top-menu{
	float: right;
}

.header-top .account-top-menu{
	text-transform: uppercase;
}

.header-top .account-top-menu, .header-top .header-top-social{
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}

.header-top .account-top-menu::before{
	color: rgba(255,255,255,0.4);
}

.header-top .header-top-social{
	padding-right: 15px;
}
.header-top .account-top-menu li, .header-top .header-top-social li{
	display: inline;
	margin-right: 15px;
}

.header-top .account-top-menu li:first-child{
	padding-left: 15px;
}

.header-top .account-top-menu li:last-child , .header-top .header-top-social li:last-child{
	margin-right: 0;
}

.header-top-left{
	float: left;
}

.main-navbar .logo img{
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	box-shadow: 0 3px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 3px 0px rgba(0, 0, 0, 0.1);
}

.main-navbar.fixed-header .logo img{
	height: 80px;
	box-shadow: 0 3px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 3px 0px rgba(0, 0, 0, 0.1);
}

.mini-logo{
  margin-top: 0px;
  height: 50px !important;
}

/* -----------------------------

Testemunhal

-------------------------------- */

.quote-modern {
	position: relative;
	text-align: left;
	padding: 30px 15px;
	letter-spacing: .025em;
	background: #ffffff;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.15));
}

.quote-modern::before {
	position: absolute;
	content: '';
	top: calc(100% - 10px);
	left: 60px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 34px 34px 0 0;
	border-color: #ffffff transparent transparent transparent;
}

.quote-modern-figure {
	display: inline-block;
}

.quote-modern-cite {
	font-weight: 400;
	letter-spacing: .075em;
}

.quote-modern-status {
	color: #3caea3;
}

* + .quote-modern-status {
	margin-top: 0;
}

* + .quote-modern-text {
	margin-top: 12px;
}

@media (min-width: 576px) {
	.quote-modern {
		padding: 40px 20px;
	}
}

@media (min-width: 992px) {
	.quote-modern {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (min-width: 1200px) {
	.quote-modern {
		padding: 52px 45px 44px;
	}
	.quote-modern-custom {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (min-width: 1600px) {
	.quote-modern-custom {
		padding-left: 45px;
		padding-right: 45px;
	}
}

.ie-10 .quote-modern,
.ie-11 .quote-modern,
.ie-edge .quote-modern {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.17);
}

.ie-10 .quote-modern::before,
.ie-11 .quote-modern::before,
.ie-edge .quote-modern::before {
	top: 100%;
	border-width: 24px 24px 0 0;
	z-index: 1;
}

.ie-10 .quote-modern::after,
.ie-11 .quote-modern::after,
.ie-edge .quote-modern::after {
	position: absolute;
	content: '';
	top: calc(100% + 2px);
	left: 58px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 28px 28px 0 0;
	border-color: rgba(0, 0, 0, 0.04) transparent transparent transparent;
	z-index: 0;
}

/*
*
* Responsive units
*/
.unit {
	display: flex;
	flex: 0 1 100%;
	margin-bottom: -30px;
	margin-left: -20px;
}

.unit > * {
	margin-bottom: 30px;
	margin-left: 20px;
}

.unit:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.unit-body {
	flex: 0 1 auto;
}

.unit-left,
.unit-right {
	flex: 0 0 auto;
	max-width: 100%;
}

.unit-spacing-xxs {
	margin-bottom: -8px;
	margin-left: -8px;
}

.unit-spacing-xxs > * {
	margin-bottom: 8px;
	margin-left: 8px;
}

.unit-spacing-xs {
	margin-bottom: -10px;
	margin-left: -12px;
}

.unit-spacing-xs > * {
	margin-bottom: 10px;
	margin-left: 12px;
}

.unit-spacing-sm {
	margin-bottom: -10px;
	margin-left: -16px;
}

.unit-spacing-sm > * {
	margin-bottom: 10px;
	margin-left: 16px;
}

.unit-spacing-md {
	margin-bottom: -20px;
	margin-left: -24px;
}

.unit-spacing-md > * {
	margin-bottom: 20px;
	margin-left: 24px;
}

.unit-spacing-lg {
	margin-bottom: -20px;
	margin-left: -30px;
}

.unit-spacing-lg > * {
	margin-bottom: 20px;
	margin-left: 30px;
}


/* 
1200px – Desktops, notebooks com monitores widescreen
***********************************************************/
@media screen and (max-width:1200px){
  body {
    font-size: 1.125em; /* 18px / 16px = 1.125em */
  }
      
}
/* 
960px – Tablets no formato paisagem e alguns monitores mais antigos
***********************************************************/
@media screen and (max-width:960px){
	body {
    font-size: 1.05em; /* 18px / 16px = 1.125em */
  }
  
  .navbar-default .navbar-brand {
    margin-top: 0px; /* Posição do Logo */
  }

  .navbar-default .navbar-nav > li > a {
    margin: -10px;
  }

  /* Solid class attached on scroll past first section */
  .navbar.solid .navbar-nav > li > a {
    margin-top: -15px;
    color: white;
    -webkit-transition: color 1s ease 0s;
    transition: color 1s ease 0s;
    padding: 15px 15px 15px 15px;
  }
}
/* 
768px – Tablets no formato retrato, como o iPad
***********************************************************/
@media screen and (max-width:767px){
 
	body {
    font-size: 1.05em; /* 18px / 16px = 1.125em */
  }

  .navbar-default .navbar-brand {
    margin-top: 0px; /* Posição do Logo */
  }
  
  .navbar-default .navbar-nav > li > a {
    margin: 0x;
  }

	.header-navbar .navbar-brand{
    padding: 0;
	}

	.main-navbar ul > li > a, .main-navbar.fixed-header ul > li > a{
		padding-top: 10px;
		padding-bottom: 10px;
	}

 	.main-navbar .dropdown-menu li > a{
		color: #0c2233 !important;
	}

	.main-navbar .logo img{
		box-shadow: none !important;
	}

	.header-top-left{
		float: none;
	}

	.header-top .header-top-social, .header-top .account-top-menu{
		float: none;
	}

	.header-top{
		text-align: center !important;
	}

	.header-top .account-top-menu li:first-child{
		padding-left: 0;
	}

	.header-top .account-top-menu::before{
		content: none;
	}
	
}
/* 
480px – Smartphones no formato paisagem com tela pequena
***********************************************************/
@media screen and (max-width:480px){
  .navbar-default .navbar-brand {
    margin-top: 0px; /* Posição do Logo */
  }

  .header-top-left{
		float: none;
	}

	.header-top .header-top-social, .header-top .account-top-menu{
		float: none;
	}

	.header-top{
		text-align: center !important;
	}

	.header-top .account-top-menu li:first-child{
		padding-left: 0;
	}

  .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:active, .navbar-default .navbar-nav > li > a:focus {
    color: white;
    background: #14334b;
    height: 45px;
  }

  .navbar-default .navbar-nav > li > a:visited {
    color: white;
    text-decoration: none;
  }

  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
    background: #14334b;
    height: 45px;

  }
	.header-top .account-top-menu::before{
		content: none;
	}	
}
/* 
320px – Smartphones no formato retrato com tela pequena
***********************************************************/
@media screen and (max-width:320px){
  .navbar-default .navbar-brand {
    margin-top: 0px; /* Posição do Logo */
  }
	
}

@media screen and (max-width: 576px) {
  .hidden-xs{
   display:none;
  }
 
  .visible-xs {
   display:block;
  }
 }

