@charset "utf-8";
/* custom 2024 */
/* Mobile Layout: 480px and below.
/*** fonts ***/
.roboto-condensed-bsu {
	font-family: "Roboto Condensed", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
.roboto-thin {
	font-family: "Roboto", sans-serif;
	font-weight: 100;
	font-style: normal;
}
.roboto-light {
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	font-style: normal;
}
.roboto-regular {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.roboto-medium {
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.roboto-bold {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.roboto-black {
	font-family: "Roboto", sans-serif;
	font-weight: 900;
	font-style: normal;
}
.roboto-thin-italic {
	font-family: "Roboto", sans-serif;
	font-weight: 100;
	font-style: italic;
}
.roboto-light-italic {
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	font-style: italic;
}
.roboto-regular-italic {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-style: italic;
}
.roboto-medium-italic {
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-style: italic;
}
.roboto-bold-italic {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-style: italic;
}
.roboto-black-italic {
	font-family: "Roboto", sans-serif;
	font-weight: 900;
	font-style: italic;
}
@font-face {
	font-family: 'Caviar-Dreams';
	src: url('../../webfonts/Caviar-Dreams.ttf.woff') format('woff'), url('../../webfonts/Caviar-Dreams.ttf.svg#Caviar-Dreams') format('svg'), url('../../webfonts/Caviar-Dreams.ttf.eot'), url('../../webfonts/Caviar-Dreams.ttf.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}
.flex-container {
	/*width: 80%;
	margin: 0 auto;*/
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: normal;
	align-items: center;
	align-content: normal;
}
.flex-items {
	/*width: 50%;
	display: block;*/
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: auto;
	align-self: auto;/*order: 0;*/
}
.logo {
	display: block;
	width: 60%;
	margin: 1em auto !important;
}
#titulo h1,
#titulo h2 {
	text-align: center !important;
}
#titulo a:link,
#titulo a:visited {
	color: #888888;
	-webkit-transition: all 0.7s ease-in-out !important;
	-o-transition: all 0.7s ease-in-out !important;
	transition: all 0.7s ease-in-out !important;
}
#titulo a:hover {
	color: #888888;
	text-decoration: underline;
	-webkit-transition: all 0.7s ease-in-out !important;
	-o-transition: all 0.7s ease-in-out !important;
	transition: all 0.7s ease-in-out !important;
}


/* Mobile Layout: 480px and below Landscape. */
@media only screen and (min-width: 480px) and (orientation: landscape) {
}

/* Tablet Layout: 481px to 567px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 481px) {
}

/* Landscape Layout: 568px to 768px. Inherits styles from: Previous Layout. */
@media only screen and (min-width: 568px) {
}
/* Landscape Layout: 568px to 768px. Landscape */
@media only screen and (min-width: 568px) and (orientation: landscape) {
}

/* Desktop Layout: 768px to a max of 1110px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 768px) {
}
 @media only screen and (max-width: 769px) {
}

/* iPhone X */
@media only screen and (min-width: 812px) and (orientation: landscape) {
.logo {
	display: inline-block;
	width: 90%;
	float: right;
	margin: 1em 0 !important;
}
}

/* Tablet Layout: 1024 to 768px. Inherits styles from: Mobile Layout and Tablet Layout. Landscape */
@media only screen and (min-width: 1024px) and (orientation: landscape) {
.logo {
	width: 70%;
}
}

/* Desktop Layout: 1110px onwards Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 1366px) {
}

/* Mac Book Air: 1440 to 990px. Landscape */
@media only screen and (min-width: 1440px) and (orientation: landscape) {
.logo {
	width: 50%;
}
}
