html {
	font-size: 16px;
}
body {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	background: white;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif;
	font-weight: 900;
}
h1 {
	font-size: 3.125em; /* 50px */
}
h2 {
	font-size: 2.5em; /* 40px */
	margin-bottom: 50px;
	text-align: center;
}
p {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	line-height: 1.5;
}
a {
	color: #FF6C3C;
	text-decoration: none;
}
a:hover {
	color: #FAAC96;
	text-decoration: none;
	/*border-bottom: 2px solid #FAAC96;*/
}
a.normal {
    color: #2d313f;
}
a.normal:hover {
    color: #FF6C3C;
    border-bottom: 2px solid #FF6C3C;
}
.whitespace h4{
    margin-top: 50px;
}
.link-white a {
    color: #2d313f;
}
.link-white a:hover {
    color: #333;
    border-bottom: 2px solid #333;
}
.hotel a:hover {
	border-bottom: 2px solid #FAAC96;
}
.nav>li>a:focus, .nav>li>a:hover {
  text-decoration: none;
  background-color: transparent;
}
.whitespace {
	margin-top: 75px;
	margin-bottom: 75px;
}
/*.hero {
	height: 100vh;
}
.hero h2 {
	font-size: 1.2em;
	font-weight: 300;
	line-height: 1.3;
	text-align: left;
	margin-top: 12px;
	margin-bottom: 0;
}
.alinha-baixo {
	position: absolute;
    bottom: 0;
    width: 80%;
    margin-bottom: 25px;
}*/
.SECTION_1 {
    box-sizing: border-box;
    color: rgb(39, 39, 39);
    height: 785px;
    max-height: 800px;
    min-height: 600px;
    position: relative;
}

#DIV_2 {
    bottom: 0px;
    box-sizing: border-box;
    height: 495px;
    position: absolute;
    margin: 0 10px 0 10px;
}
.SECTION_2 {
    box-sizing: border-box;
    position: relative;
}

#DIV_2-a {
    bottom: 0px;
    box-sizing: border-box;
    margin: 60px 10px 0 10px;
}

#DIV_3 {
    box-sizing: border-box;
    color: rgb(39, 39, 39);
    height: 299px;
    padding: 30px 0px 0px;
}

#DIV_3:after {
    clear: both;
    color: rgb(39, 39, 39);
    display: table;
    width: 1px;
    perspective-origin: 0.5px 0px;
    transform-origin: 0.5px 0px;
    content: '';
    border: 0px none rgb(39, 39, 39);
    font: normal normal 300 normal 20px/40px 'Gotham Rounded A', 'Gotham Rounded B', Helvetica, sans-serif;
    outline: rgb(39, 39, 39) none 0px;
}/*#DIV_3:after*/

