/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea {
	color: #3D3935;
	font-family: 'Lato';
	text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
	font-family: 'Cormorant Garamond', Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
	letter-spacing: 0.085em;
	line-height: 1.25; 
	font-weight: 400;
	text-transform: uppercase;
	font-size: 1.143em;
	margin-top: 1em;
	margin-bottom: 2.1rem;
}


h1,
.h1 {
	text-align: center;
	color: #837867;
 }

h3,
.h3,
h4,
.h4 {
	color: #837867;
}

.heading-h1 {
	font-size: 1.912em;
}

.heading-h2 {
   font-size: 1.616em;
}

.heading-h3 {
	font-size: 1.471em;
}

.heading-h4 {
	font-size: 1.3em;
}

.heading-h5 {
	font-size: 1.243em;
}

::-moz-selection { color: #000; background: #f8d7da;}
::selection { color: #000; background: #d7c4b7; }

.divider:after {
	content: '';
	margin: 1em auto 0 auto;
	width: 109px;
	height: 30px;
	display: block;
	background: url(../imgs/divider.svg) center no-repeat;
	opacity: .5;
}

.theme-bg-dark h1:after,
.theme-bg-dark .h1:after,
.theme-bg-dark.divider:after {
	background: url(../imgs/divider-white.svg) center no-repeat;
}


.divider {
	margin-bottom: 1rem;
	text-align: center;
}

.gcamelia-icon {
	background: url(../imgs/pcamelia-icon2.svg) center no-repeat;
	width: 100px;
	height: 100px;
	display: block;
	margin: auto;
	background-size: cover;
	-webkit-filter: brightness(100);
	filter: brightness(100);
}

h1.overtitle:after {
	content: none;
}

h6,
.h6,
.overtitle {
	font-size: 0.875em;
	text-transform: uppercase;
	letter-spacing: .15em;
	color: #837867;
	margin-bottom: 1rem;
	font-family: 'Cormorant Garamond', Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
}

.lead {
	color: #837867;
	font-size: 1.143em;
	font-family: 'Cormorant Garamond', Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
}

.lead2 {
	font-size: 1.143em;
	color: #837867;
	font-family: 'Cormorant Garamond', Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
}

.lead3 {
   color: #837867;
   font-family: 'Cormorant Garamond',Constantia,"Lucida Bright",Lucidabright,"Lucida Serif",Lucida,"DejaVu Serif","Bitstream Vera Serif","Liberation Serif",Georgia,serif;
   font-style: italic;
   font-size: 1.143em;
   padding: 1.75rem 0;
   line-height: 1.55;
   font-weight: bold;
   max-width: 50rem;
   text-align: center;
   margin: auto;
}

.theme-bg-brown h3,
.theme-bg-brown .h3,
.theme-bg-brown h4,
.theme-bg-brown .h4,
.theme-bg-brown h6,
.theme-bg-brown .h6,
.theme-bg-brown .lead,
.theme-bg-brown .lead2,
.theme-bg-brown .lead3{
   color: #f3e7da;
}

.theme-bg-dark .lead2,
.theme-bg-dark .lead3{
   color: #d7c4b7;
}

.cursive {
	font-family: 'Cormorant Garamond', Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
	text-transform: inherit;
	line-height: 1;
	letter-spacing: 0;
}

.italic {
	font-style: italic;
}


/* form ajax loader
	========================================================================== */

	.is-active.ajax-loader {
		position: fixed;
		top: 50%;
		left: 50%;
		width: 64px;
		height: 64px;
		z-index: 30;
		pointer-events: none;
	}

	.is-active.ajax-loader:before {
		width: 100vw;
		content: '';
		pointer-events: none;
		height: 100vh;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		position: fixed;
		background: rgba(255, 255, 255, 0.75);
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}


	.input-group .wpcf7-url {
		border: none;
		max-width: 100%;
		height: 48px;
		line-height: 48px;
		outline: none;
		background: transparent;
		display: block;
		width: 100%;
	}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	scroll-behavior: smooth;
	font-size: 16px;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #fff;
	font-size: 14px;
	line-height: 1.9;
}

hr {
	background-color: #d7c4b7;
	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: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

figure {
	margin: 1em 0;
}

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

.overflow::-webkit-scrollbar {
	width: 0px;
	height: 0px;
}

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

/* Text meant only for screen readers. */
.screen-reader-text, .screen-reader-response {
   border: 0;
   clip: rect(1px, 1px, 1px, 1px);
   -webkit-clip-path: inset(50%);
           clip-path: inset(50%);
   height: 1px;
   margin: -1px;
   overflow: hidden;
   padding: 0;
   position: absolute !important;
   width: 1px;
   word-wrap: normal !important;
   /* Many screen reader and browser combinations announce broken words as they would appear visually. */
 }
 
 .screen-reader-text:focus {
   background-color: #f1f1f1;
   border-radius: 3px;
   -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
           box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
   clip: auto !important;
   -webkit-clip-path: none;
           clip-path: none;
   color: #21759b;
   display: block;
   font-size: 14px;
   font-size: 0.875rem;
   font-weight: bold;
   height: auto;
   left: 5px;
   line-height: normal;
   padding: 15px 23px 14px;
   text-decoration: none;
   top: 5px;
   width: auto;
   z-index: 100000;
   /* Above WP toolbar. */
 }

#breadcrumbs {
	font-size: 11px;
	line-height: 1.2;
	letter-spacing: .2px;
	text-transform: uppercase;
	opacity: .7;
	max-width: 400px;
    white-space: nowrap;
    overflow: hidden;
	text-overflow: ellipsis;
	margin: auto;
}
#breadcrumbs .sep {
	padding: 0 .5rem;
}


/*--------------------------------------------------------------
# backgrounds
--------------------------------------------------------------*/

.theme-bg-white {
	background-color: #fff;
}

.theme-bg-light,.theme-bg-lighter {
	background-color: #fbf8f3;
}

.site-hero-half{
   background-color: #fff;
   border-top:1px solid rgba(145, 157, 157, .25)
}

.theme-bg-medium {
	background-color: #f3e7da;
	color:#837867;
}


.theme-bg-dark {
	background-color: #2d292d;
	color: #fff;
}
.theme-bg-brown {
	background-color: #837867;
	color: #fff;
}
.theme-bg-pink {
	background-color: #d7c4b7;
}

.theme-bg-dark cite,
.theme-bg-dark .lead,
.theme-bg-dark h2,
.theme-bg-dark .h2,
.theme-bg-dark h3,
.theme-bg-dark .h3,
.theme-bg-dark h4,
.theme-bg-dark .h4,
.theme-bg-dark h5,
.theme-bg-dark .h5 {
	color: #fff;
}

.theme-bg-camelia {
	position: relative;
	overflow: hidden;
}

.theme-bg-camelia-top {
	padding-top: 85px;
}

.theme-bg-camelia-repeat:before{
   content:'';
   background-image: url(../imgs/camelia-repeat.png);
   background-repeat: repeat; 
   background-position: center;
   background-size: 30px;
   opacity: .2;
   top: 0;
   bottom: 0;
   right: 0;
   left: 0;
   position: absolute;
}

.color-light{
	color:#fbf8f3
}

.d-none{
   display: none ! important;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/


button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: rgba(124, 118, 106, 0.7);
}

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: rgba(124, 118, 106, 0.7);
}

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: #3D3935;
	border: 1px solid rgba(124, 118, 106, 0.7);
	border-radius: 0;
	height: 45px;
	line-height: 45px;
	padding-left: .85rem;
	padding-right: .85rem;
	font-size: .85em;
	resize: none;
}

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: #3D3935;
}

