@font-face {
	font-family: "Montserrat-Regular";
	src: url('../fonts/montserrat/Montserrat-Medium.ttf');
}

@font-face {
	font-family: "Montserrat-Bold";
	src: url('../fonts/montserrat/Montserrat-Bold.ttf');
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
	height: auto;
}

.owl-dots {
	display: none;
}

.title-catalog {
	font-size: 2rem;
	margin-bottom: 4rem;
	margin-top: 4rem;
}

.see-more {
	font-size: .8rem;
}

.text-center {
	text-align: center;
}

.title {
	font-family: "Montserrat-Bold";
}

.background-image {
	box-shadow: inset 0 0 0 2000px rgb(255 255 255 / 80%);
	background-image: url('../img/background.jpg');
	background-size: cover;
	position: fixed;
	width: 100vw;
	height: 100vh;
}
.background-image img {
	width: 100% !important;
	height: 100%;
}

body {
	/*overflow: hidden;*/
	margin: 0;
	font-family: "Montserrat-Regular";
	text-rendering: optimizeLegibility;
}

.well {
	position: relative;
	overflow: hidden;
	transition: 1s cubic-bezier(0.5, 0, 0.5, 1);
	color: black;
}

.top {
	font-size: 80%;
	/*color: hsla(0, 0%, 100%, .25);*/
	position: relative;
	top: -.2em;
	cursor: pointer;
}

.panel {
	position: relative;
	height: 100vh;
	overflow: hidden;
	font-size: 10vmin;
	padding: 1em;
	box-sizing: border-box;
	/*color: hsla(0, 0%, 100%, .1);*/
	cursor: default;
}

.panel:nth-child(1) {
	background-repeat: no-repeat;
	background-size: cover;
}

.panel:nth-child(2) {
	background-repeat: no-repeat;
	background-size: cover;
	padding-left: 0px;
	padding-right: 0px;
}

.panel:nth-child(3) {
	background-repeat: no-repeat;
	background-size: cover;
}

.panel:nth-child(4) {
	background-repeat: no-repeat;
	background-size: cover;
	padding-left: 0px;
	padding-right: 0px;
}

.panel:nth-child(5) {
	background-repeat: no-repeat;
	background-size: cover;
	padding-left: 0px;
	padding-right: 0px;
}

.panel:nth-child(6) {
	background-repeat: no-repeat;
	background-size: cover;
}

