@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Merriweather:400,300,400italic,300italic,700,700italic);
@import url(http://fonts.googleapis.com/css?family=Nunito:400,300,700);


/* ==========================================================================
Typography
========================================================================== */



p {
  font-size: 14px;  
  padding-bottom: 20px; 
  font-weight: 400; 
  color: #5f5f5f;
  line-height: 26px;
}

h1 {
  font-size: 60px;
  padding-bottom: 24px;
}

h2 {
  font-size: 48px;
  font-weight: 300;  
  padding-bottom: 20px; 
  color: #404040;
   }

h3 {
  font-size: 30px;
  margin-bottom: 36px;
  font-weight: 300;
  line-height: 40px;
  color: #5f5f5f;
  }

h4 {
  font-size: 24px; 
  font-weight: 300;
  padding-bottom: 14px;
  color: #5f5f5f;
    
}

h5 {
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  color: #5f5f5f;
}p {
  font-size: 14px;  
  padding-bottom: 20px; 
  font-weight: 400; 
  color: #5f5f5f;
  line-height: 26px;
}

h1 {
  font-size: 60px;
  padding-bottom: 24px;
}

h2 {
  font-size: 48px;
  font-weight: 300;  
  padding-bottom: 20px; 
  color: #404040;
   }

h3 {
  font-size: 30px;
  margin-bottom: 36px;
  font-weight: 300;
  line-height: 40px;
  color: #5f5f5f;
  }

h4 {
  font-size: 24px; 
  font-weight: 300;
  padding-bottom: 14px;
  color: #5f5f5f;
    
}

h5 {
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  color: #5f5f5f;
}

.main-title  h2{
	color: #004bf4;
}


.btn {
  font-size: 13px;
  border: solid 2px;
  border-radius: 40px;
  display: inline-block;
  text-transform: uppercase; }

.btn:hover, .btn:focus {
  color: #fff;
  border-color: #FF5274;
  background-color: #FF5274; }

.btn-white {
  font-size: 13px;
  border: solid 3px;
  display: inline-block;
  border-color: transparent; }
  color: #fff;

.btn-white:hover, .btn-white:focus {
  color: #FF5274;
  border-color: #FF5274; }

.btn-fill {
  color: #fff;
  border: solid 2px #fff;
  border-radius: 40px;
  display: inline-block;
  margin-top: 0;
  text-transform: uppercase;
  background-color: transparent; }

.btn-fill:hover, .btn-fill:focus {
  color: #ff7200;
  background-color: #fff;
  border-color: #fff; }

.btn-small {
  padding: 12px 10px; }

.btn-large {
  padding: 15px 40px; }

.btn-margin-right {
  margin-right: 20px; }

section.intro, section.features-extra, section.sign-up {
  background: #fff; }



/* ==========================================================================
Animations
========================================================================== */
.pulse2 {
  -webkit-animation-name: pulse2;
          animation-name: pulse2;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear; }

@-webkit-keyframes pulse2 {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes pulse2 {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
.floating-arrow {
  -webkit-animation-name: floating-arrow;
          animation-name: floating-arrow;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out; }

@-webkit-keyframes floating-arrow {
  from {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  65% {
    -webkit-transform: translate(-50%, 15px);
            transform: translate(-50%, 15px); }
  to {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); } }

@keyframes floating-arrow {
  from {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  65% {
    -webkit-transform: translate(-50%, 15px);
            transform: translate(-50%, 15px); }
  to {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); } }
.floating-logo {
  -webkit-animation-name: floating-logo;
          animation-name: floating-logo;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out; }

@-webkit-keyframes floating-logo {
  from {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  50% {
    -webkit-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px); }
  to {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); } }

@keyframes floating-logo {
  from {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  50% {
    -webkit-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px); }
  to {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); } }
/* ==========================================================================
Waypoinsts
========================================================================== */
.wp1, .wp2, .wp3, .wp4, .wp5, .wp6, .wp7, .wp8, .wp9 {
  visibility: hidden; }

.wp2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight, .bounceInDown {
  visibility: visible; }



.group:after {
  content: "";
  display: table;
  clear: both; }

.no-padding {
  padding: 0; }

.no-margin {
  margin: 0; }

a {
  color: #FF5274;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-property: color, border-color, background-color;
  transition-property: color, border-color, background-color; }

a:hover, a:focus {
  color: #D7405D;
  text-decoration: none; }

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: rgba(28, 54, 83, 0.6);
  -webkit-text-size-adjust: 100%; }

ul, ol {
  margin: 0;
  padding: 0; }

ul li {
  list-style: none; }

.section-padding {
  padding: 100px 0 75px 0; }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0; }

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9; }

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px; }

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px; }

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px; }

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  background-color: #000;
  border-radius: 4px; }

