@charset "utf-8";
/* CSS Document */

/* Importar estilos de font-awesome */
@import url('font-awesome.min.css');

/* ------------- ÍNDICE --------------------- */

/*  1. Importaciones de fuentes
    2. Estilos Generales
    3. Menú
    4. Primera fila
    5. Segunda fila
    6. Tercera fila
    7. Cuarta fila
    8. Quinta fila
    9. Sexta fila
    10. Footer
    X. Responsive
      X.1 max-width:1700px
      X.2 max-width:1199px
      X.3 max-width:960px
      X.4 max-width:768px
      X.5 max-width:479px
      X.6 min-width:381px and max-width:478px
      X.7 min-width:321px and max-width:380px
      X.8 max-width:320px

*/

/* ------------------------------------------ */

/* 1. Importaciones de fuentes --------------------- */
@import
	url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700')
	;

@import
	url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i')
	;
/* ------------------------------------- */

/* 2. Estilos Generales --------------------- */
html {
	position: relative;
	min-height: 100%;
}

body {
	font-size: 16px;
	font-family: 'Oswald', sans-serif, Arial, sans-serif;
	background-color: #ffffff;
	font-weight: 300;
}

h1 {
	font-size: 2.5em;
	color: white;
}

p {
	font-size: 1em;
}

li {
	list-style: none;
	font-size: 1em;
}

.container-fluid2 {
	padding-right: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
}

nav {
	text-align: right;
}

.img-responsive {
	width: 100%;
	height: auto;
}

.img-logo {
	width: 100%;
}

.izquierda {
	text-align: left !important;
}
/* ------------------------------------- */

/* 3. Menú --------------------- */
.menu ul li {
	display: inline-block;
	float: none;
}

.menu li a {
	text-decoration: none;
	float: left;
	padding: 10px;
	font-family: "Open Sans";
	font-size: 12px;
	color: #000000;
	/*border-right: 1px #000000 solid;*/
}

/* ------------------------------------- */

/* 4. Primera fila --------------------- */
.cuadro1 {
	padding-top: 50px;
}

.mano-stop {
	width: 130%;
	margin-left: -20%;
}

.fondo-stop {
	background-image: url(../img/title-bg.png);
	background-size: 90%;
	background-repeat: no-repeat;
	background-position: 150% -25%;
	border-bottom: 1px solid #000000;
}

.text1-cuadro1 {
	font-size: 77px;
	font-weight: bold;
	color: #1c438e;
	text-align: right;
	margin-top: 100px;
	line-height: 50px;
	text-transform: uppercase;
}

.text2-cuadro1 {
	font-size: 42px;
}

.text3-cuadro1 {
	font-size: 21px;
	font-family: "Open Sans";
	text-align: right;
}

.juntos {
	text-transform: uppercase;
}

.text4-cuadro1 {
	margin-top: -10px;
}

.error {
	border-radius: 25px;
	background: #FFADAD;
	border: 2px solid #FF0000;
	padding: 10px;
	width: 50%;
	height: auto;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	float: none;
}

.error h1, .error h2, .error h3, .error h4, .error h5, .mensaje h,
	.mensaje h2, .mensaje h3, .mensaje h4, .mensaje h5 {
	margin-top: 10px;
}

.mensaje {
	border-radius: 25px;
	background: #78E387;
	border: 2px solid #0F871F;
	padding: 10px;
	width: 50%;
	height: auto;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	float: none;
}

/* ------------------------------------- */

/* 5. Segunda fila --------------------- */
.cuadro2 {
	display: block;
	padding-top: 50px;
	padding-bottom: 50px;
	height: 100%;
	background-color: #ebebeb;
}

.text1-cuadro2 {
	font-size: 31px;
	line-height: 31px;
	font-weight: lighter;
}

.text2-cuadro2 {
	font-size: 31px;
	line-height: 31px;
	font-weight: lighter;
	color: #1c438e;
}

.text3-cuadro2 {
	font-family: "Open Sans";
	font-weight: lighter;
}

.text4-cuadro2 {
	font-family: "Open Sans";
	color: #1c438e;
}

/* ------------------------------------- */

/* 6. Tercera fila --------------------- */
.cuadro3 {
	padding: 50px 100px 50px 100px;
	border-top: 1px solid #000000;
}

.text1-cuadro3 {
	font-family: "Open Sans";
	font-weight: lighter;
}

.text2-cuadro3 {
	font-family: "Oswald";
	font-size: 26px;
	font-weight: 400;
}

.azul {
	color: #1c438e;
}

/* ------------------------------------- */

/* 7. Cuarta fila --------------------- */
.fondo-stop2 {
	background-image: url(../img/title-bg2.png);
	background-size: 90%;
	background-repeat: no-repeat;
	background-position: 150% 26%;
}

.cuadro4 {
	padding: 50px 0 100px 0;
	height: 100%;
}

.espaciado {
	padding-bottom: 10px;
}

.telefono {
	text-decoration: none;
	color: black;
}

.telefono:hover {
	text-decoration: none;
	color: black;
}

.img-icon {
	
}

.space-t1c4 {
	padding-left: 0;
	padding-bottom: 30px;
}

.text1-cuadro4 {
	font-family: "Oswald";
	font-size: 44px;
	font-weight: 400;
	color: #a61d1d;;
}

.bottomline:after {
	content: " ";
	border-bottom-style: solid;
	border-bottom-width: 1px;
	display: table-cell;
	width: 680px;
	color: black;
}

/* -- Especial euskera ------*/
.bottomline_e:after {
	content: " ";
	border-bottom-style: solid;
	border-bottom-width: 1px;
	display: table-cell;
	width: 630px;
	color: black;
}

/* ---------------------- */
.space-t2c4 {
	padding-left: 0;
	padding-bottom: 30px;
}

.text2-cuadro4 {
	font-family: "Oswald";
	font-size: 44px;
	font-weight: 400;
	color: black;
}

.bottomline2:after {
	content: " ";
	border-bottom-style: solid;
	border-bottom-width: 1px;
	display: table-cell;
	width: 818px;
	color: black;
}

.space-t3c4 {
	padding-left: 0;
	padding-bottom: 30px;
}

.text3-cuadro4 {
	font-family: "Oswald";
	font-size: 44px;
	font-weight: 400;
	color: #a61d1d;;
}

.bottomline3:after {
	content: " ";
	border-bottom-style: solid;
	border-bottom-width: 1px;
	display: table-cell;
	width: 599px;
	color: black;
}

.enlace {
	color: #a61d1d;;
	text-decoration: none;
}

.enlace:hover {
	text-decoration: none;
	color: #a61d1d;;
}

.space-t4c4 {
	padding-left: 0;
	padding-bottom: 30px;
}

