@import "ftx7sja.css";
@import "swiper-bundle.min.css";
@import "splitting.min.css";
@import "flatpickr.min.css";
@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica.eot');
    src: url('../fonts/Helvetica.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Helvetica.woff2') format('woff2'),
        url('../fonts/Helvetica.woff') format('woff'),
        url('../fonts/Helvetica.ttf') format('truetype'),
        url('../fonts/Helvetica.svg#Helvetica') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica-Bold.eot');
    src: url('../fonts/Helvetica-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Helvetica-Bold.woff2') format('woff2'),
        url('../fonts/Helvetica-Bold.woff') format('woff'),
        url('../fonts/Helvetica-Bold.ttf') format('truetype'),
        url('../fonts/Helvetica-Bold.svg#Helvetica-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Futura LT';
    src: url('../fonts/FuturaLT-Light.eot');
    src: url('../fonts/FuturaLT-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaLT-Light.woff2') format('woff2'),
        url('../fonts/FuturaLT-Light.woff') format('woff'),
        url('../fonts/FuturaLT-Light.ttf') format('truetype'),
        url('../fonts/FuturaLT-Light.svg#FuturaLT-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura LT';
    src: url('../fonts/FuturaLT-Bold.eot');
    src: url('../fonts/FuturaLT-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaLT-Bold.woff2') format('woff2'),
        url('../fonts/FuturaLT-Bold.woff') format('woff'),
        url('../fonts/FuturaLT-Bold.ttf') format('truetype'),
        url('../fonts/FuturaLT-Bold.svg#FuturaLT-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@keyframes slide-in {
	0% {
		transform: translateY(50px) scaleY(1);
		opacity: 1
	}
}

.icons {
	width: 25px;
	height: 25px;
	display: inline-block;
	vertical-align: middle;
	font-style: normal;
	background-color: #000;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
	-moz-transition: all .6s cubic-bezier(.645, .045, .355, 1);
	-ms-transition: all .6s cubic-bezier(.645, .045, .355, 1);
	-o-transition: all .6s cubic-bezier(.645, .045, .355, 1);
	transition: all .6s cubic-bezier(.645, .045, .355, 1)
}

.icons.ico-instagram {
	-webkit-mask-image: url(../images/icons/instagram.svg);
	
}

.icons.ico-facebook {
	-webkit-mask-image: url(../images/icons/facebook.svg)
}

.icons.ico-x {
	-webkit-mask-image: url(../images/icons/x.svg)
}

.icons.ico-youtube {
	-webkit-mask-image: url(../images/icons/youtube.svg)
}

.icons.ico-linkedin {
	-webkit-mask-image: url(../images/icons/linkedin.svg)
}

.icons.ico-king-size {
	-webkit-mask-image: url(../images/icons/king-size.svg)
}

.icons.ico-vistas {
	-webkit-mask-image: url(../images/icons/vistas.svg)
}

.icons.ico-m2 {
	-webkit-mask-image: url(../images/icons/m2.svg)
}

.icons.ico-arrow-left {
	-webkit-mask-image: url(../images/icons/arrow-left.svg)
}

.icons.ico-arrow-right {
	-webkit-mask-image: url(../images/icons/arrow-right.svg)
}

.icons.ico-arrow-lang {
	-webkit-mask-image: url(../images/icons/arrow-lang.svg)
}

.icons.ico-arrow-down {
	-webkit-mask-image: url(../images/icons/arrow-down.svg)
}

.icons.ico-arrow-filter {
	-webkit-mask-image: url(../images/icons/arrow-filter.svg)
}

.icons.ico-clock {
	-webkit-mask-image: url(../images/icons/icon\ _clock_.svg)
}

.icons.ico-money {
	-webkit-mask-image: url(../images/icons/icon\ _money_.svg)
}

.icons.ico-menu {
	-webkit-mask-image: url(../images/icons/menu.svg)
}

.icons.ico-menu-2 {
	-webkit-mask-image: url(../images/icons/menu-2.svg)
}

.icons.ico-coffee {
	-webkit-mask-image: url(../images/icons/coffee.svg)
}

.icons.ico-icon-1 {
	-webkit-mask-image: url(../images/icons/icon-1.svg)
}

.icons.ico-icon-2 {
	-webkit-mask-image: url(../images/icons/icon-2.svg)
}

.icons.ico-icon-3 {
	-webkit-mask-image: url(../images/icons/icon-3.svg)
}

.icons.ico-icon-4 {
	-webkit-mask-image: url(../images/icons/icon-4.svg)
}

.icons.ico-icon-5 {
	-webkit-mask-image: url(../images/icons/icon-5.svg)
}

.icons.ico-icon-6 {
	-webkit-mask-image: url(../images/icons/icon-6.svg)
}

.icons.ico-icon-7 {
	-webkit-mask-image: url(../images/icons/icon-7.svg)
}

*,
::after,
::before {
	box-sizing: border-box
}

body {
	margin: 0;
	overflow-x: hidden;
	scroll-behavior: smooth;
	font-family: 'Helvetica';
	color: #000
}

body::-webkit-scrollbar {
	width: 5px
}

body::-webkit-scrollbar-track {
	border-radius: 3px
}

body::-webkit-scrollbar-thumb {
	background: #000;
	border-radius: 10px
}

body::-webkit-scrollbar-thumb:hover {
	background: #fff
}

@media (max-width:991px) {
	.no-mobile {
		display: none !important
	}
}

@media (min-width:991px) {
	.no-desktop {
		display: none !important
	}
}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
p {
	margin-top: 0
}

h7,
p {
	font-weight: 400
}

p {
	font-weight: 300;
	font-style: normal
}

button {
	cursor: pointer
}

.container,
.container-fluid {
	width: 100%;
	padding-right: var(--bs-gutter-x, 0.75rem);
	padding-left: var(--bs-gutter-x, 0.75rem);
	margin-right: auto;
	margin-left: auto
}

@media (min-width:576px) {
	.container {
		max-width: 560px
	}
}

@media (min-width:768px) {
	.container {
		max-width: 755px
	}
}

@media (min-width:992px) {
	.container {
		max-width: 975px
	}
}

@media (min-width:1200px) {
	.container {
		max-width: 1180px
	}
}

@media (min-width:1400px) {
	.container {
		/*max-width: 1320px*/
		max-width: 90%
	}
}

.row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(var(--bs-gutter-y)*-1);
	margin-right: calc(var(--bs-gutter-x)*-.5);
	margin-left: calc(var(--bs-gutter-x)*-.5)
}

.row > * {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x)*.5);
	padding-left: calc(var(--bs-gutter-x)*.5);
	margin-top: var(--bs-gutter-y)
}

.col-1,
.col-2 {
	flex: 0 0 auto;
	width: 8.33333333%
}

.col-2 {
	width: 16.66666667%
}

.col-3,
.col-4 {
	flex: 0 0 auto;
	width: 25%
}

.col-4 {
	width: 33.33333333%
}

.col-5,
.col-6 {
	flex: 0 0 auto;
	width: 41.66666667%
}

.col-6 {
	width: 50%
}

.col-7,
.col-8 {
	flex: 0 0 auto;
	width: 58.33333333%
}

.col-8 {
	width: 66.66666667%
}

.col-10,
.col-9 {
	flex: 0 0 auto;
	width: 75%
}

.col-10 {
	width: 83.33333333%
}

.col-11,
.col-12 {
	flex: 0 0 auto;
	width: 91.66666667%
}

.col-12 {
	width: 100%
}

@media (min-width:576px) {
	.col-sm-auto {
		flex: 0 0 auto;
		width: auto
	}

	.col-sm-1,
	.col-sm-2 {
		flex: 0 0 auto;
		width: 8.33333333%
	}

	.col-sm-2 {
		width: 16.66666667%
	}

	.col-sm-3,
	.col-sm-4 {
		flex: 0 0 auto;
		width: 25%
	}

	.col-sm-4 {
		width: 33.33333333%
	}

	.col-sm-5,
	.col-sm-6 {
		flex: 0 0 auto;
		width: 41.66666667%
	}

	.col-sm-6 {
		width: 50%
	}

	.col-sm-7,
	.col-sm-8 {
		flex: 0 0 auto;
		width: 58.33333333%
	}

	.col-sm-8 {
		width: 66.66666667%
	}

	.col-sm-10,
	.col-sm-9 {
		flex: 0 0 auto;
		width: 75%
	}

	.col-sm-10 {
		width: 83.33333333%
	}

	.col-sm-11,
	.col-sm-12 {
		flex: 0 0 auto;
		width: 91.66666667%
	}

	.col-sm-12 {
		width: 100%
	}
}

@media (min-width:768px) {
	.col-md-auto {
		flex: 0 0 auto;
		width: auto
	}

	.col-md-1,
	.col-md-2 {
		flex: 0 0 auto;
		width: 8.33333333%
	}

	.col-md-2 {
		width: 16.66666667%
	}

	.col-md-3,
	.col-md-4 {
		flex: 0 0 auto;
		width: 25%
	}

	.col-md-4 {
		width: 33.33333333%
	}

	.col-md-5,
	.col-md-6 {
		flex: 0 0 auto;
		width: 41.66666667%
	}

	.col-md-6 {
		width: 50%
	}

	.col-md-7,
	.col-md-8 {
		flex: 0 0 auto;
		width: 58.33333333%
	}

	.col-md-8 {
		width: 66.66666667%
	}

	.col-md-10,
	.col-md-9 {
		flex: 0 0 auto;
		width: 75%
	}

	.col-md-10 {
		width: 83.33333333%
	}

	.col-md-11,
	.col-md-12 {
		flex: 0 0 auto;
		width: 91.66666667%
	}

	.col-md-12 {
		width: 100%
	}
}

@media (min-width:992px) {
	.col-lg-auto {
		flex: 0 0 auto;
		width: auto
	}

	.col-lg-1,
	.col-lg-2 {
		flex: 0 0 auto;
		width: 8.33333333%
	}

	.col-lg-2 {
		width: 16.66666667%
	}

	.col-lg-3,
	.col-lg-4 {
		flex: 0 0 auto;
		width: 25%
	}

	.col-lg-4 {
		width: 33.33333333%
	}

	.col-lg-5,
	.col-lg-6 {
		flex: 0 0 auto;
		width: 41.66666667%
	}

	.col-lg-6 {
		width: 50%
	}

	.col-lg-7,
	.col-lg-8 {
		flex: 0 0 auto;
		width: 58.33333333%
	}

	.col-lg-8 {
		width: 66.66666667%
	}

	.col-lg-10,
	.col-lg-9 {
		flex: 0 0 auto;
		width: 75%
	}

	.col-lg-10 {
		width: 83.33333333%
	}

	.col-lg-11,
	.col-lg-12 {
		flex: 0 0 auto;
		width: 91.66666667%
	}

	.col-lg-12 {
		width: 100%
	}
}

@media (min-width:1200px) {
	.col-xl-auto {
		flex: 0 0 auto;
		width: auto
	}

	.col-xl-1,
	.col-xl-2 {
		flex: 0 0 auto;
		width: 8.33333333%
	}

	.col-xl-2 {
		width: 16.66666667%
	}

	.col-xl-3,
	.col-xl-4 {
		flex: 0 0 auto;
		width: 25%
	}

	.col-xl-4 {
		width: 33.33333333%
	}

	.col-xl-5,
	.col-xl-6 {
		flex: 0 0 auto;
		width: 41.66666667%
	}

	.col-xl-6 {
		width: 50%
	}

	.col-xl-7,
	.col-xl-8 {
		flex: 0 0 auto;
		width: 58.33333333%
	}

	.col-xl-8 {
		width: 66.66666667%
	}

	.col-xl-10,
	.col-xl-9 {
		flex: 0 0 auto;
		width: 75%
	}

	.col-xl-10 {
		width: 83.33333333%
	}

	.col-xl-11,
	.col-xl-12 {
		flex: 0 0 auto;
		width: 91.66666667%
	}

	.col-xl-12 {
		width: 100%
	}
}

@media (min-width:1400px) {
	.col-xxl-auto {
		flex: 0 0 auto;
		width: auto
	}

	.col-xxl-1,
	.col-xxl-2 {
		flex: 0 0 auto;
		width: 8.33333333%
	}

	.col-xxl-2 {
		width: 16.66666667%
	}

	.col-xxl-3,
	.col-xxl-4 {
		flex: 0 0 auto;
		width: 25%
	}

	.col-xxl-4 {
		width: 33.33333333%
	}

	.col-xxl-5,
	.col-xxl-6 {
		flex: 0 0 auto;
		width: 41.66666667%
	}

	.col-xxl-6 {
		width: 50%
	}

	.col-xxl-7,
	.col-xxl-8 {
		flex: 0 0 auto;
		width: 58.33333333%
	}

	.col-xxl-8 {
		width: 66.66666667%
	}

	.col-xxl-10,
	.col-xxl-9 {
		flex: 0 0 auto;
		width: 75%
	}

	.col-xxl-10 {
		width: 83.33333333%
	}

	.col-xxl-11,
	.col-xxl-12 {
		flex: 0 0 auto;
		width: 91.66666667%
	}

	.col-xxl-12 {
		width: 100%
	}
}

.justify-content-center {
	justify-content: center !important
}

.justify-content-end {
	justify-content: end !important
}
.justify-content-space-between {
	justify-content: space-between!important
}

.justify-content-end {
	justify-content: end !important
}
.text-center {
	text-align: center !important
}

.text p:last-child {
	margin-bottom: 0 !important
}

.text p a {
	text-decoration: underline
}

.position-relative,
section {
	position: relative
}

.overflow-hidden {
	overflow: hidden
}

.list-unstyled {
	list-style: none
}

.order-0 {
	order: 0 !important
}

.order-1 {
	order: 1 !important
}

.order-2 {
	order: 2 !important
}

.order-3 {
	order: 3 !important
}

.order-4 {
	order: 4 !important
}

@media (min-width:576px) {
	.order-sm-0 {
		order: 0 !important
	}

	.order-sm-1 {
		order: 1 !important
	}

	.order-sm-2 {
		order: 2 !important
	}

	.order-sm-3 {
		order: 3 !important
	}

	.order-sm-4 {
		order: 4 !important
	}
}

@media (min-width:768px) {
	.order-md-0 {
		order: 0 !important
	}

	.order-md-1 {
		order: 1 !important
	}

	.order-md-2 {
		order: 2 !important
	}

	.order-md-3 {
		order: 3 !important
	}

	.order-md-4 {
		order: 4 !important
	}
}

@media (min-width:992px) {
	.order-lg-0 {
		order: 0 !important
	}

	.order-lg-1 {
		order: 1 !important
	}

	.order-lg-2 {
		order: 2 !important
	}

	.order-lg-3 {
		order: 3 !important
	}

	.order-lg-4 {
		order: 4 !important
	}
}

.img-div img {
	object-fit: cover;
	filter: blur(2rem);
	filter: none;
	transform: scale(1.1);
	transition: all 1.2s cubic-bezier(.215, .61, .355, 1);
	transition-delay: 0s
}

.max-w {
	max-width: -moz-max-content;
	max-width: max-content
}

form .plain-text {
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 12px;
	line-height: 14px
}

@media (max-width:991px) {
	form .plain-text > div {
		display: flex;
		align-items: center;
		gap: 5px;
		margin-bottom: 7px
	}

	form .plain-text > div:last-child {
		margin-bottom: 0
	}
}

form .plain-text input {
	width: -moz-max-content !important;
	width: max-content !important
}

@media (max-width:991px) {
	form .plain-text input {
		margin-top: 0
	}
}

.text p a,
form .plain-text label a {
	color: inherit
}

address {
	font-style: normal
}

.open-modal header {
	z-index: 0
}

.img-div img,
.modal {
	width: 100%;
	height: 100%
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -10;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
	background-color: rgba(0, 0, 0, .7);
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	visibility: hidden;
	opacity: 0
}

.modal.open {
	z-index: 1055;
	visibility: visible;
	opacity: 1
}

.modal.open .modal-dialog .modal-content {
	transition: all .5s cubic-bezier(.215, .61, .355, 1) .2s !important;
	transform: translateY(0) scale(1);
	opacity: 1
}

.modal .close {
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
	z-index: 2
}

.modal .modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none;
	display: flex;
	align-items: center;
	min-height: calc(100% - 1rem);
	max-width: 1200px;
	transition: transform .3s ease-out;
	transform: none
}

@media (min-width:576px) {
	.modal .modal-dialog {
		margin: 1.75rem auto;
		min-height: calc(100% - 3.5rem)
	}
}

.modal .modal-dialog .modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
	outline: 0;
	transform: translateY(40px) scale(.98);
	opacity: 0;
	transition: all .5s cubic-bezier(.215, .61, .355, 1) !important;
	border-radius: 0;
	border: 0;
	padding: 0;
	overflow: hidden
}

.modal-edit .modal-dialog .modal-content .b-img img {
	height: 100%;
	width: 100%;
	min-height: 500px;
	object-fit: cover
}

.modal-edit .modal-dialog .modal-content .b-text {
	display: grid;
	align-items: center
}

.modal-edit .modal-dialog .modal-content .b-text > div {
	padding: 30px 27px 40px
}

@media (min-width:767px) {
	.modal-edit .modal-dialog .modal-content .b-text > div {
		width: 100%;
		padding-bottom: 50px;
		padding-top: 50px
	}
}

.modal-edit .modal-dialog .modal-content .b-text > div .text {
	margin-top: 22px;
	margin-bottom: 29px
}

#container {
	margin-top: 120px
}

.open-modal .cursor {
	background-color: transparent
}

.circle-cursor {
	position: fixed;
	background: #000;
	border-radius: 50%;
	pointer-events: none
}

.circle-cursor,
.cursor,
.hover-video iframe {
	transform: translate(-50%, -50%)
}

.cursor {
	position: fixed;
	border-radius: 50%;
	pointer-events: none;
	height: 11px;
	width: 11px;
	z-index: 99999999999;
	background: #000;
	transition: transform .25s linear
}

@media (max-width:768px) {
	.cursor {
		display: none !important
	}
}

.cursor .cursor-left,
.cursor .cursor-pause,
.cursor .cursor-play,
.cursor .cursor-right {
	transform: translate(-50%, -50%) scale(0);
	left: 50%;
	top: 50%;
	position: absolute;
	transition: transform .25s linear
}

.cursor .cursor-left,
.cursor .cursor-right {
	opacity: 0
}

.cursor.hover.hover-left,
.cursor.hover.hover-right {
	background-color: transparent !important;
	transform: translate(-50%, -50%) scale(1)
}

.cursor.hover-play .cursor-play,
.cursor.hover.hover-left .cursor-left,
.cursor.hover.hover-right .cursor-right {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1)
}

.cursor.hover-play .cursor-play {
	opacity: 0;
	display: none
}

.cursor.hover-play .cursor-pause {
	opacity: 0
}

.cursor.hover-play.hover-pause {
	background-color: transparent
}

.cursor.hover-play.hover-pause .cursor-play {
	opacity: 0;
	transform: translate(-50%, -50%) scale(0)
}

.cursor.hover-play.hover-pause .cursor-pause {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1)
}

.circle-cursor {
	height: 12px;
	width: 12px;
	z-index: 9999999999;
	transition: transform .25s linear;
	background: 0 0;
	border: 1px solid var(--red)
}

.cursor.hover {
	background-color: rgba(0, 0, 0, .1) !important;
	transform: translate(-50%, -50%) scale(4);
	mix-blend-mode: initial
}

.circle-cursor.hover {
	transform: translate(-50%, -50%) scale(2);
	border: 0;
	background-color: transparent !important;
	height: 60px;
	width: 60px
}

@media (min-width:768px) {

	.hover-video.pause-video,
	.hover-video.pause-video .btn-play {
		cursor: none
	}

	.hover-video .btn-play {
		cursor: pointer;
		width: 117px !important;
		height: 117px !important
	}

	.hover-video .btn-play.no-desktop {
		display: block !important
	}
}

.hover-video iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%
}

body.animating-bg,
section.bg-color {
	background-color: #f3f0e8
}

section {
	margin-bottom: 70px;
	margin-top: 70px
}

@media (min-width:768px) {
	section {
		margin-bottom: 100px;
		margin-top: 100px
	}
}

section.bg-color {
	margin: 0;
	padding-top: 70px;
	padding-bottom: 70px
}

@media (min-width:768px) {
	section.bg-color {
		padding-top: 100px;
		padding-bottom: 100px
	}
}

section.bg-color + .bg-color,
section.bg-color-2 + .bg-color-2 {
	padding-top: 0
}

section.bg-color-2 {
	background-color: #f9f7f5;
	margin: 0;
	padding-top: 70px;
	padding-bottom: 70px
}

@media (min-width:768px) {
	section.bg-color-2 {
		padding-top: 100px;
		padding-bottom: 100px
	}
}

body.bg-color-azul-claro {
	background-color: #eff3fa
}

body.bg-color-amarillo-claro {
	background-color: #f8f5ee
}

html:not(.no-js) [data-fade=fade-in-text],
html:not(.no-js) [data-fade=fade-in] {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

html:not(.no-js) [data-fade=fade-in] {
	opacity: 1 !important
}

html:not(.no-js) [data-fade=fade-up] {
	-webkit-transform: translate3d(0, 10px, 0);
	transform: translate3d(0, 10px, 0)
}

html:not(.no-js) [data-fade^=fade][data-fade^=fade] {
	opacity: 0;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform
}

html:not(.no-js) [data-fade^=fade][data-fade^=fade].fade-animate {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	transition-property: all;
	transition-duration: .6s;
	transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

[data-fade][data-fade][data-fade-delay="100"].fade-animate,
body[data-fade-delay="100"] [data-fade].fade-animate {
	transition-delay: .1s
}

[data-fade][data-fade][data-fade-delay="500"].fade-animate,
body[data-fade-delay="500"] [data-fade].fade-animate {
	transition-delay: .3s
}

[data-fade][data-fade][data-fade-delay="700"].fade-animate,
body[data-fade-delay="700"] [data-fade].fade-animate {
	transition-delay: .7s
}

[data-fade][data-fade][data-fade-duration="100"],
body[data-fade-duration="100"] [data-fade] {
	transition-duration: .1s
}

[data-fade][data-fade][data-fade-duration="500"],
body[data-fade-duration="500"] [data-fade] {
	transition-duration: .5s
}

[data-fade][data-fade][data-fade-duration="700"],
body[data-fade-duration="700"] [data-fade] {
	transition-duration: .7s
}

[data-fade][data-fade][data-fade-duration="1000"],
body[data-fade-duration="1000"] [data-fade] {
	transition-duration: 1s
}

h1,
h2,
h3,
h4,
h5,
h6 {
	 font-family: 'Futura LT';
	font-weight: 600
}

h1,
h2 {
	font-size: 24px;
	line-height: 31px;
	letter-spacing: -.02em
}

@media (min-width:768px) {

	h1,
	h2 {
		font-size: 32px;
		line-height: 41px;
		letter-spacing: -.02em
	}
}

h3 {
	font-size: 16px;
	line-height: 120%
}

@media (min-width:768px) {
	h3 {
		font-size: 20px;
		line-height: 120%
	}
}

.title-2 {
	
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #000;
	/*opacity: .5*/
}

@media (min-width:768px) {
	.title-2 {
		font-size: 14px;
		line-height: 20px
	}
}

.f-16,
.f-18 {
	font-size: 16px;
	line-height: 120%
}

@media (min-width:991px) {
	.f-18 {
		font-size: 20px;
		line-height: 120%
	}
}

.f-20 {
	font-size: 16px;
	line-height: 120%
}

@media (min-width:991px) {
	.f-20 {
		font-size: 20px;
		line-height: 120%
	}
}

.btn-underline {
	transition: .35s;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: .1em;
	position: relative;
	display: block
}

.btn-underline:focus,
.btn-underline:hover {
	outline: 0
}

.btn-underline:hover {
	color: #000;
	transition: .35s
}

.btn-underline:hover:before {
	opacity: 0;
	transform: scale(0, 1);
	transition: opacity .2s ease-in-out .2s, transform .2s ease-in-out 0s
}

.btn-underline:hover:after {
	opacity: 1;
	transform: scale(1, 1);
	transition: transform .2s ease-in-out .25s
}

.btn-underline:after,
.btn-underline:before {
	content: "";
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 1;
	transform: scale(1, 1);
	transform-origin: right center 0
}

.btn-underline:after {
	opacity: 0;
	transform: scale(0, 1);
	transform-origin: left center 0
}

.btn-underline.doc span {
	transform: rotate(-45deg);
	display: inline-block;
	top: -2px;
	position: relative
}

.btn-black {
	position: relative;
	overflow: hidden;
	padding: 0;
	border: 0;
	cursor: pointer;
	background-color: #000;
	display: block;
	text-decoration: none;
	border-radius: 0px
}

.btn-black span,
.btn-black:before {
	background: #000;
	-webkit-transition: -webkit-transform .4s;
	-moz-transition: -moz-transform .4s;
	transition: transform .4s;
	
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: #fff;
	padding: 20px 40px
}

.btn-black span {
	display: block;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0)
}

@media (max-width:768px) {
	.btn-black span {
		font-size: 12px;
		padding: 16px
	}
}

.btn-black:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	content: attr(data-hover);
	-webkit-transform: translateY(-85%);
	-moz-transform: translateY(-85%);
	transform: translateY(-85%)
}

@media (max-width:768px) {
	.btn-black:before {
		font-size: 12px;
		padding: 16px
	}
}

.btn-black:focus span,
.btn-black:hover span {
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	transform: translateY(100%)
}

.btn-black:focus:before,
.btn-black:hover:before {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
	z-index: 1
}

.btn-black.btn-border {
	border: 1px solid rgba(0, 0, 0, .15);
	background: 0 0
}

.btn-black.btn-border span,
.btn-black.btn-border:before {
	background: 0 0;
	color: #000
}

.btn-play {
	position: absolute !important;
	z-index: 2 !important;
	height: 80px !important;
	width: 80px !important;
	transform: translate(-50%, -50%) !important;
	top: 50% !important;
	left: 50% !important
}

a .img-div img {
	-webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
	-moz-transition: all .6s cubic-bezier(.645, .045, .355, 1);
	-ms-transition: all .6s cubic-bezier(.645, .045, .355, 1);
	-o-transition: all .6s cubic-bezier(.645, .045, .355, 1);
	transition: all .6s cubic-bezier(.645, .045, .355, 1);
	transform: scale(1.1)
}

a:hover .img-div img {
	transform: scale(1.05)
}

.img-div.fade-animate img {
	filter: blur(0);
	filter: none;
	transform: scale(1)
}

.d-img .img-div.fade-animate img,
.d-slider:not(.d-hero-block-text) .img-div.fade-animate img {
	filter: none;
	transform: scale(1)
}

.d-img .img-div img,
.d-slider:not(.d-hero-block-text) .img-div img {
	filter: none;
	transform: scale(1.1);
	transition: all 2s cubic-bezier(.215, .61, .355, 1)
}

.d-hero .img-div img,
.d-hero-two-col .img-div img,
.d-media-center .img-div img,
.d-others-slider .img-div img,
.d-slider-info .img-div img,
.d-three-blocks .img-div img,
.d-three-img-text-slider .img-div img,
.d-thumbs-gallery .img-div img,
.d-video .img-div img,
.modal-gallery .img-div img,
header .img-div img {
	filter: none;
	transform: scale(1)
}

.swiper .swiper-pagination {
	bottom: auto;
	top: 44px
}

.swiper .swiper-pagination .swiper-pagination-bullet {
	background: #fff !important;
	opacity: .3;
	width: 10px;
	height: 10px;
	margin-right: 5px;
	margin-left: 5px
}

.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1
}

@media (min-width:768px) {
	.animation-swiper.fade-animate .swiper .swiper-slide {
		opacity: 1;
		transform: translateX(0);
		transition-delay: 0s
	}

	.animation-swiper.fade-animate .swiper .swiper-slide:nth-child(2) {
		transition-delay: .2s
	}

	.animation-swiper.fade-animate .swiper .swiper-slide:nth-child(3) {
		transition-delay: .4s
	}

	.animation-swiper.fade-animate .swiper .swiper-slide:nth-child(4) {
		transition-delay: .6s
	}

	.animation-swiper.fade-animate .swiper .swiper-slide:nth-child(5) {
		transition-delay: .8s
	}

	.animation-swiper.fade-animate .swiper .swiper-slide:nth-child(6) {
		transition-delay: 1s
	}

	.animation-swiper.fade-animate .swiper .swiper-slide:nth-child(7) {
		transition-delay: 1.2s
	}

	.animation-swiper .swiper .swiper-slide {
		opacity: 1;
		transform: translateX(40%);
		transition: all 1.5s cubic-bezier(.645, .045, .355, 1)
	}
}

.breadcrumb {
	position: absolute;
	bottom: 10px;
	left: 10px;
	z-index: 9
}

