/*
Theme Name: Estreia
Theme URI: http://www.estreia.net
Author: ESTREIA New Media
Author URI: http://www.estreia.net
Description: Custom theme
Version: 1.0
License: Proprietary
License URI: http://www.estreia.net
Tags: 
Text Domain: estreia
*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

html {
	height: 100%;
	font-size: 62.5%; /* helps to translate rem units to pixels */
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
	overflow-x: hidden;
}

body {
	height: 100%;
	background-color: #ffffff;
	font-family: 'Jost', sans-serif;
	font-size: 1.9rem; /* 19px */
	line-height: 140%;
	color: #000000;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	overflow-y: auto;
	overflow-x: hidden;
	transition: all 1s;
	-webkit-animation: fadein 1s;
	animation: fadein 1s;
}

/* -- body fade transition -- */
@-webkit-keyframes fadein { from {opacity:0} to {opacity:1} }
@keyframes fadein { from {opacity:0} to {opacity:1} }

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 0;
}

hr {
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	overflow: visible;
	clear: left;
}

pre {
	font-family: monospace, monospace;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline-width: 0;
}

b,
strong {
	font-weight: 700;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #eee;
	color: #3f4a54;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
	display: inline-block;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	font-family: 'Open Sans', Verdana, sans-serif;
	font-size: 100%;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	opacity: 1;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid #bbb;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}




/*--------------------------------------------------------------
LINKS
--------------------------------------------------------------*/

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

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	color: #505050;
	outline: 0;
}




/*--------------------------------------------------------------
MISCELANEA
--------------------------------------------------------------*/

/* Accessibility style for text readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

/* Force pointer cursor on hover */
.handCursor:hover {
	cursor: pointer !important;
}

/* Styles for selected text  */
::selection,
::-moz-selection {
    background-color: #b3d806;
}

/* Rulers */
hr {
	height: 1px;
	background-color: #505050;
	border: 0;
	margin: 15px -30px 19px -30px;
}

hr.half {
	width: calc(55% - 15px);
	margin: 15px -30px 19px -30px;
}

@media (max-width: 799px) {
	hr.half {
		width: auto;
	}
}

:focus {
	outline: none;
}




/*--------------------------------------------------------------
TYPOGRAPHY
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.3;
	margin: 0 0 1.5rem;
	padding: 1.5rem 0 0 0;
	clear: both;
}

hr + h1,
hr + h2,
hr + h3,
hr + h4,
hr + h5,
hr + h6 {
	padding: 0;
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}


h5 {
}

h6 {
}

p {
	margin: 0 0 2rem;
	padding: 0;
}

.small {
	font-size: 1.5rem;
}

.grey {
	font-size: 1.5rem;
	color: #a8adb9;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	position: relative;
	background-color: #ebedf2;
	font-size: 2rem;
	font-style: italic;
	border-radius: 5px;
	margin: 0 0 20px 0;
	padding: 15px;
	display: table;
}

blockquote p {
	margin: 0;
}

blockquote .outerBubble {
    position: absolute;
    width: 40px;
    height: 20px;    
    bottom: -18px;
    right: 20px;
    overflow: hidden;
    z-index: 2000;
}

blockquote .innerBubble {
    position: relative;
    top: -40px;
    left: -5px;
    width: 50px;
    height: 50px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg); 
    background-color: #ebedf2;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

blockquote cite {
	font-style: normal;
	font-weight: 600;
	margin-top: 2rem;
	display: block;
}

address {
	margin: 0 0 2rem;
}

pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 1.7rem;
	line-height: 140%;
	margin-bottom: 2rem;
	padding: 2rem;
	max-width: 100%;
	overflow: auto;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 1.7rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #b9bcc2;
	cursor: help;
}

mark,
ins {
	background: #b9bcc2;
	text-decoration: none;
}

big {
	font-size: 125%;
}

blockquote {
	quotes: "" "";
}

q {
	quotes: "“" "”" "‘" "’";
}

blockquote:before,
blockquote:after {
	content: "";
}






/*--------------------------------------------------------------
ALIGNMENTS
--------------------------------------------------------------*/

.clear {
	clear: both;
}