select,
select.form-control {
	border: 1px solid rgba(124, 118, 106, 0.7);
	border-radius: 0;
	height: 45px;
	font-size: .85em;
	padding-left: .85rem;
	padding-right: .85rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.form-select {
	position: relative;
}

.form-select::after {
	content: '';
	position: absolute;
	z-index: 1;
	right: 10px;
	bottom: 10px;
	display: block;
	width: 26px;
	height: 26px;
	background: url(../imgs/arrow_down.svg) no-repeat center center;
	pointer-events: none;
}


textarea,
textarea.form-control {
	width: 100%;
	border: 1px solid rgba(124, 118, 106, 0.7);
	font-size: .85em;
	padding-left: .85rem;
	padding-right: .85rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
}

.form-group label>small {
	color: rgba(124, 118, 106, 0.7);
	font-style: italic
}

.site-modal .form-group label>small, .site-modal .wpcf7-acceptance a{
	color: #f2f2f2;
   opacity: .65;
}

/*.form-group label {}*/

.form-check{
	font-size: .85em;
}

.form-control.wpcf7-not-valid, .wpcf7-email.wpcf7-not-valid {
   background-color: #f5c6cb;
}
.site-modal .wpcf7-not-valid-tip{
   background:#DA291C;
   color:#fff;
   font-size: .85rem;
   padding: 3px 5px;
   display: inline-block;
   margin-top: 5px
}

.ajax-loader.active{
   background-image: url(../imgs/loader.svg);
   background-size: cover;
   width:40px;
   height:40px;
   display: inline-block;
   margin-left:15px;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #837867;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

a:focus {
	outline: 0;
}

a:hover{
	outline: 0;
	color: #d7c4b7;
}

/*--------------------------------------------------------------
## buttons
--------------------------------------------------------------*/

.btn {
	letter-spacing: .08em;
	border-radius: 0;
	padding: 1.1em 1em;
	font-size: .85em;
	text-transform: uppercase;
	line-height: 1;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

/*button.btn {}*/

.theme-btn-dark {
	color: #fff;
	border: none;
	background: #3D3935;
}

.theme-btn-dark:hover,
.theme-btn-dark:focus,
.theme-btn-dark:active {
	background: #d7c4b7;
	color: #fff;
}

.btn.theme-btn-dark:visited {
	color: #fff;
}

.theme-btn-primary {
	color: #fff;
	border: none;
	background: #837867;
}

.theme-btn-primary:hover {
	background-color: #d7c4b7;
	color: #fff;
}

.theme-btn-medium {
	color: #fff;
	background: #d7c4b7;
}
.theme-btn-medium:hover {
	color: #fff;
	background: #837867;
}

/*
## pagination nav
========================================================================== */

.nav-links  {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
       flex-wrap: wrap;
   margin:2rem auto;
}

a.page-numbers, span.page-numbers {
   padding: .5rem .75rem;
   line-height: 1;
   color: #d7c4b7;
   text-decoration: none;
   -webkit-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
   font-family: 'Cormorant Garamond', Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
   -ms-flex-item-align: center;
       align-self: center
}

.page-numbers.current, 
.page-numbers:hover {
   color: #837867;
}

.page-numbers .arrow{
   background-size: 24px;
   background-position: center;
   height: 2.5rem;
   width: 2.5rem;
   display: block;
   padding: .5rem .75rem;
   line-height: 1;
}

.page-numbers .NextBtn .arrow {
   background: url(../imgs/arrow_back.svg) center no-repeat;
}
.page-numbers .PrevBtn .arrow {
   background: url(../imgs/arrow_forward.svg) center no-repeat;
}



/*--------------------------------------------------------------
## hamburger toogle
--------------------------------------------------------------*/

.toggle {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-transform: uppercase;
	line-height: 1;
	font-size: 14px;
	text-align: right;
	letter-spacing: 1px;
	width: 80px;
	height: 38px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}


.toggle:hover {
	color: #d7c4b7;
}

.toggle-container {
	width: 22px;
	height: 14px;
	position: relative;
	margin-left: 3px;
	margin-top: -4px;
}

#hamburguer span {
	background: #d7c4b7;
	width: 22px;
	height: 2px;
	display: block;
	-webkit-transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
	transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
	position: absolute;
	left: 0;
}

.home .noScroll {
	color: #fff;
}

.home .noScroll #hamburguer span {
	background: #fff;
}

.home.menuOpen .noScroll {
	color: #3D3935;
}

.home.menuOpen .noScroll #hamburguer span {
	background: #d7c4b7;
}


.line-center {
	top: 0
}

.line-center {
	top: 50%
}

.line-bottom {
	top: 100%
}

.menuOpen #hamburguer .line-top {
	-webkit-transform: translateY(7px) translateX(0) rotate(45deg);
	transform: translateY(7px) translateX(0) rotate(45deg);
}

.menuOpen #hamburguer .line-center {
	opacity: 0;
}

.menuOpen #hamburguer .line-bottom {
	-webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
	transform: translateY(-7px) translateX(0) rotate(-45deg);
}

.home .noScroll.site-header {
   background-color:transparent
}
.menuOpen .site-header, .site-header {
	background-color: #fff;
}

.site-header .btnForm,
.site-header .menu-langSelector{
   display: none;
}

.menu-langSelector {
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: inline-block;
	margin: 0;
	padding: 0;
	line-height: 1;
	margin-right: 10px;
}

.menu-langSelector li {
	float: left;
	list-style: none;
}

.menu-langSelector a {
	height: 38px;
	width: 38px;
	text-align: center;
	padding: 0 5px;
	line-height: 38px;
	color: #3D3935;
	border: none;
	display: inline-block;
}

.menu-langSelector li+li:before {
	content: "/";
}

.home .noScroll .menu-langSelector,
.home .noScroll .menu-langSelector a {
	color: #fff;
}

.home.menuOpen .noScroll .menu-langSelector,
.home.menuOpen .noScroll .menu-langSelector a {
	color: #3D3935;
}

.current-lang a,
.menu-langSelector a:hover {
	color: #d7c4b7 !important;
	text-decoration: none;
}


/*--------------------------------------------------------------
## mobile menu
--------------------------------------------------------------*/

.menuContainer {
	position: fixed;
	z-index: 2;
}

.menuContainer:before,
.menuContainer:after {
	content: "";
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: rgba(239, 229, 218, 0.25);
	z-index: -1;
	-webkit-transition: opacity ease-in-out 500ms, -webkit-transform cubic-bezier(.55, .03, .45, .97) 400ms;
	transition: opacity ease-in-out 500ms, -webkit-transform cubic-bezier(.55, .03, .45, .97) 400ms;
	transition: opacity ease-in-out 500ms, transform cubic-bezier(.55, .03, .45, .97) 400ms;
	transition: opacity ease-in-out 500ms, transform cubic-bezier(.55, .03, .45, .97) 400ms, -webkit-transform cubic-bezier(.55, .03, .45, .97) 400ms;
	-webkit-transform: translateX(0%) translateY(-103%);
	transform: translateX(0%) translateY(-103%);
	opacity: 0;
	will-change: transform, opacity;
}

.menuContainer:after {
	background: rgba(255, 255, 255, 1);
}



