/*!
Theme Name: caravela_2023
Theme URI: http://underscores.me/
Author: Estudio Grampo
Author URI: http://www.estudiogrampo.com.br
Description: Tema desenvolvido para caravela
Version: 1.0.5
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: caravela
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

caravela_2023 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
	 html {
	 	line-height: 1.15;
	 	-webkit-text-size-adjust: 100%;
	 }

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
	 body {
	 	margin: 0;
	 }

/**
 * Render the `main` element consistently in IE.
 */
	 main {
	 	display: block;
	 }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
	 h1 {
	 	font-size: 2em;
	 	margin: 0.67em 0;
	 }

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
	 hr {
	 	box-sizing: content-box;
	 	height: 0;
	 	overflow: visible;
	 }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
	 pre {
	 	font-family: monospace, monospace;
	 	font-size: 1em;
	 }

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
	 a {
	 	background-color: transparent;
	 }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
	 abbr[title] {
	 	border-bottom: none;
	 	text-decoration: underline;
	 	text-decoration: underline dotted;
	 }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
	 b,
	 strong {
	 	font-weight: bolder;
	 }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
	 code,
	 kbd,
	 samp {
	 	font-family: monospace, monospace;
	 	font-size: 1em;
	 }

/**
 * Add the correct font size in all browsers.
 */
	 small {
	 	font-size: 80%;
	 }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
	 sub,
	 sup {
	 	font-size: 75%;
	 	line-height: 0;
	 	position: relative;
	 	vertical-align: baseline;
	 }

	 sub {
	 	bottom: -0.25em;
	 }

	 sup {
	 	top: -0.5em;
	 }

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
	 img {
	 	border-style: none;
	 }

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
	 button,
	 input,
	 optgroup,
	 select,
	 textarea {
	 	font-family: inherit;
	 	font-size: 100%;
	 	line-height: 1.15;
	 	margin: 0;
	 }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
	 button,
	 input {
	 	overflow: visible;
	 }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
	 button,
	 select {
	 	text-transform: none;
	 }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
	 button,
	 [type="button"],
	 [type="reset"],
	 [type="submit"] {
	 	-webkit-appearance: button;
	 }

/**
 * Remove the inner border and padding in Firefox.
 */
	 button::-moz-focus-inner,
	 [type="button"]::-moz-focus-inner,
	 [type="reset"]::-moz-focus-inner,
	 [type="submit"]::-moz-focus-inner {
	 	border-style: none;
	 	padding: 0;
	 }

/**
 * Restore the focus styles unset by the previous rule.
 */
	 button:-moz-focusring,
	 [type="button"]:-moz-focusring,
	 [type="reset"]:-moz-focusring,
	 [type="submit"]:-moz-focusring {
	 	outline: 1px dotted ButtonText;
	 }

/**
 * Correct the padding in Firefox.
 */
	 fieldset {
	 	padding: 0.35em 0.75em 0.625em;
	 }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
	 legend {
	 	box-sizing: border-box;
	 	color: inherit;
	 	display: table;
	 	max-width: 100%;
	 	padding: 0;
	 	white-space: normal;
	 }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
	 progress {
	 	vertical-align: baseline;
	 }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
	 textarea {
	 	overflow: auto;
	 }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
	 [type="checkbox"],
	 [type="radio"] {
	 	box-sizing: border-box;
	 	padding: 0;
	 }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
	 [type="number"]::-webkit-inner-spin-button,
	 [type="number"]::-webkit-outer-spin-button {
	 	height: auto;
	 }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
	 [type="search"] {
	 	-webkit-appearance: textfield;
	 	outline-offset: -2px;
	 }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
	 [type="search"]::-webkit-search-decoration {
	 	-webkit-appearance: none;
	 }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
	 ::-webkit-file-upload-button {
	 	-webkit-appearance: button;
	 	font: inherit;
	 }

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
	 details {
	 	display: block;
	 }

/*
 * Add the correct display in all browsers.
 */
	 summary {
	 	display: list-item;
	 }

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
	 template {
	 	display: none;
	 }

