/*---------------------------------------------------------------

  Project Name: Pomania - Multi-Purpose HTML Template
  File Name: style.css
  Author: Peng Lam
  Author URI: http://khaitawng.com
  Version: 1.0.0

------------------------------------------------------------------*/
/*----------------------------------------------------------------

// Table of contents //

        Body
    0.  Typography
    1.  Buttons
    2.  General
    3.  Preloader
    4.  Navigation section
    5.  Home section
    6.  Feature section
    7.  About section
    8.  Skills section
    9.  Portfolio section
    10. Service section
    11. Quotes section
    12. Team section
    13. Testimonial section
    14. Contact section
    15. Footer section
    16. Social icon
    17. Mobile Responsive styles

------------------------------------------------------------------*/

body {
		background: #ffffff;
    font-family: 'Work Sans', sans-serif;
    font-style: normal;
		font-weight: 300;
    overflow-x: hidden;
}


/*---------------------------------------
    0 Typorgraphy              
-----------------------------------------*/

h1,h2,h3,h4,h5,h6 {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -1px;
}

h1,h2 {
  font-weight: bold;
}

h1 {
    font-size: 62px;
    padding-bottom: 14px;
    margin-bottom: 0px;
}

h2 {
  font-size: 42px;
  line-height: 52px;
  margin-top: 0px;
}

h3 {
  font-size: 26px;
  line-height: 32px;
  padding-bottom: 6px;
}

h4 {
  color: #999;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-top: 6px;
}

h5 {
  color: #666666;
}

p {
    color: #888;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0.2px;
}


/*---------------------------------------
    1 Buttons               
-----------------------------------------*/

.btn-success:focus {
  background-color: #000;
  border-color: transparent;
}

.section-btn {
  background-color: #000;
  border: 3px solid transparent;
  border-radius: 100px;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1.6px;
  padding: 12px 36px;
  margin-top: 22px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  text-transform: uppercase;
}

.section-btn:hover {
  background: transparent;
  border-color: #000;
  color: #000;
}


/*---------------------------------------
    2 General               
-----------------------------------------*/

html{
  -webkit-font-smoothing: antialiased;
}

a {
  color: #4d638c;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none !important;
}

a:hover, a:active, a:focus {
  color: #4d638c;
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}

.section-title {
  position: relative;
  padding-bottom: 62px;
}

.section-title p {
  background: #191919;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  padding-right: 12px;
  padding-left: 12px;
}

#feature .section-title p,
#testimonial .section-title p {
    background: none;
    border-radius: 0px;
    color: #888;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0.2px;
    padding: 0px;
}

#about,
#skills,
#service,
#quotes,
#team,
#testimonial,
#contact {
  padding-top: 80px;
  padding-bottom: 100px;
  position: relative;
}

#skills,
#portfolio,
#service,
#quotes,
#team,
#testimonial,
footer {
  text-align: center;
}


/*---------------------------------------
    3 Preloader section              
-----------------------------------------*/

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.sk-spinner-wordpress.sk-spinner {
  background-color: #202020;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  position: relative;
  -webkit-animation: sk-innerCircle 1s linear infinite;
  animation: sk-innerCircle 1s linear infinite; 
}

.sk-spinner-wordpress .sk-inner-circle {
  display: block;
  background-color: #ffffff;
  width: 16px;
  height: 16px;
  position: absolute;
  border-radius: 8px;
  top: 5px;
  left: 5px; 
}

@keyframes sk-innerCircle {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }



/*---------------------------------------
    4 Navigation section              
-----------------------------------------*/

.custom-navbar {
    margin-bottom: 0;
    background-color: #101010;
}

.custom-navbar .navbar-brand {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 3rem;
    line-height: 35px;
}

.custom-navbar .nav li a {
    color: #ddd;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    line-height: 40px;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

.custom-navbar .nav li a:hover {
    background: transparent;
    color: #ffffff;
}

.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
  background-color: transparent;
}

.custom-navbar .nav li.active > a {
    background-color: transparent;
    color: #ffffff;
}

.custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
}

.custom-navbar .navbar-toggle {
    background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
    background: #ffffff;
    border-color: transparent;
}

@media(min-width:768px) {
    .custom-navbar {
        padding: 20px 0;
        border-bottom: 0;
        background: 0 0; 
    }
    .custom-navbar.top-nav-collapse {
        background: rgba(0,0,0,0.55);
        padding: 0;
    }

}



