@charset "UTF-8";

@font-face {
    font-family:"Gotham";
    src:url("Gotham-Bold.woff") format("woff");
    font-style:normal;font-weight:bold;
}

@font-face {
    font-family:"Gotham";
    src:url("Gotham-Book.woff") format("woff");
    font-style:normal;font-weight:normal;
}

.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;
}

.FullColumn
{
	width: 100%;
	position: relative;
}

.ColumnTitulo
{
	position: relative;
	vertical-align: middle;
	display: inline-block;
	width: 50%;
	box-sizing: border-box;
	padding: 0px 80px;
	text-align: left;
}



.Logos
{
	position: relative;
	margin-bottom: 40px;
}

.Logos img
{
	width: 100%;
	max-width: 600px;
}

h1
{
	font-size: 25px;
	font-weight: bold;
	color: #333;
	max-width: 700px;
}

.BotonRegistro
{
	display: inline-block;
	padding: 10px;
	background-color: rgba(181, 142, 92, 1.000);
	color: white;
	font-size: 15px;
	font-weight: bold;
	margin-top: 20px;
	transition: all 0.5s;
}

.BotonRegistro:hover
{
	background-color: #5d492fff;
}

.ColumnMainImage
{
	width: 50%;
	height: 500px;
	background-size: cover;
	background-position: center center;
	background-image: url(../design/main.jpg);
	display: inline-block;
	vertical-align: middle;
}

.AestethicGuinda
{
	display: inline-block;
	width: 15%;
	background-color: rgba(159, 29, 70, 1.000);
	height: 100px;
}

.AestethicBeige
{
	display: inline-block;
	width: 85%;
	background-color: rgba(212, 191, 154, 1.000);
	height: 100px;
}

.HalfColumnImage
{
	width: 40%;
	height: 440px;
	background-size: cover;
	background-position: center center;
	background-image: url(../design/antecedentes.jpg);
	display: inline-block;
	vertical-align: middle;
}

.HalfColumnAntecedentes
{
	width: 60%;
	height: 440px;
	background-color: rgba(24, 91, 79, 1.000);
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.CentererAntecedentes
{
	position: absolute;
	left: 5%;
	top: 50%;
	transform: translateY(-50%);
	width: 90%;
	color: white;
	font-size: 12px;
	color: rgba(255,255,255,0.9);
	line-height: 1.7em;
	font-weight: normal;
}

h2
{
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: bold;
}

.TituloSeccion
{
	text-align: center;
	font-size: 20px;
	margin-bottom: 90px;
	font-weight: bold;
	color: #444;
}

.Divider
{
	height: 100px;
}

.SquareColumn
{
	position: relative;
	display: inline-block;
	width: 33.3333333%;
	background-size: cover;
	background-position: center center;
	height: 400px;
	vertical-align: top;
	box-sizing: border-box;
	padding: 40px;
	text-align: left;
}

.TitleSquare
{
	font-size: 20px;
	color: white;
	line-height: 1.3em;
	font-weight: bold;
}

.Flecha
{
	position: absolute;
	right: 30px;
	bottom: 30px;
	background-color: white;
	color: #666;
	font-size: 20px;
	padding: 10px 15px;
}

.GreenAesthetic
{
	width: 100%;
	height: 100px;
	background-color: rgba(24, 91, 79, 1.000);
}

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

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

.LogosFooter img
{
	width: 500px;
}

.InputColumn
{
	width: 400px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.ButtonColumn
{
	vertical-align: top;
	display: inline-block;
}

.ButtonColumn button
{
	background-color: rgba(181, 142, 92, 1.000);
	color: white;
	padding: 32px 0px;
	text-align: center;
	width: 100px;
	border: none;
	box-sizing: border-box;
}

.InputColumn input
{
	width: 100%;
	border: none;
	background-color: rgba(232, 230, 229, 1.000);
	padding: 5px 10px;
	color: #555;
	font-size: 11px;
	outline: none;
	box-sizing: border-box;
}


footer
{
	margin-bottom: 50px;
	margin-bottom: 50px;
}

.GreenCursos
{
	background-color: rgba(24, 91, 79, 1.000);
	text-align: center;
	padding-bottom: 40px;
	margin-bottom: 150px;
}

.CursoContainer
{
	width: 300px;
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
	margin-top: -40px;
	margin-bottom: 60px;
}

.ImagenCurso
{
	width: 100%;
	background-color: #222;
	height: 170px;
	background-size: cover;
	background-position: center center;
}

.ImagenMaterial
{
	width: 100%;
	background-color: #222;
	height: 270px;
	background-size: cover;
	background-position: center center;
}

.ContenedorInfoCurso
{
	width: 100%;
	background-color: white;
	box-sizing: border-box;
	padding: 30px;
	color: #333;
	font-size: 20px;
	text-align: left;
	height: 220px;
}

.Modulo
{
	font-size: 10px;
	color: #999;
}

.TituloModulo
{
	font-size: 17px;
	font-weight: bold;
}

.BotonSaberMas
{
	display: inline-block;
	padding:  10px;
	background-color: rgba(159, 29, 70, 1.000);
	color: white;
	font-weight: bold;
	font-size: 10px;
	margin-top: 10px;
}

.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: 800px;
	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: 6px 10px;
	background-color: #EEE;
	margin-bottom: 8px;
	color: #333;
	font-size: 12px;
	box-sizing: border-box;
}

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

.Archivo img
{
	display: inline-block;
	width: 20px;
	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: 800px) 
{
	.ColumnTitulo
	{
		width: 100%;
		text-align: center;
		padding: 100px 80px;
	}

	.Logos img
	{
		width: 100%;
		max-width: 1000px;
	}


	.ColumnMainImage
	{
		width: 100%;
		height: 300px;
	}

	.HalfColumnImage
	{
		width: 100%;
		height: 200px;
	}

	.HalfColumnAntecedentes
	{
		width: 100%;
		text-align: center;
		height: auto;
	}

	.CentererAntecedentes
	{
		position: relative;
		text-align: center;
		left: auto;
		top: auto;
		transform: none;
		width: 80%;
		font-size: 13px;
		display: inline-block;
		padding: 40px 0px;
	}

	.SquareColumn
	{
		
		width: 50%;
		height: 400px;
	}

	.ColumnContacto
	{
		width: 100%;
		text-align: center;
	}

	.LogosFooter
	{
		width: 100%;
	}

	.LogosFooter img
	{
		width: 100%;
	}

}

.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 .pam
{
	width: 50%;
	font-size: 14px;
	color: #777;
	padding: 6px;
	text-align: center;
	box-sizing: border-box;
	border-radius: 3px;
	margin-bottom: 30px;
	border: 1px solid #999;
}



.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: 5px 5px;
	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: 100px;
}


@media screen and (max-width: 1000px) 
{
		
	.ContenedorEncuesta
	{
		font-size: 14px;
		padding: 50px 20px;
	}

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


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

	.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: "Gotham", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	margin:0px;
	color:#333;
	font-size:0px;
}

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;
}