@import url("responsive-typescale.css");

@font-face {
	font-family: 'CenturyGothic';
	src: url(../../fonts/century/CenturyGothic.ttf);
}

@font-face {
	font-family: 'CaviarRegular';
	src: url(../../fonts/caviar/CaviarDreams.ttf);
}

@font-face {
	font-family: 'CaviarBold';
	src: url(../../fonts/caviar/CaviarDreams_Bold.ttf);
}

/* BODY */
body {
	background-color: #f3f3f3;
}

h1, h2, h3, h4, h5 {
	font-family: 'CaviarBold' !important;
}

/*LOADER */
.loader {
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 1rem;
	left: 1rem;
	width: calc(100% - 2rem);
	height: calc(100% - 2rem);
	z-index: 20000;
	border-radius: 2rem;
	background-color: #d49f00;
	background-image: url(../../image/template/motive-bars.png), url(../../image/template/bg-menu.png);
	background-repeat: repeat, no-repeat;
	background-position: center, center;
	background-size: initial, initial;
}

.loader:lang('es'):before {
	content: "Cargando...";
	color: #1a1a1a;
	font-weight: bolder;
}

.loader:lang('en'):before {
	content: "Loading...";
	color: #1a1a1a;
	font-weight: bolder;
}

.loadContent {
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0rem;
	left: 0rem;
	width: 100%;
	height: 100%;
	z-index: 1005;
	border-radius: 2rem;
	background-color: #f3f3f3;
	background-image: url(../../image/template/motive-bars.png), url(../../image/template/bg-menu.png);
	background-repeat: repeat, no-repeat;
	background-position: center, center;
	background-size: initial, initial;
}
.loadContent:lang('es'):before {
	content: "Cargando...";
	color: #1a1a1a;
	font-weight: bolder;
}

.loadContent:lang('en'):before {
	content: "Loading...";
	color: #1a1a1a;
	font-weight: bolder;
}

/* MENU */
.wrapper-menu-bars {
	position: fixed;
	left: 3rem;
	top: 3rem;
	width: 2rem; 
	z-index: 1001;
}

/* BTN MENU SHOW */
.menu-bars {
	cursor: pointer; 
	min-height: 24px;
	position: relative;
	width: 100%; 
}
.menu-bars.loaded {
	visibility: hidden;
}
.menu-bars.remove:before {
	opacity: 0;
	transition: .3s;
}
.bar {
	border-radius: 6px;
	height: 4px;
	left: 0;
	position: absolute;
	top: 0;
	transform: rotate(0deg);
	transition: all .3s ease-in;
	-webkit-transform: rotate(0deg);
	-webkit-transition: all .3s ease-in;
}
.first {
	width: 35%;
	background-color: #d49f00;
}
.menu-bars.active .first {
	margin-top: 12px;
	transform: rotate(45deg);
	width: 80%;
	-webkit-transform: rotate(45deg);
	background-color: #1a1a1a;
	z-index: 1000;
}
.second {
	margin-top: 10px;
	transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	width: 90%; 
	background-color: #1a1a1a;
}
.menu-bars.active .second {
	opacity: 0;
	transition-delay: .5s;
	-webkit-transition-delay: .5s;
}
.third {
	margin-top: 20px;
	width: 65%; 
	background-color: #d49f00;
}
.menu-bars.active .third {
	margin-top: 8px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	width: 100%;
	background-color: #f3f3f3 !important;
}
.menu-bars:hover .bar {
	transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	width: 100%;
}
.menu-bars.activeContact .first, .menu-bars.activeContact .third {
	background-color: #1a1a1a;
}
body.activeMenu {
	overflow: hidden !important;
}