@media (min-width:768px) {
	.breadcrumb {
		bottom: 21px;
		left: 42px
	}
}

.breadcrumb > div {
	display: flex;
	gap: 7px;
	align-items: center
}

.breadcrumb > div a {
	opacity: .4;
	
	font-style: normal;
	font-weight: 500;
	font-size: 10px;
	line-height: 20px;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	display: flex;
	align-items: center
}

@media (min-width:768px) {
	.breadcrumb > div a {
		font-size: 12px
	}
}

.breadcrumb > div a span {
	opacity: .4;
	width: 2px;
	height: 2px;
	background-color: #fff;
	border-radius: 100%;
	margin-right: 7px;
	display: block;
	margin-top: -3px
}

.breadcrumb > div a:last-child,
.breadcrumb > div a:last-child span {
	opacity: 1
}

.split-title,
.split-title.fade-animate {
	opacity: 1
}

.split-title.fade-animate .word .char,
.split-title.split-menu.split-menu.fade-animate .word .char {
	animation: slide-in 1.2s cubic-bezier(.2, 0, .3, 1) both;
	animation-delay: calc(9ms*var(--char-index));
	will-change: transform;
	transform-origin: top left
}

.split-title .word {
	/*overflow-y: hidden*/
}

.split-title.split-menu {
	opacity: 0
}

.split-text,
.split-text.fade-animate,
.split-title.split-menu.split-menu.fade-animate {
	opacity: 1
}

.split-text.fade-animate .word .char {
	animation: slide-in .9s cubic-bezier(.2, 0, .3, 1) both;
	animation-delay: calc(5ms*var(--char-index));
	will-change: transform;
	transform-origin: top left
}

.split-text .word {
	overflow-y: hidden
}

.animation-img {
	text-align: center
}

.animation-img:before {
	right: 33.8vw !important;
	left: 33.8vw !important;
	transition: all 2s cubic-bezier(.215, .61, .355, 1) .5s !important
}

.animation-img iframe,
.animation-img img:not(.btn-play),
.animation-img video {
	margin-left: auto;
	margin-right: auto;
	width: 32vw !important;
	transition: all 2s cubic-bezier(.215, .61, .355, 1) .5s !important
}

.animation-img + .b-text-1 {
	transform: translateY(10px);
	transition: all .5s cubic-bezier(.215, .61, .355, 1) 1.8s !important;
	opacity: 0
}

.animation-img.fade-animate:before {
	right: 0 !important;
	left: 0 !important
}

.animation-img.fade-animate iframe,
.animation-img.fade-animate img:not(.btn-play),
.animation-img.fade-animate video {
	width: 100% !important
}

.animation-img.fade-animate + .b-text-1 {
	transform: translateY(0);
	opacity: 1
}

.b-arrow-2 {
	width: 68px;
	height: 124px;
	background-color: #fff;
	padding-left: 9px;
	padding-right: 9px;
	position: absolute;
	bottom: 10px;
	z-index: 1;
	right: calc(10px + calc(var(--bs-gutter-x)*.5))
}

@media (min-width:768px) {
	.b-arrow-2 {
		bottom: 24px;
		right: calc(24px + calc(var(--bs-gutter-x)*.5))
	}
}

@media (max-width:768px) {
	.b-arrow-2 {
		width: 50px;
		height: 110px
	}
}

.b-arrow-2:before,
.modal-salas .b-block-text > div {
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%
}

.b-arrow-2:before {
	width: 65%;
	height: 1px;
	background-color: #000;
	opacity: .15;
	content: ""
}

.b-arrow-2 > div {
	height: 100%
}

.b-arrow-2 .icons {
	width: 25px;
	height: 20px
}

.b-arrow-2 .swiper-button-next {
	top: auto;
	bottom: 10px;
	left: 22px
}

@media (max-width:768px) {
	.b-arrow-2 .swiper-button-next {
		bottom: 6px;
		left: 12px
	}
}

.b-arrow-2 .swiper-button-prev {
	top: 10px;
	left: 22px;
	margin: 0
}

@media (max-width:768px) {
	.b-arrow-2 .swiper-button-prev {
		top: 7px;
		left: 12px
	}
}

.btn-zoom,
.modal .close {
	width: 50px;
	height: 50px;
	border: 1px solid rgba(0, 0, 0, .15);
	background-color: #fff
}

.btn-zoom {
	position: absolute;
	top: 10px;
	z-index: 1;
	right: calc(10px + calc(var(--bs-gutter-x)*.5));
	padding: 14px;
	cursor: pointer
}

@media (min-width:991px) {
	.btn-zoom {
		width: 68px;
		height: 69px;
		padding: 21px
	}
}

@media (min-width:768px) {
	.btn-zoom {
		top: 24px;
		right: calc(24px + calc(var(--bs-gutter-x)*.5))
	}
}

.modal .close {
	padding: 11px
}

@media (min-width:991px) {
	.modal .close {
		width: 68px;
		height: 69px;
		padding: 15px
	}
}

.modal .b-arrow-2 {
	bottom: 15px;
	right: 15px;
	border: 1px solid rgba(0, 0, 0, .15)
}

.modal-salas .modal-content {
	padding-bottom: 20px !important
}

.modal-salas .modal-dialog {
	max-width: 1444px
}

.modal-salas .b-block-text {
	height: 369px;
	position: relative
}

@media (max-width:768px) {
	.modal-salas .b-block-text {
		height: auto
	}
}

.modal-salas .b-block-text > div {
	max-width: 441px;
	width: 100%
}

@media (max-width:768px) {
	.modal-salas .b-block-text > div {
		position: initial;
		transform: none;
		padding: 23px 20px 30px
	}
}

@media (min-width:768px) {
	.modal-salas .b-slider .swiper-slide {
		padding-left: 20px
	}
}

.modal-salas .b-slider .b-arrow-2 {
	bottom: 0;
	right: -69px;
	border: 1px solid rgba(0, 0, 0, .15)
}

.modal-salas .b-slider .img-div {
	height: 370px !important
}

@media (max-width:768px) {
	.modal-salas .b-slider .img-div {
		height: 340px !important
	}
}

.modal-salas .b-rooms table tbody tr td:first-child {
	text-align: center !important
}

.modal-salas .b-info {
	margin-top: 50px;
	padding-right: 40px
}

@media (min-width:768px) {
	.modal-salas .b-info {
		padding-bottom: 75px
	}

	.modal-salas .b-info .b-btn {
		position: absolute;
		bottom: 20px;
		right: 20px
	}
}

@media (max-width:768px) {
	.modal-salas .b-info {
		margin-top: 0
	}
}

.modal-salas .b-info .b-img {
	width: 100%;
	height: 272px;
	margin-top: 30px;
	max-width: -moz-max-content;
	max-width: max-content
}

@media (max-width:768px) {
	.modal-salas .b-info .b-img {
		margin-top: 20px
	}
}

.modal-salas .b-info .b-img img {
	width: auto;
	height: 100%;
	object-fit: contain
}

@media (max-width:768px) {
	.modal-salas .b-info .b-img img {
		width: 32%
	}

	.modal-salas .d-slider-info .b-rooms {
		margin-top: 35px
	}

	.modal-salas .d-slider-info .b-btn {
		margin-top: 20px;
		gap: 5px
	}
}

.modal-gallery {
	background-color: rgba(255, 255, 255, .95)
}

.modal-gallery .modal-dialog {
	max-width: 95vw;
	height: calc(100vh - 3.5rem)
}

.modal-gallery .modal-content,
body .d-dropdown .dropdown-button {
	background-color: transparent !important
}

.modal-gallery .img-div {
	width: 100%;
	height: 95vh
}

.modal-gallery .img-div img {
	object-fit: contain
}

.webform-submission-form .webform-likert-table-wrapper form label.mt-3 {
	margin-top: 2rem !important;
	margin-bottom: 2rem
}

.webform-submission-form .webform-likert-table-wrapper form .radio {
	min-height: auto;
	margin: 0;
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	height: -moz-max-content;
	height: max-content
}

.webform-submission-form .webform-likert-table-wrapper form .radio input {
	margin: 0 !important
}

.webform-submission-form .webform-likert-table-wrapper form .radio label {
	min-height: auto;
	margin: 0
}

.d-btn .b-btn {
	max-width: -moz-max-content;
	max-width: max-content
}

.d-error {
	height: 60vh
}

.d-error h1 {
	font-size: 60px
}

.d-error p {
	max-width: 400px;
	margin-bottom: 40px
}

.d-error .text-center > div {
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	width: 95%
}

.d-btn .b-btn,
.d-error .b-btn a,
.d-error p {
	margin-left: auto;
	margin-right: auto
}

.scroll-down:not(.no-scroll) header,
.scroll-up:not(.no-scroll) header {
	background: #fff;
	box-shadow: 0 4px 4px rgba(0, 0, 0, .05);
	transform: translateY(-100px)
}

.scroll-down:not(.no-scroll) header.h-major {
	background-color: #fff;
	box-shadow: 0 4px 4px rgba(0, 0, 0, .05);
	padding-top: 14px;
	padding-bottom: 14px
}

@media (max-width:991px) {
	.scroll-down:not(.no-scroll) header.h-major {
		padding-top: 20px;
		padding-bottom: 20px
	}
}

.scroll-down:not(.no-scroll) header.h-major .lang button i,
.scroll-down:not(.no-scroll) header.h-major .menu .menu-toggle > div,
.scroll-up:not(.no-scroll) header.h-major .lang button i,
.scroll-up:not(.no-scroll) header.h-major .menu .menu-toggle > div {
	background-color: #000
}

.scroll-down:not(.no-scroll) header.h-major .btn-black span,
.scroll-down:not(.no-scroll) header.h-major .btn-black:before,
.scroll-down:not(.no-scroll) header.h-major .btn-white,
.scroll-down:not(.no-scroll) header.h-major .lang,
.scroll-down:not(.no-scroll) header.h-major .lang button,
.scroll-down:not(.no-scroll) header.h-major .menu p,
.scroll-up:not(.no-scroll) header.h-major .menu p {
	color: #000
}

.scroll-down:not(.no-scroll) header.h-major .btn-black {
	border-color: #000
}

.scroll-down:not(.no-scroll) header.h-major .b-menu {
	align-items: center
}

@media (max-width:991px) {
	.scroll-down:not(.no-scroll) header.h-major .b-menu {
		align-items: flex-start
	}
}

.scroll-down:not(.no-scroll) header.h-major .b-logo img,
.scroll-up:not(.no-scroll) header.h-major .b-logo img {
	height: 54px;
	/*filter: invert(1)*/
}

.scroll-down:not(.no-scroll) header.h-major + div .d-breadcrumb,
.scroll-down:not(.no-scroll) header.h-major + div .d-hero-min,
.scroll-down:not(.no-scroll) header.h-major + nav + div .d-breadcrumb,
.scroll-down:not(.no-scroll) header.h-major + nav + div .d-hero-min,
.scroll-down:not(.no-scroll) header.h-major + nav + div + div .d-breadcrumb,
.scroll-down:not(.no-scroll) header.h-major + nav + div + div .d-hero-min {
	margin-top: 86px
}

.scroll-up:not(.no-scroll) header {
	transform: translateY(0)
}

.scroll-up:not(.no-scroll) header.h-major {
	background-color: #fff;
	box-shadow: 0 4px 4px rgba(0, 0, 0, .05);
	padding-top: 14px;
	padding-bottom: 14px
}

@media (max-width:991px) {
	.scroll-up:not(.no-scroll) header.h-major {
		padding-top: 20px;
		padding-bottom: 20px
	}

	.scroll-up:not(.no-scroll) header.h-major .b-btn-right .b-btn > a:first-child {
		border-color: #000
	}
}

.scroll-up:not(.no-scroll) header.h-major .btn-black span,
.scroll-up:not(.no-scroll) header.h-major .btn-black:before,
.scroll-up:not(.no-scroll) header.h-major .btn-white,
.scroll-up:not(.no-scroll) header.h-major .lang,
.scroll-up:not(.no-scroll) header.h-major .lang button {
	color: #000
}

.scroll-up:not(.no-scroll) header.h-major .btn-black {
	border-color: #000
}

.scroll-up:not(.no-scroll) header.h-major .b-menu {
	align-items: center
}

@media (max-width:991px) {
	.scroll-up:not(.no-scroll) header.h-major .b-menu {
		align-items: flex-start
	}
}

.scroll-up:not(.no-scroll) header.h-major + div .d-breadcrumb,
.scroll-up:not(.no-scroll) header.h-major + div .d-hero-min,
.scroll-up:not(.no-scroll) header.h-major + nav + div .d-breadcrumb,
.scroll-up:not(.no-scroll) header.h-major + nav + div .d-hero-min,
.scroll-up:not(.no-scroll) header.h-major + nav + div + div .d-breadcrumb,
.scroll-up:not(.no-scroll) header.h-major + nav + div + div .d-hero-min {
	margin-top: 86px
}

header,
header .menu .menu-toggle > div {
	-webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
	-moz-transition: all .6s cubic-bezier(.645, .045, .355, 1);
	-ms-transition: all .6s cubic-bezier(.645, .045, .355, 1);
	-o-transition: all .6s cubic-bezier(.645, .045, .355, 1);
	transition: all .6s cubic-bezier(.645, .045, .355, 1);
	top: 0
}

header {
	position: fixed;
	z-index: 4;
	left: 0;
	padding-top: 26px;
	padding-bottom: 26px
}

.d-info-contact ul,
.site-nav__menu ul,
header ul {
	margin: 0;
	padding: 0
}

header .menu {
	display: flex;
	align-items: center;
	gap: 11px;
	cursor: pointer
}

header .menu .menu-toggle {
	display: grid;
	gap: 8px;
	cursor: pointer
}

header .menu .menu-toggle > div {
	width: 27px;
	height: 1px;
	background-color: #fff;
	position: relative
}

header .menu p {
	margin: 0;
	
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 15px;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #fff
}

@media (max-width:991px) {
	header .menu p {
		display: none
	}
}

header .dropdown-content-lang a,
header .dropdown-lang .dropdown-button-lang,
header .lang {
	
	font-style: normal;
	font-size: 14px;
	letter-spacing: .1em
}

header .lang {
	font-weight: 700;
	line-height: 15px;
	color: #fff
}

header .dropdown-lang {
	position: relative;
	display: inline-block;
	text-transform: uppercase
}

header .dropdown-content-lang a,
header .dropdown-lang .dropdown-button-lang {
	text-transform: uppercase;
	color: #000
}

header .dropdown-lang .dropdown-button-lang {
	opacity: .5;
	border: 0;
	padding: 0;
	background-color: transparent;
	font-weight: 700;
	line-height: 15px
}

header .dropdown-lang .dropdown-button-lang i {
	width: 7px;
	height: 7px
}

header .dropdown-button-lang {
	border: 0;
	cursor: pointer;
	position: relative;
	z-index: 3
}

header .dropdown-button-lang:hover i,
header .dropdown-content-lang a:hover i {
	opacity: 1
}

header .dropdown-content-lang {
	display: block;
	position: absolute;
	z-index: 1;
	opacity: 0;
	max-height: 0;
	overflow: visible;
	transition: max-height .3s ease, opacity .3s ease;
	top: 30px
}

header .dropdown-content-lang a {
	text-decoration: none;
	display: block;
	font-weight: 500;
	line-height: 20px;
	margin-bottom: 6.5px;
	position: relative;
	max-width: -moz-max-content;
	max-width: max-content
}

header .dropdown-content-lang a.hidden {
	display: none
}

header .dropdown-content-lang a:before {
	content: "";
	position: absolute;
	bottom: 1px;
	width: 0;
	height: 1px;
	left: 0;
	background-color: #000;
	transition: width .3s
}

.d-dropdown .dropdown-content a i,
header .dropdown-content-lang a i {
	width: 12px;
	height: 12px;
	margin-left: 5px;
	opacity: 0;
	transition: opacity .3s
}

header,
header .dropdown-content-lang a:hover:before {
	width: 100%
}

header .dropdown-content-lang.show {
	opacity: 1;
	max-height: 300px
}

header .dropdown-content-lang.show:before {
	content: "";
	background-color: #fff;
	transition: background-color .3s;
	position: absolute;
	top: -8px;
	left: -20px;
	right: -20px;
	bottom: 0;
	z-index: -1;
	box-shadow: 0 0 4px rgba(0, 0, 0, .1);
	border-radius: 4px
}

header .b-menu {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	justify-content: flex-end
}

@media (min-width:991px) {
	header .b-menu {
		gap: 24px;
		height: 58px;
		align-items: center
	}

	header .b-btn-right {
		height: 58px
	}
}

header .b-logo {
	text-align: left
}

header .b-logo,
header .b-logo img {
	-webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
	-moz-transition: all .6s cubic-bezier(.645, .045, .355, 1);
	-ms-transition: all .6s cubic-bezier(.645, .045, .355, 1);
	-o-transition: all .6s cubic-bezier(.645, .045, .355, 1);
	transition: all .6s cubic-bezier(.645, .045, .355, 1)
}

@media (max-width:991px) {
	header .b-logo img {
		height: 56px;
		width: auto
	}
}

header .b-btn {
	display: flex;
	gap: 28px;
	align-items: center;
	margin-left: auto
}

@media (min-width:991px) {
	header .b-btn {
		height: 58px
	}
}

@media (max-width:991px) {
	header .b-btn {
		align-items: flex-start
	}

	header .b-btn > a:first-child {
		border: 1px solid rgba(0, 0, 0, .15);
		border-color: #fff;
		background: 0 0;
		border-radius: 4px;
		font-size: 10px;
		line-height: 100%;
		letter-spacing: .1em;
		padding: 8px;
		-webkit-transition: all .5s cubic-bezier(.645, .045, .355, 1);
		-moz-transition: all .5s cubic-bezier(.645, .045, .355, 1);
		-ms-transition: all .5s cubic-bezier(.645, .045, .355, 1);
		-o-transition: all .5s cubic-bezier(.645, .045, .355, 1);
		transition: all .5s cubic-bezier(.645, .045, .355, 1)
	}

	header .b-btn > a:nth-child(2) {
		display: none !important
	}
}

header .b-btn .btn-black span,
header .b-btn .btn-black:before {
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: .1em;
	padding: 14px 24px
}

@media (max-width:991px) {
	header .b-btn .btn-black span {
		font-size: 11px;
		line-height: 100%;
		letter-spacing: .1em;
		padding: 8px 12px
	}
}

@media (max-width:991px) {
	header .b-btn .btn-black:before {
		font-size: 11px;
		line-height: 100%;
		letter-spacing: .1em;
		padding: 8px 12px
	}
}

.d-hero-two-col.bg-color-azul .b-color > div .text p,
.d-hero-two-col.bg-color-negro .b-color > div .text p,
.d-three-blocks .b-slider .swiper .swiper-slide .b-text .text p,
header.h-major .btn-black span,
header.h-major .btn-black:before,
header.h-major .lang button {
	color: #fff
}

.d-text .b-icons ul li a:hover i,
.site-nav__menu-motor .b-motor > div form,
header.h-major .lang button i,
header.h-secondary {
	background-color: #fff
}

header.h-major .btn-white {
	
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: .1em;
	color: #fff;
	max-width: -moz-max-content;
	max-width: max-content;
	text-transform: uppercase;
	text-decoration: none
}

header.h-major .btn-black {
	border-color: #fff
}

header.h-secondary {
	box-shadow: 0 4px 4px rgba(0, 0, 0, .05);
	padding-top: 14px;
	padding-bottom: 14px
}

.d-breadcrumb .breadcrumb > div a span,
.d-text .b-icons ul li a:hover,
header.h-secondary .menu .menu-toggle > div {
	background-color: #000
}

header.h-secondary .lang,
header.h-secondary .menu p {
	color: #000
}

header.h-secondary .b-menu {
	align-items: flex-start;
	margin-top: 5px
}

@media (min-width:991px) {
	header.h-secondary .b-menu {
		align-items: center;
		margin-top: 0
	}
}

header.h-secondary .b-logo img {
	height: 54px;
	filter: invert(1)
}

header.h-secondary + div .d-breadcrumb,
header.h-secondary + div .d-hero-min,
header.h-secondary + nav + div .d-breadcrumb,
header.h-secondary + nav + div .d-hero-min,
header.h-secondary + nav + div + div .d-breadcrumb,
header.h-secondary + nav + div + div .d-hero-min {
	margin-top: 86px
}

.open-menu .site-nav__menu,
.open-menu-animate .site-nav__menu {
	opacity: 1;
	visibility: visible
}

.open-menu header .menu .menu-toggle > div:first-child {
	transform: rotate(45deg);
	top: 4px
}

.open-menu header .menu .menu-toggle > div:last-child {
	transform: rotate(-45deg) translate(6px, -7px);
	top: 4px
}

.open-menu .site-nav__menu:before {
	bottom: 0
}

@media (max-width:991px) {
	.open-menu .site-nav__menu:before {
		bottom: -270px
	}
}

.open-menu .site-nav__menu:after {
	opacity: 1
}

.open-menu .site-nav__menu .container-fluid > .row,
.open-menu .site-nav__menu .container-fluid > .row .b-social {
	opacity: 1;
	transform: translateY(0)
}

.open-menu .site-nav__menu .container-fluid > .row .b-col-2:before,
.open-menu .site-nav__menu .container-fluid > .row .b-contact:before,
.open-menu .site-nav__menu .container-fluid > .row .b-links:before {
	bottom: 0;
	-webkit-transition: all 1s cubic-bezier(.645, .045, .355, 1) 1.5s;
	-moz-transition: all 1s cubic-bezier(.645, .045, .355, 1) 1.5s;
	-ms-transition: all 1s cubic-bezier(.645, .045, .355, 1) 1.5s;
	-o-transition: all 1s cubic-bezier(.645, .045, .355, 1) 1.5s;
	transition: all 1s cubic-bezier(.645, .045, .355, 1) 1.5s
}

@media (max-width:991px) {

	.open-menu .site-nav__menu .container-fluid > .row .b-col-2:before,
	.open-menu .site-nav__menu .container-fluid > .row .b-contact:before,
	.open-menu .site-nav__menu .container-fluid > .row .b-links:before {
		bottom: auto;
		right: 5px
	}
}

.open-menu header.h-major,
.open-menu header.h-secondary,
.open-menu.scroll-down:not(.no-scroll) header.h-major,
.open-menu.scroll-down:not(.no-scroll) header.h-secondary,
.open-menu.scroll-up:not(.no-scroll) header.h-major,
.open-menu.scroll-up:not(.no-scroll) header.h-secondary {
	background-color: transparent;
	box-shadow: none;
	padding-top: 14px;
	padding-bottom: 14px
}

@media (max-width:991px) {

	.open-menu header.h-major,
	.open-menu header.h-secondary,
	.open-menu.scroll-down:not(.no-scroll) header.h-major,
	.open-menu.scroll-down:not(.no-scroll) header.h-secondary,
	.open-menu.scroll-up:not(.no-scroll) header.h-major,
	.open-menu.scroll-up:not(.no-scroll) header.h-secondary {
		padding-top: 20px;
		padding-bottom: 20px
	}

	.open-menu header.h-major .b-btn-right .b-btn > a:first-child,
	.open-menu header.h-secondary .b-btn-right .b-btn > a:first-child,
	.open-menu.scroll-down:not(.no-scroll) header.h-major .b-btn-right .b-btn > a:first-child,
	.open-menu.scroll-down:not(.no-scroll) header.h-secondary .b-btn-right .b-btn > a:first-child,
	.open-menu.scroll-up:not(.no-scroll) header.h-major .b-btn-right .b-btn > a:first-child,
	.open-menu.scroll-up:not(.no-scroll) header.h-secondary .b-btn-right .b-btn > a:first-child {
		border-color: #fff
	}
}

.open-menu header.h-major .lang button i,
.open-menu header.h-major .menu .menu-toggle > div,
.open-menu header.h-secondary .lang button i,
.open-menu header.h-secondary .menu .menu-toggle > div,
.open-menu.scroll-down:not(.no-scroll) header.h-major .lang button i,
.open-menu.scroll-down:not(.no-scroll) header.h-major .menu .menu-toggle > div,
.open-menu.scroll-down:not(.no-scroll) header.h-secondary .lang button i,
.open-menu.scroll-down:not(.no-scroll) header.h-secondary .menu .menu-toggle > div,
.open-menu.scroll-up:not(.no-scroll) header.h-major .lang button i,
.open-menu.scroll-up:not(.no-scroll) header.h-major .menu .menu-toggle > div,
.open-menu.scroll-up:not(.no-scroll) header.h-secondary .lang button i,
.open-menu.scroll-up:not(.no-scroll) header.h-secondary .menu .menu-toggle > div {
	background-color: #fff
}

.open-menu header.h-major .btn-black span,
.open-menu header.h-major .btn-black:before,
.open-menu header.h-major .btn-white,
.open-menu header.h-major .lang,
.open-menu header.h-major .lang button,
.open-menu header.h-major .menu p,
.open-menu header.h-secondary .btn-black span,
.open-menu header.h-secondary .btn-black:before,
.open-menu header.h-secondary .btn-white,
.open-menu header.h-secondary .lang,
.open-menu header.h-secondary .lang button,
.open-menu header.h-secondary .menu p,
.open-menu.scroll-down:not(.no-scroll) header.h-major .btn-black span,
.open-menu.scroll-down:not(.no-scroll) header.h-major .btn-black:before,
.open-menu.scroll-down:not(.no-scroll) header.h-major .btn-white,
.open-menu.scroll-down:not(.no-scroll) header.h-major .lang,
.open-menu.scroll-down:not(.no-scroll) header.h-major .lang button,
.open-menu.scroll-down:not(.no-scroll) header.h-major .menu p,
.open-menu.scroll-down:not(.no-scroll) header.h-secondary .btn-black span,
.open-menu.scroll-down:not(.no-scroll) header.h-secondary .btn-black:before,
.open-menu.scroll-down:not(.no-scroll) header.h-secondary .btn-white,
.open-menu.scroll-down:not(.no-scroll) header.h-secondary .lang,
.open-menu.scroll-down:not(.no-scroll) header.h-secondary .lang button,
.open-menu.scroll-down:not(.no-scroll) header.h-secondary .menu p,
.open-menu.scroll-up:not(.no-scroll) header.h-major .btn-black span,
.open-menu.scroll-up:not(.no-scroll) header.h-major .btn-black:before,
.open-menu.scroll-up:not(.no-scroll) header.h-major .btn-white,
.open-menu.scroll-up:not(.no-scroll) header.h-major .lang,
.open-menu.scroll-up:not(.no-scroll) header.h-major .lang button,
.open-menu.scroll-up:not(.no-scroll) header.h-major .menu p,
.open-menu.scroll-up:not(.no-scroll) header.h-secondary .btn-black span,
.open-menu.scroll-up:not(.no-scroll) header.h-secondary .btn-black:before,
.open-menu.scroll-up:not(.no-scroll) header.h-secondary .btn-white,
.open-menu.scroll-up:not(.no-scroll) header.h-secondary .lang,
.open-menu.scroll-up:not(.no-scroll) header.h-secondary .lang button,
.open-menu.scroll-up:not(.no-scroll) header.h-secondary .menu p {
	color: #fff
}

.open-menu header.h-major .btn-black,
.open-menu header.h-secondary .btn-black,
.open-menu.scroll-down:not(.no-scroll) header.h-major .btn-black,
.open-menu.scroll-down:not(.no-scroll) header.h-secondary .btn-black,
.open-menu.scroll-up:not(.no-scroll) header.h-major .btn-black,
.open-menu.scroll-up:not(.no-scroll) header.h-secondary .btn-black {
	border-color: #fff
}

.open-menu header.h-major .b-menu,
.open-menu header.h-secondary .b-menu,
.open-menu.scroll-down:not(.no-scroll) header.h-major .b-menu,
.open-menu.scroll-down:not(.no-scroll) header.h-secondary .b-menu,
.open-menu.scroll-up:not(.no-scroll) header.h-major .b-menu,
.open-menu.scroll-up:not(.no-scroll) header.h-secondary .b-menu {
	align-items: center
}

@media (max-width:991px) {

	.open-menu header.h-major .b-menu,
	.open-menu header.h-secondary .b-menu,
	.open-menu.scroll-down:not(.no-scroll) header.h-major .b-menu,
	.open-menu.scroll-down:not(.no-scroll) header.h-secondary .b-menu,
	.open-menu.scroll-up:not(.no-scroll) header.h-major .b-menu,
	.open-menu.scroll-up:not(.no-scroll) header.h-secondary .b-menu {
		align-items: flex-start
	}
}

.open-menu header.h-major .b-logo,
.open-menu header.h-secondary .b-logo,
.open-menu.scroll-down:not(.no-scroll) header.h-major .b-logo,
.open-menu.scroll-down:not(.no-scroll) header.h-secondary .b-logo,
.open-menu.scroll-up:not(.no-scroll) header.h-major .b-logo,
.open-menu.scroll-up:not(.no-scroll) header.h-secondary .b-logo {
	opacity: 0
}