.text4-cuadro4 {
	font-family: "Oswald";
	font-size: 44px;
	font-weight: 400;
	color: black;
}

.bottomline4:after {
	content: " ";
	border-bottom-style: solid;
	border-bottom-width: 1px;
	display: table-cell;
	width: 523px;
	color: black;
}

.enlace2 {
	color: black;
	text-decoration: none;
}

.enlace2:hover {
	text-decoration: none;
	color: black;
}

.text5-cuadro4 {
	font-family: "Oswald";
	font-size: 44px;
	font-weight: 400;
	color: black;
}

.bottomline5:after {
	content: " ";
	border-bottom-style: solid;
	border-bottom-width: 1px;
	display: table-cell;
	width: 603px;
	color: black;
}

.img-alert {
	margin-top: -20px;
}

.logo-download {
	display: inline-block;
	position: relative;
	/* float: none; */
	margin: -6% 2%;
}

/* ------------------------------------- */

/* 8. Quinta fila --------------------- */
.cuadro5 {
	display: block;
	padding-top: 50px;
	padding-bottom: 50px;
	height: 100%;
	background-color: #ebebeb;
}

.confidencial {
	position: relative;
	margin-top: -9%;
	margin-left: -12%;
}

.img-confidencial {
	width: 285%;
}

.caja-formulario {
	margin-top: 0%;
	margin-left: 5%;
}

.hand-bk {
	position: relative;
	top: 0;
	margin-left: 77%;
	opacity: 0.15;
	margin-top: -9%;
}

.hand-size {
	width: 280%;
}

.cursiva {
	font-style: italic;
}

.separador {
	
}

.btn-bk {
	background-color: black;
	color: white;
	font-size: 24px;
	font-style: italic;
}

.btn-bk:hover {
	background-color: white;
	color: black;
	border: 1px black solid;
}

.adjunto {
	text-align: center;
}

.captcha {
	margin: 1em 0em;
}

/* ------------------------------------- */

/* 9. Sexta fila --------------------- */
.cuadro6 {
	padding: 50px 100px 50px 100px;
}

.text-cuadro6 {
	text-align: center;
}

.text1-cuadro6 {
	color: #1c438e;
	font-size: 44px;
	font-weight: 400;
}

.text2-cuadro6 {
	font-size: 26px;
}

.text2c-cuadro6 {
	font-weight: lighter;
}

.text2b-cuadro6 {
	font-weight: 400;
}

a {
	color: #4a6d94;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #666;
	opacity: 1; /* Firefox */
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #666;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #666;
}

::-ms-input-placeholder { /* Microsoft Edge */
	color: #666;
}

:-moz-placeholder { /* Firefox 18- */
	color: #666;
}

/* ------------------------------------- */

/* 11. Footer --------------------- */

/* footer{ */
/* 	padding-top: 44px; */
/* } */
footer {
	background-color: #ebebeb;
	padding-top: 0;
}

.stop {
	text-align: center;
}

.stop span {
	display: block;
}

.listaPie {
	margin: 31px 0 0 0;
	-webkit-padding-start: 0;
	text-align: center;
}

.listaPie li {
	padding: 0 10px 0 0;
	display: inline-block;
	display: inline-block;
}

.listaPie li:after {
	content: '|';
	color: #b1b1b1;
	font-size: 1.4rem;
	padding-left: 10px;
}

.listaPie li:last-child::after {
	content: ''
}

.text-footer {
	text-align: center;
}

.text1-footer {
	font-size: 54px;
	color: #a61d1d;;
	font-weight: bold;
	line-height: 50px;
}

.text2-footer {
	font-size: 30px;
	color: #a61d1d;;
	font-weight: bold;
}

.copyright {
	font-weight: lighter;
	text-align: center;
	background-color: #fff;
	padding: 20px;
	font-style: italic;
}

/* ------------------------------------- */

/* ESTILO DE VALIDACIONES */
.rojoError {
	border-color: rgb(224, 39, 0);
}

/* ------------------------------------- */

/* LABEL CAPTCHA */
.label1 {
	font-weight: bold;
	color: #333;
	margin-bottom: 0;
}

/* ------------------------------------- */

/* ocultar Olga Carreras*/
.oculto {
	position: absolute;
	top: -100px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	font-size: x-small;
}

.oculto:active, .oculto:focus {
	position: static;
	width: auto;
	height: auto;
	text-align: center;
	margin: 0 auto
}

/* ------------------------------------- */
ul {
	-webkit-padding-start: 0;
}

.cuadro1Enlaces .text1-cuadro1 {
	font-size: 7.5rem
}

.cuadro1Enlaces .text2-cuadro1 {
	font-size: 4.4rem;
}

.cuadro1Enlaces {
	border-bottom: 0;
	padding-bottom: 60px
}

.cuadro1Enlaces h1 span {
	display: block;
	padding: 0 0 12px 0;
}

.cuadro1Enlaces .titulo2 {
	font-size: 5rem;
	padding-bottom: 5px;
	text-transform: uppercase;
	color: #981414;
	border-bottom: 1px solid #000;
	margin-bottom: 21px;
}

.cuadro1Enlaces h1 {
	margin: 0;
}

.cuadro1Enlaces h3 {
	padding: 4px 8px 8px 8px;
	text-transform: uppercase;
	background-color: #f9f7f7;
	margin-bottom: 22px;
	margin-top: 35px
}

.cuadro1Enlaces p {
	font: lighter 1.5rem/2.8rem 'Open Sans', Arial, verdana, sans-serif;
	margin: 0 0 12px 10px;
}

.mapaWeb {
	font: lighter 1.8rem/3rem 'Open Sans', Arial, verdana, sans-serif;
	margin: 30px 0 50px 22px;
	-webkit-padding-start: 0;
}

h3+.mapaWeb {
	margin-top: 24px
}

.mapaWeb li {
	font-weight: bold;
	margin-bottom: 8px
}

/* Enlaces del FOOTER */

/* ------------------------------------- */

/* X. Media Querys --------------------- */

/* media querys -------------------------------------- */
@media screen and (max-height: 575px) {
	#rc-imageselect, .g-recaptcha {
		transform: scale(0.77);
		-webkit-transform: scale(0.77);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	}
}

/* X.1 max-width:1700px --------------------- */
@media ( max-width : 1700px) {
	.hand-bk {
		position: relative;
		top: 0;
		margin-left: 90%;
		opacity: 0.15;
		margin-top: -5%;
	}
	.hand-size {
		width: 400%;
		display: none;
	}
}

