/*
Theme Name: KONCEPTO
Author: KONCEPTO
Description: Custom
Version: 1.0
Requires at least: 4.7
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: koncepto
Tags: custom

*/
@font-face {
	font-family: 'aesthet-nova-medium';
	src: url(assets/fonts/aesthet-nova-medium.woff2) format('woff2'), url(assets/fonts/aesthet-nova-medium.woff) format('woff');
}
@font-face {
	font-family: 'aesthet-nova-bold';
	src: url(assets/fonts/aesthet-nova-bold.woff) format('woff'), url(assets/fonts/aesthet-nova-bold.woff2) format('woff2');
}
@font-face {
	font-family: 'Onest-Regular';
	src: url(assets/fonts/Onest-Regular.woff) format('woff'), url(assets/fonts/Onest-Regular.woff2) format('woff2');
}
@font-face {
	font-family: 'Onest-SemiBold';
	src: url(assets/fonts/Onest-SemiBold.woff) format('woff'), url(assets/fonts/Onest-SemiBold.woff2) format('woff2');
}
@font-face {
	font-family: 'Onest-Bold';
	src: url(assets/fonts/Onest-Bold.woff) format('woff'), url(assets/fonts/Onest-iBold.woff2) format('woff2');
}
/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article, aside, footer, header, nav, section {
	display: block;
}
figcaption, figure, main {
	display: block;
}
figure {
	margin: 1em 0;
}
hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
a:active, a:hover {
	outline-width: 0;
}
abbr[title] {
	border-bottom: 1px #767676 dotted;
	text-decoration: none;
}
b, strong {
	font-family: 'Onest-Bold';
	font-weight: normal;
}
code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
dfn {
	font-style: italic;
}
mark {
	background-color: #eee;
	color: #222;
}
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;
}
svg:not(:root) {
	overflow: hidden;
}
button, input, optgroup, select, textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button, input {
	overflow: visible;
}
button, select {
	text-transform: none;
}
 button, html [type="button"], [type="reset"], [type="submit"] {
 -webkit-appearance: button;
}
 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;
}
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;
}
 [type="search"] {
 -webkit-appearance: textfield;
 outline-offset: -2px;
}
 [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}

::-webkit-file-upload-button {
 -webkit-appearance: button;
 font: inherit;
}
canvas {
	display: inline-block;
}
[hidden] {
 display: none;
}
/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/

.clear:before, .clear:after, .entry-content:before, .entry-content:after, .entry-footer:before, .entry-footer:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after, .nav-links:before, .nav-links:after, .pagination:before, .pagination:after, .comment-author:before, .comment-author:after, .widget-area:before, .widget-area:after, .widget:before, .widget:after, .comment-meta:before, .comment-meta:after {
	content: "";
	display: table;
	table-layout: fixed;
}
.clear:after, .entry-content:after, .entry-footer:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after, .nav-links:after, .pagination:after, .comment-author:after, .widget-area:after, .widget:after, .comment-meta:after {
	clear: both;
}
/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/

