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

.pagina1 {
	height:auto;
	min-height: 100vh;
}
.slider {
	display: flex;
	flex-direction: column;
	padding: 0px;
	align-items: stretch;
}
.slider .letra {
	font-size: 40vh;
	font-weight: bolder;
	padding-left: 5%;
	flex-grow: 1;
	text-shadow: 1px 1px 10px #555555;

}
.patrocinadores {
	display: flex;
	justify-content: space-around;
	margin: 40px 2%;
}
.patrocinadores div {
	height: 100px;
	display: flex;
	align-self: center;
	justify-content: center;
}
.patrocinadores div a{
	display: flex;
	align-items: center;
}
.patrocinadores img {
	max-width: 220px;
	max-height: 100%;
	object-fit: contain;
}
.terminosletra {
	line-height: 2;
    column-count: 3;
    padding: 40px 5%;
}
.terminosletra a, .terminosletra a:visited {
	text-decoration: none;
	color: #113146;
}
.terminosletra a:hover {
	text-decoration: underline;
	color: #000000;
}
.formulario .top .txt strong {
	font-size: 47px;
	line-height: 1.2;
}
.d-flex{
    display: flex;
}
.align-items-center{
    align-items: center;
}
.justify-content-between{
    justify-content: space-between;
}
.justify-content-center{
    justify-content: center;
}