/* X.2 max-width:1199px --------------------- */
@media ( max-width : 1199px) {
	/* 3. Menú --------------------- */
	/* ------------------------------------- */
	/* 4. Primera fila --------------------- */
	.cuadro1 {
		padding-top: 50px;
	}
	.mano-stop {
		width: 159%;
	}
	.fondo-stop {
		background-image: url(../img/title-bg.png);
		background-size: 90%;
		background-repeat: no-repeat;
		background-position: 150% 258%;
		border-bottom: 1px solid #000000;
	}
	.text1-cuadro1 {
		font-size: 77px;
		font-weight: bold;
		color: #1c438e;
		text-align: right;
		margin-top: 100px;
		line-height: 50px;
		text-transform: uppercase;
	}
	.text2-cuadro1 {
		font-size: 42px;
	}
	.text3-cuadro1 {
		font-size: 21px;
		font-family: "Open Sans";
		text-align: right;
	}
	.juntos {
		text-transform: uppercase;
	}
	.text4-cuadro1 {
		margin-top: -10px;
	}

	/* ------------------------------------- */

	/* 5. Segunda fila --------------------- */
	.cuadro2 {
		display: block;
		padding-top: 50px;
		padding-bottom: 50px;
		height: 100%;
		background-color: #ebebeb;
	}
	.text1-cuadro2 {
		font-size: 31px;
		line-height: 31px;
		font-weight: lighter;
	}
	.text2-cuadro2 {
		font-size: 31px;
		line-height: 31px;
		font-weight: lighter;
		color: #1c438e;
	}
	.text3-cuadro2 {
		font-family: "Open Sans";
		font-weight: lighter;
	}
	.text4-cuadro2 {
		font-family: "Open Sans";
		color: #1c438e;
	}

	/* ------------------------------------- */

	/* 6. Tercera fila --------------------- */
	.cuadro3 {
		padding: 50px 100px 50px 100px;
		border-top: 1px solid #000000;
	}
	.text1-cuadro3 {
		font-family: "Open Sans";
		font-weight: lighter;
	}
	.text2-cuadro3 {
		font-family: "Oswald";
		font-size: 26px;
		font-weight: 400;
	}
	.azul {
		color: #1c438e;
	}

	/* ------------------------------------- */

	/* 7. Cuarta fila --------------------- */
	.fondo-stop2 {
		background-image: url(../img/title-bg2.png);
		background-size: 90%;
		background-repeat: no-repeat;
		background-position: 150% 50%;
	}
	.cuadro4 {
		padding: 50px 0 100px 0;
		height: 100%;
	}
	.espaciado {
		padding-bottom: 10px;
	}
	.telefono {
		text-decoration: none;
		color: black;
	}
	.telefono:hover {
		text-decoration: none;
		color: black;
	}
	.space-t1c4 {
		padding-left: 0;
		padding-bottom: 30px;
		margin-left: 10%;
		margin-top: -5%;
	}
	.text1-cuadro4 {
		font-family: "Oswald";
		font-size: 44px;
		font-weight: 400;
		color: #a61d1d;;
	}
	.bottomline:after {
		content: " ";
		border-bottom-style: solid;
		border-bottom-width: 1px;
		display: table-cell;
		width: 512px;
		color: black;
	}

	/* ------- Especial Euskera ----*/
	.bottomline_e:after {
		content: " ";
		border-bottom-style: solid;
		border-bottom-width: 1px;
		display: table-cell;
		width: 512px;
		color: black;
	}

	/* -------------------- */
	.space-t2c4 {
		padding-left: 0;
		padding-bottom: 30px;
		margin-left: 10%;
		margin-top: -5%;
	}
	.text2-cuadro4 {
		font-family: "Oswald";
		font-size: 44px;
		font-weight: 400;
		color: black;
	}
	.bottomline2:after {
		content: " ";
		border-bottom-style: solid;
		border-bottom-width: 1px;
		display: table-cell;
		width: 650px;
		color: black;
	}
	.space-t3c4 {
		padding-left: 0;
		padding-bottom: 30px;
		margin-left: 10%;
		margin-top: -5%;
	}
	.text3-cuadro4 {
		font-family: "Oswald";
		font-size: 44px;
		font-weight: 400;
		color: #a61d1d;;
	}
	.bottomline3:after {
		content: " ";
		border-bottom-style: solid;
		border-bottom-width: 1px;
		display: table-cell;
		width: 431px;
		color: black;
	}
	.enlace {
		color: #a61d1d;;
		text-decoration: none;
	}
	.enlace:hover {
		text-decoration: none;
		color: #a61d1d;;
	}
	.space-t4c4 {
		padding-left: 0;
		padding-bottom: 30px;
		margin-left: 10%;
		margin-top: -5%;
	}
	.text4-cuadro4 {
		font-family: "Oswald";
		font-size: 44px;
		font-weight: 400;
		color: black;
	}
	.bottomline4:after {
		content: " ";
		border-bottom-style: solid;
		border-bottom-width: 1px;
		display: table-cell;
		width: 355px;
		color: black;
	}
	.enlace2 {
		color: black;
		text-decoration: none;
	}
	.enlace2:hover {
		text-decoration: none;
		color: black;
	}
	.text5-cuadro4 {
		font-family: "Oswald";
		font-size: 44px;
		font-weight: 400;
		color: black;
	}
	.bottomline5:after {
		content: " ";
		border-bottom-style: solid;
		border-bottom-width: 1px;
		display: table-cell;
		width: 420px;
		color: black;
	}
	.img-alert {
		margin-top: -20px;
	}
	.logo-download {
		/* display: inline; */
		/* position: relative; */
		/* float: none; */
		float: left;
		/* clear: both; */
		clear: none;
		margin: -60px -4%;
	}
	.cuadro1Enlaces h1 {
		font-size: 5.6rem
	}
	.cuadro1Enlaces .titulo2 {
		font-size: 4rem
	}

	/* ------------------------------------- */

	/* 8. Quinta fila --------------------- */
	.cuadro5 {
		display: block;
		padding-top: 50px;
		padding-bottom: 50px;
		height: 100%;
		background-color: #ebebeb;
	}
	.confidencial {
		position: relative;
		margin-top: -9%;
		margin-left: -12%;
	}
	.img-confidencial {
		width: 285%;
	}
	.caja-formulario {
		margin-top: 0%;
		margin-left: 5%;
	}
	.hand-bk {
		position: relative;
		top: 0;
		margin-left: 75%;
		opacity: 0.15;
		margin-top: -5%;
	}
	.hand-size {
		width: 375%;
		display: none;
	}
	.cursiva {
		font-style: italic;
	}
	.separador {
		
	}
	.btn-bk {
		background-color: black;
		color: white;
		font-size: 24px;
		font-style: italic;
	}
	.btn-bk:hover {
		background-color: white;
		color: black;
		border: 1px black solid;
	}
	.adjunto {
		text-align: center;
	}
	.captcha {
		margin: 1em 0em;
	}
	/* ------------------------------------- */

	/* 8. Sexta fila --------------------- */
	.cuadro6 {
		padding: 50px 100px 50px 100px;
	}
	.text-cuadro6 {
		text-align: center;
	}
	.text1-cuadro6 {
		color: #1c438e;
		font-size: 44px;
		font-weight: 400;
	}
	.text2-cuadro6 {
		font-size: 26px;
	}
	.text2c-cuadro6 {
		font-weight: lighter;
	}
	.text2b-cuadro6 {
		font-weight: 400;
	}

	/* ------------------------------------- */

	/* 9. Footer --------------------- */
	.text-footer {
		text-align: center;
	}
	.text1-footer {
		font-size: 54px;
		color: #a61d1d;;
		font-weight: bold;
		line-height: 50px;
	}
	.text2-footer {
		font-size: 30px;
		color: #a61d1d;;
		font-weight: bold;
	}
	.copyright {
		font-weight: lighter;
	}
	/* ------------------------------------- */
}