body, button, input, select, textarea {
	color: #6D6D6C;
	font-family: 'Onest-Regular';
	font-size: 16px;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'aesthet-nova-medium';
	font-weight: normal;
	clear: both;
	line-height: 1.15;
	margin: 0 0 0.75em;
	padding: 1.5em 0 0;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
	padding-top: 0;
}
h1 {
	font-size: 24px;
	font-size: 2em;
}
h2 {
	font-size: 20px;
	font-size: 1.5em;
}
h3 {
	font-size: 18px;
	font-size: 1.25em;
}
h4 {
	font-size: 16px;
	font-size: 1rem;
}
h5 {
	font-size: 13px;
	font-size: 0.8125rem;
}
h6 {
	font-size: 15px;
	font-size: 0.9375rem;
}
p {
	margin: 0 0 1.5em;
	padding: 0;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	font-size: 18px;
	font-size: 1.125rem;
	font-style: italic;
	line-height: 1.7;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
blockquote cite {
	display: block;
	font-style: normal;
	font-weight: 600;
	margin-top: 0.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #eee;
	text-decoration: none;
}
big {
	font-size: 125%;
}
blockquote {
	quotes: "" "";
}
q {
	quotes: "“" "”" "‘" "’";
}
blockquote:before, blockquote:after {
	content: "";
}
:focus {
	outline: none;
}
/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/
.wpcf7 form p {
	margin: 0;
	padding: 0;
}
label {
	display: block;
	font-weight: normal;
	margin-bottom: 0.5em;
}
fieldset {
	margin-bottom: 1em;
}
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 {
	font-family: 'aesthet-nova-medium';
	color: #6D6D6C;
	background: #fff;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	display: block;
	padding: 0.1em 0.5em;
	width: 100%;
	border: 2px solid #6D6D6C;
}
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: #000000;
	border-color: #6D6D6C;
}
select {
	border: 1px solid #6D6D6C;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 3em;
	max-width: 100%;
}
input[type="radio"]:focus, input[type="checkbox"]:focus {
	outline: thin dotted #333;
}
input[type="radio"], input[type="checkbox"] {
	margin-right: 0.5em;
}
input[type="radio"] + label, input[type="checkbox"] + label {
	font-weight: 400;
}
button, input[type="button"], input[type="submit"] {
	background-color: #FFFFFF;
	border: 2px solid #6D6D6C;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #6D6D6C;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 1em;
	font-weight: normal;
	line-height: 1;
	padding: 0.25em 3em;
	text-shadow: none;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
}
input + button, input + input[type="button"], input + input[type="submit"] {
	padding: 0.75em 2em;
}
button.secondary, input[type="reset"], input[type="button"].secondary, input[type="reset"].secondary, input[type="submit"].secondary {
	background-color: #ddd;
	color: #222;
}
:not( .mejs-button ) > button:hover, :not( .mejs-button ) > button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
	background: #6D6D6C;
	color: white;
}
button.secondary:hover, button.secondary:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="button"].secondary:hover, input[type="button"].secondary:focus, input[type="reset"].secondary:hover, input[type="reset"].secondary:focus, input[type="submit"].secondary:hover, input[type="submit"].secondary:focus {
	background: #bbb;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
 color: #6D6D6C;
 font-family: 'aesthet-nova-medium', helvetica, arial, sans-serif;
}

:-moz-placeholder {
 color: #6D6D6C;
 font-family: 'aesthet-nova-medium', helvetica, arial, sans-serif;
}

::-moz-placeholder {
 color: #6D6D6C;
 font-family: 'aesthet-nova-medium', helvetica, arial, sans-serif;
 opacity: 1;
/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
 color: #6D6D6C;
 font-family: 'aesthet-nova-medium', helvetica, arial, sans-serif;
}
.wpcf7-list-item {
	margin: 0 !important;
}
.wpcf7-acceptance {
	    padding: 0.5em 0 1em 0;
    font-size: 0.813em;
    display: block;
}
.wpcf7-not-valid-tip {
	padding-top: 0.25em;
	line-height: 1;
	font-size: 0.813em !important;
}
/*--------------------------------------------------------------
7.0 Formatting
--------------------------------------------------------------*/

hr {
	background-color: #bbb;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/

ul, ol {
	margin: 0 1em 1.5em 1em;
	padding: 0;
}
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;
}
/*--------------------------------------------------------------
9.0 Tables
--------------------------------------------------------------*/

table {
	border-collapse: collapse;
	margin: 0 0 1.5em;
	width: 100%;
}
thead th {
	border-bottom: 2px solid #bbb;
	padding-bottom: 0.5em;
}
th {
	padding: 0.4em;
	text-align: left;
}
tr {
	border-bottom: 1px solid #eee;
}
td {
	padding: 0.4em;
}
th, td, th:first-child, td:first-child {
	padding-left: 0;
}
th:last-child, td:last-child {
	padding-right: 0;
}
/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/