.menuContainer-content {
	position: fixed;
	top: 0;
	-webkit-transform: translate(0%, -100%);
	transform: translate(0%, -100%);
	width: 100%;
	height: 100vh;
	border-top: 70px solid #fbf8f3;

	text-align: center;
	font-size: calc(1.25rem + ((1vw - 3.2px) * 0.5));
	font-weight: 200;
	cursor: pointer;
	background-color: #fbf8f3;
	-webkit-transition: opacity cubic-bezier(.55, .03, .45, .97) 500ms, -webkit-transform 400ms cubic-bezier(.55, .03, .45, .97);
	transition: opacity cubic-bezier(.55, .03, .45, .97) 500ms, -webkit-transform 400ms cubic-bezier(.55, .03, .45, .97);
	transition: opacity cubic-bezier(.55, .03, .45, .97) 500ms, transform 400ms cubic-bezier(.55, .03, .45, .97);
	transition: opacity cubic-bezier(.55, .03, .45, .97) 500ms, transform 400ms cubic-bezier(.55, .03, .45, .97), -webkit-transform 400ms cubic-bezier(.55, .03, .45, .97);
	will-change: transform, opacity;
	opacity: 0;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 20px;
	padding-bottom: 20px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.menuContainer-inner {
	overflow-x: hidden;
	width: 100%;
	height: 100%;
	/*overflow-y: scroll;
	position: relative;
	-webkit-overflow-scrolling: touch;*/
}

.menuContainer-content .text-left {
	font-size: 1rem;
}

.menuContainer-content .text-left a {
	text-decoration: none;
	border-color: transparent;
	color: #3D3935;
}

.menuContainer-content .text-left a.hover {
	border-color: #d7c4b7;
	color: #d7c4b7;
	font-weight: bold;
}

.menuContainer-content .text-left a.hover:hover {
	border-color: #d7c4b7;
	color: #d7c4b7;
}

.linkMapa{
	font-weight: bold;
}

.menuContainer-content .text-left .site-social a {
	color: #fbf8f3;
}

.menuContainer-content .text-left .site-social ul {
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left
}

.os-host-scrollbar-vertical-hidden {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.vhbig .os-host-scrollbar-vertical-hidden .os-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.limited-handles>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle {
	max-width: 50%;
	min-width: 30px;
}

.limited-handles>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle {
	max-height: 50%;
	min-height: 30px;
	border-radius: 0px;
	width: 3px;
}


.menuOpen .menuContainer {
	visibility: visible;
	z-index: 98;
}


.menuOpen .menuContainer:after {
	-webkit-transform: translateX(0%) translateY(0%);
	transform: translateX(0%) translateY(0%);
	opacity: 1;
}




.menuOpen .menuContainer-content {
	opacity: 1;
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}



.mobileNav ul {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: left;
}

/*.mobileNav li {}*/

.mobileNav a {
	display: block;
	padding: 0.15em 0;
	text-decoration: none;
	width: 100%;
	border: none;
	color: #211915;
	font-family: 'Cormorant Garamond', Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;

}


.mobileNav a:visited {
	color: #211915;
}

.mobileNav a:hover {
	color: #d7c4b7;
}

.menu-item-has-children {
	position: relative;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.menu-item-has-children>a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;

}

.mobileNav .sub-menu {
	margin-left: 22.5px;
	list-style: none;
	overflow: hidden;
	padding-left: 7.5px;
	font-size: calc(1.25rem + ((1vw - 3.2px) * 0.5));
	position: relative;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	z-index: 1;
	display: none;

}

.show .sub-menu {
	display: block
}

.menu-item-has-children>a {
	position: relative;
	-webkit-transition: -webkit-transform .15s ease-in-out;
	transition: -webkit-transform .15s ease-in-out;
	transition: transform .15s ease-in-out;
	transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out;
}

.menu-item-has-children>a::after {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: inherit;
	content: '';
	position: absolute;
	bottom: 50%;
	margin-bottom: -12px;
	width: 24px;
	height: 24px;
	-webkit-transition: -webkit-transform .15s ease-in-out;
	transition: -webkit-transform .15s ease-in-out;
	transition: transform .15s ease-in-out;
	transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out;
	background: #211915;
	right: 0;
	background: url(../imgs/arrow_down.svg) center no-repeat;
}


.show.menu-item-has-children>a::after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	opacity: .7;
}

/*--------------------------------------------------------------
# Modules
--------------------------------------------------------------*/

.site-block {
	padding-bottom: 1rem;
}

#progressOverlay {
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 888888;
}

.progress {
	z-index: 888888888;
	position: absolute;
	margin: 20px auto;
	width: 200px;
	height: 2px;
}

.progress>svg {
	height: 100%;
	display: block;

}

.themeloaded #progressOverlay {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 1s ease-out;
	transition: all 1s ease-out;
	z-index: 0;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {

	position: fixed;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1499;
	padding: 0px 15px;
	-webkit-transition: height .2s cubic-bezier(.73, .01, .36, .99), background .2s cubic-bezier(.73, .01, .36, .99);
	transition: height .2s cubic-bezier(.73, .01, .36, .99), background .2s cubic-bezier(.73, .01, .36, .99);
}

.onScroll {
	-webkit-box-shadow: 0 1px 6px 0 rgba(239, 229, 218, 0.38);
	box-shadow: 0 1px 6px 0 rgba(239, 229, 218, 0.38);
	background: #fff;
}

.site-logo {
	padding: 5px;
	display: inline-block;
	position: relative;
	z-index: 888;
}

.site-logo a {
	margin: auto;
	border: none;
}

.site-logo span {
	display: none;
}

.logo {
	width: 150px;
	border: none;
	-webkit-transition: .1s width cubic-bezier(.73, .01, .36, .99), .1s opacity cubic-bezier(.73, .01, .36, .99);
	transition: .1s width cubic-bezier(.73, .01, .36, .99), .1s opacity cubic-bezier(.73, .01, .36, .99);
	will-change: width;
}

.logoWhite {
	position: absolute;
	left: 0;
	top: 0;
	padding: 5px;
	opacity: 0;
}
.logoColor {
	opacity: 1;
}
.home .logoColor {
	opacity: 0;
}

.home .logoWhite,
.onScroll .logoColor,
.menuOpen .logoColor {
	opacity: 1;
}


.onScroll .logoWhite,
.menuOpen .logoWhite {
	opacity: 0;
}

.col-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	z-index: 1;
}


.col-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 1;
}


.btnForm {
	text-transform: uppercase;
	letter-spacing: 1px;
	outline: none;
	border: none;
	padding: 0;
	display: inline-block;
	white-space: nowrap;
	background: #837867;
	color: #fff;
	padding: 12px;
	margin-right: 10px;
}

.btnForm:hover {
	color: #fff;
	background: #d7c4b7
}


.col-left .menu-langSelector {
	display: none;
}

.col-center {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}



/*--------------------------------------------------------------
## Hero
--------------------------------------------------------------*/

.site-hero {
	background: #fff;
	overflow: hidden;
}

.site-hero-content {
	background: #fbf8f3;
	width: 100vw;
	height: 0;
	padding-top: 56.25%;
	height: calc(50vh - 80px);
	will-change: height;

	position: relative;
	overflow: hidden;
}

.home .site-hero-content {
   height:100vh;
}

.site-hero-half .col-12:first-child {

	overflow: hidden;
}

.site-hero-img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	overflow: hidden;
}
.site-hero-cover{
   background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
   left: 0;
   -webkit-transition: all .5s cubic-bezier(.55, .03, .45, .97);
   transition: all .5s cubic-bezier(.55, .03, .45, .97);
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both;
   -webkit-transform: scale(1);
           transform: scale(1);
}

.active .site-hero-cover{
   -webkit-animation: zoomThis 4.5s ease-in-out;
           animation: zoomThis 4.5s ease-in-out;
}
 
 @-webkit-keyframes zoomThis {
   from {
     opacity: 0;
     -webkit-transform: scale3d(1.06, 1.06, 1.06);
     transform: scale3d(1.06, 1.06, 1.06);
   }
 
   5% {
     opacity: 1;
   }
 }
 
 @keyframes zoomThis {
   from {
     opacity: 0;
     -webkit-transform: scale3d(1.06, 1.06, 1.06);
     transform: scale3d(1.06, 1.06, 1.06);
   }
 
   5% {
     opacity: 1;
   }
 }