.open-menu header.h-major .b-logo img,
.open-menu header.h-secondary .b-logo img,
.open-menu-motor header.h-major .b-logo img,
.open-menu-motor header.h-secondary .b-logo img,
.open-menu-motor.scroll-down:not(.no-scroll) header.h-major .b-logo img,
.open-menu-motor.scroll-down:not(.no-scroll) header.h-secondary .b-logo img,
.open-menu-motor.scroll-up:not(.no-scroll) header.h-major .b-logo img,
.open-menu-motor.scroll-up:not(.no-scroll) header.h-secondary .b-logo img,
.open-menu.scroll-down:not(.no-scroll) header.h-major .b-logo img,
.open-menu.scroll-down:not(.no-scroll) header.h-secondary .b-logo img,
.open-menu.scroll-up:not(.no-scroll) header.h-major .b-logo img,
.open-menu.scroll-up:not(.no-scroll) header.h-secondary .b-logo img {
	height: 54px;
	filter: invert(0)
}

.open-menu header.h-major + div .d-breadcrumb,
.open-menu header.h-major + div .d-hero-min,
.open-menu header.h-major + nav + div .d-breadcrumb,
.open-menu header.h-major + nav + div .d-hero-min,
.open-menu header.h-major + nav + div + div .d-breadcrumb,
.open-menu header.h-major + nav + div + div .d-hero-min,
.open-menu header.h-secondary + div .d-breadcrumb,
.open-menu header.h-secondary + div .d-hero-min,
.open-menu header.h-secondary + nav + div .d-breadcrumb,
.open-menu header.h-secondary + nav + div .d-hero-min,
.open-menu header.h-secondary + nav + div + div .d-breadcrumb,
.open-menu header.h-secondary + nav + div + div .d-hero-min,
.open-menu.scroll-down:not(.no-scroll) header.h-major + div .d-breadcrumb,
.open-menu.scroll-down:not(.no-scroll) header.h-major + div .d-hero-min,
.open-menu.scroll-down:not(.no-scroll) header.h-major + nav + div .d-breadcrumb,
.open-menu.scroll-down:not(.no-scroll) header.h-major + nav + div .d-hero-min,
.open-menu.scroll-down:not(.no-scroll) header.h-major + nav + div + div .d-breadcrumb,
.open-menu.scroll-down:not(.no-scroll) header.h-major + nav + div + div .d-hero-min,
.open-menu.scroll-down:not(.no-scroll) header.h-secondary + div .d-breadcrumb,
.open-menu.scroll-down:not(.no-scroll) header.h-secondary + div .d-hero-min,
.open-menu.scroll-down:not(.no-scroll) header.h-secondary + nav + div .d-breadcrumb,
.open-menu.scroll-down:not(.no-scroll) header.h-secondary + nav + div .d-hero-min,
.open-menu.scroll-down:not(.no-scroll) header.h-secondary + nav + div + div .d-breadcrumb,
.open-menu.scroll-down:not(.no-scroll) header.h-secondary + nav + div + div .d-hero-min,
.open-menu.scroll-up:not(.no-scroll) header.h-major + div .d-breadcrumb,
.open-menu.scroll-up:not(.no-scroll) header.h-major + div .d-hero-min,
.open-menu.scroll-up:not(.no-scroll) header.h-major + nav + div .d-breadcrumb,
.open-menu.scroll-up:not(.no-scroll) header.h-major + nav + div .d-hero-min,
.open-menu.scroll-up:not(.no-scroll) header.h-major + nav + div + div .d-breadcrumb,
.open-menu.scroll-up:not(.no-scroll) header.h-major + nav + div + div .d-hero-min,
.open-menu.scroll-up:not(.no-scroll) header.h-secondary + div .d-breadcrumb,
.open-menu.scroll-up:not(.no-scroll) header.h-secondary + div .d-hero-min,
.open-menu.scroll-up:not(.no-scroll) header.h-secondary + nav + div .d-breadcrumb,
.open-menu.scroll-up:not(.no-scroll) header.h-secondary + nav + div .d-hero-min,
.open-menu.scroll-up:not(.no-scroll) header.h-secondary + nav + div + div .d-breadcrumb,
.open-menu.scroll-up:not(.no-scroll) header.h-secondary + nav + div + div .d-hero-min {
	margin-top: 86px
}

.open-menu.scroll-down header {
	transform: translateY(0) !important
}

.site-nav__menu {
	padding-top: 75px;
	padding-bottom: 50px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3;
	opacity: 0;
	visibility: hidden
}

@media (min-width:991px) {
	.site-nav__menu {
		padding-top: 100px
	}
}

@media (max-width:991px) {
	.site-nav__menu {
		overflow: auto;
		height: 100%
	}
}

.site-nav__menu .container-fluid > .row,
.site-nav__menu:after,
.site-nav__menu:before {
	-webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
	-moz-transition: all .6s cubic-bezier(.645, .045, .355, 1);
	-ms-transition: all .6s cubic-bezier(.645, .045, .355, 1);
	-o-transition: all .6s cubic-bezier(.645, .045, .355, 1);
	transition: all .6s cubic-bezier(.645, .045, .355, 1)
}

.site-nav__menu:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 100%;
	background-color: #111;
	z-index: 0
}

.site-nav__menu .container-fluid > .row,
.site-nav__menu:after {
	opacity: 0
}

.site-nav__menu:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: -84%;
	background-color: rgba(17, 17, 17, .5);
	z-index: -1
}

@media (max-width:578px) {
	.site-nav__menu:after {
		background-color: #111;
		bottom: -50%
	}
}

.site-nav__menu .container-fluid > .row {
	transform: translateY(-100%)
}

.site-nav__menu a {
	position: relative;
	text-decoration: none;
	display: block
}

.site-nav__menu .b-img {
	display: flex;
	gap: 76px;
	gap: 4vw
}

@media (max-width:991px) {
	.site-nav__menu .b-img {
		flex-direction: column;
		gap: 3px
	}
}

.site-nav__menu .b-img .title {
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 22px;
	letter-spacing: -.02em;
	color: #fff;
	margin-bottom: 0
}

@media (max-width:991px) {
	.site-nav__menu .b-img .title {
		font-size: 16.0427px;
		line-height: 21px;
		letter-spacing: -.02em
	}
}

.site-nav__menu .b-img .title + .text {
	margin-top: 7px
}

.site-nav__menu .b-img .text p {
	color: #fff;
	line-height: 18px
}

.site-nav__menu .b-img .b-col-1 .img-div {
	width: 100%;
	opacity: 0 !important;
	transition-duration: 1s !important;
	height: 195px
}

@media (min-width:991px) {
	.site-nav__menu .b-img .b-col-1 .img-div {
		width: 17vw
	}
}

.site-nav__menu .b-img .b-col-1 .img-div.height-animate,
.site-nav__menu .b-img .b-col-2 .img-div.height-animate {
	opacity: 1 !important
}

@media (min-width:991px) {
	.site-nav__menu .b-img .b-col-1 .img-div {
		height: 435px
	}
}

.site-nav__menu .b-img .b-col-1 .img-div:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .31) 100%);
	z-index: 1
}

.site-nav__menu .b-img .b-col-1 .b-info {
	position: absolute;
	bottom: 20px;
	left: 20px;
	z-index: 1
}

.site-nav__menu .b-img .b-col-2 {
	position: relative
}

@media (min-width:991px) {
	.site-nav__menu .b-img .b-col-2:before {
		content: "";
		width: 1px;
		position: absolute;
		top: 0;
		left: -2vw;
		bottom: 100%;
		background-color: #fff;
		opacity: .1;
		-webkit-transition: all 1s cubic-bezier(.645, .045, .355, 1) 0s;
		-moz-transition: all 1s cubic-bezier(.645, .045, .355, 1) 0s;
		-ms-transition: all 1s cubic-bezier(.645, .045, .355, 1) 0s;
		-o-transition: all 1s cubic-bezier(.645, .045, .355, 1) 0s;
		transition: all 1s cubic-bezier(.645, .045, .355, 1) 0s
	}
}

@media (max-width:991px) {
	.site-nav__menu .b-img .b-col-2 {
		display: flex;
		gap: 3px
	}

	.site-nav__menu .b-img .b-col-2 > a {
		width: 100%
	}
}

@media (min-width:991px) {
	.site-nav__menu .b-img .b-col-2 a:not(:first-child) {
		margin-top: 31px
	}
}

.site-nav__menu .b-img .b-col-2 .img-div {
	width: 100%;
	margin-bottom: 9px;
	opacity: 0 !important;
	transition-duration: 1s !important;
	height: 130px
}

@media (min-width:991px) {
	.site-nav__menu .b-img .b-col-2 .img-div {
		width: 16vw
	}
}

@media (min-width:991px) {
	.site-nav__menu .b-img .b-col-2 .img-div {
		height: 168px
	}
}

.site-nav__menu .b-img .b-col-2 .title {
	width: 100%;
	text-align: center
}

@media (max-width:991px) {
	.site-nav__menu .b-links {
		margin-top: 29px;
		padding-top: 29px
	}
}

.site-nav__menu .b-links:before {
	content: "";
	width: 1px;
	position: absolute;
	top: 0;
	left: -21px;
	bottom: 100%;
	background-color: #fff;
	opacity: .1;
	-webkit-transition: all 1s cubic-bezier(.645, .045, .355, 1) 0s;
	-moz-transition: all 1s cubic-bezier(.645, .045, .355, 1) 0s;
	-ms-transition: all 1s cubic-bezier(.645, .045, .355, 1) 0s;
	-o-transition: all 1s cubic-bezier(.645, .045, .355, 1) 0s;
	transition: all 1s cubic-bezier(.645, .045, .355, 1) 0s
}

@media (max-width:991px) {
	.site-nav__menu .b-links:before {
		bottom: auto;
		left: 5px;
		right: 100%;
		height: 1px;
		width: auto
	}
}

.site-nav__menu .b-links .title-2 {
	margin-bottom: 40px;
	color: #fff
}

@media (min-width:991px) {
	.site-nav__menu .b-links .title-2 {
		margin-bottom: 20px
	}
}

.site-nav__menu .b-links ul {
	margin-bottom: 37px
}

@media (max-width:991px) {
	.site-nav__menu .b-links ul {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 15px
	}
}

.site-nav__menu .b-links ul li:last-child,
.site-nav__menu .b-links ul:last-child {
	margin-bottom: 0
}

.site-nav__menu .b-links ul li {
	margin-bottom: 10px
}

@media (max-width:991px) {
	.site-nav__menu .b-links ul li {
		width: 33%
	}
}

.site-nav__menu .b-links ul li a {
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: -.02em;
	color: #fff
}

@media (max-width:991px) {
	.site-nav__menu .b-links ul li a {
		font-size: 13.3961px;
		line-height: 17px;
		letter-spacing: -.02em
	}
}

.site-nav__menu .b-contact {
	display: grid;
	align-items: center
}

@media (max-width:991px) {
	.site-nav__menu .b-contact {
		margin-top: 50px;
		align-items: flex-start
	}
}

.site-nav__menu .b-contact:before {
	content: "";
	width: 1px;
	position: absolute;
	top: 0;
	left: -21px;
	bottom: 100%;
	background-color: #fff;
	opacity: .1;
	-webkit-transition: all 1s cubic-bezier(.645, .045, .355, 1) 0s;
	-moz-transition: all 1s cubic-bezier(.645, .045, .355, 1) 0s;
	-ms-transition: all 1s cubic-bezier(.645, .045, .355, 1) 0s;
	-o-transition: all 1s cubic-bezier(.645, .045, .355, 1) 0s;
	transition: all 1s cubic-bezier(.645, .045, .355, 1) 0s
}

.site-nav__menu .b-contact address,
.site-nav__menu .b-contact > div a {
	
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: .05em;
	color: #fff
}

.site-nav__menu .b-contact address {
	line-height: 20px;
	margin-bottom: 19px
}

@media (max-width:991px) {
	.site-nav__menu .b-contact address {
		font-size: 11.8797px;
		line-height: 15px;
		letter-spacing: .05em
	}
}

.site-nav__menu .b-contact > div a {
	line-height: 23px;
	/*opacity: .5*/
}

@media (max-width:991px) {
	.site-nav__menu .b-contact > div a {
		font-size: 11.8797px;
		line-height: 15px;
		letter-spacing: .05em
	}
}

.site-nav__menu .b-contact .b-social,
.site-nav__menu .b-contact ul {
	display: flex;
	gap: 4px;
	position: absolute;
	bottom: 0
}

@media (max-width:991px) {
	.site-nav__menu .b-contact ul {
		position: initial;
		margin-top: 10px
	}
}

.site-nav__menu .b-contact .b-social {
	left: 7px;
	opacity: 0;
	transform: translateY(-20px);
	-webkit-transition: all 1s cubic-bezier(.645, .045, .355, 1) 1.5s;
	-moz-transition: all 1s cubic-bezier(.645, .045, .355, 1) 1.5s;
	-ms-transition: all 1s cubic-bezier(.645, .045, .355, 1) 1.5s;
	-o-transition: all 1s cubic-bezier(.645, .045, .355, 1) 1.5s;
	transition: all 1s cubic-bezier(.645, .045, .355, 1) 1.5s
}

@media (max-width:991px) {
	.site-nav__menu .b-contact .b-social {
		position: initial;
		margin-top: 5px
	}
}

.site-nav__menu .b-contact .b-social a {
	opacity: 1 !important;
	background-color: transparent;
	width: 36px;
	height: 36px;
	position: relative;
	border-radius: 100%;
	border: 1px solid rgba(255, 255, 255, .15);
	-webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
	-moz-transition: all .6s cubic-bezier(.645, .045, .355, 1);
	-ms-transition: all .6s cubic-bezier(.645, .045, .355, 1);
	-o-transition: all .6s cubic-bezier(.645, .045, .355, 1);
	transition: all .6s cubic-bezier(.645, .045, .355, 1)
}

.site-nav__menu .b-contact .b-social a i {
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	background-color: #ebebeb;
	width: 14px;
	height: 14px
}

.site-nav__menu .b-contact .b-social a:hover {
	background-color: #ebebeb
}

.site-nav__menu .b-contact .b-social a:hover i {
	background-color: #1e1e1e
}

.site-nav__menu li:not(.b-social) a,
footer li:not(.b-social) a {
	display: inline;
	color: var(--color);
	background-image: linear-gradient(90deg, #fff 100%, #fff 0);
	background-position: 100% 100%;
	background-size: 0 1px;
	background-repeat: no-repeat;
	transition: background-size 1s cubic-bezier(.19, 1, .155, 1.01) 0s;
	max-width: -moz-max-content;
	max-width: max-content
}

.site-nav__menu li:not(.b-social) a:hover {
	background-image: linear-gradient(90deg, #fff, #fff);
	background-size: 100% 1px;
	background-position: 0 100%
}

.open-menu-animate-motor .site-nav__menu-motor {
	opacity: 1;
	visibility: visible
}

.open-menu-motor .motor-close {
	display: block
}

.d-dropdown .dropdown-content a.hidden,
.motor-close,
.open-menu-motor .motor-open {
	display: none
}

.open-menu-motor .site-nav__menu-motor {
	opacity: 1;
	visibility: visible
}

.open-menu-motor .site-nav__menu-motor:before {
	bottom: 0
}

@media (max-width:991px) {
	.open-menu-motor .site-nav__menu-motor:before {
		bottom: -270px
	}
}

.d-dropdown .dropdown-button:hover i,
.d-dropdown .dropdown-content a:hover i,
.d-hero-block-text.fade-animate.d-slider.d-img-block .b-block,
.open-menu-motor .site-nav__menu-motor:after {
	opacity: 1
}

.open-menu-motor .site-nav__menu-motor .container-fluid > .row {
	opacity: 1;
	transform: translateY(0)
}

.open-menu-motor header.h-major,
.open-menu-motor header.h-secondary,
.open-menu-motor.scroll-down:not(.no-scroll) header.h-major,
.open-menu-motor.scroll-down:not(.no-scroll) header.h-secondary,
.open-menu-motor.scroll-up:not(.no-scroll) header.h-major,
.open-menu-motor.scroll-up:not(.no-scroll) header.h-secondary {
	background-color: transparent;
	box-shadow: none;
	padding-top: 14px;
	padding-bottom: 14px
}

@media (max-width:991px) {

	.open-menu-motor header.h-major,
	.open-menu-motor header.h-secondary,
	.open-menu-motor.scroll-down:not(.no-scroll) header.h-major,
	.open-menu-motor.scroll-down:not(.no-scroll) header.h-secondary,
	.open-menu-motor.scroll-up:not(.no-scroll) header.h-major,
	.open-menu-motor.scroll-up:not(.no-scroll) header.h-secondary {
		padding-top: 20px;
		padding-bottom: 20px
	}
}

.open-menu-motor header.h-major .lang button i,
.open-menu-motor header.h-major .menu .menu-toggle > div,
.open-menu-motor header.h-secondary .lang button i,
.open-menu-motor header.h-secondary .menu .menu-toggle > div,
.open-menu-motor.scroll-down:not(.no-scroll) header.h-major .lang button i,
.open-menu-motor.scroll-down:not(.no-scroll) header.h-major .menu .menu-toggle > div,
.open-menu-motor.scroll-down:not(.no-scroll) header.h-secondary .lang button i,
.open-menu-motor.scroll-down:not(.no-scroll) header.h-secondary .menu .menu-toggle > div,
.open-menu-motor.scroll-up:not(.no-scroll) header.h-major .lang button i,
.open-menu-motor.scroll-up:not(.no-scroll) header.h-major .menu .menu-toggle > div,
.open-menu-motor.scroll-up:not(.no-scroll) header.h-secondary .lang button i,
.open-menu-motor.scroll-up:not(.no-scroll) header.h-secondary .menu .menu-toggle > div {
	background-color: #000
}

.open-menu-motor header.h-major .btn-black span,
.open-menu-motor header.h-major .btn-black:before,
.open-menu-motor header.h-major .btn-white,
.open-menu-motor header.h-major .lang,
.open-menu-motor header.h-major .lang button,
.open-menu-motor header.h-major .menu p,
.open-menu-motor header.h-secondary .btn-black span,
.open-menu-motor header.h-secondary .btn-black:before,
.open-menu-motor header.h-secondary .btn-white,
.open-menu-motor header.h-secondary .lang,
.open-menu-motor header.h-secondary .lang button,
.open-menu-motor header.h-secondary .menu p,
.open-menu-motor.scroll-down:not(.no-scroll) header.h-major .btn-black span,
.open-menu-motor.scroll-down:not(.no-scroll) header.h-major .btn-black:before,
.open-menu-motor.scroll-down:not(.no-scroll) header.h-major .btn-white,
.open-menu-motor.scroll-down:not(.no-scroll) header.h-major .lang,
.open-menu-motor.scroll-down:not(.no-scroll) header.h-major .lang button,
.open-menu-motor.scroll-down:not(.no-scroll) header.h-major .menu p,
.open-menu-motor.scroll-down:not(.no-scroll) header.h-secondary .btn-black span,
.open-menu-motor.scroll-down:not(.no-scroll) header.h-secondary .btn-black:before,
.open-menu-motor.scroll-down:not(.no-scroll) header.h-secondary .btn-white,
.open-menu-motor.scroll-down:not(.no-scroll) header.h-secondary .lang,
.open-menu-motor.scroll-down:not(.no-scroll) header.h-secondary .lang button,
.open-menu-motor.scroll-down:not(.no-scroll) header.h-secondary .menu p,
.open-menu-motor.scroll-up:not(.no-scroll) header.h-major .btn-black span,
.open-menu-motor.scroll-up:not(.no-scroll) header.h-major .btn-black:before,
.open-menu-motor.scroll-up:not(.no-scroll) header.h-major .btn-white,
.open-menu-motor.scroll-up:not(.no-scroll) header.h-major .lang,
.open-menu-motor.scroll-up:not(.no-scroll) header.h-major .lang button,
.open-menu-motor.scroll-up:not(.no-scroll) header.h-major .menu p,
.open-menu-motor.scroll-up:not(.no-scroll) header.h-secondary .btn-black span,
.open-menu-motor.scroll-up:not(.no-scroll) header.h-secondary .btn-black:before,
.open-menu-motor.scroll-up:not(.no-scroll) header.h-secondary .btn-white,
.open-menu-motor.scroll-up:not(.no-scroll) header.h-secondary .lang,
.open-menu-motor.scroll-up:not(.no-scroll) header.h-secondary .lang button,
.open-menu-motor.scroll-up:not(.no-scroll) header.h-secondary .menu p {
	color: #000
}

.open-menu-motor header.h-major .btn-black,
.open-menu-motor header.h-secondary .btn-black,
.open-menu-motor.scroll-down:not(.no-scroll) header.h-major .btn-black,
.open-menu-motor.scroll-down:not(.no-scroll) header.h-secondary .btn-black,
.open-menu-motor.scroll-up:not(.no-scroll) header.h-major .btn-black,
.open-menu-motor.scroll-up:not(.no-scroll) header.h-secondary .btn-black {
	border-color: #000
}

.open-menu-motor header.h-major .b-menu,
.open-menu-motor header.h-secondary .b-menu,
.open-menu-motor.scroll-down:not(.no-scroll) header.h-major .b-menu,
.open-menu-motor.scroll-down:not(.no-scroll) header.h-secondary .b-menu,
.open-menu-motor.scroll-up:not(.no-scroll) header.h-major .b-menu,
.open-menu-motor.scroll-up:not(.no-scroll) header.h-secondary .b-menu {
	align-items: center
}

@media (max-width:991px) {

	.open-menu-motor header.h-major .b-menu,
	.open-menu-motor header.h-secondary .b-menu,
	.open-menu-motor.scroll-down:not(.no-scroll) header.h-major .b-menu,
	.open-menu-motor.scroll-down:not(.no-scroll) header.h-secondary .b-menu,
	.open-menu-motor.scroll-up:not(.no-scroll) header.h-major .b-menu,
	.open-menu-motor.scroll-up:not(.no-scroll) header.h-secondary .b-menu {
		align-items: flex-start
	}
}

.open-menu-motor header.h-major .b-logo,
.open-menu-motor header.h-secondary .b-logo,
.open-menu-motor.scroll-down:not(.no-scroll) header.h-major .b-logo,
.open-menu-motor.scroll-down:not(.no-scroll) header.h-secondary .b-logo,
.open-menu-motor.scroll-up:not(.no-scroll) header.h-major .b-logo,
.open-menu-motor.scroll-up:not(.no-scroll) header.h-secondary .b-logo {
	opacity: 0
}

.open-menu-motor header.h-major + div .d-breadcrumb,
.open-menu-motor header.h-major + div .d-hero-min,
.open-menu-motor header.h-major + nav + div .d-breadcrumb,
.open-menu-motor header.h-major + nav + div .d-hero-min,
.open-menu-motor header.h-major + nav + div + div .d-breadcrumb,
.open-menu-motor header.h-major + nav + div + div .d-hero-min,
.open-menu-motor header.h-secondary + div .d-breadcrumb,
.open-menu-motor header.h-secondary + div .d-hero-min,
.open-menu-motor header.h-secondary + nav + div .d-breadcrumb,
.open-menu-motor header.h-secondary + nav + div .d-hero-min,
.open-menu-motor header.h-secondary + nav + div + div .d-breadcrumb,
.open-menu-motor header.h-secondary + nav + div + div .d-hero-min,
.open-menu-motor.scroll-down:not(.no-scroll) header.h-major + div .d-breadcrumb,
.open-menu-motor.scroll-down:not(.no-scroll) header.h-major + div .d-hero-min,
.open-menu-motor.scroll-down:not(.no-scroll) header.h-major + nav + div .d-breadcrumb,
.open-menu-motor.scroll-down:not(.no-scroll) header.h-major + nav + div .d-hero-min,
.open-menu-motor.scroll-down:not(.no-scroll) header.h-major + nav + div + div .d-breadcrumb,
.open-menu-motor.scroll-down:not(.no-scroll) header.h-major + nav + div + div .d-hero-min,
.open-menu-motor.scroll-down:not(.no-scroll) header.h-secondary + div .d-breadcrumb,
.open-menu-motor.scroll-down:not(.no-scroll) header.h-secondary + div .d-hero-min,
.open-menu-motor.scroll-down:not(.no-scroll) header.h-secondary + nav + div .d-breadcrumb,
.open-menu-motor.scroll-down:not(.no-scroll) header.h-secondary + nav + div .d-hero-min,
.open-menu-motor.scroll-down:not(.no-scroll) header.h-secondary + nav + div + div .d-breadcrumb,
.open-menu-motor.scroll-down:not(.no-scroll) header.h-secondary + nav + div + div .d-hero-min,
.open-menu-motor.scroll-up:not(.no-scroll) header.h-major + div .d-breadcrumb,
.open-menu-motor.scroll-up:not(.no-scroll) header.h-major + div .d-hero-min,
.open-menu-motor.scroll-up:not(.no-scroll) header.h-major + nav + div .d-breadcrumb,
.open-menu-motor.scroll-up:not(.no-scroll) header.h-major + nav + div .d-hero-min,
.open-menu-motor.scroll-up:not(.no-scroll) header.h-major + nav + div + div .d-breadcrumb,
.open-menu-motor.scroll-up:not(.no-scroll) header.h-major + nav + div + div .d-hero-min,
.open-menu-motor.scroll-up:not(.no-scroll) header.h-secondary + div .d-breadcrumb,
.open-menu-motor.scroll-up:not(.no-scroll) header.h-secondary + div .d-hero-min,
.open-menu-motor.scroll-up:not(.no-scroll) header.h-secondary + nav + div .d-breadcrumb,
.open-menu-motor.scroll-up:not(.no-scroll) header.h-secondary + nav + div .d-hero-min,
.open-menu-motor.scroll-up:not(.no-scroll) header.h-secondary + nav + div + div .d-breadcrumb,
.open-menu-motor.scroll-up:not(.no-scroll) header.h-secondary + nav + div + div .d-hero-min {
	margin-top: 86px
}

.open-menu-motor.scroll-down header {
	transform: translateY(0) !important
}

.site-nav__menu-motor {
	padding-top: 75px;
	padding-bottom: 50px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3;
	opacity: 0;
	visibility: hidden
}

@media (min-width:991px) {
	.site-nav__menu-motor {
		padding-top: 100px;
		height: 604px
	}

	.site-nav__menu-motor .d-motor .b-motor > div {
		transform: translate(-50%, -50%);
		top: 50%;
		left: 50%;
		bottom: auto
	}
}

@media (max-width:991px) {
	.site-nav__menu-motor {
		overflow: auto;
		height: 70%
	}
}

.site-nav__menu-motor > .container-fluid,
.site-nav__menu-motor > .container-fluid .row {
	height: 100%
}

.site-nav__menu-motor .b-motor > div {
	background-color: transparent !important
}

.site-nav__menu-motor .b-motor p {
	margin-bottom: 10px;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: -.02em
}

@media (min-width:768px) {
	.site-nav__menu-motor .b-motor p {
		font-size: 20px;
		line-height: 26px
	}
}

.site-nav__menu-motor .b-bottom p a,
.site-nav__menu-motor .b-motor p a {
	color: inherit;
	text-decoration: none
}

.site-nav__menu-motor .b-bottom {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0
}

.site-nav__menu-motor .b-bottom p {
	margin-bottom: 0;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: -.02em
}

@media (min-width:768px) {
	.site-nav__menu-motor .b-bottom p {
		font-size: 20px;
		line-height: 26px
	}
}

.site-nav__menu-motor .container-fluid > .row,
.site-nav__menu-motor:after,
.site-nav__menu-motor:before {
	-webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
	-moz-transition: all .6s cubic-bezier(.645, .045, .355, 1);
	-ms-transition: all .6s cubic-bezier(.645, .045, .355, 1);
	-o-transition: all .6s cubic-bezier(.645, .045, .355, 1);
	transition: all .6s cubic-bezier(.645, .045, .355, 1)
}

.site-nav__menu-motor:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 100%;
	background-color: #f9f7f5;
	z-index: 0
}

.site-nav__menu-motor .container-fluid > .row,
.site-nav__menu-motor:after {
	opacity: 0
}

.site-nav__menu-motor:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: -84%;
	background-color: rgba(17, 17, 17, .5);
	z-index: -1
}

.site-nav__menu-motor .container-fluid > .row {
	transform: translateY(-100%)
}

.d-hero,
.d-hero-block-text,
.d-hero-two-col {
	margin: 0
}

.d-hero .hover-video iframe {
	width: 130%;
	height: 130%
}

@media (max-width:768px) {
	.d-hero .hover-video iframe {
		width: 350%
	}
}

.d-hero.fade-animate .b-img-video .img-div img {
	transform: scale(1)
}

.d-hero.d-hero-min .b-img-video {
	height: 180px
}

