@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. 1600px
2. 1440px
3. 1280px
4. 1199px
5. 1024px
6. 991px
7. 959px
8. 880px
9. 768px
10. 767px
11. 539px
12. 479px
13. 400px

******************************/

/************
1. 1600px
************/

@media only screen and (max-width: 1600px)
{
	
}

/************
2. 1440px
************/

@media only screen and (max-width: 1440px)
{
	
}

/************
3. 1380px
************/

@media only screen and (max-width: 1380px)
{
	
}

/************
3. 1280px
************/

@media only screen and (max-width: 1280px)
{
	
}

/************
4. 1199px
************/

@media only screen and (max-width: 1199px)
{
	.phone
	{
		display: none !important;
	}
	.menu .phone
	{
		display: block !important;
	}
	.logo
	{
		left: 150px;
    top: 14px;
	}
	.main_nav
	{
		margin-left: 90px;
	}

	.home_container{
		    top: 18.1%;
	}
}

@media only screen and (max-width: 575px){
.header_content, .header.scrolled .header_content {
    height: 98px;
}

.test_text p {
    font-style: italic;
    font-size: 20px;
    color: #fff;
    line-height: 28px;
}

.test_title {
    font-size: 18px;
}

.aplicacoes > p {
    font-size: 20px;
    padding: 0 20px;
    font-weight: bold;
    padding-top: 30px;

}

.aplicacoes {
    padding: 0;
}


.aplicacoes ul li {
    width: 100%;
    padding: 25px;
    box-sizing: border-box;
    margin: 0;
    padding-bottom: 0;
}

#aplicacoes .video .videowrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin: 0px !important;
}


}

/************
4. 1100px
************/

@media only screen and (max-width: 1100px)
{
	
}

/************
5. 1024px
************/

@media only screen and (max-width: 1024px)
{
	
}

/************
6. 991px
************/

@media only screen and (max-width: 991px)
{
	.hamburger
	{
		display: none;
	}
	.hamburger_bar
	{
		display: block;
	}
	.main_nav
	{
		display: none;
	}
	.box
	{
		width: 100%;
	}
	.box:not(:last-child)
	{
		margin-bottom: 60px;
	}
	.about
	{
		margin-top: -30px;
	}

	.button{
		width: 300px;
		height: 60px;
	}

	.button a{
		line-height: 30px;
    padding-top: 13px;
	}

	.about_button {
        display: block;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 34px;
    margin-top: 14px;
}
	.about_background
	{
		position: relative;
		bottom: auto;
		right: auto;
		margin-top: -50px;
	}
	.about_image
	{
		position: relative;
		top: auto;
		left: auto;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	.about_image img
	{
		max-width: 100%;
	}
	.about_content
	{
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}

	.test_title{
		line-height: 1.75;
	}

	.test_1
	{
		margin-top: 38px;
		margin-bottom: 40px;
	}

	.test:not(:last-child) {
    margin-bottom: 40px;
}

.services{
	    padding-top: 50px;
}

.service_title {
    padding-left: 12px;
}
	.test_content
	{
		padding-left: 25px;
	}
	.gallery_slider_container
	{
		width: 150%;
		left: -25%;
	}
	.blog_col:not(:last-child)
	{
		margin-bottom: 60px;
	}
	.footer_nav ul li:not(:last-of-type)
	{
		margin-right: 40px;
	}
}

/************
7. 959px
************/

@media only screen and (max-width: 959px)
{
	
}

/************
8. 880px
************/

@media only screen and (max-width: 880px)
{
	
}

/************
9. 768px
************/

@media only screen and (max-width: 768px)
{
	
}

/************
10. 767px
************/

@media only screen and (max-width: 767px)
{
	.hamburger_bar
	{
		right: calc((100vw - 510px) / 2 - 15px);
	}
	.home_title
	{
		font-size: 72px;
		margin-top: -4px;
	}
	.home_subtitle
	{
		font-size: 14px;
		margin-top: -4px;
	}
	.home_button
	{
		margin-top: 37px;
	}
	.service_col:nth-last-child(n+4)
	{
		margin-bottom: 0px;
	}
	.service_col:not(:last-child)
	{
		margin-bottom: 28px;
	}

	.footer{
		padding-top: 36px;
	}

	.contact_title, .contact_title_social, .copyright{
		    line-height: 1.2;
	}
}

/************
11. 575px
************/

@media only screen and (max-width: 575px)
{
	p
	{
		font-size: 13px;
	}
	.header_content,
	.header.scrolled .header_content
	{
		height: 110px;
	}

	.aplicacoes ul li p {
		font-size: 18px;
    line-height: 20px;
    padding-top: 40px;
	}

	.aplicacoes ul li p.nome {
		font-size: 18px;
		padding: 0px !important;
	}

	.hamburger_bar
	{
		right: 0px;
		height: 80px;
	}
	.home_title
	{
		font-size: 29px;
    padding-top: 15px;
	}
	.section_title
	{
		font-size: 48px;
	}
	.video_icon
	{
    display: none !important;
	}
	.video_icon i
	{
		font-size: 13px;
	}
	.video_text
	{
		font-size: 18px;
    color: #fff;
    font-weight: bold;
	}
	.home_button
	{
		margin-top: 20px;
		width: 300px;
	}
	.home_button a
	{
font-size: 19px;
    padding-top: 18px;
	}
	.text_highlight
	{
		font-size: 20px;
		text-align: center;
	}
	.blog
	{
		padding-top: 100px;
	}
	.testimonials
	{
		padding-top: 100px;
	}
	.footer_content
	{
		padding-bottom: 40px;
	}
	.boxes{
		    margin-top: -278px;
	}
	.footer_nav ul li:not(:last-of-type)
	{
		margin-right: 0px;
		margin-bottom: 10px;
	}
	.footer_image
	{
		opacity: 0.5;
	}
}

/************
11. 539px
************/

@media only screen and (max-width: 539px)
{
	
}

/************
12. 480px
************/

@media only screen and (max-width: 480px)
{
	
}

/************
13. 479px
************/

@media only screen and (max-width: 479px)
{
	
}

/************
14. 400px
************/

@media only screen and (max-width: 400px)
{
	
}