.site-hero-small {
	margin-top: 70px;
	margin-bottom: 0px;
	padding: 20px 0 0px 0;
	text-align: center;
	position: relative;
	background: transparent !important
}

.site-hero-small:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.site-hero-small h1{
   margin-top: 0
}

.hasimg:before {
	height: 60%;
}

.site-hero-small.theme-bg-light:before {
	background-color: #fbf8f3;
}

.site-hero-small.theme-bg-medium:before {
	background-color: #fbf8f3
}

.site-hero-small.theme-bg-dark:before {
	background-color: #d7c4b7;
	color: #fff;
}


.site-hero-small figure {
	padding-top: 53%;
	overflow: hidden;
	position: relative;
	margin: 20px 0 0 0;
}

.site-hero-small img {
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}


.icon-arrows::after,
.icon-arrows::before {
	content: '';
}

.icon-arrows span,
.icon-arrows::after,
.icon-arrows::before {
	display: block;
	width: 1px;
	height: 0.315em;
	background: white;
	margin: auto;
	-webkit-animation: mouse-scroll 1.8s infinite;
	animation: mouse-scroll 1.8s infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}

.icon-arrows::before {
	margin-top: 0.315em;
	-webkit-animation-delay: .1s;
	animation-delay: .1s;
}


.icon-arrows::after {
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}

.site-pageHeader{
	overflow: hidden;
    background: #f2e7db;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
	z-index: 1;
	margin-top: 70px;
}

.site-pageHeader > img {
    width: 100%;
    max-height: 650px;
	object-fit: cover;
	min-height: 1px;
	transition: opacity .4s,-webkit-transform 1s;
    transition: transform 1s,opacity .4s;
    transition: transform 1s,opacity .4s,-webkit-transform 1s;
    opacity: 0;
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    will-change: transform;
}

.site-pageHeader > img.lazyloaded {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
@media only screen and (max-width: 600px){
	.site-pageHeader > img {
		height: 200px;
	}
}
@media only screen and (max-height: 900px){
	.site-pageHeader > img {
		max-height: 500px;
	}
}

/*--------------------------------------------------------------
## featured services
--------------------------------------------------------------*/

.featServices {
	padding: 2rem 0;	
}

.featServices .col-12{
	margin-bottom: 28px;	
}

.featService {	
	display: block;
	overflow: hidden;
	text-align: center;
	margin: 0 1rem 24px 1rem;
	text-decoration: none !important;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	height: 100%;
	justify-content: center;
	max-width: 420px;
}

.featServices figure {
	margin: 2px 0;
}

.featServices img {
	width: 100%
}

.featService-wrapper {
	display: block;
	background-size: cover;
	background-position: center;
	position: relative;
	width: 100%;
}

.featService-wrapper:before {
	content: '';
	padding-bottom: 135%;
	display: block;
}

.featService-top{
	width: 100%;
}

.featService-wrapper:after {
	content: '';
	width: 1px;
	height: 24px;
	position: absolute;
	background: rgba(124, 118, 106, 0.7);
	z-index: 1;
	bottom: 0;
	will-change: height;
	-webkit-transition: height 1s cubic-bezier(.73, .01, .36, .99);
	transition: height 1s cubic-bezier(.73, .01, .36, .99);
	left: 0;
	right: 0;
	margin: auto;
}

.featService-overlay {
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	margin: 20px;
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(239, 229, 218, 0.9);
	opacity: 0;
	-webkit-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	font-family: 'Cormorant Garamond', Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
}

.featService:hover .featService-overlay {
	opacity: 1;
}

.featService:hover .featService-wrapper:after {
	height: 44px;
}


.featService-text {
	-webkit-transform: translateY(-40px);
	transform: translateY(-40px);
	-webkit-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
	width: 100%;
	color: #7c766a !important;
}

.featService:hover .featService-text {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);

}

a.featService:hover .h4 {
	color: #d7c4b7
}

.featService-footer:before {
	content: '';
	width: 1px;
	height: 24px;
	display: block;
	margin: auto auto 1em auto;
	background: rgba(124, 118, 106, 0.7);
}

.featService-footer {
	color: #211915;
}

.featService-footer .overtitle {
	margin-bottom: .85rem;
	display: block;
}

.featService-footer h2 {
	color: #837867;
	margin-bottom: 1em;
}

.featService-footer p {
	margin-bottom: 3px;
}

.featService .btn {
	color: #fff;
    background: #837867;
}

.featService:hover .btn {
	background-color: #d7c4b7;
}

.theme-border {
	position: relative;
	margin-left: 15px;
	margin-right: 15px;
}

/* .block-article {} */

.block-article .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.block-article img {
	display: block;
	width: 100%
}

.block-article-content .block-article-title{
   font-size: 1.25em;
   font-weight: normal;
}

.site-block ul, .site-block ol {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}


.site-block ol {
	counter-reset: orderedlist;
}


.site-block ol li{
	counter-increment: orderedlist;
}


.site-block ol li::before {
	content: counter(orderedlist);
	color: #7c766a;
	font-family: 'Cormorant Garamond', Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
	background: none !important;
	line-height:1;
	font-size: 24px;
}


.site-block li {
	display: block;
	margin-bottom: .5rem;
   width: 100%;
   padding: 0 20px 0 35px;
   position: relative;
}

.site-block li::before {
	display: inline-block;
	content: '';
	width: 20px;
	height: 20px;
	min-width: 20px;
	margin-right: 15px;
	margin-top: 4px;
	background: url(../imgs/bullet.svg) center center no-repeat;
   opacity: .53;
   position: absolute;
   left: 0;
}

.site-block .fullwidth li {
	width: 100%
}

.theme-bg-dark.site-block ul li::before {
	background: url(../imgs/bullet-white.svg) center center no-repeat;
	opacity: .7;
}

/*--------------------------------------------------------------
## gallery
--------------------------------------------------------------*/


.siteBlocks .owl-carousel {
	padding-left: 50px;
	padding-right: 50px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 60px;
	text-align: center;
	-webkit-transition: .6s ease-in-out all;
	transition: .6s ease-in-out all;
	z-index: 1;
	height: calc(100% - 31px);

	outline: none;
}

.owl-carousel .owl-nav button.owl-next {
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(80%, rgba(255, 255, 255, 1)));
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 80%);
}

.owl-carousel .owl-nav button.owl-prev {
	background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)));
	background: linear-gradient(to right, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 0) 100%);
}

.owl-carousel .arrow {
	height: 24px;
	width: 24px;
	-webkit-transition: .25s ease-in-out all;
	transition: .25s ease-in-out all;
}

.owl-nav button:hover {
	opacity: 1;
}

.owl-carousel button.owl-dot {
	height: 31px;
}

.owl-nav .owl-prev {
	left: 0;
}

.owl-nav .owl-prev .arrow {
	background: url(../imgs/arrow_back.svg) center no-repeat;
}

.owl-nav .owl-prev:hover .arrow {
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
}

.owl-nav .owl-next {
	right: 0;
}

.owl-nav .owl-next .arrow {
	background: url(../imgs/arrow_forward.svg) center no-repeat;
}

.owl-nav .owl-next:hover .arrow {
	opacity: 1;
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
}

.owl-carousel .owl-dots {
	margin-top: 10px;
	text-align: center;
}

.owl-carousel .owl-dots button {
	outline: none;
}

.owl-dot span {
	background: #d7c4b7;
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	opacity: .5;
	border-radius: 20px;
}

.owl-dot.active span {
   background: #f3e7da;
}

.owl-item figure>a {
	position: relative;
	height: 0;
	padding-bottom: 62.5%;
	width: 100%;
	display: block;
	border: none;
	overflow: hidden;
}