.overlay {
  background-image: url(../img/overlay_light_diagonal.png);
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
}

/* MARGIN
================================================ */

.mt{
   margin-top: 80px; 
}

.mb{
   margin-bottom: 80px; 
}

/* ==========================================================================
Hero
========================================================================== */
.hero {
  min-height: 700px;
  background: #333844 url("../img/hero.jpg") center center;
  background-size: cover;
  position: relative; }
  
.hero .down-arrow a {
  color: #fff;
  font-size: 60px; 
}

.hero h1 {
    color: #fff; 
}
  
.hero p.intro {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 80px; 
}
 
.hero .hero-content {
  margin-top: 50%;
  
}

.hero .hero-content h2{
  font-weight: 500;
}

.hero, .hero .hero-content h5, .hero-content h2{
  color: #383838;
  padding-bottom: 30px;

}



/* Section Home
================================================ */

.icon-back {
    width:  80px;
    padding-bottom: 30px;
    padding-top: -30px;
}


/* Section Fluid
================================================ */

.section-fluid {
    color: #fff;
    padding-top: 30px;
}

.section-fluid h2, .section-fluid p{
    color: #fff;
}

.section-fluid p{
    padding-bottom: 75px;
}

/* Section Fluid
================================================ */
.blueBg{ 
    background: #73b1e0 repeat center; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover;    
    position: relative;
}

.redBg{ 
    background: #ef003e repeat center; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover;    
    position: relative;
}

.yellowBg{ 
    background: #efcb00 repeat center; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover;    
    position: relative;
}


.red { 
    background: #8e8e8e repeat center; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover;    
    position: relative;
    height: 700px;
}

.section-1 { 
    background: url(../img/left-box-1.jpg) no-repeat center center; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover; 
    height: 700px; 
    position: relative; 
}

.nopadding { 
    padding: 0 !important; 
    margin: 0 !important; 
}



.navigation {
  -webkit-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out;
  position: fixed;
  width: 100%;
  z-index: 999; }

.fixed {
  position: fixed;
  background-color: #f4f4f4;
  z-index: 999;
  width: 100%; }