@media ( min-width :992px) {
	.cuadro1Enlaces .titulo2 {
		margin-top: -30px
	}
}

/* X.3 max-width:991px --------------------- */
@media ( max-width : 991px) {
	/* ------------------------------------- */
	/* 3. Menú --------------------- */
	.img-logo {
		width: 40%;
		margin-left: 27%;
	}
	nav {
		text-align: center;
	}
	.nav {
		padding-left: 0;
		margin-bottom: 0;
		list-style: none;
		padding-left: 5%;
	}
	/* ------------------------------------- */

	/* 4. Primera fila --------------------- */
	.cuadro1 {
		padding-top: 0px;
	}
	.mano-stop {
		width: 65%;
		margin-left: 20%;
		border-bottom: 1px solid black;
	}
	.fondo-stop {
		background-image: none;
		border-bottom: 1px solid #000000;
	}
	.textos-cuadro1 {
		margin-top: -50px;
	}
	.text1-cuadro1 {
		text-align: center;
		margin-top: 100px;
	}
	.text2-cuadro1 {
		
	}
	.text3-cuadro1 {
		text-align: center;
		font-size: 20px;
	}
	.juntos {
		
	}
	.text4-cuadro1 {
		margin-top: -10px;
	}

	/* 5. Segunda fila --------------------- */

	/* ------------------------------------- */

	/* 6. Tercera fila --------------------- */
	.cuadro3 {
		padding: 50px 20px 20px 20px;
		border-top: 1px solid #000000;
	}

	/* ------------------------------------- */
	/* 7. Cuarta fila --------------------- */
	.fondo-stop2 {
		background-image: none;
	}
	.cuadro4 {
		padding: 20px 0 100px 0;
	}
	.espaciado {
		padding-bottom: 10px;
	}
	.img-icon {
		margin-left: 0;
		padding-bottom: 20px;
	}
	.space-t1c4 {
		padding-left: 14%;
		padding-bottom: 30px;
		margin-left: 0;
		margin-top: -8%;
	}
	.text1-cuadro4 {
		font-family: "Oswald";
		font-size: 40px;
		font-weight: 400;
		color: #a61d1d;;
	}
	.bottomline:after {
		content: " ";
		border-bottom-style: solid;
		border-bottom-width: 1px;
		display: table-cell;
		width: 301px;
		color: black;
	}

	/* -- Especial Euskera ------------------ */
	.bottomline_e:after {
		content: " ";
		border-bottom-style: solid;
		border-bottom-width: 1px;
		display: table-cell;
		width: 301px;
		color: black;
	}

	/* ---------------------- */
	.space-t2c4 {
		padding-left: 22%;
		padding-bottom: 30px;
		margin-left: -9%;
		margin-top: -10%;
	}
	.text2-cuadro4 {
		font-family: "Oswald";
		font-size: 44px;
		font-weight: 400;
		color: black;
	}
	.bottomline2:after {
		content: " ";
		border-bottom-style: solid;
		border-bottom-width: 1px;
		display: table-cell;
		width: 413px;
		color: black;
	}
	.space-t3c4 {
		padding-left: 13%;
		padding-bottom: 30px;
		margin-left: 0;
		margin-top: -8%;
	}
	.text3-cuadro4 {
		font-family: "Oswald";
		font-size: 36px;
		font-weight: 400;
		color: #a61d1d;;
	}
	.bottomline3:after {
		content: " ";
		border-bottom-style: solid;
		border-bottom-width: 1px;
		display: table-cell;
		width: 275px;
		color: black;
	}
	.enlace {
		color: #a61d1d;;
		text-decoration: none;
	}
	.enlace:hover {
		text-decoration: none;
		color: #a61d1d;;
	}
	.space-t4c4 {
		padding-left: 7%;
		padding-bottom: 30px;
		margin-left: 6%;
		margin-top: -8%;
	}
	.text4-cuadro4 {
		font-family: "Oswald";
		font-size: 36px;
		font-weight: 400;
		color: black;
	}
	.bottomline4:after {
		content: " ";
		border-bottom-style: solid;
		border-bottom-width: 1px;
		display: table-cell;
		width: 213px;
		color: black;
	}
	.enlace2 {
		color: black;
		text-decoration: none;
	}
	.enlace2:hover {
		text-decoration: none;
		color: black;
	}
	.text5-cuadro4 {
		font-family: "Oswald";
		font-size: 44px;
		font-weight: 400;
		color: black;
	}
	.bottomline5:after {
		display: none;
	}
	.img-alert {
		margin-top: -19%;
		margin-left: 17%;
		width: 70%;
		padding-bottom: 20px;
	}
	.logo-download {
		display: inline;
		position: relative;
		float: none;
		clear: both;
		margin: 0 -70%;
	}
	.cuadro1Enlaces h1 {
		margin-top: 55px
	}
	.cuadro1Enlaces .text1-cuadro1 {
		font-size: 5rem;
		line-height: 33px;
	}
	.cuadro1Enlaces .text2-cuadro1 {
		font-size: 3rem;
	}
	.cuadro1Enlaces .titulo2 {
		font-size: 2.7rem;
		padding-bottom: 4px;
		margin-top: 0
	}
	.cuadro1Enlaces h3 {
		font-size: 2rem
	}
	.mapaWeb {
		font: lighter 1.5rem/3rem 'Open Sans', Arial, verdana, sans-serif;
		margin-top: 20px;
	}
	.cuadro1Enlaces {
		padding-bottom: 40px
	}

	/* ------------------------------------- */

	/* 8. Quinta fila --------------------- */
	.cuadro5 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.confidencial {
		position: relative;
		top: -60px;
		left: -48%;
		margin-left: 80%;
	}
	.img-confidencial {
		width: 200%;
	}
	.caja-formulario {
		margin-top: -40px;
	}
	.hand-bk {
		position: relative;
		top: 0;
		margin-left: 31%;
		margin-top: 4%;
		opacity: 0.15;
	}
	.hand-size {
		width: 65%;
		display: none;
	}
	.btn-bk {
		font-size: 18px;
	}
	.adjunto {
		text-align: center;
	}
	.captcha {
		margin: 1em 0em;
	}

	/* ------------------------------------- */
}