.alignleft {
	float: left;
	margin-right: 2rem;
}

.alignright {
	float: right;
	margin-left: 2rem;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}





/*--------------------------------------------------------------
BUTTONS
--------------------------------------------------------------*/
a.button {
	position: relative;
	height: 42px;
	background-color: transparent;
	font-size: 1.7rem;
	line-height: 42px;
	text-align: center;
	vertical-align: middle;
    padding: 0 21px;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
	border-radius: 21px;
    transition: all 0.2s;
	display: inline-block;
}

a.button:hover {
	background-color: #ffffff;
}

a.button.grey {
	background-color: #dfdfdf;
	color: #474747;
	font-size: 1.9rem;
	font-weight: 400;
	text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
	box-shadow: none;
}

a.button.grey:hover {
	background-color: #474747;
	color: #ffffff;
	text-shadow: none;
}

a.button.dark {
	background-color: #474747;
	color: #ffffff;
	font-size: 1.9rem;
	font-weight: 400;
}

a.button.dark:hover {
	background-color: #ffffff;
	color: #474747;
}





/*--------------------------------------------------------------
HEADER
--------------------------------------------------------------*/

header {
	position: fixed;
    top: 4vw;
    left: -350px;
    width: 300px;
    height: auto;
    text-align: left;
	transition: all 0.2s;
	z-index: 2000;
	animation: 1s menuAnim 1s forwards;
}

/* -- animation -- */
@keyframes menuAnim { from {left: -350px} to {left: 0} }

#logoContainer {
	position: relative;
	top: 0;
	left: 0;
	width: 291px;
	height: 134px;
	background-image: url('media/bg_logo.svg');
	background-size: 100%;
	background-repeat: no-repeat;
	transition: all 0.2s;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	display: flex;	
    justify-content: center;
    align-items: center;
	z-index: 2000;
}

#logo {
	position: relative;
	width: 232px;
	height: 87px;
	transition: all 0.2s;
	display: block;
	z-index: 2000;
}







/*--------------------------------------------------------------
NAVIGATION
--------------------------------------------------------------*/

nav {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2500;
	opacity: 1;
}

nav a.item {
	position: relative;
	background-color: #ffffff;
	font-weight: 400;
	line-height: 50px;
	border-radius: 0 10px 10px 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	transition: all 0.2s;
	padding: 0 20px 0 35px;
	margin-top: 1px;
	display: inline-block;
}

nav a.item:hover {
	background-color: #f7eae4;
	font-weight: 600;
	padding-right: 25px;
}

nav a.item.active {
	background-color: #f7eae4;
	font-weight: 600;
}

/* Menu escuro */
nav.menu2 a.item {
	background-color: #586c90;
	color: #ffffff;
}








/*--------------------------------------------------------------
FORM
--------------------------------------------------------------*/

form {
	display: inline-block;
}

label {
	min-height: 50px;
    text-align: center;
    padding: 14px 10px;
	display: block;
}

fieldset {
	margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="file"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	width: 100%;
	height: 50px;
	background-color: #ffffff;
	font-family: inherit; /* reset style from jQuery UI */
	font-size: 1.7rem;
	font-weight: 400;
	color: #3f4a54;
	line-height: 50px;
	letter-spacing: 0px;
	text-align: center;
	vertical-align: top;
	padding: 0 20px;
	margin: 5px 0 0 0;
	border: 0;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important; /* reset browser default styles */
	border-radius: 25px;
	display: inline-block;
}

input[type="file"] {
	padding: 10px 20px;
    line-height: 25px;
}

select {
	height: 42px;
	background-color: #ffffff;
	background-image: url('media/icon_select.png');
	background-position: right center;
	background-repeat: no-repeat;
	font-family: inherit; /* reset style from jQuery UI */
	font-size: 1.9rem;
	font-weight: 400;
	color: #444444;
	line-height: 42px;
	text-align: center;
	vertical-align: top;
	padding: 0 21px 0 15px;
	border-radius: 21px;
	margin: 5px 0 0 0;
	border: 1px solid #dfdfdf;
    transition: all 0.2s;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important; /* reset browser default styles */
	display: inline-block;
}

