@charset "UTF-8";

.HeroHeader
{
	position: relative;
	width: 100vw;
	height: 80vh;
	background-size: cover;
	overflow: hidden;
	background-image: url(../design/fondo.jpg);
	background-attachment: fixed;
	
}

.HeroHeader video
{
	position: absolute;
	left: 0px;
	top: 0px;
	min-height: 100%;
	min-width: 100%;
}

.LogosContainer
{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 20px;
	border-left: 15px solid rgba(85, 34, 48, 1.000);
	border-right: 15px solid rgba(85, 34, 48, 1.000);
	background-color: rgba(255,255,255,1);
	padding: 20px 20px 20px 50px;
	
}

.LogosContainer img
{
	height: 60px;
	margin-right: 20px;
}

.ContenedorDerechoHeader
{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 50%;
	text-align: center;
}

.HeroText
{
	font-size: 35px;
	color: white;
	text-align: center;
	box-sizing: border-box;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	font-weight: bold;
}

.PlecaContestar
{
	position: relative;
	display: inline-block;
	margin-top: 30px;
	background-color: white;
	padding: 10px 30px 10px 30px;
	border-right: 20px solid rgba(85, 34, 48, 1.000);
	border-left: 20px solid rgba(85, 34, 48, 1.000);
	color: #666;
	font-size: 16px;
	text-align: right;
	font-weight: bold;
	transition: all 0.5s;
}

.RecuadroUK
{
	width: 80%;
	max-width: 1200px;
	text-align: center;
	margin: 0px auto 60px auto;
	box-sizing: border-box;
	padding: 30px;
	background-color: #EEE;
	border-radius: 4px;
	color: #666;
	font-size: 15px;
	line-height: 1.8em;
	
}

@media screen and (max-width: 800px) 
{
	.LogosContainer
	{
		position: absolute;
		left: 0px;
		top: 20px;
		width: 100%;
		text-align: center;
	}

	.LogosContainer img
	{
		width: 80%;
		height: auto;
		margin-right: 20px;
	}

	.ContenedorDerechoHeader
	{
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		width: 80%;
	}

	.HeroText
	{
		font-size: 30px;
		color: white;
		text-align: center;
		box-sizing: border-box;
		padding-right: 0px;
		font-weight: bold;
		text-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	}

	.PlecaContestar
	{
		position: relative;
		margin-top: 30px;
		width: 100%;
		background-color: white;
		box-sizing: border-box;
		padding: 10px;
		border-left: 20px solid #A7A7A7;
		border-right: 20px solid #A7A7A7;
		color: #666;
		font-size: 16px;
		text-align: center;
		font-weight: bold;
		transition: all 0.5s;
	}
}

.Golden
{
	font-weight: bold;
}


.GoldenText
{
	color: #710E13;

}


.CentererGeneral
{
	text-align: center;
}

.Explanation
{
	width: 80%;
	max-width: 1200px;
	text-align: center;
	font-size: 14px;
	line-height: 2em;
	color: #777;
	margin: 90px auto 90px auto;
}

.ContenedorCuadros
{
	width: 80%;
	max-width: 1200px;
	text-align: center;
	margin: 0px auto 60px auto;
}

.ContenedorCuadro
{
	position: relative;
	display: inline-block;
	width: 30%;
	box-sizing: border-box;
	margin-right: 3%;
	vertical-align: top;
}

.Cuadro
{
	position: relative;
	width: 100%;
	background-color: #333;
	background-size:cover; 

}

.Cuadro:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.GoldenSquare
{
	position: absolute;
	right: -15px;
	bottom: -15px;
	padding: 20px;
	font-size: 20px;
	color: white;
	background-color: #222;
	transition: all 0.5s;
}

.BotonRecuadroUK
{
	position: relative;
	display: inline-block;
	margin-top: 40px;
	padding: 10px 30px;
	background-color: rgba(113, 14, 19, 1.00);
	border-left: 10px solid #B53E30;
	border-right: 10px solid #B53E30;
	font-size: 15px;
	color: rgba(255,255,255,0.95);
	font-weight: bold;
}

.TextoCuadros
{
	margin-top: 30px;
	font-size: 40px;
	font-weight: bold;
	color: #666;
	height: 240px;
	text-align: left;
}

.GraySection
{
	position: relative;
	margin-top: 40px;
	margin-bottom: 40px;
	width: 100%;
	background-color: rgba(113, 14, 19, 1.00);
	padding: 150px 0px;
	text-align: center;
}

.MiddleHero
{
	width: 600px;
	vertical-align: middle;
	display: inline-block;
	text-align: left;
	font-size: 60px;
	color: white;
	margin-right: 50px;
}