@media (min-width:768px) {
	.d-hero.d-hero-min .b-img-video {
		height: 417px
	}
}

.d-hero.d-hero-min .b-img-video .img-div:before {
	/*background: linear-gradient(0deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), linear-gradient(180.08deg, transparent 55.69%, rgba(0, 0, 0, .58) 99.93%);*/
	opacity: .3
}

.d-hero.d-hero-min:not(.fade-animate) .b-img-video .img-div img {
	transform: scale(1.1)
}

.d-hero .b-img-video {
	padding: 0;
	height: 100vh;
	width: 100%
}

.d-hero .b-img-video.pause-video .img-div img {
	opacity: 0
}

.d-hero .b-img-video .img-div {
	width: 100%;
	height: 100%
}

.d-hero .b-img-video .img-div img {
	object-position: top;
	transform: scale(1.1);
	-webkit-transition: all 2s cubic-bezier(.645, .045, .355, 1);
	-moz-transition: all 2s cubic-bezier(.645, .045, .355, 1);
	-ms-transition: all 2s cubic-bezier(.645, .045, .355, 1);
	-o-transition: all 2s cubic-bezier(.645, .045, .355, 1);
	transition: all 2s cubic-bezier(.645, .045, .355, 1)
}

.d-hero .b-img-video .img-div:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	opacity: .3;
	z-index: 5
}

.d-hero .b-img-video video,
.d-multimedia-gallery .b-video video,
.d-video-three-services .b-video .img-div video {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover
}

.d-hero .b-img-video img {
	z-index: 1;
	position: relative;
	opacity: 1;
	-webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
	-moz-transition: all .6s cubic-bezier(.645, .045, .355, 1);
	-ms-transition: all .6s cubic-bezier(.645, .045, .355, 1);
	-o-transition: all .6s cubic-bezier(.645, .045, .355, 1);
	transition: all .6s cubic-bezier(.645, .045, .355, 1)
}

.d-hero-two-col.bg-color-amarillo .b-color {
	background-color: #ffb61c
}

.d-hero-two-col.bg-color-azul .b-color {
	background-color: #072658
}

.d-hero-two-col.bg-color-negro .b-color {
	background-color: #161616
}

.d-hero-two-col.bg-color-verde .b-color {
	background-color: #154834
}

.d-hero-two-col.fade-animate .b-img-video .img-div img {
	transform: scale(1)
}

.d-hero-two-col .b-img-video {
	padding: 0;
	height: 433px
}

@media (min-width:768px) {
	.d-hero-two-col .b-img-video {
		height: 100vh
	}
}

.d-hero-two-col .b-img-video .img-div {
	width: 100%;
	height: 100%
}

.d-hero-two-col .b-img-video .img-div img {
	object-position: top;
	transform: scale(1.07);
	-webkit-transition: all 1.5s cubic-bezier(.645, .045, .355, 1);
	-moz-transition: all 1.5s cubic-bezier(.645, .045, .355, 1);
	-ms-transition: all 1.5s cubic-bezier(.645, .045, .355, 1);
	-o-transition: all 1.5s cubic-bezier(.645, .045, .355, 1);
	transition: all 1.5s cubic-bezier(.645, .045, .355, 1)
}

.d-hero-two-col .b-img-video .img-div:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(360deg, transparent 69.24%, rgba(0, 0, 0, .3) 100%);
	z-index: 1
}

.d-hero-two-col .b-color {
	padding: 0;
	height: auto
}

@media (min-width:768px) {
	.d-hero-two-col .b-color {
		height: 100vh
	}
}

.d-hero-two-col .b-color > div {
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%
}

@media (max-width:768px) {
	.d-hero-two-col .b-color > div {
		position: initial;
		transform: none;
		padding: 40px 33px 50px
	}
}

.d-hero-two-col .b-color > div .b-logo {
	margin-bottom: 35px
}

.d-hero-two-col .b-color > div .b-logo img {
	height: auto;
	width: 180px
}

@media (min-width:768px) {
	.d-hero-two-col .b-color > div .b-logo img {
		/*height: 144px;
		width: auto*/
	}
}

.d-hero-two-col .b-color > div .text {
	max-width: 431px
}

.d-hero-block-text.d-slider.d-img-block .b-block {
	opacity: 0;
	-webkit-transition: all 1s cubic-bezier(.645, .045, .355, 1);
	-moz-transition: all 1s cubic-bezier(.645, .045, .355, 1);
	-ms-transition: all 1s cubic-bezier(.645, .045, .355, 1);
	-o-transition: all 1s cubic-bezier(.645, .045, .355, 1);
	transition: all 1s cubic-bezier(.645, .045, .355, 1);
	transition-delay: 1s
}

.d-hero-block-text .img-div:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: linear-gradient(0deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .15))
}

.d-hero-block-text .img-div img {
	filter: none;
	transform: scale(1.07);
	-webkit-transition: all 2s cubic-bezier(.645, .045, .355, 1);
	-moz-transition: all 2s cubic-bezier(.645, .045, .355, 1);
	-ms-transition: all 2s cubic-bezier(.645, .045, .355, 1);
	-o-transition: all 2s cubic-bezier(.645, .045, .355, 1);
	transition: all 2s cubic-bezier(.645, .045, .355, 1)
}

.d-hero-block-text .img-div.fade-animate img {
	filter: none;
	transform: scale(1)
}

@media (max-width:768px) {
	.d-hero-block-text.d-slider .b-slider .swiper .swiper-slide .img-div {
		height: 100vh
	}

	.d-hero-block-text.d-slider.d-img-block .b-block {
		left: 10px;
		bottom: 10px;
		transform: none;
		margin-top: 0;
		position: absolute;
		padding: 0;
		right: 10px;
		width: auto;
		max-width: 100%
	}
}

.d-hero-block-text.d-slider .b-block > div {
	padding: 24px 14px;
	background-color: #fff
}

@media (min-width:768px) {
	.d-hero-block-text.d-slider .b-block > div {
		padding: 42px
	}
}

.d-hero-block-text.d-slider .b-block > div .logo {
	filter: brightness(0) grayscale(1);
	margin-bottom: 34px;
	height: 59px;
	width: auto
}

.d-breadcrumb .breadcrumb > div a,
.d-hero-block-text.d-slider .b-block > div .text p,
.d-hero-block-text.d-slider .b-block > div .title {
	color: #000
}

.d-hero-block-text.d-slider .b-block > div .b-btn {
	margin-top: 34px
}

.d-hero-block-text.d-slider .b-block > div .b-btn .btn-black {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .15)
}

.d-hero-block-text.d-slider .b-block > div .b-btn .btn-black span,
.d-hero-block-text.d-slider .b-block > div .b-btn .btn-black:before {
	background-color: #fff;
	color: #000
}

.d-hero-block-text + .d-two-img-text {
	margin-top: 16px
}

@media (max-width:768px) {
	.d-slider.d-img-block {
		overflow: hidden
	}
}

.d-breadcrumb {
	margin: 10px 0;
	padding-top: 10px
}

.d-breadcrumb + section {
	margin-top: 0 !important
}

.d-breadcrumb .breadcrumb {
	position: initial
}

.b-motor-block {
	margin-top: 45px !important
}

.b-motor-block .b-motor {
	width: 100%
}

.b-motor-block .b-motor > div {
	position: initial !important;
	transform: none !important;
	margin-left: 0 !important
}

.b-motor-block,
.d-motor {
	margin: 0;
	z-index: 2
}

.d-motor .b-motor > div {
	margin-left: auto
}

.b-motor-block .b-motor > div,
.d-motor .b-motor > div {
	width: max-content;
	margin-right: auto;
	background-color: #fff;
	border-radius: 4px;
	position: absolute;
	transform: translate(-50%, 0);
	top: auto;
	left: 50%;
	bottom: 135px;
	-webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
	-moz-transition: all .6s cubic-bezier(.645, .045, .355, 1);
	-ms-transition: all .6s cubic-bezier(.645, .045, .355, 1);
	-o-transition: all .6s cubic-bezier(.645, .045, .355, 1);
	transition: all .6s cubic-bezier(.645, .045, .355, 1)
}

@media (min-width:768px) {

	.b-motor-block .b-motor > div,
	.d-motor .b-motor > div {
		bottom: 90px
	}
}

.site-nav__menu-motor .d-motor {
	position: relative;
	top: 100px
}

.site-nav__menu-motor .d-motor .b-motor > div {
	position: initial;
	transform: none
}

.site-nav__menu-motor .mi-be .mi-be-datepicker-select.mi-be-datapicker-prices div.DateRangePicker_picker {
	top: -100px !important
}

.site-nav__menu-motor + .d-motor .b-motor > div {
	background-color: transparent;
	border-radius: 4px;
	position: fixed;
	transform: none;
	width: 100%;
	left: auto
}

.site-nav__menu-motor + .d-motor .b-motor > div form {
	background-color: #fff;
	max-width: max-content
}

.scroll-down:not(.no-scroll) .site-nav__menu-motor + .d-motor .b-motor > div,
.scroll-up:not(.no-scroll) .site-nav__menu-motor + .d-motor .b-motor > div {
	bottom: -100px
}

@media (max-width:991px) {

	.scroll-down:not(.no-scroll) .site-nav__menu-motor + .d-motor .b-motor > div,
	.scroll-up:not(.no-scroll) .site-nav__menu-motor + .d-motor .b-motor > div {
		bottom: 10px;
		left: 0
	}

	header.h-secondary .b-btn .btn-black {
		border: 1px solid rgba(0, 0, 0, .15);
		border-color: #000;
		padding: 0
	}

	header.h-secondary .b-btn .btn-black:before {
		font-size: 10px;
		padding: 8px
	}

	header.h-secondary .b-btn .btn-black span {
		font-size: 10px;
		line-height: 100%;
		letter-spacing: .1em;
		padding: 8px
	}

	.site-nav__menu-motor + .d-motor .b-motor > div {
		left: 0
	}

	body:not(.id-1).no-scroll .site-nav__menu-motor + .d-motor .b-motor > div {
		bottom: -100px !important
	}
}

.d-dropdown {
	z-index: 2
}

.d-dropdown:not(.dropdown-links) .b-filter > div {
	width: 100%;
	max-width: 380px
}

.d-dropdown .b-filter > div {
	max-width: -moz-max-content;
	max-width: max-content;
	display: flex;
	gap: 15px;
	margin-right: auto;
	margin-left: auto
}

.d-dropdown .b-filter .dropdown,
.d-dropdown .b-filter p {
	
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #000
}

.d-dropdown .b-filter p {
	opacity: .4;
	position: relative;
	z-index: 3
}

@media (max-width:768px) {
	.d-dropdown .b-filter p {
		width: 111px
	}
}

.d-dropdown .dropdown {
	position: relative;
	display: inline-block
}

.d-dropdown .dropdown-button {
	background-color: #fff;
	border: 0;
	cursor: pointer;
	transition: background-color .3s;
	
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #000;
	padding: 0;
	margin-bottom: 6.5px;
	position: relative;
	z-index: 3
}

.d-dropdown .dropdown-button:before,
.d-dropdown .dropdown-content a:before {
	content: "";
	position: absolute;
	bottom: -1px;
	height: 1px;
	left: 0;
	background-color: #000;
	transition: width .3s;
	width: 100%
}

.d-dropdown .dropdown-button i {
	width: 12px;
	height: 12px;
	margin-left: 5px;
	transition: opacity .3s;
	opacity: 1
}

.d-dropdown .dropdown-button:hover:before,
.d-dropdown .dropdown-content a:hover:before {
	width: 100%
}

.d-dropdown .dropdown-content {
	display: block;
	position: absolute;
	background-color: #fff;
	min-width: 160px;
	z-index: 1;
	opacity: 0;
	max-height: 0;
	overflow: visible;
	transition: max-height .4s ease, opacity .4s ease
}

.d-dropdown .dropdown-content a,
.d-rooms .b-info .b-characteristics ul li {
	
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	text-transform: uppercase;
	position: relative
}

.d-dropdown .dropdown-content a {
	text-decoration: none;
	display: block;
	transition: background-color .3s;
	font-size: 14px;
	letter-spacing: .1em;
	color: #000;
	margin-bottom: 6.5px;
	max-width: -moz-max-content;
	max-width: max-content
}

.d-dropdown .dropdown-content a:before {
	width: 0
}

.d-dropdown .dropdown-content.show {
	opacity: 1;
	max-height: 300px
}

.d-dropdown .dropdown-content.show:before {
	content: "";
	background-color: #fff;
	transition: background-color .3s;
	position: absolute;
	top: -39px;
	left: -229px;
	right: -5px;
	bottom: -35px;
	z-index: -1;
	box-shadow: 0 0 4px rgba(0, 0, 0, .1);
	border-radius: 2px
}

@media (max-width:768px) {
	.d-dropdown .dropdown-content.show:before {
		left: -42px;
		bottom: -34px;
		right: 0
	}
}

.d-dropdown.dropdown-links.dropdown-spa .dropdown-content.show:before {
	left: -236px
}

@media (max-width:768px) {
	.d-dropdown.dropdown-links.dropdown-spa .dropdown-content.show:before {
		left: -42px;
		bottom: -34px;
		right: 0
	}
}

.d-dropdown.dropdown-links .dropdown-content.show:before {
	right: -45px;
	left: -90px
}

@media (max-width:768px) {
	.d-dropdown.dropdown-links .dropdown-content.show:before {
		left: -42px;
		bottom: -34px;
		right: 0
	}
}

.d-dropdown.dropdown-links .dropdown-content a i {
	transform: rotate(-90deg)
}

.content-filter {
	display: none
}

.content-filter.show {
	display: block
}

.pin-spacer + .d-text {
	background-color: #fff;
	margin: 0;
	padding-top: 70px;
	padding-bottom: 70px
}

@media (min-width:768px) {
	.pin-spacer + .d-text {
		padding-top: 100px;
		padding-bottom: 100px
	}
}

.pin-spacer + .d-text + .d-sticky-editorial {
	margin-top: 0;
	background-color: #fff
}

.d-text .title {
	margin-bottom: 25px
}

@media (min-width:768px) {
	.d-text .title {
		margin-bottom: 35px
	}
}

.d-text .text {
	max-width: 487px;
	margin-left: auto;
	margin-right: auto
}

@media (max-width:768px) {
	.d-text .text {
		padding-left: 20px;
		padding-right: 20px
	}
}

.d-text .b-btn {
	margin-top: 25px
}

@media (min-width:768px) {
	.d-text .b-btn {
		margin-top: 42px
	}
}

.d-text .b-btn a,
.d-video-three-services .b-intro .b-btn a {
	margin-left: auto;
	margin-right: auto
}

.d-text .b-icons {
	margin-top: 50px
}

.d-text .b-icons ul {
	padding: 0;
	position: relative;
	margin: 0 auto
}

.d-text .b-icons ul li {
	display: flex;
	gap: 4px
}

.d-text .b-icons ul li a {
	text-decoration: none;
	display: block;
	opacity: 1 !important;
	background-color: transparent;
	width: 36px;
	height: 36px;
	position: relative;
	border-radius: 100%;
	border: 1px solid rgba(0, 0, 0, .15);
	-webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
	-moz-transition: all .6s cubic-bezier(.645, .045, .355, 1);
	-ms-transition: all .6s cubic-bezier(.645, .045, .355, 1);
	-o-transition: all .6s cubic-bezier(.645, .045, .355, 1);
	transition: all .6s cubic-bezier(.645, .045, .355, 1)
}

.d-text .b-icons ul li a i {
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	background-color: #000;
	width: 14px;
	height: 14px
}

.d-hero-min + .d-text .text {
	max-width: 689px
}

.d-text-article h1,
.d-text-article h2,
.d-text-article h3,
.d-text-article h4 {
	text-align: center;
	margin-bottom: 20px
}

@media (min-width:768px) {

	.d-text-article h1,
	.d-text-article h2,
	.d-text-article h3,
	.d-text-article h4 {
		margin-bottom: 50px
	}
}

.d-text-article .text p {
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 150%;
	text-align: justify
}

.d-text-article .text p a {
	color: inherit
}

.d-rooms .b-slider .swiper .swiper-slide .img-div {
	height: 366px;
	width: 100%
}

@media (min-width:768px) {
	.d-rooms .b-slider .swiper .swiper-slide .img-div {
		height: 100vh
	}
}

.d-rooms .b-room {
	z-index: 1
}

@media (max-width:768px) {
	.d-rooms .b-room {
		padding-top: 20px;
		background-color: #fff
	}
}

.d-rooms .b-info {
	display: grid;
	align-items: center;
	position: relative
}

@media (max-width:768px) {
	.d-rooms .b-info {
		padding-top: 25px;
		padding-bottom: 70px
	}
}

.d-rooms .b-info:before {
	content: "";
	position: absolute;
	top: 0;
	left: -100px;
	right: calc(var(--bs-gutter-x)*.5);
	bottom: 0;
	background-color: #fff;
	z-index: -1
}

.d-rooms .b-info .b-title {
	margin-bottom: 16px
}

@media (min-width:768px) {
	.d-rooms .b-info .b-title {
		margin-bottom: 28px
	}
}

.d-rooms .b-info .b-title .title {
	margin-bottom: 0
}

.d-rooms .b-info .b-title .subtitle {
	font-style: italic;
	font-weight: 300;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: -.02em;
	margin-bottom: 0
}

.d-rooms .b-info .b-btn,
.d-rooms .b-info .text {
	max-width: 448px;
	margin-left: auto;
	margin-right: auto
}

.d-rooms .b-info .b-btn {
	margin-top: 16px;
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	align-items: center;
	max-width: -moz-max-content;
	max-width: max-content
}

@media (min-width:768px) {
	.d-rooms .b-info .b-btn {
		margin-top: 12px
	}
}

.d-rooms .b-info .b-characteristics {
	margin-top: 16px;
	padding-top: 19px;
	padding-bottom: 19px;
	/*max-width: -moz-max-content;
	max-width: max-content;*/
	max-width: 100%;
	margin-left: auto;
	margin-right: auto
}

@media (min-width:768px) {
	.d-rooms .b-info .b-characteristics {
		border-top: 1px solid rgba(0, 0, 0, .15);
		border-bottom: 1px solid rgba(0, 0, 0, .15);
		margin-top: 10px
	}
}

.d-rooms .b-info .b-characteristics ul {
	margin: 0;
	padding: 0;
	display: flex;
	gap: 15px;
	justify-content: center
}

@media (min-width:768px) {
	.d-rooms .b-info .b-characteristics ul {
		gap: 60px
	}
}

.d-rooms .b-info .b-characteristics ul li {
	font-size: 12px;
	letter-spacing: .05em;
	color: #151515;
	display: flex;
	align-items: center;
	gap: 8px;
	text-transform: none
}

@media (min-width:768px) {
	.d-rooms .b-info .b-characteristics ul li {
		font-size: 14px;
		gap: 12px
	}
}

@media (max-width:768px) {
	.d-rooms .b-info .b-characteristics ul li {
		text-align: left
	}
}

.d-rooms .b-info .b-characteristics ul li i {
	width: 21px;
	height: 21px;
	background-color: #a09656
}

.d-rooms .b-info .b-characteristics ul li span {
	display: block;
	max-width: 90px
}

.d-rooms .b-info .b-characteristics ul li:first-child {
	padding-left: 10px
}

@media (min-width:768px) {
	.d-rooms .b-info .b-characteristics ul li:first-child {
		padding-left: 0px
	}
}

.d-rooms .b-info .b-characteristics ul li:last-child {
	padding-right: 10px
}

@media (min-width:768px) {
	.d-rooms .b-info .b-characteristics ul li:last-child {
		padding-right: 23px
	}
}

.d-rooms .b-info .b-characteristics ul li:last-child:before {
	display: none
}

@media (min-width:768px) {
	.d-rooms .b-info .b-characteristics ul li:before {
		content: "";
		position: absolute;
		right: -30px;
		left: 0;
		top: -5px;
		bottom: -5px;
		border-right: 1px solid rgba(0, 0, 0, .15)
	}
}

.d-three-blocks {
	/*overflow-x: hidden;*/
	background-color: #fff;
	padding-bottom: 70px;
	margin-bottom: 0
}

@media (min-width:768px) {
	.d-three-blocks {
		padding-bottom: 100px
	}
}

.d-three-blocks .b-text {
	margin-bottom: 37px
}

@media (min-width:768px) {
	.d-three-blocks .b-text {
		margin-bottom: 95px
	}
}

.d-three-blocks .b-text .title-2 {
	margin-bottom: 28px
}

.d-three-blocks .b-text .text {
	max-width: 720px;
    text-align: justify;
}

.d-three-blocks .b-text .b-btn {
	margin-top: 28px
}

.d-three-blocks .b-slider.fade-animate .swiper .swiper-slide {
	opacity: 1;
	transform: translateX(0);
	transition-delay: 0s
}

.d-three-blocks .b-slider.fade-animate .swiper .swiper-slide:nth-child(2) {
	transition-delay: .2s
}

.d-three-blocks .b-slider.fade-animate .swiper .swiper-slide:nth-child(3) {
	transition-delay: .4s
}

.d-three-blocks .b-slider.fade-animate .swiper .swiper-slide:nth-child(4) {
	transition-delay: .6s
}

.d-three-blocks .b-slider.fade-animate .swiper .swiper-slide:nth-child(5) {
	transition-delay: .8s
}

.d-three-blocks .b-slider.fade-animate .swiper .swiper-slide:nth-child(6) {
	transition-delay: 1s
}

.d-three-blocks .b-slider.fade-animate .swiper .swiper-slide:nth-child(7) {
	transition-delay: 1.2s
}

.d-three-blocks .b-slider .swiper {
	overflow-x: visible
}

.d-three-blocks .b-slider .swiper .swiper-slide {
	opacity: 1;
	transform: translateX(40%);
	transition: all 1.5s cubic-bezier(.645, .045, .355, 1)
}

.d-three-blocks .b-slider .swiper .swiper-slide > div {
	opacity: .3;
	-webkit-transition: opacity .6s cubic-bezier(.645, .045, .355, 1);
	-moz-transition: opacity .6s cubic-bezier(.645, .045, .355, 1);
	-ms-transition: opacity .6s cubic-bezier(.645, .045, .355, 1);
	-o-transition: opacity .6s cubic-bezier(.645, .045, .355, 1);
	transition: opacity .6s cubic-bezier(.645, .045, .355, 1)
}

.d-three-blocks .b-slider .swiper .swiper-slide.swiper-slide-active > div,
.d-three-blocks .b-slider .swiper .swiper-slide.swiper-slide-next + .swiper-slide > div,
.d-three-blocks .b-slider .swiper .swiper-slide.swiper-slide-next > div {
	opacity: 1
}

.d-three-blocks .b-slider .swiper .swiper-slide .img-div {
	width: 100%;
	height: 640px;
	height: 35vw
}

@media (max-width:768px) {
	.d-three-blocks .b-slider .swiper .swiper-slide .img-div {
		height: 438px
	}
}

.d-three-blocks .b-slider .swiper .swiper-slide .img-div:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: linear-gradient(0deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), linear-gradient(180deg, transparent 38.43%, rgba(0, 0, 0, .69) 100%)
}

@media (min-width:768px) {
	.d-three-blocks .b-slider .swiper .swiper-slide .img-div:before {
		background: linear-gradient(0deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), linear-gradient(180.08deg, transparent 55.69%, rgba(0, 0, 0, .58) 99.93%)
	}
}

.d-three-blocks .b-slider .swiper .swiper-slide .b-text {
	position: absolute;
	left: 31px;
	bottom: 27px;
	z-index: 1;
	margin-bottom: 0
}

.d-three-blocks .b-slider .swiper .swiper-slide .b-text .title-2 {
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: -.02em;
	color: #fff;
	
	text-transform: none;
	font-weight: 300
}

.d-three-blocks .b-slider .swiper .swiper-slide .b-text .text {
	    max-width: 75%;
    text-align: left;
}

.d-three-blocks .b-slider .swiper .swiper-slide .b-text .b-btn {
	margin-top: 23px
}

.d-three-blocks .b-slider .swiper .swiper-slide .b-text .btn-underline {
	color: #fff
}

.d-three-blocks .b-slider .swiper .swiper-slide .b-text .btn-underline:after,
.d-three-blocks .b-slider .swiper .swiper-slide .b-text .btn-underline:before,
.d-video .b-text-1 .btn-underline:after,
.d-video .b-text-1 .btn-underline:before {
	border-bottom: 1px solid rgba(255, 255, 255, .5)
}

.d-three-blocks .b-slider .b-arrow {
	margin-top: 25px
}

.d-three-blocks .b-slider .b-arrow .swiper-pagination {
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	width: 52%
}

@media (min-width:578px) {
	.d-three-blocks .b-slider .b-arrow .swiper-pagination {
		width: 300px
	}
}

.d-three-blocks .b-slider .b-arrow .swiper-pagination div {
	-webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
	-moz-transition: all .6s cubic-bezier(.645, .045, .355, 1);
	-ms-transition: all .6s cubic-bezier(.645, .045, .355, 1);
	-o-transition: all .6s cubic-bezier(.645, .045, .355, 1);
	transition: all .6s cubic-bezier(.645, .045, .355, 1)
}

.d-three-blocks .b-slider .b-arrow .swiper-pagination span,
.d-video-three-services .b-bottom .b-block .b-text-2 span {
	
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #000
}

.d-three-blocks .b-slider .b-arrow .swiper-pagination span.b-current {
	opacity: .3
}

.d-three-blocks .b-slider .b-arrow > div {
	height: 59px;
	border: 1px solid rgba(0, 0, 0, .15);
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	position: relative
}

@media (min-width:578px) {
	.d-three-blocks .b-slider .b-arrow > div {
		width: 505px
	}
}

.d-three-blocks .b-slider .b-arrow > div .swiper-button-next {
	right: 19px
}

.d-three-blocks .b-slider .b-arrow > div .swiper-button-next:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -19px;
	width: 1px;
	background-color: #000;
	opacity: .15
}

.d-three-blocks .b-slider .b-arrow > div .swiper-button-prev {
	left: 19px
}

.d-three-blocks .b-slider .b-arrow > div .swiper-button-prev:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: -19px;
	width: 1px;
	background-color: #000;
	opacity: .15
}

.d-featured + .d-newsletter .b-border > div:before,
.d-featured-blocks.d-others + .d-newsletter .b-border > div:before,
.d-three-img-text-slider.d-gallery-article .b-slider .swiper .swiper-slide .img-div:before,
.swiper-button-next:after,
.swiper-button-prev:after {
	display: none !important
}

.d-slider.d-img-block.c-block-azul .b-block > div,
.d-video.bg-color-azul {
	background-color: #072658
}

.d-video.bg-color-negro {
	background-color: #161616
}

.d-video.bg-color-amarillo {
	background-color: #ffb61c
}

.d-treatments .b-treatment .b-info .info ul li p,
.d-video.d-video-three-services .b-video {
	margin: 0
}

.d-video.d-video-three-services.d-img-full .b-video .img-div {
	width: 100%
}

@media (min-width:768px) {
	.d-video.d-video-three-services.d-img-full .b-video .img-div {
		height: 100vh
	}
}

.d-video.d-video-three-services.d-img-full .b-video .img-div:before {
	background: linear-gradient(270deg, transparent 63.37%, rgba(0, 0, 0, .3) 100%)
}

.d-video .b-video {
	padding: 0
}

.d-video .b-video.col-lg-10 {
	padding-right: calc(var(--bs-gutter-x)*.5);
	padding-left: calc(var(--bs-gutter-x)*.5)
}

.d-video .b-text-1 {
	max-width: 374px;
	position: absolute;
	z-index: 2;
	bottom: 20px;
	left: 20px
}

@media (min-width:768px) {
	.d-video .b-text-1 {
		bottom: 62px;
		left: calc(71px + calc(var(--bs-gutter-x)*.5))
	}
}

.d-video .b-text-1 .text p,
.d-video .b-text-1 .title {
	color: #fff
}

.d-video .b-text-1 .text {
	margin-top: 35px
}

@media (max-width:768px) {
	.d-video .b-text-1 .text {
		max-width: 93%
	}
}

.d-video .b-text-1 .b-btn {
	margin-top: 20px
}

@media (min-width:768px) {
	.d-video .b-text-1 .b-btn {
		margin-top: 36px
	}
}

.d-video .b-text-1 .btn-underline {
	color: #fff
}

.d-video .b-text-2 {
	margin-top: 35px;
	max-width: 610px;
	padding-left: 6px
}

@media (min-width:768px) {
	.d-video .b-text-2 {
		margin-top: 48px;
		padding-left: 71px
	}
}

.d-video-three-services.bg-color .b-block .img-div:before {
	background-color: #f3f0e8 !important
}

.d-video-three-services .b-intro .title {
	margin-bottom: 25px
}

@media (min-width:768px) {
	.d-video-three-services .b-intro .title {
		margin-top: 35px
	}
}

