.btn{
	color: white;
	background-color: #FF8702;
	border-radius: 20px;
	padding: 8px 15px;
	font-weight: 700;
	font-size: 24px;
	transition: all 0.2s;
	cursor: pointer;
}

.btn:hover{
	transform: scale(1.02);
	color: white;
}


#requisitos-anchor{
	position: relative;
	top:-20vh;
}


#queincluye-anchor{
	position: relative;
	top:-20vh;
}


#empleadores-anchor{
	position: relative;
	top:-15vh;
}

#costos-anchor{
	position: relative;
	top:-15vh;
}

#charlas-anchor{
	position: relative;
	top:-15vh;
}

#caracteristicas-anchor{
	position: relative;
	top:-25vh;
}
header{
	background-image: url("../img/japon/header-bg.webp");
	background-size: cover;
	width: 100%;
	height: 110vh;
	background-position: center;
	position: relative;
	z-index: 2;
	border-radius: 35px 35px 0 0 ;


}

header .content{
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	height: 100%;
	justify-content: flex-end;
	padding-bottom: 18vh;

}
header .content .text img{
	width: 250px;
}
header .content img{
	width: 250px;
}

header .content h1{
	font-weight: 700;
	font-size: 72px;
	margin: 20px 0; 
	text-shadow: 0px -1px 13px rgba(0,0,0,0.48);
}

header .content h2{
	font-size: 48px;
	margin-bottom: 15px; 
	font-weight: 400;
	text-shadow: 0px -1px 13px rgba(0,0,0,0.48);
}


header .content h2 b{
	
	font-weight: 700;

}

header .content .menu{
	width: 100%;
	display: flex;
	flex-direction: row;
	margin: 50px 0;
	justify-content: space-between;
}

header .content .menu a{
	background-color: #f3462f;
	color: white;
	font-family: "Montserrat";
	font-weight: 700;
	padding: 10px 0;
	border-radius: 20px;
	font-size: 22px;
	transition: all 0.2s;
	cursor: pointer;
	width: 16%;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 22px;
}

header .content .menu a.desktop{
	display: inline;
}
header .content .menu a.mobile{
	display: none;
}


header .content .menu a:hover{
	background-color: white;
	color: #f3462f;
}

#caracteristicas{
	background-color: #f3462f;
	width: 100%;
	position: relative;
	height: 100vh;
	padding-bottom: 150px;
	z-index: 3;

}

#caracteristicas .box{
	background-image: url("../img/japon/ventajas-bottom.webp");
	background-size: 100%; 
	background-repeat: no-repeat;
	background-color: white;
	color: #64605F;
	padding: 50px 0;
	width: 95%;
	margin: 0 auto;
	height: 700px;
	background-position: bottom;
	border-radius: 35px;
	top: -100px;
	position: relative;
}

#caracteristicas .box .content{
	width: 95%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
	height: 100%;
}

#caracteristicas .box .content .intro{
	width: 50%;
	display: flex;
	flex-direction: column;
}

#caracteristicas .box .content .intro h3{
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 25px;
}

#caracteristicas .box .content .intro p{
	font-weight: 600;
	font-size: 18px;
	line-height: 19px;
	width: 75%;
}

#caracteristicas .box .content .ventajas{
	width: 47%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
#caracteristicas .box .content .ventajas div{
	display: flex;
	flex-direction: column;
}

#caracteristicas .box .content .ventajas .btn{
	display: flex;
	align-items: flex-end;
	position: absolute;
	right: 5%;
	bottom: 13%;
}

#caracteristicas .btn{
	background-color: #f3462f;
	width: fit-content;
	margin-top: 40px;
}

#caracteristicas .box .content .ventajas h4{
	
	border-radius: 15px;
	border: solid 1px #64605F;
	font-size: 30px;
	font-weight: 400;
	padding: 7px 15px;
	box-sizing: border-box;
	margin-bottom: 25px;
}

#caracteristicas .box .content .ventajas h4 br{
	display: none;
}


#caracteristicas .box .content .ventajas .item {
	
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 8px 0;
}

#caracteristicas .box .content .ventajas a{
	
	align-self: flex-end;
}

#caracteristicas .box .content .ventajas .item  p{
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;

}

#caracteristicas .box .content .ventajas .item .number{
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: #124e66;
	color: white;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	margin: 0 10px;
	flex: 0 0 35px;
}

#que-incluye{
	background-color: white;
	border-radius: 35px;
	position: relative;
	top: -50px;
	padding: 70px 0 70px 0;
	z-index: 3;

}

#que-incluye .btn.mobile{
	display: none;
}

#que-incluye .content {
	width: 98%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#que-incluye .content .mobile-flechas{
	display: none
}

#que-incluye .content .title{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 80px;
}
#que-incluye .content .title h3{
	color: #64605F;
	font-weight: 700;
	font-size: 48px;
}

#que-incluye .content .title img{
	width: 69%;
	object-fit: contain;
}

#que-incluye .content .row{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 95%;
	margin-bottom: 50px;
}

#que-incluye .content .row .box .info p{
	font-size: 15px;
	line-height: 18px;
	width: 80%!important;
	 padding: 15px 0;
	 color: #606060;
}

#que-incluye .content .row.items{
	display: flex;
	justify-content: space-between;
}

