html {
	box-sizing: border-box;
	scroll-behavior: smooth;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	font-size:16px;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	margin:0;
	padding:0;
}

body {
	font-family: 'Lato', sans-serif;
	font-size:1rem;
	color:#FFFFFF;
	background-color:#000000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin:0;
  padding:0;
	position: relative;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 0;
}

p {
	margin-top: 0;
}

ul, ol, dl {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}

a,
button,
input,
select {
	transition-property: transform, background, background-color, border-color, color;
	transition-duration: .3s;
}

textarea {
	resize: vertical;
}

a {
	color:#E0E518;
	text-decoration: none;
}
a:hover{
	color:#E0E518;
	text-decoration: underline;
}
a:focus {
	outline:none;
}

img {
	vertical-align: middle;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
	touch-action: manipulation;
}

[role="button"] {
	cursor: pointer;
}

[hidden] {
	display: none !important;
}

/* hero */
.hero{
	background-image: url('../images/hero2.png');
	min-height: 1410px;
	display: flex;
	flex-direction: column;
	width: 100%;	
	overflow: hidden;
	background-size:cover;
	/* background-attachment: fixed; */
}
.brand{
	margin-bottom: 2rem;
	display: inline-block;
	transform: translateX(-100%);
	transition: all .4s ease-in-out;
	transition-delay: .6s;	
	opacity:0;
}
.hero-content{
	max-width: 1140px;
	width: 100%;
	align-self: center;
}
.hero-content h1{
	font-size: 8.125rem;
	font-weight: 900;
	text-transform: uppercase;
	display: flex;
	flex-direction: column;	
	line-height: 100%;
	color: #1870C1;
}
.hero-content h1 span:first-of-type{
	color: #DC2A19;
	transition: all .4s ease-in-out;	
	opacity: 0;
	transition-delay: .8s;
}
.hero-content h1 span{
	transition: all .4s ease-in-out;	
	opacity: 0;
	transition-delay: 1s;
}
.hero-content h1 span:last-of-type{
	opacity: 0;
	transition-delay: 1.2s;
}

/* deco */
.d-01{
	margin-bottom:4rem;
	transform: translateX(-100%);
	transition: transform .3s ease-in-out;
	transition-delay: .5s;
}
.d-2{
	transform: translateX(-1rem);
}
.d-3{
	transform: translateX(4rem);
}
.d-4{
	position: absolute;
	right: 3.125rem;
	top: 0;
	transform: translateY(-50%)!important;
}
footer .deco .d-4{
	transform: translateX(120%) translateY(-50%);
	transition: transform .6s ease-in-out;		
}
.d-5{
	position: absolute;
	left: -1px;
	bottom: 0;
	transform: translateY(40%)!important;
}
footer .deco .d-5{
	transform: translateX(-120%) translateY(40%);
	transition: transform 1s ease-in-out;		
}
.d-6{
	position: absolute;	
	left: 1.875rem;
	bottom: -2px;
	transform: translateY(40%);
}
.d-7{
	position: absolute;	
	right: 0;
	top: 0;
	transform: translateY(-50%);
}
/* buttons */
.actions{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-top:3.125rem;
	overflow: hidden;
	padding: 10px;
}
.actions .btn{
	min-width: 19.25rem;
	transform: translateX(-120%);
	transition: transform .6s ease-in-out;
	transition-delay: 1.2s;	
}
.actions .btn:last-child{
	transition-delay: 1.6s;
}
.btn{
	background-color:#E0E518;
	color: #000000;
	letter-spacing: -0.015em;
	text-transform: uppercase;
	font-size: 1.125rem;
	line-height: 1.3125rem;
	font-weight: bold;
	padding:1.25rem 1.875rem;
	display: flex;
	justify-content: space-between;
	position: relative;
	margin-bottom: 1.5rem;
}
.btn:hover{
	color:#000000;
	text-decoration: none;
}
.btn.line{
	transition: transform .4s ease-in-out 1.2s, background-color .3s ease-in-out 0;

}
.line:hover{
	background-color: #F9FF00!important;
}
.line::after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	border: solid 1px #FFFFFF;
	top: 0;
	left: 0;
	transform: translate(-6px, -6px);
	z-index: 0;
}
.btn.outline{
	background-color: transparent;
	border: solid 1px #FFFFFF;
	color:#FFFFFF;
	margin-bottom: 0;
	min-width: 12.5rem;
}
.btn.outline span{
	margin-right: 1rem;
}
.btn.outline:hover{
	background-color: #FFFFFF;
	color:#000000;
}
.btn-icon{
	transform: translateX(2.5rem);
	position: relative;
	z-index: 1;
	max-width: 1.5rem;
}
.btn.outline.black{
	color: #000000;
	border: solid 1px #000000;
	min-width:inherit;
	margin-top: 2.5rem;
	padding: 1rem 2.5rem;
}