.background-panel-1 {
	height: 100%;
	background-image: url('../img/section-1/F1920X1080.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	border: 1px solid black;
}

.background-sub-panel-1 {
	background-color: rgba(211, 173, 78, 0.80);
	width: 28%;
	height: 40%;
	margin-left: 5%;
	position: relative;
	top: 25%;
	border-radius: 8px;
	padding: 20px;
	padding-left: 40px;
	padding-right: 40px;
}

.background-sub-panel-1 p:nth-child(1) {
	color: black;
	font-weight: bold;
	font-size: .7em;
	text-shadow: 1px 1px 4px rgba(255,255,255,1);
}

.background-sub-panel-1 p:nth-child(2) {
	color: black;
	font-size: .9rem;
	line-height: 1.3rem;
}

.background-panel-2 {
	height: 100%;
	display: flex;
}

.background-sub-panel-2-1 {
	height: 100%;
	width: 100%;
	margin-top: .25em;
}

.image-2 {
	background-image: url('../img/section-2.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	border: 1px solid black;
	height: 100%;
}

.background-sub-panel-2-2 {
	height: 100%;
	width: 100%;
	margin-left: 50px;
	margin-top: .25em;
	padding-right: 30px;
}

.background-sub-panel-2-2 .iframe-youtube {
	text-align: left;
}

.background-sub-panel-2-2 p:nth-child(1) {
	font-weight: bold;
	font-size: .4em !important;
}
.background-sub-panel-2-2 p:nth-child(2) {
	width: 55%;
	font-size: .9rem;
	line-height: 1.2rem;
	text-align: justify;
}

.background-panel-4, .background-panel-3 {
	height: 100%;
	display: flex;
	flex-direction: column;
	text-align: center;
}

.background-panel-3 {
	text-align: center;
}

.background-panel-3 p {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 60%;
	line-height: 1.3rem;
	font-size: .9rem;
}

.background-panel-3 .title {
	text-align: center;
	width: 100%;
	font-weight: bold;
	font-size: .5em;	
	margin-bottom: 4rem;
}

.background-panel-3 button {
	text-align: center;
	border: none;
	background-color: black;
	color: white;
	font-weight: bold;
	font-size: 17px;
	padding: .5rem .8rem;
	border-radius: 4px;
	cursor: pointer;
}

.background-panel-4 p:nth-child(1) {
	text-align: center;
	width: 100%;
	font-weight: bold;
	font-size: .5em !important;
}

.background-sub-panel-4-1 {
	background-color: black;
	margin-top: 2rem;
	width: 100vw;
	display: flex;
	justify-content: center;
}

.background-sub-panel-4-1 img {
	height: 270px;
	margin-top: 25px;
	margin-bottom: 25px;
	padding-left: 10px;
	padding-right: 10px;
}

.background-sub-panel-4-1 img:nth-child(1), .background-sub-panel-4-1 img:nth-child(3) {
	margin-left: 0px;
	margin-right: 0px;
}

.background-sub-panel-4-1 img:nth-child(2) {
	width: 25%;
	margin-left: 10px;
	margin-right: 10px;
}

.background-panel-4 button, .background-panel-5 button {
	text-align: center;
	border: none;
	background-color: black;
	color: white;
	font-weight: bold;
	font-size: 17px;
	padding: .5rem .8rem;
	border-radius: 4px;
	cursor: pointer;
}

.background-panel-5 {
	height: 100%;
}

.background-panel-5 .title {
	text-align: left;
	padding-left: 40vw;
	width: 100%;
	font-weight: bold;
	font-size: .5em;
	margin: 0;
	margin-top: 20px;
}
.background-panel-5 .subtitle {
	text-align: left;
	padding-left: 40vw;
	width: 100%;
	font-weight: bold;
	font-size: .25em;
	margin-bottom: 5px;
}
.background-sub-panel-5-1 {
	background-color: rgba(87,89,93,.4);
	margin-top: 2rem;
	width: 100vw;
	height: 85%;
	display: flex;
}
.background-sub-panel-5-1 img {
	width: 50%;
}
.background-sub-panel-5-1 > div {
	padding: 2%;
	width: 50%;
}
.background-sub-panel-5-1 input {
	height: 30px;
	width: 100%;	
}
.background-sub-panel-5-1 textarea {
	width: 100%;
}

.form-contact {
    width: 70%;
    display: flex;
    flex-direction: column;
}

.form-contact p {
	margin: 0;
	margin-bottom: 5px;
}
.form-contact input {
	margin-bottom: 20px;
	outline: none;
	border: 0;
	padding-left: 7px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.form-contact textarea {
	border: 0;
	outline: none;
	padding: 7px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.button-contact {
	width: 70%;
	text-align: center;
}

.background-panel-5 button {
	padding: 8px 25px;
}

.background-panel-6 {
	display: flex;
	margin: auto;
	margin-top: 3%;
	padding: 2%;
}

.background-panel-6 .text {
	width: 90%;
	padding-right: 80px;
	text-align: justify;
	padding-left: 60px;
}

.background-panel-6 .text p {
	line-height: 1.3rem;
}

.background-panel-6 .text .title{
	text-align: left;
	margin-top: 0%;
	line-height: inherit;
	width: 100%;
	font-weight: bold;
	font-size: .5em;	
	margin-bottom: 3rem;	
}

.background-panel-6 .text .normas {
	text-align: center;
	margin-top: 40px;
}

.background-panel-6 img {
	height: 80%;
	margin-top: 20px;
}

.buttons-to-move {
	position: absolute;
	height: 100vh;
	right: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	margin-right: 15px;
}

.buttons-to-move svg {
	width: 30px;
	margin: 15px;
}

.buttons-to-move div {
	cursor: pointer;
}

#interes {
	padding-right: 0;
	height: auto;
}

.animation-desktop-1920 {
	display: block;
}
.animation-desktop-1440, .animation-desktop-1366, .animation-mobile-720, .animation-mobile-375 {
	display: none;
}

@media only screen and (max-width: 1440px) {
	.background-sub-panel-4-1 img {
		height: 220px;
	}
	.animation-desktop-1440 {
		display: block;
	}
	.animation-desktop-1920, .animation-desktop-1366, .animation-mobile-720, .animation-mobile-375 {
		display: none;
	}	
}

@media only screen and (max-width: 1366px) {
	.background-sub-panel-4-1 img {
		height: 190px;
	}
	.animation-desktop-1366 {
		display: block;
	}
	.animation-desktop-1920, .animation-desktop-1440, .animation-mobile-720, .animation-mobile-375 {
		display: none;
	}	
}

@media only screen and (max-width: 720px) {
	.animation-mobile-720 {
		display: block;
		height: 100%;
	}
	.animation-desktop-1920, .animation-desktop-1440, .animation-desktop-1366, .animation-mobile-375 {
		display: none;
	}
}

@media only screen and (max-width: 375px) {
	.animation-mobile-375 {
		display: block;
		height: 100%;
	}
	.animation-desktop-1920, .animation-desktop-1440, .animation-desktop-1366, .animation-mobile-720 {
		display: none;
	}
}

@media only screen and (max-width: 1290px) {
	.background-panel-1 {
		background-image: url('../img/section-1/F1366X768.jpg');
	}
	.background-sub-panel-1 p:nth-child(1) {
	  font-size: 2.5rem;
	}
	.background-sub-panel-1 p:nth-child(2) {
		font-size: .9rem;
	}
	.background-sub-panel-2-2 p:nth-child(2) {
		width: 80%;
	}
	.background-sub-panel-2-2 .iframe-youtube {
		text-align: left;
	}
	.background-panel-3 p {
		width: 75%;
	}
	.background-panel-6 .text {
		padding: 0px;
		padding-right: 3rem;
		width: 50%;
	}
	.background-panel-6 .image-6 {
		text-align: center;
		width: 50%;
	}
	.background-panel-6 img {
		width: 100%;	
	}
	.background-panel-6 .text p {
		font-size: .9rem;
	}
	.background-panel-6 {
		margin-top: 2rem;
	}
}

@media only screen and (max-width: 1020px) {
	.background-image {
		box-shadow: inset 0 0 0 2000px rgb(255 255 255 / 80%);
		background-image: url('../img/1366X780.jpg');
	}
	.main-nav {
		box-shadow: inset 0 0 0 2000px rgb(255 255 255 / 80%);
		background-image: url('../img/1366X780.jpg') !important;
	}
	.background-sub-panel-4-1 {
		height: 45%;
	}
	
	.background-sub-panel-4-1 img {
		height: 200px;
		width: 90% !important;
	}
	.background-sub-panel-1 {
		width: 40%;
	}
	.background-sub-panel-1 p:nth-child(2) {
		font-size: .9rem;
	}
	.background-sub-panel-2-2 p:nth-child(2) {
		width: 90%;
	}
	.background-sub-panel-2-2 .iframe-youtube {
		text-align: center;
	}
	.background-panel-3 p {
		width: 90%;
	}
	.form-contact {
		width: 94%;
	}
	.background-panel-6 .text p {
		font-size: .8rem;
	}
	.background-panel-6 .text .title {
		margin-bottom: 0;
		font-size: 1.7rem;
		line-height: 2rem;
	}
	.background-sub-panel-2-2 p:nth-child(2) {
		font-size: .9rem;
		width: 80%;
	}
	.background-panel-3 p {
		font-size: .9rem;
	}
	.background-panel-5 .subtitle {
		font-size: .9rem;
	}
	.background-panel-6 .text {
		width: 65%;
	}
	.background-panel-6 .image-6 {
		width: 35%;
	}
	.background-panel-6 .image-6 img {
		height: 70%;
		margin-top: 4rem;
	}
}

@media only screen and (max-width: 800px) {
	.background-panel-1 {
		background-image: url('../img/section-1/f720x1280.jpg');
	}
	.panel {
		padding-left: .2em;
		padding-right: .2em;
	}
	.background-sub-panel-1 {
		width: 78%;
	}
	.background-panel-2 {
		display: flex;
		flex-direction: column;
	}
	.background-panel-3 p {
		font-size: .9rem;
	}
	.background-sub-panel-4-1 {
		height: 35%;
	}
	.background-sub-panel-4-1 img {
		height: 200px;
	}
	.background-sub-panel-5-1 {
		height: 100%;
	}
	.background-panel-6 .image-6 img {
		height: 50%;
	}
	.background-sub-panel-2-2 {
		height: auto;
		margin-left: 0px;
	}
	.background-sub-panel-2-2 p {
		padding: 0px 50px;
	}
	#catalogo.panel {
		height: auto;
		padding-top: 4rem;
		padding-bottom: 0;
	}
	.background-panel-4 {
		height: auto;
	}
	#galeria.panel {
		padding-top: 6rem;
		padding-bottom: 0;
		height: 100%;
	}
	#contacto.panel {
		padding-top: 18vh;
		padding-bottom: 0;
		height: 92vh;
	}
	#interes.panel {
		height: 100%;
		padding-top: 2rem;
	}
	.background-panel-6 .text {
		width: 100%;
	}
	.background-panel-6 {
		display: flex;
		flex-direction: column;
	}
	.background-panel-6 .image-6 {
		margin: auto;
		width: 45%;
	}
	.background-panel-6 .image-6 img {
		margin-top: 2rem;
	}
	.background-panel-5 .title {
		padding-left: 0;
	}
	.background-panel-5 .subtitle {
		padding-left: 0;
	}
	.background-panel-5 .title {
		text-align: center;
	}
	.background-panel-5 .subtitle {
		text-align: center;
	}
	.background-sub-panel-5-1 textarea {
		width: 98%;
	}
}