header {
  padding: 50px 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  position: relative;
  width: 1170px;
  margin: 0 auto;
  -webkit-transition: padding 300ms ease-in-out;
          transition: padding 300ms ease-in-out; }
  header a {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px; 
	}
    header a.login {
      margin-right: 20px; }
  header .logo {
    display: inline-block; }
  header ul.primary-nav {
    margin: 0 0 0 75px;
    padding: 0; }
    
    header ul.primary-nav li {
      display: inline; }

      header ul.primary-nav li a {
        color: #383838;
        padding-right: 25px; }

        header ul.primary-nav li a:hover {
          color: #FF5274; }

      header ul.primary-nav li:last-child a {
        padding-right: 0px; }

  
  header ul.member-actions li {
    display: inline; }

    header ul.member-actions li a {
      color: #383838;
      padding-right: 30px;
      padding-left: 20px;
	  font-weight: 600;	  }


      header ul.member-actions li a:hover {
        color: #FF5274; }



  header .header-nav {
    display: inline-block; }
  header .member-actions {
    position: absolute;
    right: 0;
    top: 41px;
    -webkit-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out; }

.down-arrow {
  color: #fff;
  font-size: 30px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }


/* ==========================================================================
Intro
========================================================================== */



/* SERVICES
================================================ */

#services {
    background: #fff;
}

.single-service {
    margin: 20px;
}

.service-content {
    margin-top: 110px;
    margin-left: 100px;
} 

.service-content p {
    padding-top: 5px;    
} 

.service-content h2{
    color: #ff7200;    
} 


.icon-projetos img{    
    height: 45px;
}


.icon {
    margin-top: -8px;    
    float: left;
    max-width: 50px;
}

.border {
    background-color: #dadada; 
    height: 1px;
}

.row-centered {
    text-align:center;
}


.services-grid{
    float: left;
    width: 41.7%;
    margin-right: 20%;
    padding: 2em;
    margin-bottom: 5%;
}

.services-grid-right h4{
    font-weight: 600;
}

.services-grid:nth-child(2),.services-grid:nth-child(4){
    margin-right:0;
}
.services-grid-left{    
    float: left;
    width: 17%;
    text-align: center;
}
.services-grid-left span{
    width:64px;
    height:64px;
    display:inline-block;
}
.services-grid-left span.s-icon1{
    background:url(../img/services-icons.png) no-repeat 0px 0px;
}
.services-grid-left span.s-icon2{
    background: url(../img/services-icons.png) no-repeat -66px 0px;
}
.services-grid-left span.s-icon3{
    background: url(../img/services-icons.png) no-repeat -131px 0px;
}
.services-grid-left span.s-icon4{
    background: url(../img/services-icons.png) no-repeat -197px 0px;
}
.services-grid-left span.s-icon5{
    background: url(../img/services-icons.png) no-repeat -263px 0px;
}
.services-grid-left span.s-icon6{
    background: url(../img/icons-contra-incendio.png) no-repeat 0px 0px;
}
.services-grid-left span.s-icon7{
    background: url(../img/icons-contra-incendio.png) no-repeat -66px 0px;
}
.services-grid-left span.s-icon8{
    background: url(../img/icons-contra-incendio.png) no-repeat -131px 0px;
}
.services-grid-left span.s-icon9{
    background: url(../img/icons-contra-incendio.png) no-repeat -197px 0px;
}
.services-grid-left span.s-icon10{
    background: url(../img/icons-contra-incendio.png) no-repeat -263px 0px;
}
.services-grid-left span.s-icon11{
    background: url(../img/icons-contra-incendio.png) no-repeat -329px 0px;
}
.services-grid-left span.s-icon12{
    background: url(../img/icons-contra-incendio.png) no-repeat -395px 0px;
}
.services-grid-left span.s-icon13{
    background: url(../img/icons-contra-incendio.png) no-repeat -461px 0px;
}
.services-grid-right{
    margin-bottom: 25px;
    float:right;
    width: 80%;
}
.services-grids{
    padding:1.5em 0;
}
.services{
    position:relative;
    padding-top: 20px;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}


/* ==========================================================================
.blog
========================================================================== */


 

  .blog img {
    width: 100%;
    height: auto;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }  
  
  .blog .blog-img-wrap {
    position: relative;
    overflow: hidden; 
  }
    .blog .blog-img-wrap .overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: rgba(14, 65, 235, 0.8);
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      opacity: 0; 
    }

    .blog .blog-img-wrap i {
      color: #fff;
      font-size: 36px;
      width: 36px;
      height: 36px;
      padding-top: 40%;
    }

    .blog .blog-img-wrap p {
      color: #fff;
      font-size: 24px;
      padding-top: 24px;
    } 

    .blog .blog-img-wrap p span {
      color: #fff;
      font-size: 16px;
      font-weight: 300;
    } 


  .blog .blog-img-wrap:hover img, .blog .blog-img-wrap:focus img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); 
  }

  .blog .blog-img-wrap:hover .overlay, .blog .blog-img-wrap:focus .overlay {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
    opacity: 1;
    z-index: 9; 
  }

  .blog figcaption i {
    margin-left: 5px;
    font-size: 15px; 
  }

  .blog figcaption a.blog-post-title {
    color: rgba(28, 54, 83, 0.6); 
  }

  .blog figcaption a.blog-post-title:hover, .blog figcaption a.blog-post-title:focus {
    color: #3D4351; }




/* ==========================================================================
Portfolio
========================================================================== */

#portifolio{
  background-color: #ececec;
  padding-top: 100px;
  padding-bottom: 50px;
}