.d-video-three-services .b-intro .text {
	max-width: 689px;
	margin-left: auto;
	margin-right: auto
}

.d-video-three-services .b-intro .b-btn {
	margin-top: 25px
}

@media (min-width:768px) {
	.d-video-three-services .b-intro .b-btn {
		margin-top: 42px
	}
}

.d-video-three-services .b-video {
	margin-top: 80px;
	margin-bottom: 80px;
	position: relative
}

@media (max-width:768px) {
	.d-video-three-services .b-video {
		padding-left: 0;
		padding-right: 0;
		margin-top: 55px;
		margin-bottom: 55px
	}
}

.d-video-three-services .b-video.pause-video .img-div img {
	opacity: 0
}

.d-video-three-services .b-video .img-div {
	aspect-ratio: 360/568
}

@media (min-width:768px) {
	.d-video-three-services .b-video .img-div {
		aspect-ratio: 16/9
	}
}

.d-video-three-services .b-video .img-div:before {
	z-index: 2;
	content: "";
	background-color: #000;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: .3
}

.d-video-three-services .b-bottom .b-block .b-text-2 span:before,
.d-video-three-services .b-video .img-div img {
	-webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
	-moz-transition: all .6s cubic-bezier(.645, .045, .355, 1);
	-ms-transition: all .6s cubic-bezier(.645, .045, .355, 1);
	-o-transition: all .6s cubic-bezier(.645, .045, .355, 1);
	transition: all .6s cubic-bezier(.645, .045, .355, 1)
}

.d-video-three-services .b-video .img-div img {
	z-index: 1;
	position: relative;
	opacity: 1
}

.d-video-three-services .b-video .b-logo img {
	position: absolute;
	right: calc(48px + calc(var(--bs-gutter-x)*.5));
	bottom: 48px;
	z-index: 4;
	height: 200px;
	width: auto
}

@media (max-width:768px) {
	.d-video-three-services .b-video .b-logo img {
		right: auto;
		bottom: 24px;
		height: 56px;
		width: auto;
		transform: translate(-50%, 0);
		left: 50%
	}
}

.d-video-three-services .b-bottom {
	margin-top: 26px
}

.d-video-three-services .b-bottom .title-2 {
	margin-bottom: 28px
}

.d-video-three-services .b-bottom .text {
	max-width: 700px;
	text-align: justify
}

.d-video-three-services .b-bottom .b-block {
	margin-top: 26px
}

.d-video-three-services .b-bottom .b-block a,
footer a {
	text-decoration: none
}

.d-video-three-services .b-bottom .b-block a:hover .b-text-2 span:before {
	right: 0
}

.d-video-three-services .b-bottom .b-block .img-div {
	width: 100%;
	height: 239px
}

@media (min-width:768px) {
	.d-video-three-services .b-bottom .b-block .img-div {
		    height: 350px;
	}
}

.d-video-three-services .b-bottom .b-block .img-div:before {
	content: "";
	width: 40px;
	height: 40px;
	background-color: #fff;
	z-index: 1;
	position: absolute;
	transform: rotate(45deg);
	bottom: 51px;
	left: -36px
}

.d-video-three-services .b-bottom .b-block .b-text-2 {
	position: absolute;
	bottom: 0;
	left: calc(var(--bs-gutter-x)*.5);
	right: calc(var(--bs-gutter-x)*.5);
	display: flex;
	justify-content: space-between;
	border-top: 1px dashed rgba(255, 255, 255, .5)
}

.d-video-three-services .b-bottom .b-block .b-text-2 p {
	margin-bottom: 0;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: -.02em;
	color: #fff;
	height: 71px;
	display: grid;
	align-items: center;
	padding-left: 27px;
	padding-right: 27px
}

.d-video-three-services .b-bottom .b-block .b-text-2 span {
	font-weight: 500;
	font-size: 23.8619px;
	line-height: 30px;
	color: #fff;
	position: relative;
	z-index: 1;
	height: 71px;
	display: grid;
	align-items: center;
	padding-left: 27px;
	padding-right: 27px;
	border-left: 1px dashed rgba(255, 255, 255, .5)
}

.d-video-three-services .b-bottom .b-block .b-text-2 span:before {
	content: "";
	position: absolute;
	z-index: -1;
	background-color: rgba(243, 240, 232, .3);
	top: 0;
	bottom: 0;
	left: 0;
	right: 100%
}

@media (max-width:768px) {
	.d-sticky-editorial .b-slider {
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 18px
	}
}

.d-sticky-editorial .b-slider .swiper .swiper-slide {
	width: 100%
}

.d-featured-blocks .b-block .img-div:before,
.d-sticky-editorial .b-slider .swiper .swiper-slide:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), linear-gradient(180.08deg, transparent 55.69%, rgba(0, 0, 0, .58) 99.93%);
	z-index: 1
}

@media (min-width:768px) {
	.d-sticky-editorial .b-slider .swiper .swiper-slide:before {
		top: 12px;
		bottom: 12px
	}
}

.d-sticky-editorial .b-slider .swiper .swiper-slide .img-div {
	width: 100%;
	height: 526px
}

@media (min-width:768px) {
	.d-sticky-editorial .b-slider .swiper .swiper-slide .img-div {
		height: 100vh;
		padding-top: 12px;
		padding-bottom: 12px
	}
}

.d-sticky-editorial .b-slider .b-text {
	position: absolute;
	left: 38px;
	bottom: 43px;
	z-index: 1
}

.d-sticky-editorial .b-slider .b-text .title-2 {
	color: #fff;
	margin-bottom: 18px;
	opacity: .9;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: .15em
}

.d-sticky-editorial .b-slider .b-text .text {
	max-width: 446px
}

.d-sticky-editorial .b-slider .b-text .b-btn {
	margin-top: 23px
}

.d-featured-blocks.n1-col .b-info .text p,
.d-slider .b-block .text p,
.d-sticky-editorial .b-slider .b-text .btn-underline,
.d-sticky-editorial .b-slider .b-text .text p {
	color: #fff
}

.d-featured-blocks.n2-col .b-block .b-info .btn-underline:after,
.d-featured-blocks.n2-col .b-block .b-info .btn-underline:before,
.d-sticky-editorial .b-slider .b-text .btn-underline:after,
.d-sticky-editorial .b-slider .b-text .btn-underline:before {
	border-bottom: 1px solid rgba(255, 255, 255, .5)
}

@media (min-width:768px) {
	.d-sticky-editorial .b-img {
		padding-top: 12px
	}
}

.d-sticky-editorial .b-img .b-block {
	margin-bottom: 50px
}

@media (min-width:768px) {
	.d-sticky-editorial .b-img .b-block {
		padding-left: 25px;
		margin-bottom: 95px
	}
}

.d-info-contact ul li:last-child,
.d-sticky-editorial .b-img .b-block:last-child {
	margin-bottom: 0
}

.d-sticky-editorial .b-img .b-block .img-div {
	width: 100%;
	height: 324px;
	margin-bottom: 26px
}

@media (min-width:768px) {
	.d-sticky-editorial .b-img .b-block .img-div {
		height: 38vw
	}
}

.d-sticky-editorial .b-img .b-block .title-2 {
	margin-bottom: 18px;
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: .15em;
	opacity: .9
}

.d-sticky-editorial .b-img .b-block .text {
	max-width: 458px
}

.d-sticky-editorial .b-img .b-block .b-btn {
	margin-top: 26px
}

@media (min-width:768px) {
	.d-slider .mySwiperSlider .swiper-button-next {
		width: 50%;
		height: 100%;
		top: 22px;
		cursor: none
	}

	.d-slider .mySwiperSlider .swiper-button-prev {
		width: 50%;
		top: 22px;
		cursor: none;
		height: 78%
	}
}

@media (max-width:768px) {

	.d-slider .mySwiperSlider .swiper-button-next,
	.d-slider .mySwiperSlider .swiper-button-prev {
		display: none
	}

	.d-slider .b-slider {
		padding-left: 0;
		padding-right: 0
	}
}

.d-slider .b-slider .swiper .swiper-slide .img-div {
	width: 100%;
	height: 430px
}

@media (min-width:768px) {
	.d-slider .b-slider .swiper .swiper-slide .img-div {
		height: 100vh
	}
}

.d-slider .b-slider .swiper .swiper-pagination {
	bottom: 60px;
	top: auto;
	right: 74px;
	left: auto;
	max-width: -moz-max-content;
	max-width: max-content
}

@media (max-width:768px) {
	.d-slider .b-slider .swiper .swiper-pagination {
		bottom: auto;
		top: 25px;
		right: auto;
		left: 50%;
		transform: translate(-50%, 0)
	}
}

.d-slider .b-block {
	position: absolute;
	left: calc(75px + calc(var(--bs-gutter-x)*.5));
	bottom: 70px;
	z-index: 1
}

@media (max-width:768px) {
	.d-slider .b-block {
		position: relative;
		left: auto;
		bottom: auto;
		z-index: 1;
		margin-top: -180px
	}
}

.d-slider .b-block > div {
	padding: 28px;
	background-color: #1616165c;
	max-width: 411px
}

@media (min-width:768px) {
	.d-slider .b-block > div {
		padding: 20px 43px 43px
	}
}

@media (max-width:768px) {
	.d-slider .b-block > div {
		max-width: 345px;
		transform: translate(-50%, 0);
		left: 50%;
		position: relative;
		bottom: 130px
	}
}

.d-slider .b-block .b-logo {
	margin-bottom: 32px
}

.d-slider .b-block .b-logo img {
	/*width: 146px;*/
	height: auto
}

.d-slider .b-block .title {
	color: #fff;
	margin-bottom: 25px
}

.d-slider .b-block .b-btn {
	margin-top: 25px
}

@media (min-width:768px) {
	.d-slider .b-block .b-btn {
		margin-top: 49px
	}
}

.d-slider .b-block .b-btn .btn-black {
	margin-left: auto;
	margin-right: auto;
	border: 1px solid rgba(255, 255, 255, .15)
}

.d-slider .b-block .b-btn .btn-black span,
.d-slider .b-block .b-btn .btn-black:before {
	background-color: #161616
}

.d-slider.d-img-block .p-0 {
	padding: 0
}

.d-slider.d-img-block .b-block {
	left: 50%;
	bottom: 70px;
	z-index: 1;
	transform: translate(-50%, 0);
	max-width: -moz-max-content;
	max-width: max-content
}

.d-slider.d-img-block .b-block .b-logo {
	margin-bottom: 25px
}

.d-slider.d-img-block .b-block .b-logo img {
	width: 60px
}

@media (max-width:768px) {
	.d-slider.d-img-block .b-slider .swiper .swiper-slide .img-div {
		height: 100vh
	}

	.d-slider.d-img-block .b-block {
		left: 10px;
		bottom: 10px;
		right: 10px;
		transform: none;
		max-width: 100%;
		width: auto;
		margin: 0;
		position: absolute;
		padding: 0
	}

	.d-slider.d-img-block .b-block > div {
		padding: 24px 14px
	}
}

.d-featured-blocks .title-1 {
	color: #fff;
	margin-bottom: 20px
}

.d-featured-blocks .b-block-btn {
	margin-top: 10px
}

@media (min-width:768px) {
	.d-featured-blocks .b-block-btn {
		margin-top: 20px
	}
}

.d-featured-blocks .b-block-btn > div {
	display: flex;
	gap: 5px;
	flex-wrap: wrap
}

.d-featured-blocks.n1-col .b-info .title {
	font-style: normal;
	font-weight: 300;
	font-size: 24px;
	line-height: 31px;
	letter-spacing: -.02em
}

.d-featured-blocks.n1-col .b-info .text {
	max-width: 323px
}

.d-featured-blocks.n2-col .b-block .img-div {
	height: 385px
}

@media (min-width:768px) {
	.d-featured-blocks.n2-col .b-block .img-div {
		height: 42vw
	}
}

.d-featured-blocks.n2-col .b-block .b-info {
	position: absolute;
	left: calc(35px + calc(var(--bs-gutter-x)*.5));
	bottom: 35px;
	z-index: 1
}

@media (max-width:768px) {
	.d-featured-blocks.n2-col .b-block .b-info {
		left: calc(22px + calc(var(--bs-gutter-x)*.5));
		bottom: 22px
	}
}

.d-featured-blocks.n2-col .b-block .b-info .title {
	color: #fff;
	max-width: 398px;
	    
}

@media (max-width:768px) {
	.d-featured-blocks.n2-col .b-block .b-info .title {
		max-width: 90%
	}
}

.d-featured-blocks.n2-col .b-block .b-info .btn-underline {
	color: #fff
}

.d-featured-blocks.n3-col .b-block a {
	position: relative
}

.d-featured-blocks.n3-col .b-block .img-div {
	height: 187px;
	margin-bottom: 18px
}

@media (min-width:768px) {
	.d-featured-blocks.n3-col .b-block .img-div {
		height: 30vw
	}
}

.d-featured-blocks.n3-col .b-block .b-info .text {
	max-width: 357px
}

.d-featured-blocks.n3-col .b-info-absolute {
	position: absolute;
	left: 35px;
	bottom: 35px;
	z-index: 1
}

.d-featured .b-info .text p,
.d-featured-blocks.n3-col .b-info-absolute .title,
.d-offers.d-featured-blocks.n3-col .b-block .b-info .text p {
	color: #fff
}

.d-featured-blocks .col-lg-10 > .row {
	row-gap: 20px
}

@media (min-width:768px) {
	.d-featured-blocks .col-lg-10 > .row {
		row-gap: 48px
	}
}

.d-featured-blocks .b-block a {
	text-decoration: none;
	color: inherit
}

.d-featured-blocks .b-block .img-div,
.d-info-contact.fade-animate .b-border > div:before {
	width: 100%
}

.d-featured-blocks .b-block .b-info .title {
	margin-bottom: 0
}

.d-featured-blocks .b-block .b-info .text {
	margin-top: 10px
}

@media (min-width:768px) {
	.d-featured-blocks .b-block .b-info .text {
		margin-top: 18px
	}
}

.d-featured-blocks .b-block .b-info .b-btn {
	margin-top: 10px
}

@media (min-width:768px) {
	.d-featured-blocks .b-block .b-info .b-btn {
		margin-top: 18px
	}
}

.d-featured-blocks.d-featured-blocks-intro .col-md-8 {
	margin-bottom: 48px
}

@media (max-width:768px) {
	.d-featured-blocks.d-featured-blocks-intro .col-md-8 {
		margin-bottom: 22px
	}
}

.d-featured,
.d-featured-blocks.d-featured-blocks-intro .col-md-8 .img-div,
.d-featured-blocks.d-others {
	margin-bottom: 0
}

@media (max-width:768px) {
	.d-featured-blocks.d-featured-blocks-intro .col-md-8 .img-div {
		height: 500px
	}
}

.d-featured-blocks.d-featured-blocks-intro .b-intro {
	max-width: 286px;
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%
}

@media (max-width:768px) {
	.d-featured-blocks.d-featured-blocks-intro .b-intro {
		position: initial;
		transform: none;
		margin-top: -20px;
		margin-bottom: 35px
	}
}

.d-featured-blocks.d-featured-blocks-intro .b-intro .title {
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 31px;
	letter-spacing: -.02em
}

@media (min-width:768px) {
	.d-featured-blocks.d-featured-blocks-intro .b-intro .title {
		margin-bottom: 30px
	}
}

.d-featured-blocks.d-featured-blocks-intro .b-intro .b-btn {
	margin-top: 30px
}

@media (min-width:768px) {

	.d-featured-blocks.d-others .mySwiperOthersSlider2 .swiper-button-next,
	.d-featured-blocks.d-others .mySwiperOthersSlider2 .swiper-button-prev {
		width: 15%;
		height: 85%;
		top: 22px;
		cursor: none;
		pointer-events: auto
	}
}

@media (max-width:768px) {

	.d-featured-blocks.d-others .mySwiperOthersSlider2 .swiper-button-next,
	.d-featured-blocks.d-others .mySwiperOthersSlider2 .swiper-button-prev {
		display: none
	}

	.d-featured-blocks.d-others .b-block.swiper-slide {
		width: 75%
	}

	.d-featured-blocks.d-others .b-block.swiper-slide .b-info {
		left: 15px;
		bottom: 15px
	}

	.d-featured-blocks.d-others .b-block {
		margin-bottom: 10px
	}

	.d-featured-blocks.d-others .b-block:last-child {
		margin-bottom: 0
	}
}

.d-featured-blocks.d-others .b-block .img-div {
	height: 282px
}

@media (min-width:768px) {
	.d-featured-blocks.d-others .b-block .img-div {
		height: 35vw
	}
}

.d-featured-blocks.d-others .b-block .b-info {
	left: calc(20px + calc(var(--bs-gutter-x)*.5));
	bottom: 20px
}

@media (min-width:768px) {
	.d-featured-blocks.d-others .b-block .b-info {
		left: calc(30px + calc(var(--bs-gutter-x)*.5));
		bottom: 30px
	}
}

@media (max-width:768px) {
	.d-featured-blocks.d-others .b-block .b-info {
		width: 290px
	}

	.d-featured-blocks.d-others .b-block .b-info .text {
		display: none !important
	}
}

.d-featured-blocks.d-others .b-block .b-info .text p {
	color: #fff;
	max-width: 252px
}

.d-featured-blocks.d-featured-blocks-text .b-text {
	margin-top: 20px
}

@media (min-width:768px) {
	.d-featured-blocks.d-featured-blocks-text .b-text {
		margin-top: 48px;
		padding-left: calc(35px + calc(var(--bs-gutter-x)*.5))
	}
}

.d-featured-blocks.d-featured-blocks-text .b-text .text {
	max-width: 355px
}

.d-featured-blocks.d-featured-blocks-text .b-text .b-btn {
	margin-top: 20px
}

@media (min-width:768px) {
	.d-featured-blocks.d-featured-blocks-text .b-text .b-btn {
		margin-top: 26px
	}
}

@media (max-width:768px) {
	.d-featured-blocks.d-featured-blocks-text.n2-col .b-block:not(:last-child) {
		margin-bottom: 35px
	}

	.d-featured-blocks.d-featured-blocks-text.n2-col .b-block .b-info {
		left: 22px !important
	}

	.d-featured-blocks.d-featured-blocks-text.n2-col .b-block .b-info .title {
		max-width: 100%
	}

	.d-featured-blocks.d-featured-blocks-text-2 .col-lg-10 > .row {
		row-gap: 35px
	}

	.d-featured-blocks.d-featured-blocks-text-2 .title,
	.d-featured-blocks.d-featured-blocks-text-2 .title-1 {
		color: #000 !important
	}

	.d-featured-blocks.d-featured-blocks-text-2.n2-col .b-block .b-info {
		position: initial;
		padding-top: 20px;
		padding-left: 10px
	}

	.d-featured-blocks.d-featured-blocks-text-2.n3-col .b-block .b-info {
		padding-left: 10px
	}

	.d-featured-blocks.d-featured-blocks-text-2.n3-col .b-block .b-info .title {
		font-size: 20px;
		line-height: 26px;
		letter-spacing: -.02em
	}
}

.d-offers.d-featured-blocks.n3-col .b-block .img-div {
	height: 290px
}

@media (min-width:768px) {
	.d-offers.d-featured-blocks.n3-col .b-block .img-div {
		height: 34vw
	}
}

.d-offers.d-featured-blocks.n3-col .b-block .b-info .text {
	max-width: 252px
}

@media (max-width:768px) {
	.d-offers.d-featured-blocks.n3-col .b-block .b-info-absolute {
		position: absolute;
		left: 20px;
		bottom: 20px;
		z-index: 1;
		width: 300px
	}

	.d-offers.d-featured-blocks.n3-col .b-block .b-info-absolute .text {
		display: none !important
	}
}

.bg-color-amarillo-claro .d-featured,
.bg-color-amarillo-claro .d-featured .img-div:after {
	background-color: #f8f5ee
}

.bg-color-azul-claro .d-featured,
.bg-color-azul-claro .d-featured .img-div:after {
	background-color: #eff3fa
}

.d-featured {
	background-color: #fff
}

@media (max-width:768px) {
	.d-featured .col-12 {
		padding-left: 0;
		padding-right: 0
	}
}

.d-featured .img-div {
	width: 100%;
	height: 440px
}

@media (min-width:768px) {
	.d-featured .img-div {
		height: 22vw
	}
}

.d-featured .img-div:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: linear-gradient(270.01deg, #0000005e 50%, rgba(0, 0, 0, .66) 99.99%)
}

@media (min-width:768px) {
	.d-featured .img-div:before {
		background: linear-gradient(270deg, transparent 50%, rgba(0, 0, 0, .55) 100%)
	}
}

.d-featured .b-info {
	position: absolute;
	left: 22px;
	bottom: 22px;
	z-index: 1
}

@media (min-width:768px) {
	.d-featured .b-info {
		left: calc(50px + calc(var(--bs-gutter-x)*.5));
		bottom: 35px
	}
}

.d-featured .b-info .title {
	color: #fff;
	margin-bottom: 26px;
	font-style: normal;
	font-weight: 300;
	font-size: 32px;
	line-height: 41px;
	letter-spacing: -.02em
}

.d-featured .b-info .text {
	max-width: 300px
}

.d-featured .b-info .b-btn {
	margin-top: 18px
}

.d-featured .b-info .btn-underline {
	color: #fff
}

.d-featured .b-info .btn-underline:after,
.d-featured .b-info .btn-underline:before,
.d-three-col .b-block-principal .b-btn .btn-underline:after,
.d-three-col .b-block-principal .b-btn .btn-underline:before {
	border-bottom: 1px solid rgba(255, 255, 255, .5)
}

.d-featured-full-text + .d-video {
	margin-top: -58px
}

@media (min-width:768px) {
	.d-featured-full-text + .d-video {
		margin-top: -77px
	}
}

.d-featured-full-text + .d-video .b-video {
	padding-left: calc(var(--bs-gutter-x)*.5) !important;
	padding-right: calc(var(--bs-gutter-x)*.5) !important
}

@media (max-width:768px) {
	.d-featured-full-text .b-img-slider {
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 10px
	}
}

.d-featured-full-text .b-img-slider .img-div {
	height: 600px;
	width: 100%
}

@media (min-width:768px) {
	.d-featured-full-text .b-img-slider .img-div {
		height: 42vw
	}
}

@media (max-width:768px) {
	.d-featured-full-text .b-img-slider .img-div:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1;
		background: linear-gradient(180.05deg, transparent 50%, rgba(0, 0, 0, .4) 99.95%)
	}
}

.d-featured-full-text .b-info {
	display: grid;
	align-items: end
}

@media (max-width:768px) {
	.d-featured-full-text .b-info .b-text {
		position: absolute;
		bottom: 276px;
		z-index: 1;
		filter: invert(1)
	}

	.d-featured-full-text .b-info .b-text .title {
		font-size: 24px;
		line-height: 31px;
		letter-spacing: -.02em
	}
}

.d-featured-full-text .b-info .btn-black {
	position: absolute;
	top: 0;
	left: calc(var(--bs-gutter-x)*.5);
	z-index: 1
}

.d-featured-full-text .b-info .text {
	max-width: 74%
}

@media (min-width:768px) {
	.d-featured-full-text .b-info .text {
		max-width: 90%
	}
}

.d-featured-full-text .b-info .img-div {
	height: 248px;
	width: 100%
}

@media (min-width:768px) {
	.d-featured-full-text .b-info .img-div {
		height: 30vw;
		margin-top: 39px
	}
}

.d-featured-full-text .b-info .b-btn {
	margin-top: 25px
}

@media (min-width:768px) {
	.d-featured-full-text .b-info .b-btn {
		margin-top: 30px
	}
}

.d-text + .d-featured-full-text .b-info .img-div {
	margin-top: 66px
}

@media (max-width:768px) {
	.d-text + .d-featured-full-text .b-info .b-text {
		bottom: 346px
	}
}

.d-three-col .b-block .img-div {
	height: 334px;
	width: 295px;
	margin-bottom: 12px
}

@media (min-width:768px) {
	.d-three-col .b-block .img-div {
		height: 25vw;
		width: 100%
	}
}

@media (max-width:768px) {
	.d-three-col .b-block .img-div {
		margin-left: auto;
		margin-right: auto
	}
}

.d-editorial-three-col .img-div img,
.d-editorial-three-img-text-3 .img-div img,
.d-info-contact .b-border > div:before,
.d-three-col .b-block .img-div img,
.d-two-img .img-div img {
	-webkit-transition: all 2s cubic-bezier(.645, .045, .355, 1);
	-moz-transition: all 2s cubic-bezier(.645, .045, .355, 1);
	-ms-transition: all 2s cubic-bezier(.645, .045, .355, 1);
	-o-transition: all 2s cubic-bezier(.645, .045, .355, 1);
	transition: all 2s cubic-bezier(.645, .045, .355, 1)
}

.d-editorial-three-col .img-div img,
.d-editorial-three-img-text-3 .img-div img,
.d-three-col .b-block .img-div img,
.d-two-img .img-div img {
	filter: none;
	transform: scale(1.1)
}

.d-editorial-three-col .img-div.fade-animate img,
.d-editorial-three-img-text-3 .img-div.fade-animate img,
.d-three-col .b-block .img-div.fade-animate img,
.d-two-img .img-div.fade-animate img {
	filter: none;
	transform: scale(1)
}

.d-three-col .b-block .text {
	max-width: 267px;
	margin-left: auto;
	margin-right: auto
}

@media (min-width:768px) {
	.d-three-col .b-block .text {
		max-width: 259px
	}
}

.d-slider-info .b-contact ul li,
.d-three-col .b-block-principal {
	position: relative
}

@media (max-width:768px) {
	.d-three-col .b-block-principal {
		margin-top: 35px;
		margin-bottom: 13px
	}
}

.d-three-col .b-block-principal .img-div {
	height: 616px;
	width: 100%;
	position: relative
}

@media (min-width:768px) {
	.d-three-col .b-block-principal .img-div {
		height: 50vw
	}
}

.d-three-col .b-block-principal .img-div:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
	background: linear-gradient(180deg, transparent 59.11%, rgba(0, 0, 0, .35) 100%)
}

.d-three-col .b-block-principal .text {
	position: absolute;
	max-width: 421px;
	z-index: 1;
	transform: translate(-50%, 0);
	left: 50%;
	top: auto;
	bottom: 35px
}

@media (min-width:768px) {
	.d-three-col .b-block-principal .text {
		bottom: 54px
	}
}

@media (max-width:768px) {
	.d-three-col .b-block-principal .text {
		width: 85%
	}
}

.d-three-col .b-block-principal .b-btn .btn-underline,
.d-three-col .b-block-principal .text .title-2,
.d-three-col .b-block-principal .text p {
	color: #fff
}

.d-three-col .b-block-principal .b-btn {
	margin-top: 35px;
	max-width: max-content;
	margin-left: auto;
	margin-right: auto
}

.d-three-col .b-text-extra {
	margin-top: 100px
}

@media (max-width:768px) {
	.d-three-col .b-text-extra {
		margin-top: 70px;
		max-width: 85%;
		text-align: center
	}
}

.d-three-col .b-text-extra .text {
	max-width: 416px
}

.d-two-img.bg-color-negro {
	margin: 0;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #161616
}

@media (min-width:768px) {
	.d-two-img.bg-color-negro {
		padding-top: 140px;
		padding-bottom: 140px
	}
}

@media (max-width:768px) {

	.d-two-img.bg-color-negro .img-2,
	.d-two-img.bg-color-negro + .d-editorial {
		margin-top: 0
	}

	.d-two-img.bg-color-negro .img-1 .img-div {
		height: 386px;
		width: 100%;
		margin-bottom: 20px
	}

	.d-two-img.bg-color-negro .img-1 .b-text {
		margin-bottom: 35px
	}
}

.d-three-img-text-slider .b-slider .swiper .swiper-slide .b-text .text p,
.d-two-img.bg-color-negro .b-text .text p,
.d-two-img.bg-color-negro .b-text .title {
	color: #fff
}

@media (max-width:768px) {
	.d-two-img.bg-color-negro .b-text .title {
		margin-bottom: 20px
	}
}

.d-two-img .img-div {
	height: 626px;
	height: 36vw;
	width: 100%
}

@media (max-width:768px) {
	.d-two-img .img-div {
		height: 362px
	}
}

.d-two-img .img-2 {
	/*margin-top: 139px*/
}

@media (max-width:768px) {
	.d-two-img .img-2 {
		margin-top: -40px;
		z-index: 0
	}

	.d-two-img .img-1 .img-div {
		height: 272px;
		width: 240px;
		margin-left: auto;
		margin-right: auto;
		z-index: 1
	}
}

.d-two-img .b-text {
	margin-top: 16px
}

.d-info-contact ul li .title,
.d-two-img .b-text .title {
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: -.02em
}

.d-two-img .b-text .text {
	margin-top: 16px;
	/*max-width: 396px*/
}