.MiddleHeroButton
{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	background-color: rgba(199, 194, 178, 1.000);
	color: #333;
	font-size: 25px;
	padding: 10px 80px 10px 20px;
}

.ButtonArrow
{
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	font-size: 30px;
	columns: #333;
	background-color: rgba(144, 42, 65, 1.000);
	box-sizing: border-box;
	color: white;
	padding: 10px 20px 0px 20px;
}

.GoldenLight
{
	color: white;
	font-weight: lighter;
}

.WhiteSection
{
	width: 80%;
	max-width: 1200px;
	text-align: center;
	margin: 120px auto 60px auto;
}

.TitleSection
{
	display: inline-block;
	width: 40%;
	font-size: 50px;
	color: rgba(85, 34, 48, 1.000);
	text-align: right;
	vertical-align: middle;
	font-weight: bold;
}

.SquareSection
{
	width: 60%;
	display: inline-block;
	box-sizing: border-box;
	padding-left: 50px;
	text-align: left;
	vertical-align: middle;
}

.Square
{
	width: 200px;
	display: inline-block;
	margin-right: 20px;
	background-size: cover;
	text-align: center;
	font-size: 20px;
	color: white;
	padding: 180px 30px;
}

.Footer
{
	position: relative;
	width: 100%;
	background-color: #383838;
	box-sizing: border-box;
	padding: 30px 30px 0px 30px;
}

.FooterLeft
{
	width: 500px;
}

.TituloFooter
{
	font-size: 28px;
	color: #7B868C;
}

.ExplainerFooter
{
	font-size: 11px;
	font-style: italic;
	color: #7B868C;
}

.Footer input
{
	outline: 8px solid rgba(255,255,255,0.3);
	width: 40%;
	margin-top: 30px;
	margin-right: 5%;
	display: inline-block;
	font-size: 15px;
	padding: 5px;
}

.Footer textarea
{
	outline: 8px solid rgba(255,255,255,0.3);
	width: 88%;
	margin-top: 30px;
	margin-right: 5%;
	display: inline-block;
	font-size: 15px;
	padding: 5px;
}

.Footer button
{
	margin-top: 40px;
	background-color: transparent;
	padding: 5px 30px;
	color: white;
	font-size: 13px;
	color: white;
	border: 1px solid white;
	margin-bottom: 30px
}

.FooterRight
{
	position: absolute;
	right: 0px;
	top: 30%;
	padding: 10px;
	text-align: center;
	background-color: rgba(255,255,255,1);
	border-bottom: 8px solid #A7A7A7;
}

.FooterRight img
{
	width: 500px;
	margin-bottom: 30px;
}

.FooterOfTheFooter
{
	padding: 30px;
}

.HalfText
{
	display: inline-block;
	width: 50%;
	font-size: 11px;
	color: #999;
}