/* MENU */
.wrapper-menu-contact {
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	z-index: 1000;
	background-color: #1a1a1a;
	border-radius: 0 1000rem 1000rem 1000rem;
	opacity: 0;
	visibility: hidden;
	transition: .3s ease-in;
}
.wrapper-menu-contact > .wrapper {
	position: absolute;
	top: 1rem;
	left: 1rem;
	width: calc(100% - 2rem);
	height: calc(100vh - 2rem);	
	background-color: #d49f00;
	background-image: url(../../image/template/motive-bars.png);
	text-align: center;
	z-index: 199;
	transition: .8s ease;
	border-radius: 2rem;
	overflow: hidden;
}
.wrapper-menu-contact.active {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: initial;
	opacity: 1;
	border-radius: 0;
}
.wrapper-menu {
	z-index: 101;
	transition: .8s;
}
.wrapper-menu.active {
  display: none;
}
.wrapper-nav .wrapper-nav-items  {
	margin:0;
	padding:0;
}
.wrapper-nav .wrapper-nav-items .nav-item  {
	display: inline-block;
	padding: 1rem 2rem;
	position: relative;
	color: #1a1a1a;
	font-size: 1.5rem;
}
.wrapper-nav .wrapper-nav-items .nav-item:after  {
	content: "/";
	position: absolute;
	right: 0;
	top: calc(50% - 25%);
}
.wrapper-nav .wrapper-nav-items .nav-item:last-child:after  {
	content: "";
}
.wrapper-nav .wrapper-nav-items .nav-item .btn-nav {
	text-decoration: none;
	font-weight: 600;
	font-style: italic;
	color: #1a1a1a;
}
.wrapper-nav .wrapper-nav-items .nav-item .btn-nav:hover {
	color: #f3f3f3
}
.wrapper-nav .wrapper-nav-items .nav-item .btn-nav.active {
	color: #f3f3f3
}

/* LANGUAGE */
.dropdown-language .dropdown-toggle {
	border-radius: .875rem !important;
	border: solid 2px#d49f00 !important;
	background-color: #1a1a1a !important;
	color: #d49f00 !important;
	font-weight: 600 !important;
	padding: .5rem 1rem;
	transition: .3s;
}
.dropdown-language .dropdown-toggle:hover, .dropdown-language .dropdown-menu .dropdown-item:hover {
	background-color: #d49f00  !important;
	color: #1a1a1a !important;
}
.dropdown-language .dropdown-menu {
	min-width: inherit;
	padding: 0;
	background: inherit;
	border: 0;
}
.dropdown-language .dropdown-menu .dropdown-item {
	width: auto;
	min-width: inherit;
	border-radius: .875rem !important;
	border: solid 2px#d49f00 !important;
	background-color: #1a1a1a !important;
	color: #d49f00 !important;
	font-weight: 600 !important;
	transition: .3s;
	padding: .5rem 1.75rem;
}


/* LOGO */
.wrapper-logo {
	position: relative;
	display: block;
	max-width: 125px;
	margin: auto;
	z-index: 101;
}

/* BACKGROUP MAP */
.bg-map {
	position:absolute;
	width: 100%;
	height:100%;
	left:0;
	top:0;
	transition: .08s;
	background-image: url(../../image/template/bg-menu.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	z-index: 100;
}

/* CONTACT FORM */
.wrapper-contact {
	background-color: #d49f00;
	background-image: url(../../image/template/motive-bars.png), url(../../image/template/bg-menu.png);
	background-repeat: repeat, no-repeat;
	background-position: center, center;
	background-size: initial, initial;
}

.form-contact .form-group .input-group-text, .form-contact .form-group .form-control {
	background-color: rgb(26, 26, 26);
	border-color: #1a1a1a;
	color: #f3f3f3;
	padding: .575rem;
	font-style: italic;
	font-weight: 600;
	outline: 0;
}
.form-contact .form-group .input-group-text {
	border-radius: 10rem 0 0 10rem;
	padding-left: .8rem;
	padding-right: 0;
}
.form-contact .form-group input[type=text] {
	border-radius: 0rem 10rem 10rem 0rem;
}
.form-contact .form-group textarea {
	border-radius: 1.5rem;
	resize: none;
	padding: .8rem !important;
}
.form-contact .btn.btn-send {
	border-radius: 1.5rem;
	font-size: 1.5rem;
	padding: 0;
	margin: 0;
	background:inherit;
}
.form-contact .btn.btn-close {
	border-radius: 1.5rem;
	font-weight: 600;
	padding: 0;
	margin: 0 1rem 0 0;
	background:inherit;
}
.form-contact .btn.btn-send:hover, .form-contact .btn.btn-close:hover {
	color: #f3f3f3;
}
.form-contact .form-group .form-control::-webkit-input-placeholder { /* Edge */
	font-style: italic;
	font-weight: 600;
	color: #f3f3f3;
}
.form-contact .form-group .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
	font-style: italic;
	font-weight: 600;
	color: #f3f3f3;
}
.form-contact .form-group .form-control::placeholder {
	font-style: italic;
	font-weight: 600;
	color: #f3f3f3;
}