/**
 * Add the correct display in IE 10.
 */
	 [hidden] {
	 	display: none;
	 }

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
@font-face {
	font-family: 'caravela';
	src: url('font/caravela.eot?78684248');
	src: url('font/caravela.eot?78684248#iefix') format('embedded-opentype'),
	url('font/caravela.woff2?78684248') format('woff2'),
	url('font/caravela.woff?78684248') format('woff'),
	url('font/caravela.ttf?78684248') format('truetype'),
	url('font/caravela.svg?78684248#caravela') format('svg');
	font-weight: normal;
	font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'caravela';
		src: url('../font/caravela.svg?78684248#caravela') format('svg');
	}
}

[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: "caravela";
	font-style: normal;
	font-weight: normal;
	speak: never;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

}

.icon-mail:before { content: '\e800'; } 
.icon-down-dir:before { content: '\e801'; } 
.icon-left-dir:before { content: '\e802'; } 
.icon-right-dir:before { content: '\e803'; } 
.icon-up-dir:before { content: '\e804'; } 
.icon-alert:before { content: '\e805'; } 
.icon-heart-filled:before { content: '\e806'; } 
.icon-right:before { content: '\e80d'; } 
.icon-left:before { content: '\e80e'; } 
.icon-instagram-1:before { content: '\f16d'; } 


body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: gira-sans, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
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 {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #FFF;
	margin-left: 2em;
	transition: all .2s ease;
}

.main-navigation a:hover{
	color: var(--main-color);
}

.main-navigation ul {
	display: flex;
	align-items: center;
	justify-content: right;
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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




/* BASE
============================================================================================================================================ */


:root {
	--main-color: #E2B989;  
	--center-padding: 15%;
}

::selection {
	background-color: var(--main-color);
	color: #000;
}



#page{
	max-width: 1920px;
	display: block;
	background-color: #000;
	color: #FFF;
	margin: 0 auto;
	overflow: hidden;
	transition: opacity .2s ease;
	box-shadow: 0px 0px 50px rgba(0,0,0,0.4);
}

.edit-link{
	display: none;
}

.center-content{
	padding: 0 7.5%;
	padding: 0 var(--center-padding);
	transition: padding .3s ease;
}

.mobile{
	display: none;
}

.desktop{
	display: block;
}

.duas-colunas, .tres-colunas, .quatro-colunas,  .cinco-colunas, .trinta-setenta,.setenta-trinta, .oitenta-vinte, .vinte-oitenta, .sessenta-quarenta{
	font-size: 0;
}

.duas-colunas > *, .tres-colunas > *, .quatro-colunas > *, .trinta-setenta > *,.setenta-trinta > *, .cinco-colunas > *, .oitenta-vinte > *, .vinte-oitenta > *, .sessenta-quarenta > *{
	font-size: 1rem;
	display: inline-block;
	vertical-align: top;
}

.duas-colunas > * {  
	width: 50%;
}
.tres-colunas > * {  
	width: 33.33%;
} 
.quatro-colunas > *{  
	width: 25%;
}
.cinco-colunas > *{  
	width: 20%;
}

.trinta-setenta > *{
	width: 30%;
	vertical-align: top;
}

.trinta-setenta > *:last-child{
	width: 70%;
}

.setenta-trinta > *{
	width: 70%;
	vertical-align: top;
}

.setenta-trinta > *:last-child{
	width: 30%;
}

.sessenta-quarenta > *{
	width: 60%;
	vertical-align: top;
}

.sessenta-quarenta > *:last-child{
	width: 40%;
}


.oitenta-vinte > *, .vinte-oitenta > *{
	width: 80%;
	vertical-align: top;
}

.oitenta-vinte > *:last-child, .vinte-oitenta > *:first-child{
	width: 20%;
}


.video-responsivo{
	display: block;
	background-color: #222;
	position: relative;
}
.video-responsivo > div{
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
}
.video-responsivo > div > iframe{
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	border: none;
}


/* BX BASE
------------------------------------------------------------------------------------------------------------------------------------------ */

.bx-wrapper{
	position: relative;
}
.bx-controls{
	position: absolute;
	width: 100%;
	z-index: 99;
	bottom: 0;
	transform: translateY(-50%);
}

.bx-controls a{
	color: #FFF;
	text-decoration: none;
	font-weight: 300;
	font-size: 1em;
	border: solid 1px;
	line-height: 0.9em;
	padding: 0.5em 0.8em;
	transition: all .2s ease;
}
.bx-controls a:hover{
	background-color: rgba(0,0,0,.6);
}
.bx-wrapper{
	position: relative;
	margin: 0 auto 0;
}