.portifolio h1, .portifolio h4{
}

.portifolio h1{
}

.portifolio p{
  padding-bottom: 40px; 
}

#tf-works{
  padding: 0 0;
  background-color: #ececec;
}
.categories{ 
  padding: 10px 0;
}
ul.cat li{
  display: inline-block;
}
#tf-works li.text-center {
  margin-bottom: 50px;
  margin-top: -90px;
}
ol.type li{
  display: inline-block;
  margin-left: 20px;
}
ol.type li:after{
  content: ' | ';
  margin-left: 20px;
}
ol.type li:last-child:after { content: ''; }
ol.type li a{ color: #222222}
ol.type li a.active { font-weight: 700; }
.isotope-item { z-index: 2 }
.isotope-hidden.isotope-item { z-index: 1 }
.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope-item {
    margin-right: -1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.isotope {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

.portfolio-item{
}

.portfolio-item .hover-bg{
  overflow: hidden;
  position: relative;
}

.hover-bg .hover-text {
  position: absolute;
  text-align: center;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.66);
  padding: 40% 0;
  height: 100%;
  width: 100%;
  opacity: 0;
    transition: all 0.5s;
}

.hover-bg .hover-text>h4{
  opacity: 0;
  -webkit-transform: translateY(100%);
            transform: translateY(100%);
            transition: all 0.3s;
}
.hover-bg:hover .hover-text>h4{
  opacity: 1;
    -webkit-backface-visibility:hidden;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
.hover-bg .hover-text>i{
  opacity: 0;
  -webkit-transform: translateY(0);
            transform: translateY(0);
            transition: all 0.3s;
}
.hover-bg:hover .hover-text>i{
  opacity: 1;
    -webkit-backface-visibility:hidden;
   -webkit-transform: translateY(100%);
            transform: translateY(100%);
}
.hover-bg:hover .hover-text{
  opacity: 1;
}
#tf-works i.fa {
  height: 30px;
  width: 30px;
  border: 1px solid #FCAC45;
  font-size: 20px;
  padding: 5px;
  border-radius: 50%;
}


/* ==========================================================================
Contato
========================================================================== */

#contato{
  background-color: #fff;
}

.contato h2{
  color: #ff7200;
  
}

.title-contact-services{
    display: inline-block;
    color: #565656;
    padding-bottom: 75px;
}



.contact-form .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    height: 44px;
}

#contato input, #contato textarea {
    display: inline-block;
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;    
    border-bottom: 2px solid #565656
    border-radius: 0;
}


.form-group::-moz-placeholder{
    color:#565656;
    font-weight: 400; 

}

.form-group :-ms-input-placeholder{
    color:#565656
    font-weight: 400;
}

.form-group ::-webkit-input-placeholder{
    color:#565656;
    font-weight: 400;
}


.button-send-clear {
    background: #fff;    
    height: 44px;
    border-radius: 50px; 
    padding: 0 35px;
    border: 0;
    margin-top: 20px;
    margin-bottom: 50px;
    font-size: 11px;       
    letter-spacing: 3px;               
    font-weight: 600;      
    text-transform: uppercase;  
    color: #565656;
}

.button-send-clear:hover {
    background: transparent;
    color: #565656;
    border: 0;
    background-color: #fff;
    text-decoration: none;
}

/* Checkbox */

.checkbox-holder {
  white-space: nowrap;
}

.checkbox {
  position: relative;
  display: block;
}

.checkbox {
  position: relative;
}

.checkbox label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
  border: 2px solid white;
  background: transparent;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.checkbox input[type=checkbox]:focus + label:before {
  background: rgba(255,255,255,0.2);
}