/*---------------------------------------
    5 Home section              
-----------------------------------------*/

#home {
    /* background: url('../img/home-bg.jpg') 50% 0 repeat-y fixed;
    background-size: cover;
    background-position: center center; */
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
     display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
     align-items: center;
    /* height: 100vh; */
    position: relative;
    text-align: center;
}

#home .overlay {
  /*background: rgba(0,0,0,0.7);*/
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#home h4 a {
  color: #ffffff;
}

#home .home-arrow-down {
  text-align: center;
  position: absolute;
  bottom: -182px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#home .home-arrow-down .btn {
  font-size: 35px;
}

#home .home-arrow-down .fa {
  color: #ffffff;
  display: inline-block;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-animation-name: home-arrow-down;
  animation-name: home-arrow-down;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes home-arrow-down {
  from {
    -webkit-transform: translate3d( 0, 0px, 0  );
    transform: translate3d( 0, 0px, 0  );
    filter: alpha(opacity=0 ) ;
    opacity: 0 ;
  }
  10% {
    -webkit-transform: translate3d( 0, 5px, 0  );
    transform: translate3d( 0, 5px, 0  );
    filter: alpha(opacity=100 ) ;
    opacity: 1 ;
  }
  to {
    -webkit-transform: translate3d( 0, 30px, 0  );
    transform: translate3d( 0, 30px, 0  );
    filter: alpha(opacity=0 ) ;
    opacity: 0 ;
  }
}



/*---------------------------------------
    6 Feature section              
-----------------------------------------*/

#feature h1 {
  padding-bottom: 22px;
}

#feature .container {
  width: 100%;
  padding: 0;
  margin: 0;
}

#feature .col-md-6 {
  background: #fefefe;
  padding-left: 0;
  margin: 0;
}

#feature .feature-img {
  background: url('../img/feature-img.jpg') no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
}

#feature .feature-thumb {
  padding: 62px 22px 22px 52px;
}



/*---------------------------------------
    7 About section              
-----------------------------------------*/

#about {
  background: #f9f9f9;
  border-top: 1px solid #f5f5f5;
  position: relative;
}

#about .col-md-3 {
  text-align: center;
}

#about .col-md-4 img {
  border: 8px solid #222;
  display: inline-block;
  padding: 8px;
}

#about .col-md-4 {
  text-align: left;
}



/*---------------------------------------
    8 Skills section              
-----------------------------------------*/

#skills {
    background: url('../img/skills-bg.jpg') 50% 0 repeat-y fixed;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
}

#skills .overlay {
    background: #020202;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.8;
}

#skills .progress {
  background: #ffffff;
  border-radius: 0px;
  box-shadow: none;
  height: 2px;
}

#skills .progress-bar-primary {
  background: #999;
}

#skills strong,
#skills span {
  font-weight: 400;
  display: inline-block;
  padding-bottom: 12px;
}

#skills p {
  color: #fff !important;
  font-weight: 400;
  margin-top: -55px;
}


/*---------------------------------------
    9 Portfolio section              
-----------------------------------------*/

#portfolio {
  background: #f9f9f9;
  padding-top: 80px;
  position: relative;
}

#portfolio .container {
  width: 100%;
  padding: 0;
  margin: 0;
}

#portfolio .col-md-4 {
  padding: 6px;
  margin: 0;
}

#portfolio img {
  width: 100%;
}

.portfolio-thumb {
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}

.portfolio-item-hover {
  background: #000;
  position: absolute;
  overflow: hidden;
  z-index: 1;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.portfolio-item-hover:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.portfolio-item-hover .fa {
  border: 2px solid #ffffff;
  border-radius: 100%;
  color: #ffffff;
  font-size: 36px;
  font-weight: normal;
  position: absolute;
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  top:50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.portfolio-thumb a:hover .portfolio-item-hover {
  opacity: 0.8;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.portfolio-thumb a:hover .portfolio-item-hover:after {
  opacity: 1;
}

/*filter css*/
.filter-wrapper {
    width: 100%;
    padding: 0px;
    margin-bottom: 32px;
    overflow: hidden;
}

.filter-wrapper li {
    display: inline-block;
    margin: 4px;
}

.filter-wrapper li a {
    color: #888;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 8px 17px;
    display: block;
    text-decoration: none;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}
.filter-wrapper li a:hover,
.filter-wrapper li a:focus {
  color: #333;
}

/*isotope box css*/
.iso-box-section {
    width: 100%;
}

.iso-box-wrapper {
    width: 100%;
    padding: 0;
    clear: both;
    position: relative;
}

.iso-box {
    position: relative;
    min-height: 50px;
    float: left;
    overflow: hidden;
    margin-bottom: 25px;
}

.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
} 

.fluid-img {
    width: 100%;
    display: block;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}



/*---------------------------------------
    10 Service section              
-----------------------------------------*/

#service p {
  font-size: 18px;
  line-height: 30px;
}

#service .service-thumb {
  background: #f5f5f5;
  border-bottom: 2px solid #333;
  border-radius: 1px;
  padding: 42px 22px;
}