select[multiple] {
    height: 150px;
	background-image: none;
}

select:hover {
	cursor: pointer;
}

select *:disabled {
	font-weight: bold;
	background-color: #eeeeee;
}

textarea {
	min-height: 120px;
	line-height: 150%;
	padding: 15px;
}

button,
input[type="button"],
input[type="submit"] {
	position: relative;
	height: 40px;
	background-color: #3f4a54;
	font-size: 1.9rem;
	color: #ffffff;
	font-weight: 300;
	line-height: 40px;
	text-align: center;
	letter-spacing: 1px;
	padding: 0 25px;
	border: 0;
	border-radius: 20px;
    transition: all 0.2s;
	display: inline-block;
	cursor: pointer;
}

button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
	background-color: #7ac242 !important;
}

button:focus,
input[type="button"]:focus,
input[type="submit"]:focus {
	outline: 0;
}

/* Checkboxes styles */

input[type="radio"],
input[type="checkbox"] {
	width: auto !important;
	margin-right: 0.5em;
}

input[type="radio"]:focus,
input[type="checkbox"]:focus {
}

.checkboxLabel {
	position: relative;
	min-height: 25px;
    line-height: 25px;
	font-size: 1.7rem;
	font-weight: 300;
	padding: 0 0 0 35px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: inline;
	cursor: pointer;
}

/* Hide the browser's default checkbox */
.checkboxLabel input[type="checkbox"] {
	position: absolute;
	width: 0;
	height: 0;
	cursor: pointer;
	opacity: 0;
}

/* Create a custom checkbox */
.customCheckbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background-color: #ffffff;
	border: 2px solid #999aaa;
	transition: all 0.2s;
	border-radius: 3px;
}

/* When the checkbox is checked, add a background */
label input:checked ~ .customCheckbox {
	background-color: #ffffff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.customCheckbox:after {
	position: absolute;
	content: "";
	display: none;
}

/* Show the checkmark when checked */
label input:checked ~ .customCheckbox:after {
	display: block;
}

/* Style the checkmark/indicator */
label .customCheckbox:after {
	top: 3px;
	left: 6px;
	width: 6px;
	height: 10px;
	border: solid #3f4a54;
	border-width: 0 3px 3px 0 !important;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 !important;
}

.wpcf7-checkbox .wpcf7-list-item-label {
	display: none;
}

/* Autofill - force transparent bg on input fields */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	transition: background-color 0s 5000s;
}

/* Placeholder text styles -- selectors need to be separate to work. */
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	font-size: 1.7rem;
	font-weight: 400;
	color: #999aaa !important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	font-size: 1.7rem;
	font-weight: 400;
	color: #999aaa !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
	font-size: 1.7rem;
	font-weight: 400;
	color: #999aaa !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-size: 1.7rem;
	font-weight: 400;
	color: #999aaa !important;
}

::-moz-placeholder { /* Firefox 19+ */
	font-size: 1.7rem;
	font-weight: 400;
	color: #999aaa !important;
	opacity: 1; /* by default, placeholders in Firefox have an opacity value applied to them, so lets clear that  */
}

:-moz-placeholder { /* Firefox 18- */
	font-size: 1.7rem;
	font-weight: 400;
	color: #999aaa !important;
	opacity: 1; /* by default, placeholders in Firefox have an opacity value applied to them, so lets clear that  */
}

:-ms-input-placeholder { /* IE 10+ */
	font-size: 1.7rem;
	font-weight: 400;
	color: #999aaa !important;
}





/*--------------------------------------------------------------
TOP CONTACTS
--------------------------------------------------------------*/

#topContacts {
	position: absolute;
    top: 4vw;
    right: -800px;
    width: auto;
    height: 45px;
    line-height: 45px;
    display: flex;
	align-items: center;
	z-index: 2000;
	opacity: 0;
	animation: 1s topAnim 1s forwards ease-out;
}

/* -- animation -- */
@keyframes topAnim { from {opacity: 0; right: -800px} to {opacity: 1; right: 4vw} }

#topContacts a {
	opacity: 1;
}

#topContacts a:hover {
	opacity: 0.6;
}