.text-cuadro6 {
	text-align: center;
	margin-top: 0;
}

/* X.4 max-width:768px --------------------- */
@media ( max-width : 768px) {
	.listaPie {
		width: 70%;
		margin-right: auto;
		margin-left: auto;
	}

	/* ------------------------------------- */

	/* 3. Menú --------------------- */
	.img-logo {
		width: 40%;
		margin-left: 27%;
	}
	.nav {
		padding-left: 0;
		margin-bottom: 0;
		list-style: none;
		padding-left: 5%;
	}
	/* ------------------------------------- */

	/* 4. Primera fila --------------------- */
	.cuadro1 {
		padding-top: 0px;
	}
	.mano-stop {
		width: 65%;
		margin-left: 20%;
		border-bottom: 1px solid black;
	}
	.fondo-stop {
		background-image: none;
		border-bottom: 1px solid #000000;
	}
	.textos-cuadro1 {
		margin-top: -50px;
	}
	.text1-cuadro1 {
		text-align: center;
		margin-top: 100px;
	}
	.text2-cuadro1 {
		
	}
	.text3-cuadro1 {
		text-align: center;
		font-size: 20px;
	}
	.juntos {
		
	}
	.text4-cuadro1 {
		margin-top: -10px;
	}
	.error {
		width: 60%;
	}
	.mensaje {
		width: 60%;
	}

	/* 5. Segunda fila --------------------- */

	/* ------------------------------------- */

	/* 6. Tercera fila --------------------- */
	.cuadro3 {
		padding: 50px 20px 20px 20px;
		border-top: 1px solid #000000;
	}

	/* ------------------------------------- */
	/* 7. Cuarta fila --------------------- */
	.fondo-stop2 {
		background-image: none;
	}
	.cuadro4 {
		padding: 20px 0 100px 0;
	}
	.espaciado {
		padding-bottom: 10px;
	}
	.img-icon {
		margin-left: 5%;
		padding-bottom: 20px;
	}
	.space-t1c4 {
		padding-left: 14%;
		padding-bottom: 30px;
		margin-left: 4%;
		margin-top: -8%;
	}
	.text1-cuadro4 {
		font-family: "Oswald";
		font-size: 40px;
		font-weight: 400;
		color: #a61d1d;
	}
	.bottomline:after {
		content: " ";
		border-bottom-style: solid;
		border-bottom-width: 1px;
		display: table-cell;
		width: 265px;
		color: black;
	}

	/* -- Especial Euskera ------------------ */
	.bottomline_e:after {
		content: " ";
		border-bottom-style: solid;
		border-bottom-width: 1px;
		display: table-cell;
		width: 211px;
		color: black;
	}

	/* ---------------------- */
	.space-t2c4 {
		padding-left: 22%;
		padding-bottom: 30px;
		margin-left: -4%;
		margin-top: -10%;
	}
	.text2-cuadro4 {
		font-family: "Oswald";
		font-size: 44px;
		font-weight: 400;
		color: black;
	}
	.bottomline2:after {
		content: " ";
		border-bottom-style: solid;
		border-bottom-width: 1px;
		display: table-cell;
		width: 376px;
		color: black;
	}
	.space-t3c4 {
		padding-left: 13%;
		padding-bottom: 30px;
		margin-left: 5%;
		margin-top: -8%;
	}
	.text3-cuadro4 {
		font-family: "Oswald";
		font-size: 36px;
		font-weight: 400;
		color: #a61d1d;;
	}
	.bottomline3:after {
		content: " ";
		border-bottom-style: solid;
		border-bottom-width: 1px;
		display: table-cell;
		width: 237px;
		color: black;
	}
	.enlace {
		color: #a61d1d;;
		text-decoration: none;
	}
	.enlace:hover {
		text-decoration: none;
		color: #a61d1d;;
	}
	.space-t4c4 {
		padding-left: 7%;
		padding-bottom: 30px;
		margin-left: 11%;
		margin-top: -8%;
	}
	.text4-cuadro4 {
		font-family: "Oswald";
		font-size: 36px;
		font-weight: 400;
		color: black;
	}
	.bottomline4:after {
		content: " ";
		border-bottom-style: solid;
		border-bottom-width: 1px;
		display: table-cell;
		width: 175px;
		color: black;
	}
	.enlace2 {
		color: black;
		text-decoration: none;
	}
	.enlace2:hover {
		text-decoration: none;
		color: black;
	}
	.text5-cuadro4 {
		font-family: "Oswald";
		font-size: 44px;
		font-weight: 400;
		color: black;
	}
	.bottomline5:after {
		display: none;
	}
	.img-alert {
		margin-top: -19%;
		margin-left: 17%;
		width: 70%;
		padding-bottom: 20px;
	}
	.logo-download {
		float: none;
		margin: 0 -70%;
	}

	/* ------------------------------------- */

	/* 8. Quinta fila --------------------- */
	.cuadro5 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.confidencial {
		position: relative;
		top: -60px;
		left: -48%;
		margin-left: 80%;
	}
	.img-confidencial {
		width: 200%;
	}
	.caja-formulario {
		margin-top: -40px;
	}
	.hand-bk {
		position: relative;
		top: 0;
		margin-left: 31%;
		margin-top: 4%;
		opacity: 0.15;
	}
	.hand-size {
		width: 65%;
		display: none;
	}
	.btn-bk {
		font-size: 18px;
	}
	.adjunto {
		text-align: center;
	}
	.captcha {
		margin: 1em 0em;
	}

	/* ------------------------------------- */
}

.text-cuadro6 {
	text-align: center;
	margin-top: 0;
}

/* X.5 max-width:660px --------------------- */
@media ( max-width : 660px) {
	.listaPie {
		width: 95%;
	}
}

/* X.5 max-width:520px --------------------- */
@media ( max-width : 520px) {
	.listaPie {
		width: 99%;
	}
}