a {
	color: #273582;
	text-decoration: none;
}
a:focus {
	outline: 0;
}
a:hover, a:active {
	color: #273582;
	text-decoration: underline;
	outline: 0;
}
.directions-button{
	position: absolute;
    top: 1em;
    left: 50%;
    width: 4em;
    height: 4em;
    font-family: 'aesthet-nova-medium';
    font-size: 2.25em;
    font-weight: normal;
    line-height: 7;
    text-align: center;
    background-color: #6D6D6C;
    color: white;
    display: none;
    border-radius: 50%;
}
.directions-button span{
	display: inline-table;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
    white-space: nowrap;
    color: white;
}
.directions-button:hover{
	background-color:#273582;
}
.directions-button-home{
	position:absolute;
	top:0;
	right:0;
	margin:10% 6%;
	width: 4em;
    height: 4em;
    font-family: 'aesthet-nova-medium';
    font-size: 2.25em;
    font-weight: normal;
    line-height: 7;
    text-align: center;
    background-color: #FFFFFF;
    color: #273582;
    border-radius: 50%;
	z-index:2;
	display:none;
}
.directions-button-home div{
	display: inline-table;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
    white-space: nowrap;
}
.directions-button-home:hover{
	background-color:#6D6D6C;
	color:white;
}
.directions-contact{
	border: 2px solid #6D6D6C;
    margin: 1em 0;
    padding: 0.25em 2em;
    display: inline-block;
    line-height: 1;
    color: #6D6D6C;
}
.directions-contact:hover{
	background-color:#6D6D6C;
	color:white;
	text-decoration:none;
}
/*--------------------------------------------------------------
12.0 Navigation
--------------------------------------------------------------*/
.navigation-top {
	position: relative;
}
.main-navigation {
	clear: both;
	display: none;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
}
.main-navigation li {
	flex: auto;
	position: relative;
}
.main-navigation .current-menu-item a{
	color:#273582;
	font-family: 'Onest-SemiBold';
}
.main-navigation a {
	color: #6D6D6C;
	display: block;
	text-decoration: none;
}
.home .main-navigation a {
	color: #FFFFFF;
}
.main-navigation a:hover {
	color: #273582;
}
.menu-div {
	position: absolute;
	top: 4em;
	right: 2em;
	cursor: pointer;
	z-index: 99999999999;
	display: block;
	width: 24px;
	height: 24px;
}
.home .menu-div span {
	background-color: white;
}
.menu-div span {
	width: 24px;
	height: 2px;
	position: absolute;
	left: 0;
	background: #6D6D6C;
}
.menu-div span:first-child {
	top: 0
}
.menu-div span:nth-child(2) {
	top: 8px;
}
.menu-div span:last-child {
	top: 16px;
}
.menu-div:hover {
	cursor: pointer;
}
.menu-div:hover span {
	background: #273582;
}
.menu-over.open {
	-webkit-transform: translateX(0) !important;
	-ms-transform: translateX(0) !important;
	transform: translateX(0) !important
}
.menu-div.open span {
	background: white;
}
.menu-over {
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: #6D6D6C;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	z-index: 9999998;
	padding: 2em;
	overflow: visible;
}
.menu-over ul {
	width: 100%;
	margin:0;
	padding:0;
}
.menu-over li {
	text-align: center;
	list-style: none;
	float: none;
}
.menu-over a {
	font-family: 'aesthet-nova-medium';
	display: block;
	font-size: 2em;
	color: #FFFFFF;
	padding: 0;
	text-align: center;
}
.menu-over a:hover {
	color: #273582;
	text-decoration: none;
}
.menu-over .close {
	position: absolute;
	cursor: pointer;
	display: block;
	width: 30px;
	top: 30px;
	right: 30px;
	line-height: 1
}
.menu-main-container {
	display: table-cell;
	vertical-align: middle;
}
.mobile-navigation {
	display: table;
	width: 100%;
	height: 100%;
}
.mobile-navigation .menu-general-container {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*, *: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;
}
body {
	background: #fff;/* Fallback for when there is no custom background color defined. */
	overflow: hidden;
}
#page {
	position: relative;
	word-wrap: break-word;
}
.wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	padding-left: 2em;
	padding-right: 2em;
}
.wrap:after {
	clear: both;
	content: "";
	display: block;
}
.entry-content .wrap {
	padding-top:3em;
	background-color: #FFFFFF;
}
.wrap.wrap-full{
	max-width:100%;
}
.flex-container {
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: start;
}
.flex-child {
	flex: 1;
	position: relative;
	width: 100%;
}
.entry-content .flex-child:first-child{
	max-width:600px;	
}
.flex-container.flex-entidades{
	display: inline-flex;
    font-size: 0.6em;
    padding: 10em 0 0 0;
}
.flex-container.flex-entidades a{
	color:#6D6D6C;	
}
.flex-container.flex-entidades a:hover{
	text-decoration:none;	
}
.flex-container.flex-entidades .flex-child{
	white-space:nowrap;	
	padding-right:3em;
}
.entry-content > p {
	margin: 0;
	padding: 0;
}
/*--------------------------------------------------------------
13.1 Header
--------------------------------------------------------------*/
.site-header {
	position: absolute;
	top: 5em;
	left: 0;
	width: 100%;
	z-index: 4;
	opacity: 0;
}
.site-header.loaded {
	opacity: 1;
}
.site-header.closing {
	opacity: 0;
}
.site-header .wrap {
	position: relative;
	max-width: 960px;
}