.owl-item img:not(.gcamelia) {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: auto;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.owl-item figcaption {
	display: none;
}

.blockTestimony {
	position: relative;
}

.blockTestimony.theme-bg-camelia-top:before {
	width: 150px;
	height: 150px;
	top: -80px;
	animation: none;
	-webkit-animation: none;
}

#siteSlider .owl-stage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.sliderNav button {
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 50px;
	outline: none;
	background: transparent;
	border: none;
	z-index: 1;
}

.sliderNav .arrow {
	height: 24px;
	width: 24px;
	-webkit-transition: .25s ease-in-out all;
	transition: .25s ease-in-out all;
	margin: auto;
}

.NextBtn {
	right: 0;
}

.PrevBtn {
	left: 0;
}

.owl-nav .owl-prev:hover .arrow {
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
}

.PrevBtn .arrow {
	background: url(../imgs/arrow_back.svg) center no-repeat;
}

.NextBtn .arrow {
	background: url(../imgs/arrow_forward.svg) center no-repeat;
}

.blockTestimony .owl-dots{
	margin-top: 1.67em;
}

.blockTestimony.theme-bg-brown *,
.blockTestimony.theme-bg-dark *{
   color:#fff;
}

.blockTestimony.theme-bg-brown:before, .theme-bg-brown .arrow,
.blockTestimony.theme-bg-pink:before, .theme-bg-pink .arrow,
.blockTestimony.theme-bg-dark:before, .theme-bg-dark .arrow{
   -webkit-filter: brightness(100);
           filter: brightness(100);
}


#mapa {
	width: 100%;
	height: 100%;
	padding-top: 50%
}

.site-hero-half {
	margin-top: 70px;
	min-height: 460px
}

.site-hero-half .container-fluid {
	padding-left: 0;
	padding-right: 0;
}

.site-hero-half .col-contactos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.site-hero-half .col-contactos>div {
	width: 100%
}

.site-hero-half .col-contactos a:not(.btn) {
	color: #211915;
	border-bottom-color: transparent;
}

.site-hero-half .col-contactos a:not(.btn):hover {
	color: #211915;
	border-bottom-color: #211915;
}

.hero-half{
   height:inherit;
   background-size:cover; 
   background-position:center; 
   padding-top:65vh
}

.blog-post a {
	color: #211915;
}

.blog-post a:hover img {
   opacity: .75;
}
.blog-post a:hover {
   color: #d7c4b7;
   text-decoration: none;
}

.blog-post figure {
	padding-top: 56.25%;
	padding-top: 66.666666667%;
	overflow: hidden;
	position: relative;
	margin: 0;
}