.bx-pager {
	position: absolute;
	width: 100%;
	bottom: 0;
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #FFF;
	padding: 1em 0;
}

.bx-pager.bx-default-pager a {
	border: solid 1px var(--scnd-color);
	text-indent: -9999px;
	display: block;
	width: 8px;
	height: 8px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 50px;
	position: relative;
	transition: opacity .2s ease;
}
.bx-pager.bx-default-pager a:hover,
.bx-pager.bx-default-pager a.active,
.bx-pager.bx-default-pager a:focus {	
	background: var(--scnd-color);
}
.bx-pager-item,
.bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	vertical-align: bottom;
}
.bx-pager-item {
	font-size: 0;
	line-height: 0;
}

.slider-controls{
	position: relative;
}

.slider-controls > span{
	position: absolute;
	top: 50%;
}

.slider-controls > span a{
	color: var(--main-color);
	font-size: 2em;
	transition: color .2s ease;
	text-decoration: none;
}

.slider-controls > span a:hover{
	color: var(--trd-color);
}

.slider-controls .slide-prev{
	left: 0;
	transform: translate(-200%,-50%);
}

.slider-controls .slide-next{
	right: 0;
	transform: translate(200%,-50%);
}

.slider-controls .slide-prev a:before{
	font-family: 'montanero';
	content: '\e804';
}

.slider-controls .slide-next a:before{
	font-family: 'montanero';
	content: '\e808';
}

.bx-viewport .slide{
	background: rgb(51,51,51);
	background: radial-gradient(circle, #000 0%, #3e3e3e 100%);
	text-align: center;
	font-size: 0;
}

.bx-viewport .slide img{
	max-height: 800px;
	width: 100%;
	object-position: center;
	object-fit: contain;
}

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


.site-header{
	text-align: center;
	padding: 1em var(--center-padding);
}

.site-branding img{
	width: 100px;
}
.site-branding{
	display: inline-block;
	width: 25%;
	vertical-align: middle;
	text-align: left;
}

#site-navigation {
	display: inline-block;
	width: 70%;
	vertical-align: middle;
}

.mobile-nav{
	font-weight: 800;
	font-size: 1.7em;
	text-align: center;
	padding: .25em 0;
	background-color: var(--main-color);
}
.mobile-nav a{
	color: var(--scnd-color);
	text-decoration: none;
	vertical-align: middle;
}

.mobile-nav.ativo span{
	background-color: rgba(0, 0, 0, 0);
	width: 30px;
	transform: translateY(-50%);
}
.mobile-nav.ativo span:before{
	transform: translate(0, 50%) rotateZ(45deg);
	top: 0;
}
.mobile-nav.ativo span:after{
	transform: translate(0, -100%) rotateZ(-45deg);
	top: -;
}

.mobile-nav span{
	height: 6px;
	width: 40px;
	background-color: #FFF;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin-left: 1em;
	cursor: pointer;
	transition: all .3s ease;
	border-radius: 4em;
}
.mobile-nav span:before{
	content: '';
	height: 6px;
	width: 100%;
	background-color: #FFF;
	display: block;
	position: absolute;
	top: -160%;
	transition: all .3s ease;
	border-radius: 4em;
}
.mobile-nav span:after{
	content: '';
	height: 6px;
	width: 100%;
	background-color: #FFF;
	display: block;
	position: absolute;
	top: 160%;
	transition: all .2s ease;
	border-radius: 4em;
}

#mobile-navigation{
	max-height: 0;
	overflow: hidden;
	transition: all .2s ease;
}

#mobile-navigation a{
	opacity: 0;
	transition: opacity .3s ease;
}

#mobile-navigation.ativo a{
	opacity: 1;
}

#mobile-navigation ul{
	list-style: none;
	padding: 0;
	margin: 0 0 2em;
	text-align: center;
}

#mobile-navigation li{
	margin: .25em 0;
}

#mobile-navigation a{
	display: block;
	text-decoration: none;
	color: #FFF;
	text-transform: uppercase;
	font-size: .9em;
	position: relative;
	margin: 1em 0;
}
#mobile-navigation.ativo{
	max-height: 500px;
}

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