#topContacts a.item {
	background-color: #ffffff;
	color: #353535;
	font-weight: 400;
	line-height: 45px;
	letter-spacing: 1px;
	border-radius: 8px;
	padding: 0 15px;
	margin: 0 15px;
    display: inline-block;
}

#topContacts a.item.contacts {
	background-image: url('media/icon_contacts.png');
	background-position: calc(100% - 10px) center;
	background-size: auto;
	background-repeat: no-repeat;
	padding-right: 40px;
}

#topContacts a.item.newsletter {
	background-image: url('media/icon_newsletter.png');
	background-position: calc(100% - 10px) center;
	background-size: auto;
	background-repeat: no-repeat;
	padding-right: 40px;
}

#topContacts a.item.search {
	background-image: url('media/icon_search.png');
	background-position: calc(100% - 10px) center;
	background-size: auto;
	background-repeat: no-repeat;
	color: #84A8BF;
	padding-right: 40px;
}

#topContacts img {
	padding: 0 15px;
	display: block;
}





/*--------------------------------------------------------------
PAGE BACKGROUNDS
--------------------------------------------------------------*/

#bgPage {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	min-height: 80vh;
	background-color: #ffffff;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
	z-index: 60;
	animation: 0.5s bgAnim forwards;
	opacity: 0;
}

/* -- animation -- */
@keyframes bgAnim { from {opacity: 0;} to {opacity: 1;} }

#videoContainer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: #ffffff;
	overflow: hidden;
	z-index: 60;
}

#video {
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
	height: auto;
	min-width: 100vw;
	min-height: 100vh;
	max-width: none !important;
	display: block;
	z-index: 60;
	transition: all 0.5s;
	opacity: 0;
}

#bgRosa {
	position: absolute;
	top: -400px;
	right: -400px;
	z-index: 100;
	animation: 1s rosaAnim 1s forwards ease-out;
	opacity: 0;
}

/* -- animation -- */
@keyframes rosaAnim { from {opacity: 0; top: -400px; right: -400px} to {opacity: 1; top: 0px; right: 0px} }





/*--------------------------------------------------------------
MAIN
--------------------------------------------------------------*/

main {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: auto;
	z-index: 500;
	opacity: 1;
}





/*--------------------------------------------------------------
INTRO
--------------------------------------------------------------*/

#intro {
	position: relative;
	top: 0;
	left: 0;
	width: 100vw;
	min-height: 80vh;
	z-index: 1000;
	opacity: 1;
}

.home #intro {
	min-height: 100vh;
}

#intro .lead {
	position: absolute;
	bottom: 4vw;
	left: max(300px, 15vw);
	width: auto;
	height: auto;
	text-align: left;
	z-index: 1000;
	animation: 1s introAnim 1s forwards;
	opacity: 0;
}

/* -- animation -- */
@keyframes introAnim { from {opacity: 0} to {opacity: 1} }

#intro h2 {
	font-size: 8rem;
	line-height: 100%;
	color: #ffffff;
	margin: 0;
	padding: 0 0 15px 0;
	text-shadow: 0px 0px 200px rgba(0, 0, 0, 0.85);
}

#intro h1 {
	width: calc(92vw - 900px);
	font-size: max(3rem, 1.8vw);
	line-height: 125%;
	color: #ffffff;
	font-weight: 400;
	margin: 0;
	padding: 0;
	text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}

#intro img {
	vertical-align: sub;
}

#mupiHome {
	position: absolute;
	right: 8vw;
	bottom: -700px;
	width: 413px;
	height: 629px;
	z-index: 1000;
	animation: 1s mupiAnim 1s forwards ease-out;
	opacity: 1;
}

@media (max-width: 1599px) {
	#mupiHome {
		right: 4vw;
	}
}

/* -- animation -- */
@keyframes mupiAnim { from {bottom: -700px} to {bottom: 0px} }

#mupiArtigo {
	position: absolute;
	right: 8vw;
	bottom: -660px;
	width: 413px;
	height: 582px;
	z-index: 1000;
	animation: 1s mupiArtigoAnim 1s forwards ease-out;
	opacity: 1;
}