#que-incluye .content .row.items::before{
	display: none;
}
#que-incluye .content .row.items::after{
	display: none;
}
#que-incluye .content .mobile-items{
	display: none;
}
#que-incluye .content .row:nth-child(2){
	width: 90%;
}

#que-incluye .content .btn{
	background-color: #606060;
}
#que-incluye .content .btn.mobile{
	display: none;
}
#que-incluye .content .btn.desktop{
	display: block;
}


#que-incluye .content .item{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	width: 18%;
	color: #64605F;
	cursor: pointer;
}

#que-incluye .content .item .img-container{
	height: 125px;
	margin-bottom: 25px;
	position: relative;
}

#que-incluye .content .item .img-container img{
	height: 100%;
}

#que-incluye .content .item .img-container img.over{
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.2s;
}


#que-incluye .content  .item h5{
	
	font-weight: 600;
	margin-bottom: 20px;
	text-align: center;
	font-size: 22px;
}

#que-incluye .content  .item p{
	text-align: center;
	font-size: 18px;
	line-height: 19px;
    font-weight: 500;
    width: 85%;
    opacity: 0;
    transition: all 0.2s;
}


#que-incluye .content .row .box{
	width: 47%;
	
	color: white;
	display: flex;
	flex-direction: column;
	align-content: center;
	height: fit-content;
}

#que-incluye .content .row .box .title{
	width: 100%;
	box-sizing: border-box;
	padding: 20px 30px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 0;
	background: #07443d;
	border-radius: 45px;
	cursor: pointer;
	z-index: 2;
	position: relative;

}

#que-incluye .content .row .box .title h5{
	font-size: 30px;
	font-weight: 800;
}


#que-incluye .content .row .box .title img{
	width: 50px;
	object-fit: contain;
}

#que-incluye .content .row .box  hr{
	width: 100%;
	border: none;
	border-top: solid 1px white;
	z-index: 2;
	position: relative;
}

#que-incluye .content .row .box .info{
	width: 88%;
	font-size: 17px;
	font-weight: 600;
	margin: 0 auto;
	line-height: 22px;
	display: none;
	height: 230px;
	background: #07443d;
	width: 100%;
	border-radius: 0 0 45px 45px;
	box-sizing: border-box;
	padding: 20px 0;
	margin-top: 1px;
	padding-top: 20px;
	top: -40px;
	position: relative;
}

#que-incluye .content .row .box .info hr{
	width: 100%;
	border: none;
	border-top: solid 1px white;
}

#que-incluye .content .row .box .info p{
	width: 90%;
	margin: 0 auto;
}

#que-incluye .content .row:last-of-type{
	justify-content: space-between!important;
}

#que-incluye .content .row .btn{
	background: #64605F;
}


#requisitos{
	background-color: #124e66;
	border-radius: 35px 35px 0 0 ;
	position: relative;
	padding: 70px 0;
}

#requisitos .content{
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;

}

#requisitos .content .container{
	width: 100%;
}

#requisitos .content .container::before{
	display: none;
}
#requisitos .content .container::after{
	display: none;
}
#requisitos .content h3{
	text-align: left;
	font-weight: 800;
	font-size: 46px;
	margin-bottom: 50px;
	position: relative;
}

#requisitos .content .row{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	align-items: center;
}

#requisitos .content .requisitos-flotante{
	position: absolute;
	right: 0;
	bottom: -5px;
	width: 35%;
}

#requisitos .content .row::before{
	display: none;
}
#requisitos .content .row::after{
	display: none;
}
#requisitos .content .row .item{
	width: 30%;
	display: flex;
	flex-direction: column;
	cursor: pointer;
	margin-bottom: 100px;
}

#requisitos .content .row img{
	width: 100%;
	object-fit: contain;
	margin-right: 5%;
	margin-bottom: 50px;

}

#requisitos .content .row .item img{
	width: 50px;
	object-fit: contain;
}

.separador{
	width: 100%;
	margin: 0 auto;
	display: block;

}

#requisitos .content .row:nth-of-type(3){
	align-items: flex-end;
}

#requisitos .content .row:nth-of-type(2) .item {
	align-items: flex-start;
}

#requisitos .content .row:nth-of-type(2) .item .box{
	align-items: flex-start;
}

#requisitos .content .row .item .box{
	background: white;
	border-radius: 20px;
	box-sizing: border-box;
	padding: 15px 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	z-index: 2;
	border-bottom: none;
}

#requisitos .content .row .item .box div{
	display: flex;
	align-items: center;
}
#requisitos .content .row .item .box div img{
	height: 40px;
	margin-right: 20px;

}

#requisitos .content .row .item .box img{
	margin-bottom: 0;

}
#requisitos .content .row .item .box p{

	color: #64605F;
	padding-right: 20px;
	font-size: 17px;
	font-weight: 600;
	line-height: 20px;
	text-align: right;
}

#requisitos .content .row .item .box.active{
	border-radius: 20px 20px 0 0;
	border-bottom: solid 1px #606060;
}

#requisitos .content .row .item .info{

	height: 150px;
	box-sizing: border-box;
	padding: 30px;
	padding-top: 50px;
	border-radius: 20px;
	background-color: white;
	position: relative;
	top: -35px;
	color: #606060;
	font-weight: 400;
	font-size: 16px;
	z-index: 1;
	display: none;
}

