@charset "utf-8";

#superContainer {
    height: 100%;
    position: relative;
	-ms-touch-action: none; 
}
.section {
    position: relative;
}
.slide, .slidesContainer {
    height: 100% !important;
    display: block;
}
.section.table, .slide.table {
    display: table;
    width: 100%;
}
.tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height:100%;
}
#fullpage {
	overflow:hidden;
}

.section,
.section .slide,
.section .tableCell{
    height: auto !important;
}
.section.table, .slide.table {
    display: table;
    width: 100%;
}

/* --------------------------- css --------------------------- */

#portada {
	width: 100%;
	height:calc(100vh + 3px);
	position: relative;
	background: var(--negro);
}

#portada .nav {
	position: absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%,-50%);
	display: flex;
	justify-content: space-between;
	pointer-events: none;
	z-index: 9;
}
#portada .nav button {
	width: 30px;
	height:42px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	pointer-events: all;
	overflow: hidden;
}
#portada .nav button span {
	width: 30px;
	height:30px;
	display: block;
	position: relative;
}
#portada .nav button.prev span {
	transform: translateX(16px);
}
#portada .nav button.next span {
	transform: translateX(-15px);
}
#portada .nav button span::before {
	content: '';
	width: 15px;
	height:15px;
	position: absolute;
	top: 50%;
	left:50%;
	transform: translate(calc(-50% - 1px),calc(-50% - 1px)) rotate(45deg);
	border: solid 1px var(--dorado);
	transition: all 0.3s ease-in-out;
}
#portada .nav button span::after {
	content: '';
	width: 30px;
	height:30px;
	position: absolute;
	top: 50%;
	left:50%;
	transform: translate(calc(-50% - 1px),calc(-50% - 1px)) rotate(45deg);
	border: solid 1px var(--dorado);
	transition: all 0.3s ease-in-out;
}
#portada .nav button:hover span::before,
#portada .nav button:hover span::after {
	border-color: var(--amarillo);
}

.fondoFoto {
	width: 100%;
	height:60vh;
	position: absolute;
	top: 0;
	left:0;
	overflow: hidden;
	background: var(--negro);
	z-index: 0;
}
.fondoFoto::before {
	content: '';
	width: 100%;
	height:99px;
	position: absolute;
	pointer-events: none;
	top: 0;
	left:0;
	background: linear-gradient(0deg,rgba(40, 40, 38, 0) 0%, rgba(40, 40, 38, 0.9) 100%);
	z-index: 1;
}
.fondoFoto::after {
	content: '';
	width: 100%;
	height:99px;
	position: absolute;
	pointer-events: none;
	left:  0;
	bottom:0;
	background: linear-gradient(0deg,rgba(40, 40, 38, 1) 0%, rgba(40, 40, 38, 0) 100%);
	z-index: 1;
}
.fondoFoto img {
	width: 102%;
	height:102%;
	object-fit: cover;
	opacity: 0.1;
	animation-duration: 1.5s;
	animation-delay: 0.9s;
}

.desc {
	padding:75px 0;
	text-align: center;
}
.desc > img {
	width: 510px;
	position: absolute;
	top: 0;
	left:50%;
	transform: translateX(-50%);
	z-index: 0;
}
.desc p {
	width: 50%;
	margin: 180px auto 60px;
	animation-duration: 1.3s;
	animation-delay: 0.9s;
}
.desc p b {
	color: var(--dorado);
}
.desc h2 {
	width: 50%;
	font-size: 1.3em;
	margin: 0 auto;
	animation-duration: 1.3s;
	animation-delay: 0.9s;
}
.desc h2::first-line {
	color: var(--dorado);
}

.marcas {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 60px 30px;
	padding:0 0 75px;
}
.marcas img {
	width: calc(16.66% - 25px);
	animation-duration: 1.3s;
	animation-delay: 0.9s;
}
.marcas img:nth-child(2n) {
	animation-delay: 1.2s;
}

ul.servs {
	list-style: none;
	padding:0 0 75px;
}
ul.servs li {
	padding:0 15%;
	position: relative;
	margin: 0 auto 60px;
}
ul.servs li:last-child {
	margin: 0;
}
ul.servs li > main {
	display: flex;
}
ul.servs li .tit {
	align-items: flex-end;
	justify-content: space-between;
	animation-duration: 1.3s;
	animation-delay: 0.9s;
}
ul.servs li .tit h3 {
	font-size: 1.8em;
}
ul.servs li .tit h3 number {
	font-size: 4.8em;
	margin: 0 30px 0 0;
	opacity: 0.3;
}
ul.servs li .tit > div {
	position: relative;
	display: flex;
	gap: 9px;
	align-items: center;
	margin: 0 0 39px;
}
ul.servs li .tit > div span {
	width: 180px;
	height:1px;
	background: var(--dorado);
	position: relative;
}
ul.servs li .tit > div span::after {
	content: '';
	width: 9px;
	height:9px;
	background: var(--dorado);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right:0;
	transform: translateY(-50%);
	z-index: 1;
}

.box {
	animation-duration: 1.3s;
	animation-delay: 0.9s;
}