.checkbox label:after {
  content: '';
  position: absolute;
  top: 4.5px;
  left: 5px;
  width: 6px;
  height: 6px;
  opacity: 0;
  background: white;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
}

.checkbox input[type=checkbox]:checked + label:after {
  opacity: 1;
}

.checkbox-holder span {
  top: -2.5px;
  position: relative;
  margin: 0 0 0 10px;
  white-space: normal;
  color: #fff;
}

.clearout {
    clear:both;
}

.white-button{
    border-radius: 30px;
    margin-right: 15px;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 14px 28px 13px 28px;
    background: transparent;
    color: #ffe400;
    border: 2px solid #ffe400;      
    font-weight: 600;
}

.white-button:hover {
    background: #ffe400;
    color: #fff;
    text-decoration: none;
    border: 2px solid #ffe400;
    font-weight: 600;
}

.btn-getninjas{ 
	margin-top: 15px;
}

.getninjas-button{
    border-radius: 30px;
    margin-right: 15px;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 14px 28px 13px 28px;
    background: transparent;
    color: #ff000c;
    text-decoration: none;
    border: 2px solid #ff000c;
    font-weight: 600;
}

.getninjas-button:hover {
    background: #fff;
    color: #ff000c;
    border: 2px solid #fff;      
    font-weight: 600;
}


/* ==========================================================================
.hero-strip
========================================================================== */

.hero-strip {
  background: #333844 url("../img/hero-strip.jpg") no-repeat 50% 10%;  
  position: relative;
}  
  
.hero-strip h3 {
  color: #fff;
}

/* ==========================================================================
.hero-strip
========================================================================== */

.footer-strip {
  background: #333844 url("../img/polygonal-bg.jpg") no-repeat center center;
  padding-bottom: 0;
  position: relative; 
}  
  
.footer-strip h2 {
  color: #fff;
  padding-top: 100px;
}




/* ==========================================================================
Footer
========================================================================== */
footer {
  background-color: #fff;
  position: relative;
  padding: 25px 0 25px 0; 
}
  footer p {
    color: #565656;
    font-size: 13px; }
  
  footer a {
    color: #565656 }
  
  footer a:hover {
    color: #565656; }
    
    .social-share a.facebook-share:hover, .social-share a.facebook-share:focus {
      background-color: #0e41eb; }
    
    
    .social-share a.facebook-share {
      height: 40px;
      width: 40px;
      border-radius: 0;
      font-size: 22px;
      display: inline-block;
      text-align: center;
      content: #0e41eb; 
    }
    
    
  
  .footer-links {
    margin: 5px 0 10px 0; }

  .icon-alt  a img{
   width: 24px;
  }
  
  .align-right-footer{
  text-align: right;
  }
  
  .align-left-footer{
  text-align: left;
  }


/* PAGE SEND */

body#hero-send{
  background-color: #ff7200; 
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  height: 100%
}

.hero-send .down-arrow a {
  color: #fff; 
}
.hero-send h1 {
  color: #fff;
  margin-bottom: 40px; 
}
.hero-send p.intro {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 80px; 
}
.hero-send .hero-send-content {
  padding-top: 10%; 
}

/* Campo Intro
===========================  */

#intro {
  background-color: #ffa200;
}

#intro h2 {
  color: #fff;
}


#intro p {
  font-size: 16px !important;
  color: #fff;
}





/* Navegador
===========================  */


.header-nav.open {
  visibility: visible;
  opacity: 0.9;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.nav-toggle {
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 999999;
  padding: 10px 35px 16px 0;
  cursor: pointer; }

.nav-toggle:focus {
  outline: none; }

.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
  content: "";
  position: absolute;
  display: block;
  width: 35px;
  height: 3px;
  border-radius: 1px;
  background: #c3c3c3;
  cursor: pointer; }

.nav-toggle span:before {
  top: -10px; }

.nav-toggle span:after {
  bottom: -10px; }

.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

.nav-toggle.active span {
  background-color: transparent; }