.wpcf7-form {
	text-align: left;
	margin-bottom: 40px;
}
.wpcf7-form h3{
	text-transform: uppercase;
	margin: 0;
}
.wpcf7-form .form-head{
	padding: 0
}
.wpcf7-form > p{
	margin: 1em 0;
}
.wpcf7-form label{
	width: 100%;
	padding: 0;
	display: block;
	margin: 0;
}
.wpcf7-form label > br{
	display: none;
}
.wpcf7-form > div{
	padding: 10px;
}
.wpcf7-form > div > div{
	padding: 0 10px 0 0;
}

.wpcf7-form input,
.wpcf7-form input:focus,
.wpcf7-form input:active{
	height: 40px;
	border: 0 solid #000;
	color: #FFF;
	padding: 0 20px;
	font-size: 14px;
	background-color: rgba(255,255,255,0.25);
	backdrop-filter: blur(15px);
	display: table;
	border-radius: .5em;
	width: 100%;
}
.wpcf7-form textarea {
	border: 0 solid  #000;
	color: #FFF;
	padding: 20px;
	font-size: 14px;
	background-color: rgba(255,255,255,0.25);
	border-radius: .5em;
	width:100%;
	height: 200px;
	display: table;
	backdrop-filter: blur(15px);
}

.wpcf7-form select {
	height: 40px;
	border: 0 solid  #000;
	border-radius: 5px;
	color: #4E4E4E;
	padding: 0 20px;
	font-size: 14px;
	background-color: rgba(0,0,0,0);
}

.wpcf7-form input[type=submit] {
	background: var(--main-color);
	display: table;
	font-size: 1em;
	color: #FFF;
	text-decoration: none;
	border-radius: .4em;
	border: none;
	margin: 0 0 0 auto;
	width: auto;
	cursor: pointer;
	transition: all .2s ease;
	text-transform: uppercase;
	font-weight: 800;
}

.wpcf7-form input[type=submit]:hover {		
	border: solid 1px #000;
	color: #000;
	background-color: #FFF;
}

.wpcf7-form ::placeholder {
	color: #FFF;
	font-weight: 600;
}
.wpcf7 form .wpcf7-response-output{
	color: #FFF;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
}
.wpcf7-not-valid-tip{
	font-size: .8em;
}

.navigation{
	margin: 1em 0 0;
	text-align: center;
	font-size: 2em;
	font-weight: 800;
}
.navigation ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	color: #252525;
	text-decoration:none;
	vertical-align: middle;
	padding: 0 .4em;
	margin: 0;
}


.navigation li {
	display: inline;
	vertical-align: middle;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	cursor: pointer;
	font-size: 1.5rem;
}

.navigation li a:hover,
.navigation li.active a {
	border-bottom: solid 4px var(--main-color);
}

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

.site-footer{
	color: #FFF;
	padding: 3em;
	position: relative;
	text-align: center;
}

.site-footer p{
	font-size: .9em;
	margin: .8em 0;
}

.site-footer img{
	height: 70px;
	object-fit: contain;
}
.site-footer .quatro-colunas > div:first-child img{
	margin-top: 2em;
}
/* HOME
------------------------------------------------------------------------------------------------------------------------------------------ */
.home #page{
	background-color: #020304;
}

.full_w{
	position: relative;
	width: 100%;
	padding-bottom: 60%;
}
.full_w > img{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

#banner > div{
	max-width: 80%;
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
}
#o_chef h2{
	font-size: 3em;
	margin: .5em 0 1em;
	font-family: the-seasons, sans-serif;
}
#o_chef > div{
	position: absolute;
	width: 60%;
	max-width: 700px;
	top: 50%;
	right: 10%;
	transform: translateY(-50%);
	text-align: center;
	line-height: 1.5em;
}


#o_chef > div > div{
	background-color: rgba(0,0,0,0.7);
	padding: 3em;
	backdrop-filter: blur(15px);
}

.cardapio_slide{
	line-height: 0;
	font-size: 0;
}
.cardapio_slide img{
	width: 100%;
	height: 800px;
	object-fit: cover;
	object-position: center;
	display: block;
	line-height: 0;
}

#acesse_cardapio{
	position: relative;
}

#acesse_cardapio a{
	color: #FFF;
	position: absolute;
	top: 50%;
	left: var(--center-padding);
	text-decoration: none;
	font-size: 3em;
	line-height: 1.2em;
	transform: translateY(-50%);
	font-family: the-seasons, sans-serif;
	text-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
}
#acesse_cardapio a:after{
	content: '\E80D';  
	font-family: 'caravela';
	display: block;
	margin: .4em 0 0;
	transition: all .2s ease;
}