/* For browsers that support 'object-fit' */
@supports ( object-fit: cover ) {
 .has-header-image .custom-header-media img, .has-header-video .custom-header-media video, .has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media img {
 height: 100%;
 left: 0;
 -o-object-fit: cover;
 object-fit: cover;
 top: 0;
 -ms-transform: none;
 -moz-transform: none;
 -webkit-transform: none;
 transform: none;
 width: 100%;
}
}
/*--------------------------------------------------------------
13.2 Front Page
--------------------------------------------------------------*/
.home article {
	padding-top: 0;
	padding-bottom: 0;
}
.home .entry-header {
	padding: 0 2em;
	text-align: center;
}
.home article h1, .home article h2 {
	color: #FFFFFF;
	line-height: 1;
	margin: 0;
	padding: 0;
}
.home article h1 {
	font-size: 12vw;
}
.home article span {
	display: block;
    font-size: 50vw;
    margin-top: -5vw;
    font-variant-numeric: tabular-nums;
    letter-spacing: -10px;
    margin-left: -10px;
}
.home article h2 {
	font-size: 4.2vw;
}
/*--------------------------------------------------------------
13.3 Regular Content
--------------------------------------------------------------*/

.site-content-contain {
	position: relative;
}
.site-content {
	padding: 0;
	height: 100vh;
}
article {
	padding-top: 10em;
	padding-bottom: 10em;
	
	opacity: 0;
	transform: translate3d(0, 50%, 0);
}
.home article{
	min-height: 100vh;
}
article.loaded {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}
article.closing {
	opacity: 0;
	transform: translate3d(0, -50%, 0);
}
.entry-header {
	position: relative;
	z-index: 1;
}
.entry-content {
	position: relative;
	z-index: 1;
}
/*--------------------------------------------------------------
13.4 LEGAL
--------------------------------------------------------------*/
.page-template-legal .wrap{
		max-width:960px;
		margin:0 auto !important;
		padding:2em;
}
/*--------------------------------------------------------------
13.5 Pages
--------------------------------------------------------------*/