@media (max-width: 1599px) {
	#mupiArtigo {
		right: 4vw;
	}
}

/* -- animation -- */
@keyframes mupiArtigoAnim { from {bottom: -660px} to {bottom: 0px} }






/*--------------------------------------------------------------
SCROLL DOWN
--------------------------------------------------------------*/ 
#scrollDown {
	position: relative;
	/*left: 50%;*/
	/*bottom: 30px;*/
	width: 52px;
	height: 28px;
	padding: 30px 0 10px 0;
	transition: all 0.2s;
	display: block;
	z-index: 600;
}

#scrollDown:hover {
	padding: 40px 0 0 0;
}





/*--------------------------------------------------------------
SCROLLER
--------------------------------------------------------------*/

#scroller {
	position: relative;
	width: 100vw;
	height: 72px;
	background-color: #cfecff;
	text-align: center;
	z-index: 1000;
	opacity: 1;
}

#scroller > img {
	margin: 0 auto;
	display: block;
}





/*--------------------------------------------------------------
HIGHLIGHTS
--------------------------------------------------------------*/

#highlights {
	position: relative;
	width: 100vw;
	min-height: 700px;
	background-color: #a0c8dc;
	background-image: url('media/bg_rosa2.png?1');
	background-position: right bottom;
	background-size: auto;
	background-repeat: no-repeat;
	text-align: center;
	padding: 0 8vw 0 max(300px, 15vw);
	display: flex;
    justify-content: space-between;
    align-items: center;
	gap: 15px;
	z-index: 1000;
	opacity: 1;
}

@media (max-width: 1599px) {
	#highlights {
		padding-right: 4vw;
	}
}

#highlights > a {
	border-radius: 15px;
	overflow: hidden;
	display: block;
}

#highlights > a img {
	display: block;
}

#highlights > a:hover {
	box-shadow: 0 0 20px #78a2b7;
}








/*--------------------------------------------------------------
PAGE TITLE
--------------------------------------------------------------*/

#pageTitle {
	position: absolute;
	left: 0;
	top: calc(80vh - 44px);
	/*bottom: calc(70vh - 6px);*/
	width: 100vw;
	min-height: 72px;
	text-align: left;
	padding: 0 0 0 max(300px, 15vw);
	z-index: 1200;
	opacity: 1;
}

#pageTitle.artigo {
	top: calc(80vh - 84px);
}

#pageTitle h1 {
	max-width: calc(92vw - 900px);
	background-color: #ffffff;
	font-size: 4.6rem;
	font-weight: 600;
	line-height: 125%;
	color: #303030;
	text-align: left;
	border-radius: 10px 10px 0 0;
	text-shadow: none;
	padding: 10px 30px 5px 30px;
	margin: 0;
	display: inline-block;
}

#pageTitle h1 span {
	font-weight: 400;
}

#pageTitle::before {
	position: relative;
    right: -6px;
    bottom: 18px;
    width: 12px;
    height: 10px;
	background-image: url('media/corner_left.png');
	background-position: right bottom;
	background-size: auto;
	background-repeat: no-repeat;
	content: ' ';
	display: inline-block;
	z-index: 1000;
}

#pageTitle::after {
	position: relative;
    left: -6px;
    bottom: 18px;
    width: 12px;
    height: 10px;
	background-image: url('media/corner_right.png');
	background-position: left bottom;
	background-size: auto;
	background-repeat: no-repeat;
	content: ' ';
	display: inline-block;
	z-index: 1000;
}








/*--------------------------------------------------------------
CONTENT
--------------------------------------------------------------*/

#content {
	position: relative;
	width: 100vw;
	background-color: #ffffff;
	background-image: url('media/bg_rosa_content.png?1');
	background-position: right bottom;
	background-size: auto;
	background-repeat: no-repeat;
	min-height: 300px;
	text-align: left;
	padding: 60px 8vw 0 max(342px, 15vw);
	margin-top: -9px;
	z-index: 1100;
	opacity: 1;
}

@media (max-width: 1599px) {
	#content {
		padding-right: 4vw;
	}
}

#content.form {
	display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

#content #temas {
	position: relative;
	display: flex;
	order: 1;
}

