/* ------------------------------------------------------------------------------

  Template Name: Bobby
  Description: Bobby - Creative Service Landing Page
  Author: Murren
  Version: 1.0
  
  1.  Global

        1.1 General
        1.2 Typography
        1.3 Iconography
        1.4 Buttons
        1.5 Forms
        1.6 Loader
        1.7 Content helpers
        1.8 Background colors
        1.9 Colors

  2.  Header 

        2.1 Navbar
        2.2 Navbar affix
        2.3 Brand
        2.4 Navigation
        2.5 Masthead 

  3.  About
  4.  Services
  5.  Video section
  6   Specialization
  7.  Team
  8.  Questions
  9.  Get in touch
  10. Showcase

      10.1 Magnific popup 

  11. Prices
  12. Reviews

      12.1 Owl carousel 

  13. Contacts
  14. Footer
  15. Modals
  16. Responsive styles


    
/*-------------------------------------------------------------------------------
  1. Global
-------------------------------------------------------------------------------*/



/* 1.1 General */



@import url('bootstrap.min.css');
@import url('font-awesome.min.css');
@import url('et-line-fonts.css');
@import url('fonts.css');
@import url('owl.carousel.css');
@import url('magnific-popup.css');


body{
  -webkit-font-smoothing: antialiased;
  font-family: 'Gill Sans Std', sans-serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 1.5;
  color:#000;
  height: 100%;
  overflow: hidden;
  padding-right: 0!important;
}

.loaded{
  overflow: visible;
}