#puestos {
	background-color: #f3462f;
	padding: 70px 0;
	border-radius: 50px 50px 0 0;
	top: -60px;
	position: relative;

}

#puestos .content{
	width: 85%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}


#puestos .content .row{
	width: 100%;
	margin: 0 auto;
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
}

#puestos .content .row::before{
	display: none;
}
#puestos .content .row::after{
	display: none;
}

#puestos .content .row .col{
	width: 43%;
	display: flex;
	flex-direction: column;
	position: relative;
	padding-bottom: 150px;
}

#puestos .content .row .col:nth-of-type(1){
width: 53%;
}

#puestos .content .row .col p{
	font-size: 18px;
	font-weight: 600;
	line-height: 20px;
	margin-top: 30px;
}

#puestos .content .row .col span{
	font-weight: 800;
	font-size: 20px;
}
#puestos .content .row .pago-mobile{
	display: none;
}


#puestos .content .row .col.pago p{
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
	margin-top: 30px;
}

#puestos .content img{
	width: 100%;
	margin: 100px 0;
}

#puestos .content .row .col img{
	width: 20px;
	margin: 40px 0;
}

#puestos .content .row .col hr{
	width: 100%;
	border: none;
	border-top: solid 1px white;
}
#puestos .content .row h2{
	text-align: left;
	color: white;
	font-size: 46px;
    font-weight: 700;
}

#puestos .content hr{
	width: 74%;
	align-self: flex-end;
	border-top: solid 1px #64605F;
	margin: 0;
}

#puestos .content .row img{
	width: 45%;
	margin: 0;

}
#puestos .content .row .col .box{
	background-color: white;
	border-radius: 30px;
	padding: 30px 30px 60px 30px;
	text-align: center;
	box-sizing: border-box;
}


#puestos .content .row .col .box .arrow{
	display: none;
}

#puestos .content .row .col .box hr{
	border: none;
	border-top: solid 1px rgba(100, 96, 95, 0.5);
	margin: 30px 0;
}

#puestos .content .row .col .box span{
	color: #64605F;
	font-weight: 500;
	width: 80%;
	margin: 0 auto;
	font-size: 16px;
}

#puestos .content .row .col .box h3{
	color: #f3462f;
	font-weight: 600;
	text-align: left;
	font-size: 40px;
}

#puestos .content .row .col .box h3 b{
	font-weight: 700;
}

#puestos .content .row .col .box h3 i{
	font-style: normal;
	font-size: 18px;
	font-weight: 500;
}

#puestos .content .row .col h4{
	font-weight: 600;
	font-size: 30px;
	border-bottom: solid 1px white;
	padding-bottom: 15px;
}

#puestos .content .row .col .btn{
	margin-top: 100px;
	background-color: #606060;
	color: white;
	font-weight: 600;
	width: 45%;
}

#puestos .content .row .col img{
	width: 45%;
	position: absolute;
	right: 0;
	bottom: 0;
}

#puestos img{
	width: 100%;
	margin-top: 100px;
}


#puestos img.mobile{
		display: none;
	}
	#puestos img.desktop{
		display: block;
	}



#arrow{
	background: url("../img/wt-alemania/arrow-bg.webp");
	background-size: cover;
	height: 150vh;
	padding-top: 15vh;
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: flex-start;
	top: -50px;
}
#arrow img{
	width: 100px;
	object-fit: contain;
	margin: 0 auto;
}

#pasos{
	background-color: #07443d;
	padding: 100px 0;
	position: relative;
	top: -300px;
	margin-bottom: -50px;
	border-radius: 50px 50px 0 0;
}

#pasos .content{
	width: 93%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}

#pasos .content h2{
	font-weight: 700;
	font-size: 46px;
	margin: 0 auto;
	margin-bottom: 30px;
	width: 95%;

}

#pasos .content .row{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
#pasos .content .row::before{
	display: none;
}
#pasos .content .row::after{
	display: none;
}

#pasos .content .row .box{
	width: 48%;
	color: white;
	display: flex;
	flex-direction: column;
	align-content: center;
	height: fit-content;
	margin-bottom: 35px;
}

#pasos .content .row .box.yel .title{
	background: #B5AB57;
}

#pasos .content .row .box.yel .info{
	background: #B5AB57;
}

#pasos .content .row .box .title{
	width: 100%;
	box-sizing: border-box;
	padding: 20px 35px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 0;
	align-items: center;
	background: #188985;
	border-radius: 45px;
	cursor: pointer;
	z-index: 2;
	position: relative;

}

#pasos .content .row .box .title h5{
	font-size: 30px;
	font-weight: 700;
	line-height: 28px;
}


#pasos .content .row .box .title img{
	width: 35px;
	object-fit: contain;
}

#pasos .content .row .box  hr{
	width: 100%;
	border: none;
	border-top: solid 1px white;
	z-index: 2;
	position: relative;
}