#content #temas a {
	background-color: #ffffff;
	line-height: 46px;
	box-shadow: 0 0 15px rgba(180, 215, 239, 0.6);
	margin: 0 20px 20px 0;
	padding: 0 15px;
	border-radius: 8px;
	display: inline-block;
}

#subcontent {
	position: relative;
	min-height: 700px;
	text-align: left;
	padding: 20px 0 0 0;
	display: block;
	z-index: 1000;
	order: 2;
}

@media (max-width: 1599px) {
	#subcontent {
		padding-right: 4vw;
	}
}

#subcontent a {
	font-weight: 600;
	color: #c60874;
}

#subcontent a:hover {
	color: #303030;
}








/*--------------------------------------------------------------
SUBPAGINAS
--------------------------------------------------------------*/

#subpaginas {
	position: relative;
	min-height: 700px;
	text-align: center;
	padding: 20px 0 0 0;
	display: flex;
    justify-content: flex-start;
    align-items: flex-start;
	gap: 30px;
	z-index: 1000;
	opacity: 1;
}

@media (max-width: 1599px) {
	#subpaginas {
		padding-right: 4vw;
	}
}

#subpaginas > a {
	border-radius: 15px;
	overflow: hidden;
	display: block;
}

#subpaginas > a img {
	display: block;
}

#subpaginas > a:hover {
	box-shadow: 0 0 15px rgba(180, 215, 239, 0.6);
}








/*--------------------------------------------------------------
SIDEBAR
--------------------------------------------------------------*/

#sidebar {
	position: relative;
	width: 337px;
	text-align: center;
	float: right;
	z-index: 1000;
}

#sidebar > img {
	border-radius: 10px;
	display: block;
}








/*--------------------------------------------------------------
FORMULARIO
--------------------------------------------------------------*/

#formContacto {
	position: relative;
	width: 415px;
	text-align: center;
	z-index: 1000;
	order: 3;
}

#formContacto a img,
#formContacto img {
	border-radius: 10px;
	display: block;
}






/*--------------------------------------------------------------
LOCATIONS map
--------------------------------------------------------------*/
#locations {
	position: relative;
	width: calc(100vw - 80px);
	background-color: #ffffff;
	color: #474747;
	font-size: 1.9rem;
	font-weight: 300;
	line-height: 140%;
	text-align: center;
	margin: 30px auto;
	border-radius: 5px;
	transition: all 0.2s;
	z-index: 600;
}

#locations h3 {
	font-size: 4.2rem;
    font-weight: 500;
    padding: 0;	
}

#locations h4 {
	font-size: 1.9rem;
    font-weight: 400;	
    padding: 0;	
}

#locations .locationsMap {
	width: 100%;
	height: auto;
	border-radius: 5px;
}







/*--------------------------------------------------------------
SHARE
--------------------------------------------------------------*/

#divShare {
	position: relative;
	width: 100vw;
	height: 72px;
	background-color: #ffffff;
	text-align: center;
	z-index: 1000;
	opacity: 1;
}

#divShare > img {
	margin: 0 auto;
	display: block;
}

.sharethis-inline-share-buttons {
	position: absolute;
	right: 20px;
	display: inline-block !important;
}

.sharethis-inline-share-buttons::before {
	content: "Share ";
	padding-right: 10px !important;
}

@media (max-width: 599px) {
	.sharethis-inline-share-buttons::before { 
		content: "";
	}
}

#st-1 {
    text-align: right !important;
	font-family: inherit !important;
	line-height: 44px !important;
}

#st-1 .st-total {
    color: #b5ad7e !important;
    vertical-align: middle !important;
}








/*--------------------------------------------------------------
BOTTOM CONTACS
--------------------------------------------------------------*/

#bottomContacts {
	position: relative;
	width: 100vw;
	background-color: #cfecff;
	background-image: url('media/bg_skyline.png'), url('media/bg_footer.jpg');
	background-position: center bottom, center;
	background-size: contain, cover;
	background-repeat: no-repeat, no-repeat;
	color: #000000;
	line-height: 140%;
	padding: 20px 4vw 150px 4vw;
	display: flex;
    flex-direction: column;
    align-items: center;
}