@media only screen and (max-width: 700px) {
	.background-image {
		box-shadow: inset 0 0 0 2000px rgb(255 255 255 / 80%);
		background-image: url('../img/720X1280.jpg');
	}
	.main-nav {
		box-shadow: inset 0 0 0 2000px rgb(255 255 255 / 80%);
		background-image: url('../img/720X1280.jpg') !important;
	}
	.background-panel-1 {
		background-image: url('../img/section-1/f720x1280.jpg');
	}
	.title-catalog {
		margin-top: 1.5rem;
	}
	.background-sub-panel-4-1 img {
		height: 120px;
	}
}

@media only screen and (max-width: 580px) {
	#bienvenido {
		padding-top: 1.5em;
	}
	.background-sub-panel-1 {
		width: 62%;
		height: auto;
	}
	.background-sub-panel-1 p:nth-child(1) {
		font-size: 1.5rem !important;
	}
	.background-sub-panel-1 p {
		font-size: .8rem !important;
	}
	.background-sub-panel-5-1 img {
		display: none;
	}
	.background-sub-panel-5-1 > div {
		width: 100%;
	}
	#contacto.panel {
		height: 96vh;
	}
	.form-contact {
		margin: auto;
	}
	.button-contact {
		width: 100%;
	}
	.title-catalog {
		margin-top: 3rem;
	}
}