#acesse_cardapio a:hover:after{
	animation: wave 1s infinite ease;
}

#acesse_cardapio a img{
	display: block;
	margin-bottom: .5em;
}

#evento.full_w{
	padding-bottom: 40%;
}
#evento > div{
	position: absolute;
	left: var(--center-padding);
	top: 50%;
	transform: translateY(-50%);
}
#mapa > *{
	width: 100%;
	display: block;
}


#evento h2{
	font-size: 2.5em;
	margin: 0 0 1em;
	line-height: 1.3em;
	font-family: the-seasons, sans-serif;
	text-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
}

#evento a{
	background-color: var(--main-color);
	color: #000;
	text-decoration: none;
	padding: .5em 2em;
	border-radius: 5em;
	transition: all .2s ease;
	margin-bottom: .2em;
	display: table;
}
#evento a:after{
	content: '\E80D';  
	font-family: 'caravela';
	margin-left: 1em;
}
#evento a:hover{
	background-color: #000;
	color: var(--main-color);
}

#instagram{
	padding: 6em 0;
	position: relative;
}

@keyframes rotation {
	0% {
		transform:  translate(50%,-50%) rotate(-15deg);
	}
	50% {
		transform:  translate(50%,-50%) rotate(15deg);
	}
	100% {
		transform:  translate(50%,-50%) rotate(-15deg);
	}
}

@keyframes wave {
	0% {
		margin-left: 0;
	}
	50% {
		margin-left: .5em;
	}
	100% {
		margin-left: 0;
	}
}


/* CARDAPIO
------------------------------------------------------------------------------------------------------------------------------------------ */
#cardapio-hint{
	background-color:rgba(0, 0, 0, 0.7);
	color: #FFF;
	backdrop-filter: blur(5px);
	position: fixed;
	padding: 1em 4em;
	left: 50%;
	top: 5%;
	width: 70%;
	border-radius: 5em;
	transform: translateX(-50%);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	text-align: center;
	line-height: 1em;
	transition: opacity .4s ease;
	max-width: 315px;
	font-size: .8em;
}
#top{
	position: fixed;
	bottom: 0;
	right: 15%;
	background-color:rgba(0, 0, 0, 0.7);
	color: #FFF;
	backdrop-filter: blur(5px);
	position: fixed;
	padding: .2em 0em;
	border-radius: 2em 2em 0 0;
	font-size: 3em;
	line-height: 0;
	transition: all .3s ease;
	opacity: 0;
}
#top:hover{
	background-color:rgba(255, 255, 255, 0.7);
	color: #000;
}

#cardapio{
	background-color: #FFF;
	color: #000;
	padding: 1em 2.5em 2em;
	border-radius: 2em 2em 0 0;
	position: relative;
}

#cardapio h2{
	text-transform: uppercase;
	margin: 1em 0 1em;
	font-size: 1.4em;
	font-family: goudy-old-style, serif;
}

#cardapio h3{
	text-transform: uppercase;
	font-size: 1.4em;
}

#cardapio h4{
	text-transform: uppercase;
	font-size: 1.1em;
	margin: 0 0 .5em;
	transition: all .2s ease;
}

#cardapio p{
	font-size: .9em;
	line-height: 1.4em;
}
#cardapio p:first-of-type{
	margin-top: 0;
}

#cardapio a.produto{
	color: #000;
	text-decoration: none;
	border-bottom: solid 1px var(--main-color);
	display: block;
	padding: 0 0 1.5em 1em;
	margin-bottom: 2em;

}
#cardapio a.produto:hover h4{
	color: var(--main-color);
}

#cardapio a.produto > div{
	display: inline-block;
	vertical-align: middle;
}
#cardapio a.produto > div:first-child{
	width: 85%;
	padding-right: 2em;
}
#cardapio a.produto > div:last-child{
	width: 15%;
}
#cardapio a.produto:hover img{
	opacity: .7;
}
#cardapio a.produto img{
	border-radius: 1em;
	width: 100%;
	transition: all .2s ease;
}
.sub-categoria{
	padding-left: 1em;
}
.info > *{
	display: inline-block;
	vertical-align: middle;
}
.preco{
	font-weight: 800;
	font-size: 1.5em;
}
.info ul{
	margin: 0 0 0 1em;
	padding: 0;
	list-style: none;
}
.info ul li{
	display: inline-block;
	margin-right: 1em;
	background-color: #333;
	background-color: var(--bg-color);
	color: #FFF;
	padding: .25em 1em;
	border-radius: 1em;
	font-size: .7em;
}