.aspectratio_x {
	padding-top: 66.66%;
	overflow: hidden;
	position: relative;
	margin: 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.blog-post figure>img,
.aspectratio_x>img {
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.aspectratio_y>img {
	display: block;

}

.aspectratio_y {
	overflow: hidden;
	position: relative;
	margin: 0;
}

.fullImage{
   position: relative;
   background-size: cover;
   background-repeat: no-repeat;
   background-position:center;
}

.fullImage.overlay:before{
   color:#fff;
}

.fullImage.overlay:before{
   background-color: rgba(0, 0, 0, 0.35);
   content: '';
   position: absolute;
   top:0;
   bottom: 0;
   right:0;
   left:0;
}

.site-block.theme-bg-dark:after{
   background-image: url(../imgs/camelia-repeat@2x.png);
   content: '';
   background-repeat: repeat;
   background-position: center;
   background-size: 30px;
   opacity: .35;
   top: 0;
   bottom: 0;
   right: 0;
   left: 0;
   position: absolute;
   pointer-events: none;
}




.fullImage .col-lg-5 {
   background-repeat: no-repeat;
   background-size: cover;
   background-position:center;
}

.post-content p {
	margin-bottom: 1.5rem;
}



.lead2::first-letter {
	float: left;
	font-size: 5.5em;
	font-weight: bold;
	line-height: 0.85;
	margin: 0em .2em 0 0;
	padding: 0.05em 0.1em 0 0;
}

@supports (initial-letter: 2) or (-webkit-initial-letter: 2) {
	.lead2::first-letter {
		-webkit-initial-letter: 4;
		initial-letter: 4;
		/* undo other bits */
		float: none;
		font-size: inherit;
		line-height: inherit;
		margin: 0;
		padding: 0 0.25em 0 0;
	}
}

/*--------------------------------------------------------------
## testimonials
--------------------------------------------------------------*/


blockquote {
	position: relative;
	padding: 20px 30px 0px 30px;
	margin: 20px 0 20px 0;
	font-weight: 400;
	color: #3D3935;
	font-size: 1em;
	line-height: 1.48;
	letter-spacing: -.012em;
}

blockquote p {
	font-size: 1.1em;
	position: relative;
}

blockquote:before,
blockquote:after {
	color: #7c766a
}

.theme-bg-dark .quote * {
	margin: 20px 0 20px 0;
}

.quote-text {
	padding: 20px 30px 0px 30px;
	position: relative;
}

.quote blockquote {
	margin: 0;
	padding: 0;
}


blockquote:before,
.quote blockquote .quote-text:before {
	content: '\201C';
	font-size: 50px;
	font-weight: 900;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 25px;
	height: 25px;
	line-height: 1;
	opacity: .15;
}

.quote cite {
	display: block;
	margin-top: 1.67em;
	margin-bottom: .67rem;
	font-weight:bold;
	color:#837867;
	font-style: italic;
	font-size: .85em;
}

blockquote:after,
.quote blockquote .quote-text:after {
	content: '\201C';
	font-size: 50px;
	font-weight: 900;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 25px;
	height: 25px;
	line-height: 1;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	opacity: .15;
}

.quote blockquote:before,
.quote blockquote:after {
	content: none
}

.theme-bg-camelia-top:not(.blockTestimony) blockquote{
   background: #f2f2f2;
   padding: 2rem;
   letter-spacing: .05em;
   margin-top: 1.5rem;
}

.theme-bg-camelia-top:not(.blockTestimony) blockquote:before{
   top: .5rem;
   left: .5rem;
}
.theme-bg-camelia-top:not(.blockTestimony) blockquote:after{
   bottom: .5rem;
   right: .5rem;
}

/*--------------------------------------------------------------
## cta
--------------------------------------------------------------*/

.block-cta {
	text-align: center;
}

.block-cta h2,
.block-cta .h2{
	margin-bottom: 1em;
}

.site-ctaBg {
	background-size: cover;
	background-position: center;
	padding-bottom: 0;
}

.site-ctaBg .theme-bg-white {
	background: rgba(255, 255, 255, .85)
}

.site-ctaBg .divider{
   margin-top:0; 
}

.block-cta.theme-bg-brown .btn{
   background: #f3e7da;
   color: #837867;
}
.block-cta.theme-bg-brown .btn::after{
   width: 0;
}

.block-cta.theme-bg-brown .btn:hover{
   background: #d7c4b7;
   color: #fff;
}
.block-cta.theme-bg-brown .btn:hover:after{
   width: 25px;
}



/*--------------------------------------------------------------
## footer
--------------------------------------------------------------*/



.site-footer .h5 {
	color: #837867
}

.site-footer a {
	border-color: #fbf8f3;
	color: #211915;
	display: inline-block;
}

.site-footer a:hover {
	border-color: #d7c4b7;
	color: #d7c4b7;
}

.site-footer .h5 {
	margin-bottom:1em;
}

.site-social ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;

	margin: 0;
	padding: 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.site-social li {
	list-style: none;
	padding: .25rem;
}

.site-social ul a {
	border: none;
	color: #fff;
	background: #d7c4b7;
	line-height: 1;
	height: 38px;
	width: 38px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 16px;
	border-radius: 25px;
}

.site-social ul a > span{
   display: none;
}

.site-social a:hover {
	background-color: #d7c4b7;
	color: #fff;
}

.site-newsletter .form-group {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
}

.site-newsletter .form-group p{
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
}

.site-newsletter .wpcf7-form-control-wrap {
	max-width: 100%;
	width: calc(100% - 150px);
}

.site-newsletter input[type="email"] {
   width: 100%;
}


.site-newsletter form .btn {
	width: 150px;
	height: 45px;
	line-height: 45px;
	padding-top: 0;
	padding-bottom: 0;
}

.site-newsletter form .btn:after {
	content: '';
}

.site-newsletter .wpcf7-not-valid-tip{
   display: block;
   color:#DA291C;
   font-size: .875rem;
}

.site-newsletter .wpcf7-not-valid{
   border-color:#DA291C
}
.wpcf7-validation-errors{
   color: #721c24;
   background-color: #f8d7da;
   border-color: #f5c6cb;
   position: relative;
   padding: .25rem .5rem;
   margin-bottom: 1rem;
   border: 1px solid transparent;
   border-radius: .25rem;
   margin-top: 1rem;
}

.line {
	border-top: 1px solid rgba(145, 157, 157, .5);
	position: relative;
	margin-bottom: 1.67em;
	margin-top: 1.67em;
}

.line .overtitle {
	margin-top: -.875em;
	display: inline-block;
	position: absolute;
	left: 15px;
	padding-right: 10px;
	top: 0;
	margin-left: -15px;
	background: #fff;
}

.theme-bg-light .line .overtitle {
	background: #fbf8f3
}

.theme-bg-dark .line {
	border-top-color: #fbf8f3;

}

.theme-bg-dark .line .overtitle {
	background: #d7c4b7;
	color: #fbf8f3;
}


.site-copyright a {
	border: none;
	color: #211915;
}

.footerIcon {
	width: 60px;
	margin-bottom: 1.5rem;
}



.gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.grid .gallery {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	grid-auto-rows: 20px;
}

.gallery .gallery-item {
	text-align: center;
	padding: 0 15px;
	margin-bottom: 30px;
}

.grid .gallery .gallery-item {
	width: 100%;
	padding: 0;
	margin-bottom: 0px;
}

.gallery-item {
	text-align: center;
	padding: 0 15px;
	margin-bottom: 30px;
}


.gallery-columns-0 .gallery-item {
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item {
	width: 100%;
	padding-right: 0;
}

.grid-sizer,
.grid-item {
	width: calc(50% - 15px);
	margin-bottom: 15px
}

.grid-item figure {
	margin: auto
}

.masonry-gal {
   width: calc(100% + 15px);
}
/*
.masonry-gal figure{padding-top:100%; width:100%; position: relative;}
.masonry-gal figure a{position: absolute; top:0; width: 100%; height:100%; left:0; right:0; bottom:0; overflow: hidden;}
.masonry-gal figure:before {
   content: ' ';
   display: block;
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   z-index: 1;
   pointer-events: none;
   opacity: 0.3;
   background-image: url(../imgs/gcamelia-bg.svg);
   background-repeat: no-repeat;
   background-position: center;
   background-size: 35%;
}*/


.masonry-gal figure{ width:100%; position: relative;}
.masonry-gal figure a{display:block; overflow: hidden;}
.masonry-gal figure{
   background-image: url(../imgs/gcamelia-bg.svg);
   background-repeat: no-repeat;
   background-position: center;
   background-size: 35%;
}

.masonry-gal figure img{
	animation: fadethis ease 2s ;
    animation-iteration-count: 1; 
    animation-fill-mode: forwards; 
}


@keyframes fadethis {
	0% {
	  opacity: 0;
	}
  
	100% {
	  opacity: 1;
	}
  }
 

/*.site-share {}*/

.site-share li {
	width: inherit
}

.site-share li:before {
	content: none;
	width: 100%
}

.site-share li>a {
	border: none;
	font-size: 17px;
	display: block;
	height: 38px;
	line-height: 38px;
	text-align: center;
	width: 38px;
}

.site-modal {
	position: fixed;
	z-index: 99899999;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color:  rgba(131, 120, 103, .95);
	color: #fff;
	opacity: 0;
	visibility: hidden;
}

.site-modal .gcamelia {
	width: 100px;
	margin: auto;
}

.modal__body {
	padding: 15px;
}

.modal__close-btn {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1;
	padding: 15px;
	border: none;
	background: none;
	outline: none;
}

.modal__close-btn .icon {
	display: block;
	fill: #fff;
	width: 19px;
	height: 19px;
	-webkit-transition: -webkit-transform 0.2s;
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
}

.modal__close-btn:hover .icon {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.modal__header {
	padding-left: 15px;
	padding-top: 15px;
}

.modal__header .modal__close-btn {
	position: static;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background-color: transparent;
	border: none;
}

.modal__header .modal__close-btn .icon {
	color: inherit;
}

.modal--is-visible {
	opacity: 1;
	visibility: visible;
}

.modal__content {
	border-radius: 0.25em;
	overflow: auto;
	width: 100%;
	max-width: 1000px;
	max-height: 100vh;
}

.modal[data-animation="on"] {
	-webkit-transition: opacity 0.3s, visibility 0.3s;
	transition: opacity 0.3s, visibility 0.3s;
}

.site-modal[data-animation="on"] .modal__content {
	will-change: transform;
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	-webkit-transform: translateY(10%);
	transform: translateY(10%);
}

.site-modal[data-animation="on"].modal--is-visible .modal__content {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}


/*--------------------------------------------------------------
## Site Carousel
--------------------------------------------------------------*/

.site-carousel .site-hero-content {
	padding-top: 0;
}

#siteCarousel.owl-carousel {
	position: relative;
	height: 100%;
}

#siteCarousel .owl-stage,
#siteCarousel .owl-stage-outer,
#siteCarousel .owl-item {
	height: 100%;
}

#siteCarousel .site-hero-txt {
	margin: 0px auto 10vh auto;
	color: #fff;
	z-index: 1;
	max-width: 40em;
	padding: 15px
}

#siteCarousel .owl-item::before {
	content: '';
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

#siteCarousel .owl-dots {
   margin-top: -39px;
   position: relative;
}

#siteCarousel .owl-dot span {
   background: #fbf8f3;
   opacity: 1;
}
#siteCarousel .owl-dot.active span {
   background: #d7c4b7;
}

#siteCarousel .gcamelia {
	width: 65px;
	margin: auto;
}

#siteCarousel h2 {
	font-weight: bold;
	line-height: 1.05;
   margin-bottom: 31px;
   margin-top: 0;
}

#siteCarousel .site-hero-img {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: inherit;
	height: 100%
}


/*--------------------------------------------------------------
## error 404
--------------------------------------------------------------*/

.error404 .site-hero-half{
   padding-bottom:80px;
   min-height:60vh
}

.error404 .errorNum{
   font-weight:bolder;
   font-size:10rem;
   margin:auto;
   display:block;
   line-height:1
}

.gcamelia-icon2 {
	background: url(../imgs/pcamelia-icon1.svg) center no-repeat;
	width: 100px;
	height: 100px;
	display: block;
	margin: auto;
	background-size: cover;
	-webkit-filter: brightness(100);
   filter: brightness(100);
   position: absolute;
   top: 0;
   margin: auto;
   left: 50%;
   -webkit-transform: translate(-50%) scale(5);
           transform: translate(-50%) scale(5);
   bottom: 0;
   opacity: .2;
}

.wpt-social-share{
   align-items: center;
   justify-items: center;
   justify-content: center;
   list-style: none;
   padding: 0;
   margin: 0 0 2em 0;
   flex-wrap: wrap;
}

.wpt-social-share li{
   display: inline-block;
}

.wpt-social-share li>a{
   line-height: 48px;
   display: block;
   text-align: center;
   white-space: nowrap;
   margin: 10px;
   text-decoration: none;
}