#pasos .content .row .box .info{
	width: 88%;
	font-size: 17px;
	font-weight: 600;
	margin: 0 auto;
	line-height: 22px;
	display: none;
	height: fit-content;
	background: #188985;
	width: 100%;
	border-radius: 0 0 45px 45px;
	box-sizing: border-box;
	padding: 20px 0;
	margin-top: 1px;
	padding-top: 20px;
	top: -40px;
	position: relative;
}

#pasos .content .row .box .info hr{
	width: 100%;
	border: none;
	border-top: solid 1px white;
}

#pasos .content .row .box .info p{
	width: 90%;
	margin: 0 auto;
}


#empleadores{
	padding-top: 60px;
	background-color: white;
	border-radius: 35px 35px 0 0;
	position: relative;
	top: -100px;
}

#empleadores .content{
	display: flex;
	justify-content: space-between;
	width: 90%;
	margin: 0 auto;
}



#inscripcion{
	background-color: #124e66;
	padding: 50px 0;
	top: -300px;
	position: relative;
	border-radius: 50px 50px 0 0;
	margin-bottom: -300px;
}


#inscripcion .box{
	background-color: white;
	width: 95%;
	padding: 50px 0;
	margin: 0 auto;
	border-radius: 50px;
	background-image: url("../img/japon/contacto.webp");
	background-size: contain;
	background-position: bottom;
	background-repeat: no-repeat;
}

#inscripcion h2{
	color: #606060;
	font-size: 48px;
	font-weight: 700;
	width: 87%;
	margin: 0 auto;
}

#inscripcion h3{
	width: 87%;
	color: #606060;
	margin: 0 auto;
	font-size: 16px;
	margin-top: 10px;
}

.form-container{
	width: 87%;
	margin: 0 auto;
	padding: 60px 0 300px 0;
}

.form-container #formulario{
	display: flex;
	flex-direction: column;
	width: 80%;
	
}


.form-container #formulario  .floating{
	display: none;
}

.form-container #formulario  .row{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 30px;
}
.form-container #formulario  .row.two{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	margin-bottom: 30px;
	gap: 12px;
}



.form-container #formulario  .row .input-container{
	display: flex;
	flex-direction: column;
	width: 32%;
	position: relative;
}

.form-container #formulario  .row .input-container.mensaje{
	display: flex;
	flex-direction: column;
	width: 32%;
	position: relative;
}

.form-container #formulario  .row .input-container .row{
	display: flex;
	justify-content: space-between;
	margin-bottom: 0;
	margin: 0 auto;
	width: 100%;
}

#inscripcion .contact-bottom{
	display: none;
}

#inscripcion .form-container .img-mobile{
	display: none;
}


.form-container #formulario  .row .input-container label{
	color: #606060;
	font-size: 11px;
	font-weight: 700;
	margin-left: 20px;
	margin-bottom: 10px;

}

.form-container #formulario  .row .input-container input{
	-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
   border: none;
   background-color: #f3462f;
   border-radius: 35px;
   font-size: 16px;
   color: white;
   font-weight: 500;
   padding: 15px 20px;
   box-sizing: border-box;
}

.form-container #formulario  .row .input-container.final{
	width: 66%;
}

.form-container #formulario  .row .input-container textarea{
	-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
   border: none;
   background-color: #f3462f;
   border-radius: 35px;
   font-size: 16px;
   color: white;
   font-weight: 500;
   padding: 15px 20px 1px 20px;
   box-sizing: border-box;
   resize: none;
   line-height: 17px;
}





.form-container #formulario  .row .input-container input:focus{
	background: #124e66;
	color: white;
}

.form-container #formulario  .row .input-container input:focus::placeholder{
	color: white;
}

.form-container #formulario  .row .input-container textarea:focus{
	background: #124e66;
	color: white;
}
.form-container #formulario  .row .input-container textarea:focus::placeholder{
	color: white;
}

.form-container #formulario  .row .input-container input::placeholder{
	font-style: italic;
	color: white;
	font-size: 14px;
	font-weight: 600;
}

.form-container #formulario  .row .input-container textarea::placeholder{
	font-style: italic;
	color: white;
	font-size: 14px;
	font-weight: 600;
}

.select2-search--dropdown{
	display: none!important;
}
.select2{
-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
   border: none;
   background: #f3462f;
   border-radius: 35px;
	font-size: 14px;
   color: white;
   font-weight: 500;
   padding: 10px 10px;
   box-sizing: border-box;
   font-weight: 600;
}

.select2 span{
	font-weight: 600!important;
}

.select2 .selection{
background: transparent;
color: white;
font-style: italic;
font-weight: 500;
}
.select2-container--default .select2-selection--single{
	background-color: transparent;
	border: none;
	color: white;
	font-weight: 500;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	color: white;
	  font-weight: 500;
	  font-size: 14px;
	  font-style: italic;
}

.select2-selection__rendered.not-italic{
font-style: normal!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
background: url("../img/wt-alemania/down.webp");
height: 35px;
width: 35px;
background-size: contain;
background-repeat: no-repeat;
top: 6px;
right: 7px;
content: '';
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
	display: none;
}

.select2-dropdown .select2-dropdown--above{
	background-color: #f3462f;
		
}

.select2-results__options::-webkit-scrollbar {
    display: none;
}



.select2-results{
	background-color: #f3462f;
	border-radius: 25px;


}