@media only screen and (max-width: 420px) {
	.title-catalog {
		margin-top: 5rem;
	}
	.background-panel-1 {
		margin-top: 1rem;
		background-image: url('../img/section-1/f720x1280.jpg');
	}
	.background-sub-panel-1 p:nth-child(2) {
		font-size: 9rem;
	}
	.panel:nth-child(2) {
		padding-top: 4rem;
	}
	.background-sub-panel-2-2 {
		margin: auto;
		text-align: center;
		margin-top: 3rem;
	}
	.background-sub-panel-2-2 p:nth-child(2) {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
		text-align: center;
	}
	.background-panel-3 .title {
		margin-bottom: 2rem;
	}
	#galeria.panel {
		height: 100%;
	}
	#contacto.panel {
		padding-top: 4rem;
		height: auto;
	}
	.background-panel-5 .title {
		padding: 0;
		text-align: center;
	}
	.background-panel-5 .subtitle {
		padding: 0;
		text-align: center;
	}
	.form-contact {
		margin: 0;
		margin-left: 2px;
		margin-right: 2px;
		width: 96%;
	}
	.background-sub-panel-5-1 {
		height: auto;
		padding-bottom: 2rem;
		padding-top: 2rem;
	}
	.background-panel-6 .image-6 {
		width: 80%;
	}
}

@media only screen and (max-height: 600px) and (min-width: 720px) {
	.background-sub-panel-1 {
		height: 60%;
	}
}