::-webkit-scrollbar{
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb{
  cursor: pointer;
  background: #f89b08;
}



/* 1.2 Typography */



h1,
.h1{
  font-weight: 200;
  font-size: 40px;
  line-height: 1.1;
  margin:0;
}

h2,
.h2{
  position: relative;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin:0 0 20px 0;
}

@media screen and (max-width: 768px) {
  h2, .h3 {
    font-size: 30px;
  }
}

.section-title:after{
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  background-color: #f89b08;
  border-radius: 50%;

}

h3,
.h3{
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
}

h4,
.h4{
  font-size: inherit;
  font-weight: 700;
  margin:10px 0;
}

strong{
  font-weight: 700;
}

p{
  margin:10px 0 0;
}

ul{
  list-style: none;
  padding-left: 0;
}
    
a{
  color:inherit;
  text-decoration: underline;
}

a:hover,
a:focus{
  color:#f89b08;
  text-decoration:none;
  outline: none;
}

a:focus{
  outline: none;
}



/* 1.3 Iconography */



.icon{
  display: inline-block;
  font-size: 50px;
  text-decoration: none;
  -webkit-transition: .3s ease;
       -o-transition: .3s ease;
          transition: .3s ease;
}



/* 1.4 Buttons */



.btn{
  padding:10px 30px;
  border-radius: 30px;
  border:1px solid transparent;
  background-color: #78588C;
  font-size: 17px;
  line-height: 1.4;
  font-weight: normal;
  color:#fff;
  text-decoration: none;
  -webkit-transition: all .2s ease-out;
       -o-transition: all .2s ease-out;
          transition: all .2s ease-out;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus{
  outline:none;
}

.btn:hover,
.btn:focus,
.btn.focus{
  color:#fff;
  background-color: #8E6BA5;
}

.btn:active{
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
       -o-transform: scale(0.8);
          transform: scale(0.8);
}

.btn:active,
.btn.active{
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-yellow{
  background-color: #f89b08;
  color:#000;
}

.btn-light-gray{
  background-color: #EBEBEB;
  color:#000;
}

.btn-light-gray:hover,
.btn-light-gray:focus{
  background-color: #f89b08;
  color:#000;
}

.btn-b-white{
  border:1px solid rgba(255,255,255,0.6);
  background-color: transparent;
}

.btn-b-white:hover,
.btn-b-white:focus{
  border-color: transparent;
}



/* 1.5 Forms */

.form-group{
  margin-bottom: 8px;
}

.form-control{
  height: 62px;
  padding: 6px 18px;
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  background: #f2f2f2;
  border: none;
  border-radius: 0;
  font-size: 18px;
  font-family: 'Gill Sans Std';
  //text-transform: uppercase;
  color: #2a2a2a;
}

.form-control::-webkit-input-placeholder{
  font-size: 18px;
  font-family: 'Gill Sans Std';
  text-transform: uppercase;
  color: #2a2a2a;
}

.form-control:-moz-placeholder{ /* Firefox 18- */
  font-size: 18px;
  font-family: 'Gill Sans Std';
  text-transform: uppercase;
  color: #2a2a2a;
}

.form-control::-moz-placeholder{  /* Firefox 19+ */
  font-size: 18px;
  font-family: 'Gill Sans Std';
  text-transform: uppercase;
  color: #2a2a2a;
}

.form-control:-ms-input-placeholder{  
  font-size: 18px;
  font-family: 'Gill Sans Std';
  text-transform: uppercase;
  color: #2a2a2a;
}

.form-control:focus{
  border-color: #7B5A91;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(123, 90, 145, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(123, 90, 145, .6);
}

textarea.form-control{
  resize:none;
  height: 208px;
  padding-top: 11px;
  font-size: 18px;
  font-family: 'Gill Sans Std';
  color: #2a2a2a;
}

select.form-control{
  height: 62px;
  padding: 6px 18px;
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  background: #f2f2f2;
  border: none;
  border-radius: 0;
  width: 100%;
  font-size: 18px;
  font-family: 'Gill Sans Std';
  text-transform: uppercase;
  color: #2a2a2a;
  background: url('../images/icons/icon7.png')no-repeat #f2f2f2 97% center;
}

select.form-control:focus{
  background-image: url('../images/icons/icon8.png');
}

.interesse{
  // padding: 0 30px;
}

.row-fields{
  margin:0 -8px;
}

.row-fields .form-group{
  padding-left: 8px;
  padding-right: 8px;
}

label.error{
  margin-top: 3px;
  font-size: 13px;
  font-weight: normal;
  color:#CC506F;
}



/* 1.6 Loader */



.loader{
  position: fixed;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  background-color:rgba(248, 164, 32, 0.97);
  z-index: 100;
  text-align: center;
}

.cssload-bell{
  position: absolute;
  left:50%;
  top:50%;
  margin:-109px 0 0 -107px;
  width: 214px;
  height: 218px;
  border-radius: 100%;
}

.cssload-circle{
  width: 100%;
  height: 100%;
  position: absolute;
}

.cssload-circle .cssload-inner{
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 11px solid rgba(188,209, 6,0.7);
  border-right: none;
  border-top: none;
  background-clip: padding;
  box-shadow: inset 0px 0px 21px rgba(255,237,145,0.15);
}

.cssload-circle:nth-of-type(0){
  transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
}

.cssload-circle:nth-of-type(0) .cssload-inner{
  animation: cssload-spin 2.3s infinite linear;
    -o-animation: cssload-spin 2.3s infinite linear;
    -ms-animation: cssload-spin 2.3s infinite linear;
    -webkit-animation: cssload-spin 2.3s infinite linear;
    -moz-animation: cssload-spin 2.3s infinite linear;
}

.cssload-circle:nth-of-type(1){
  transform: rotate(70deg);
    -o-transform: rotate(70deg);
    -ms-transform: rotate(70deg);
    -webkit-transform: rotate(70deg);
    -moz-transform: rotate(70deg);
}

.cssload-circle:nth-of-type(1) .cssload-inner{
  animation: cssload-spin 2.3s infinite linear;
    -o-animation: cssload-spin 2.3s infinite linear;
    -ms-animation: cssload-spin 2.3s infinite linear;
    -webkit-animation: cssload-spin 2.3s infinite linear;
    -moz-animation: cssload-spin 2.3s infinite linear;
}

.cssload-circle:nth-of-type(2){
  transform: rotate(140deg);
    -o-transform: rotate(140deg);
    -ms-transform: rotate(140deg);
    -webkit-transform: rotate(140deg);
    -moz-transform: rotate(140deg);
}

.cssload-circle:nth-of-type(2) .cssload-inner{
  animation: cssload-spin 2.3s infinite linear;
    -o-animation: cssload-spin 2.3s infinite linear;
    -ms-animation: cssload-spin 2.3s infinite linear;
    -webkit-animation: cssload-spin 2.3s infinite linear;
    -moz-animation: cssload-spin 2.3s infinite linear;
}

.cssload-bell{
  animation: cssload-spin 5.75s infinite linear;
    -o-animation: cssload-spin 5.75s infinite linear;
    -ms-animation: cssload-spin 5.75s infinite linear;
    -webkit-animation: cssload-spin 5.75s infinite linear;
    -moz-animation: cssload-spin 5.75s infinite linear;
}

@keyframes cssload-spin{
  from{
    transform: rotate(0deg);
  }
  to{
    transform: rotate(360deg);
  }
}

@-o-keyframes cssload-spin{
  from{
    -o-transform: rotate(0deg);
  }
  to{
    -o-transform: rotate(360deg);
  }
}

@-ms-keyframes cssload-spin{
  from{
    -ms-transform: rotate(0deg);
  }
  to{
    -ms-transform: rotate(360deg);
  }
}

@-webkit-keyframes cssload-spin{
  from{
    -webkit-transform: rotate(0deg);
  }
  to{
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes cssload-spin{
  from{
    -moz-transform: rotate(0deg);
  }
  to{
    -moz-transform: rotate(360deg);
  }
}



/* 1.7 Content helpers */


.content{
  position: relative;
  background-color: #fff;
}

.rel-1{
  position: relative;
  z-index: 1;
}

.masked{
  position: relative;
}

.masked:after{
  content:'';
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  background-color:rgba(0,0,0,0.5);
}

.section{
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-content{
  margin-top: 50px;
}

.section-lg{
  padding: 120px 0;
}

@media (min-width: 768px){
  .section{
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .section-content{
    margin-top: 100px;
  }

  .section-lg{
    padding: 200px 0;
  }
}

.icon-header{
  display: block;
  margin-bottom: 30px;
  font-size:60px;
}

.icon-header.icon-dial{
  font-size: 70px;
}

.btn-section{
  margin-top: 40px;
}

.row-baseline{
  margin-top: -30px;
}

.col-baseline{
  margin-top: 30px;
}



/* 1.8 Background colors */



.bgc-white{
  background-color: #fff;
}

.bgc-primary{
  background-color: #f89b08;
}

.bgc-light-gray{
  background-color: #f5f5f5;
}

.bgc-yellow{
  background-color:#f89b08;
}



/* 1.9 Colors */



.text-white{
  color:#fff;
}

.text-muted{
  opacity: 0.6;
  color:inherit;
}

.text-primary{
  color:#866F9C;
}

.text-yellow{
  color:#f89b08;
}



/*-------------------------------------------------------------------------------
  2. Header
-------------------------------------------------------------------------------*/



.header{
  color:#fff;
  background:url(../images/bg/header.jpg) center top no-repeat;
  background-size:cover;
}

.header.services{
  background-image: url('../images/bg/bg-services.jpg'); 
}

.header.equipe{
  background-image: url('../images/bg/bg-team.jpg');
}

.video{
  position: fixed;
  top: 0;
  left: 50%;
  //bottom: 0;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);;
}


.video,
.video-background{
  background: url(../video/poster.jpg) center top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .video {
    display: none;
  }
}

/* 2.1 Navbar */

        

.navbar{
  position:absolute;
  top:0;
  left:0;
  z-index: 10;
  width: 100%;
  padding-top:10px;
  border-radius: 0;
  font-size: 15px;
  color:#fff;
  background-color: transparent;
  -webkit-transition:all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
         transition: all 0.2s ease-in-out;
}

.navbar .container-fluid{
  padding: 0;
}

.container>.navbar-header, 
.container-fluid>.navbar-header, 
.container>.navbar-collapse, 
.container-fluid>.navbar-collapse{
  margin-left: 0;
}

 .container-fluid>.navbar-header, .navbar-nav{
  float: none;
  text-align: center;
  width: 100%;
} 

.navbar-nav>li{
  float: none;
  display: block;
}

.navbar .facebook-icon {
  position: absolute;
  left: 58%;
  bottom: 8px;
  transition: .5s all linear;
  transform: translate(370px, 0);
}
.icone-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .navbar .facebook-icon {
    transform: translate(0, 0);
    right: 100px;
    left: auto;
    bottom: auto;
    top: 30px;
  }
  .icone-desk {
    display: none;
  }
  .icone-mobile {
    display: block;
  }
}
.navbar .facebook-icon:hover {
  color: black;
}
.navbar .facebook-icon i {
  font-size: 25px;
}
.navbar-collapse{
  border:none;
  -webkit-box-shadow:none;
         box-shadow: none;
         max-height: 320px;
}

.navbar-toggle{
  margin-top: 0;
  margin-bottom: 10px;
  border:1px solid #fff;
  top: 15px;
}



/* 2.2 Navbar affix */

        
.navbar.affix{
  position: fixed;
  background-color:#f89b08;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
}

.navbar.affix .brand img{
  height: 70px;
}


/* 2.3 Brand */



.brand{
  font-size: 33px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  -webkit-transition:all 0.2s linear;
      -o-transition: all 0.2s linear;
         transition: all 0.2s linear;
  height: 137px;
  width: auto;
}

.brand img{
  margin-left: 50px;
  height: 70px;
}

.brand .circle{
  content:'';
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #f89b08;
  margin-left: -3px;
  border-radius: 50%;
}    

.brand:hover .circle{
  background-color: #fff;
}    

.brand:focus{
  color:#fff;
}

.brand:hover{
  color:#f89b08;
}



/* 2.4 Navigation */



.navbar-nav{
  margin-top: 0;
  font-weight:500;
}

.navbar-nav > li > a{
  position: relative;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.navbar-nav > li > a:hover, 
.navbar-nav > li > a:focus,
.navbar-nav > .active > a{
  color: #333;
  background-color: #f89b08;
}

.navbar-toggle .icon-bar{
  background-color: #fff;
}


#navFixed{
  bottom: 0;
  position: fixed;
  z-index: 11;
  width: 100%;
  background: rgba(186, 209, 6, .9);
  padding: 10px 0;
  box-shadow: 0 0 1px #fff;
  transition: 1s all linear;
}

#navFixed.oculto {
  bottom: -300px;
}
#navFixed ul{
  position: relative;
  text-align: center;
  margin: 0;
}
#navFixed img {
    margin-right: 17px;
}

#navFixed ul li{
  cursor: pointer;
  display: inline-block;
  margin: 0 10px;
  color: white;
font-size: 18px;

}

#navFixed ul li a{ 
  text-decoration: none;
}

#navFixed button {
    background: #536a13;
    border: 0;
    color: #c1d61e;
    text-transform: uppercase;
    border-radius: 10px;
    font-size: 16px;
    padding: 3px 15px 3px 15px;
    margin-left: 2px;
        font-family: 'Gill Sans Std Bold';
}

