/*!
 * Start Bootstrap - Scrolling Nav HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    width: 100%;
    height: 100%;
}

html {
    width: 100%;
    height: 100%;
}
@media screen and (max-width:568px) {
	.logo{
		float: left;
		width: 200px;
		margin: 22px 50px 0 -15px;
	}
}
@media only screen and (min-width: 569px) and (max-width: 768px) {
	.logo{
		float: left;
		width: 220px;
		margin: 22px 50px 0 -10px;
	}
}

@media screen and (min-width:769px) {
    .navbar {
        padding: 20px 0;
        transition-property: all;
		transition-duration: 600ms;
		transition-timing-function: ease;
		transition-delay: 0s;
    }

    .top-nav-collapse {
        padding: 0px;
		height: 65px;
		transition-property: all;
		transition-duration: 600ms;
		transition-timing-function: ease;
		transition-delay: 0s;
    }
}
@media screen and (min-width:769px) {
	.logo{
		float: left;
		width: 22%;
		margin: 0 50px 0 0;
		transition-property: all;
			transition-duration: 600ms;
			transition-timing-function: ease;
			transition-delay: 0s;
	}
	.logo1{
		float: left;
		width: 200px;
		margin: 10px 50px 0 0;
		transition-property: all;
			transition-duration: 600ms;
			transition-timing-function: ease;
			transition-delay: 0s;
	}
}


@media screen and (max-width:768px) {
	.rodape1{
		float: left;
		background: #0080BB;
		width: 100%;
		height: 50px;
		transition-property: all;
		transition-duration: 6ms;
		transition-timing-function: ease;
		transition-delay: 0s;
		 animation: slideDown 0s;
		-webkit-animation: slideDown 0s;
	}
	.rodape{
		bottom: 0;
		position: fixed;
		z-index:999;
		float: left;
		background: #0080BB;
		width: 100%;
		height: 30px;   
		transition-property: all;
		transition-duration: 6ms;
		transition-timing-function: ease;
		transition-delay: 0s;
		 animation: slideDown 0s;
		-webkit-animation: slideDown 0s;
	}
	.social-link{
		padding-top: 3px; 
		width: 250px;
		margin-right: auto;
		margin-left: auto;
		display:block;
		overflow:hidden;
		list-style:none;
		margin-bottom: 0;
	}
	.social-link li{
		float: left;
		margin-left: 8px;
	}
	.social-link li:first-child{
		float: left;
		margin-left: 0px;
	}
	.social-link li a{
		display:block;
		width:25px;
		height:25px;
		text-align:center;
		font-size:20px;
		color:#0080BB;
		background:#ffffff;
		border-radius: 20%;
		transition:all 0.3s ease-in-out;
	}
	.social-link1 {
		padding-top: 7px; 
		width: 287px;
		margin-right: auto;
		margin-left: auto;
		display:block;
		overflow:hidden;
		list-style:none;
		margin-bottom: 0;
	}
	.social-link1 li{
		float: left;
		margin-left: 8px;
	}
	.social-link1 li:first-child{
		float: left;
		margin-left: 0px;
	}
	.social-link1 li a{
		display:block;
		width:35px;
		height:35px;
		text-align:center;
		font-size:25px;
		color:#0080BB;
		background:#ffffff;
		border-radius: 20%;
		transition:all 0.3s ease-in-out;
	}
	.social-link li a:hover, .social-link li a:focus{
		text-decoration:none;
	}
}

@media screen and (min-width:769px) {
	.rodape1{
		float: left;
		background: #0080BB;
		width: 100%;
		height: 50px;   
		transition-property: all;
		transition-duration: 6ms;
		transition-timing-function: ease;
		transition-delay: 0s;
		 animation: slideDown 0s;
		-webkit-animation: slideDown 0s;
	}
	.rodape{
		bottom: 0;
		position: fixed;
		z-index:999;
		float: left;
		background: #0080BB;
		width: 100%;
		height: 30px;   
		transition-property: all;
		transition-duration: 6ms;
		transition-timing-function: ease;
		transition-delay: 0s;
		 animation: slideDown 0s;
		-webkit-animation: slideDown 0s;
	}
	.social-link{
		padding-top: 3px; 
		width: 250px;
		margin-right: auto;
		margin-left: auto;
		display:block;
		overflow:hidden;
		list-style:none;
		margin-bottom: 0;
	}
	.social-link li{
		float: left;
		margin-left: 8px;
	}
	.social-link li:first-child{
		float: left;
		margin-left: 0px;
	}
	.social-link li a{
		display:block;
		width:25px;
		height:25px;
		text-align:center;
		font-size:20px;
		color:#0080BB;
		background:#ffffff;
		border-radius: 20%;
		transition:all 0.3s ease-in-out;
	}
	.social-link1 {
		padding-top: 7px; 
		width: 287px;
		margin-right: auto;
		margin-left: auto;
		display:block;
		overflow:hidden;
		list-style:none;
		margin-bottom: 0;
	}
	.social-link1 li{
		float: left;
		margin-left: 8px;
	}
	.social-link1 li:first-child{
		float: left;
		margin-left: 0px;
	}
	.social-link1 li a{
		display:block;
		width:35px;
		height:35px;
		text-align:center;
		font-size:25px;
		color:#0080BB;
		background:#ffffff;
		border-radius: 20%;
		transition:all 0.3s ease-in-out;
	}
	.social-link li a:hover, .social-link li a:focus{
		text-decoration:none;
	}
}

/* Demo Sections - You can use these as guides or delete them - the scroller will work with any sort of height, fixed, undefined, or percentage based.
The padding is very important to make sure the scrollspy picks up the right area when scrolled to. Adjust the margin and padding of sections and children 
of those sections to manage the look and feel of the site. */

.intro-section {
    height: auto;
    margin-top: 80px;
    text-align: center;
    background: #fff;
}

.portfolio-section {
    height: auto;
    padding-top: 100px;
    text-align: center;
    background: #fff;
}

.marcas-section {
    height: auto;
    padding-top: 100px;
    text-align: center;
    background: #fff;
}

.services-section {
    height: auto;
    padding-top: 100px;
    text-align: center;
    background: #fff;
}

.contact-section {
    height: auto;
    padding-top: 100px;
    text-align: center;
    background: #fff;
}