.imgfluid {
	max-width: 100%;
	vertical-align: top;
	border: 0;
}

.astable {
	width: 100%;
	height: 100%;
	display: table;
}

.ascell {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.vertical-content:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 1px;
}

.transition {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.ellipsis {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*! end normalize.css v3.0.0 | MIT License | git.io/normalize */
h1,
h2,
h3,
h4,
h5,
h6,
.secondfont {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}

html,
body {
	width: 100%;
	height: 100%;
	background: #fff;
	color: #45160C;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}

.btn {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	padding: 15px 19px;
	color: #fff;
	font-weight: bold;
	border-radius: 40px;
	background: #516123;
}

.btn:hover {
	background: #323D0F;
}

.btn.btn-secondary {
	background: #C04B16;
}

.btn.btn-secondary:hover {
	background: #6E2B0D;
}

.btn.btn-gray {
	background: #ECECEC;
	color: #000;
}

.btn.btn-gray:hover {
	background: #E1E1E1;
}

.btn.btn-small {
	font-size: 13px;
}

a.verde {
	display: inline-block;
	text-decoration: none;
	color: #323D0F;
	font-weight: bold;
}

a.verde:hover {
	text-decoration: underline;
}

.full {
	width: 100%;
	position: relative;
	padding: 0 10px 0;
	text-align: center;
}

h1 {
	font-size: 30px;
	line-height: 1.1em;
	margin-top: 30px;
	letter-spacing: 5px;
}

h3 {
	font-size: 15px;
	line-height: 1.4em;
	text-align: center;
	margin: 4px 0;
}

.p {
	position: absolute;
	z-index: 10;
	text-align: center;
	bottom: 50px;
	left: 0;
	font-size: 12px;
	text-transform: uppercase;
	width: 100%;
}

.pl {
	position: absolute;
	z-index: 10;
	height: 40px;
	width: 1px;
	left: 50%;
	bottom: 0;
	background: #fff;
}

.data {
	margin: 120px auto 0;
	text-align: center;
	max-width: 640px;
}

.data .redes {
	font-size: 0;
	margin-top: 10px;
}

.data .redes a {
	margin: 4px 4px;
	font-size: 18px;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #F2A00E;
	color: #fff;
	border-radius: 30px;
}

.data .redes a:hover {
	background: #506124;
}

.ce {
	margin: 0 auto 0;
	text-align: center;
	max-width: 700px;
}

.ce .cinvitacion .invitacion {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}

.ce .cinvitacion .concurso {
	font-size: 40px;
	line-height: 40px;
	margin: 4px 0 10px;
	font-weight: bold;
}

.ce .cinvitacion .detalles {
	font-size: 13px;
}

.ce .eline {
	width: 100px;
	height: 2px;
	background: #F2A00E;
	display: inline-block;
}

.botones {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 820px;
	margin: 40px auto;
}

.botones.bsm {
	max-width: 660px;
}

.botones .btn {
	width: 360px;
	margin: 5px 15px;
}

.expo {
	font-size: 15px;
	line-height: 1.4em;
	margin-top: 40px;
}

@media screen and (max-width:540px) {
	.botones {
		display: block;
	}

	.botones .btn {
		width: 100%;
		margin: 7px 0;
	}

	.ce .cinvitacion .concurso {
		font-size: 34px;
		line-height: 1em;
	}

	.data {
		margin-top: 70px;
	}

	.logo {
		max-width: 300px;
	}
}

@media screen and (max-width:414px) {
	h1 {
		font-size: 26px;
		margin-top: 30px;
	}
}