@import url(https://fonts.googleapis.com/css?family=Questrial);

body {
	margin: 0 auto;
	height: 100%;
	width: 100%;
	-webkit-animation: fadein .5s;
	-moz-animation: fadein .5s;
	-ms-animation: fadein .5s;
	-o-animation: fadein .5s;
	animation: fadein .5s;
}

#no-fluid { margin: 0; }

#logo { margin: 40px 0; }
.img-logo { height: 180px; width: 180px; }
.orange { background: #F38D2B; position: fixed;z-index: 999;width: 100%;}
#menu {  height: 5px; }

#slider-space {
	/* margin: 15px 0; */
}

.welc-text {
	font-family: Questrial;
	padding: 50px 0;
	line-height: 30px;
	font-size: 18px;
	margin-bottom: 0 !important;
}

.welc-text > p {
	font-family: Questrial;
	margin: 35px 0;
}

.welc-text > p:first-child {
	font-family: Questrial;
	margin: 0;
}

.header {
	background-image: url(../images/header-back.png);
	background-position: right;
}
.one { /* height: 300px !important; */ }

.active-menu { color: #F38D2B !important; }
.home:hover { border-bottom: 2px solid #F38D2B; }

#fixed { position: fixed; z-index: 999;}
#margin { margin-top: 100%; z-index: -1; }
.slider-asset { height: 300px; overflow: hidden; }
#header-title { font-family: Questrial; color: white; font-size: 50px; margin-bottom: 0;}
#header-sub { font-family: Questrial; color: white; font-size: 22px;}

#foto-home { width: 250px; float: right;margin: 30px 0 7px 0;box-shadow: 0px 0px 1px black;/* border: 2px solid #F38D2B; */}
figcaption { font-family: Questrial; font-size: 15px; text-align: right; }

@keyframes toupper {
	from { margin-top: 5px; }
	to { margin-top: 0px; }
}

@keyframes quote-fade {
	0% { opacity: 0; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}


@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.header-quote {
	margin: 86px 0;
	box-shadow: 0px 1px 1px 1px #F9E8ED;
	font-family: Questrial;
	animation: quote-fade 1s;
}

blockquote {
  background: #FFF5F8;
  border-left: 10px solid #F38D2B;
  margin: 1.5em 10px;
  padding: 1.5em;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}
footer {
	font-size: 14px;
	/* padding: 10px 0 0 0; */
}

.no-dots {
	list-style-type: none;
}

.card-p { font-family: Questrial; }
.boxes { padding: 50px 0; background-color: #FFF5F8;border-top: 1px solid #D8D8D8; }
.foot { padding: 20px 0 50px 0; background-color: white;border-top: 1px solid #D8D8D8; }

#footer-one { font-family: Questrial; font-size: 14px; }
#footer-two { font-family: Questrial; font-size: 14px; text-align: right; margin-bottom: 0;}

#footer-one a { color: #222; }