#bottomContacts img.forum {
	background-color: #cfecff;
	border-radius: 10px;
	padding: 20px;
	margin: 10px;
	overflow: hidden;
}

#bottomContacts > p {
	background-color: #cfecff;
	border-radius: 10px;
	padding: 10px 20px;
	margin: 0;
	display: inline-block;
}

#bottomContacts a {
	font-weight: 600;
	color: #c60874;
}

#bottomContacts a:hover {
	color: #303030;
}

#bottomContacts p.logos {
	background-color: #cfecff;
	text-align: center;
	padding: 0px 20px;
	margin: 10px;
	display: flex;
	justify-content: center;
	border-radius: 10px;
	display: inline-block;
}

#bottomContacts .logos a {
	padding: 20px;
	display: inline-block;
}

#bottomContacts .logos a img {
	display: block;
}







/*--------------------------------------------------------------
FOOTER
--------------------------------------------------------------*/

footer {
	position: relative;
	background-color: #cfecff;
	color: #000000;
	font-size: 1.9rem;
	line-height: 3rem;
	text-align: center;
	display: inline-block;
}

footer span {
	vertical-align: middle;
	padding: 0 0.5vw;
	display: inline-block;
}

footer a {
	background-color: #ffffff;
	color: #000000 !important;
	font-weight: 400 !important;
	vertical-align: middle;
	padding: 8px 1vw;
	margin: 0 0.5vw;
	border-radius: 8px;
	display: inline-block;
}

footer a:hover {
	color: #c60874 !important;
}







/*--------------------------------------------------------------
BOTTOM LINKS
--------------------------------------------------------------*/

#bottomLinks {
	position: relative;
	width: 100vw;
	background-color: #474747;
	text-align: center;
	padding: 0px 20px 0 30px;
}







/*--------------------------------------------------------------
COOKIE CONSENT
--------------------------------------------------------------*/

#cookieConsent {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100vw;
	height: 48px;
	background-color: transparent;
	color: #ffffff;
	font-weight: 300;
	letter-spacing: 0.5px;
	text-align: center;
	transition: all 0.2s;
	z-index: 2000;
	display: flex;
	justify-content: center;
    align-items: center;
	opacity: 1;
}

#cookieConsent.scrollCookieConsent {
	background-color: #ffffff;
	color: #444444;
}

#cookieConsent a.button {
	height: 42px;
	background-color: #ffffff;
	line-height: 42px;
	font-weight: 600;
    padding: 0 21px;
	border-radius: 21px;
	box-shadow: none;
}

#cookieConsent.scrollCookieConsent a.button {
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}







/*--------------------------------------------------------------
LAST BOOKING
--------------------------------------------------------------*/
#lastBooking {
	position: fixed;
	bottom: 100px;
	right: 20px;
	width: 350px;
	height: 65px;
	background-color: #474747;
	color: #ffffff;
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 140%;
	text-align: left;
	padding: 0px 15px;
	box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.3);
	border-radius: 5px;
	overflow: hidden;
	display: none;
}

#lastBooking div {
	position: relative;
	top: 50%;
	width: 100%;
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#lastBooking a {
	color: #ffffff;
	line-height: 140%;
}

#lastBooking a:hover {
	color: #555555;
}







/*--------------------------------------------------------------
SCROLLBARS - only desktop
--------------------------------------------------------------*/

/* Firefox */
:not(.mobile) {
	scrollbar-width: thin;
	scrollbar-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0);
}

/* Chrome / Safari */
:not(.mobile) ::-webkit-scrollbar {
    width: 8px;
	background-color: rgba(0, 0, 0, 0);
}
 
/* Track */
:not(.mobile) ::-webkit-scrollbar-track {
	margin: 0;
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
}
 
/* Handle */
:not(.mobile) ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: rgba(0, 0, 0, 0.2);
}

:not(.mobile) ::-webkit-scrollbar-thumb:window-inactive {
	background-color: rgba(0, 0, 0, 0.2);
}

:not(.mobile) ::-webkit-scrollbar-thumb:hover {
	background-color: rgba(0, 0, 0, 0.2);
}