#cardapio-h{
	text-align: center;
	margin-bottom: 3em;
}

#cardapio-h img{
	margin: 2em 0 0;
}

#cardapio-h h1{
	margin: 0 0 .5em;
	font-family: the-seasons, sans-serif;
	font-size: 3em;
}
#cardapio-h select{
	background-color: #000;
	color: #FFF;
	border: solid 2px;
	padding: .5em 2em;
	border-radius: 5em;
	appearance:none;
	position: relative;
}
#caravela-logo-cardapio{
	max-width: 90%;
	width: 350px;
	margin: 0 auto 1em;
}
#cardapio-select-w{
	position: relative;
	margin: 0 0 2em;
}

#cardapio-select-w:after{
	content: '\e801';  
	font-family: 'caravela';
	color: #FFF;
	position: absolute;
	font-size: 1.6em;
	top: .4em;
	line-height: 0;
	right: .8em;
	display: block;
}

.produto-individual img{
	width: 100%;
	max-height: 700px;
	border-radius: 1em;
	object-fit: cover;
	object-position: center;
	margin: 0 0 1em;
}
.single-produto #cardapio{
	padding: 2em;
	margin-bottom: 5em;
	border-radius: 2em;
}
#cardapio .info-individual{
	margin-bottom: 1em;
}
#cardapio .info-individual h4{
	margin: 0;
}
.produto-individual{
	border-bottom: solid 1px var(--main-color);
	padding-bottom: 2em;
	margin-bottom: 1em;
}
.single-produto #cardapio a{
	color: #000;
	text-decoration: none;
}
.single-produto #cardapio a:before{
	content: '\e80e'; 
	font-family: 'caravela';
	margin-right: .4em;
	font-size: .9em;
	transition: all .2s ease;
}
.single-produto #cardapio a:hover:before{
	margin-right: 1em;
}


/* RESPONSIVO
------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */


@media screen and (max-width: 1600px) {
	#o_chef  > div > div{
		font-size: .9em;
	}
	#o_chef  > div{
		right: 5%;
	}
}

@media screen and (max-width: 1300px) {
	:root {
		--center-padding: 7.5%;
	}
	#o_chef {
		padding: 0;
	}
	#o_chef  > div{
		position: relative;
		transform: none;
		width: 100%;
		max-width: 100%;
		margin: 3em 0 0;
		top: 0;
		right: 0;
	}
	#o_chef >img{
		position: relative;
		height: auto;
	}
}

@media screen and (max-height: 1000px) {
}

@media screen and (max-width: 1000px) {
	:root {
		--center-padding: 5%;
	}
	.trinta-setenta > *{
		width: 100%;
	}
	.trinta-setenta > *:last-child{
		width: 100%;
	}
	.sessenta-quarenta > *{
		width: 100%;
	}
	.sessenta-quarenta > *:last-child{
		width: 100%;
	}
	.setenta-trinta > *{
		width: 100%;
	}
	.setenta-trinta > *:last-child{
		width: 100%;
	}

	.mobile{
		display: block;
	}

	.desktop, .main-navigation{
		display: none;
	}

	.site-header #site-navigation{
		display: none;
	}
	.site-branding{
		text-align: center;
		margin: 1em 0;
	}

	#instagram{
		padding: 0 0 5em;
	}
	#evento.full_w{
		padding-bottom: 100%;
	}
	#cardapio a.produto > div:last-child{
		width: 40%;
	}
	#cardapio a.produto > div:first-child{
		width: 60%;
		padding: 0 1em 0 0;
	}
	#cardapio{
		padding: 1em;
	}
}


@media screen and (max-width: 700px) {

	.cinco-colunas > *, .tres-colunas > *{
		width: 100%;
	}
	.duas-colunas > *, .tres-colunas > *{
		width: 100%;
	}
	.quatro-colunas > *{
		width: 100%;
	}
	.site-footer .quatro-colunas >*{
		margin-bottom: 4em;
	}
}
