@import url('https://fonts.googleapis.com/css?family=Quicksand:400,700');

/*========================
Botões
========================*/

.log-button {
	padding: 10px 15px;
	margin-bottom: -2em !important;
	color: white;
	border: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	clear: both;
	background: -webkit-linear-gradient(to right, #ff974d, #ff6a00);
	background: -moz-linear-gradient(to right, #ff974d, #ff6a00);
	background: -ms-linear-gradient(to right, #ff974d, #ff6a00);
	background: -o-linear-gradient(to right, #ff974d, #ff6a00);
	background: linear-gradient(to right, #ff974d, #ff6a00);
	cursor: pointer;
	width: 100%;
	margin-top: .75em;
}

.swal-button {
	color: rgba(35, 35, 35,.55);
	padding: 7px 19px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	background-color: #ffcc00;
	font-size: 12px;
	border: 1px solid #3e549a;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}

.shopIco {
	position:absolute;
	height:30px;
	width:30px;
	right:-7.5%;
	bottom:-2.5px;
}

.shopIcoR {
	position:absolute;
	height:30px;
	width:30px;
	right:-6.95%;
	bottom:-2.5px;
}

@media(max-width:1025px) {
	.shopIco {
		position:absolute;
		height:30px;
		width:30px;
		left:10%;
		bottom:38.5px;
	}
}

@media(max-width:1025px) and (max-height:400px) {
	.shopIco {
		position:absolute;
		height:24px;
		width:24px;
		left:9%;
		bottom:26.5px;
	}
}

/*======================== 
Sistema de colunas
========================*/
/*[class^=col-] todos os itens com col- no inicio do nome*/

[class^=col-] {
	padding: 5px 20px !important;
	width:25%;
	float:left;
}

.cont-func p {
	font-size: .875em !important;
}

.func-icon {
	width:100px !important; 
	height:100px !important;
}

@media (min-width:475px) and (max-width:1150px) {
	[class^=col-] {
		padding: 5px 15px !important;
		width: 50% !important;
		float:left;	
		min-height:325px !important;
	}

	.cont-func p {
		font-size: .85em !important;
	}
}

@media (max-width:475px) {
	[class^=col-] {
		padding: 5px 15px 25px 15px !important;
		width: 100% !important;
	}

	.cont-func p {
		font-size: .825em !important;
	}
}

/*========================
Página Funcionamento
========================*/

.cont-func {
	margin: 0 !important;
	padding: 20px 0;
	min-width: 100% !important;
}

.cont-func h4 {
	color: #000;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
}

.cont-func p {
	color: #000;
	text-align:justify;
}

/*======================== 
Info
========================*/

.info {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 10em 0;
	color: #FFF;
	background-attachment: fixed;
	background-image: url('../fotos/bg-func-of.jpg');
	font-family: Dancing Script !important;
}

.func-arrow {
	cursor: pointer;
	height:75px !important;
	width:75px !important;
}

#down2 {
	position:absolute;
	margin-top:-4.20em !important; 
}

@media (min-width:1025px) {
	.info {
		height: 55vh;
		padding-top:15vh;
	}

	.title-info {
		font-size:3em;
		margin-bottom: 1em;
	}
}



/*======================== 
Title - Func
========================*/

.title-func,
.title-func img,
.title-func h2 {
	display:none !important;
	position:fixed !important;
	z-index:90;
}

@media (max-width:1025px) {
	.title-func {
		color:#fff;
		background-color:rgba(36, 143, 143,.925);
		border-radius:7px;
		margin-top:-1.61em;
		margin-left:.635em;
		position:absolute;
		width:100%;
		height:38px;
		margin:2.3em 0 0 0;
		left:0;
		border-radius:0 !important;
		display:block !important;
	}

	.title-func img {
		float:left;
		margin:.495em 0 0 .6em !important;
		height:26px;
		width:26px;
		display:block !important;
	}

	.title-func h2 {
		font-size:1em;
		padding-left:2.34em !important; 
		margin:0;
		padding-top:.622em;
		text-align:left;
		display:block !important;
	}
}				 

/*========================
Scroll Arrow Animation
========================*/

.chev {
	position: absolute;
	display: none;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	width: 125px;
	height: 100px;
	margin-left: -62.5px;
	bottom: 11.5%;
	left: 50%;
	z-index: 1;
}

#arrow-scroll {
	cursor: pointer;
	width: 150px;
	height: 200px;
}

.chevron {
	position: absolute;
	width: 2.1rem;
	height: 0.48rem;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	-ms-transform: scale(0.3);
	-o-transform: scale(0.3);
	transform: scale(0.3);
	-webkit-animation: move-chevron 3s ease-out infinite;
	-moz-animation: move-chevron 3s ease-out infinite;
	-ms-animation: move-chevron 3s ease-out infinite;
	-o-animation: move-chevron 3s ease-out infinite;
	animation: move-chevron 3s ease-out infinite;
}

.title-slogan .chev {
	position: absolute;
	bottom: 1em;
}

.chevron:first-child {
	-webkit-animation: move-chevron 3s ease-out 1s infinite;
	-moz-animation: move-chevron 3s ease-out 1s infinite;
	-ms-animation: move-chevron 3s ease-out 1s infinite;
	-o-animation: move-chevron 3s ease-out 1s infinite;
	animation: move-chevron 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
	-webkit-animation: move-chevron 3s ease-out 2s infinite;
	-moz-animation: move-chevron 3s ease-out 2s infinite;
	-ms-animation: move-chevron 3s ease-out 2s infinite;
	-o-animation: move-chevron 3s ease-out 2s infinite;
	animation: move-chevron 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
	content: "";
	position: absolute;
	top: -2em;
	height: 100%;
	width: 50%;
	background: #fff;
}

.chevron:before {
	left: 0;
	-webkit-transform: skewY(30deg);
	-moz-transform: skewY(30deg);
	-ms-transform: skewY(30deg);
	-o-transform: skewY(30deg);
	transform: skewY(30deg);
}

.chevron:after {
	right: 0;
	width: 50%;
	-webkit-transform: skewY(-30deg);
	-moz-transform: skewY(-30deg);
	-ms-transform: skewY(-30deg);
	-o-transform: skewY(-30deg);
	transform: skewY(-30deg);
}

@keyframes move-chevron {
	25% {
		-webkit-opacity: 1;
		-moz-opacity: 1;
		-ms-opacity: 1;
		-o-opacity: 1;
		opacity: 1;
	}

	33.3% {
		-webkit-opacity: 1;
		-moz-opacity: 1;
		-ms-opacity: 1;
		-o-opacity: 1;
		opacity: 1;
		-webkit-transform: translateY(2.28rem);
		-moz-transform: translateY(2.28rem);
		-ms-transform: translateY(2.28rem);
		-o-transform: translateY(2.28rem);
		transform: translateY(2.28rem);
	}

	66.6% {
		-webkit-opacity: 1;
		-moz-opacity: 1;
		-ms-opacity: 1;
		-o-opacity: 1;
		opacity: 1;
		-webkit-transform: translateY(3.12rem);
		-moz-transform: translateY(3.12rem);
		-ms-transform: translateY(3.12rem);
		-o-transform: translateY(3.12rem);
		transform: translateY(3.12rem);
	}

	100% {
		-webkit-opacity: 0;
		-moz-opacity: 0;
		-ms-opacity: 0;
		-o-opacity: 0;
		opacity: 0;
		-webkit-transform: translateY(4.8rem) scale(0.5);
		-moz-transform: translateY(4.8rem) scale(0.5);
		-ms-transform: translateY(4.8rem) scale(0.5);
		-o-transform: translateY(4.8rem) scale(0.5);
		transform: translateY(4.8rem) scale(0.5);
	}
}

/*======================== 
Scroll Arrow Anchor 
========================*/

#scroll-info {
	position:absolute;
	margin-top:-4.2em !important;
}

/*======================== 
Altura Mínima da Secção Info
========================*/

@media (max-width:1025px){
	.info {
		height: 100vh;
		background-attachment: scroll !important;
	}

	.contain {
		position: absolute;
		top:50%;
		left:50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		font-size: 2.3em;
		width:95%;
	}
	
	
	.chev {
		display:flex !important;
		position:absolute;
		bottom:1em;
	}

	.chevron {
		height:0.15rem !important;
		width:1.7rem !important;
	}
}