span.fsddji {
    color: #536a13;
        font-family: 'Gill Sans Std Bold';
}
@media screen and (max-width: 768px) {
  #navFixed img.email-icon {
    margin-top: -3px!important;
    width: 56%;
}
.mobile-hide{display: none!important;}
  .gmap {
    margin-left: 0!important;
    width: 100%!important;
}
a.facebook-icon.icone-mobile.dois {
    margin-left: 10px!important;
    right: 67px;
}
#navFixed ul li {
    font-size: 13px;
}
#navFixed button {
    font-size: 13px;
    margin-top: 6px;
}
#navFixed img {
    margin-top: -6px!important;
    width: 50%;
}

}
/* 2.5 Masthead */



.masthead{
  display: table-cell;
  vertical-align: middle;
  width: 1%;
  padding:170px 0 120px;
  height: 100vh;
  text-align: center;
}

.masthead.interna{
  height: 50vh;
}
.lead{
  font-size: inherit;
  margin:20px 0 0;
}

.masthead .lead .btn{
  background: #f89b08;
  font-size: 18px;
  border-radius: 0;
  padding: 10px 50px;
  text-transform: uppercase;
}

.masthead .lead.text-muted{
  font-size: 25px;
  color: #fff;
  opacity: 1;
}

.lead-text{
  margin-top: 20px;
}