.page-header {
}
/* 404 page */
.error404 .page-content {
}
.error404 .page-content .search-form, .search .page-content .search-form {
}
.page-contacto h1, .page-contacto h2{
	font-size:1.75em;	
	padding:0;
}
/*--------------------------------------------------------------
13.6 Footer
--------------------------------------------------------------*/
.site-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #FFFFFF;
	color: #273582;
	padding: 0.5em;
	text-align: center;
}
.site-footer .flex-child{
	padding:0.15em 0;
}
.site-footer .flex-child:first-child{
	font-family: 'aesthet-nova-medium';
	font-weight: normal;
	font-size: 0.831em;
	
}
.site-footer .flex-child:last-child{
	font-size: 0.731em;
}
.site-footer .flex-container{
	flex-direction:column;	
}
.site-footer a{
	white-space:nowrap;
}
/*--------------------------------------------------------------
15.0 Widgets
--------------------------------------------------------------*/

.wrapper {
	position: absolute;
	width: 100%;
	background-color: #ebeced;
	display: flex;
	align-items: center;
	overflow: hidden;
	padding: 0.25em 0;
	z-index: 1;
	transform: translate3d(0, -110%, 0);
	opacity: 0;
}
.wrapper.loaded {
	transform: translate3d(0, 0, 0);
	opacity: 1;
}
.wrapper.closing {
	transform: translate3d(0, -110%, 0);
	opacity: 0;
}
.box {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	position: relative;
	color: #273582;
	font-family: 'aesthet-nova-medium';
	font-size: 1.118em;
	font-weight: normal;
	cursor: pointer;
	padding: 0 3em;
	white-space: nowrap;
}
.home .wrapper {
	background-color: #ffffff;
}
.home .box {
	color: #6D6D6C;
}
/*--------------------------------------------------------------
16.0 Media
--------------------------------------------------------------*/