/* X.5 max-width:479px --------------------- */
@media ( max-width : 479px) {
	/* ------------------------------------- */
	/* 3. Menú --------------------- */
	.img-logo {
		width: 80%;
		margin-left: 10%;
	}

	/* ------------------------------------- */

	/* 4. Primera fila --------------------- */
	.cuadro1 {
		padding-top: 0px;
	}
	.mano-stop {
		width: 100%;
		margin-left: 0;
		border-bottom: 1px solid black;
	}
	.fondo-stop {
		background-image: none;
		border-bottom: 1px solid #000000;
	}
	.textos-cuadro1 {
		margin-top: -50px;
	}
	.text1-cuadro1 {
		text-align: center;
		margin-top: 100px;
	}
	.text2-cuadro1 {
		
	}
	.text3-cuadro1 {
		text-align: center;
		font-size: 20px;
	}
	.juntos {
		
	}
	.text4-cuadro1 {
		margin-top: -10px;
	}
	.error {
		width: 70%;
	}
	.mensaje {
		width: 70%;
	}

	/* ------------------------------------- */

	/* 5. Segunda fila --------------------- */

	/* ------------------------------------- */

	/* 6. Tercera fila --------------------- */
	.cuadro3 {
		padding: 50px 20px 20px 20px;
		border-top: 1px solid #000000;
	}

	/* ------------------------------------- */

	/* 7. Cuarta fila --------------------- */
	.fondo-stop2 {
		background-image: none;
	}
	.cuadro4 {
		padding: 20px 0 100px 0;
	}
	.espaciado {
		padding-bottom: 10px;
	}
	.img-icon {
		margin-left: 35%;
		padding-bottom: 20px;
	}
	.space-t1c4 {
		padding-left: 14%;
		padding-bottom: 30px;
		margin-left: 0;
		margin-top: 0;
	}
	.text1-cuadro4 {
		font-family: "Oswald";
		font-size: 40px;
		font-weight: 400;
		color: #a61d1d;;
	}
	.bottomline:after {
		display: none;
	}

	/* -- Especial Euskera ------------------ */
	.bottomline_e:after {
		display: none;
	}

	/* ---------------------- */
	.space-t2c4 {
		padding-left: 22%;
		padding-bottom: 30px;
		margin-left: 0;
		margin-top: 0;
	}
	.text2-cuadro4 {
		font-family: "Oswald";
		font-size: 44px;
		font-weight: 400;
		color: black;
	}
	.bottomline2:after {
		display: none;
	}
	.space-t3c4 {
		padding-left: 13%;
		padding-bottom: 30px;
		margin-left: 0;
		margin-top: 0;
	}
	.text3-cuadro4 {
		font-family: "Oswald";
		font-size: 36px;
		font-weight: 400;
		color: #a61d1d;;
	}
	.bottomline3:after {
		display: none;
	}
	.enlace {
		color: #a61d1d;;
		text-decoration: none;
	}
	.enlace:hover {
		text-decoration: none;
		color: #a61d1d;;
	}
	.space-t4c4 {
		padding-left: 7%;
		padding-bottom: 30px;
		margin-left: 0;
		margin-top: 0;
	}
	.text4-cuadro4 {
		font-family: "Oswald";
		font-size: 36px;
		font-weight: 400;
		color: black;
	}
	.bottomline4:after {
		display: none;
	}
	.enlace2 {
		color: black;
		text-decoration: none;
	}
	.enlace2:hover {
		text-decoration: none;
		color: black;
	}
	.text5-cuadro4 {
		font-family: "Oswald";
		font-size: 44px;
		font-weight: 400;
		color: black;
	}
	.bottomline5:after {
		display: none;
	}
	.img-alert {
		margin-top: 0px;
		margin-left: 10%;
		width: 75%;
		padding-bottom: 20px;
	}
	.logo-download {
		float: none;
		margin: 0 2%;
	}

	/* ------------------------------------- */

	/* 8. Quinta fila --------------------- */
	.cuadro5 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.confidencial {
		position: relative;
		top: -110px;
		left: -54%;
		margin-left: 80%;
	}
	.img-confidencial {
		width: 290%;
	}
	.caja-formulario {
		margin-top: -100px;
	}
	.hand-bk {
		position: relative;
		top: 0;
		margin-left: 21%;
		margin-top: -1%;
		opacity: 0.15;
	}
	.hand-size {
		width: 100%;
		display: none;
	}
	.btn-bk {
		font-size: 18px;
	}
	.adjunto {
		text-align: center;
	}
	.captcha {
		margin: 1em 0em;
	}

	/* ------------------------------------- */

	/* 8. Sexta fila --------------------- */
	.cuadro6 {
		padding: 0 0 45px 0;
		margin-top: -5%;
	}
	.text-cuadro6 {
		text-align: center;
		margin-top: 10%;
	}

	/* ------------------------------------- */

	/* 9. Footer --------------------- */

	/* ------------------------------------- */
}