.lead-direct{
  margin-top:40px;
}


/*-------------------------------------------------------------------------------
  3. About
-------------------------------------------------------------------------------*/


.about{
  padding: 60px 0;
}

.about h2{
  color: #333333;
  opacity: 1;
  font-weight: 100;
  font-size: 25px;
  text-align: center;
  margin-bottom: 50px;
  font-family: 'Gill Sans Std';
}
.about h2.text-orange{
  font-family: 'Gill Sans Std Bold';
  color: #f89b08;
}
.about h2.ft22 {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .about h2 {
    font-size: 20px;
  }
}
.col-box{
  font-size: 15px;
  padding:0 30px;
}


.col-box .media-body h3, .col-box .media-body .text-muted{
  font-size: 15px;
  font-family: 'Gill Sans Std';
  color: #000000;
  opacity: 1;
  margin: 0;
}

.col-box .media-body h3{
  margin-top: 20px;
}

.col-box:first-child{
  border-left:0;
}



/*-------------------------------------------------------------------------------
  4. Services
-------------------------------------------------------------------------------*/

#services{
  background: #fff;
  padding: 0;
}

#services h2{
  color: #bcd106;
  font-family: 'Gill Sans Std Bold';
  text-transform: uppercase;
  font-size: 40px;
  margin: 0;
}