.select2-results__options{
	border-radius: 25px;
	border: none!important;
	padding: 15px;
	font-weight: 700;
}

.select2-container--default .select2-results__option--disabled{
	display: none;
}

.select2-container--open .select2-dropdown--above{
	border: none;
	background: transparent;
}

.select2-container--open .select2-dropdown--below{
	border: none;
	background: transparent;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable, .select2-container--default .select2-results__option--selected{
	background: transparent;
}

.form-container #formulario  .row.last .input-container.mensaje{
	width: 65%;
}

.form-container #formulario  .row.submit {
	align-items: flex-end;
	flex-direction: column;
}


form #submit{
	background: #f3462f;
	border: none;
	font-weight: 700;
	color: white;
	-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
   border-radius: 35px;
   font-size: 20px;
   color: white;
   font-weight: 700;
   height: 100%;
   text-align: center;
   padding: 15px 60px;
   width: 100%;
   box-sizing: border-box;
   cursor: pointer;
   transition: all 0.2s;
}

form .submit-container{
	width: 100%;
}

form #submit:hover{
	transform: scale(1.02);
}

form #loading{
	position: absolute;
	right: -30px;
	top: 38px;
	width: 20px;
	display: none;

}

form #submit:disabled:hover{
	transform: scale(1);
}

form #submit:disabled{
	background: #606060!important;
	border: solid 1px #606060;
}



#empleadores .content .col img{
	width: 100%;
}
#empleadores .content .col img:nth-of-type(2){
	width: 70%;
	margin-top: 60px;
}

#empleadores .content .col.col:nth-of-type(2){
	width: 60%;
	align-items: center;
}
#japon-thankyou{
	height: 100vh;
	width: 100vw;
	background: #124e66;
	display: flex;
	justify-content: center;
	align-items: center;
}

#japon-thankyou .box{
	width: 95%;
	border-radius: 45px;
	height: 90%;
	background: url("../img/japon/thankyou-bg.webp");
	background-size: cover;
	padding: 60px 0;
	box-sizing: border-box;
}

#japon-thankyou .box .content{
	width: 90%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin: 0 auto;
}

#japon-thankyou .box .content .row{
	display: flex;
	gap: 30px;
}

#japon-thankyou .box .content .row .col{
	display: flex;
	width: 40%;
	gap: 20px;
	flex-direction: column;
}

#japon-thankyou .box .content img{
	width:200px;
	margin-bottom: 40px;
}

#japon-thankyou .box .content span{
	font-size: 16px;
}

#japon-thankyou .box .content h1{
	font-size:52px;
	margin: 15px 0;
}

#japon-thankyou .box .content p.border{
	border-top: solid 1px white;
	border-bottom: solid 1px white;
	font-size: 16px;
	padding: 8px 0;
	margin-bottom: 60px;
}

#japon-thankyou .box .content p.border br{
	display: inline;
}

#japon-thankyou .box .content p{
	font-size: 16px;
}

#japon-thankyou .box .content a .btn{
	background: #f4462f;
	font-size: 18px;
	font-weight: 600;
	border-radius:20px;
	padding: 15px 35px ;
	margin-top: 10px;
	color: white;
	width: fit-content;
}

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

	header{
		display: flex;
		height: 90vh;
		padding-top: 3vh;
		padding-bottom: 5vh;
		box-sizing: border-box;
		background-image: url("../img/japon/header-bg-m.webp");
		border-radius: 35px 35px 0 0;
		margin-top: -60px;
	}

	header .content{
		width: 85%;
		justify-content: flex-end;
		height: 100%;
		padding-bottom: 0;

	}

	header .content img{
		width: 120px;
	}

	header .content .text img{
		width: 120px;
	}

	header .content h1{
		font-size: 36px;
		margin: 10px 0;
	}

	header .content h2{
		font-size: 22px;

	}
	header .content span{
		font-size: 12px;
	}

	header .content .menu{
		flex-wrap: wrap;
		margin-top: 20px;
		justify-content: center;
	}

	header .content .menu a.desktop{
		display: none;
	}
	header .content .menu a.mobile{
		display: inline;
	}

	header .content .menu a{
		width: 48%;
		justify-content:center;
		align-items: center;
		display: flex;
		font-size: 16px;
		margin: 0 1%;
		margin-bottom: 15px;
		padding: 7px 0;
	}

	#caracteristicas {
		padding: 50px 0 100px 0;
		height: fit-content;
	}

	#caracteristicas .box{
		top: 0;
		padding-bottom: 330px;
		height: fit-content;
		background-image: url("../img/japon/caracteristicas-mobile-bg.webp");
	}

	#caracteristicas .box .content{
		flex-direction: column;
	}

	#caracteristicas .box .content .intro{
		width: 100%;
	}

	#caracteristicas .box .content .intro h3{
		font-size: 32px;
		text-align: center;
	}

	#caracteristicas .box .content .intro p{
		font-size: 14px;
		font-weight: 500;
		text-align: center;
		margin: 0 auto;
		line-height: 16px;

	}

	#caracteristicas .box .content .ventajas{
		width: 100%;
		margin-top: 40px;
	}

	#caracteristicas .box .content .ventajas h4{
		text-align: center;
		font-size: 22px;
		line-height: 24px;
	}
	#caracteristicas .box .content .ventajas h4 br{
		display: inline;
	}

	#caracteristicas .box .content .ventajas .item {
		align-items: center;
	}

	#caracteristicas .box .content .ventajas .item .number{
		width: 25px;
		height: 25px;
		font-size: 14px;
		flex: 0 0 25px;
		background-color: #f3462f;
	}

	#caracteristicas .box .content .ventajas .item p{
		font-size: 14px;
		font-weight: 500;
	}

	#caracteristicas .box .content .ventajas .btn{
		display: none
	}

	#caracteristicas .box .content .btn{
		display: none;
	}

	#caracteristicas .btn{
		display: block;
		background-color: #606060;
		width: fit-content;
        margin: 0 auto;
        padding: 7px 25px;
        border-radius: 35px;
        margin-top: 30px;
        font-size: 18px;
	}

	#que-incluye{
		top: -50px;
	}

	#que-incluye .btn.mobile{
	display: block;
	margin: 0 auto;
	background-color: #606060;
	width: fit-content;
}

