@font-face {
	font-family: Biko;
	src:url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/4273/biko-black.woff");
}

header { 
	width: 100%;
	margin: 0 auto;
	position: relative;
	max-width: 1200px;
}
header video { width: 100%; }
svg { 
	width: 100%;
	position:absolute;
	top: 0;
	left: 0; 
	height: 100%;
}
svg text {
	font-family: Biko, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 38px;
}
svg rect {
	fill: white;
}
svg > rect {
	-webkit-mask: url(#mask);
	mask: url(#mask);
}

#mc_embed_signup {
    background: #024a6d;
    clear: left;
    border: 1px solid #3e8295;
    font: 14px Helvetica,Arial,sans-serif;
    padding: 1rem;
    padding-right: 2rem;
}
#mc_embed_signup .mc-field-group input {
	display: block;
	width: 100%;
	height: 55px;
	padding: 8px 0;
	text-indent: 2%;
}
#mc_embed_signup .asterisk {
	color: #e85c41;
	font-size: 100%;
	font-weight: normal;
	position: relative;
	top: 4px;
}
#mc_embed_signup .size1of2 {
	clear: none;
	float: left;
	display: inline-block;
	width: 46%;
	margin-right: 0%;
}
#mc_embed_signup .mc-field-group label {
	color: white;
	display: block;
	font-size: 1.3rem;
	margin-bottom: 3px;
}


}
.front {
	margin-left: -2rem;
	width: 82%!important;
}
.whatsapp-fixo img {
	width: 20px;
	height: 20px;
}
.whatsapp-fixo span {
	font-size: 14px;
	color: #fff;
	white-space: nowrap;
	cursor: pointer;
	padding: 5px;
}
.whatsapp-fixo {
	background-color: #0dc152;
	color: rgba(255, 255, 255, 1);
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	white-space: nowrap;
	line-height: 100%;
	padding: 12px 20px;
	border-radius: 50px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	cursor: pointer;
	box-shadow: 0 1px 6px rgba(0, 0, 0, .06), 0 2px 32px rgba(0, 0, 0, .16);
	transition: box-shadow 80ms ease-in-out,width .4s ease .2s;
	z-index: 999;
}

.carousel-multi-item .carousel-indicators .active {
	height: 1.56rem;
	width: 1.56rem;
	max-width: 1.56rem;
	background-color: #4285f4;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.carousel-multi-item .carousel-indicators li {
	height: 1.25rem;
	width: 1.25rem;
	max-width: 1.25rem;
	background-color: #4285f4;
	margin-bottom: -3.75rem;
}

.carousel-indicators li {
	box-sizing: content-box;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: .5;
	transition: opacity .6s ease;
}
.btn-floating i {
	font-size: 1.25rem;
	line-height: 47px;
	display: inline-block;
	width: inherit;
	text-align: center;
	color: #fff;
}
.carousel-multi-item .controls-top .btn-floating {
	background: #4871b5;
}
.btn-floating i {
    font-size: 4rem;
    line-height: 47px;
    display: inline-block;
    width: inherit;
    margin: 3rem 2rem 0rem;
    text-align: center;
    color: #00adee;
}
.carousel-multi-item .controls-top .btn-floating {
	background: #f9f9f900;
	margin-bottom: -2rem;
	/* margin-top: 1rem; */
}
.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: -12px;
	left: 0;
	z-index: 15;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    background: #fcfeff;
    border: 1px solid #e8e8e8;
    border-right: none;
    border-left: none;
}

#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    background-color: #8a00d4;
    z-index: 99999999;
    text-align: center;
}
#loading-image {
    z-index: 100;
    width: 60vh;
    margin-top: 35vh;
}