@media screen and (max-width: 800px) 
{
	.Explanation
	{
		width: 80%;
		max-width: 1200px;
		text-align: center;
		font-size: 12px;
		line-height: 2em;
		color: #777;
		margin: 90px auto 90px auto;
	}

	

	.ContenedorCuadro
	{
		position: relative;
		display: inline-block;
		width: 100%;
		box-sizing: border-box;
		margin-right: 0%;
		vertical-align: top;
	}

	

	.TextoCuadros
	{
		margin-top: 30px;
		font-size: 30px;
		font-weight: bold;
		color: #091C34;
		height: auto;
		margin-bottom: 50px;
		text-align: left;
	}

	

	.MiddleHero
	{
		width: 100%;
		vertical-align: middle;
		display: inline-block;
		text-align: center;
		font-size: 30px;
		color: white;
		margin-right: 0px;
	}

	.MiddleHeroButton
	{
		position: relative;
		display: inline-block;
		vertical-align: middle;
		background-color: #CB975C;
		color: #333;
		font-size: 20px;
		padding: 10px 80px 10px 20px;
		margin-top: 30px;
	}

	.ButtonArrow
	{
		position: absolute;
		right: 0px;
		top: 0px;
		height: 100%;
		font-size: 20px;
		columns: #333;
		background-color: #F7C286;
		box-sizing: border-box;
		padding: 10px 20px 0px 20px;
	}

	

	.TitleSection
	{
		display: inline-block;
		width: 100%;
		font-size: 30px;
		color: #091C34;
		text-align: center;
		vertical-align: middle;
		font-weight: bold;
		margin-bottom: 40px;
	}

	.SquareSection
	{
		width: 100%;
		display: inline-block;
		box-sizing: border-box;
		padding-left: 0px;
		text-align: left;
		vertical-align: middle;
	}

	.Square
	{
		width: 100%;
		display: inline-block;
		margin-right: 0px;
		background-size: cover;
		text-align: center;
		font-size: 20px;
		color: white;
		box-sizing: border-box;
		padding: 150px 30px;
		margin-bottom: 30px;
	}

	.Footer
	{
		position: relative;
		width: 100%;
		background-color: #383838;
		box-sizing: border-box;
		padding: 30px 30px 0px 30px;
	}

	.FooterLeft
	{
		width: 100%;
	}

	.TituloFooter
	{
		font-size: 20px;
		color: #7B868C;
	}

	.ExplainerFooter
	{
		font-size: 11px;
		font-style: italic;
		color: #7B868C;
	}

	.Footer input
	{
		outline: 8px solid rgba(255,255,255,0.3);
		width: 40%;
		margin-top: 30px;
		margin-right: 5%;
		display: inline-block;
		font-size: 15px;
		padding: 5px;
	}

	.Footer textarea
	{
		outline: 8px solid rgba(255,255,255,0.3);
		width: 88%;
		margin-top: 30px;
		margin-right: 5%;
		display: inline-block;
		font-size: 15px;
		padding: 5px;
	}

	.Footer button
	{
		margin-top: 40px;
		background-color: transparent;
		padding: 5px 30px;
		color: white;
		font-size: 13px;
		color: white;
		border: 1px solid white;
		margin-bottom: 30px
	}

	.FooterRight
	{
		position: relative;
		right: auto;
		bottom: auto;
		padding: 10px;
		text-align: center;
		background-color: rgba(255,255,255,0.8);
		border-bottom: 8px solid #A7A7A7;
	}

	.FooterRight img
	{
		width: 60%;
		margin-bottom: 30px;
		margin-top: 30px;
	}

	.FooterOfTheFooter
	{
		padding: 30px;
	}

	.HalfText
	{
		display: inline-block;
		width: 50%;
		font-size: 11px;
		color: #999;
	}
}

.preloader
{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: white;
}

.preloader video
{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 150px;
}


.ContenedorEncuesta
{
	position: relative;
	background-color: white;
	width: 100%;
	font-size: 16px;
	color: #777;
	line-height: 1.5em;
	box-sizing: border-box;
	padding: 50px 300px;
	text-align: center;
}

.BotonSiguiente
{
	margin-top: 50px;
}

.Opcion, .OpcionMS, .Opcion3M
{
	position: relative;
	border-top: 1px solid #DDD;
	padding: 15px 10px;
	text-align: center;
	box-sizing: border-box;
	transition: all 0.5s;
	cursor: pointer;
}

.CoverEncuesta
{
	position: fixed;
	background-color: rgba(0,0,0,0.9);
	width: 100vw;
	height: 100vh;
	left: 0px;
	top: 0px;
	display: none;
}

.Recuadro
{
	display: none;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background-color: white;
	border-radius: 10px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	padding: 30px;
}

.NumeroSelect
{
	display: inline-block;
	margin-right: 20px;
	margin-left: 20px;
	padding: 20px;
	font-size: 30px;
	font-weight: bold;
	color: #555;
	border-radius: 10px;
	border: 1px solid #555;
}

bold
{
	font-weight: bold;
}

.ContenedorEncuesta textarea
{
	width: 100%;
	font-size: 16px;
	color: #777;
	padding: 10px;
	box-sizing: border-box;
}

.ContenedorEncuesta b
{
	display: block;
	font-size: 20px;
	margin-bottom: 20px;
}

.ContenedorEncuesta button[type="submit"]
{
	padding: 10px 50px;
	font-size: 16px;
	font-weight: bold;
	outline: none;
	border: 1px solid #444;
	color: #444;
	border-radius: 5px;
	background-color: transparent;
	cursor: pointer;
}

.ContenedorEncuesta button[type="submit"]:hover
{
	border-color:rgba(98, 215, 194, 1.000);
}

.ContenedorFormulario
{
	position: relative;
	box-sizing: border-box;
	display: inline-block;
	width: 48%;
	padding: 0px 20px;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 30px;
	vertical-align: middle;
	text-align: center;
	font-size: 0px;
}

.TituloFormulario
{
	font-size: 30px;
	color: white;
	margin-bottom: 20px;
}

.ContactoInput
{
	display: inline-block;
	width: 42%;
	margin-right: 4%;
	font-size: 13px;
	color: #888;
	padding: 8px 8px;
	outline: none;
	border: none;
	box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.3); 
	border-radius: 5px;
}

select
{
	padding: 10px 30px;
	width: 200px;
	height: 50px;
}

