/*=============================================================
    Authour URI: www.binarytheme.com
    License: Commons Attribution 3.0

    http://creativecommons.org/licenses/by/3.0/

    100% To use For Personal And Commercial Use.
    IN EXCHANGE JUST GIVE US CREDITS AND TELL YOUR FRIENDS ABOUT US
   
    ========================================================  */
    
/*======================================
//--//-->   INTRO
======================================*/

.intro {
    height: 100vh;
    position: relative;
    color: #fff;
  }
  
  .intro .intro-content {
    text-align: center;
    position: absolute;
  }
  
  .intro .overlay-itro {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0px;
    padding: 0;
    height: 100%;
    width: 100%;
    opacity: .9;
  }
  
  .intro .intro-title {
    color: #fff;
    font-weight: 600;
    font-size: 3rem;
  }
  
  .intro .intro-subtitle {
    font-size: 1.5rem;
    font-weight: 300;
  }
  
  .intro .text-slider-items {
    display: none;
  }
  
  .intro-single {
    height: 350px;
  }
  
  .intro-single .intro-content {
    margin-top: 30px;
  }
  
  .intro-single .intro-title {
    text-transform: uppercase;
    font-size: 3rem;
  }
  
  .intro-single .breadcrumb {
    background-color: transparent;
    color: #0078ff;
  }
  
  .intro-single .breadcrumb .breadcrumb-item:before {
    color: #cde1f8;
  }
  
  .intro-single .breadcrumb .breadcrumb-item.active {
    color: #cde1f8;
  }
  
  .intro-single .breadcrumb a {
    color: #fff;
  }

/* ===========================================================
   GENERAL STYLES   
   ============================================================*/
body {
    font-family:'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000;   
    margin-top: 40px;
    line-height:16px;
    overflow-x: hidden;
}

h1{
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  line-height: 40px;
}

h2{
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 50px;
}

h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  /* font-family:'Open Sans', sans-serif;
  font-weight: 500;
  line-height: 40px; */
}

h3.contribution {
  color: white;
}
@media (min-width: 768px) {
  .container-fluid > .h3.contribution {
    color: black;
  }
}

h1 {
    color:#11B674;
    font-weight: 700;
}
.text-center {
    text-align: center; 
}

.main-top-margin {
     margin-top: 30px;
}
.main-low-margin {
     margin-top: 30px;
}

a,a:hover {
    text-decoration:none;
}

p {
    line-height: 30px;
    margin-bottom: 23px;
    font-size: 1.8rem;
}

.img-margin-product {
    margin-top:15px;
    border-radius: 5%;
}
.bottam-pad {
     padding-bottom:40px;
}
.text-justify {
    text-align:justify;
}
/* ==========================================================================
   COLOR CODES
   ========================================================================== */

.color-red {
    color:#F04602;
}

.color-green {
    color:#07BB00;
}

.color-light-blue {
    color:#BB00BB;
}

.color-blue {
    color:#0052FF;
}
.color-brown {
    color:#EB8F2D;
}
.color-black {
    color:#000000;
}

/* ==========================================================================
   HEADER SECTION
   ========================================================================== */

#header-section {
  /* margin-top: -85px;
  margin-bottom: -185px; */
  background: url(../img/header_bs.jpg) no-repeat center top;
  min-height: 500px;
  max-height: 500px;
  padding-top:160px;
  text-align:center;
  vertical-align: middle;
  background-position: center center;
  width: 100%;	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
@media (max-width: 768px) {
  #header-section {
    background: url(../img/header_xs.jpg) no-repeat center top;
    width: 100%;
    min-height: 0px;
    padding-top: 30px;
    max-height: 300px;
  }
}
@media (max-width: 592px) {
  #header-section {
    background: url(../img/header_xs.jpg) no-repeat center top;
    width: 100%;
    min-height: 0px;
    padding-top: 0px;
    max-height: 300px;
  }
}
@media (max-width: 355px) {
  #header-section {
    background: url(../img/header_xs.jpg) no-repeat center top;
    width: 100%;
    min-height: 0px;
    padding-top:0px;
  }
}