#que-incluye .content .btn.desktop{
	display: none;
}

	#que-incluye .content .mobile-flechas{
		display: block;
		height: 40px;
		margin-bottom: 50px;
	}

	#que-incluye .content .title h3{
		font-size: 32px;
	    text-align: center;
	    margin: 0 auto;
	}

	#que-incluye .content .title img{
		display: none;
	}

	#que-incluye .content .row.items{
		display: none;
	}
	#que-incluye .content .mobile-items{
		display: flex;
		width: 90%;
		flex-direction: column;
		margin-top: 0;
		margin-bottom: 30px;
	}

	#que-incluye .content .mobile-items .item{
		width:100%;
		flex-direction: row;
		justify-content: space-between;
		margin-bottom: 20px;
	}

	#que-incluye .content .mobile-items .item .img-container{
		width: 26%;
		height: auto;
		margin-bottom: 0;
	}

	#que-incluye .content .mobile-items .item .img-container img{
		width: 100%;
	}

	#que-incluye .content .mobile-items .item .info{
		display: flex;
		width: 70%;
		flex-direction: column;
	}

	#que-incluye .content .mobile-items .item .info .title{
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		border-bottom: solid 1px #606060;
		padding-bottom: 5px;
		height: fit-content;
		width: 100%;
		margin-bottom: 0;
	}

	#que-incluye .content .mobile-items .item .info .title img{
		display: block;
		width: 25px;
		object-fit: contain;
	}

	#que-incluye .content .mobile-items .item .info .title h5{
		margin-bottom: 0;
		font-size: 20px;
		text-align: left;
	}

	#que-incluye .content .mobile-items .item .info p{
		display: none;
		opacity: 1;
		text-align: left;
		margin-top: 10px;
	}

	#que-incluye .content .row{
		flex-direction: column;
		width: 90%;
	}

	#que-incluye .content .row a{
		width: fit-content;
	}

	#que-incluye .content .row:last-of-type{
		align-items: space-between!important;
	}

	#que-incluye .content .row .box{
		width: 100%;
		margin-bottom: 20px;
	}

	#que-incluye .content .row .box .title img{
		display: block;
		width: 30px;
	}

	#que-incluye .content .row .box .title h5{
		font-size: 24px;
	}

	#que-incluye .content .row .box .info{
		height: fit-content;
	}
	#que-incluye .content .row .btn{
		text-align: center;
		font-size: 18px;
		width: fit-content;
		margin: 0 auto;
	}

	#requisitos{
		padding-bottom: 50px;
	}

	#requisitos .content .requisitos-flotante{
		display: none;
	}

	#requisitos .content{
		width: 92%;
	}

	#requisitos .content h3{
	    font-weight: 800;
	    font-size: 34px;
	    margin: 0 auto;
	     margin-bottom: 50px;

	}

	#requisitos .content .container{
		flex-direction: column;
	}

	#requisitos .content .container img{
		display: none;
	}

	#requisitos .content .row .item img{
		display: none;
	}

	#requisitos .content .row {
		grid-template-columns: 1fr;
		gap: 30px;
		margin: 0;
	}

	#requisitos .content .row .item {
		width: 100%;
		margin-bottom: 30px;
	}
	#requisitos .content .row .item .box{
		margin-left: 0;
		text-align: left;
		width: 100%;
	}

	#requisitos .content .row .item .box img{
		order: 1;
		margin-left: 0;
		margin-right: 0;
		display: block;
		margin-bottom: 0;
	}
	#requisitos .content .row .item .box p{
		order: 3;
		padding-right: none;
		text-align: left;
	}

	#requisitos .content .row .item .info{
		height: fit-content;
	}

	.separador{
		content:url("../img/wt-alemania/banner-mobile.webp");
		top: -20px;
		width: 100%;
		position: relative;
	}

	#puestos{
		padding: 50px 0;
	}

	#puestos .content .row h2{
		text-align: center;
		font-size: 32px;
		margin: 0 auto;
	}

	#puestos .content .row:nth-of-type(2){
		align-items: center;
	}


	#puestos .content .row p{
		text-align: center;
		font-size: 16px;
	}

	#puestos .content hr{
		display: none;
	}

	#puestos .content img.bottom{
		margin-bottom: 40px;
	}

	#puestos .content .row{
		flex-direction: column;
	}

	#puestos .content .row .col{
		width: 100%;
		margin-bottom: 50px;
		padding-bottom: 0;
	}

	#puestos .content .row .col:nth-of-type(1){
		width: 100%;
	}

	#puestos .content .row .col span{
		text-align: center;
		margin: 0 auto;
	}

	#puestos .content  img{
		display: none;
	}

		#puestos .content .row .col br{
			display: none;
		}

	#puestos .content .row .col img{
		display: none;
	}