/* DETAILS BARS */
.wrapper-details-bars {
	min-height: 150px;
	position: absolute;
	width: 350px;
	overflow: hidden;
	transition: .3s;
}
.details-left {
	bottom: 20px;
	left: -80px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.details-right {
	top: 20px;
	right: -80px;
	transform: rotate(-225deg);
	-webkit-transform: rotate(-225deg);
}
.detail-bar {
	border-radius: 6px;
	height: 4px;
	left: 0;
	top: 0;
	transform: rotate(0deg);
	transition: all .3s ease-in;
	-webkit-transform: rotate(0deg);
	-webkit-transition: all .3s ease-in;
	background-color: #1a1a1a98;
}
.detail-bar.first, .detail-bar.sixth {
	width: 35%;
}
.detail-bar.second, .detail-bar.fifth {
	width: 65%;
}
.detail-bar.third, .detail-bar.fourth{
	width: 100%;
}
.detail-bar.second, .detail-bar.third, .detail-bar.fourth, .detail-bar.fifth, .detail-bar.sixth {
	margin-top: 20px;
}

.shadow-right {
	-webkit-box-shadow: 50px 0px 22px -50px rgba(0,0,0,0.75);
-moz-box-shadow: 50px 0px 22px -50px rgba(0,0,0,0.75);
box-shadow: 50px 0px 22px -50px rgba(0,0,0,0.75);
}

.shadow-left {
	-webkit-box-shadow: -50px 0px 22px -50px rgba(0,0,0,0.75);
-moz-box-shadow: -50px 0px 22px -50px rgba(0,0,0,0.75);
box-shadow: -50px 0px 22px -50px rgba(0,0,0,0.75);
}

/* MAP */
.map {
	display: block;
	width: 100%;
	min-height: 330px;
	background-color:#1a1a1a;
	border-radius: 1.5rem;
	overflow: hidden;
	border: solid 4px #1a1a1a;
}
.map iframe {
	display: block;
	width: 100% !important;
	height: 330px !important;
}

/* FOOTER */
.wrapper-footer {
	position: absolute;
	z-index: 102;
	bottom: 1rem;
}
ul.socials {
	margin: 0;
	padding: 0;
}
ul.socials li {
	display: inline-block;
}
ul.socials li .btn-socials {
	display: block;
	text-decoration: none;
	color: #1a1a1a;
	margin: 0 .375rem;
}
ul.socials li .btn-socials:hover, .wrapper-menu-socials ul.socials li .btn-socials:hover {
	color: #f3f3f3;
}
.wrapper-menu-socials  {
	position: fixed;
	right: 2rem;
	top: 2rem;
	z-index: 1001;
	opacity: 1;
	transition: .3s;
	visibility: initial;
}
.wrapper-menu-socials ul.socials li {
	display: inline-block 
}
.wrapper-menu-socials ul.socials li .btn-socials {
	color: #d49f00;
}
.wrapper-menu-socials ul.socials li .btn-socials:hover {
	color: #f3f3f3;
}
.wrapper-menu-socials .socials.activeContact {
	opacity: 0;
	visibility: hidden;
}

/* HEADER */
.wrapper-header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 103;
}
.wrapper-header h3, .wrapper-header h5{
	font-family: 'CaviarBold';
}

/* SECTIONS */
.cd-section, .cd-section > div {
	width: 100%;
	height: 100vh;
}

.cd-section > div {
	box-shadow: inherit !important;
	padding: 1rem;
}
.cd-section > div > div {
	border-radius: 2rem;
	border: solid 2px #d49f00 !important;
}

.border {
	border: solid 2px #d49f00 !important;
}
.wrapper-img {
	width: 100%;
	height: 350px;
}

.wrapper-img-bg {
	width: 100%;
}


.cd-vertical-nav {
	/* lateral navigation */
	position: fixed;
	z-index: 110;
	right: 3%;
	top: calc(100% - 5rem);
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	display: none;
}
.cd-vertical-nav a {
	display: block;
	height: 40px;
	width: 40px;
	border-radius: 2rem;
	/* image replace */
	overflow: hidden;
	text-align: center;
	border: solid 2px #d49f00;
	background-color: #1a1a1a;
	color: #d49f00;
	line-height: 35px;
	transition: .3s;
}
.cd-vertical-nav a:hover {
	background-color: #d49f00;
	color: #1a1a1a;
	border-color: #d49f00;
}
.cd-vertical-nav a.cd-prev {
	margin-bottom: 10px;
}
.cd-vertical-nav a.inactive {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
	-moz-transition: opacity 0.2s 0s, visibility 0s 0.2s;
	transition: opacity 0.2s 0s, visibility 0s 0.2s;
}
@media only screen and (min-width: 1050px) {
	.cd-vertical-nav {
	  display: block;
	}
}