@media screen and (max-width: 768px) {
  #services h2 {
    font-size: 30px;
  }
}

#services .row-baseline{
  padding: 60px 0;
  margin: 0;
}

#services .icon{
  padding-bottom: 15px;
}

/*-------------------------------------------------------------------------------
  5. Video section
-------------------------------------------------------------------------------*/



.video-section{
  background: url(../images/bg/video-section.jpg)  center no-repeat;
  background-size:cover;
}

.video-section .section-title{
  font-size: 40px;
  text-transform: uppercase;
  margin: 0;
}
.video-section .text-muted{
  font-size: 36px;
  opacity: 1;
  font-weight: 100;
  font-family: 'Gill Sans Std Light';
  margin: 0;
}
.video-section .section-title:after{
  display: none;
}

/*-------------------------------------------------------------------------------
  6. Gallery
-------------------------------------------------------------------------------*/
#gallery{
  background: #f9f9f9;
  padding: 115px 0 70px;
}

.img-thumb{
  padding-bottom: 15px;
  text-align: center;
}

.mfp-bottom-bar{
  margin-top: -40px;
  display: none;
}

.mfp-counter{
  display: none;
}

.mfp-title{
  font-family: 'Gill Sans Std Light';
  text-transform: uppercase;
  background: #ffffff;
  color: #666666;
  padding: 25px 0;
  text-align: center;
  font-size: 18px;
}

.mfp-close-btn-in .mfp-close{
  position: absolute;
  right: 0;
  top: 0;
  background: orange;
  opacity: 1;
  width: 50px;
  text-align: center;
  padding: 0;
  height: 62px;
}

img.mfp-img{
  padding-top: 0;
}
/*-------------------------------------------------------------------------------
  7. Team
-------------------------------------------------------------------------------*/
#team .director{
  padding: 40px 15px;
}

#team .ourTeam{
  background: #f9f9f9;
  padding: 50px 0;
}
#team .ourTeam .row {
  display: flex;
  justify-content: center;
}
#team .ourTeam .photo{
  padding-top: 30px;
}

#team .photo img{
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
}

#team .desc{
  padding-top: 20px;
}

#team .desc h3{
  font-size: 25px;
  color: #f8a420;
  font-family: 'Gill Sans Std Bold';
  line-height: 35px;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  #team .desc h3 {
    font-size: 20px;
  }
}
#team .ourTeam h3{
  margin: 0;
  font-size: 20px;
}
#team .ourTeam .desc p {
  font-size: 16px;
  line-height: 20px;
}
#team .desc p{
  font-size: 20px;
  color: #333333;
  font-family: 'Gill Sans Std';
  opacity: 1;
  margin: 0;
  line-height: 25px;
}

#team .bio{
  margin-top: 12.5px;
}
#team .bio p{
  font-size: 16px;
  color: #333333;
  font-family: 'Gill Sans Std';
  opacity: 1;
  margin: 0;
  line-height: 25px; 
  padding: 12.5px 0;
}

/*-------------------------------------------------------------------------------
  8. Questions
-------------------------------------------------------------------------------*/

#questions{
  padding: 100px 0;
}
/*----- Accordion -----*/
#accordion, #accordion *{
    -webkit-box-sizing:border-box; 
    -moz-box-sizing:border-box; 
    box-sizing:border-box;
}
 
#accordion{
    overflow:hidden;
    box-shadow:0px 1px 3px rgba(0,0,0,0.25);
    border-radius:3px;
    background:#f7f7f7;
}
 