#service .service-thumb .fa {
  font-size: 82px;
}



/*---------------------------------------
    11 Quotes section              
-----------------------------------------*/

#quotes {
    background: url('../img/quotes-bg.jpg') 50% 0 repeat-y fixed;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
}

#quotes .overlay {
    background: #020202;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.8;
}

#quotes .fa {
  font-size: 42px;
  margin-top: 32px;
  margin-bottom: 22px;
}



/*---------------------------------------
    12 Team section              
-----------------------------------------*/

#team .team-thumb {
  border-radius: 1px;
  width: 100%;
  margin-top: 12px;
  margin-bottom: 22px;
  position: relative;
  overflow: hidden;
}

#team .team-thumb h3 {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

#team .team-thumb .social-icon li a {
  border-color: transparent;
  margin-top: 0px;
}

#team .team-overlay {
  background: rgba(250,250,250,0.7);
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.04);
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 100px;
  overflow: hidden;
  transition: height 450ms;
  text-align: center;
}

#team .team-thumb:hover .team-overlay {
  height: 160px;
  background: rgba(250,250,250,0.9);
}



/*---------------------------------------
    13 Testimonial section              
-----------------------------------------*/

#testimonial {
  background: #f9f9f9;
  padding-top: 100px;
}

#testimonial h5 {
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.4px;
}

#testimonial .tst-author {
  margin-top: 42px;
  margin-bottom: 12px;
}

#testimonial .tst-author .tst-foto {
  border: 3px solid #555;
  border-radius: 100%;
  display: inline-block;
  overflow: hidden;
  width: 80px;
  height: 80px;
  padding: 4px;
  margin-right: 16px;
}

#testimonial .tst-author .tst-author-info {
  display: inline-block;
  text-align: left;
  width: auto;
  position: relative;
  top: -28px;
}



/*---------------------------------------
    14 Contact section              
-----------------------------------------*/

#contact .contact-info {
  padding-top: 42px;
  padding-bottom: 42px;
}

#contact .form-control {
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0px;
  box-shadow: none;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

#contact .form-control:focus {
  border-bottom-color: #999;
}

#contact input {
  height: 50px;
}

#contact input[type="submit"] {
  border: 3px solid #79623b;
  border-radius: 40px;
  background: #c9ae7b;
  color: #000;
  padding-bottom: 10px;
}

#contact input[type="submit"]:hover {
  background: #79623b;
  color: #000;
}

#contact a {
  color: #757575;
}

#contact .fa {
  padding-right: 10px;
}



/*---------------------------------------
    15 Footer section              
-----------------------------------------*/

footer {
    background: #151515;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
    padding: 80px 0px;
    position: relative;
}

footer ul.footer-link {
  margin: 0;
  padding: 0;
}

footer ul.footer-link li {
  list-style: none;
  display: block;
  padding: 2px;
}

footer ul.footer-link li a {
  color: #999;
  font-size: 16px;
}

footer ul.footer-link li a:hover {
  color: #ffffff;
}

footer hr {
  border-color: #222;
  margin-top: 42px;
  margin-bottom: 22px;
}

footer .footer-copyright {
  padding-top: 32px;
}



/*---------------------------------------
    16 Social Icon             
-----------------------------------------*/

.social-icon {
    position: relative;
    padding: 0;
    margin: 0;
    text-align: center;
}

.social-icon li {
    display: inline-block;
    list-style: none;
}

.social-icon li a {
    border: 2px solid #222;
    color: #999;
    border-radius: 100px;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    margin: 22px 4px 10px 4px;
}