.wpt-social-share li>a>span{
   margin-left: 5px;
   display: inline-block;
}


/*-
## block image right left
--------------------------------------------------------------*/

.block-move{
    padding-top: 3vw;
    padding-bottom: 3vw;
    position: relative;
}

.block-move .row{
	min-width:100%
}

.block-move #mapa{
	padding-top: 50%;
}


.block-container--left {
    margin-right: auto;
    width: 100%;
}

.block-container--right {
    margin-left: auto;
    width: 100%;
}

.block-move::before {
    top: 20%;
    bottom: 80%;
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    -webkit-transition: all 1s cubic-bezier(.785,.135,.15,.86);
    transition: all 1s cubic-bezier(.785,.135,.15,.86);
}


.block-move.theme-bg-white::before  {
	background-color: #fff;
}

.block-move.theme-bg-light::before,.block-move.theme-bg-lighter::before {
	background-color: #fbf8f3;
}

.block-move.theme-bg-medium::before {
	background-color: #f3e7da;
}

.block-move.theme-bg-dark::before {
	background-color: #2d292d;
}
.block-move.theme-bg-brown::before {
	background-color: #837867;
}
.block-move.theme-bg-pink::before {
	background-color: #d7c4b7;
}


@media (min-width: 992px){
   .block-move {
	  max-width: calc(960px + (50% - (960px / 2)));
	  background: transparent;
   } 

   .block-container--left::before {
      right: 30%;
   }
	.block-container--right::before {
      left: 30%;
   }

   .block-move::before {
      top: 0;
      bottom: 0;
   }

   .block-container {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
	  align-items: center;
   }

   .block-container--left .block-container {
	  margin-right: 0;
   }

   .block-container--right .block-container {
	  margin-left: 0;
   }

   .block-container--left .row {

		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		flex-direction: row-reverse;
	}
   .block-container--left .block-container--text {
		padding-right: 6%;
	}
   .block-container--right .block-container--text {
		padding-left: 6%;
	}

}
@media (min-width: 1200px){
   .block-move {
      max-width: calc(1140px + (50% - (1140px / 2)));
   }
}
@media (min-width: 1500px){
   .block-move{
      max-width: calc(1440px + (50% - (1440px / 2)));
   }

   .block-container--left .block-container--text {
		padding-right: 8%;
	}
   .block-container--right .block-container--text {
		padding-left: 8%;
	}
}


.halfimg {
	position:relative
	}
	
	.halfimg .halfimg--img img{
	   margin-top:-20px
	}
	
	@media (max-width: 767px) {
	
	   .halfimg {
			margin-top: 20px;
	   }
	   .halfimg .halfimg--img{
			background:none !important;  
	   }
	}
	
	@media (min-width: 768px) {
	
	   
	.halfimg .row{
		padding-top: 65px;
		padding-bottom: 65px;
	}

	.halfimg .halfimg--img{
		  top: 0;
		  bottom: 0;
		  position: absolute;
		  width:50%;
		  background-repeat:no-reapeat;
		  background-size:cover;
		  background-position:center;
	}
	
	.halfimg .halfimg--left .halfimg--img{
		left: 0;
	}
	
	.halfimg .halfimg--right .halfimg--img{
		right: 0;
	}
	
	.halfimg .halfimg--img img{
		 display:none;
	}
	
	   .halfimg .halfimg--left .halfimg--txt{
		  margin-left:50%;
		  padding-left:8%
	   }

	 .halfimg .halfimg--right .halfimg--txt{
		  margin-right:50%;
		  padding-right:8%
	   }
	
}

@media (min-width: 1200px) {
	
	   
	.halfimg .row{
		padding-top: 20vh;
		padding-bottom: 20vh;
	}

	.halfimg .halfimg--img{
		width:60%;
		max-width: 60%;
		flex: 0 0 60%;
	}
	
	.halfimg .halfimg--left .halfimg--txt{
		margin-left:60%;
		max-width: 33%;
		flex: 0 0 33%;
	}
	
	.halfimg .halfimg--right .halfimg--txt{
		margin-right:60%;
		max-width: 33%;
		flex: 0 0 33%;
	}
	
}


/*-
## table
--------------------------------------------------------------*/

.table-container{
    position:relative;
    overflow:auto;
    max-width:100%;
}

.table-container--table{
    width:100%;
    margin:auto;
}

.table-container--table  thead tr{
    background:transparent !important
}
.table-container--table  thead th{
    font-family: 'Cormorant Garamond', Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
    letter-spacing: 0.085em;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1em;
    padding:18px 5px;
}
.table-container--table  thead th:first-child,
.table-container--table  tbody td:first-child{
    padding-left:18px;
}
.table-container--table td{
    padding:18px 5px;
}
.table-container--table tr:nth-child(odd){
    background-color: #fbf8f3;
}

/*-
## accordion faq
--------------------------------------------------------------*/

.accordion .accordion-title {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	padding: 1rem 3rem 1rem 1rem;
	color: #837867;
	font-weight: 400;
	border-bottom: 1px solid #d7c4b7;
  }
  
  .accordion .accordion-title:hover,
  .accordion .accordion-title:hover::after {
	cursor: pointer;
	color: rgba(131, 120, 103, 0.53);
  }
  
  .accordion .accordion-title:hover::after {
	border: 1px solid rgba(131, 120, 103, 0.53);
  }
  
  .accordion .accordion-title.active {
	color: rgba(131, 120, 103, 0.53);
	border-bottom: 1px solid #fbf8f3;
  }
  
  .accordion .accordion-title::after {
	content: '+';
	position: absolute;
	float: right;
	right: 1rem;
	font-size: 1rem;
	line-height: 30px;
	color: #837867;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #d7c4b7;
	text-align: center;
  }
  
  .accordion .accordion-title.active::after {
	content: '-';
	color: rgba(131, 120, 103, 0.53);
	border: 1px solid rgba(131, 120, 103, 0.53);
  }
  
  .accordion .accordion-content {
	opacity: 0;
	padding: 0 1rem;
	max-height: 0;
	border-bottom: 1px solid #d7c4b7;
	overflow: hidden;
	clear: both;
	-webkit-transition: all 0.2s ease 0.15s;
	-o-transition: all 0.2s ease 0.15s;
	transition: all 0.2s ease 0.15s;
  }
  
  
  .accordion .accordion-content.active {
	opacity: 1;
	padding: 1rem;
	max-height: 100%;
	-webkit-transition: all 0.35s ease 0.15s;
	-o-transition: all 0.35s ease 0.15s;
	transition: all 0.35s ease 0.15s;
  }

  .flowplayer {
	margin-bottom: 0;
  }

/*--------------------------------------------------------------
## Media Queries
--------------------------------------------------------------*/

@media (min-width: 375px) {}

@media (min-width: 576px) {
	.site-hero-content img {
		display: none
	}

   .error404 .errorNum{
      font-size: calc(3.125rem + ((1vw - 4.8px) * 9.7222));
   }
}

@media (max-width: 767px) {

	.site-hero-small .lead {
		font-size: 1em;
		line-height: 1.4
	}

	.lead2 {
		font-size: 1em;
	}

	.site-header .btn,
	.toggle {
		font-size: 12px;
		letter-spacing: 0;
	}

	.featService .h4 {
		font-size: 1.2em;
	}

	.featService-text .h3 {
		font-size: 1.2em;
	}

	.aspectratio_y {
		background: none !important;
		max-width: 350px;
		margin: auto;
	}

	.aspectratio_y>img {
		margin: auto;
	}

	.quote-text {
		padding: 0px 20px 0px 20px;
	}



	blockquote:before,
	.quote blockquote .quote-text:before,
	blockquote:after,
	.quote blockquote .quote-text:after {
		font-size: 30px;
		width: 20px;
		height: 20px;
	}

	.sliderNav button {
		width: 40px
   }
   
   .col-left{
      padding-left: 5px;
   }


   .fullImage .col-lg-5{
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      position: absolute;
      opacity: .12;
   }

	.btnForm{
		font-size: 14px;
	}
	
	.featService{
		margin-left: auto;
		margin-right: auto;
	}

}