/* register */
.register{
	padding: 10.625rem 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.register .figure{
	background-image: url('../images/deco-rect-02.svg');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	width: 60%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.register .figure img{
	transform: translateX(-120%);
	transition: transform .8s ease-in-out;		
}
.register-title{
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #131718;
	position: absolute;
	top: 0;
	left: 0;
	transform: translateX(-120%) translateY(-50%);
	transition: transform .6s ease-in-out;	
}
.register-title h3{
	font-weight: bold;
	font-size: 2.8125rem;
	line-height: 3.375rem;
	text-align: center;
	text-transform: uppercase;
	color: #E0E44E;		
	padding-left: 2rem;
	padding-right: 1rem;
}
.singup{
	padding-left: 4.375rem;
	padding-right: 4.375rem;
	width: 100%;
	display: flex;
	justify-content: center;
}
.singup .title{
	display: flex;
	align-items: center;
	margin-bottom: 5.625rem;
}
.singup .title h2{
	text-transform: uppercase;
	font-weight: 400;
	display: flex;
	flex-direction: column;
	font-size: 3rem;
	letter-spacing: -0.015em;
	line-height: 3.5rem;
	padding-right: 1rem;
	border-right: solid 1px #FFFFFF;
	margin-right: 4.375rem;
}
.singup .title h2 >*{
	white-space: nowrap;
}
.singup .title p{
	font-size: 1.5rem;
	letter-spacing: -0.015em;
	line-height: 1.8125rem;
	margin-bottom: 0;
}

/* form */
.form .fields{
	display: flex;
	margin-bottom: 3.125rem;
	justify-content: space-between;
}
.form .fields.check{
	align-self: flex-start;
	justify-content: flex-start;
}
.form .fields.action{
	margin-bottom: 0;
}
.form .fields input[type="text"]{
	background-color: transparent;
	width: 100%;
	font-size: 1.25rem;
	line-height: 1.25rem;
	padding: 1rem 0;	
	border: 0;
	border-bottom: solid 1px #FFFFFF;
	color:#E0E518;
	position: relative;
	z-index: 5;
}
.form .fields input{
	outline: none;
}
.form .fields input::-webkit-input-placeholder{
	color:transparent;
	font-size: 1.25rem;
	line-height: 1.25rem;
}
.form .fields input::-moz-placeholder{
	color:transparent;
	font-size: 1.25rem;
	line-height: 1.25rem;
}
.form .fields input:-ms-input-placeholder{
	color:transparent;
	font-size: 1.25rem;
	line-height: 1.25rem;
}
.form .fields input::-ms-input-placeholder{
	color:transparent;
	font-size: 1.25rem;
	line-height: 1.25rem;
}
.form .fields input::placeholder{
	color:transparent;
	font-size: 1.25rem;
	line-height: 1.25rem;
}
.form .fields input:focus{
	border-bottom-color:#E0E518;
}
.form .fields.check label{
	font-size: 1.125rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.form .fields.check label::before{
	content: '';
	width: 1rem;
	min-width: 1rem;
	height: 1rem;
	border: solid 1px #FFFFFF;
	margin-right: 0.625rem;
}
.form .fields.check input[type="checkbox"]{
	position: absolute;
	visibility: hidden;
}
.form .fields.check input[type="checkbox"]:checked + label:before {
	background-color: #E0E518;	
	border-color: #E0E518;
}
.form .fields .flat{
	margin-right: 1.875rem;
	position: relative;
	width: 100%;
}
.form .fields .flat label{
	position: absolute;
	font-size: 1.25rem;
	top: 14px;
	left: 0;
	line-height: 1.25rem;
	z-index: 0;
	transition: all .3s ease-in-out;
}
.form .fields input[type="text"]:focus ~ label,
.form .fields input[type="text"]:not(:placeholder-shown) ~ label{
	top: -30%;
	/* background-color: $white; */
	/* padding: pxtorem(4px); */
	font-size: 0.875rem;
	z-index:3;
	color: #FFFFFF;
	font-weight: 600;
}
/* footer */
footer{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
footer .deco{
	background-color: #E0E518;
	height: 5.3125rem;
	width: 100%;
	position: relative;
}
.footer-content{
	display: flex;
	align-items: center;
	padding: 7.3125rem 0;
	flex-direction: column;
}
.firm{
	display: flex;
	align-items: center;
}
.firm img{
	width: 100%;
	height: inherit;
}
.footer-content h3{
	font-weight: 900;
	font-size: 1.5rem;
	line-height: 1.8125rem;
	text-align: right;
	letter-spacing: -0.015em;
	text-transform: uppercase;
	max-width: 13.125rem;
	text-align: right;
}
.iqual{
	margin-left: 3.125rem;
	margin-right: 3.125rem;
}
.social{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 1.25rem;
	width: 100%;
	align-self: flex-end;

}
/* modal */
.modal{
	background-color: rgba(0,0,0, .8);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
	display: none;
	justify-content: flex-end;
	align-items: center;
}
.modal-content{
	background-image: url('../images/bg-modal.svg');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #000000;
	min-height:26.25rem;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-direction: column;
	padding: 6.25rem 9.375rem;
	max-width: 45rem;
	position: relative;
}
.lemon .modal-content{
	background-image: url('../images/bg-modal-lemon.svg');
}
.modal-content h2{
	font-weight: 500;
	font-size: 2.1875rem;
	line-height: 2.125rem;
	text-align: right;
	text-transform: uppercase;
	margin-bottom: 1.25rem;
}
.modal-close{
	background-color: transparent;
	border: none;
	position: absolute;
	left: 3rem;
	top: 2rem;
}
/* medias */
@media (max-width: 1500px) {
	.hero{
		background-image: url('../images/hero3.png');
	}
}
@media (max-width: 1200px) {
	.singup .title{
		flex-direction: column;
	}
	.singup .title h2{
		border-right: none;
		border-bottom: solid 1px #FFFFFF;
		text-align: left;
		margin: 0;
		margin-bottom: 1rem;
		align-self: flex-start;
	}
	.figure img{
		max-width: 25rem;
	}
	.d-5 img{
		max-width: 350px;
	}
}
@media (max-width: 1024px) {
	.hero{
		background-image: url('../images/hero.png');
	}
	.hero-content{
		max-width: 960px;
	}
	.hero-content h1 {
		font-size: 7.125rem;
	}
	.form .fields{
		flex-direction: column;
	}
	.form .fields .flat{
		margin-top: 2.5rem;
		margin-right: 0;
	}	
	.singup .title{
		margin-bottom: 2rem;
	}	
	.btn.outline{
		width: initial;
		min-width: initial;
		align-self: flex-start;
	}		
}
@media (max-width: 920px) {
	.d-01 img{
		max-width: 6.25rem;
	}
	.hero{
		min-height: 80rem;
    	background-position: left -10rem bottom;
    	background-repeat: no-repeat;		
	}
	.hero-content h1 span img{
		max-height: 5rem;
	}
	.hero-content{
		max-width: inherit;
		padding-left: 3rem;
		padding-right: 3rem;
	}
	.hero-content h1 {
		font-size: 5.125rem;
	}	
	.register{
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		padding: 5.625rem 0px 10.625rem;
	}
	.register-title{
		align-self: flex-start;
	}
	.register-title h3{
		font-size: 1.8125rem;
		line-height: 100%;
	}
	.form .fields.check label{
		align-items: flex-start;
	}
	.btn.outline{
		min-width: inherit;
	}
	.d-5 {
		transform: translateY(30%);
	}
	.d-5 img{
		max-width: 16.875rem;
	}
	.figure img {
		max-width: 22rem;
		padding-right: 5rem;
	}	
	.modal-content{
		padding: 3rem;
		align-items: flex-end;
		min-height: 23rem;
	}
	.btn.outline.black{
		margin-top: 1rem;
		align-self: flex-end;
		margin: 0;
	}
	.modal-content p{
		text-align: right;
	}
	.modal-content h2{
		font-size: 1.5rem;
		margin-bottom: 0;
	}
	.d-7{
		right: -6rem;
	}
}
@media (max-width: 768px) {
	.hero{
		min-height: 60rem;
		background-size: cover;
		background-position: right -10rem bottom;
	}
	.hero-content h1 {
		font-size: 4.5rem;
	}	
	.hero-content h1 span img {
		max-height: 4.5rem;
	}	
	.d-01 {
		margin-bottom: 3rem;
	}
	.footer-content{
		padding-left: 3rem;
		padding-right: 3rem;
	}
	.footer-content h3{
		font-size: 1rem;
		line-height: 120%;
	}
	.social{
		padding-left: 3rem;
		padding-right: 3rem;		
		width: 100%;
		align-self: inherit;
		padding: 0!important;
	}
}
@media (max-width: 540px) {
	.hero{
		background-image: url('../images/hero4.png');
	}
	.brand img{
		max-height: 3rem;
	}
	.hero-content h1 {
		font-size: 3rem;
	}	
	.hero-content h1 span img {
		max-height: 3rem;
	}
	.hero {
		min-height: 45rem;
		background-size: cover;
		background-position: inherit;
	}		
	.btn{
		padding: 1rem 1.5em;
	}
	.register-title h3 {
		font-size: 1.5rem;
		
	}	
	.d-2{
		max-width: 60px;
	}
	.d-3{
		max-width: 60px;
		transform: translateX(2rem);
	}
	.iqual{
    margin-left: 1rem;
    margin-right: 1rem;		
	}
	.d-4{
		display: none;
	}
	.d-5 img {
		max-width: 12rem;
	}	
	.d-5 {
		transform: translateY(50%);
	}	
}
@media (max-width: 480px) {
	.d-01 {
		margin-bottom: 1.5rem;
	}	
	.btn{
		font-size: 1rem;
		line-height: 100%;
	}
	.actions .btn{
		padding: .768rem 1em;
		min-width: inherit;
		align-items: center;
	}
	.actions .btn .btn-icon{
		max-height: 1rem;
	}
	.btn-icon {
    transform: translateX(1.5rem);
	}	
	.d-01 img {
		max-width: 4rem;
	}	
	.brand{
		margin-bottom: 1rem;
	}
	.brand img {
		max-height: 2rem;
	}	
	.hero-content {
		padding-left: 1rem;
		padding-right: 1rem;
	}	
	.hero{
    	/* min-height: inherit;*/
		background-position: inherit;
		background-size: cover;
		padding-bottom: 5rem;
	}
	.hero-content h1 {
		font-size: 2rem;
	}
	.hero-content h1 span img {
		max-height: 2rem;
	}	
	.singup{
    padding-left: 1rem;
    padding-right: 1rem;
	}
	.register-title h3 {
		font-size: 1rem;
		padding: 0;
	}	
	.figure img {
		max-width: 15rem;
		padding-right: 5rem;
	}	
	.singup .title h2{
    font-size: 2rem;
		line-height: 100%;
		margin-right: 0;
		margin-bottom: 1rem;
	}
	.register{
		padding: 3rem 0px 5rem;
	}
}

/* animations */
[data-animate="true"] .d-01{
	transform: translateX(0);
}
[data-animate="true"] .brand{
	opacity: 1;
	transform: translateX(0);	
}
[data-animate="true"] .hero-content h1 span{
	opacity: 1;
}
[data-animate="true"] .actions .btn{
	transform: translateX(0);	
}
[data-animate="true"] .register-title{
	transform: translateX(0) translateY(-50%);	
}
[data-animate="true"] .figure img{
	transform: translateX(0);
}
[data-animate="true"] .deco .d-4{
	transform: translateX(0) translateY(-50%);
}
[data-animate="true"] .deco .d-5{
	transform: translateX(0) translateY(40%);
}
/* body {
	width: 100vw;
	height: 300vh;

	background-image: url('./back.png');
	background-size: cover;
	background-repeat: no-repeat;
	overflow-x: hidden;
} */

.parralax {
	/* height: 750px; */
	position: fixed;
	/* top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); */
}
.deco{
	width: 100%;
	position: relative;
}

@media screen and (max-width: 1440px) and (min-width: 993px) {
	.deco-img{
		opacity: 0!important;
	}
}


/* Logos footer */
.footer-logos--grandes, .footer-logos--medianos, .footer-logos--pequenos, .footer-logos--gigantes {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	max-width: 1350px;
	margin: auto;
}
.footer-logos--grandes {
	justify-content: space-evenly;
}
.footer-logos--gigantes {
	justify-content: space-between;
	margin: auto 3%;
}
.footer-logos--gigantes > div{
	margin-right: 40px;
}
.footer-logos--medianos, .footer-logos--pequenos {
	justify-content: center;
	margin: 1% auto;
}
.footer-logos--grandes .footer-logos__logo {
	flex: 0 1 170px;
	margin: auto 1%;
}
.footer-logos--medianos .footer-logos__logo {
	flex: 0 1 130px;
}
.footer-logos--medianos .footer-logos__logo.doble {
	flex: 0 1 260px;
}
.footer-logos--pequenos .footer-logos__logo {
	flex: 0 1 auto;
}
.footer-logos--pequenos .footer-logos__logo img {
	width: auto;
	height: 25px;
}

.footer-logos--gigantes .firm {
	flex: 0 1 250px;
}
.footer-logos__logo {
	margin: auto 1.5rem;
}
.footer-logos__logo img {
	width: 100%;
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
	height: auto;
	margin: auto;
}
.footer-logos__logo img.minw-273 {
	min-width: 273px;
	margin-left: 16px;
	margin-right: 16px;
}

/*etapa 3*/
body.etapa-3 {
	position: relative;
}
.etapa-3 header.destokp-menu {
	background-color: transparent;
	display: flex;
	justify-content: space-between;
	padding: 22px 0;
	max-width: 1140px;
	width: 100%;
	margin: auto;
	position: absolute;
	transform: translate(-50%);
	left: 50%;
	z-index: 1;
}

@media screen and (max-width: 1170px) {
	.etapa-3 header.destokp-menu {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media screen and (max-width: 992px) {
	.etapa-3 header.destokp-menu {
		display: none;
	}
}

.etapa-3 header.destokp-menu .brand-logo img{
	max-width: 90px;
}

.etapa-3 header.destokp-menu nav ul{
	display: flex;
}

.etapa-3 header.destokp-menu nav ul li span,
.etapa-3 header.destokp-menu nav ul li a {
	font-size: 15px;
	color: #000000;
	text-transform: uppercase;
	padding: 12px;
	display: block;
}

.etapa-3 header.destokp-menu nav ul li a.active {
	font-weight: 700;
}

.etapa-3 header.destokp-menu li.has-submenu {
	background-color: transparent;
	transition-duration: 0.5s;
}

.etapa-3 header.destokp-menu li.has-submenu span svg{
	padding-left: 12px;
}

.etapa-3 header.destokp-menu li.has-submenu ul {
	display: flex;
	flex-direction: column;
	text-align: center;
	background-color: #000;
	padding: 12px 0;
	display: none;
}

.etapa-3 header.destokp-menu li.has-submenu ul li a {
	color: #fff;
	padding: 12px;
	display: block;
}

.etapa-3 header.destokp-menu li.has-submenu ul li a:hover {
	text-decoration: none;
	background-color: #fff;
	color: #000;
}

.etapa-3 header.destokp-menu li.has-submenu ul li.active {
	font-weight: 700;
}


.etapa-3 header.destokp-menu li.has-submenu:hover {
	cursor: pointer;
	background-color: #e0e518;
}

.etapa-3 header.destokp-menu li.has-submenu:hover ul{
	display: block;
}

.etapa-3 .hero {
	min-height: 707px;
	background-image: url('../images/semanadelaconstruccion.jpg');
}

.etapa-3 .hero-content h1 {
	font-size: 111px;
}

@media screen and (max-width: 992px) {
	.etapa-3 .hero-content h1 {
		font-size: 60px;
	}
}

.etapa-3 .hero-content .actions .btn--ghost {
	border: 1px solid #fff;
	color: #fff;
	text-transform: uppercase;
	padding: 20px;
	background-color: transparent;
	min-width: auto;
	transition-duration: 0.5s;
}

.etapa-3 .hero-content .actions .btn--ghost:hover {
	background-color: #e0e518;
	color: #000;
}

.etapa-3 .hero-content .actions .btn--ghost span {
	margin-right: 20px;
}

.etapa-3 .register {
	background-color: #fff;
}

.etapa-3 .register-title h3{
	text-transform: uppercase;
}

.etapa-3 .introduction-text {
	display: flex;
	justify-content: flex-end;
	position: relative;
	align-items: center;
}

.etapa-3 .introduction-text:after {
	content: '';
	width: 100%;
	max-width:990px;
	height: 80%;
	background-color: #e0e518;
	position: absolute;
	right: 0;
}

.etapa-3 .introduction-text p {
	color: #000;
	font-size: 24px;
	display: block;
	width: 40%;
	position: relative;
	z-index: 2;
}

.etapa-3 .introduction-text img {
	position: relative;
	z-index: 2;
}

.etapa-3 .introduction-text p:before {
	content: url('../images/comillas.png');
	position: absolute;
	left: -125px;
	top: -45px;
	height: 91px;
	width: 104px;
	z-index: 3;
}

.etapa-3 .register.presentations {
	background-color: #000;
}

.presentations-content{
	max-width: 1140px;
	width: 100%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
 }

 @media screen and (min-width: 992px) {
	.presentations-content .presentation {
		max-width: 30%;
		margin-left: 16px;
	 	margin-right: 16px;
	}
 }
 
 @media screen and (max-width: 992px) {
	.presentations-content {
		justify-content: space-between;
	}
 }

.presentation a{
	display: block;
	position: relative;
	margin-bottom: 87px;
	position: relative;
}
.presentation a:hover {
	text-decoration: none;
}

.presentation a .presentation-info {
	color: #fff;
	padding-top: 26px;
	opacity: 1;
	transition-duration: 0.5s;
	
}
.presentation a:hover .presentation-info {
	opacity: 0.6;
}
.presentation a .presentation-info h3 {
	margin-bottom: 4px;
	font-size: 20px;
	max-width: 300px;
}

.presentation a .presentation-info p {
	margin-bottom: 4px;
	font-size: 20px;
}

.presentation-img {
	position: relative;
}

.presentation .presentation-img .cover {
	content: '';
	width: calc(100% + 16px);
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0, 0.4);
	position: absolute;
	z-index: 3;
	transition-duration: 0.5s;
} 

.presentation a:hover .cover {
	height: 0%;
}

.presentation-img:before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: #e0e518;
	position: absolute;
	bottom: -10px;
	left: -10px;
	transition-duration: 0.5s;
}

.presentation a:hover .presentation-img:before {
	background-color: #fbff66
}

.presentation-img:after {
	content: url('../images/ico-play.png');
	width: 72px;
	height: 83px;
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%);
	z-index: 3;
}

.presentation-img img {
	z-index: 2;
	position: relative;
}

.download-button {
	display: block;
	background-color: #e0e518;
	padding: 32px;
	color: #333;
	margin-top: -100px;
	max-width: 500px;
	position: relative;
	z-index: 2;
	transition-duration: 0.5s;
}

.download-button:before {
	content: '';
	bottom: -10px;
	left: -10px;
	background-color: #000;
	width: 10px;
	height: 100%;
	position: absolute;
}

.download-button:after {
	content: '';
	bottom: -10px;
	left: -10px;
	background-color: #000;
	width: 100%;
	height: 10px;
	position: absolute;
}


.register.register--w-button {
	padding-top: 0;
}

.register--w-button-content {
	max-width: 80%;
	margin: auto;
	width: 100%;
}
.download-button h3 {
	font-size: 30px;
	max-width: 90%;
	margin-bottom: 26px;
}

.download-button div {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.download-button p {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 0;
	margin-right: 16px;
}

.download-button:hover {
	color: #333;
	text-decoration: none;
	cursor: pointer;
}

header.nav-mobile {
	display: none;
}

@media screen and (max-width: 1200px) {
	.register-title {
		overflow: hidden;
	}
}

@media screen and (max-width: 992px) {
	header.nav-mobile {
		display: flex;
		justify-content: space-between;
		background-color: #fff;
		padding: 22px 30px;
	}
	header.nav-mobile img {
		max-height: 40px;
	}
	header.nav-mobile .r-menu {
		display: flex;
		align-items: center;
		position: relative;
	}
	header.nav-mobile .r-menu svg:last-child {
		margin-left: 30px;
	}
	.nav-menu-mobile {
		min-height: 100vh;
		width: 100%;
		background-color: #000;
		position: absolute;
		top: 0;
		left: -100%;
		z-index: 99;
		transition: all .3s linear;
	}
	.nav-menu-mobile--active {
		left: 0;
		position: fixed;
		overflow: auto;
		height: -webkit-fill-available;
		height: -moz-available;
		height: fill-available;
	}
	.nav-menu-mobile ul {
		min-height: 100%;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		flex-direction: column;
		padding: 30px;
	}

	.nav-menu-mobile ul li.li-close-menu {
		width: 100%;
    	text-align: right;
		margin-bottom: 30px;
	}
	.nav-menu-mobile ul li a {
		padding: 16px 8px;
		display: block;
		text-transform: uppercase;
		color: #fff;
		font-size: 1.5em;
		transition: all .3s linear;
	}
	.nav-menu-mobile ul li a:hover,
	.nav-menu-mobile ul li a.active {
		color: #E0E518;
	}
	.nav-menu-mobile ul li h3 {
		margin-top: 30px;
		margin-bottom: 20px;
		color: #FFFFFF;
		opacity: 0.6;
	}
	.etapa-3 .hero {
		min-height: 400px;
		background-size: cover;
    background-position: center;
	}
	.etapa-3 .actions {
		display: none;
	}
	.etapa-3 .register-title {
		overflow: hidden;
	}
	.etapa-3 .register-title h3 {
		text-align: left;
		font-size: 20px;
	}
	.etapa-3 .introduction-text p{
		font-size: 18px;
		margin-bottom: 0;
		width: 100%;
		margin-left: 5%;
	}
	.etapa-3 .introduction-text img {
		max-height: 215px;
	}
	.etapa-3 .introduction-text p:before {
		left: 0;
		content: url(../images/comillas-mini.png);
		width: auto;
		height: auto;
		top: -60px;
	}
	.etapa-3 .introduction-text:after {
		max-width: 80%;
		height: 280px;
	}
	.presentations-content {
		max-width: 90%;
		padding-left: 15px;
	}
	.presentation {
		max-width: 46%;
	}
	.presentations-pdf {
		max-width: 90%;
	}
	.presentations-pdf > h3 {
		padding-left: 15px;
	}
	.presentations-pdf .presentations-content {
		max-width: 100%;
		padding: 15px;
	}
}

@media screen and (max-width: 580px) {
	.etapa-3 .register-title h3 {
		font-size: 22px;
	}
}

@media screen and (max-width:538px) {
	.etapa-3 .hero-content h1 {
		font-size: 40px;
	}
	.etapa-3 .hero {
		min-height: 320px;
	}
	.etapa-3 .register-title h3 {
		font-size: 16px;
	}
}

@media screen and (max-width: 500px) {
	.etapa-3 .introduction-text img {
		max-width: 160px;
	}
	.etapa-3 .introduction-text p {
		margin-left: 9%;
	}
	.presentation a .presentation-info h3 {
		font-size: 16px;
	}
	.presentation a .presentation-info p {
		font-size: 16px;
	}
}

@media screen and (max-width: 480px) {
	.etapa-3 .register {
		padding: 120px 0
	}
	.etapa-3 .introduction-text:after {
		height: 200px;
	}
	.presentations-content {
		flex-direction: column;
	}
	.presentation {
		width: 100%;
		max-width: 100%;
	}
}

/* Etapa 3 interna */
.etapa-3-interna header.destokp-menu li.has-submenu {
	background-color: transparent;
}

.etapa-3-interna .hero-content h1 {
	font-size: 85px;
}

.etapa-3-interna .hero {
	min-height: 360px;
}

.presentation-pdf {
	border: 1px solid #E0E518;
	background-color: transparent;
	color: #888888;
	padding: 24px;
	display: flex;
	width: 30%;
	margin-bottom: 26px;
	min-height: 152px;
	flex-direction: column;
	justify-content: space-between;
	margin-left: 16px;
	margin-right: 16px;
}

.presentation-pdf h3 {
	transition-duration: 0.5s;
}

.presentation-pdf div {
	display: flex;
	justify-content: flex-end;
}

.pb-0 {
	padding-bottom: 0!important;
}

.pt-30 {
	padding-top: 30px!important;
}

.presentation-pdf:hover {
	cursor: pointer;
	text-decoration: none;
}

.presentation-pdf:hover h3 {
	color: #fff;
}

.presentations-pdf {
	flex-direction: column;
	max-width: 1140px;
	margin: auto;
	align-items: flex-start;
}

.presentations-pdf h3 {
	font-size: 20px;
	text-transform: uppercase;
	color: #888888;
	margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
	.presentation-pdf {
		width: 46%;
	}
	.etapa-3-interna .hero-content h1 {
		font-size: 50px;
	}
}

@media screen and (max-width: 580px) {
	.presentation-pdf {
		width: 100%;
	}
	.etapa-3-interna  .hero {
		min-height: 350px;
	}
}

.dr-1 {
	transform: translateX(1rem);
}

.hero .deco {
	position: absolute;
	height: inherit;
	top: 0;
	left: 0;
}

.hero .deco #scene3 {
	transform: translate(0px, 63px)!important;
} 
.hero .deco #scene4 {
	transform: translate(80%, 150px)!important;
}

@media screen and (min-width: 1200px) {
	.etapa-3 .hero-content{
		padding-left: 130px;
	}
}

.hero--interna .deco #scene3 {
	transform: translate(-118px, 0px)!important;
}

.hero--interna .deco #scene4 {
	transform: translate(70%, -150px)!important;
}

.has-submenu--active span{
	font-weight: 700;
}

.etapa-3 .introduction-text img.decoration-image {
	position: absolute;
}

@media screnn and (max-width: 1200px) {
	.etapa-3 .introduction-text img.decoration-image {
		display: none
	}
}

.etapa-3 .introduction-text img.decoration-image--one {
	left: 0;
	top: 72%
}

.etapa-3 .introduction-text img.decoration-image--two {
	bottom: -226px;
	right: 0;
}

.download-button:hover {
	background-color: #fbff66;
}

.presentation-img img {
	width: 100%;
}

.footer-logos__logo a img{
	opacity: 1;
	transition-duration: 0.5s;
}

.footer-logos__logo a:hover img{
	opacity: 0.8;
}

.presentations-pdf .presentations-content {
	margin-right: -16px;
	margin-left: -16px;
}

@media screen and (max-width: 992px) {
	.etapa-3 .hero .deco {
		display: none;
	}
	.introduction-text .decoration-image {
		display: none;
	}
	.presentation-pdf {
		width: 45%;
	}
}

@media screen and (max-width: 992px) {
	.presentation-pdf {
		width: 100%;
		margin-right: 0;
	}
}