.social-icon li a:hover {
    border-color: #ffffff;
    color: #ffffff;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}



/*---------------------------------------
    17 Mobile Responsive styles              
-----------------------------------------*/

@media (max-width: 980px) {

 h1 {
  font-size: 58px;
 }

 #service .service-thumb,
 footer ul.footer-link {
    margin-bottom: 32px;
  }

  #quotes h2 {
    font-size: 38px;
  }

}


@media screen and (min-width: 992px) {
  @-moz-document url-prefix() {
    #portfolio .col-lg-4,
    #portfolio .col-md-4 {
      width: 33.333%;
    }
  }    
}


@media (max-width: 768px) {

  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 36px;
  }

  .custom-navbar .navbar-brand {
    line-height: 15px;
  }

  .custom-navbar .nav li a {
    line-height: 25px;
  }

  img {
    width: 100%;
  }

}


@media (max-width: 650px) {

  h1 {
    font-size: 36px;
  }

  h4 {
    line-height: 20px;
  }

  #home .home-arrow-down {
    bottom: -165px;
    left: 45%;
  }

  footer .section-title {
    padding-bottom: 16px;
  }

}

/*---------------------------------------
    18 Mods inserted
-----------------------------------------*/

.sobreNos { padding: 0 0 60px 0; }
.bemVindo { margin: -20px 0 10px; }
#logo2 { width: 160px; margin: -12px 0 0 -50px; }
#skills, #quotes { background: url(../img/banners/bgEmpresa.jpg) no-repeat center center fixed; }
/* #portfolio { background: url(../img/banners/bgNegocio3.jpg) no-repeat center bottom; padding: 80px 0 180px; min-height: 900px; } 
#portfolio p { padding-bottom: 120px; } */
#portfolio2 { min-height: 810px; width: 100%; }
.negocio { text-shadow: 0 0 5px #fff; padding-bottom: 80px; }
  .plano { margin-bottom: 40px; border-bottom: 1px solid #c4c4c4 }
#products {
  background: #fff;
  padding-top: 80px;
  position: relative;
}
section#midia{
  background: #fff;
  min-height: 600px;
  padding: 40px 0;
}
section#midia h3 {
  float: left;
  height: 30px;
  width: 100%;
}
.internas { padding-top: 160px !important; }
#ContatoAtendimentoId { margin-top: 27px !important; }

/* midia */
.link-midia {
  border-radius: 16px;
  float: left;
  height: 180px;
  margin: 20px -20px -10px 30px;
  width: 180px;
  text-align: center;
  background: #3ab54a;
  position: relative;
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -ms-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
}
.link-midia img {
  border-radius: 16px;
  height: 180px;
  width: 180px;
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -ms-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
}
.link-midia img:hover {
  opacity: 0.6;
}
.link-midia span {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 180px;
  color: #fff;
  display: none;
}
.link-midia:hover span {
  display: block;
}
/*.link-brasil {
  margin-left: 220px;
}
.link-ultimo {
  margin-left: 600px;
}*/
.dots {
  float: left;
  width: 100%;
  height: 15px;
  margin-bottom: -15px;
  /*position: relative;
  z-index: 3;*/
}
.dots img {
  margin: 7px 0 0 141px;
}

.downloadslista {
  float: left;
  margin-top: 20px;
}

.lista-lideres {
  float: left;
  width: 48%;
  line-height: 22px;
  margin-top: 40px;
}

.lista-lideres.direita {
  float: right;
  text-align: right;
}

.imagem-lider {
  float: left;
  margin: 0 20px 20px 0;
  height: 110px;
}

.lista-lideres.direita .imagem-lider {
  float: right;
  margin: 0 0 20px 20px;
}

.qualificadoslista {
  text-align: center;
}

.mensagenslista, .mensagenslistap, .tutoriaislista {
  float: left;
  margin: 20px 0;
  width: 100%;
}

.centro{
  height: auto;
  margin: 0 auto;
  padding-top: 40px;
  width: 1000px;
}

footer { 
  background: url(../img/hd/footer.jpg) no-repeat cover;
  border-top: 10px solid #c9ae7b;
}

.custom-navbar {
background: rgba(0,0,0,0.55);
}

.link-midia3 {
  border-radius: 16px;
  float: left;
  text-align: center;
  background: #fff;
  position: relative;
  margin: 0px 3px 6px;
  padding: 0;
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -ms-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
}