.d-two-img .b-text .b-btn {
	margin-top: 20px
}

.d-two-img-text .img-div {
	width: 100%;
	height: 513px
}

@media (max-width:768px) {
	.d-two-img-text .img-div {
		height: 299px
	}

	.d-two-img-text .b-img:first-child .img-div {
		width: 266px;
		margin-right: auto;
		margin-left: auto
	}

	.d-two-img-text .b-img:last-child .img-div {
		width: 206px;
		height: 232px;
		margin-top: -40px
	}
}

.d-two-img-text .b-text {
	display: grid;
	align-items: center
}

@media (max-width:768px) {
	.d-two-img-text .b-text {
		text-align: center;
		margin-top: 65px
	}
}

.d-two-img-text .b-text .text {
	max-width: 500px
}

@media (max-width:768px) {
	.d-two-img-text .b-text .text {
		margin-left: auto;
		margin-right: auto
	}
}

.d-two-img-text .b-text.order-1 > div {
	padding-left: 108px;
	padding-left: 6vw
}

@media (max-width:768px) {
	.d-two-img-text .b-text.order-1.b-text {
		text-align: center;
		margin-top: 65px;
		margin-bottom: 70px
	}

	.d-two-img-text .b-text.order-1 .text {
		margin-left: auto;
		margin-right: auto
	}
}

.d-two-img-text .b-btn {
	margin-top: 20px
}

@media (min-width:768px) {
	.d-two-img-text .b-btn {
		margin-top: 36px
	}
}

@media (max-width:768px) {
	.d-two-img-text .b-btn a {
		margin-left: auto;
		margin-right: auto
	}
}

.d-info-contact .b-border > div {
	padding-top: 50px;
	position: relative
}

.d-info-contact .b-border > div:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .15);
	width: 0;
	height: 1px;
	transition-delay: .5s
}

.d-info-contact.border-none .b-border > div {
	padding: 0
}

.d-info-contact.border-none .b-border > div:before {
	display: none
}

.d-info-contact .title-2 {
	
	font-weight: 700;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #151515;
	opacity: .4;
	margin-bottom: 17px
}

@media (min-width:768px) {
	.d-info-contact .title-2 {
		margin-bottom: 33px
	}
}

.d-info-contact ul li {
	margin-bottom: 11px;
	display: flex;
	gap: 70px;
	align-items: flex-start
}

.d-info-contact ul li .title {
	color: #000;
	position: relative;
	top: -6px;
	width: 44px
}

@media (min-width:768px) {
	.d-info-contact ul li .title {
		width: 77px
	}
}

.d-info-contact ul li .info,
.d-info-contact ul li .info a {
	text-decoration: none;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 120%;
	color: #000;
	transition: all .6s cubic-bezier(.215, .61, .355, 1)
}

.d-info-contact ul li .info a:hover {
	opacity: .7
}

@media (min-width:768px) {
	.d-info-contact .hours {
		padding-left: 90px;
		padding-left: 4.5vw
	}
}

@media (max-width:768px) {

	.d-info-contact .hours,
	.d-info-contact .location {
		margin-bottom: 27px
	}
}

@media (min-width:768px) {
	.d-info-contact.d-info-contact-restaurant .b-bottom > div {
		margin-top: -212px
	}

	.d-info-contact.d-info-contact-spa .b-bottom > div {
		margin-top: -126px
	}
}

.d-editorial .b-text .title {
	margin-bottom: 30px
}

@media (min-width:768px) {
	.d-editorial .b-text .title {
		margin-bottom: 48px
	}
}

.d-editorial .b-text .title span {
	font-style: italic;
	font-weight: 300;
	display: block;
	    
	    line-height: 40px;
}

.d-editorial .b-text .text p,
.d-editorial .b-text .title span {
	font-size: 16px;
	line-height: 160%;
	letter-spacing: -.02em
}

.d-editorial .text-1 > div {
	max-width: 552px
}

.d-editorial .text-1 .img-div {
	margin-top: 68px;
	height: 338px;
	width: 300px
}

@media (min-width:768px) {
	.d-editorial .text-1 .img-div {
		height: 33vw;
		width: 100%;
		margin-top: 14vw
	}
}

@media (max-width:768px) {
	.d-editorial .text-1 .img-div {
		margin-right: auto;
		margin-left: auto
	}
}

.d-editorial .text-2 {
	margin-top: 68px
}

@media (min-width:768px) {
	.d-editorial .text-2 {
		margin-top: -13vw
	}
}

.d-editorial .text-2 > div {
	max-width: 429px;
	margin-left: auto
}

@media (max-width:768px) {
	.d-editorial .img-1 {
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 35px
	}
}

.d-editorial .img-1 .img-div {
	height: 532px;
	width: 100%
}

@media (min-width:768px) {
	.d-editorial .img-1 .img-div {
		height: 52vw
	}
}

.d-editorial .img-2 .img-div {
	height: 502px;
	width: 100%
}

@media (min-width:768px) {
	.d-editorial .img-2 .img-div {
		height: 41vw
	}
}

.d-editorial .img-2,
.d-editorial .text-3 {
	margin-top: 35px
}

@media (min-width:768px) {

	.d-editorial .img-2,
	.d-editorial .text-3 {
		margin-top: 90px
	}
}

@media (max-width:768px) {
	.d-breadcrumb + section.d-slider-info {
		margin-top: 25px !important
	}
}

.d-slider-info .title {
	margin-bottom: 10px
}

.d-slider-info .subtitle {
	font-style: italic;
	font-weight: 300;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: -.02em;
	margin-bottom: 0
}

.d-slider-info .col-lg-11 > .b-contact,
.d-slider-info .col-md-11 > .b-contact {
	margin-top: 0
}

.d-slider-info .b-contact {
	margin-top: 50px;
	padding-top: 19px;
	padding-bottom: 19px;
	max-width: 748px;
	background-color: #fff
}

@media (max-width:768px) {
	.d-slider-info .b-contact {
		box-shadow: 0 3.64511px 3.64511px rgba(0, 0, 0, .1)
	}
}

.d-slider-info .b-contact + .b-btn {
	margin-top: 10px !important
}

.d-slider-info .b-contact ul {
	margin: 0;
	padding: 0;
	display: flex;
	gap: 75px
}

@media (max-width:768px) {
	.d-slider-info .b-contact ul {
		flex-wrap: wrap;
		gap: 34px
	}
}

@media (max-width:768px) {
	.d-slider-info .b-contact ul li {
		width: 44%
	}
}

.d-slider-info .b-contact ul li:first-child {
	padding-left: 15px
}

@media (min-width:768px) {
	.d-slider-info .b-contact ul li:first-child {
		padding-left: 30px
	}
}

.d-slider-info .b-contact ul li:last-child {
	padding-right: 15px
}

@media (min-width:768px) {
	.d-slider-info .b-contact ul li:last-child {
		padding-right: 30px
	}
}

@media (max-width:768px) {
	.d-slider-info .b-contact ul li:last-child {
		width: 100%;
		padding-left: 15px
	}

	.d-slider-info .b-contact ul li:last-child:after {
		content: "";
		border-top: 1px solid rgba(0, 0, 0, .15);
		position: absolute;
		top: -11px;
		left: 15px;
		right: 15px
	}
}

.d-slider-info .b-contact ul li:last-child:before {
	display: none
}

.d-slider-info .b-contact ul li:before {
	content: "";
	position: absolute;
	right: -11px;
	left: 0;
	top: -9px;
	bottom: -9px;
	border-right: 1px solid rgba(0, 0, 0, .15)
}

@media (min-width:768px) {
	.d-slider-info .b-contact ul li:before {
		right: -50px
	}
}

@media (max-width:768px) {
	.d-slider-info .b-contact ul li:not(:first-child):before {
		display: none
	}
}

.d-slider-info .b-contact ul li span {
	
	font-style: normal;
	font-weight: 700;
	font-size: 10px;
	line-height: 20px;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #151515;
	opacity: .4;
	display: block
}

@media (min-width:768px) {
	.d-slider-info .b-contact ul li span {
		font-size: 12px
	}
}

.d-slider-info .b-characteristics ul li,
.d-slider-info .b-contact ul li a,
.d-slider-info .b-contact ul li p {
	
	font-style: normal;
	letter-spacing: .05em;
	color: #151515;
	position: relative
}

.d-slider-info .b-contact ul li a,
.d-slider-info .b-contact ul li p {
	display: block;
	margin: 0;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none
}

@media (min-width:768px) {

	.d-slider-info .b-contact ul li a,
	.d-slider-info .b-contact ul li p {
		font-size: 16px
	}
}

.d-slider-info .b-characteristics {
	margin-top: 24px;
	padding-top: 19px;
	padding-bottom: 19px;
	border-top: 1px solid rgba(0, 0, 0, .15);
	border-bottom: 1px solid rgba(0, 0, 0, .15);
	max-width: 470px
}

.d-slider-info .b-characteristics + .text {
	margin-top: 55px
}

.d-slider-info .b-characteristics ul {
	margin: 0;
	padding: 0;
	display: flex;
	gap: 30px
}

@media (min-width:768px) {
	.d-slider-info .b-characteristics ul {
		gap: 60px
	}
}

.d-slider-info .b-characteristics ul li {
	font-weight: 500;
	font-size: 12px;
	line-height: 120%;
	text-transform: uppercase
}

@media (min-width:768px) {
	.d-slider-info .b-characteristics ul li {
		font-size: 14px
	}
}

.d-slider-info .b-characteristics ul li:first-child {
	padding-left: 15px
}

@media (min-width:768px) {
	.d-slider-info .b-characteristics ul li:first-child {
		padding-left: 30px
	}
}

.d-slider-info .b-characteristics ul li:last-child {
	padding-right: 15px
}

@media (min-width:768px) {
	.d-slider-info .b-characteristics ul li:last-child {
		padding-right: 30px
	}
}

.d-slider-info .b-characteristics ul li:last-child:before {
	display: none
}

.d-slider-info .b-characteristics ul li:before {
	content: "";
	position: absolute;
	right: -15px;
	left: 0;
	top: -5px;
	bottom: -5px;
	border-right: 1px solid rgba(0, 0, 0, .15)
}

@media (min-width:768px) {
	.d-slider-info .b-characteristics ul li:before {
		right: -30px
	}
}

.d-slider-info .b-characteristics.b-menus {
	max-width: 552px;
	border-top: 0
}

.d-slider-info .b-characteristics.b-menus > p {
	margin-bottom: 7px;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 120%;
	color: #000
}

.d-slider-info .b-characteristics.b-menus > div {
	border-top: 1px solid rgba(0, 0, 0, .15);
	padding-top: 19px
}

.d-slider-info .b-characteristics.b-menus ul {
	gap: 10px;
	justify-content: space-around
}

.d-slider-info .b-characteristics.b-menus ul li {
	padding: 0
}

@media (max-width:768px) {
	.d-slider-info .b-characteristics.b-menus ul li:before {
		right: -20px
	}
}

.d-slider-info .b-characteristics.b-menus ul li a {
	display: flex;
	align-items: center;
	text-decoration: none;
	position: relative
}

@media (max-width:768px) {
	.d-slider-info .b-characteristics.b-menus ul li a {
		flex-wrap: wrap
	}
}

.d-slider-info .b-characteristics.b-menus ul li i {
	width: 25px;
	height: 25px;
	background-color: #a09656;
	margin-right: 10px
}

@media (max-width:768px) {
	.d-slider-info .b-characteristics.b-menus ul li i {
		width: 100%;
		margin-bottom: 20px;
		margin-right: 0
	}
}

.d-slider-info .b-characteristics.b-menus ul li p {
	
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 110%;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: #151515;
	margin-bottom: 0
}

@media (max-width:768px) {
	.d-slider-info .b-characteristics.b-menus ul li p {
		font-size: 12px
	}
}

.d-slider-info .b-characteristics.b-menus ul li span {
	width: 25px;
	height: 25px;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 100%;
	position: relative;
	margin-left: 5px
}

.d-slider-info .b-characteristics.b-menus ul li span o {
	position: absolute;
	transform: translate(-50%, -50%) rotate(-45deg);
	top: 50%;
	left: 50%;
	color: #000
}

.d-slider-info .b-rooms {
	margin-top: 50px
}

.d-slider-info .b-rooms > p {
	margin-bottom: 0;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 120%
}

.d-slider-info .b-rooms table {
	width: 100%;
	max-width: 492px;
	text-align: center
}

@media (min-width:768px) {
	.d-slider-info .b-rooms table {
		padding-left: 33px
	}
}

.d-slider-info .b-rooms table thead th {
	padding-bottom: 10px
}

.d-slider-info .b-rooms table thead p {
	
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: .1em;
	color: #a09656;
	margin: 0
}

.d-slider-info .b-rooms table tbody tr td:first-child {
	text-align: left
}

@media (max-width:768px) {
	.d-slider-info .b-rooms table tbody tr td:not(:first-child) {
		font-size: 12px
	}
}

.d-slider-info .b-rooms table .icons {
	background-color: #a09656;
	width: 16px;
	height: 16px
}

.d-slider-info .text {
	margin-top: 24px;
	max-width: 552px
}

.d-slider-info .text p {
	margin-bottom: 24px
}

.d-slider-info .text ul {
	padding: 0 0 0 17px
}

.d-slider-info .text ul li {
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 120%
}

.d-slider-info .b-btn {
	margin-top: 45px;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	align-items: center
}

.d-slider-info .b-btn.position-btn-right .btn-black {
	margin-left: auto
}

.d-slider-info .b-btn.position-btn-right .btn-black + .btn-black {
	margin-left: 0
}

.d-slider-info .b-btn .btn-black {
	border-radius: 4px
}

.d-slider-info .b-info {
	padding-left: 100px;
	padding-left: 5vw
}

@media (max-width:768px) {
	.d-slider-info .b-slider {
		margin-top: 35px
	}
}

.d-slider-info .b-slider .img-div {
	height: 500px;
	width: 100%
}

@media (min-width:768px) {
	.d-slider-info .b-slider .img-div {
		height: 639px
	}
}

.d-slider-info .b-bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 28px
}

@media (max-width:768px) {
	.d-slider-info .b-rooms-modals {
		margin-top: 50px
	}
}

.d-slider-info .b-rooms-modals > p {
	
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #000;
	opacity: .5;
	margin-bottom: 10px
}

@media (min-width:768px) {
	.d-slider-info .b-rooms-modals > p {
		font-size: 14px
	}
}

.d-slider-info .b-rooms-modals .btn-modals {
	display: flex;
	gap: 8px
}

@media (max-width:768px) {
	.d-slider-info .b-rooms-modals .btn-modals {
		flex-wrap: wrap
	}

	.d-slider-info .b-rooms-modals .btn-modals .btn-black.btn-border {
		width: 47%;
		max-width: 100%
	}

	.d-slider-info .b-rooms-modals .btn-modals .btn-black.btn-border span {
		padding: 12px;
		text-align: center
	}
}

.d-slider-info .b-rooms-modals .btn-modals .btn-black span,
.d-slider-info .b-rooms-modals .btn-modals .btn-black:before {
	
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 120%;
	text-transform: none;
	padding: 12px 30px
}

@media (max-width:768px) {

	.d-slider-info .b-rooms-modals .btn-modals .btn-black span,
	.d-slider-info .b-rooms-modals .btn-modals .btn-black:before {
		font-size: 16px;
		letter-spacing: .04em
	}
}

.d-slider-info .b-rooms-modals .btn-modals .btn-black:hover {
	border: 1px solid rgba(0, 0, 0, .15);
	background: #000
}

.d-slider-info .b-rooms-modals .btn-modals .btn-black:hover span,
.d-slider-info .b-rooms-modals .btn-modals .btn-black:hover:before {
	background: #000;
	color: #fff
}

.d-slider-info.img-height-full .b-slider .img-div {
	height: 500px
}

@media (min-width:768px) {
	.d-slider-info.img-height-full .b-slider .img-div {
		height: calc(100vh - 125px)
	}
}

.d-three-img-text .b-img-1 .img-div {
	height: 574px;
	height: 31vw;
	width: 100%
}

.d-three-img-text .b-img-2 .img-div {
	height: 380px;
	width: 100%
}

@media (min-width:768px) {
	.d-three-img-text .b-img-2 .img-div {
		height: 41vw
	}
}

.d-three-img-text .b-text {
	margin-top: 70px
}

@media (min-width:768px) {
	.d-three-img-text .b-text {
		margin-top: 84px
	}
}

.d-three-img-text .b-text .title {
	margin-bottom: 20px;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 120%
}

.d-three-img-text .b-text .text {
	max-width: 454px;
	margin-left: auto;
	margin-right: auto
}

.d-three-img-text .b-btn,
.d-three-img-text-slider .b-slider .b-arrow {
	margin-top: 25px
}

@media (min-width:768px) {
	.d-three-img-text .b-btn {
		margin-top: 84px
	}
}

.d-three-img-text .b-btn a,
.d-three-img-text-slider .b-bottom .b-btn a {
	margin-left: auto;
	margin-right: auto
}

.d-three-img-text-slider.bg-color-azul-claro {
	background-color: #eff3fa;
	margin: 0;
	padding-top: 70px;
	padding-bottom: 70px
}

@media (min-width:768px) {
	.d-three-img-text-slider.bg-color-azul-claro {
		padding-top: 100px;
		padding-bottom: 100px
	}
}

@media (max-width:768px) {
	.d-three-img-text-slider.bg-color-azul-claro + section.d-img {
		margin-top: 0
	}
}

.d-three-img-text-slider .b-slider .swiper .swiper-slide {
	height: 438px
}

@media (min-width:768px) {
	.d-three-img-text-slider .b-slider .swiper .swiper-slide {
		height: 41vw
	}
}

.d-three-img-text-slider .b-slider .swiper .swiper-slide .img-div {
	height: 438px;
	width: 100%;
	transition: all 1.2s cubic-bezier(.215, .61, .355, 1)
}

@media (min-width:768px) {
	.d-three-img-text-slider .b-slider .swiper .swiper-slide .img-div {
		height: 31vw
	}
}

.d-three-img-text-slider .b-slider .swiper .swiper-slide .img-div:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: linear-gradient(180deg, transparent 66.55%, rgba(0, 0, 0, .45) 100%)
}

.d-three-img-text-slider .b-slider .swiper .swiper-slide .b-text {
	position: absolute;
	bottom: 32px;
	left: 32px;
	z-index: 1;
	opacity: 0;
	transition: all 1.2s cubic-bezier(.215, .61, .355, 1)
}

.d-three-img-text-slider .b-slider .swiper .swiper-slide .b-text .title-2 {
	
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 120%;
	color: #fff;
	letter-spacing: 0;
	text-transform: none;
	opacity: 1
}

.d-three-img-text-slider .b-slider .swiper .swiper-slide .b-text .text {
	max-width: 250px
}

.d-three-img-text-slider .b-slider .swiper .swiper-slide.swiper-slide-active .b-text {
	opacity: 1
}

.d-three-img-text-slider .b-slider .swiper .swiper-slide.swiper-slide-active .img-div {
	height: 438px;
	width: 100%
}

@media (min-width:768px) {
	.d-three-img-text-slider .b-slider .swiper .swiper-slide.swiper-slide-active .img-div {
		height: 41vw
	}
}

.d-three-img-text-slider .b-slider .b-arrow .swiper-pagination {
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	width: 52%
}

@media (min-width:578px) {
	.d-three-img-text-slider .b-slider .b-arrow .swiper-pagination {
		width: 300px
	}
}

.d-three-img-text-slider .b-slider .b-arrow .swiper-pagination div {
	-webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
	-moz-transition: all .6s cubic-bezier(.645, .045, .355, 1);
	-ms-transition: all .6s cubic-bezier(.645, .045, .355, 1);
	-o-transition: all .6s cubic-bezier(.645, .045, .355, 1);
	transition: all .6s cubic-bezier(.645, .045, .355, 1)
}

.d-three-img-text-slider .b-slider .b-arrow .swiper-pagination span {
	
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #000
}

.d-three-img-text-slider .b-slider .b-arrow .swiper-pagination span.b-current {
	opacity: .3
}

.d-three-img-text-slider .b-slider .b-arrow > div {
	height: 59px;
	border: 1px solid rgba(0, 0, 0, .15);
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	position: relative
}

@media (min-width:578px) {
	.d-three-img-text-slider .b-slider .b-arrow > div {
		width: 505px
	}
}

.d-three-img-text-slider .b-slider .b-arrow > div .swiper-button-next {
	right: 19px
}

.d-three-img-text-slider .b-slider .b-arrow > div .swiper-button-next:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -19px;
	width: 1px;
	background-color: #000;
	opacity: .15
}

.d-three-img-text-slider .b-slider .b-arrow > div .swiper-button-prev {
	left: 19px
}

.d-three-img-text-slider .b-slider .b-arrow > div .swiper-button-prev:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: -19px;
	width: 1px;
	background-color: #000;
	opacity: .15
}

.d-three-img-text-slider .b-bottom .b-btn {
	margin-top: 70px
}

@media (min-width:768px) {

	.d-three-img-text-slider.d-gallery-article .b-slider .swiper .swiper-slide,
	.d-three-img-text-slider.d-gallery-article .b-slider .swiper .swiper-slide .img-div {
		height: 31vw !important
	}
}

.d-video + .d-three-img-text-slider.bg-color-azul-claro {
	margin-top: -70px
}

@media (min-width:768px) {
	.d-video + .d-three-img-text-slider.bg-color-azul-claro {
		margin-top: -100px
	}
}

.d-img .img-div {
	height: 380px;
	width: 100%
}

@media (min-width:768px) {
	.d-img .img-div {
		height: 100vh
	}
}

@media (max-width:768px) {
	.d-img .col-lg-11 {
		padding-right: 0;
		padding-left: 0
	}
}

.d-editorial-three-col .b-col-2 {
	display: grid;
	align-content: end
}

.d-editorial-three-col .b-text .icon {
	margin-bottom: 40px;
	margin-left: calc(50% - 30px)
}

@media (min-width:768px) {
	.d-editorial-three-col .b-text .icon {
		margin-bottom: 84px;
		margin-left: 0
	}
}

.d-editorial-three-col .b-text .title {
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 120%
}

.d-editorial-three-col .b-text .img-div {
	margin-top: 50px;
	height: 200px;
	width: 100%
}

@media (min-width:768px) {
	.d-editorial-three-col .b-text .img-div {
		height: 19vw;
		margin-top: 72px
	}
}

.d-editorial-three-col .b-img {
	padding-right: calc(var(--bs-gutter-x)*.5);
	padding-left: calc(var(--bs-gutter-x)*.5)
}

@media (min-width:768px) {
	.d-editorial-three-col .b-img {
		padding: 0 65px
	}
}

.d-editorial-three-col .b-img .img-div {
	height: 400px;
	width: 100%
}

@media (min-width:768px) {
	.d-editorial-three-col .b-img .img-div {
		height: 56vw
	}
}

@media (max-width:768px) {
	.d-editorial-three-col .b-img .img-div {
		margin-top: 50px;
		margin-bottom: 50px
	}
}

@media (min-width:768px) {
	.d-editorial-three-img-text-1 {
		margin-bottom: calc(100px + 14vw)
	}
}

.d-editorial-three-img-text-1 .b-img .img-div {
	height: 496px;
	width: 100%
}

@media (min-width:768px) {
	.d-editorial-three-img-text-1 .b-img .img-div {
		height: 51vw
	}
}

.d-editorial-three-img-text-1 .b-img-1 {
	z-index: 1;
	margin-bottom: 193px
}

@media (min-width:768px) {
	.d-editorial-three-img-text-1 .b-img-1 {
		padding-left: 80px;
		padding-left: 9vw;
		margin-bottom: -281px;
		margin-bottom: -14vw
	}
}

.d-editorial-three-img-text-1 .b-img-1 .img-div {
	height: 226px;
	width: 200px
}

@media (min-width:768px) {
	.d-editorial-three-img-text-1 .b-img-1 .img-div {
		height: 27vw;
		width: 23vw
	}
}

.d-editorial-three-img-text-1 .b-img-1 .img-2 {
	position: absolute;
	top: 152px;
	left: auto;
	right: 0
}

@media (min-width:768px) {
	.d-editorial-three-img-text-1 .b-img-1 .img-2 {
		top: 0;
		left: 32.9vw;
		right: auto
	}
}

.d-editorial-three-img-text-1 .b-text {
	max-width: 266px
}

@media (min-width:768px) {
	.d-editorial-three-img-text-1 .b-text {
		padding-bottom: 35px;
		margin-left: auto
	}
}

@media (max-width:768px) {
	.d-editorial-three-img-text-1 .b-text {
		margin-top: 20px
	}

	.d-editorial-three-img-text-1 .b-text.no-mobile {
		display: none !important
	}
}

@media (min-width:768px) {
	.d-editorial-three-img-text-1 .b-text.no-desktop {
		display: none !important
	}
}

.d-editorial-three-img-text-1 .b-text .title {
	margin-bottom: 20px
}

@media (min-width:768px) {
	.d-editorial-three-img-text-1 .b-text .title {
		margin-bottom: 30px
	}
}

.d-editorial-three-img-text-1 .b-text .text {
	max-width: 266px
}

.d-editorial-three-img-text-1 .b-text .b-btn {
	margin-top: 20px
}

@media (min-width:768px) {
	.d-editorial-three-img-text-1 .b-text .b-btn {
		margin-top: 35px
	}
}

.d-editorial-three-img-text-1 .b-info {
	display: grid;
	align-items: end
}

.d-editorial-three-img-text-2 .img-1,
.d-editorial-three-img-text-2 .img-2 {
	margin-bottom: 28px
}

.d-editorial-three-img-text-2 .img-1 .img-div,
.d-editorial-three-img-text-2 .img-2 .img-div {
	height: 226px;
	width: 200px
}

@media (min-width:768px) {

	.d-editorial-three-img-text-2 .img-1 .img-div,
	.d-editorial-three-img-text-2 .img-2 .img-div {
		width: 100%;
		height: 27vw
	}
}

@media (max-width:768px) {
	.d-editorial-three-img-text-2 .img-1 {
		margin-bottom: 193px
	}

	.d-editorial-three-img-text-2 .col-md-3.img-2 {
		position: absolute;
		top: 152px;
		left: auto;
		right: 0;
		max-width: -moz-max-content;
		max-width: max-content;
		margin-bottom: 0
	}
}

.d-editorial-three-img-text-2 .b-text {
	max-width: 326px
}

.d-editorial-three-img-text-2 .b-text .title {
	margin-bottom: 20px
}

@media (min-width:768px) {
	.d-editorial-three-img-text-2 .b-text .title {
		margin-bottom: 30px
	}
}

.d-editorial-three-img-text-2 .b-text .text {
	max-width: 326px
}

.d-editorial-three-img-text-2 .b-text .b-btn {
	margin-top: 20px
}

@media (min-width:768px) {
	.d-editorial-three-img-text-2 .b-text .b-btn {
		margin-top: 35px
	}
}

.d-editorial-three-img-text-2 .b-img .img-div {
	height: 496px;
	width: 100%
}

@media (min-width:768px) {
	.d-editorial-three-img-text-2 .b-img .img-div {
		height: 513px
	}
}

.d-editorial-three-img-text-3 .b-text {
	margin-top: 42px;
	margin-bottom: 42px
}

@media (min-width:768px) {
	.d-editorial-three-img-text-3 .b-text {
		margin-top: 140px;
		margin-bottom: 64px
	}
}

.d-editorial-three-img-text-3 .b-text > div {
	max-width: 416px;
	margin-left: auto
}

.d-editorial-three-img-text-3 .b-btn {
	margin-top: 19px
}

.d-editorial-three-img-text-3 .b-img-1 .img-div {
	height: 410px;
	width: 100%
}

@media (min-width:768px) {
	.d-editorial-three-img-text-3 .b-img-1 .img-div {
		height: 54vw
	}
}

.d-editorial-three-img-text-3 .b-img-2 {
	padding-left: 65px;
	display: grid;
	align-items: end
}

@media (max-width:768px) {
	.d-editorial-three-img-text-3 .b-img-2 {
		margin-top: -82px;
		padding-left: 17vw
	}
}

.d-editorial-three-img-text-3 .b-img-2 .img-div {
	height: 290px;
	width: 238px;
	width: 66vw;
	bottom: 0
}

@media (min-width:768px) {
	.d-editorial-three-img-text-3 .b-img-2 .img-div {
		height: 33vw;
		width: 100%;
		bottom: -248px
	}
}

.d-editorial-three-img-text-3 .b-img-3 .img-div {
	height: 227px;
	width: 100%
}

@media (min-width:768px) {
	.d-editorial-three-img-text-3 .b-img-3 .img-div {
		height: 27vw;
		margin-left: 37px;
		width: 39vw
	}
}