/* X.6 max-width:479px --------------------- */
@media ( max-width : 478px) and ( min-width : 381px) {
	/* ------------------------------------- */
	/* 3. Menú --------------------- */
	.img-logo {
		width: 80%;
		margin-left: 10%;
	}

	/* ------------------------------------- */

	/* 4. Primera fila --------------------- */
	.cuadro1 {
		padding-top: 0px;
	}
	.mano-stop {
		width: 100%;
		margin-left: 0;
		border-bottom: 1px solid black;
	}
	.fondo-stop {
		background-image: none;
		border-bottom: 1px solid #000000;
	}
	.textos-cuadro1 {
		margin-top: -50px;
	}
	.text1-cuadro1 {
		text-align: center;
		margin-top: 100px;
	}
	.text2-cuadro1 {
		
	}
	.text3-cuadro1 {
		text-align: center;
		font-size: 20px;
	}
	.juntos {
		
	}
	.text4-cuadro1 {
		margin-top: -10px;
	}

	/* ------------------------------------- */

	/* 5. Segunda fila --------------------- */

	/* ------------------------------------- */

	/* 6. Tercera fila --------------------- */
	.cuadro3 {
		padding: 50px 20px 20px 20px;
		border-top: 1px solid #000000;
	}

	/* ------------------------------------- */

	/* 7. Cuarta fila --------------------- */
	.fondo-stop2 {
		background-image: none;
	}
	.cuadro4 {
		padding: 20px 0 100px 0;
	}
	.espaciado {
		padding-bottom: 10px;
	}
	.img-icon {
		margin-left: 35%;
		padding-bottom: 20px;
	}
	.space-t1c4 {
		padding-left: 14%;
		padding-bottom: 30px;
		margin-left: 0;
		margin-top: 0;
	}
	.text1-cuadro4 {
		font-family: "Oswald";
		font-size: 40px;
		font-weight: 400;
		color: #a61d1d;;
	}
	.bottomline:after {
		display: none;
	}

	/* -- Especial Euskera ------------------ */
	.text1-cuadro4 {
		font-family: "Oswald";
		font-size: 32px;
		font-weight: 400;
		color: #a61d1d;;
	}
	.bottomline_e:after {
		display: none;
	}

	/* ---------------------- */
	.space-t2c4 {
		padding-left: 22%;
		padding-bottom: 30px;
		margin-left: 0;
		margin-top: 0;
	}
	.text2-cuadro4 {
		font-family: "Oswald";
		font-size: 44px;
		font-weight: 400;
		color: black;
	}
	.bottomline2:after {
		display: none;
	}
	.space-t3c4 {
		padding-left: 13%;
		padding-bottom: 30px;
		margin-left: 0;
		margin-top: 0;
	}
	.text3-cuadro4 {
		font-family: "Oswald";
		font-size: 33px;
		font-weight: 400;
		color: #a61d1d;;
	}
	.bottomline3:after {
		display: none;
	}
	.enlace {
		color: #a61d1d;;
		text-decoration: none;
	}
	.enlace:hover {
		text-decoration: none;
		color: #a61d1d;;
	}
	.space-t4c4 {
		padding-left: 7%;
		padding-bottom: 30px;
		margin-left: 0;
		margin-top: 0;
	}
	.text4-cuadro4 {
		font-family: "Oswald";
		font-size: 31px;
		font-weight: 400;
		color: black;
	}
	.bottomline4:after {
		display: none;
	}
	.enlace2 {
		color: black;
		text-decoration: none;
	}
	.enlace2:hover {
		text-decoration: none;
		color: black;
	}
	.text5-cuadro4 {
		font-family: "Oswald";
		font-size: 44px;
		font-weight: 400;
		color: black;
	}
	.bottomline5:after {
		display: none;
	}
	.img-alert {
		margin-top: 0px;
		margin-left: 10%;
		width: 75%;
		padding-bottom: 20px;
	}
	.logo-download {
		float: none;
		margin: 0 2%;
	}

	/* ------------------------------------- */

	/* 8. Quinta fila --------------------- */
	.cuadro5 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.confidencial {
		position: relative;
		top: -110px;
		left: -54%;
		margin-left: 80%;
	}
	.img-confidencial {
		width: 290%;
	}
	.caja-formulario {
		margin-top: -100px;
	}
	.hand-bk {
		position: relative;
		top: 0;
		margin-left: 21%;
		margin-top: -1%;
		opacity: 0.15;
	}
	.hand-size {
		width: 100%;
		display: none;
	}
	.btn-bk {
		font-size: 18px;
	}
	.adjunto {
		text-align: center;
	}
	.captcha {
		margin: 1em 0em;
	}

	/* ------------------------------------- */

	/* 8. Sexta fila --------------------- */
	.cuadro6 {
		padding: 0 0 45px 0;
		margin-top: -5%;
	}
	.text-cuadro6 {
		text-align: center;
		margin-top: 10%;
	}

	/* ------------------------------------- */

	/* 9. Footer --------------------- */

	/* ------------------------------------- */
}

/* X.7  min-width:321px and max-width:380px --------------------- */
@media ( max-width : 380px) and ( min-width : 321px) {
	/* Captcha de google*/
	.g-recaptcha {
		transform: scale(0.81);
		-webkit-transform: scale(0.81);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	}

	/* ------------------------------------- */

	/* 3. Menú --------------------- */
	.img-logo {
		width: 80%;
		margin-left: 10%;
	}

	/* ------------------------------------- */

	/* 4. Primera fila --------------------- */
	.cuadro1 {
		padding-top: 0px;
	}
	.mano-stop {
		width: 100%;
		margin-left: 0;
		border-bottom: 1px solid black;
	}
	.fondo-stop {
		background-image: none;
		border-bottom: 1px solid #000000;
	}
	.textos-cuadro1 {
		margin-top: -50px;
	}
	.text1-cuadro1 {
		text-align: center;
		margin-top: 100px;
	}
	.text2-cuadro1 {
		
	}
	.text3-cuadro1 {
		text-align: center;
		font-size: 18px;
	}
	.juntos {
		
	}
	.text4-cuadro1 {
		margin-top: -10px;
	}

	/* ------------------------------------- */

	/* 5. Segunda fila --------------------- */

	/* ------------------------------------- */

	/* 6. Tercera fila --------------------- */
	.cuadro3 {
		padding: 50px 20px 20px 20px;
		border-top: 1px solid #000000;
	}

	/* ------------------------------------- */

	/* 7. Cuarta fila --------------------- */
	.fondo-stop2 {
		background-image: none;
	}
	.cuadro4 {
		padding: 20px 0 100px 0;
	}
	.espaciado {
		padding-bottom: 10px;
	}
	.img-icon {
		margin-left: 35%;
		padding-bottom: 20px;
	}
	.space-t1c4 {
		padding-left: 7%;
		padding-bottom: 30px;
		margin-left: 0;
		margin-top: 0;
	}
	.text1-cuadro4 {
		font-family: "Oswald";
		font-size: 40px;
		font-weight: 400;
		color: #a61d1d;
	}
	.bottomline:after {
		display: none;
	}

	/* -- Especial Euskera ------------------ */
	.bottomline_e:after {
		display: none;
	}

	/* ---------------------- */
	.space-t2c4 {
		padding-left: 17%;
		padding-bottom: 30px;
		margin-left: 0;
		margin-top: 0;
	}
	.text2-cuadro4 {
		font-family: "Oswald";
		font-size: 44px;
		font-weight: 400;
		color: black;
	}
	.bottomline2:after {
		display: none;
	}
	.space-t3c4 {
		padding-left: 12%;
		padding-bottom: 30px;
		margin-left: 0;
		margin-top: 0;
	}
	.text3-cuadro4 {
		font-family: "Oswald";
		font-size: 28px;
		font-weight: 400;
		color: #a61d1d;;
	}
	.bottomline3:after {
		display: none;
	}
	.enlace {
		color: #a61d1d;;
		text-decoration: none;
	}
	.enlace:hover {
		text-decoration: none;
		color: #a61d1d;;
	}
	.space-t4c4 {
		padding-left: 6%;
		padding-bottom: 30px;
		margin-left: 0;
		margin-top: 0;
	}
	.text4-cuadro4 {
		font-family: "Oswald";
		font-size: 28px;
		font-weight: 400;
		color: black;
	}
	.bottomline4:after {
		display: none;
	}
	.enlace2 {
		color: black;
		text-decoration: none;
	}
	.enlace2:hover {
		text-decoration: none;
		color: black;
	}
	.text5-cuadro4 {
		font-family: "Oswald";
		font-size: 44px;
		font-weight: 400;
		color: black;
	}
	.bottomline5:after {
		display: none;
	}
	.img-alert {
		margin-top: 0px;
		margin-left: 6%;
		width: 85%;
		padding-bottom: 20px;
	}
	.logo-download {
		float: none;
		margin: 0 -8%;
	}

	/* ------------------------------------- */

	/* 8. Quinta fila --------------------- */
	.cuadro5 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.confidencial {
		position: relative;
		top: -110px;
		left: -58%;
		margin-left: 80%;
	}
	.img-confidencial {
		width: 400%;
	}
	.caja-formulario {
		margin-top: -100px;
	}
	.hand-bk {
		position: relative;
		top: 0;
		margin-left: 21%;
		margin-top: -1%;
		opacity: 0.15;
	}
	.hand-size {
		width: 100%;
		display: none;
	}
	.btn-bk {
		font-size: 18px;
	}
	.adjunto {
		text-align: center;
	}
	.captcha {
		margin: 1em 0em;
	}

	/* ------------------------------------- */

	/* 8. Sexta fila --------------------- */
	.cuadro6 {
		padding: 0 0 45px 0;
		margin-top: -5%;
	}
	.text-cuadro6 {
		text-align: center;
		margin-top: 10%;
	}

	/* ------------------------------------- */

	/* 9. Footer --------------------- */

	/* ------------------------------------- */
}

