html {}
body {}
hr {}
h1, h2, h3, h4, h5, h6 {}
p {}
address {}
ol, ul, dl {}
ol ol, ul ul, ol ul, ul ol {}
small {}
a {}
a:hover {}
img {}
table {}
th {}
label {}
button {}
button:focus {}
input, button, select, optgroup, textarea {}
button, input {}
button, select {}
input[type="radio"], input[type="checkbox"] {}
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {}
textarea {}
fieldset {}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {}
h1, .h1 {}
h2, .h2 {}
h3, .h3 {}
h4, .h4 {}
h5, .h5 {}
h6, .h6 {}
hr {}
small, .small {}
.container {}
.title_logo {width: 70%;}
@media (min-width: 576px) {
	.container {}
}
@media (min-width: 768px) {
	.container {}
}
@media (min-width: 992px) {
	.container {}
}
@media (min-width: 1200px) {
	.container {}
}