#DIV_3 h1 {
    box-sizing: border-box;
    color: #333;
}
#DIV_3 h2 {
    box-sizing: border-box;
    color: #333;
    z-index: 0;
    font-size: 1.125em;
    font-weight: 300;
    text-align: left;
}
.alinha-esquerda {
	margin-top: 100px;
}
.alinha-esquerda h1 {
	font-size: 2.125em;
	line-height: 1.3;
	width: 65%;
}
.alinha-esquerda h2 {
	font-size: 1.125em;
	line-height: 1.3;
	text-align: left;
}
.alinha-esquerda img{
	float: left;
}
.centra-div {
	max-width: 600px;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.div-pink {
	background: #FAAC96;
}
.local {
	padding-top: 100px;
	padding-bottom: 100px;
	background-image: url('../img/sheraton.jpg');
	/*background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 5%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 0.8) 100%), url('../img/sheraton.jpg') no-repeat;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, rgba(255, 255, 255, 0.5)), color-stop(70%, rgba(255, 255, 255, 0.8)), color-stop(100%, rgba(255, 255, 255, 0.8))), url('../img/sheraton.jpg') no-repeat;
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 5%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 0.8) 100%), url('../img/sheraton.jpg') no-repeat;
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 5%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 0.8) 100%), url('../img/sheraton.jpg') no-repeat;
	background: -ms-linear-gradient(top, 255, 255, 255, 0.5) 5%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 0.8) 100%), url('../img/sheraton.jpg') no-repeat;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 5%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 0.8) 100%), url('../img/sheraton.jpg') no-repeat;*/
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
}
.botao {
	background: red;
	position: relative;
	margin-top: 25px;
	padding: 1.2em 1.5em;
	line-height: 1.1;
	color: white;
	text-decoration: none;
	display: inline-block;
	border: 4px solid #FAAC96;
	font-weight: 400;
	text-transform: uppercase;
}
.botao:hover {
	text-decoration: none;
}
.hero .botao {
	-webkit-transition-duration: 200ms;
	transition-duration: 200ms;
	-webkit-transition-property: border-color, padding, border-radius, background-color, box-shadow, -webkit-transform, font-size, color;
	transition-property: border-color, padding, border-radius, background-color, box-shadow, transform, font-size, color;
}

a.downprog {
    color: #333;
    text-decoration: underline;
}

a.downprog:hover {
    color: #fff;
    text-decoration: underline;
}

.hero .botao:hover,
.hero .botao:focus,
.hero .botao:active {
	color: #222;
	background-color: #FAAC96;
	border-color: #FAAC96;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
.alinha-esquerda .botao {
	-webkit-transition-duration: 200ms;
	transition-duration: 200ms;
	-webkit-transition-property: border-color, padding, border-radius, background-color, box-shadow, -webkit-transform, font-size, color;
	transition-property: border-color, padding, border-radius, background-color, box-shadow, transform, font-size, color;
}

.alinha-esquerda .botao:hover,
.alinha-esquerda .botao:focus,
.alinha-esquerda .botao:active {
	color: #222;
	background-color: #FAAC96;
	border-color: #FAAC96;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
.casos .botao {
	-webkit-transition-duration: 200ms;
	transition-duration: 200ms;
	-webkit-transition-property: border-color, padding, border-radius, background-color, box-shadow, -webkit-transform, font-size, color;
	transition-property: border-color, padding, border-radius, background-color, box-shadow, transform, font-size, color;
}

.casos .botao:hover,
.casos .botao:focus,
.casos .botao:active {
	color: #222;
	background-color: #FAAC96;
	border-color: #FAAC96;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
.card {
	text-align: center;
	background: white;
	padding: 25px;
	margin-top: 25px;
	margin-bottom: 50px;
	/*box-shadow: 2px 2px rgba(0, 0, 0, 0.2);*/
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
.card h2 {
	font-size: 1.125em;
	margin-bottom: 0;
}
.card p {
	margin-top: 25px;
	font-size: 2em;
	color: tomato;
}
.cardlocal {
	background: white;
	padding: 25px;
	margin-top: 25px;
	margin-bottom: 50px;
	/*box-shadow: 2px 2px rgba(0, 0, 0, 0.2);*/
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
}
.cardlocal h2 {
	margin-top: 25px;
}
.cardlocal p:last-child {
	margin-bottom: 25px;
}
span.destaque {
    background-color: tomato;
    padding: 2px;
}
.hotel {
	margin-bottom: 100px;
}
.hotel img {
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
.hotel p {
	background: white;
	padding: 25px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

span.full {
    color: red;
}

.contactos a {
	color: #2d313f;
}
.contactos a:hover {
	color: #FF6C3C;
	border-bottom: 2px solid #FF6C3C;
}
.nav-tabs.nav-justified>li>a {
    font-size: 1.2em;
    font-weight: 900;
	color: #333;
}
.nav>li>a:focus, .nav>li>a:hover {
	background-color: white;
}
.nav-tabs>li>a:hover {
	border-color: white;
	border-radius: 0px;
}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
	border: 1px solid white;
	border-radius: 0px;
}
.contactos a:hover {
	color: #333;
	border-bottom: 2px solid #333;
}
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.clearfix:after {
    clear: both;
}
#myTab {
	text-align: center;
}
.cbp_tmtimeline {
	margin: 75px 0 0 0;
	padding: 0;
	list-style: none;
	position: relative;
}

/* The line */
/*.cbp_tmtimeline:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 10px;
	background: #afdcf8;
	left: 20%;
	margin-left: -10px;
}*/

/* The date/time */
.cbp_tmtimeline > li .cbp_tmtime {
	display: block;
	width: 25%;
	/*padding-right: 100px;*/
	padding-right: 40px;
	padding-top: 5px;
	position: absolute;
}

.cbp_tmtimeline > li .cbp_tmtime span {
	display: block;
	text-align: right;
}

.cbp_tmtimeline > li .cbp_tmtime span:first-child {
	font-size: 0.9em;
	color: #bdd0db;
}

.cbp_tmtimeline > li .cbp_tmtime span:last-child {
	font-size: 1.2em;
	color: white;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
	color: #FFFFFF;
}

/* Right content */
.cbp_tmtimeline > li .cbp_tmlabel {
	margin: 0 0 25px 25%;
	background: #F9A58E;
	color: #333;
	padding: 1em;
	font-size: 1.125em;
	font-weight: 300;
	line-height: 1.3;
	position: relative;
	border-radius: 5px;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
	background: #E89E89;
}

.cbp_tmtimeline > li .cbp_tmlabel h2 {
	margin-top: 0px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid rgba(255,255,255,0.4);
}

/* The triangle */
.cbp_tmtimeline > li .cbp_tmlabel:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: #F9A58E;
	border-width: 10px;
	top: 10px;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
	border-right-color: #E89E89;
}

/* The icons */
.cbp_tmtimeline > li .cbp_tmicon {
	width: 20px;
	height: 20px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 1.4em;
	line-height: 40px;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	color: #fff;
	background: #46a4da;
	border-radius: 50%;
	box-shadow: 0 0 0 8px #afdcf8;
	text-align: center;
	left: 20%;
	top: 0;
	margin: 8px 0 0 -15px;
}

.cbp_tmicon-phone:before {

}

.cbp_tmicon-screen:before {

}

.cbp_tmicon-mail:before {

}

.cbp_tmicon-earth:before {

}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
    *zoom: 1;
}
/* Example Media Queries */
@media screen and (max-width: 65.375em) {

	.cbp_tmtimeline > li .cbp_tmtime span:last-child {
		font-size: 1.125em;
	}
}

@media screen and (max-width: 47.2em) {
	.cbp_tmtimeline:before {
		display: none;
	}

	.cbp_tmtimeline > li .cbp_tmtime {
		width: 100%;
		position: relative;
		padding: 0 0 20px 0;
	}

	.cbp_tmtimeline > li .cbp_tmtime span {
		text-align: left;
	}

	.cbp_tmtimeline > li .cbp_tmlabel {
		margin: 0 0 30px 0;
		padding: 1em;
		font-weight: 400;
		font-size: 80%;
	}

	.cbp_tmtimeline > li .cbp_tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		border-bottom-color: #F9A58E;
		top: -20px;
	}

	.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
		border-right-color: transparent;
		border-bottom-color: #E89E89;
	}

	.cbp_tmtimeline > li .cbp_tmicon {
		position: relative;
		float: right;
		left: auto;
		margin: -55px 5px 0 0px;
	}
}
@media only screen and (max-width: 1801px) {
    #DIV_2 {
        height: 500px;
    }
}
@media only screen and (max-width: 1201px) {
    #DIV_2 {
        height: 510px;
    }
}
@media only screen and (max-width: 991px) {
    #DIV_2 {
        height: 550px;
    }
    #DIV_3 h1 {
        font-size: 2.825em;
    }
}
@media only screen and (min-width: 320px) and (max-width: 721px) {
    .SECTION_1 {
        box-sizing: border-box;
        position: relative;
        height: 0;
        max-height: 0;
        min-height: 300px;
    }
    #DIV_2 {
        bottom: 0px;
        box-sizing: border-box;
        height: 230px;
        max-height: 540px;
        margin: 60px 10px 0 10px;
    }
    #DIV_3 img {
        display: none;
    }
    #DIV_3 h1 {
        font-size: 2em;
    }
}