img, video {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
img.alignleft, img.alignright {
	float: none;
	margin: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
	margin-bottom: 0;
	max-width: 100%;
}
/* SVG Icons base styles */
.icon {
	display: inline-block;
	fill: currentColor;
	height: 1em;
	position: relative; /* Align more nicely with capital letters */
	top: -0.0625em;
	vertical-align: middle;
	width: 1em;
}
.post-thumbnail {
	position:relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.post-thumbnail:after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:rgba(0,0,0,0.22);	
}
.post-thumbnail-full {
	width: 100vw;
	height: 100vh;
}
.centering-container {
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity:0;
}
.centering-content {
	display: table-cell;
	vertical-align: middle;
}
.main-carousel {
	width: 100vw;
	height: 35vh;
	overflow: hidden;
}
.main-carousel .carousel-cell {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	overflow: hidden;
}
.main-carousel .carousel-cell img {
	height: 100%;
	width: 100%;
	object-fit: cover; /* Ensures the full image is visible */
}
.main-carousel .flickity-button svg {
	display: none
}
.main-carousel .flickity-prev-next-button {
	width: 3.4em;
	height: 3.4em;
	background-color: transparent;
	border: 2px solid #fff;
	padding: .5em;
	font-size: 1em;
	color: #fff;
	-webkit-transition: background 1s;
	transition: background 1s
}
.main-carousel .flickity-prev-next-button.previous:before, .main-carousel .flickity-prev-next-button.next:before {
	font-family: fontAwesome;
	font-size: 1.35em
}
.main-carousel .flickity-prev-next-button.previous:before {
	content: '\f060'
}
.main-carousel .flickity-prev-next-button.next:before {
	content: '\f061'
}
.main-carousel .flickity-prev-next-button.previous {
	left: 1em
}
.main-carousel .flickity-prev-next-button.next {
	right: 1em
}
.full-carousel{
	position:absolute !important;
	top:0;
	left:0;
	width:100vw;
	height:100vh;
	overflow:hidden;
	pointer-events:none;	
}
.full-carousel:after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background-color:rgba(0,0,0,0.25);	
}
.full-carousel .carousel-cell {
	width:100%;
	height: 100%;
	overflow: hidden;
}
.full-carousel .carousel-cell img {
	height: 100%;
	width: 100%;
	object-fit: cover; /* Ensures the full image is visible */
}
.flickity-button:disabled {
	opacity: 0 !important;
}
.next-container {
	position: relative;
	width: 100%;
	text-align: center;
	padding-top: 2em;
}
.next-page-button {
	position: relative;
	
	color: #6D6D6C;
	line-height: 1;
}
.next-page-button:after {
	content: '\f107';
	font-family: fontAwesome;
	font-size: 2.2em;
}
.next-page-text{
	overflow:hidden;
}
.next-page-text span{
	display:inline-block;
	transform:translate3d(0,100%,0);
}
.next-page-text.show span{
	transform:translate3d(0,0,0);
}
.home .next-container {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: auto;
	transform: translate3d(-50%, 0, 0);
	padding-bottom: 7em;
	z-index: 1;
}
.home .next-page-button {
	color: white;
}
.next-page-button:hover {
	text-decoration: none;
}
.carousel-container {
	position: relative;
	overflow: hidden;
}
.home .carousel-container{
	position:absolute;
	top:0;
	left:0;
	width:100vw;
	height:100vh;
}
.carousel-number {
	position: absolute;
	bottom: 0;
	line-height: 1;
	display: block;
	font-family: 'aesthet-nova-medium';
	font-weight: normal;
	font-size: 21vw;
	margin-top: -2vw;
	color: white;
	z-index: 1;
	width: 100%;
	text-align: center;
	pointer-events: none;
	transform: translate3d(0, 25%, 0);
}
.carousel-container {
	opacity: 0;
}
.carousel-container.loaded {
	opacity: 1;
}
.carousel-container.loaded .centering-container{
	opacity:1;	
}
#map-canvas {
	position: relative;
	padding: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50vh;
}
/*--------------------------------------------------------------
16.1 Galleries
--------------------------------------------------------------*/
article, .carousel-container, .wrapper, .site-header, .menu-over {
	-webkit-transition: all 1s ease .25s;
	-moz-transition: all 1s ease .25s;
	transition: all 1s ease .25s;
}
.menu-div span, .next-page-text span {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.directions-button, .directions-button-home, .directions-contact{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: background-color 0.5s ease;
}
.centering-container{
	-webkit-transition: all 1s ease .25s;
	-moz-transition: all 1s ease .25s;
	transition: all 1s ease 1s;
}
/*--------------------------------------------------------------
18.0 SVGs Fallbacks
--------------------------------------------------------------*/
/*--------------------------------------------------------------
19.0 Media Queries
--------------------------------------------------------------*/
@media screen and (min-width: 20em) {
}
@media screen and (min-width: 30em) {
}
@media screen and (min-width: 48em) {
}
@media screen and ( min-width: 67em ) {
.menu-div {
	display: none;
}
.main-navigation {
	display: block;
}
.wrap {
	padding-left: 4em;
	padding-right: 4em;
}
.flex-container {
	flex-direction: row;
}
.flex-container > * + * {
	margin-left: 2em;
}
.flex-container.flex-map {
	align-items: stretch;
}
.flex-container.flex-map .map-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
}
.flex-container.flex-map #map-canvas {
	position: absolute !important;
	height: 100%;
}
h1 {
	font-size: 3em;
}
h2 {
	font-size: 1.75em;
}
h3 {
	font-size: 1.5em;
}
.page-contacto h1, .page-contacto h2{
	font-size:2.5em;
}
.box {
	font-size: 1.318em;
}
.site-footer {
	font-size: 1.118em;
}
.home article h1 {
	font-size: 5vw;
}
.home article span {
	display: block;
	font-size: 21vw;
	margin-top: -2vw;
}
.home article h2 {
	font-size: 1.7vw;
}
.main-carousel {
	height: 25vw;
}
.directions-button, .directions-button-home{
    display: block;
}
}
@media screen and ( min-width: 79em ) {
}
/*--------------------------------------------------------------
20.0 Print
--------------------------------------------------------------*/
@media print {
}