.ContactoInputTextarea
{
	width: 91%;
	margin-right: 4%;
	font-size: 13px;
	color: #888;
	padding: 8px 8px;
	outline: none;
	border: none;
	box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.3); 
	border-radius: 5px;
	margin-top: 30px;
}

.BotonContacto
{
	padding: 5px 50px;
	font-size: 16px;
	font-weight: bold;
	outline: none;
	border: 1px solid white;
	color: white;
	border-radius: 5px;
	background-color: transparent;
	cursor: pointer;
	margin-top: 20px;
	box-shadow: 0px 0px 0px white;
}

.BotonContacto:hover
{
	box-shadow: 0px 0px 8px rgba(255,255,255,0.8);
}

.UKAviso
{
	position: relative;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	padding: 40px 40px 0px 40px;
	font-size: 12px;
	color: #999;
	font-style: italic;
}

.Volver
{
	display: block;
	margin-top: 40px;
	font-size: 14px;
	color: #777;
	text-decoration: underline;
}

.NumeroPregunta
{
	position: relative;
	display: inline-block;
	padding: 5px 15px;
	border-radius: 50px;
	background-color: #666;
	color: white;
	margin-bottom: 30px;
	font-weight: bold;
}


.Header
{
	position: fixed;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	box-sizing: border-box;
	padding: 15px 0px;
	background-color: white;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	border-radius: 40px;
	min-width: 900px;
	text-align: center;
}


.Header img
{
	position: relative;
	display: inline-block;
	margin-right: 40px;
	vertical-align: middle;
	height: 50px;
}

.CoverFull
{
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100vw;
	height: 100vh;
	background: rgba(255,255,255,0.6);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.ContenedorArchivos
{
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 600px;
	padding:30px;
	background-color: white;
	border-radius: 10px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	box-sizing: border-box;
}

.TituloContenedorArchivos
{
	font-size: 20px;
	color: #666;
	font-weight: bold;
}

.Archivo
{
	width: 100%;
	padding: 10px 10px;
	background-color: #EEE;
	margin-bottom: 10px;
	color: #333;
	font-size: 14px;
	box-sizing: border-box;
}

.NombreArchivo
{
	font-weight: bold;
	display: inline-block;
	width: 90%;
	vertical-align: middle;
}

.Archivo img
{
	display: inline-block;
	width: 6%;
	vertical-align: middle;
}

.BotonCerrar
{
	padding: 10px 30px;
	border-radius: 20px;
	color: white;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	width: 30%;
	display: inline-block;
	background: #DEB26B;
}

@media screen and (max-width: 1000px) 
{
	
	.ContenedorArchivos
	{
		display: none;
		position: fixed;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		width: 90%;
		padding:30px;
		background-color: white;
		border-radius: 10px;
		box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
		box-sizing: border-box;
	}

	.NombreArchivo
	{
		font-size: 12px;
	}
	
	.ContenedorEncuesta
	{
		font-size: 14px;
		padding: 50px 20px;
	}

	.ContenedorEncuesta b
	{
		display: block;
		font-size: 16px;
		margin-bottom: 20px;
	}

	.Recuadro
	{
		padding: 10px;
		text-align: center;
	}

	.NumeroSelect
	{
		margin-bottom: 20px;
		padding: 10px 20px;
	}


	.Titulesco
	{
		
		font-size: 30px;
		
		width: 80%;
		
	}

	.Titulova
	{
		font-size: 30px;
		line-height: 1.3em;
	}

	.Third
	{
		width: 100%;
	}

	

	.Footer img
	{
		margin-right: 5px;
		margin-left: 5px;
	}

	.Header img
	{
		position: relative;
		display: inline-block;
		margin-right: 40px;
		vertical-align: middle;
		height: 30px;
	}


}

html
{
	height:100%;
	width: 100%;
}

body
{
	height:100%;
	width: 100%;
	border:0px;
	font-family: Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	margin:0px;
	color:#333;
	font-size:0px;
	background-color: #DEDEDE;
}

div
{
	margin:0px;
	border:0;
}

p
{
	padding:0px 0px 0px 0px;
	margin:0px;
	border:0px;
}

td
{
	padding:0px 0px 0px 0px;
	border-spacing:0px;
}

table
{
	width:100%;
	padding:0px 0px 0px 0px;
	border-spacing:0px;
}

img
{
	border-style:none;
	border-width:0px;
	border:0;
	margin:0px;	
}

a
{
	font-family:inherit;
	color:inherit;
	text-decoration:none;
	border-style:none;
	border:none;
}

a:hover
{
	font-family:inherit;
	color:inherit;
	text-decoration:none;
}