#puestos .content .row .col .box hr{
	display: block;
	width: 100%;
}

#puestos .content .row .col.pago{
display: none;
}


	#puestos .content .row .col .box{
		margin-bottom: 30px;
	}

	#puestos .content .row .col .box h3{
		font-size: 26px;
	}
	#puestos .content .row .col .box span{
		font-size: 17px;
	}

	#puestos .content .row .col .box p{
		font-size: 10px;
	}

	#puestos .content .row .col .box{
		border-radius: 25px;
		position: relative;
	}

	#puestos .content .row .col .box .arrow{
		position: absolute;
		right: 10px;
		top: 10px;
		display: block;
		width: 30px;
		object-fit: contain;
		transition: all 0.2s;
	}


	#puestos .col.mobile-show {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-top: 40px;
	}

	#puestos .col.mobile-show img{
		width: 90%;
		margin: 0 auto;
		margin-bottom: 80px;
	}

	#puestos .col.mobile-show .btn{
		background-color: #606060;
	}
	#puestos .content .row .col .box.open hr{
		display: block;
	}

	#puestos .content .row .col .box.open .arrow{
		transform: rotate(180deg);
	}


	#puestos .content .btn{
		display: none;
	}

	#puestos .content .row .col h4{
		font-size: 30px;
		text-align: center;
		margin: 0 auto;
		margin-top: 20px;
		width: 60%;

	}

	#puestos .content .row .col hr{
		width: 80%;
		margin: 15px auto;
	}

	#puestos .content .row .col p{
		font-size: 14px;
		line-height: 16px;
		text-align: center;
	}

	#puestos .content .btn.mobile{
		display: block;
		background-color: #606060;
		font-size: 16px;
		width: fit-content;
		margin: 0 auto;
	}

	#puestos .content .mobile-hide{
		display: none;
	}

	#puestos .content  .box-desp{
		width: 100%;
		
		color: white;
		display: flex;
		flex-direction: column;
		align-content: center;
		height: fit-content;
	}
	
	#puestos .content  .box-desp .title{
		width: 100%;
		box-sizing: border-box;
		padding: 20px 30px;
		display: flex;
		justify-content: space-between;
		margin-bottom: 0;
		background:white;
		border-radius: 45px;
		cursor: pointer;
		z-index: 2;
		position: relative;
		align-items: center;
	
	}
	
	#puestos .content  .box-desp .title h5{
		font-size: 22px;
		font-weight: 600;
		color: #616160;
	}
	
	
	#puestos .content  .box-desp .title img{
		width: 40px;
		object-fit: contain;
	}
	
	#puestos .content .box-desp  hr{
		width: 100%;
		border: none;
		border-top: solid 1px 616160;
		z-index: 2;
		position: relative;
	}
	
	#puestos .content  .box-desp .info{
		width: 88%;
		font-size: 17px;
		font-weight: 600;
		margin: 0 auto;
		line-height: 22px;
		height: fit-content;
		background:white;
		width: 100%;
		border-radius: 0 0 45px 45px;
		box-sizing: border-box;
		padding: 20px 0;
		margin-top: 1px;
		padding-top: 20px;
		top: -40px;
		position: relative;
	}
	
	#puestos .content  .box-desp .info hr{
		width: 100%;
		border: none;
		border-top: solid 1px #616160;
	}

	#puestos .content .row .pago-mobile{
		display: block;
		width: 100%;
	}
	#puestos .content .row .pago-mobile .title {
		display: flex;
		justify-content: space-between;
		width: 100%;
		background-color: white;
		color: #606060;
		align-items: center;
		padding: 10px 20px;
		border-radius: 30px;
		box-sizing: border-box;
		font-weight: 800;
		z-index: 2;
		position: relative;
	}

	#puestos .content .row .pago-mobile .title h4{

		color: #606060;

		font-weight: 800;
	}

	#puestos .content .row .col .box h3{
		text-align: center;
	}

	#puestos .content .row .pago-mobile .info{

		background-color: white;
		padding: 15px 0;
		box-sizing: border-box;
		padding-top: 35px;
		position: relative;
		border-radius: 0 0 30px 30px;
		top: -35px;
		display: none;

	}

	#puestos .content .row .pago-mobile .info hr{
		width: 100%;
		border: none;
		 border-top: solid 1px #606060;
		 margin-bottom: 20px;
		 display: block;
	}
	#puestos .content .row .pago-mobile .info .contnet{
		width: 85%;
		margin: 0 auto;
	}

	#puestos .content .row .pago-mobile .info p{
		color: #606060;
		font-size: 12px;
		text-align: left;
	}
	#puestos .content .row .pago-mobile .title img{
		display: block;
		width: 40px;
	}
	
	#puestos .content .box-desp .info p{
		width: 90%;
		margin: 0 auto;
		color: #616160;
	}

	#puestos img.mobile{
		display: block;
		width: 50%;
		margin: 0 auto;
		margin-top: 40px;
	}
	#puestos img.desktop{
		display: none;
	}

	#puestos .btn{
		background-color: #616160;
		margin: 0 auto;
		display: block;
		width: fit-content;
		margin: 40px auto;
	}

	#arrow{
		background: url("../img/wt-alemania/arrow-bg-m.webp");
		background-size: cover;
		height: 35vh;
		padding-top: 5vh;
	}
	#arrow img{
		width: 50px;
	}

	#pasos{
		border-radius: 35px 35px 0 0;
		top: -100px;
		position: relative;
	}

	#pasos h2{
		text-align: center;
		width: 100%;
	}

	#pasos .content{
		width: 90%;
	}

	#pasos .content .row{
		flex-direction: column;
		margin: 0;
	}

	#pasos .content .row .box:nth-of-type(even) .title{
		background-color: #B5AB57!important;
	}
	#pasos .content .row .box:nth-of-type(even) .info{
		background-color: #B5AB57!important;
	}

	#pasos .content .row .box.yel .title{
		background: #188985;
	}
	
	#pasos .content .row .box.yel .info{
		background: #188985;

	}

	#pasos .content .row .box .info{
		top: -24px;
				border-radius: 0 0 35px 35px;
	}
	

	#pasos .content .row .box{
		width: 100%;
	}

	#pasos .content .row .box .info p a{
		word-break: break-word; /* corta si la URL es muy larga */
			display: inline-block; /* asegura que respete padding/márgenes */
			max-width: 100%; /* que no se desborde */
			overflow-wrap: break-word;
	}

	#pasos .content .row .box .title{
		padding: 10px;
		padding-left: 20px;
	}

	#pasos .content .row .box .title h5{
		font-size: 16px;
	}

	#inscripcion{
		top: -100px;
		padding-top: 0;
		margin-bottom: -100px;
		background-color: white;
	}