.link-midia2 {
  border-radius: 16px;
  float: left;
  text-align: center;
  background: #3ab54a;
  position: relative;
  margin: 0px 3px 6px;
  padding: 0;
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -ms-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
}
.link-midia2 img {
  border-radius: 16px;
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -ms-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
}
.link-midia2 img:hover {
  opacity: 0.6;
}
.link-midia2 span {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  color: #fff;
  display: none;
}
.link-midia2:hover span {
  display: block;
}
/*.link-brasil {
  margin-left: 220px;
}
.link-ultimo {
  margin-left: 600px;
}*/
.dots {
  float: left;
  width: 100%;
  height: 15px;
  margin-bottom: -15px;
  /*position: relative;
  z-index: 3;*/
}
.dots img {
  margin: 7px 0 0 141px;
}
.slides iframe { float:left; margin-top: 50px; }
#produtos { padding-bottom: 50px; }
.produtos, .qualificados { margin: 40px 0; }
  /*.produtoItem img { max-height: 200px; }*/
  .produtoItem h4 { background: #1c3e5a; color: #fff; padding: 20px 0; min-height: 70px; font-size: 15px; }
  .produtoItem strong { background: #ececec; margin-top: -10px; padding: 20px 0; float: left; width: 100%; }
.agendaLista h4 { margin: 30px 0; font-size: 40px; }
.agendaLista p { font-size: 20px; }

#pinBoot {
  position: relative;
  max-width: 100%;
  width: 100%;
}
.white-panel img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.white-panel {
  position: absolute;
  background: white;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  padding: 10px;
}
/*
stylize any heading tags withing white-panel below
*/

.white-panel h1 {
  font-size: 1em;
}
.white-panel h1 a {
  color: #A92733;
}
.white-panel:hover {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  margin-top: -5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.plano{
  padding: 20px;
}
h2.accordion{
  cursor: pointer;
  color: #898989;
}
h2.accordion span { color: #cfb783; }
div.accordion{
  display: none;
  text-align: justify;
}



@media (max-width: 960px) {
  #logo2 { width: 160px; margin: 0px !important; }
  #portfolio2 { min-height: 345px; width: 100%; }
}

@media (max-width: 600px) {
  .link-midia2, .link-midia3 {
    margin: 0px 1px 3px;
  }
  #portfolio { background: none !important; }
  .imgNegocio { margin: -120px 0 -200px; }
}
/* #home img { display:block !important; max-width:100% !important; height:auto !important; } */


.owl-carousel {
  position: relative;
  height: 100%;
}

  .owl-carousel div:not(.owl-controls) {
    height: 100%;
  }
  
  .owl-carousel .owl-item{
    height:285px;
    width:100%;
  }
  
  .owl-carousel .owl-item img {
    height:auto;
    width:100%;
    display: block;
}

.owl-carousel .item {
    margin:0px;
}
  .owl-carousel .owl-slide {
  }
  
  .owl-carousel div.owl--text {
    position: absolute;
    bottom: 4em;
    left: 2em;
    width: 20em;
    height: 8em;
    padding: 1em;
    background: rgba(255, 255, 255, .5);
    border-radius: 4px;
  }
  
  .owl-carousel .owl-controls {
    position: absolute;
    top: 90%;
    left: 0;
    right: 0;
    }
    
    .owl-carousel .owl-controls .owl-buttons div {
        position: absolute;
        top: 0;
        bottom: 0;
        display: inline-block;
        zoom: 1;
        margin: 0;
        width: 50px;
        height: 30px;
        line-height: 25px;
        text-align: center;
        font-size: .9em;
        border-radius: 3px;
        color: #FFF;
        background: #000;
        opacity: .6;
        text-transform: capitalize;
      }
      
    .owl-carousel .owl-controls .owl-buttons .owl-prev {
        left: 5px;
        display: none;
      }
      
    .owl-carousel .owl-controls .owl-buttons .owl-next {
        right: 5px;
        display: none;
      }

.filiais { margin-top: 25px; font-size: 11px; }
.filiais h5 { font-size: 12px; } 

/* .filiais { font-size: 12px; }*/

.saibaMais {
  border-color: #cfb783;
}
.saibaMais:hover {
  background: #cfb783;
}
.saibaMaisEspacamento { margin-bottom: 40px; }

h1, h2, .bemVindo { text-transform: uppercase; }

#about h3 { font-weight: bold; }

.promocaoIntro { padding: 100px 0; }
.promocaoSecoes { padding-top: 60px; }
.promocaoSecoes small { padding-bottom: 40px; float: left; width: 100%; }