.d-editorial-four-img-text-1 .img-1,
.d-editorial-four-img-text-1 .img-2,
.d-editorial-four-img-text-1 .img-3,
.d-editorial-four-img-text-2 .img-1,
.d-editorial-four-img-text-2 .img-2,
.d-editorial-four-img-text-2 .img-3 {
	margin-bottom: 0;
	margin-top: 28px
}

.d-editorial-four-img-text-1 .b-block,
.d-editorial-four-img-text-2 .b-block {
	position: relative
}

.d-editorial-four-img-text-1 .b-block .img-div:before,
.d-editorial-four-img-text-1 .b-img .img-div:before,
.d-editorial-four-img-text-2 .b-block .img-div:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(180deg, transparent 42.93%, rgba(0, 0, 0, .66) 100%);
	content: "";
	z-index: 1
}

.d-editorial-four-img-text-1 .b-block .b-info .title,
.d-editorial-four-img-text-2 .b-block .b-info .title {
	margin-bottom: 15px
}

.d-editorial-four-img-text-1 .b-block .b-info .text p,
.d-editorial-four-img-text-2 .b-block .b-info .text p {
	max-width: 275px
}

.d-editorial-four-img-text-1 .b-block .b-info .b-btn,
.d-editorial-four-img-text-2 .b-block .b-info .b-btn {
	margin-top: 20px
}

@media (min-width:768px) {

	.d-editorial-four-img-text-1 .b-block .b-info,
	.d-editorial-four-img-text-2 .b-block .b-info {
		position: absolute;
		left: calc(18px + calc(var(--bs-gutter-x)*.5));
		bottom: 36px;
		z-index: 1
	}

	.d-editorial-four-img-text-1 .b-block .b-info .btn-underline,
	.d-editorial-four-img-text-1 .b-block .b-info .text p,
	.d-editorial-four-img-text-1 .b-block .b-info .title,
	.d-editorial-four-img-text-2 .b-block .b-info .btn-underline,
	.d-editorial-four-img-text-2 .b-block .b-info .text p,
	.d-editorial-four-img-text-2 .b-block .b-info .title {
		color: #fff
	}

	.d-editorial-four-img-text-1 .b-block .b-info .btn-underline:after,
	.d-editorial-four-img-text-1 .b-block .b-info .btn-underline:before,
	.d-editorial-four-img-text-2 .b-block .b-info .btn-underline:after,
	.d-editorial-four-img-text-2 .b-block .b-info .btn-underline:before {
		border-bottom: 1px solid rgba(255, 255, 255, .5)
	}
}

@media (max-width:768px) {

	.d-editorial-four-img-text-1.d-editorial-three-img-text-2 .col-md-3.img-2,
	.d-editorial-four-img-text-2.d-editorial-three-img-text-2 .col-md-3.img-2 {
		position: initial;
		max-width: 100%;
		margin-bottom: 0
	}

	.d-editorial-four-img-text-1.d-editorial-three-img-text-2 .img-1 .img-div,
	.d-editorial-four-img-text-1.d-editorial-three-img-text-2 .img-2 .img-div,
	.d-editorial-four-img-text-1.d-editorial-three-img-text-2 .img-3 .img-div,
	.d-editorial-four-img-text-2.d-editorial-three-img-text-2 .img-1 .img-div,
	.d-editorial-four-img-text-2.d-editorial-three-img-text-2 .img-2 .img-div,
	.d-editorial-four-img-text-2.d-editorial-three-img-text-2 .img-3 .img-div {
		height: 234px;
		width: 100%;
		margin-bottom: 15px
	}

	.d-editorial-four-img-text-1.d-editorial-three-img-text-2 .img-1,
	.d-editorial-four-img-text-1.d-editorial-three-img-text-2 .img-2,
	.d-editorial-four-img-text-1.d-editorial-three-img-text-2 .img-3,
	.d-editorial-four-img-text-2.d-editorial-three-img-text-2 .img-1,
	.d-editorial-four-img-text-2.d-editorial-three-img-text-2 .img-2,
	.d-editorial-four-img-text-2.d-editorial-three-img-text-2 .img-3 {
		padding-left: 20px;
		padding-right: 20px
	}
}

@media (min-width:768px) {

	.d-editorial-four-img-text-1.d-editorial-three-img-text-1 .img-1 .img-div,
	.d-editorial-four-img-text-1.d-editorial-three-img-text-2 .img-1 .img-div,
	.d-editorial-four-img-text-1.d-editorial-three-img-text-2 .img-2 .img-div,
	.d-editorial-four-img-text-2.d-editorial-three-img-text-2 .img-1 .img-div,
	.d-editorial-four-img-text-2.d-editorial-three-img-text-2 .img-2 .img-div {
		height: 33vw !important
	}
}

.d-editorial-four-img-text-1 .b-title {
	margin-bottom: 45px;
	position: relative
}

.d-editorial-four-img-text-1 .b-title .text {
	max-width: 550px
}

.d-editorial-four-img-text-1 .b-title .b-btn {
	margin-top: 20px
}

@media (min-width:768px) {
	.d-editorial-four-img-text-1 .b-title .b-btn {
		margin-top: 0;
		position: absolute;
		right: calc(var(--bs-gutter-x)*.5);
		bottom: 0
	}
}

@media (max-width:768px) {
	.d-editorial-four-img-text-1 .b-img {
		padding-left: 0;
		padding-right: 0
	}
}

.d-editorial-four-img-text-1 .b-img .b-info {
	position: absolute;
	left: 29px;
	bottom: 29px;
	z-index: 1
}

@media (min-width:768px) {
	.d-editorial-four-img-text-1 .b-img .b-info {
		left: calc(36px + calc(var(--bs-gutter-x)*.5));
		bottom: 36px
	}
}

.d-editorial-four-img-text-1 .b-img .b-info .title {
	color: #fff;
	margin-bottom: 15px
}

.d-editorial-four-img-text-1 .b-img .b-info .text p {
	color: #fff;
	max-width: 301px
}

.d-editorial-four-img-text-1 .b-img .b-info .b-btn {
	margin-top: 20px
}

.d-editorial-four-img-text-1 .b-img .b-info .btn-underline {
	color: #fff
}

.d-editorial-four-img-text-1 .b-img .b-info .btn-underline:after,
.d-editorial-four-img-text-1 .b-img .b-info .btn-underline:before,
.d-img-full-slider .b-slider .swiper .swiper-slide .b-title .b-btn .btn-underline:after,
.d-img-full-slider .b-slider .swiper .swiper-slide .b-title .b-btn .btn-underline:before {
	border-bottom: 1px solid rgba(255, 255, 255, .5)
}

@media (max-width:768px) {
	.d-editorial-four-img-text-2 .b-img {
		padding-left: 0;
		padding-right: 0
	}

	.d-editorial-four-img-text-2 .b-img .img-div:before {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: linear-gradient(180deg, transparent 42.93%, rgba(0, 0, 0, .66) 100%);
		content: "";
		z-index: 1
	}

	.d-editorial-four-img-text-2 .b-info {
		position: relative
	}

	.d-editorial-four-img-text-2 .b-info .b-text {
		position: absolute;
		left: 29px;
		bottom: 29px;
		z-index: 1
	}

	.d-editorial-four-img-text-2 .b-info .b-text .title {
		color: #fff;
		margin-bottom: 15px
	}

	.d-editorial-four-img-text-2 .b-info .b-text .text p {
		color: #fff;
		max-width: 301px
	}

	.d-editorial-four-img-text-2 .b-info .b-text .b-btn {
		margin-top: 20px
	}

	.d-editorial-four-img-text-2 .b-info .b-text .btn-underline {
		color: #fff
	}

	.d-editorial-four-img-text-2 .b-info .b-text .btn-underline:after,
	.d-editorial-four-img-text-2 .b-info .b-text .btn-underline:before {
		border-bottom: 1px solid rgba(255, 255, 255, .5)
	}
}

.d-treatments .b-treatment {
	margin-bottom: 70px
}

@media (min-width:768px) {
	.d-treatments .b-treatment {
		margin-bottom: 160px
	}
}

.d-media-center .b-links ul li:last-child,
.d-treatments .b-treatment:last-child,
footer .b-footer .row > div.b-logos li:last-child {
	margin-bottom: 0
}

@media (min-width:768px) {
	.d-treatments .b-treatment .b-img {
		padding-right: 0
	}
}

.d-treatments .b-treatment .b-img .img-div {
	height: 250px;
	min-height: 250px;
	width: 100%
}

@media (min-width:768px) {
	.d-treatments .b-treatment .b-img .img-div {
		height: 100%;
		min-height: 560px
	}
}

.d-treatments .b-treatment .b-info {
	display: grid;
	align-items: center
}

@media (min-width:768px) {
	.d-treatments .b-treatment .b-info {
		background-color: #eff3fa
	}
}

.d-treatments .b-treatment .b-info > div {
	padding-top: 45px;
	padding-bottom: 45px
}

@media (max-width:768px) {
	.d-treatments .b-treatment .b-info > div {
		background-color: #eff3fa;
		padding: 30px 20px
	}
}

.d-treatments .b-treatment .b-info .title {
	margin-bottom: 0
}

.d-treatments .b-treatment .b-info .subtitle {
	font-style: italic;
	font-weight: 300;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: -.02em
}

.d-treatments .b-treatment .b-info .text {
	max-width: 572px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 28px
}

.d-treatments .b-treatment .b-info .info {
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid rgba(7, 38, 88, .15);
	border-bottom: 1px solid rgba(7, 38, 88, .15)
}

@media (min-width:768px) {
	.d-treatments .b-treatment .b-info .info {
		margin-top: 40px
	}
}

.d-treatments .b-treatment .b-info .info ul {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	position: relative
}

.d-treatments .b-treatment .b-info .info ul:not(:last-child) {
	border-bottom: 1px solid rgba(7, 38, 88, .15)
}

.d-treatments .b-treatment .b-info .info ul li {
	
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: #151515;
	padding: 15px 20px;
	margin-top: 8px;
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	gap: 13px
}

@media (min-width:768px) {
	.d-treatments .b-treatment .b-info .info ul li {
		padding: 20px 46px;
		font-size: 16px
	}
}

.d-treatments .b-treatment .b-info .info ul li:not(:last-child) {
	border-right: 1px solid rgba(7, 38, 88, .15)
}

.d-treatments .b-treatment .b-info .info ul li i {
	width: 17px;
	height: 17px;
	background-color: #a09656
}

.d-treatments .b-treatment .b-info .b-btn {
	margin-top: 30px;
	max-width: -moz-max-content;
	max-width: max-content;
	display: flex;
	flex-wrap: wrap;
	gap: 13px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:768px) {
	.d-treatments .b-treatment .b-info .b-btn {
		margin-top: 40px
	}
}

.d-treatments .b-treatment .b-info .b-btn .btn-black span,
.d-treatments .b-treatment .b-info .b-btn .btn-black:before {
	font-weight: 600
}

@media (min-width:768px) {
	.d-treatments .b-treatment.external .b-info {
		background-color: #072658
	}
}

@media (max-width:768px) {
	.d-treatments .b-treatment.external .b-info > div {
		background-color: #072658
	}
}

.d-img-full-slider .b-slider .swiper .swiper-slide .b-title .b-btn .btn-underline,
.d-img-full-slider .b-slider .swiper .swiper-slide .b-title .text p,
.d-treatments .b-treatment.external .info li p,
.d-treatments .b-treatment.external .subtitle,
.d-treatments .b-treatment.external .text p,
.d-treatments .b-treatment.external .title {
	color: #fff
}

.d-treatments .b-treatment.external .info {
	border-top: 1px solid rgba(255, 255, 255, .15);
	border-bottom: 1px solid rgba(255, 255, 255, .15)
}

.d-treatments .b-treatment.external .info ul:not(:last-child) {
	border-bottom: 1px solid rgba(255, 255, 255, .15)
}

.d-treatments .b-treatment.external .info ul li:not(:last-child) {
	border-right: 1px solid rgba(255, 255, 255, .15)
}

.d-media-center .b-links ul li a:hover span i,
.d-treatments .b-treatment.external .b-btn .btn-black,
.d-treatments .b-treatment.external .info ul li i {
	background-color: #fff
}

.d-treatments .b-treatment.external .b-btn .btn-black span,
.d-treatments .b-treatment.external .b-btn .btn-black:before {
	background: #fff;
	color: #000
}

.d-treatments .b-treatment.external .b-btn .btn-black.btn-border {
	border: 1px solid rgba(255, 255, 255, .15);
	background: 0 0
}

.d-treatments .b-treatment.external .b-btn .btn-black.btn-border span,
.d-treatments .b-treatment.external .b-btn .btn-black.btn-border:before {
	background: 0 0;
	color: #fff
}

.d-others-slider .b-title .title-2 {
	margin-bottom: 14px
}

.d-others-slider .b-slider {
	position: relative;
	padding-right: 0
}

.d-others-slider .b-slider.col-md-10 .swiper .swiper-slide {
	width: 72%
}

@media (min-width:768px) {
	.d-others-slider .b-slider.col-md-10 .swiper .swiper-slide {
		width: 62vw
	}
}

.d-others-slider .b-slider.col-md-10 .swiper .swiper-slide .img-div {
	height: 282px
}

@media (min-width:768px) {
	.d-others-slider .b-slider.col-md-10 .swiper .swiper-slide .img-div {
		height: 36vw
	}
}

.d-others-slider .b-slider .b-arrow-2 {
	left: -76px;
	bottom: 0;
	border: 1px solid rgba(0, 0, 0, .15)
}

.d-others-slider .b-slider .swiper .swiper-slide {
	width: 72%
}

@media (min-width:768px) {
	.d-others-slider .b-slider .swiper .swiper-slide {
		width: 46vw
	}
}

.d-others-slider .b-slider .swiper .swiper-slide .img-div {
	width: 100%;
	height: 282px
}

@media (min-width:768px) {
	.d-others-slider .b-slider .swiper .swiper-slide .img-div {
		height: 31vw
	}
}

.d-img-full-slider .b-slider .swiper .swiper-slide .img-div:before,
.d-others-slider .b-slider .swiper .swiper-slide .img-div:before {
	content: "";
	background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .35) 100%);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1
}

.d-others-slider .b-slider .swiper .swiper-slide .b-title {
	position: absolute;
	z-index: 1;
	left: 10px;
	bottom: 10px
}

@media (min-width:768px) {
	.d-others-slider .b-slider .swiper .swiper-slide .b-title {
		left: 30px;
		bottom: 30px
	}
}

.d-others-slider .b-slider .swiper .swiper-slide .b-title .title {
	margin: 0;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 120%;
	color: #fff
}

.d-others-slider:not(.bg-color-2) + .d-newsletter {
	margin-top: -70px
}

@media (min-width:768px) {
	.d-others-slider:not(.bg-color-2) + .d-newsletter {
		margin-top: -100px
	}
}

.d-others-slider + .d-newsletter .b-border > div:before {
	display: none !important
}

.d-img-full-slider .b-title {
	margin-bottom: 45px
}

@media (min-width:768px) {
	.d-img-full-slider .b-title {
		margin-bottom: 89px
	}
}

.d-img-full-slider .b-bottom {
	margin-top: 50px 
}

@media (min-width:768px) {
	.d-img-full-slider .b-bottom {
		margin-top: 61px 
	}
}

.d-img-full-slider .b-bottom .b-text {
	max-width: 266px;
	margin-left: auto;
	margin-right: auto;
	display: grid;
	align-items: center
}

@media (max-width:768px) {
	.d-img-full-slider .b-bottom .b-text {
		margin-bottom: 35px;
		text-align: center
	}
}

.d-img-full-slider .b-bottom .b-text .title-2 {
	margin-bottom: 28px
}

.d-img-full-slider .b-bottom .b-text .b-btn {
	margin-top: 39px
}

@media (max-width:768px) {
	.d-img-full-slider .b-bottom .b-text .b-btn .btn-underline {
		margin-right: auto;
		margin-left: auto
	}
}

.d-img-full-slider .b-slider,
.d-media-center .b-news {
	position: relative;
	padding-right: 0
}

.d-img-full-slider .b-slider .b-arrow-2 {
	left: -76px;
	bottom: 0;
	border: 1px solid rgba(0, 0, 0, .15)
}

.d-img-full-slider .b-slider .swiper .swiper-slide {
	width: 72%
}

@media (min-width:768px) {
	.d-img-full-slider .b-slider .swiper .swiper-slide {
		width: 24vw
	}
}

.d-img-full-slider .b-slider .swiper .swiper-slide .img-div {
	width: 100%;
	height: 340px
}

@media (min-width:768px) {
	.d-img-full-slider .b-slider .swiper .swiper-slide .img-div {
		height: 31vw
	}
}

.d-img-full-slider .b-slider .swiper .swiper-slide .b-title {
	position: absolute;
	z-index: 1;
	left: 10px;
	bottom: 10px;
	margin: 0
}

@media (min-width:768px) {
	.d-img-full-slider .b-slider .swiper .swiper-slide .b-title {
		left: 30px;
		bottom: 30px
	}
}

.d-img-full-slider .b-slider .swiper .swiper-slide .b-title .title {
	margin-bottom: 11px;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 23px;
	letter-spacing: -.02em;
	color: #fff
}

.d-img-full-slider .b-slider .swiper .swiper-slide .b-title .text {
	max-width: 234px
}

.d-img-full-slider .b-slider .swiper .swiper-slide .b-title .b-btn {
	margin-top: 16px
}

.d-media-center .b-news .b-arrow-2 {
	right: 40px;
	bottom: calc(50% - 55px)
}

.d-media-center .b-news .swiper a {
	text-decoration: none;
	color: inherit
}

.d-media-center .b-news .swiper .swiper-slide {
	width: 71%
}

@media (min-width:768px) {
	.d-media-center .b-news .swiper .swiper-slide {
		width: 26vw
	}
}

.d-media-center .b-news .swiper .swiper-slide .img-div {
	width: 100%;
	height: 282px
}

@media (min-width:768px) {
	.d-media-center .b-news .swiper .swiper-slide .img-div {
		height: 31vw
	}
}

.d-media-center .b-news .swiper .swiper-slide .b-text {
	margin-top: 15px;
	max-width: 394px
}

.d-media-center .b-links .title-2 {
	margin-bottom: 20px
}

@media (min-width:768px) {
	.d-media-center .b-links .title-2 {
		margin-bottom: 33px
	}
}

.d-media-center .b-links ul {
	padding: 0;
	margin: 0 0 50px
}

.d-media-center .b-links ul li {
	margin-bottom: 9px
}

.d-media-center .b-links ul li a,
.d-media-center .b-links ul li p {
	text-decoration: none;
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: -.02em;
	color: #000;
	display: flex;
	align-items: center
}

.d-media-center .b-links ul li a:hover span {
	background-color: #000;
	border: 1px solid #000
}

.d-media-center .b-links ul li i,
.d-media-center .b-links ul li span {
	-webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
	-moz-transition: all .6s cubic-bezier(.645, .045, .355, 1);
	-ms-transition: all .6s cubic-bezier(.645, .045, .355, 1);
	-o-transition: all .6s cubic-bezier(.645, .045, .355, 1);
	transition: all .6s cubic-bezier(.645, .045, .355, 1)
}

.d-media-center .b-links ul li span {
	width: 23px;
	height: 23px;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 100%;
	position: relative;
	margin-left: 6px
}

.d-media-center .b-links ul li i {
	width: 11px;
	height: 11px;
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	background-color: #000
}

@media (max-width:768px) {
	.d-media-center .b-arrow {
		display: none !important
	}
}

.d-location .title {
	margin-bottom: 40px
}

.d-location .title-2 {
	margin-bottom: 22px;
	margin-top: 40px;
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #151515;
	/*opacity: .4*/
}

.d-location .b-info .text {
	max-width: 483px
}

.d-location .b-info .b-bottom {
	margin-top: 50px;
	padding-top: 50px;
	/*border-top: 1px solid rgba(0, 0, 0, .15);*/
	display: flex;
	gap: 35px;
	max-width: 97%
}

@media (min-width:768px) {
	.d-location .b-info .b-bottom {
		margin-top: 0px;
		padding-top: 0px;
		gap: 70px
	}
}

@media (max-width:768px) {
	.d-location .b-info .b-bottom {
		flex-wrap: wrap;
		margin-bottom: 50px
	}
}

.d-location .b-info .b-bottom .title-2,
.d-location .qr > div > div a + a {
	margin-top: 0
}

.d-location .b-info .b-bottom > div {
	max-width: 287px
}

.d-location .b-img {
	position: relative
}

@media (max-width:768px) {
	.d-location .b-img {
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 170px
	}
}

.d-location .b-img .img-div {
	height: 532px
}

@media (min-width:768px) {
	.d-location .b-img .img-div {
		/*height: 850px*/
	}
}

.d-location .img-div {
	height: 100%
}

.d-location .qr {
	    padding: 21px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    display: flex;
    gap: 0;
    align-items: center;
    justify-content: end;
}
.d-location .qr img{
	background: #fff;
	padding: 20px
}
@media (min-width:768px) {
	.d-location .qr {
		left: calc(18px + calc(var(--bs-gutter-x)*.5));
		right: calc(18px + calc(var(--bs-gutter-x)*.5));
		bottom: 18px
	}
}

@media (max-width:768px) {
	.d-location .qr img {
		position: absolute;
		bottom: -226px;
		transform: translate(-50%, 0);
		left: 50%
	}
}

.d-location .qr > div .title-1,
.d-location .qr > div > div p {
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 160%;
	color: #000;
	margin-bottom: 24px
}

.d-location .qr > div > div {
	display: flex;
	gap: 60px
}

@media (max-width:768px) {
	.d-location .qr > div > div {
		display: initial
	}

	.d-location .qr > div > div > div:last-child {
		margin-top: 15px
	}
}

.d-location .qr > div > div p {
	
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: .05em;
	margin-bottom: 0
}

.d-location .qr > div > div p:not(:first-child) {
	opacity: .5
}

.d-location .qr > div > div a {
	opacity: .5;
	text-decoration: none;
	display: block;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: .05em;
	color: #000;
	margin-bottom: 0;
	margin-top: 5px
}

.d-location .b-itinerary {
	/*margin-top: 100px*/
}

.d-location .b-itinerary .title-1 {
	margin-bottom: 8px;
	
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: -.02em;
	color: #000
}

.d-location .b-itinerary .b-calculator > div {
	border: 1px solid rgba(0, 0, 0, .15);
	padding: 25px 10px
}

@media (min-width:768px) {
	.d-location .b-itinerary .b-calculator > div {
		padding: 32px 47px
	}
}

.d-location .b-itinerary .b-calculator > div form,
.d-location .qr > div > div a {
	
}

.d-location .b-itinerary .b-calculator > div form label {
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #151515;
	opacity: .4
}

.d-location .b-itinerary .b-calculator > div form input[type=text] {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: #151515;
	padding: 5px 5px 5px 0;
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid rgba(0, 0, 0, .15);
	margin-bottom: 19px;
	width: 100%
}

@media (min-width:768px) {
	.d-location .b-itinerary .b-calculator > div form input[type=text] {
		font-size: 16px
	}
}

.d-location .b-itinerary .b-calculator > div form input[type=text]::placeholder {
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: .05em;
	text-transform: uppercase
}

@media (min-width:768px) {
	.d-location .b-itinerary .b-calculator > div form input[type=text]::placeholder {
		font-size: 16px
	}
}

.d-location .b-itinerary .b-calculator > div form .b-btn {
	display: flex;
	gap: 17px;
	align-items: center
}

.d-location .b-map {
	padding-top: 34px
}

@media (max-width:768px) {
	.d-location .b-map {
		padding-left: 0;
		padding-right: 0
	}
}

.d-location .b-map > div {
	height: 250px;
	width: 100%
}

@media (min-width:768px) {
	.d-location .b-map > div {
		height: 400px
	}
}

.d-multimedia-gallery .title-2 {
	margin-bottom: 15px;
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #151515;
	opacity: .4
}

@media (min-width:768px) {
	.d-multimedia-gallery .title-2 {
		margin-bottom: 30px
	}
}

.d-multimedia-gallery .b-btn {
	margin-top: 25px
}

@media (max-width:768px) {
	.d-multimedia-gallery .b-img {
		margin-bottom: 10px
	}
}

.d-multimedia-gallery .b-img .img-div {
	height: 187px;
	width: 100%
}

@media (min-width:768px) {
	.d-multimedia-gallery .b-img .img-div {
		height: 428px
	}
}

.d-multimedia-gallery .b-video.pause-video .img-div img {
	opacity: 0
}

.d-multimedia-gallery .b-video img {
	z-index: 1;
	position: relative;
	opacity: 1;
	-webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
	-moz-transition: all .6s cubic-bezier(.645, .045, .355, 1);
	-ms-transition: all .6s cubic-bezier(.645, .045, .355, 1);
	-o-transition: all .6s cubic-bezier(.645, .045, .355, 1);
	transition: all .6s cubic-bezier(.645, .045, .355, 1)
}

.d-multimedia-gallery .b-video .img-div {
	height: 187px;
	width: 100%
}

@media (min-width:768px) {
	.d-multimedia-gallery .b-video .img-div {
		height: 428px
	}
}

@media (max-width:768px) {
	.d-thumbs-gallery .mySwiperThumbsGallery2 {
		display: none !important
	}
}

.d-thumbs-gallery .b-text {
	display: grid;
	align-items: center;
	text-align: center
}

@media (max-width:768px) {
	.d-thumbs-gallery .b-text {
		margin-bottom: 70px
	}
}

.d-thumbs-gallery .b-text > div {
	max-width: 448px;
	margin-right: auto;
	margin-left: auto
}

.d-thumbs-gallery .b-text > div .title {
	margin-bottom: 37px
}

.d-thumbs-gallery .b-text > div .b-btn {
	margin-top: 37px;
	max-width: -moz-max-content;
	max-width: max-content;
	margin-left: auto;
	margin-right: auto
}

@media (max-width:768px) {
	.d-thumbs-gallery .b-gallery {
		padding-left: 0;
		padding-right: 0
	}
}

.d-thumbs-gallery .b-gallery .b-info {
	padding-right: calc(var(--bs-gutter-x)*.5);
	padding-left: calc(var(--bs-gutter-x)*.5);
	margin-top: 26px
}

.d-thumbs-gallery .b-gallery .b-info .title-2 {
	margin-bottom: 15px;
	opacity: .9
}

.d-thumbs-gallery .b-gallery .b-info .text p {
	max-width: 446px
}

@media (min-width:768px) {
	.d-thumbs-gallery .b-gallery .b-info {
		margin-top: 0;
		padding-left: 0;
		padding-right: 0;
		position: absolute;
		bottom: 37px;
		left: calc(37px + calc(var(--bs-gutter-x)*.5));
		z-index: 1
	}

	.d-thumbs-gallery .b-gallery .b-info .text p,
	.d-thumbs-gallery .b-gallery .b-info .title-2 {
		color: #fff
	}
}

.d-thumbs-gallery .b-gallery .swiper2 {
	position: absolute;
	top: 0;
	left: -100px;
	height: 85%
}

.d-thumbs-gallery .b-gallery .swiper2 .swiper-slide {
	cursor: pointer;
	width: 101px;
	opacity: .5;
	-webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
	-moz-transition: all .6s cubic-bezier(.645, .045, .355, 1);
	-ms-transition: all .6s cubic-bezier(.645, .045, .355, 1);
	-o-transition: all .6s cubic-bezier(.645, .045, .355, 1);
	transition: all .6s cubic-bezier(.645, .045, .355, 1)
}

.d-thumbs-gallery .b-gallery .swiper2 .swiper-slide.swiper-slide-thumb-active {
	opacity: 1
}

.d-thumbs-gallery .b-gallery .swiper2 .swiper-slide .img-div {
	height: 124px;
	width: 100%
}

.d-thumbs-gallery .b-gallery .swiper1 .swiper-slide .img-div {
	height: 440px;
	width: 100%
}

@media (min-width:768px) {
	.d-thumbs-gallery .b-gallery .swiper1 .swiper-slide .img-div {
		height: 948px
	}
}

.d-thumbs-gallery .b-gallery .swiper1 .swiper-slide .img-div:before {
	content: "";
	position: absolute;
	background: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2));
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1
}

.d-thumbs-gallery .b-arrow-2 {
	bottom: 0;
	right: auto;
	left: -68px;
	border: 1px solid rgba(0, 0, 0, .15)
}

.d-items .b-block {
	padding: 25px;
	border: 1px solid rgba(0, 0, 0, .15)
}

.d-items .b-block .b-item {
	display: grid;
	align-items: center;
	padding-top: 20px;
	padding-bottom: 20px
}

@media (min-width:768px) {
	.d-items .b-block .b-item {
		padding-top: 30px;
		padding-bottom: 30px
	}
}

.d-items .b-block .b-item:last-child:before {
	display: none
}

@media (min-width:768px) {
	.d-items .b-block .b-item:before {
		content: "";
		position: absolute;
		height: 100%;
		width: 1px;
		opacity: .15;
		background-color: #000;
		right: 0;
		top: 0;
		bottom: 0
	}
}