#header-section h1 {
	margin-top: 50px;
	color: white;
  font-size: 72px;
  text-shadow: 3px 3px #000000;
	font-weight: 900;
	letter-spacing: 4px;
    line-height:70px;
}
@media (max-width: 768px) {
  #header-section h1 {
    font-size: 56px;
  }
}

#header-section h2 {
	color: white;
  font-size: 40px;
  text-shadow: 3px 3px #000000;
	font-weight: 900;
	letter-spacing: 0px;
}
@media (max-width: 768px) {
  #header-section h2 {
    font-size: 32px;
  }
}
.down-icon {
     color:white;
    font-weight:900;
}
/* ==========================================================================
   ABOUT SECTION
   ========================================================================== */

#about-section {
    background-color: #f4ede4;
    padding: 0 10px;
   
}

/* ==========================================================================
   PRODUCTS SESSION
   ========================================================================== */

#products-section {
    background-color: #DBCED0;
}



/*==========================================
   SOCIAL ICON STYLES
    =====================================================*/

.color-facebook {
    color:#3B5998;
}
.color-twitter {
     color:#00aced;
}
.color-google-plus {
     color:#dd4b39;
}
.color-linkedin {
     color:#007bb6;
}
.color-pinterest {
     color:#cb2027;
}
/* ===========================================================
   BOOTSTRAP ELEMENTS CHANGES   
   ============================================================*/
.navbar {
  font-size: 18px;
  letter-spacing: 2px;
}

.navbar-inverse {
	background: #000000;
  border-color: #5D5B66;
}

.navbar-inverse .navbar-nav > .active > a {
	background: #ffffff;
}

.navbar-inverse .navbar-brand {
	color: #ffffff;
	font-weight: bolder;
	font-size: 25px;
    font-weight:900;
	letter-spacing: 2px;
}
.navbar-inverse :hover .navbar-brand:hover {
	color: #ffffff;	
}
.navbar-inverse .navbar-nav > li > a {
color: #FFFFFF;
}

/* ==========================================================================
   CONTACT SECTION
   ========================================================================== */

#contact-section {
  background-color: #f4ede4;
}

/* ==========================================================================
   Em breve
   ========================================================================== */

#contribution-section {
  background-color: #4a154b;
}

/* ==========================================================================
   FOOTER SECTION
   ========================================================================== */
   

#footer {
    background-color: #4a154b; 
    color: #fff; 
    text-align: right; 
    padding: 10px 30px 10px 30px;
}

/* ==========================================================================
   FOOTER SECTION
   ========================================================================== */
   
.float-ajudar{
	position:fixed;
	width:120px;
	height:40px;
	bottom:40px;
	right:40px;
	background-color:#4a154b;
	color:#FFF;
	border-radius:50px;
  text-align:center;
  vertical-align: middle;
  font-size: 26px;
  box-shadow: 2px 2px 3px #999;
  padding: 2px 0px;
}
@media (max-width: 366px) {
  .float-ajudar {
    right: 10px;
  }
}

.float-ajudar:hover{
  background-color: #611f69;
}

.my-float{
	margin-top:22px;
}

.float-skills{
	position:fixed;
	width:120px;
	height:40px;
	bottom:40px;
	left:40px;
	background-color:#12A38B;
	color:#FFF;
	border-radius:50px;
  text-align:center;
  vertical-align: middle;
  font-size: 26px;
  box-shadow: 2px 2px 3px #999;
  padding: 4px 0px;
}
@media (max-width: 366px) {
  .float-skills {
    left: 10px;
  }
}

.float-skills:hover{
  background-color: #17D1B2;
}

.float-sugerir{
	position:fixed;
	width:200px;
	height:40px;
	bottom:40px;
	left:40px;
	background-color:#12A38B;
	color:#FFF;
	border-radius:50px;
  text-align:center;
  vertical-align: middle;
  font-size: 26px;
  box-shadow: 2px 2px 3px #999;
  padding: 4px 0px;
}
@media (max-width: 366px) {
  .float-sugerir {
    left: 10px;
  }
}

.float-sugerir:hover{
  background-color: #17D1B2;
}

.my-float{
	margin-top:22px;
}