/* X.8 max-width:320px --------------------- */
@media ( max-width : 320px) {
	/* Captcha de google*/
	.g-recaptcha {
		transform: scale(0.8);
		-webkit-transform: scale(0.8);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	}
	/* ------------------------------------- */

	/* 3. Menú --------------------- */
	.img-logo {
		width: 80%;
		margin-left: 10%;
	}

	/* ------------------------------------- */

	/* 4. Primera fila --------------------- */
	.cuadro1 {
		padding-top: 0px;
	}
	.mano-stop {
		width: 100%;
		margin-left: 0;
		border-bottom: 1px solid black;
	}
	.fondo-stop {
		background-image: none;
		border-bottom: 1px solid #000000;
	}
	.textos-cuadro1 {
		margin-top: -50px;
	}
	.text1-cuadro1 {
		text-align: center;
		margin-top: 100px;
	}
	.text2-cuadro1 {
		font-size: 45%;
	}
	.text3-cuadro1 {
		text-align: center;
		font-size: 18px;
	}
	.juntos {
		
	}
	.text4-cuadro1 {
		margin-top: -10px;
	}

	/* ------------------------------------- */

	/* 6. Tercera fila --------------------- */
	.cuadro3 {
		padding: 50px 20px 20px 20px;
		border-top: 1px solid #000000;
	}

	/* ------------------------------------- */

	/* 7. Cuarta fila --------------------- */
	.fondo-stop2 {
		background-image: none;
	}
	.cuadro4 {
		padding: 20px 0 100px 0;
	}
	.espaciado {
		padding-bottom: 10px;
	}
	.img-icon {
		margin-left: 35%;
		padding-bottom: 20px;
	}
	.space-t1c4 {
		padding-left: 7%;
		padding-bottom: 30px;
		margin-left: 0;
		margin-top: 0;
	}
	.text1-cuadro4 {
		font-family: "Oswald";
		font-size: 34px;
		font-weight: 400;
		color: #a61d1d;;
	}
	.bottomline:after {
		display: none;
	}

	/* -- Especial euskera ------*/
	.text1-cuadro4_e {
		font-family: "Oswald";
		font-size: 29px;
		font-weight: 400;
		color: #a61d1d;;
	}
	.bottomline_e:after {
		display: none;
	}

	/* ---------------------- */
	.space-t2c4 {
		padding-left: 17%;
		padding-bottom: 30px;
		margin-left: 0;
		margin-top: 0;
	}
	.text2-cuadro4 {
		font-family: "Oswald";
		font-size: 44px;
		font-weight: 400;
		color: black;
	}
	.bottomline2:after {
		display: none;
	}
	.space-t3c4 {
		padding-left: 12%;
		padding-bottom: 30px;
		margin-left: 0;
		margin-top: 0;
	}
	.text3-cuadro4 {
		font-family: "Oswald";
		font-size: 28px;
		font-weight: 400;
		color: #a61d1d;;
	}
	.bottomline3:after {
		display: none;
	}
	.enlace {
		color: #a61d1d;;
		text-decoration: none;
		font-size: 26px;
	}
	.enlace:hover {
		text-decoration: none;
		color: #a61d1d;;
	}
	.space-t4c4 {
		padding-left: 6%;
		padding-bottom: 30px;
		margin-left: 0;
		margin-top: 0;
	}
	.text4-cuadro4 {
		font-family: "Oswald";
		font-size: 28px;
		font-weight: 400;
		color: black;
	}
	.bottomline4:after {
		display: none;
	}
	.enlace2 {
		color: black;
		text-decoration: none;
		font-size: 24px;
	}
	.enlace2:hover {
		text-decoration: none;
		color: black;
	}
	.text5-cuadro4 {
		font-family: "Oswald";
		font-size: 44px;
		font-weight: 400;
		color: black;
	}
	.bottomline5:after {
		display: none;
	}
	.img-alert {
		margin-top: 0px;
		margin-left: 6%;
		width: 85%;
		padding-bottom: 20px;
	}
	.logo-download {
		position: relative;
		float: none;
		margin-left: -15px;
		top: 6px;
		left: 64px;
	}
	.img-store {
		padding-bottom: 5px;
	}

	/* ------------------------------------- */

	/* 8. Quinta fila --------------------- */
	.cuadro5 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.confidencial {
		position: relative;
		top: -110px;
		left: -58%;
		margin-left: 80%;
	}
	.img-confidencial {
		width: 400%;
	}
	.caja-formulario {
		margin-top: -100px;
	}
	.hand-bk {
		position: relative;
		top: 0;
		margin-left: 21%;
		margin-top: -1%;
		opacity: 0.15;
	}
	.hand-size {
		width: 100%;
		display: none;
	}
	.btn-bk {
		font-size: 15px;
	}
	.adjunto {
		text-align: center;
	}
	.captcha {
		margin: 1em 0em;
	}

	/* ------------------------------------- */

	/* 8. Sexta fila --------------------- */
	.cuadro6 {
		padding: 0 0 45px 0;
		margin-top: -5%;
	}
	.text-cuadro6 {
		text-align: center;
		margin-top: 10%;
	}

	/* ------------------------------------- */

	/* 9. Captcha --------------------- */

	/* ------------------------------------- */
}