.nav-toggle.active span:before, .nav-toggle.active span:after {
  top: 0; }

.nav-toggle.active span:before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.nav-toggle.active span:after {
  top: 10px;
  -ms-transform: translatey(-10px) rotate(-45deg);
  -webkit-transform: translatey(-10px) rotate(-45deg);
  transform: translatey(-10px) rotate(-45deg); }

.navicon {
  position: absolute;
  height: 26px;
  right: 10px;
  top: 48px;
  visibility: hidden;
  -webkit-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out; }

.navicon {
  position: absolute;
  height: 26px;
  right: 10px;
  top: 48px;
  visibility: hidden;
  -webkit-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out; }


		  
		  
.footer-strip h3, .hero-strip h3, .hero-strip h5 {
  color: #fff;
}

.hero-strip h5, #portfolio h5, #contato h5 {
  padding-bottom: 100px;
}

#portfolio h5{
  padding-bottom: 50px;
}

.hero-strip p, .footer-strip p {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}



strong {
  font-weight: 700;
}


.clearfix:after {
  content: '.';
  height: 0;
  font-size: 0;
  line-height: 0;
  display: block;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

/* Abas */
.tabs-content {
  background: #fff;
  margin-top: 40px;
}
 
/* Menu das abas */
.tabs-menu {
  background: #fff;
  text-align: center;
}
.tabs-menu ul {
   list-style: none;
}
.tabs-menu ul li {
  float: left;
}
.tabs-menu ul li a {
  display: block;
  padding: 20px 30px;
  text-decoration: none;
  font-size: 19px;
  font-weight: 400;
  color: #6a070b;
}

.tabs-menu ul li a:hover {
  display: block;
  text-decoration: none;
  background-color: #6a070b;  
  color: #fff;
  border-bottom: 5px solid #6a070b;
}


.tabs-menu ul li a.active-tab-menu {
  background: #fff;
  border-bottom: 3px solid #6a070b;;
  
}

.tabs-menu ul li a.active-tab-menu {
  background: #fff;
  border-bottom: 5px solid #6a070b;;
  color: #6a070b;  
}
 
/* Conteúdo das abas */
.tabs {
  display: none;
  padding: 30px;
}
.first-tab {
  display: block;
}


/* Modelo Lista
============================== */

.list ul li {
  font-size: 16px;
  padding: 15px 0 15px 0;
  margin-left: 30px;
  font-weight: 400; 
  color: #5f5f5f;
  border-bottom: 1px solid #e3e3e3;
}

.list ul li p {
  font-size: 14px;
  padding: 15px 0 0px 57px;
  font-weight: 400; 
  color: #5f5f5f;
}

.top1{
  margin-top: 17%;
}

.top1 span{
  font-weight: 800;
}

.noborder{
  border-bottom: 0px !important;
}

.titles-box-toggle h4{
  color: #6d6d6d;
  font-size: 24px;
  font-weight: 700;
  padding-top: 25px;
} 

.box-toggle ul li{
  color: #6d6d6d;
  font-size: 14px;
  padding-top: 20px;
  font-weight: 400;
  line-height: 1.8; 
}

.box-toggle ul li span{
  color: #006df1;
  font-size: 16px;
  font-weight: 600;
}

.icon-square3{
  height: 20px;
  margin-top: 12px;
  margin-right: 25px; 
  float: left;
}

.icon-square2{
  height: 20px;
  margin-top: 10px;
  margin-right: 25px; 
  float: left;
}

.icon-square{
  height: 20px;
  margin-top: 2px;
  margin-right: 25px; 
  float: left;
}

.ancora p, ancora a{
  font-size: 13.4px;
}

.ancora a {
  color: #4386fb;
}

/* ==========================================================================
Depoimento
========================================================================== */

#testimony{
    background-color: #0f8a3e;
}

.testimony h2,.testimony h5, .testimony p {
    color: #fff;
}

.testimony-text{
    padding: 0 20px; 
}

.img-depoimento{
	align: center;
}