@media (min-width: 768px) {

	.container {
		max-width: 92%;
  	}

	h1:after,
	.h1:after {
		margin: .5em auto 0 auto;
		width: 209px;
		height: 45px;
	}

	.divider:after {
		width: 150px;
	}

	.site-social .divider:after {
		margin-top: .85rem;
		margin-bottom: 1.5rem;
	}


	.aspectratio_y {
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		padding-top: 120%;
	}

	.aspectratio_y img {
		display: none;

		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		-o-object-fit: cover;
		object-fit: cover;

   }
   
   .fullImage figure{
      display: none;
   }


	.site-hero-content::before {
		content: "";
		display: block;
		z-index: 100;
		position: absolute;
		top: 0;
		height: 150px;
		left: 0;
		right: 0;
		background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
		background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
		transition: opacity .25s ease-in-out;
	}


	.menuOpen .site-hero-content::before {
		opacity: 0;
	}

	.site-hero-content::after {
		content: "";
		display: block;
		z-index: 1;
		position: absolute;
		bottom: 0;
		height: 150px;
		left: 0;
		right: 0;
		background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.35)));
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
	}

	.logo {
		width: 165px;
		border: none;
	}



	.menuContainer-content {
		border-top-width: 80px;
	}

	.col-right .btn {
		display: inline-block;
	}

	.col-left .btn {
		display: none;
	}

	.col-left .menu-langSelector {
		display: block;
	}

	.hideDesktop {
		display: none !important;
   }

   #masthead .menu-langSelector, #masthead .btnForm{display: inline-block;}


	.featService .h4 {
		font-size: 1.4rem;
	}

	.site-block ul li {
		width: 50%;
      margin-bottom: .75rem;
	}

	.site-share li {
		width: initial;
		margin-bottom: 3px;
	}


	.gallery-columns-2 .gallery-item {
		width: 50%;
	}

	.gallery-columns-3 .gallery-item {
		width: 33.33%;
	}

	.gallery-columns-4 .gallery-item {
		width: 25%;
	}

	.gallery-columns-5 .gallery-item {
		width: 20%;
	}

	#siteCarousel .gcamelia {
		width: 100px;
	}

	.site-hero-half {
		margin-top: 80px;
		padding-bottom: 0;
   }
   
	.site-hero-half .row{
		padding-top: 0;
	}

	.site-hero-half .col-12:first-child {
		height: 100%;
	}

   #mapa{
      padding-top:100%
   }

}

@media (min-width: 576px) and (max-width: 991px) {
	.site-block .col-md-6 li {
		width: 100%
	}
}

@media (max-width: 991px) {

	.site-social .row .col-lg-6:first-child {
		margin-bottom: 3rem;
   }
   
   .home .site-hero-content {
      height:35vh;
      height: calc(var(--vh, 1vh) * 35);
   }
   #rev_slider_4_1_wrapper {
	height:35vh !important;
}

}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 1024px)
  and (orientation: portrait) {
	.home .site-hero-content {
		height:35vh !important;
		height: calc(var(--vh, 1vh) * 40);
	}
	#rev_slider_4_1_wrapper {
		height:35vh !important;
	}
}


@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 1024px)
  and (orientation: landscape) {
	.home .site-hero-content {
		height:100vh;
		height: calc(var(--vh, 1vh) * 100vh);
	}
	#rev_slider_4_1_wrapper {
		height:100vh !important;
	}
}


@media (min-width: 992px) {
	.site-social .row .col-lg-6:first-child {
		border-right: 1px solid rgba(124, 118, 106, 0.7);
		padding-top: 14px;
		padding-bottom: 14px;
	}

	.site-social .row .col-xl-4 {
		padding-top: 14px;
		padding-bottom: 14px;
	}

	.site-share {
		position: -webkit-sticky;
		position: sticky;
		top: 70px;
	}

	.btnForm,
	.menu-langSelector {
		margin-right: 20px;
	}

	.menuContainer-content .text-left{
		padding-left: 2.5em;
   }
   
}


@media (min-width: 576px) and (max-width: 1199px) {}

@media only screen and (min-height : 320px) and (orientation : landscape) {}

@media (max-width: 1199px) {}

@media (min-width: 1200px) {

	.container {
		max-width: 1200px;
	}

	.site-header {
		padding: 0px 40px;
	}


	.home .site-header.noScroll {
		margin-top: 30px;transition: all .2s ease;
	}

	.overflow-hidden .home .site-header.noScroll {
		margin-top: 0px;
	}

	.site-hero-small {
		margin-top: 80px;
		padding-bottom: 0;
	}


	.site-hero-content{
		height: 100%;
		padding-top: 0;
	}


	.icon-arrows span,
	.icon-arrows::after,
	.icon-arrows::before {
		height: .5em;
	}

	.col-right .btn {
		margin-right: 20px;
	}

	h1:after,
	.h1:after {
		margin-bottom: 1em;
	}


	.menuContainer-content {
		border-bottom-width: 60px;
	}

	.block-article:before {
		content: '';
		background: #fff;
		height: 70px;
		top: 0;
		width: 100%;
		display: block;
		position: absolute
	}

	.theme-border {
		position: relative;
		margin-left: 40px;
		margin-right: 40px;
	}

	.block-article .col-md-5 {
		margin-top: 70px;
	}

	.grid-sizer,
	.grid-item {
		width: calc(33.33% - 15px);
	}

	.site-share li {
		width: 100%;
		margin-bottom: 3px;
	}

	.noScroll .logo {
		width: 200px
	}

	#siteCarousel .gcamelia {
		width: 129px;
		margin-bottom: 10px;
	}

	.theme-bg-camelia-left:before {
		-webkit-transform: scale(2);
		transform: scale(2);
   }
   

   .site-hero-half {
      margin-top: 90px;
   }

   .fullImage .row{
      min-height:500px ;
   }
}

@media (min-width: 1440px) {
	.container {
		max-width: 1380px
	}

	.site-hero-txt h2 {
		font-size: 3.209em;
	}

	.menuContainer-content  {
		font-size: 28px;
	}
}

@media (min-width: 1600px) {
	.container {
		max-width: 1440px
	}

	.noScroll .logo {
		width: 250px
	}

	.site-hero-txt h2 {
		font-size: 4.209em;
	}

	.theme-bg-camelia-left:before {
		-webkit-transform: scale(2.5);
		transform: scale(2.5);
   }
   
   .fullImage .row{
      min-height:590px ;
   }

   .site-hero-small {
      margin-top: 110px;
   }
   .site-hero-half {
      margin-top: 110px;
   }
}

@media (min-width: 120em) {

	.home .noScroll .logo {
		width: 300px
	}
}

@media (min-width: 150em) {

   .error404 .errorNum{
      font-size: 220px;
   }
}

@media
only screen and (-webkit-min-device-pixel-ratio: 1.25),
only screen and ( min--moz-device-pixel-ratio: 1.25),
only screen and ( min-device-pixel-ratio: 1.25),
only screen and ( -webkit-min-device-pixel-ratio: 2.0833333333333335),
only screen and ( min-resolution: 200dpi),
only screen and ( -webkit-min-device-pixel-ratio: 1.25),
only screen and ( min-resolution: 1.25dppx)
{
   .theme-bg-camelia-repeat:before{
      background-image: url(../imgs/camelia-repeat@2x.png);
   }
}