/*----- Section Titles -----*/
.panel {
  box-shadow: none;
  border: none;
}
.panel a, .accordion-section-title{
    width:100%;
    padding:15px;
    display:inline-block;
    //border-bottom:1px solid #1a1a1a;
    background:#F2F2F2;
    transition:all linear 0.15s;
    /* Type */
    font-size:1.200em;
    /* text-shadow:0px 1px 0px #1a1a1a; */
    color:#333333;
    font-family: 'Gill Sans Std Bold';
    text-decoration: none;
}

.panel .panel-heading {
  padding: 0;
}

.panel a.collapsed:after, .accordion-section-title:after{
  content: '◢';
  float: right;
  padding-right: 10px;
  color: #bcd106;
  font-family: 'Gill Sans Std';
  transform: rotate(45deg);
  transition: all .3s ease-in-out;
}

.panel a:after, .accordion-section-title.active:after{
  content: '◢';
  float: right;
  transform: rotate(-135deg) translate(5px, -5px);
  transition: all .3s ease-in-out;
  color: #fff;
}

 
.panel a:hover, .accordion-section-title.active, .accordion-section-title:hover{
    background:#f89b08;
    /* Type */
    text-decoration:none;
    color: #fff;
}

.panel p {
  font-size: 17px;
  line-height: 23px;
}
 
.accordion-section:last-child .accordion-section-title{
    border-bottom:none;
}
 
/*----- Section Content -----*/
.accordion-section-content{
    padding:15px;
    display:none;
}

.accordion-section-content p{
  font-size: 16px;
  font-family: 'Gill Sans Std';
}

/*-------------------------------------------------------------------------------
  12. Reviews
-------------------------------------------------------------------------------*/



.reviews{
  background: #fff;
  background-size:cover;
}

.reviews:after{
  background-color:rgba(114, 80, 135, 0.95);
}

.review-carousel{
  margin-top: 30px;
}

.review-author{
  margin-top: 30px;
}

.review-author strong{
  font-size: 17px;
}

.reviews .text-muted{
  color: #000;
  opacity: 1;
  font-size: 22px;
  font-family: 'Gill Sans Std Italic';
}

@media screen and (max-width: 768px) {
  .reviews .text-muted {
    font-size: 18px;
  }
}

.reviews h3{
  color: #f89b08;
  font-size: 30px;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .reviews h3 {
    font-size: 20px;
  }
}

.reviews .text {
    color: #000;
}

/* 12.1 Owl carousel */
/* 
.owl-pagination{
  position: absolute;
  top:-20px;
  left: 0;
  width: 100%;
  text-align: center;
} */

.owl-pagination .owl-page{
  display: inline-block;
  width: 10px;
  height: 10px;
  margin:0 5px;
  background-color: #fcb84d;
  border-radius: 50%;
}

.owl-pagination .owl-page.active{
  background-color:#f89b08;
  width: 20px;
  height: 20px;
  vertical-align: text-top;
}



/*-------------------------------------------------------------------------------
  13. Contacts
-------------------------------------------------------------------------------*/



.tracar-rota {
  position: absolute;
  z-index: 1;
  left: 40%;
  padding: 10px 20px;
  background: rgba(248, 155, 8, .9);
}
.tracar-rota a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

