* {
	margin: 0;
	padding: 0;
}


.vertical_center {
	min-height: 100vh;
	display: flex;
	align-items: center;
}

.areaTexto h1{
	float: left;
	margin-left: 10px;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
}

.text-center {
    text-align: center !important;
}


.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

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

img {
    vertical-align: middle;
    border-style: none;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-bold-legend {
    font-weight: 700 !important;
}

.mb-0, .my-0 {
    margin-bottom: 0 !important;
}

.mt-5, .my-5 {
    margin-top: 3rem !important;
    text-align: center;
}

.text-muted {
    color: #6c757d !important;
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important;
}

p {
    margin-top: 0;
}



h4 {

}

.display-1 {
    font-size: 6em;
    line-height: 1.2;
}

.link {
	text-decoration: none;
}