.bg-white {
	background-color: #f3f3f3;
	background-image: url(../../image/template/motive-bars.png), url(../../image/template/bg-menu.png);
	background-repeat: repeat, no-repeat;
	background-position: center, center;
	background-size: initial, initial;
}

.bg-yellow {
	background-color: #d49f00;
	background-image: url(../../image/template/motive-bars.png), url(../../image/template/bg-menu.png);
	background-repeat: repeat, no-repeat;
	background-position: center, center;
	background-size: initial, initial;
}
/* CAROUSEL */
.carousel {
	width: 100% !important;
}
.carousel, .carousel-inner, .carousel-inner .carousel-item {
	overflow: hidden;
	height: calc(100vh - 2rem);
}
.mask {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(26, 26, 26, 0.3); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(26, 26, 26, 0.3) 0%, rgba(0, 0, 0, 0.4) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(26, 26, 26, 0.3) 0%,rgba(0, 0, 0, 0.4) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(26, 26, 26, 0.3) 0%,rgba(0, 0, 0, 0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(26, 26, 26, 0.3)', endColorstr='rgba(0, 0, 0, 0.336)',GradientType=0 ); /* IE6-9 */
	left: 0;
	top: 0;
	z-index: 102;
}
.carousel-inner .carousel-item {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.carousel-caption {
	position: relative;
    z-index: 103;
    left: inherit;
	top: 0;
	right: inherit;
    height: 100%;
}
.carousel-caption > div {
	padding: 0rem 4rem 1rem 4rem;
}
.carousel-caption .btn.btn-carousel {
	border: solid 2px #d49f00;
	color: #1a1a1a;
	background-color: #d49f00;
	border-radius: 10rem;
	transition: .3s;
	font-weight: 600;
}
.carousel-caption .btn.btn-carousel:hover {
	color: #d49f00;
	background-color: #1a1a1a;
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: inherit;
    left: inherit;
    z-index: 104;
    justify-content: center;
    margin-right: 3%;
    margin-left: 0;
    height: 100%;
    flex-direction: column;
}
.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
	height: 20px;
    margin-right: 3px;
	margin-left: 3px;
	margin-bottom: 0rem;
	text-indent: inherit;
	text-align: center;
	background-color: inherit;
}
.carousel-indicators li .number {
	color: #f3f3f3;
	font-weight: 600;
}
.carousel-indicators li.active .number .number-active {
    color: #d49f00;
}
.carousel-inner .carousel-item video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.carousel-inner .carousel-item .overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #1a1a1a; /* Old browsers */
	background-image: inherit;
	background: -moz-linear-gradient(top,  #1a1a1a 0%, rgba(0, 0, 0, 1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #1a1a1a 0%,rgba(0, 0, 0, 1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #1a1a1a 0%,rgba(0, 0, 0, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	opacity: .7;
	z-index: 1;
}
.text-yellow {
	color: #d49f00;
}
.btn-white {
	border-radius: 2rem;
	border: solid 2px #1a1a1a;
	transition: .3s;
}
.btn-white:hover {
	color: #f3f3f3;
	background-color: #1a1a1a;
}

.btn-yellow {
	border-radius: 2rem;
	border: solid 2px #f3f3f3;
	transition: .3s;
}
.btn-yellow:hover {
	color: #1a1a1a;
	background-color: #f3f3f3;
}

.btn-bg {
	border-radius: 2rem;
	border: solid 2px #d49f00;
	transition: .3s;
	background-color: #d49f00;
	font-weight: 600;
}
.btn-bg:hover {
	border-color: #f3f3f3;
	background-color: #f3f3f3;
}

/* WRAPPER SCROLL */
.wrapper-scroll {
	position: fixed;
	bottom: 2.5rem;
	left: 2.5rem;
	z-index: 104;
}
.wrapper-scroll .btn-scroll {
	display: block;
	border: solid 2px #d49f00;
	height: 40px;
	width: 20px;
	background-color: #1a1a1a;
	margin: auto;
	border-radius: 10rem;
	position: relative;
	cursor: inherit;
}
.wrapper-scroll .btn-scroll.down:before, .wrapper-scroll .btn-scroll.up:before  {
	position:absolute;
	content: "";
	width: 4px;
	height: 10px;
	border-radius: 10px;
	background-color: #d49f00;
	left: 6px;
	transition: .4s;
}
.wrapper-scroll .btn-scroll.down:before {
	top: 4px;
}
.wrapper-scroll .btn-scroll.up:before {
	top: 22px;
}
.wrapper-scroll .text-scroll {
	font-weight: 600;
	color: #1a1a1a;
	font-size: .775rem;
}
.wrapper-contact {
	position: relative;
	overflow: hidden;
}

/* MODAL */
.modal {
	padding: 1rem;
	text-align: left;
	background-color: rgba(26, 26, 26, 0.911);
}
.modal-dialog {
	position: relative;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	overflow: hidden;
}
.modal-content {
	position:relative;
	border: none;
	height: calc(100vh - 2rem);
	border-radius: 0px;
	overflow: hidden;
	overflow-y: auto !important;
	border-radius: 2rem;
	background-image: url(../../image/template/bg-menu.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.modal-header {
  	border-bottom: 0;
  	padding: 0 !important;
}
.modal-title {
  	font-size: 34px;
}
.modal-body {
  	position:relative;
  	border-bottom: 0;
  	padding: 0px !important;
	overflow-x: hidden;
	overflow-y: auto;
}
.close {
	position: absolute;
	padding: 0 !important;
	opacity: 1 !important;
	z-index: 800 !important;
	width: 42px;
	height: 42px;
	float: inherit;
	border-radius: 2rem;
	top: 3rem;
	left: 2rem;
	background-color: #d49f00 !important;
}

.close:hover {
	background-color: #f3f3f3 !important;
}

.close > .bars {
	border-radius: 6px;
	height: 4px;
	left: 0;
	position: absolute;
	top: 0;
	transform: rotate(0deg);
	transition: all .3s ease-in;
	-webkit-transform: rotate(0deg);
	-webkit-transition: all .3s ease-in;
}
.close .c-first {
	margin-top: 18px;
	margin-left: 10px;
	transform: rotate(45deg);
	width: 50%;
	-webkit-transform: rotate(45deg);
	background-color: #1a1a1a;
	z-index: 1000;
}
.close .c-third {
	margin-top: 18px;
	margin-left: 10px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	width: 50%;
	background-color: #1a1a1a !important;
}
.close:hover .c-first {
	background-color:  #d49f00 !important;
}
.close:hover .c-third {
	background-color: #d49f00 !important;
}


/* VIDEO */
.video-link {
	display: block;
	background-color: #23d5ab;
	border: none;
	border-radius: 100px;
	width: 80px;
	height: 80px;
	font-size: 2rem;
	margin: 1rem auto .3rem auto;
	color: #f3f3f3 !important;
	cursor: pointer;
	line-height: 75px;
}
.video-link i {
	position: relative;
	left: .30rem;
}
.video-link:hover {
	background: linear-gradient(179deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 800% 800%;
	-webkit-animation: AnimationName 30s ease infinite;
	-moz-animation: AnimationName 30s ease infinite;
	-o-animation: AnimationName 30s ease infinite;
	animation: AnimationName 30s ease infinite;
}


/* DETAILS */

.card {
	border:0;
	background-color: #f3f3f3;
	overflow: hidden;
	border-radius: 30px;
	transition: all .3s;
}
.card:hover {
	-webkit-box-shadow: 0px 84px 66px -95px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 84px 66px -95px rgba(0,0,0,0.75);
	box-shadow: 0px 84px 66px -95px rgba(0,0,0,0.75);
}
/* FIXES */
figure, img, .figure, .figure-img, p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
.rounded {
	border-radius: 2rem !important;
}

.rounded-right {
	border-radius: 0 2rem 2rem 0 !important;
}

.rounded-left {
	border-radius: 2rem 0 0 2rem !important;
}

button:focus {
	outline: inherit !important;
	box-shadow: inherit !important;
}

/* ANIMATE LATERAL NAV */
@-webkit-keyframes AnimationName {
	0%{background-position:52% 0%}
	50%{background-position:49% 100%}
	100%{background-position:52% 0%}
}
@-moz-keyframes AnimationName {
	0%{background-position:52% 0%}
	50%{background-position:49% 100%}
	100%{background-position:52% 0%}
}
@-o-keyframes AnimationName {
	0%{background-position:52% 0%}
	50%{background-position:49% 100%}
	100%{background-position:52% 0%}
}
@keyframes AnimationName {
	0%{background-position:52% 0%}
	50%{background-position:49% 100%}
	100%{background-position:52% 0%}
}

/* 
* MEDIA QUERIES 
*/
@media (max-width: 768px) {
	/* MODAL */
	.modal {
		padding: 10px !important;
	}
	.modal-content, .cd-slider-wrapper {
		height: calc(100vh - 20px);
	}
	.cd-slider .content {
		padding: 20px;
		overflow: auto !important;
	}
	.cd-slider-navigation {
		bottom: 50%;
	}
	.wrapper-menu-socials ul.socials li{
		display: block;
	}

	/* MAIN */
	main {
		width: 100%;
	}
	/* CAROUSEL*/
	.carousel-caption {
		top: 5%;
		left:0;
		height: 100vh;
		max-width: inherit;
		width: 100%;
	}
	.carousel-caption > div {
		margin: auto;
		text-align: center;
		width: 90%;
		border-radius: 2rem;
		padding: 3rem 2rem 3rem 2rem;
	}
	.carousel-indicators {
		justify-content: flex-end;
		padding-bottom: 2rem;
	}
	
	.carousel-inner .carousel-item .overlay {
		
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}


	/* NAV */
	.wrapper-menu-bars  {
		top: 2rem;
		left: 2rem;
	}


	.cd-section, .cd-section > div {
		height: auto !important;
		width: calc(100% - .875rem);
		margin-left:auto;
		margin-right:auto;
	}

	/* DETAILS BARS */
	.wrapper-details-bars {
		width: 120px;
	}

	.cd-section > div {
		padding: 1rem 0;
	}

	.cd-section > div > div, .carousel-inner, .wrapper-menu-contact, .wrapper-menu-contact > .wrapper {

		border-radius: inherit !important;
		border: inherit !important;
	}

	.h-100 {
		min-height: 100%;
	}

	p {
		font-size: 1.125rem !important;
	}

	.wrapper-nav .wrapper-nav-items .nav-item  {
		display: block;
	}

	.wrapper-nav .wrapper-nav-items .nav-item:after  {
		content: "";
	}

	/*.carousel, .carousel-inner, .carousel-inner .carousel-item {
		height: 100vh;
	}*/

	main .cd-section .mask {
		opacity: .5;
		z-index: 0;
	} 

	main section .block-text {
		text-align: center !important;
	}

	.wrapper-scroll {
		bottom: 1.5rem;
		left: 1.5rem;
	}

}

@media (max-width: 576px) {
	main section .bg-images .mask {
		opacity: 0.3 !important;
	}
	main section .bg-images {
		background: inherit !important;
	}
	main section:nth-child(3) .bg-images, main section:nth-child(5) .bg-images {
		background-color: #f3f3f3 !important;
		background-image: url(../../image/template/motive-bars.png), url(../../image/template/bg-menu.png) !important;
		background-repeat: repeat, no-repeat;
		background-position: center, center;
		background-size: initial, initial;
	}
	main section:nth-child(4) .bg-images  {
		background-color: #d49f00 !important;
		background-image: url(../../image/template/motive-bars.png), url(../../image/template/bg-menu.png) !important;
		background-repeat: repeat, no-repeat;
		background-position: center, center;
		background-size: initial, initial;
	}
	main section:nth-child(3) .block-text *, main section:nth-child(5) .block-text * {
		color: #1a1a1a !important;
	}
	main section:nth-child(4) .block-text * {
		color: #f3f3f3 !important;
	}
	main section:nth-child(4) .block-text .btn-bg {
		color: #1a1a1a !important;
	}

}

@media (min-width: 768px) {
	.w-lg-50 {
		max-width: 50% !important;
	}
	.h-md-100 {
		height: 100% !important;
	}
}

@media (min-width: 768px) and (max-height: 800px) {
	.wrapper-details-bars {
		width: 200px;
	}
}

@media (max-height: 800px) {
	.cd-section.cd-section-contact, .cd-section.cd-section-contact > div, .cd-section > div, .cd-section > div > div  {
		min-height: calc(100vh - 2rem) !important;
	}	
}