.tracar-rota a:hover {
  color: #000;
}
@media screen and (max-width: 768px) {
  .tracar-rota {
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.address{
  position: relative;
  background: rgba(248, 155, 8, .9);
  z-index: 1;
  width: 100%;
  height: auto;
  padding: 20px 0;
  text-align: center;
  padding-bottom: 45px;

}

.address h3{
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
}

.address p{
  font-size: 20px;
  color: #fff;
  opacity: 1;
  margin: 0;
  font-family: 'Gill Sans Std';
  line-height: 1.1;
}

.address a {
  font-size: 20px;
  color: #fff;
  font-family: 'Gill Sans Std';
  font-weight: bold;
  text-transform: uppercase;
  top: 10px;
  position: relative;
}

.address a:hover {
  color: #000;
  text-decoration: underline;
}

.contacts{
  padding-bottom: 65px;
}

.contacts .titleSec h2{
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 20px;
}

.contacts .titleSec h2:after{
  display: none;
}

.contacts .informacoes {
  border-left: 3px solid #f89b08;
  padding: 15px 0;
  margin-top: 30px;
}
.contacts .informacoes ul {
  margin: 0;
  padding-left: 10px;
}
.contacts .informacoes ul li {
  font-size: 16px;
  line-height: 25px;
  text-transform: uppercase;
  color: rgba(119, 119, 119, .8);
  padding-bottom: 10px;
}
.contacts .informacoes ul li:last-child {
  padding-bottom: 0;
}
.contacts .informacoes ul li strong {
  font-weight: bold;
}
.contacts .informacoes ul li a {
  text-decoration: none;
  color: #f89b08;
  font-size: 27px;
}
.contacts .informacoes ul li a:hover {
  color: #000;
}

.contacts .tabs{
  text-align: center;
}

.contacts .tabs ul a{
  float: none;
  display: block;
  text-decoration: none;
  position: relative;
}

.contacts .tabs ul a li{
  font-family: 'Gill Sans Std Bold';
  font-size: 15px;
  text-transform: uppercase;
  padding: 19px 0;
  text-decoration: none;
  border: 1px solid #333333;
  position: relative;
}

.contacts .tabs ul a.active{
  background: #333333;
  color: #fff;
}

.contacts .section-content {
  margin-top: 60px;
}
.contacts .section-content #faleConosco, .contacts .section-content #trabalheConosco{
  display: none;
}
.contacts .section-content #faleConosco.active, .contacts .section-content #trabalheConosco.active{
  display: block;
}

.contacts .section-content .forms form .button{
  text-align: center;
  padding-top: 22px;
}

.contacts .section-content .forms form .button button{
  background: #f89b08;
  padding: 18px 70px;
  font-family: 'Gill Sans Std Bold';
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 2px;
}

@media screen and (max-width: 768px) {
  .contacts .titleSec h2 {
    text-align: center;
  }
  .contacts .informacoes {
    border-left: 0;
    padding-bottom: 20px;
  }
  .contacts .informacoes ul {
    padding-left: 0;
  }
  .contacts .informacoes ul li {
    font-size: 14px;
    text-align: center;
  }
}
/*-------------------------------------------------------------------------------
  13.1 Partners
-------------------------------------------------------------------------------*/
#partners{
  background: #f9f9f9;
  padding: 42px 0;
}
#partners{
  text-align: center;
}
#partners .titleSec h3{
  font-size: 10px;
  color: #333333;
  text-transform: uppercase;
}
#partners img{
  margin-left: auto;
  margin-right: auto;
}
/*-------------------------------------------------------------------------------
  14. Footer
-------------------------------------------------------------------------------*/



.footer{
  padding: 20px 0;
  color:#fff;
  background: #333333;
}

.footer .social{
  margin-top: 0;
}

.copyright{
  margin: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Gill Sans Std'
}



/*-------------------------------------------------------------------------------
  15. Modals
-------------------------------------------------------------------------------*/



.modal{
  text-align: center;
  white-space: nowrap;
}

