#mainBanner{
	width: 100%;
	height: calc(100vh - 50px);
	background-image: url(./../images/blur_main.jpg);
	background-size: cover;
	background-position: bottom;
	background-attachment: fixed;
	transition: background 1s ease;
	position: relative;
	margin: 0;
}

.btnMain{
	position: absolute;
	bottom: 15px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.ui.row{
	margin-top: 50px;
	margin-bottom: 50px;
}

#logo{
	float: left;
	width: 720px;
	height: 200px;
	background: #FFF;
	border-radius: 118px;
	margin-top: 100px;
	margin-left: 100px;
	z-index: 4;
	position: relative;
}

#logo img{
	position: absolute;
	max-width: 600px;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

#map{
	width: 100%;
	margin-bottom: 0;
}

.ui.grid{
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

#servicos{
	background:#F9F9F9;
}

#titulo{
	font-size: 5em;
	color: #FFF;
	line-height: 1.5em;
	text-shadow: 1px 2px 2px #000;
	text-align: center;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	top: 50px;
}

.filter{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 0;
}

/* large screen */
@media all and (min-width: 1201px) and (max-width: 1370px){

	#logo{
		margin-top: 0px !important;
	}

	#titulo{
		top: 50px !important;
		font-size: 3.5em;
	}
}
/* medium screen */
@media all and (min-width: 1024px) and (max-width: 1200px){
    html, body{
        font-size: 16px;
        line-height: 1.375em;
    }

    h1{
        font-size: 3em !important;
        line-height: 1.05em !important;
    }

    h2{
        font-size: 2.25em !important;
        line-height: 1.25em !important;
    }

    h3{
        font-size: 1.75em !important;
        line-height: 1.25em !important;
    }

    h4{
        font-size: 1.125em !important;
        line-height: 1.22222222em !important;
    }

		#logo{
			margin-top: 0px !important;
		}

		#titulo{
			top: 50px !important;
			font-size: 3em;
		}
}

/* tablet landscape */
@media all and (min-width: 768px) and (max-width: 1023px){
    html, body{
        font-size: 16px;
        line-height: 1.375em;
    }

    h1{
        font-size: 2.5em !important;
        line-height: 1.125em !important;
    }

    h2{
        font-size: 2em !important;
        line-height: 1.25em !important;
    }

    h3{
        font-size: 1.5em !important;
        line-height: 1.25em !important;
    }

    h4{
        font-size: 1.125em !important;
        line-height: 1.22222222em !important;
    }

		#logo{
			width: 300px;
			height: 100px;
			margin: auto;
		}

		#logo img{
			max-width: 250px;
		}

		#titulo{
			display: none !important;
		}
}

/* table portrait */
@media all and (min-width: 641px) and (max-width: 767px){
    html, body{
        font-size: 16px;
        line-height: 1.25em;
    }

    h1{
        font-size: 2em !important;
        line-height: 1.25em !important;
    }

    h2{
        font-size: 1.625em !important;
        line-height: 1.15384615em !important;
    }

    h3{
        font-size: 1.375em !important;
        line-height: 1.13636364em !important;
    }

    h4{
        font-size: 1.125em !important;
        line-height: 1.11111111em !important;
    }

		#logo{
			width: 300px;
			height: 100px;
			margin: auto;
		}

		#logo img{
			max-width: 250px;
		}

		#titulo{
			display: none !important;
		}
}

/* smartphone landscape */
@media all and (min-width: 482px) and (max-width: 640px){
    html, body{
        font-size: 16px;
        line-height: 1.25em;
    }

    h1{
        font-size: 2em !important;
        line-height: 1.25em !important;
        margin-top: 0;
    }

    h2{
        font-size: 1.625em !important;
        line-height: 1.15384615em !important;
    }

    h3{
        font-size: 1.375em !important;
        line-height: 1.13636364em !important;
    }

    h4{
        font-size: 1.125em !important;
        line-height: 1.11111111em !important;
    }

		#logo{
			width: 300px;
			height: 100px;
			margin: auto;
		}

		#logo img{
			max-width: 250px;
		}

		#titulo{
			display: none; !important
		}
}

/* smartphone portrait */
@media all and (max-width: 481px){
    html, body{
        font-size: 16px;
        line-height: 1.25em;
    }

    h1{
        font-size: 2em !important;
        line-height: 1.25em !important;
        margin-top: 0;
    }

    h2{
        font-size: 1.625em !important;
        line-height: 1.15384615em !important;
    }

    h3{
        font-size: 1.375em !important;
        line-height: 1.13636364em !important;
    }

    h4{
        font-size: 1.125em !important;
        line-height: 1.11111111em !important;
    }

		#logo{
			width: 300px;
			height: 100px;
			margin: auto;
		}

		#logo img{
			max-width: 250px;
		}

		#titulo{
			display: none !important;
		}

		#mainBanner{
			background-position: 90%;
		}

		.btnMain{
			bottom: 100px;
		}
}