.d-items .b-block .b-item p {
	font-style: normal;
	font-weight: 300;
	font-size: 24px;
	line-height: 31px;
	letter-spacing: -.02em;
	margin-bottom: 13px;
	max-width: 273px;
	margin-left: auto;
	margin-right: auto
}

.d-items .b-block .b-item .b-btn {
	max-width: -moz-max-content;
	max-width: max-content;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	align-items: center
}

.d-legal .title {
	margin-top: 70px;
	margin-bottom: 70px;
	text-align: center
}

@media (min-width:768px) {
	.d-legal .title {
		margin-top: 100px;
		margin-bottom: 100px
	}
}

.d-legal .text h2,
.d-legal .text h3,
.d-legal .text h4 {
	margin-top: 45px;
	margin-bottom: 30px;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 160%;
	text-transform: uppercase
}

.d-legal .text h3,
.d-legal .text h4 {
	margin-top: 35px;
	margin-bottom: 25px;
	font-size: 16px;
	line-height: 120%
}

.d-legal .text p {
	line-height: 160%
}

.d-legal .text ul li {
	font-size: 16px;
	line-height: 160%
}

.bg-color-amarillo-claro .d-newsletter {
	background-color: #f8f5ee
}

.bg-color-azul-claro .d-newsletter {
	background-color: #eff3fa
}

.d-newsletter {
	margin: 0;
	padding-bottom: 50px;
	background-color: #fff
}

@media (min-width:768px) {
	.d-newsletter {
		padding-bottom: 90px
	}
}

@media (max-width:768px) {
	.d-newsletter {
		text-align: center
	}
}

.d-newsletter.fade-animate .b-border > div:before {
	width: 100%
}

.d-newsletter .b-border > div {
	padding-top: 50px;
	position: relative
}

@media (min-width:768px) {
	.d-newsletter .b-border > div {
		padding-top: 90px
	}
}

.d-newsletter .b-border > div:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .15);
	width: 0;
	height: 1px;
	-webkit-transition: all 2s cubic-bezier(.645, .045, .355, 1);
	-moz-transition: all 2s cubic-bezier(.645, .045, .355, 1);
	-ms-transition: all 2s cubic-bezier(.645, .045, .355, 1);
	-o-transition: all 2s cubic-bezier(.645, .045, .355, 1);
	transition: all 2s cubic-bezier(.645, .045, .355, 1);
	transition-delay: .5s
}

.d-newsletter .b-form {
	align-items: center
}

.d-newsletter .title {
	font-size: 24px;
	line-height: 31px;
	letter-spacing: -.02em;
	margin-bottom: 20px
}

@media (min-width:768px) {
	.d-newsletter .title {
		margin-bottom: 0
	}
}

.d-newsletter .text {
	max-width: 265px
}

@media (max-width:768px) {
	.d-newsletter .text {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 35px
	}
}

.d-newsletter form {
	padding: 5px;
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 2px;
	display: flex;
	justify-content: space-between
}

.d-newsletter form .btn-black {
	width: 30%;
	max-width: 100%
}

@media (max-width:768px) {
	.d-newsletter form .btn-black {
		width: 35%
	}
}

.d-newsletter form input {
	
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: #151515;
	border: 0;
	padding-left: 40px;
	padding-right: 20px;
	width: 70%;
	height: 61px
}

@media (max-width:768px) {
	.d-newsletter form input {
		padding-left: 14px;
		font-size: 12px;
		line-height: 20px;
		letter-spacing: .05em;
		width: 65%
	}
}

.d-newsletter form input::-ms-input-placeholder {
	/**/
	color: #fff;
	opacity: .5;
	letter-spacing: .05em;
	text-transform: uppercase;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px
}

@media (max-width:768px) {
	.d-newsletter form input::-ms-input-placeholder {
		font-size: 12px;
		line-height: 20px
	}
}

.d-newsletter form input::placeholder {
	
	color: #151515;
	opacity: .5;
	letter-spacing: .05em;
	text-transform: uppercase;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px
}

@media (max-width:768px) {
	.d-newsletter form input::placeholder {
		font-size: 12px;
		line-height: 20px
	}
}

.d-newsletter form input:focus-visible {
	outline: -webkit-focus-ring-color auto 0
}

footer {
	padding-bottom: 50px;
	padding-top: 55px;
	background-color: #111;
	z-index: 1;
	position: relative
}

@media (min-width:768px) {
	footer {
		        padding-top: 100px;
		padding-bottom: 118px;
       
	}
}

footer li:not(.b-social) a:hover {
	background-image: linear-gradient(90deg, #fff, #fff);
	background-size: 100% 1px;
	background-position: 0 100%
}

footer ul {
	padding: 0;
	margin: 0
}

@media (max-width:768px) {
	footer ul {
		margin-bottom: 50px
	}
}

footer .b-footer .row > div:not(.b-logos) ul li:first-child {
	/*
	font-style: normal;
	font-weight: 500;
	
	line-height: 20px;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 16px*/
	        
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: .1em;
        text-transform: uppercase;
        color: #fff;
        margin-bottom: 36px !important;
        font-size: 14px;
}

@media (min-width:768px) {
	footer .b-footer .row > div:not(.b-logos) ul li:first-child {
		
	}
}

footer .b-footer .row > div:not(.b-logos).b-nav ul li {
	margin-bottom: 10px
}

footer .b-footer .row > div:not(.b-logos).b-nav ul li a {
	font-size: 32px;
	line-height: 41px;
	letter-spacing: -.02em;
	color: #fff;
	font-weight: 300
}

@media (max-width:768px) {
	footer .b-footer .row > div:not(.b-logos).b-nav ul li a {
		font-size: 24px;
		line-height: 31px
	}
}

footer .b-footer .row > div:not(.b-logos).b-hotels ul li {
	margin-bottom: 17px
}

footer .b-footer .row > div:not(.b-logos).b-hotels ul li a {
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: -.02em;
	color: #fff
}

footer .b-footer .row > div:not(.b-logos).b-contact ul li:not(:first-child) {
	margin-bottom: 19px
}

footer .b-footer .row > div:not(.b-logos).b-contact ul li:not(:first-child) a,
footer .b-footer .row > div:not(.b-logos).b-contact ul li:not(:first-child) address {
	/**/
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: .05em;
	color: #fff
}

footer .b-footer .row > div:not(.b-logos).b-contact ul li:not(:first-child) a {
	display: block
}

footer .b-footer .row > div:not(.b-logos).b-contact .b-social {
	display: flex;
	gap: 10px
}

footer .b-footer .row > div:not(.b-logos).b-contact .b-social a {
	opacity: 1 !important;
	background-color: #1e1e1e;
	width: 36px;
	height: 36px;
	position: relative;
	border-radius: 100%;
	-webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
	-moz-transition: all .6s cubic-bezier(.645, .045, .355, 1);
	-ms-transition: all .6s cubic-bezier(.645, .045, .355, 1);
	-o-transition: all .6s cubic-bezier(.645, .045, .355, 1);
	transition: all .6s cubic-bezier(.645, .045, .355, 1)
}

footer .b-footer .row > div:not(.b-logos).b-contact .b-social a i {
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	background-color: #ebebeb;
	width: 14px;
	height: 14px
}

footer .b-footer .row > div:not(.b-logos).b-contact .b-social a:hover {
	background-color: #ebebeb
}

footer .b-footer .row > div:not(.b-logos).b-contact .b-social a:hover i {
	background-color: #1e1e1e
}

@media (max-width:768px) {
	footer .b-footer .row > div.b-logos {
		padding-top: 38px;
		border-top: 1px solid rgba(255, 255, 255, .15)
	}

	footer .b-footer .row > div.b-logos ul {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		row-gap: 20px;
		column-gap: 10px;
		margin-bottom: 38px
	}
}

footer .b-footer .row > div.b-logos li {
	margin-top: 0;
	margin-bottom: 0
}

@media (min-width:768px) {
	footer .b-footer .row > div.b-logos li {
		margin-top: 18px;
		margin-bottom: 30px
	}
}

@media (max-width:768px) {
	footer .b-footer .row > div.b-logos li {
		width: 44%
	}
}

footer .b-footer .row > div.b-logos img {
	width: 100%;
	max-width: 138px;
	height: 100%;
	max-height: 114px
}

@media (min-width:768px) {
	footer .b-footer .row > div.b-logos {
		text-align: center;
		border-left: 1px solid rgba(255, 255, 255, .15)
	}
}

footer .b-bottom {
	    padding-top: 30px;
}

@media (max-width:768px) {
	footer .b-bottom {
		padding-top: 38px;
		border-top: 1px solid rgba(255, 255, 255, .15)
	}
}

footer .b-bottom .b-text p {
	/*opacity: .5*/
}

footer .b-bottom .b-links ul {
	display: flex;
	gap: 16px;
	margin-left: auto;
	max-width: -moz-max-content;
	max-width: max-content
}

@media (max-width:768px) {
	footer .b-bottom .b-links ul {
		flex-wrap: wrap
	}

	footer .b-bottom .b-links ul li {
		width: 44%
	}
}

footer .b-bottom .b-links ul li a,
footer .b-bottom .b-text p {
	/**/
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #fff
}
.client-logo p{
	    width: 700px;
    margin: 0 auto;
}
.client-logo  .owl-carousel{
	margin-top: 50px
}
.mono {
    position: relative;
    top: 0px;
    width: 80px;
}
.mt-0{
	margin-top: 0 !important
}
.mb-0{
	margin-bottom: 0 !important
}
.icon-three-box{
	width: 150px;
	
}
.restaurant-box .img-div{
	position: relative;
	
}
.restaurant-box .img-div:after{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
   
   background: linear-gradient(0deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), linear-gradient(180.08deg, transparent 55.69%, rgba(0, 0, 0, .58) 99.93%);
}
footer img{
	width: 190px
}
.three-inq-btn p{
	border: 1px solid;
    padding: 10px 20px;
    text-align: center;
    line-height: 20px;
}
.three-inq-btn p a{
	text-decoration: none
}
.banquets-icon img{
	width: 30px
}
.mt-30{
	margin-top: 30px
}
.mb-100{
	margin-bottom: 100px
}
.rooms-section.d-text .text{
	max-width: 700px;
} 
.rooms-section{
	padding-bottom: 0
}
.event-section .b-text{
	max-width: 450px !important;
	    text-align: justify;
}
.event-section .swiper-slide p{
	text-align: left;
	    font-size: 25px;
}
.about-banner-text .b-block > div{
	padding: 30px !important
}
.about-banner-text .text p{
	font-size: 15px
}
.about-banner-text .b-block{
	    bottom: 30px !important;
}
.about-banner-text .text h2{
	font-size: 25px;
    line-height: 30px;
	    margin-bottom: 10px;
}
.leadership-team .b-img .img-div{
	height: auto !important
}
.leadership-team .b-info{
align-items: center;
    display: flex;
	text-align: center;
	padding: 0 20px 20px
}
.leadership-team .b-text{
    max-width: 100%;
	align-items: center;
    display: flex;
	text-align: justify;
	        margin-left: 8.33333%;
}
.leadership-team .b-text .text {
    max-width: 100%;
}
.leadership-team .b-img-second{
	    margin-left: 8.33333%; 
}
.leadership-team .b-info-second .b-text{
	margin-left: 0
}
.leadership-team{
	margin-top: 50px
}
.about-tgb .text  p{
	
}
strong{
	font-weight: 600
}
.experience-data .b-title .text{
	margin: auto
}
.mb-50{
	margin-bottom: 50px
}
.mb-70{
	margin-bottom: 70px
}
.main-banner{ 
	height: 100vh;
	overflow: hidden;
	position: relative
}
.main-banner:after{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	background: rgba(0,0,0,0.3)
}
.pb-0{
	padding-bottom: 0 !important
}
.room-amenities{
	padding-left: 0
}
.room-amenities li{
	list-style: none;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    padding: 15px 0px 15px 0px;
    min-width: 182px;
}
.modern-amenities p{
	font-weight: 600
}
.pb-100{
	padding-bottom: 100px
}
.list-unstyled-detail{
	margin-bottom: 0
}
.list-unstyled-detail span.mn-tt span{
	margin-bottom: 10px;
}
.list-unstyled-detail span{
	color:#fff;
	
}
.list-unstyled-detail a{
	color:#fff;
	    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -.02em;
    
}
ul.list-style{
	    padding-left: 20px;
}
.list-style li {
    list-style: circle;
	margin-bottom: 10px;
}
.list-style li:last-child{
	margin-bottom: 0
}
.list-style li a{
	text-decoration: none;
	color: #000;
}
.counter-box{
	padding: 20px;
    text-align: center;
    background: #f1f1f19c;
}
.counter-box span{
	    font-size: 30px;
    font-weight: 600;
}
.counter-box  p{
	margin-top: 20px;
	margin-bottom: 0
}
@media (min-width: 1280px) and (max-width: 1365px) {
.d-rooms .b-info .text{
	font-size: 16px
}
	}


@media (min-width: 1600px) and (max-width: 5000px) {
	.d-rooms .b-info .text{
		max-width: 600px
	}
	.d-rooms .b-info .b-characteristics ul{
		gap:160px
	}
	.d-rooms .b-info .b-characteristics ul li:before{
		right: -90px
	}
	
}


.investor-box{
	margin-bottom: 20px;
}

.investor-item{
	background:#f8f5ee;
    padding: 30px 20px;
	    text-align: center;
		    height: 100%;
			cursor: pointer;
}

.investor-item .inv-icon img{
	    width: 80px;
}
.investor-item .inv-text{
margin-top: 0px;
}

.investor-item .inv-text h4{
    font-size: 18px;
	color: #000;
	font-family: 'Helvetica';
	font-weight: 500;
	  
}

.investor-item .inv-arrow span{
        width: fit-content;
		font-size: 24px;
		border: 1px dashed rgb(0 0 0);
		padding: 5px;
		    display: block;
    width: 60px;
    text-align: center;
    margin: 0 auto;
    color: #000;
    height: 46px;
}

.investor-item  .inv-arrow{
  margin-bottom: 10px;
  margin-top: 10px;
}


.inner-inv-sec .investor-item .inv-text h4{
    font-size: 18px;
	color: #000;
	    margin-bottom: 15px;
}

.investor-box a{
	text-decoration: none;
}


.inv-ul-li li a{
text-decoration: none;
color: #000;
}

.inv-ul-li li{
    margin-bottom: 10px;
}

.inv-ul-li li:before {
    content: "—";
    left: 0;
    position: absolute;
}

.inv-ul-li{
 list-style: none;
 padding-left: 25px;
}
.scroll-logo{
	display: none
}
.scroll-up:not(.no-scroll) header.h-major .b-logo img.withiout-scroll-logo{
	display: none
}
.scroll-up:not(.no-scroll) header.h-major .b-logo img.scroll-logo{
	display: block;
	    height: 60px;
}
.logos-box img {
    width: 100%;
}
.logos-box {
    border: 1px solid #cccccc54;
	}
.brand-logo{
	margin-top: 40px
}

.event-two__single {
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 20px 30px 0 rgba(43, 85, 64, .1);
    background-color: #fff !important;
}
.event-two__image > img {
    width: 100%;
    transform: scale(1);
    opacity: 1;
    transition: opacity .5s, transform .5s;
}
.event-two__image {
    overflow: hidden;
    position: relative;
    background-color: #000;
}
.event-two__single:hover .event-two__image > img {
  opacity: .7;
  transform: scale(1.05)
}
.event-two__content {
    padding-left: 35px;
    padding-right: 35px;
}
.event-two__content, .event-two__image {
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
    align-items: center;
    justify-content: center;
	    display: flex;
}
.event-two__content h3 {
    margin: 0 0 13px;
    color: var(--thm-black);
    font-size: 24px;
    line-height: 20px;
    font-weight: 700;
	font-family: "Helvetica", sans-serif;
	
}
.event-two__content h3 a {
    color: inherit;
    transition: .5s;
	font-size: 18px;
	    font-weight: normal;
}
.mb-auto, .my-auto {
    margin-bottom: auto !important;
}
.mt-auto, .my-auto {
    margin-top: auto !important;
}
.event-two [class*=col-]:nth-child(5n-1) .event-two__single, .event-two [class*=col-]:nth-child(5n-2) .event-two__single {
    flex-direction: row-reverse;
}
.no-gutters>.col, .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
.event-two{
	    padding-bottom: 0;
    padding-top: 50px;
	background: #f9f9f9;
}
.responsible-section.d-three-blocks .b-text {
       position: absolute;
    left: 0;
    bottom: 27px;
    z-index: 1;
    margin: 0 20px 0;
    text-align: center;
}
.responsible-section.d-three-blocks .img-div {
    width: 100%;
    height: 640px;
    height: 25vw;
}
.responsible-section.d-three-blocks .img-div:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
            background: linear-gradient(0deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), linear-gradient(180.08deg, transparent 55.69%, rgba(0, 0, 0, .58) 99.93%);
}
.responsible-section.d-three-blocks .b-text .title-2 {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -.02em;
    color: #fff;
    
    text-transform: none;
    font-weight: 300;
	position: relative;
    top: -237px;
}
.responsible-section.d-three-blocks .b-text .text {
   max-width: 100%;
    text-align: center;
}
.responsible-section.d-three-blocks .b-text .text p{
	color:#fff
}

.looking-section{
	background: url(../images/bg.svg);
	    background-position: center;
	padding-top: 70px;
	padding-bottom: 70px;
	background-size: cover;
	margin: 0;
	box-shadow: 0 7px 2px -2px rgba(0, 0, 0, 0.1);
}

.main-banner video{
	width: 100%
}
.about-tgb{
	    margin-top: 85px;
	margin-bottom: 85px;
}
/*.main-banner{
	background: url(../images/banner1.jpg);
	background-position: center;
	background-size: cover
}*/
.contact-detail{
	display: block !important
}
.contact-detail a{
	text-decoration: none;
    color: #000;
}
.contact-detail p strong{
	
font-size: 14px;
    font-weight: 500;
    line-height: 24px;
	color:#777
}
.mb-5{
	margin-bottom: 5px !important
}
.mb-30{
	margin-bottom: 30px
}
.it-cta-form .input-item {
    position: relative;
    font-size: 16px;
    margin-bottom: 20px;
}
.it-cta-form .input-item input:focus, .it-cta-form .input-item select:focus, .it-cta-form .input-item .nice-select:focus {
    border-color: #111;
}
.it-cta-form .input-item input, .it-cta-form .input-item select, .it-cta-form .input-item .nice-select {
    width: 100%;
    height: 60px;
    padding-left: 15px;
    padding-right: 10px;
    border-radius: 0px;
    border: 1px solid #ccc;
    background-color: transparent;
    color: #fff;
	

}
.it-cta-form .input-item-textarea{
	 position: relative;
    font-size: 16px;
    margin-bottom: 20px;
}
.it-cta-form .input-item-textarea textarea{
	 width: 100%;
    height: 100px;
    padding-left: 15px;
    padding-right: 10px;
    border-radius: 0px;
    border: 1px solid #ccc;
    background-color: transparent;
    color: #6B6B6B;
	;
	padding-top: 10px;
}
.it-cta-form form{
	    background: #1111119e;
	padding: 50px;
}
.align-items-center{
	align-items: center
}
.tp-black-bg-btn {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
    background-color: #ed1c24;
    color: white;
    padding: 10px 15px;
    border-radius: 0px;
    display: inline-block;
	box-shadow: none;
    border: 0;
}
.tp-black-bg-btn:hover{
	background-color:#ffd307;
	color:#000
}
.it-cta-career-form{
	background: url(../images/career-bg.jpg) !important;
	padding-bottom: 20px
}
.it-cta-form{
	background: url(../images/contact-bg.jpg);
	padding-bottom: 20px
}
.it-cta-form input[type=text]::placeholder {
	color:#fff
		}
.it-cta-form input[type=tel]::placeholder {
	color:#fff
		}
.it-cta-form #Banquets_Inquiry input[type=tel]::placeholder {
	color:#000 !important
		}

.it-cta-form #Events_Inquiry input[type=tel]::placeholder {
	color:#000 !important
		}

.it-cta-form textarea::placeholder {
	color:#fff
		}
.res-hospi-title{
	    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: rgb(255, 255, 255);
    
    text-transform: none;
    font-weight: 300;
    position: absolute;
    bottom: 20px;
    text-align: center;
    margin: 0 auto;
    display: block;
    left: 0;
    right: 0;
	z-index: 1
}
.bg-color-geen{
	background: #183a34
}
.bg-color-geen p{
	color: #fff
}
.d-two-img.bg-color-negro .b-text span{
	    color: #fff;
    font-size: 14px;
}
.d-two-img.bg-color-negro .b-text .title{
	    font-size: 23px;
	margin-bottom: 10px
}
.reservation-btn{
	margin-top: 30px
}
.reservation-btn a{
	color: #fff;
	margin: 0 auto 20px;
	    font-size: 15px;
	
}
.reservation-btn a:hover{
	color: #fff
}
.reservation-btn .btn-underline:before, .reservation-btn .btn-underline:after{
	border-bottom:1px solid rgba(255,255,255,0.1)
}
.safe-data{
	gap:30px
}
.m-auto{
	margin: 0 auto
}
.inquiry-for-banquets{
	background: rgba(248, 245, 238);
	border-top: 5px solid #e31e24;

}
.inquiry-for-banquets.it-cta-form form{
	background: transparent
}
.inquiry-for-banquets.it-cta-form .input-item input, .inquiry-for-banquets.it-cta-form .input-item select{
	    color: #000;
}
.inquiry-for-banquets.it-cta-form input[type=text]::placeholder {
	color:#000
		}
.inquiry-for-banquets.it-cta-form textarea::placeholder {
	color:#000
		}
.perq-social {
    margin-top: 30px;
}
.perq-social .icons.ico-facebook {
    background: url(../images/icons/facebook.svg);
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
	-webkit-mask-image:none;
	top: -2px;
    position: relative;
}
.perq-social .icons.ico-instagram {
    background: url(../images/icons/instagram.svg);
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
	-webkit-mask-image:none;
	top: -2px;
    position: relative;
}
.perq-social .icons {
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
	background-color: transparent;
	    -webkit-transition: none;
}

.perq-social a i.icons{
	background-color: #fff
}
.perq-social a{
	    margin: 0 10px;
    background: #d58e28;
    padding: 10px;
    border-radius: 100px;
}
.perq-social ul{
	padding-left: 0
}
.perq-logo img{
	    width: 130px !important;
    margin-top: 50px;
}
/*
.blink {
    color: #fff!important;
    animation: 1s linear infinite blink;
    font-weight: 500;
    letter-spacing: .5px
}

@keyframes blink {
    0% {
        opacity: 0
    }

    50% {
        opacity: .5
    }

    100% {
        opacity: 1
    }
}
*/
.room-available {
            position: fixed;
    z-index: 1;
    color: #fff;
    right: -53px;
    top: 50%;
    transform: rotate(90deg);
    background: #e31e24;
    padding: 10px;
    height: 55px;
    text-align: center;
}
.room-available span{
	display: block;
	text-align: center;
	font-size: 15px
}
.room-available a{
	    font-size: 17px;
	color:#fff;
	text-decoration: none;
	    line-height: 15px;
}
.room-available img{
	       width: 16px;
    margin-right: 5px;
}
.file-wrapper input {
  width: 100%;
  height: 50px;
  -moz-opacity: 0.01;
  left: 0;
  opacity: 0.01;
  cursor: pointer;
  position: absolute !important;
  -moz-opacity: 0.01;
	z-index: 99999;
}
.form-control1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 15px;
  width: 100%;
  height: 45px;
  border-bottom: 1px solid #24305B !important;
  border-radius: 3px;
  cursor: pointer;
  color: #000;
  border: none;
}
.file-wrapper .file-button {
  cursor: pointer;
    padding: 19px;
    background: #ed1c24;
    color: #fff;
    top: 19px;
    position: relative;
}
.file-holder {
  padding-left: 15px;
  position: absolute;
  left: auto;
	color: #fff;
	    top: 17px;
}
.form-group.file-wrapper {
      border: 1px solid #fff !important;
    height: 60px;
    margin-top: 20px;
}
#form_process {
	-webkit-animation-name: spinnerRotate;
	-webkit-animation-duration: 1.1s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: spinnerRotate;
	-moz-animation-duration: 1.1s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: spinnerRotate;
	-ms-animation-duration: 1.1s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	display: inline-block;
	margin-left: 10px;
	position: relative;
	visibility: hidden;
	color: #000
}
#Contact_Us #form_process{
	color:#fff
}
#Career #form_process{
	color:#fff
}
#error_data {
	color: red;
	font-size: 14px;
	margin: 10px 0 0px;
	line-height: normal
}
.alert.alert-danger p {
	color: #fff;
	background: red;
	border-radius: 24px;
	padding: 10px
}
.alert.alert-danger {
	color: #454545;
	background-color: #ffb4b4;
	padding: 10px 15px;
	font-weight: 700;
	letter-spacing: .5px;
	line-height: 28px
}
.alert.alert-success {
	color: #508e14;
	background: #f0f0f0;
	padding: 10px 15px;
	font-weight: 700;
	letter-spacing: .5px;
	line-height: 28px
}
@-webkit-keyframes spinnerRotate {
from {
-webkit-transform:rotate(0)
}
to {
	-webkit-transform: rotate(360deg)
}
}
@-moz-keyframes spinnerRotate {
from {
-moz-transform:rotate(0)
}
to {
	-moz-transform: rotate(360deg)
}
}
@-ms-keyframes spinnerRotate {
from {
-ms-transform:rotate(0)
}
to {
	-ms-transform: rotate(360deg)
}
}
.chef-details{
	padding: 80px 0 !important
}
.privacy-policy-title{
	font-size: 20px
}
.footer-space footer{
	padding-bottom: 50px
}
.instareel-video{
	height: 37vh;
    object-fit: cover;
    transform: scale(3);
}
.client-logo .item img{
	filter: grayscale();
	border: 1px solid #ccc;
}
.client-logo .item:hover img{
	filter: none
}
.about-video video{
	    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.about-tgb .text{
	text-align: center
}
.about-tgb .b-btn{
	margin: 50px 0 0 auto;
    text-align: center;
}
.about-tgb .b-btn a{
	margin: auto;
}
.leadership-team .b-img{
	    background: #f3f3f3;
}
.leadership-team .img-div img{
	padding: 20px
}
.leadership-team  .text p{
	font-size: 14px
}
.leadership-team .text span{
	font-size: 20px;
}
.about-four-section{
	background: #f3f3f3;
	   
    margin: 0;
    padding: 50px 0;
}
.about-four-section h3{
margin-bottom: 0
}
.serviceSection2 {
    position: relative;
    background: url(../images/bg1.png) no-repeat right top #fff;
	margin: 0;
    padding: 50px 0;
}
.noPadding {
    padding: 0;
	
}	
	.testCatItem.mode2:hover, .testCatItem:hover {
    border-color: #333;
		    background: #333;
		color:#fff
}
.testCatItem:hover::after {
    opacity: 1;
    visibility: visible;
}
.testCatItem {
    position: relative;
    border: 1px solid #e1e1e1;
    margin-right: -1px;
    padding: 43px 28px 43px;
    transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
}
.testCatItem h3 {
    font-size: 25px;
    letter-spacing: -.6px;
    margin: 0 0 24px;
    position: relative;
    z-index: 2;
    transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
}

.testCatItem p {
    line-height: 26px;
    margin: 0;
    position: relative;
    z-index: 2;
    transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
}
.testCatItem:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.testCatItem.mode2:after, .testCatItem:after {
    background: url(../images/bg.png) right top no-repeat #333;
}
.testCatItem p.numbers-detail{
	    font-size: 90px;
    opacity: 0.3;
    margin-bottom: 50px;
    font-weight: 600;
}
.about-page-detail{
	margin: 0;
	padding: 70px 0;
	background: #f1f1f1
}
.labCard video{
	    object-fit: cover;
    width: 591px;
    height: 260px;
    transform: scale(1);
    overflow: hidden;
}
.testCatItem:hover p.numbers-detail{
	color:#fff;
	    opacity: 1;
}
.four-box-discriiption{
	    height: 100%;
    align-items: center;
    display: flex
;
}
.secTitle.circle-head{
	/*height: 100%;
    margin-bottom: 0;
    align-items: center;
    display: flex*/

}
.black-menu-btn{
	color:#000 !important;
}
.reservation-btn.blk-btn .btn-underline:after {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.it-cta-form .input-item-textarea textarea{
		    font-family: 'Helvetica';
	color: #fff
	}
.it-cta-form #Banquets_Inquiry .input-item-textarea textarea{
		    font-family: 'Helvetica';
	color: #000
	}
.it-cta-form #Events_Inquiry .input-item-textarea textarea{
		    font-family: 'Helvetica';
	color: #000
	}