ul.servs .box {
	align-items: center;
}
ul.servs .box::after {
	content: '';
	width: calc(48% - 180px);
	height:12px;
	background: var(--negro);
	position: absolute;
	left:   75px;
	bottom:-21px;
	border-radius: 50%;
	filter: blur(3px);
	-webkit-filter: blur(3px);
	opacity: 0.3;
	z-index: -1;
}
ul.servs .box .imagen {
	width: 48%;
	aspect-ratio: 1/1;
	overflow: hidden;
	border-radius: 50%;
	position: relative;
	z-index: 3;
}
ul.servs .box .imagen img {
	width: 102%;
	height:102%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%,-50%);
	transition: all 0.9s ease-in-out;
}
ul.servs .box .imagen a:hover img {
	transform: translate(-50%,-50%) scale(1.2);
}
ul.servs .box .texto {
	width: 62%;
	padding:45px 30px;
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 15px;
}
ul.servs .box .texto::before {
	content: '';
	width: calc(100% + 90px);
	height:100%;
	background: rgba(255,255,255,0.6);
	box-shadow: 0 6px 30px rgba(255,255,255,0.3);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
	position: absolute;
	top: 0;
	left:-90px;
	border-radius: 0 300px 300px 0;
	z-index: -1;
}
ul.servs .box .texto img {
	width: 120px;
	margin: 0 12px 0 0;
}

.portaContacto {
	display: flex;
	justify-content: space-between;
	padding:0 0 60px;
}
.portaContacto .imagen,
.portaContacto form {
	width: calc(50% - 36px);
	position: relative;
}
.portaContacto .imagen img {
	width: 100%;
}
.portaContacto form h3 {
	width: 100%;
	padding:0 21% 24px;
	text-align: center;
}
.portaContacto form p.alerta {
	font-size: 1.2em;
	text-align: center;
	color: var(--dorado);
	padding:0 12% 24px;
	animation-duration: 1.3s;
	animation-delay: 0.9s;
}
.portaContacto form h3::first-line {
	color: var(--dorado);
}
.portaContacto form .box {
	width: 100%;
	position: relative;
	display: flex;
	gap: 30px;
	margin: 0 0 30px;
}
.portaContacto form .box div {
	width: 100%;
}
.portaContacto form .box div label {
	width: 100%;
	display: block;
	font-size: 0.8em;
	opacity: 0.7;
	padding:0 0 9px;
}
.portaContacto form .box div input {
	width: 100%;
	font-family: 'Montserrat';
	font-size: 0.9em;
	color: var(--negro);
	padding:9px 21px;
	border-radius: 15px;
	border: solid 2px var(--negro);
	transition: all 0.3s ease-in-out;
}
.portaContacto form .box div input::-moz-placeholder {
    color: var(--gris);
    opacity:1
}
.portaContacto form .box div input:-ms-input-placeholder {
    color: var(--gris);
}
.portaContacto form .box div input::-webkit-input-placeholder {
    color: var(--gris);
}
.portaContacto form .box div input:focus {
	border-color: var(--amarillo);
}
.portaContacto .send {
	position: relative;
	display: flex;
	justify-content: flex-end;
}
.portaContacto .send .btn {
	width: calc(50% - 15px);
}

@media screen and (max-width:666px) {

	.desc {
		padding:66px 0;
	}
	.desc > img {
		width: 420px;
	}
	.desc p {
		width: calc(100% - 24px);
		margin: 150px auto 48px;
	}
	.desc h2 {
		width: calc(100% - 24px);
		font-size: 1.2em;
	}

	.marcas {
		gap: 30px;
		padding:0 0 60px;
	}
	.marcas img {
		width: calc(25% - 25px);
	}

	ul.servs {
		padding:0 0 60px;
	}
	ul.servs li {
		padding:0;
		margin: 0 auto 48px;
	}
	ul.servs li .tit {
		align-items: flex-end;
	}
	ul.servs li .tit h3 {
		font-size: 1.5em;
	}
	ul.servs li .tit h3 number {
		font-size: 3em;
		margin: 0 3px 0 0;
	}
	ul.servs li .tit > div {
		margin: 0 0 15px;
	}
	ul.servs li .tit > div span {
		width: 42px;
	}
	ul.servs li .tit > div .btn {
		font-size: 0.7em;
	}

	ul.servs .box::after {
		content: '';
		width: calc(48% - 90px);
		left:   42px;
	}
	ul.servs .box .texto {
		padding:24px 18px;
		gap: 12px;
		align-items: center;
		align-content: center;
	}
	ul.servs .box .texto p {
		font-size: 0.6em;
	}
	ul.servs .box .texto img {
		width: 27px;
		margin: 0;
	}

	.portaContacto {
		flex-wrap: wrap;
		padding:0 0 24px;
		gap: 24px;
	}
	.portaContacto .imagen,
	.portaContacto form {
		width: 100%;
		order: 1;
	}
	.portaContacto .imagen {
		order: 2;
	}
	.portaContacto form h3 {
		font-size: 1.2em;
		padding:0 30px 24px;
	}
	.portaContacto form .box {
		gap: 24px;
		margin: 0 0 24px;
		padding:0 12px;
	}
	.portaContacto .send {
		padding:0 12px;
	}
	.portaContacto .send .btn {
		width: 100%;
		font-size: 0.9em;
		padding:12px 24px;
	}
	
}