#inscripcion .form-container .img-mobile{
	display: block;
	margin: 30px 0;
}



	#inscripcion .box{
		background-image: none;
	}

	#inscripcion h2{
		text-align: center;
		font-size: 32px;
	}
	#inscripcion h3{
		text-align: center;
		font-size: 16px;
		border-bottom: solid 1px #606060;
		border-top: solid 1px #606060;
		margin: 20px auto;
		padding: 5px 0;
	}


	#inscripcion h2 br{
		display: none;
	}

	.form-container{
		-webkit-user-drag: 100%;
		padding:  0;
		background-image: none;
		box-sizing: border-box;
	}

	.form-container #formulario{
		width: 100%;
		box-sizing: border-box;
	}

	.form-container #formulario  .floating{
		display: block;
		width: 125%;
        position: relative;
        left: -13%;
	}

	.form-container #formulario  .row .input-container{
		width: 100%;
		margin-bottom: 20px;
		box-sizing: border-box;
	}

	.form-container #formulario  .row .input-container .row{
		width: 100%;
		margin: 0 auto;
	}

	.form-container #formulario  .row .input-container textarea{
		height: 150px;
	}

	.form-container #formulario  .row .input-container.final{
		width: 100%;
	}

	form #submit{
		width: 100%;
	}


	.form-container #formulario  .row .input-container input::placeholder{
		font-size: 12px;
	}

	.form-container #formulario  .row.last{
		flex-direction: column;
	}

	.form-container #formulario  .row.last img{
		margin: 10px auto;
		display: block;
	}

	.form-container #formulario .row.last .col{
		width: 100%;
	}

	.g-recaptcha{
		position: relative;
		right: auto;
		top: auto;
	}

	.form-container #formulario  .row.last .input-container{
		width: 100%;
	}

	.form-container #formulario  .row {
		flex-wrap: wrap;
		margin-bottom: 0;
		box-sizing: border-box;
		width: 100%;
		margin: 0;
	}

	.form-container #formulario .row.last .input-container:nth-of-type(2){
		width: 100%;
	}

	.select2-container--default .select2-selection--single .select2-selection__arrow{
		height: 25px;
		width: 25px;
		top: 10px;
	}
	#japon-thankyou .box .content{
		align-items: center;
	}

	#japon-thankyou .box{
		background-size: cover;
		background-position: center;
		background-image: url("../img/japon/thankyou-bg-m.webp");
	}

	

	#japon-thankyou .box .content img{
		width: 150px;
		margin: 70px auto 90px auto;
	}
	#japon-thankyou .box .content span{
		font-size: 14px;
	}

	#japon-thankyou .box .content h1{
		font-size: 38px;
	}
	#japon-thankyou .box .content p{
		text-align: center;
		font-size: 14px;
	}

	#japon-thankyou .box .content p.border br{
		display: none;
	}

	#japon-thankyou .box .content .row{
	gap: 10px;
	flex-direction: column;
	}

	#japon-thankyou .box .content .row .col{
		width: 100%;
		gap: 10px;
		align-items: center;
	}



#japon-thankyou .box .content a .btn{
	padding: 10px;
	font-size: 14px;
}

}