.modal:before{
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.modal-dialog{
  width:95%;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  white-space: normal;
  margin:0;
}

.modal-content{
  -webkit-box-shadow:none;
  box-shadow: none;
  border-radius: 0;
  border:none;
}

.modal-header{
  background-color: #f89b08;
  border-bottom: 0;
  color:#fff;
  text-align: center;
}

.modal-header .close{
  position: relative;
  z-index: 1;
  font-size: 25px;
}

.modal-title{
  line-height: 1.1;
}


/*-------------------------------------------------------------------------------
  16. Responsive
-------------------------------------------------------------------------------*/

@media (min-width: 480px){

  h1,
  .h1{
    font-size: 50px;
  }
}


@media (min-width: 768px){
  
  .navbar{
    padding-bottom: 10px;
  }

  .navbar.affix-top{
    padding: 30px 0 10px;
    background: none;
    box-shadow: none;
  }

  .navbar.affix .navbar-nav{
    margin-top:10px;
  }

  .navbar-nav > li{
    margin-left:30px;
    display: inline-block;
  }

  .navbar-nav > li:first-child{
    margin-left: 0;
  }

  .navbar-nav > li > a{
    padding:0;
    border-bottom: 3px solid transparent;
  }

  .navbar-nav > li > a:hover, 
  .navbar-nav > li > a:focus{
    background-color: transparent;
    border-bottom: 3px solid #bed200;
    color: #bed200;
  }
  .navbar-nav > .active > a{
    border-bottom: 3px solid #bed200;
    background-color: transparent;
    color: #fff;
  }

  .brand{
    font-size: 45px;
  }

  .masthead{
    padding: 250px 0 200px;
  }

  .masthead{
    padding: 250px 0 100px;
  }

  .modal-dialog{
    width: 85%;
  }
  .address{
    position: absolute;
    background: rgba(248, 155, 8, .9);
    z-index: 1;
    width: 40%;
    height: 360px;
    padding: 30px 0;
    text-align: left;
  }

  .address h3{
    font-size: 35px;
    text-transform: uppercase;
    color: #fff;
    line-height: 1;
  }

  .address p{
    font-size: 20px;
    color: #fff;
    opacity: 1;
    margin: 0;
    font-family: 'Gill Sans Std';
    line-height: 1.1;
  }
  .contacts .section-content .forms form .button{
    text-align: right;
  }
  .masthead .lead .btn{
    background: #f89b08;
    font-size: 18px;
    border-radius: 0;
    padding: 18px 121px;
    text-transform: uppercase;
  }
  .masthead .col-md-8.col-md-offset-2{
    width: 60%;
    margin-left: 20%;
  }
  .brand img {
    height: auto;
  }
  .navbar-nav{
    margin-top: 23px;
  }
  .contacts .tabs ul a{
    float: left;
    text-decoration: none;
    width: 263px;
    position: relative;
    display: block;
  }
  .contacts .tabs ul a.active:after{
    content: '◤';
    content: none;
    position: absolute;
    top: 30px;
    color: #333;
    font-size: 35px;
    left: 45%;
    -ms-transform: rotate(-135deg); /* IE 9 */
    -webkit-transform: rotate(-135deg); /* Chrome, Safari, Opera */
    transform: rotate(-135deg);
  }
  #team .director{
    padding: 80px 50px;
  }
  .contacts .section-content .forms form .button button{
    padding: 18px 125px;
  }
  .brand img{
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 992px){

  .footer .social{
    text-align: right;
  }

  .copyright{
    margin-bottom: 0;
  }
}

@media (min-width: 1200px){
  .row-spec{
    margin:0 -30px;
  }

  .col-spec{
    padding:0 30px;
  }
}

.image-services{
  background: url('../images/bg/bg-services.jpg')center center no-repeat;
  display: block;
  height: 297px;
}

/* Customização Jota3w */

a.facebook-icon.icone-desk.dois {
    margin-left: 35px;
}
img.corrige-thumb {
    width: 106%;
}
.gmap{
  /* margin-top: 40px; */
  height: 360px;
    margin-left: 40%;
    width: 60%;
} 

#navFixed img {
    margin-top: -6px;
}
#navFixed img.email-icon {
    margin-top: 0px;
}

.apizap {display: none!important;}

@media (max-width: 490px){

.apizap {display: block!important;}
.webzap {display: none!important;}
  
}

img.img-fluid {
    width: 100%;
}
div#exampleModal .modal-header {
    background: #7e9400;
}
div#exampleModal .modal-body {
    background: #7e9400;
}

#valors {
    padding: 100px 0;
}
#valors h2 {
    text-align: center;
    color: #3d4502;
    text-transform: uppercase;
    font-size: 30px;
}
#valors .btn {
    background: #bcd000;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 30px;
}

#valors input.form-control {
    border: 2px solid #bcd000;
    border-radius: 23px;
    background: white;
}

#valors select.form-control {
  border: 2px solid #bcd000;
    border-radius: 23px;
    background: url(../images/icons/icon7-v.png)no-repeat #FFF 97% center;
      margin-top: 39px;
      font-size: 13px;
}
#valors select.form-control:focus{
  background-image: url('../images/icons/icon8-v.png');
}


#valors .form-check {
    text-align: left;
        margin-left: 2%;
}

#valors p.new-form {
    text-align: left;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 10px;
    margin-top: 15px;
}
#valors .form-check p.new-form {
    margin-bottom: 39px;
    margin-top: 39px;
}


.container-custom {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container-custom input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
label.container-custom {
    color: #3d4502;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container-custom:hover input[type="checkbox"] ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-custom input[type="checkbox"]:checked ~ .checkmark {
  background-color: #bcd000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-custom input[type="checkbox"]:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-custom .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}