@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700&display=swap");
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900');
body {
  font-family: 'Roboto', sans-serif;font-family: 'Montserrat', sans-serif;
  font-weight: 400;font-size: 14px;line-height: 24px; overflow-x:hidden!important }
.display-5{font-weight: 400;}
.display-5b{font-size: 2em;}
.display-7{font-weight: 200;}
.display-7 strong{font-weight: 600;}
.display-8{font-size:28px}
.h2Porque{font-size: 3rem;line-height: 2.9rem;font-weight: 600;letter-spacing: -3px;color: #000;}
h1, h2, h3, h4, h5, h6, .font-heading {
  font-family: 'Montserrat', sans-serif; font-weight: 400; }
a,button{outline:0!important;transition: all 200ms ease-out;}
.fs-20{font-size:20px;line-height:30px}
/*--------------------------------------------------------------
5.0 General Styles
--------------------------------------------------------------*/
/*Menu*/
.menu-header.stick {position:fixed!important;background: linear-gradient(to bottom, rgba(0,0,0,.8) 60px, transparent 60px);transition: all 200ms ease-out;}
.menu-header {
  z-index: 999;
  font-weight: 400;transition: all 200ms ease-out; }
  .menu-header a:not(.navbar-brand) {
    color: #666666;
    position: relative; }
    .menu-header a:not(.navbar-brand):before {
      content: '';
      position: absolute;
      bottom: 5px;
      left: 8px;
      width: 0;
      height: 3px;
      background-color: #2489ca;
      -webkit-transition: all 200ms ease-out;
      transition: all 200ms ease-out;display:none }
    .menu-header a:not(.navbar-brand):hover {
      color: black; }
      .menu-header a:not(.navbar-brand):hover:before, .menu-header a:not(.navbar-brand):focus:before {
        width: 20px; }
  .menu-header li .nav-link {color:#fff;transition: all 200ms ease-out;font-weight:600;text-transform:uppercase}
  .navbar-expand-lg .navbar-nav .nav-link{padding:.5rem .75rem}
  .navbar-expand-lg .navbar-nav .nav-link:before{left:.7rem}
  .menu-header a.navbar-brand img{max-height:80px; -webkit-transition: all 200ms ease-out;
      transition: all 200ms ease-out;}
  
  .menu-header li .nav-link:hover {color:#ddd;}
  .menu-header li.active a {
    color: #2589c9; }
    .menu-header li.active a:before {
      width: 20px; }
	  .navbar{padding-top:0}
  .menu-header a.navbar-brand {
    color: #666666;
	display:inline-block;
	background:#fff; padding:20px; border-radius:0 0 10px 10px
	}
	
    .menu-header a.navbar-brand:hover, .menu-header a.navbar-brand:focus {
      color: black; }
  .menu-header .btn:hover {
    cursor: pointer; }
  .menu-header .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.5);
    border-radius: 5px; }
  .menu-header .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
.menu-header.stick .navbar-brand img{max-height:50px;}
.menu-header.stick .navbar-brand{padding:10px 10px;}
.navbar-brand{box-shadow:0 0 5px #ddd}
.menuDark li .nav-link{color:#000}
.menu-header.stick .menuDark li .nav-link{color:#fff}
.menuDark li .nav-link:hover {color:#2589c9;}
.menuDark li .nav-item.active a{color:#2589c9!important}
.stick .menuDark .nav-item.active a{color:#2589c9!important}

@media only screen and (max-width: 1366px) {
	.menu-header.stick {position:fixed!important;background: linear-gradient(to bottom, rgba(0,0,0,.8) 50px, transparent 50px);transition: all 200ms ease-out;}
	.navbar{padding:0!important;margin-top:-10px!important}
	.menu-header a.navbar-brand img{padding-top:10px;}
}
@media only screen and (max-width: 1024px) {
	.navbar-expand-lg .navbar-nav .nav-link{padding:.5rem .5rem;font-size:12px}
	.navbar-expand-lg .navbar-nav .nav-link:before{left:.5rem}
	.menu-header a.navbar-brand img{max-height:60px;}
	  
  }
	
.primary-color {
  color: #2489ca; }
  
  .btnSaibaMais{display:inline-block;padding:5px 25px;background:#2489ca;color:#fff;position:relative;border-radius:15px!important;font-size:16px}
  .cta .btnSaibaMais{padding:5px 12px;}
  .btnSaibaMais:hover{text-decoration:none;color:#fff;background:#777}
  .btnSaibaMais.btnSaibaMaisInvertido{background:#fff;color:#2489ca;}
  .btnSaibaMais.btnSaibaMaisInvertido:hover{background:#2489ca;color:#fff;}
  .btnSaibaMais2{display:block;text-align:center}

.primary-bg {
  background-color: #2489ca; }

main, footer {
  background-color: white; }

.image-tag {
  position: absolute;
  bottom: 5px;
  left: 5px;
  mix-blend-mode: hard-light;
  background-color: #2489ca;
  color: white;
  padding: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.arrow-right {
  display: inline-block;
  position: relative; color:#fff }
  .arrow-right span {
    display: inline-block;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    opacity: 0;
    font-size: 75%;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff; }
  .arrow-right:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 15px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out; }
  .arrow-right:before {
    content: '';
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0px;
    height: 0px;
    border-top: 5px solid transparent;
    border-left: 5px solid #fff;
    border-bottom: 5px solid transparent;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out; }
  .arrow-right:hover:after, .arrow-right:focus:after {
    width: 25px; }
  .arrow-right:hover:before, .arrow-right:focus:before {
    left: 25px; }
  .arrow-right:hover span, .arrow-right:focus span {
    -webkit-transform: translateY(70%);
            transform: translateY(70%);
    opacity: 1; }

.line-before {
  display: block;
  position: relative;
  padding-left: 30px; }
  .line-before:before {
    content: '';
    width: 20px;
    height: 1px;
    background-color: #4d4d4d;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
/*			
.videoInstitucional{background: rgba(38,168,224,1);
background: -moz-linear-gradient(top, rgba(38,168,224,1) 0%, rgba(18,118,189,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(38,168,224,1)), color-stop(100%, rgba(18,118,189,1)));
background: -webkit-linear-gradient(top, rgba(38,168,224,1) 0%, rgba(18,118,189,1) 100%);
background: -o-linear-gradient(top, rgba(38,168,224,1) 0%, rgba(18,118,189,1) 100%);
background: -ms-linear-gradient(top, rgba(38,168,224,1) 0%, rgba(18,118,189,1) 100%);
background: linear-gradient(to bottom, rgba(38,168,224,1) 0%, rgba(18,118,189,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26a8e0', endColorstr='#1276bd', GradientType=0 );}
*/
.videoInstitucional{background:url(../images/bkg-video.jpg?v=2);background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  padding:60px 0
}
.videoInstitucional * {color:#fff}
.videoInstitucional .display-5 strong {color:#fff}
.videoInstitucional .boxVideo{background:url(../images/boxVideo.jpg?v=2);background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding:30px 0;text-align:center;border-radius:10px;}
.open-videos i{color: #2489ca !important;}
.open-videos img {-webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.open-videos img:hover {transform:scale(1.1)}
@-webkit-keyframes animate {
    0% {
        -webkit-box-shadow: 0 0 0 0 #fff, 0 0 0 0 #fff;
        box-shadow: 0 0 0 0 #fff, 0 0 0 0 #fff;
    }
    40% {
        -webkit-box-shadow: 0 0 0 20px #ff004000, 0 0 0 0 #fff;
        box-shadow: 0 0 0 20px #ff004000, 0 0 0 0 #fff;
    }
    80% {
        -webkit-box-shadow: 0 0 0 20px #ff004000, 0 0 0 15px #ff004000;
        box-shadow: 0 0 0 20px #ff004000, 0 0 0 15px #ff004000;
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 #ff004000, 0 0 0 15px #ff004000;
        box-shadow: 0 0 0 0 #ff004000, 0 0 0 15px #ff004000;
    }
}

@keyframes animate {
    0% {
        -webkit-box-shadow: 0 0 0 0 #fff, 0 0 0 0 #fff;
        box-shadow: 0 0 0 0 #fff, 0 0 0 0 #fff;
    }
    40% {
        -webkit-box-shadow: 0 0 0 20px #ff004000, 0 0 0 0 #fff;
        box-shadow: 0 0 0 20px #ff004000, 0 0 0 0 #fff;
    }
    80% {
        -webkit-box-shadow: 0 0 0 20px #ff004000, 0 0 0 15px #ff004000;
        box-shadow: 0 0 0 20px #ff004000, 0 0 0 15px #ff004000;
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 #ff004000, 0 0 0 15px #ff004000;
        box-shadow: 0 0 0 0 #ff004000, 0 0 0 15px #ff004000;
    }
}

.display-6 {
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.2;
}.display-6b {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.2;
}

.service-style-3 .service__inner {
  padding: 40px 30px 10px;
  margin-top: 33px; 
  border: 1px solid #dadada;
}
@media screen and (max-width: 1190px) and (min-width: 1000px) {
	.service-style-3 .service__inner {min-height:370px}
}

.service-style-3 .service__icon span{
	width: 66px;
    height: 66px;
    line-height: 64px;
	border:1px solid #d6d6d6;
	display:inline-block;
	    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
	font-size: 35px;
	background:#fff;
	color:#2589c9
}
.service-style-3 .service__icon {
	position:absolute;
	    left: 0;
  top: 0; 
  text-align: center;
  width:100%;
}

.service-style-3 .service__info {
  margin-top: 14px;min-height:250px }
  

footer{background:rgba(0,0,0,.9);background-size: cover;}
footer a {
  color: #fff; }
  footer a:hover, footer a:focus {
    text-decoration: none;
    color: #2489ca; }
footer ul {
  margin-bottom: 0; }
footer p, footer address, footer a {
  font-size: 0.9em; color:#fff }
footer .cp {
  background:rgba(0,0,0,.2);padding:1rem 0  }
  footer .cp p{margin:0;padding:0}
  
  
  
 .prodRodape:hover{filter: grayscale(100%);-webkit-filter: grayscale(100%);}
 .prodRodape{position:relative;overflow:hidden;height:60px;width:60px;background-size:cover;-webkit-filter:none;filter:none;transition: all 600ms ease;border-radius:50%;margin-right:4px;}
 .prodRodape a{position:absolute;left:0;top:0;width:100%;height:100%}
 .mt-ProdRodape{margin-top:52px;}
 @media only screen and (max-width: 1024px) {
	 .mt-ProdRodape{margin-top:42px;}
	 .prodRodape{width:50px;height:50px;}
}
.col_1-3{display:inline-block;width:28%;margin:0 1%}
.col_2-3{display:inline-block;width:40%;}
@media only screen and (max-width: 450px) {
	 .mt-ProdRodape{margin-top:-10px;margin-bottom:40px;}
	 .prodRodape{display:inline-block;height:60px;width:60px;margin-bottom:10px;margin-right:0;}
	 .col_1-3,.col_2-3{width:90%;margin:0 5% 20px 5%;}
	 
	 
	 .cta {padding:30px 0}
	 .cta a{display:block;margin:10px}
}
 
 .boxVantagens{border:1px solid #fff;padding:0 15px 0 15px;border-radius:10px;text-align:center;box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);transition: all 600ms ease;}
 .bgBranco{background:#fff}
 .boxVantagens:hover{background:#23475f}
 .boxVantagens:hover p{color:#fff}
 .boxVantagens p{transition: all 600ms ease;margin-top:15px}
 .boxVantagens .imgVantagem2{padding:15px;background:#fff}
 .boxVantagens .imgVantagem3{padding:15px;background:#fff}
 .boxVantagens .imgVantagem4{padding:15px;background:#fff}
 .boxVantagens .imgVantagem5{padding:8px;background:#fff;image-rendering: pixelated;}
 .boxVantagens .imgVantagem7{padding:15px;background:#fff}
 .boxVantagens .imgVantagem8{padding:12px;background:#fff}
 .boxVantagens .imgVantagem9{padding:12px;background:#fff}
 .boxVantagens .imgVantagem10{padding:6px;background:#fff}
 .boxVantagens .imgVantagem11{padding:12px;background:#fff}
 .boxVantagens .imgVantagem12{padding:14px;background:#fff}
 .boxVantagens .imgVantagem13{padding:14px;background:#fff}
 .boxVantagens .imgVantagem14{padding:14px;background:#fff}
 .boxVantagens .imgVantagem15{padding:14px;background:#fff}
 .boxVantagens img{max-height:70px;width:auto;border-radius:0 0 10px 10px}

 
 
 .boxVantagensProd {width:100%;height:100%;}
 .boxVantagensProd p{min-height:auto;font-size:12px;}
 .boxVantagensProd img{max-height:70px;width:auto;padding:10px!important;background:#fff;image-rendering: auto!important;}
 
 @media only screen and (min-width: 451px) {
	 .boxVantagens2 .colInner .boxVantagens {width:100%;height:100%;}
	 .vantagensProdutos, .boxVantagens2{display: -webkit-flex; display: -ms-flexbox; display: flex;}
	 .vantagensProdutos .colInner,.boxVantagens2 .colInner{flex: 1; padding: 15px;}
 }
 @media only screen and (max-width: 450px) {
	.vantagensProdutos, .boxVantagens2{display: block;}
	.vantagensProdutos .colInner, .boxVantagens2 .colInner{display: block;padding: 15px;}
	.boxVantagensProd, .boxVantagens{height:auto!important;}
	
	.navbar{padding:0 10px!important}
 }
 
.owl-carousel-testimonial .owl-nav button.owl-next{font-size:50px;position:absolute;top:30%;right:-30px;color:#fff!important;}
.owl-carousel-testimonial .owl-nav button.owl-next:hover{background:transparent;color:#000!important;}
.owl-carousel-testimonial .owl-nav button.owl-prev{font-size:50px;position:absolute;top:30%;left:-30px;color:#fff!important;}
.owl-carousel-testimonial .owl-nav button.owl-prev:hover{background:transparent;color:#000}
@media only screen and (max-width: 450px) {
	.owl-carousel-testimonial{padding:0 14px;}
	.owl-carousel-testimonial .owl-nav button.owl-next{right:-12px;}
	.owl-carousel-testimonial .owl-nav button.owl-prev{left:-12px;}
	
}

.owl-carousel-testimonial2 .owl-nav button.owl-next{font-size:50px;position:absolute;top:30%;right:0;color:#777!important;}
.owl-carousel-testimonial2 .owl-nav button.owl-next:hover{background:transparent;color:#000!important;}
.owl-carousel-testimonial2 .owl-nav button.owl-prev{font-size:50px;position:absolute;top:30%;left:0;color:#777!important;}
.owl-carousel-testimonial2 .owl-nav button.owl-prev:hover{background:transparent;color:#000}
@media only screen and (max-width: 450px) {
	.owl-carousel-testimonial2 .owl-nav button.owl-next{right:-12px;}
	.owl-carousel-testimonial2 .owl-nav button.owl-prev{left:-12px;}
}
 
.owl-carousel-noticias .owl-nav button.owl-next{font-size:60px;position:absolute;top:40%;right:5px;color:#fff!important;background:none!important;text-shadow:0 0 5px #000;}
.owl-carousel-noticias .owl-nav button.owl-prev{font-size:60px;position:absolute;top:40%;left:5px;color:#fff!important;background:none!important;text-shadow:0 0 5px #000;}
 

.form-control{border: 2px solid #ccc !important;border-radius:10px!important;
background: #fff !important;
	border-left: 2px solid #ccc !important;
	border-right: 2px solid #2489ca !important;
	border-right: 2px solid #ccc !important;
	border-top: 1px solid #ccc !important;
	border-bottom: 1px solid #2489ca !important;
	border-bottom: 1px solid #ccc !important;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 400 !important;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #2489ca !important; }
  .form-control:focus + .input-group-append button {
    border-bottom: 1px solid #2489ca; }
	.btn-danger{background:#2489ca;border:none;border-radius:15px!important;font-size:16px;padding:5px 25px;font-family: 'Montserrat', sans-serif; font-weight: 400;}
	.btn-danger:hover{background:#1b6796;border:none}

.page-header {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .page-header .container:before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 40vh;
    height: 55vh;
    border: 7px solid white; }
  .page-header .container .red-label {
    background-color: #2489ca;
    color: white;
    padding: 5px 10px;
    display: inline-block; }

.cta {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  background-attachment: fixed;
  min-height: 30vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: white; }
  .ctaHome{background-color: #2489ca!important;}
	.cta h2{font-size:2rem}
	.cta h2 strong{color:#fff!important}

.overflow-x-hidden {
  overflow-x: hidden; }

.pagination .page-item.active .page-link {
  background-color: #2489ca;
  border-color: #2489ca; }
.pagination .page-link {
  color: #2489ca; }
.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
  border-radius: 0; }

.boxFotos{position:relative;overflow:hidden;height:140px;box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);border-radius:10px; margin-bottom:30px}
.boxFotos img{transition: all 600ms ease; box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);max-width:100%;position:relative;}
.boxFotos a{position:relative;filter: none;transition: filter 400ms ease-in-out;}
.boxFotos a:hover{filter: url(#blue-wash);}
.defs-only, #blue-wash {
  position: absolute;
  height: 0; width: 0;
  overflow: none;
  left: -100%;
}
@media only screen and (max-width: 450px) {
	.boxFotos{height:200px;}
}
@media only screen and (max-width: 375px) {
	.boxFotos{height:150px;}
	.boxFotos2 img{margin-top:-20px;}
}
@media only screen and (max-width: 350px) {
	.boxFotos{height:130px;}
	.boxFotos2 img{margin-top:-15px;}
}
/*
.boxFotos{position:relative;overflow:hidden;height:150px;box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);border-radius:10px; margin-bottom:30px}
.boxFotos img{opacity: 0.7; transition: all 600ms ease; box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);filter: grayscale(100%);-webkit-filter: grayscale(100%);max-width:110%;}
.boxFotos img:hover{opacity: 1;-webkit-filter:none;filter:none}
*/  
.client-logo { opacity: 0.7; transition: all 600ms ease; box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);filter: grayscale(100%);-webkit-filter: grayscale(100%); }
  .client-logo:hover, .client-logo:focus, .client-logo2:hover, .client-logo2:focus {opacity: 1;-webkit-filter:none;filter:none }
  @media only screen and (max-width: 450px) {
	  .client-logo {width:80%;margin:0 10% 10px 10%;opacity: 1;-webkit-filter:none;filter:none}
  }
	/*.client-logo2{height:120px;width:auto;opacity: 0.7; transition: all 600ms ease;filter: grayscale(100%);-webkit-filter: grayscale(100%);}*/
  /*
	.client-logo2{height:120px;width:auto;opacity: 1; transition: all 600ms ease;}
  .boxClienteLogo{box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);background:#fff;border-radius:10px;height:150px;display: flex;
  flex-direction: column;
  justify-content: center;padding:15px}
  */
  .boxClienteLogo2{box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);background:#fff;border-radius:10px;height:120px}
  .boxClienteLogo2 .client-logo2{left:50%;top:50%;transform: translate(-50%, -50%);position:absolute;height:150px;}
  /*
  .clientLogo1{padding:30px}
  .clientLogo2{padding:30px}
  .clientLogo3{padding:24px}
  .clientLogo4{padding:30px}
  .clientLogo5{padding:20px}
  .clientLogo6{padding:22px}
  .clientLogo7{padding:20px}
  .clientLogo8{padding:26px}
  .clientLogo9{padding:26px}
  .clientLogo10{padding:26px}
  .clientLogo11{padding:26px;margin-bottom:10px}
  .clientLogo12{padding:26px}
  .clientLogo15{padding:18px}
  .clientLogo16{padding:26px}
  */
  .boxClienteLogo{position:relative;box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);background:#fff;border-radius:10px;height:150px;}
  .boxClienteLogo img{position:absolute;
  max-height: 85%;
    max-width: 85%;
    width: auto;
    height: auto;
	top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;}
  .boxClienteLogo img.client-top:hover{opacity:0;}

/*--------------------------------------------------------------
6.0 Home Page
--------------------------------------------------------------*/
section.home{min-height: 90vh;}
.owl-carousel-home .owl-nav button.owl-next{position:absolute;top:50%;right:0;background:#000; }
.owl-carousel-home .owl-nav button.owl-next span{font-size:50px;padding:10px 10px;line-height:30px;color:#fff}
.owl-carousel-home .owl-nav button.owl-next:hover{background:#777;}
.owl-carousel-home .owl-nav button.owl-prev{position:absolute;top:50%;left:-4px;background:#000}
.owl-carousel-home .owl-nav button.owl-prev span{font-size:50px;padding:10px 10px;line-height:30px;color:#fff}
.owl-carousel-home .owl-nav button.owl-prev:hover{background:#777;}
.owl-carousel-home .position-relative{position:relative;}
.owl-carousel-home .position-relative:before{content:"";position:absolute;background:rgba(0,0,0,.7);width:100%;height:100%;left:0;top:0;}
.slide-data {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;  
  font-family: 'Montserrat', sans-serif; font-weight: 400;
  }
  .slide-data .primary-color{color:#fff}
  
  .slide-data .subtitle span {
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
    -webkit-transition-delay: 300ms;
            transition-delay: 300ms;
    display: inline-block;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  .slide-data .title-1 div {
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
    -webkit-transition-delay: 300ms;
            transition-delay: 300ms;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); color:#fff;font-weight:300;letter-spacing: -3px; }
  .slide-data .title-2 {
    position: relative;
    display: block; text-align:center; }
	
	
    
    .slide-data .title-2 div {position:relative;
      -webkit-transition: all 600ms ease;
      transition: all 600ms ease;
      -webkit-transition-delay: 600ms;
              transition-delay: 600ms;
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
      color: white;
      display: inline-block;max-width:430px;margin:0 auto;
      padding: 10px 15px; font-weight:600; letter-spacing: 0;font-size:26px; text-align:center }

	   @media only screen and (max-width: 450px) {
		   
		   .home, .owl-carousel-home, .slide-data, .owl-carousel-home .position-relative{height:420px!important}
		   .owl-carousel-home .position-relative{max-height:420px!important}
		   .owl-carousel-home .position-relative img{height:420px!important;min-height:auto!important;width:auto!important}
		   .slide-data .title-2 div {padding:0!important;}
		   .slide-data .title-2 {
			   display: flex!important;
			  flex-wrap: wrap;
			  align-content: flex-end!important;
			  height:420px;
			  
		   }
	   }
	   @media only screen and (min-width: 500px) {
		   .pl-20{padding-left:30px;}
	.slide-data .title-2.slide1,.slide-data .title-2.slide3{display: flex;
  flex-wrap: wrap;
  align-content: flex-end;height:95vh;
			  }
	.slide-data .title-2.slide2{
		position:absolute;left:10vh;bottom:5vh;
			  }
	.slide-data .title-2.slide4{
		position:absolute;right:10vh;bottom:50%;transform: translateY(70%);
			  }
	.slide-data .title-2.slide5{
		position:absolute;right:10vh;bottom:50%;transform: translateY(70%);
			  }
	.slide-data .title-2.slide6{
		position:absolute;left:10vh;bottom:50%;transform: translateY(70%);
			  }
	.slide-data .title-2.slide8{
		position:absolute;right:10vh;bottom:60%;transform: translateY(70%);
			  }
			  
				.slide-data .title-2.p-bottom-center{
					display: flex;
					flex-wrap: wrap;
					align-content: flex-end;height:95vh;
				}
				.slide-data .title-2.p-bottom-left{
					position:absolute;left:10vh;bottom:5vh;
				}
				.slide-data .title-2.p-bottom-right{
					position:absolute;right:10vh;bottom:5vh;
				}
				.slide-data .title-2.p-center-left{
					position:absolute;left:10vh;bottom:45%;transform: translateY(50%);
				}
				.slide-data .title-2.p-center-right{
					position:absolute;right:10vh;bottom:45%;transform: translateY(50%);
				}
			  
			  
	   }
	   .slide-data .title-2 div {position:relative;padding:0 45px;font-size:20px;}
	   .slide-data .title-2 div:before {content:"";width:30px;height:22px;background:url(../images/icon-aspa-esq2.png?v=3);position:absolute;top:0;left:15px}
	.slide-data .title-2 div:after {content:"";width:30px;height:22px;background:url(../images/icon-aspa-dir2.png?v=3);position:absolute;top:0;right:15px}
		 
		 .slide2 div:before {left:28px!important}
		 .slide2 div:after {right:28px!important}
		 
		 .slide3 div:before {left:20px!important}
		 .slide3 div:after {right:20px!important}
		 .slide4 div:before {left:43px!important}
		 .slide4 div:after {right:43px!important}
		 
		 .slide5 div:before {left:22px!important}
		 .slide5 div:after {right:22px!important}
		 .slide6 div:before {left:30px!important}
		 .slide6 div:after {right:30px!important}
		 
		 .slide8 div:before {left:23px!important}
		 .slide8 div:after {right:23px!important}
		 
		 @media only screen and (max-width: 450px) {
			 
			 .slide-data .title-2 div {font-size:18px!important;}
			 
		 }

.owl-item.active {
  z-index: 999; }/*
  .owl-item.active img {
    -webkit-transform: scale(1);
            transform: scale(1); }*/
  .owl-item.active .slide-data .subtitle span {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .owl-item.active .slide-data .title-1 div {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .owl-item.active .slide-data .title-2 div {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .owl-item.active .slide-data .title-2:before {
    width: 100%; }

.carousel-navigation {
  position: absolute;
  right: 20px;
  top: 50%;
  z-index: 9999;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 500;
  font-size: 12px;
  text-align: right; }
  .carousel-navigation > div {
    margin: 10px 0px; }
  .carousel-navigation .line {
    width: 0px;
    height: 1px;
    background-color: #2489ca;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease; }
    .carousel-navigation .line.active {
      width: 25px; }
      .carousel-navigation .line + .slide-nav {color:#fff}
      .carousel-navigation .line.active + .slide-nav {
        color: #fff; }

/*About Section*/
section.about .signature {
  width: 190px; }

/*Projects Section*/
.projects {background:rgba(0,0,0,.05) url(../img/bkg-produtos.png) right center no-repeat;}
.projects .overlay-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease; }
/*.projects .image-wrapper {
  overflow: hidden; box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3); margin-bottom:30px; cursor:pointer }*/
  .projects .image-wrapper {
  overflow: hidden; margin-bottom:0; cursor:pointer; }
  .projects .image-wrapper:hover .overlay-image, .projects .image-wrapper:focus .overlay-image {
    opacity: 0; }
  .projects .image-wrapper:hover .image-title:before, .projects .image-wrapper:focus .image-title:before {
    width: 100%;
    -webkit-transition-delay: 0;
            transition-delay: 0; }
  .projects .image-wrapper:hover .image-title span, .projects .image-wrapper:focus .image-title span {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition-delay: 600ms;
            transition-delay: 600ms; }
.projects .image-title {
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: white;
  padding: 5px 10px;
  overflow: hidden; }
  .projects .image-title:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
    background-color: #2489ca;
    -webkit-transition-delay: 300ms;
            transition-delay: 300ms; }
  .projects .image-title span {
    display: inline-block;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }

	section.cta {background:rgba(0,0,0,.3)}		
	section.cta:before {display:none}		
section.contato2 {
  background-image: url("../img/bkg-contato2.jpg?v=2");
  background-attachment: fixed;
  background-position: -280px center;
  background-repeat: no-repeat;
  }	

@media only screen and (max-width: 450px) {
	section.contato2{background-image: url("../img/bkg-contato-mobile.jpg?v=2")!important;}
}  
/*Testimonial Section*/
section.testimonial {
  background-image: url("../img/bkg-depoimentos.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  }
  section.testimonial .quote-wrapper {
    background-color: white;
    padding: 30px; }
	.owl-theme .owl-dots .owl-dot span{border:1px solid #fff;}
	.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{border:1px solid #fff;background:#fff}
.m-Depo {text-align:center!important;display:block;}
.m-Depo img{max-height:170px;width:auto!important;margin:auto}

	
/*Blog Section*/
.blog{}
section.blog .meta span {
  display: inline-block;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease; }
  section.blog .meta span:last-of-type {
    color: #2489ca;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    position: absolute;
    top: 0;
    left: 0; }
	section.blog .blog-wrapper{background:rgba(0,0,0,.05);-webkit-transition: all .5s ease-in-out;transition: all .5s ease-in-out;margin-bottom:30px}
	section.blog .blog-wrapper .title{padding:30px;font-size:16px;color:#939393;font-family:'Montserrat', sans-serif;}
	section.blog .blog-wrapper .title a{color:#232323;font-size:16px;line-height:23px;font-weight:400;display:block;}
	section.blog .blog-wrapper .title a:hover{text-decoration:none}
	
	.boxImg {position:relative;overflow:hidden;-webkit-transition: all .2s ease-in-out;transition: all .2s ease-in-out;}
	.blog-wrapper .boxImg img{-webkit-transition: all .5s ease-in-out;transition: all .5s ease-in-out;}
	.blog-hover-icon{position:absolute;height:100%;width:100%;background:rgba(0,0,0,0.5);top:0;left:0;text-align:center;opacity:0;transition: all .5s ease-in-out;}
	.blog-hover-icon span{top:45%;position:absolute;font-size:48px;color:#fff;opacity:1}
	.blog-wrapper:hover .boxImg .blog-hover-icon{opacity:1}
section.blog .blog-wrapper:hover .meta span:first-of-type, section.blog .blog-wrapper:focus .meta span:first-of-type {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%); }
section.blog .blog-wrapper:hover .meta span:last-of-type, section.blog .blog-wrapper:focus .meta span:last-of-type {
  -webkit-transform: translateY(0);
          transform: translateY(0); }
		  .blog_detail_text p{ font-size:16px;}
		  .blog_detail_text img{ max-width:100%}
		  
.blog2 .blog-wrapper{position:relative;overflow:hidden;margin-bottom:0!important;}
.blog2 .blog-wrapper .title{position:absolute;bottom:-180px;background:#fff;width:100%;min-height:auto!important;left:0;padding:10px 20px!important;-webkit-transition: all .2s ease-in-out;transition: all .2s ease-in-out;}
.blog2 .blog-wrapper .title a{font-weight:700!important;color:#232323}
.blog2 .blog-wrapper .title a:hover{text-decoration:none}
.blog2 .blog-wrapper:hover .title{bottom:0}
.blog2 .blog-wrapper:hover .boxImg{-webkit-transform: translateY(-20px);
          transform: translateY(-20px);}

/*Contact Section*/
section.contact { }
  section.contact a.call {
    color: #2489ca; }
    section.contact a.call:hover, section.contact a.call:focus {
      text-decoration: none; }

/*--------------------------------------------------------------
7.0 About Page
--------------------------------------------------------------*/
.page-about .page-header {
  background-image: url("../img/about/header-1400x650.jpg"); }
.page-about .cta {
  background-image: url("../img/about/cta-1440x850.jpg"); }
.page-about .team .social-media a {
  text-decoration: none; }

/*--------------------------------------------------------------
8.0 Services Page
--------------------------------------------------------------*/
.page-services .page-header {
  background-image: url("../img/services/header-1400x650.jpg"); }
.page-services .cta {
  background-image: url("../img/services/cta-1440x850.jpg"); }
.page-services .packages .package {
  padding: 40px 30px;
  background-color: #f2f2f2; }
  
  .services img{max-height:110px}

/*--------------------------------------------------------------
9.0 Works Page
--------------------------------------------------------------*/
.page-works .page-header {
  background-image: url("../img/projects/header-1400x650.jpg"); }
.page-works .cta {
  background-image: url("../img/projects/cta-1440x850.jpg"); }

/*--------------------------------------------------------------
10.0 Contact Page
--------------------------------------------------------------*/
.page-contact .page-header {
  background-image: url("../img/contact/header-1400x650.jpg"); }
.page-contact .cta {
  background-image: url("../img/contact/cta-1440x850.jpg"); }

/*--------------------------------------------------------------
11.0 Media Queries
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
	.menu-header a.navbar-brand img{max-height:50px;}
	.menu-header.stick a.navbar-brand img{max-height:50px;}
	.navbar-toggler-icon{width:1em;height:1em}
	
	.navegacao .row{display:block}
	.navegacao .col{width:100%;}
}
@media only screen and (max-width: 991px) {
  .cursor {
    display: none; }

  .menu-header {
    background-color: transparent;
    height: auto; }
    .menu-header > .container {
      padding: 0; }
    .menu-header a:not(.navbar-brand):before {
      left: 0 !important; }
    .menu-header a:not(.navbar-brand):hover, .menu-header a:not(.navbar-brand):focus {
      color: white !important; }
    .menu-header li.active a {
      color: white !important; }
    .menu-header .form-control {
      padding-left: 0; }

	.navbar-nav {background:rgba(0,0,0,.9);padding:20px;border-radius:10px;margin-top:20px}
	.navbar-nav .nav-link{color:#fff!important;padding:.5rem .2rem!important}
	.menu-header a:not(.navbar-brand):before{left:.2rem!important}
	.navbar-toggler-dark{border-color:#000!important}
	.navbar-toggler-dark .navbar-toggler-icon{background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;}
	.stick .navbar-toggler-dark{border-color:#fff!important}
	.stick .navbar-toggler-dark .navbar-toggler-icon{background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;}
	
	
    section.home .owl-item img {
      min-height: 100vh;
      -o-object-fit: cover;
         object-fit: cover; }
    section.home .owl-item .display-4 {
      font-size: 1.8rem !important; }
	  
	  
@media only screen and (max-width: 500px) {
	section.home .owl-item .display-4 {
      font-size: 1rem !important;line-height:1.4em!important; margin:0 15% 0 15%!important;padding:10px!important;letter-spacing:1px!important;
	  background:rgba(0,0,0,.5);border-radius:10px;width:70%!important;
	  }
	  
	  .slide-data .title-2 div:before {content:"";width:20px;height:15px;background:url(../images/icon-aspa-esq2.png?v=3);background-size:cover;position:absolute;top:0;left:-25px!important}
	.slide-data .title-2 div:after {content:"";width:20px;height:15px;background:url(../images/icon-aspa-dir2.png?v=3);background-size:cover;position:absolute;top:0;right:-25px!important}
	  
}

  section.testimonial, section.contact {
    background-size: cover; }

  main {
    overflow: hidden !important; } }
@media only screen and (min-width: 1440px) {
	.navbar-collapse{margin-top:-10px;padding:0;}
}


.i-rounded,
.i-plain,
.i-circled,
.i-bordered,
.social-icon {
	display: block;
	float: left;
	margin: 4px 11px 7px 0;
	text-align: center !important;
	font-size: 28px;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	cursor: pointer;
	font-style: normal;
}

body:not(.device-touch) .i-rounded,
body:not(.device-touch) .i-plain,
body:not(.device-touch) .i-circled,
body:not(.device-touch) .i-bordered,
body:not(.device-touch) .social-icon {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}


.social-icon {
	margin: 0 5px 5px 0;
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 38px !important;
	color: #555;
	text-shadow: none;
	border: 1px solid #AAA;
	border-radius: 3px;
	overflow: hidden;
}
.si-rounded { border-radius: 50%; }
.si-dark {
	background-color: #777;
	background-color: #2489ca;
	color: #FFF !important;
	border-color: transparent;
}

.social-icon.si-small {
	width: 32px;
	height: 32px;
	font-size: 14px;
	line-height: 32px !important;
}

.social-icon i {
	display: block;
	position: relative;
	line-height: 30px !important;
}

body:not(.device-touch) .social-icon i {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.social-icon i:last-child { color: #FFF !important; }

.social-icon:hover {
	color: #fff;
	background-color: #777;
	border-color: transparent;
	text-decoration:none
}

.si-colored.social-icon { border-color: transparent; }
/*
.si-facebook:hover,
.si-colored.si-facebook { background-color: #3B5998 !important; }
.si-linkedin:hover,
.si-colored.si-linkedin { background-color: #0E76A8 !important; }
.si-youtube:hover,
.si-colored.si-youtube { background-color: #C4302B !important; }
.si-instagram:hover,
.si-colored.si-instagram { background-color: #3F729B !important; }
*/

.back-to-top {background-color: #2489ca;width: 45px;height: 45px;line-height: 45px;text-align: center;display: none;position: fixed;z-index: 999;right: 17px;bottom: 15px;-webkit-transition: all 0.2s;-moz-transition: all 0.2s;-o-transition: all 0.2s;-ms-transition: all 0.2s;transition: all 0.2s;-webkit-border-radius: 50%;-moz-border-radius: 50%;-o-border-radius: 50%;-ms-border-radius: 50%;border-radius: 50%;}
@media (max-width: 991px) {.back-to-top {width: 35px;height: 35px;line-height: 35px;}}
.back-to-top:hover {opacity:.7}
.back-to-top i {font-size: 18px;font-size: 1.2rem;color: #fff;position: absolute;left: 50%;top: 50%;-webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}

.projects .item {
    position: relative;
    overflow: hidden;
}
.projects .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(80%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.projects .item:hover .con {
    bottom: 0;
}
.projects .item img {
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-filter: brightness(100%);
	max-width:100%;
}
.projects .item .con {
    padding: 30px;
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center;
}
.projects .item .con h5 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 15px;
    text-transform: none;
	text-transform:uppercase;
	background:rgba(0,0,0,.2);
	padding:.5em 0
}
.projects .item .con h5 a:hover {text-decoration:none}
.projects .item .con h5 a {
    color: #fff;
}
.projects .item .con p {
    color: #fff;
    font-size: 14px;
}
.projects .item .con i {
    color: #fff;
    font-size: 20px;
}
.projects .item .con .btn {
    margin-left: 0;
    border-radius: 30px;
    border-color: #999;
    padding: 11px 30px;
}
.projects .item .con .btn:hover {
    border-color: #c5a47e;
}





.projects .item .con {
  background: rgba(36, 137, 202, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.projects .item:hover .con {
  opacity: 1;
  top: 0;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}


.projects .item .con .details {
  width: 100%;
  padding: 20px 45px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #1e272e;
}

.projects .item .con .details h3 {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3em;
  margin: 0 0 0.44em;
  text-transform: uppercase;
}

.projects .item .con .details a {
  color: #fff;
}

.projects .item .con .details h3 a:hover {
  color: #2489ca;text-decoration:none
}



.latest__item {
    position: relative;
    overflow: hidden;
}

.latest__item--content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.latest__item--inner {
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.latest__item img {
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s;
	max-width:100%;
}

.latest__item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.latest__item:hover .overlay {
    opacity: 1;
}

.latest__item:hover .latest__item--inner {
    opacity: 1;
}

.latest__item--inner h3 a {
    color: #fff;
    font-size: 19px;

}

.latest__item--inner h3 a:hover {
    color: #f1c40f;text-decoration:none
}
.overlay {
    background: rgba(0, 0, 0, 0.7);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
}

.overlay--p-15 {
    padding: 15px;
}

.overlay--invisible {
    opacity: 0;
}

.overlay--dark {
    background: rgba(0, 0, 0, 0.8);
}

.overlay--border {
    height: 100%;
    width: 100%;
    border: 2px dashed #2489ca;
}



#map {
	width:100%;height: 40vh;border-radius:15px;border:1px solid #fff;box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.innerPages{padding-top:80px;width:100%;display:block;}
.innerPageContato{padding-top:150px;background-image: url("../img/bkg-contato2.jpg?v=2");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  
}
@media only screen and (max-width: 1400px) and (min-width: 1300px) {
	.innerPageContato{background-position: -300px -140px;}
}
@media only screen and (min-width: 1600px) {
  .innerPageContato{background-position: -160px -40px;}
}
@media only screen and (max-width: 450px) {
	.innerPageContato{background-image: url("../img/bkg-contato-mobile.jpg?v=2");}
}
.innerPageEmpresa{padding:280px 0 150px 0;background-image: url("../images/bg-empresa3.jpg?v=2");
  background-attachment: fixed;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  position:relative;
}
.innerPageEmpresa:before{content:"";position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;background:rgba(0,0,0,.3)}
.innerPageNoticias{padding:220px 0 150px 0;background-image: url("../images/bg-noticias.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.innerPageClientes{padding:220px 0 100px 0;background-image: url("../images/bg-clientes.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.innerPageDepoimentos{padding:220px 0 100px 0;background-image: url("../images/bg-depoimentos.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.innerPageVantagens{padding:220px 0 100px 0;background-image: url("../images/bg-vantagens.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.innerPageNoticias h1, .innerPageNoticias h3,.innerPageDepoimentos h1,.innerPageDepoimentos h1 strong,.innerPageVantagens h1,.innerPageVantagens h1 strong,.innerPageClientes h1{color:#fff}
.boxInnerEmpresa{padding:20px;background:rgba(255,255,255,.75);border-radius:15px;}
.innerPageClientes h1{font-size:30px}
.empresa p{font-size:20px;font-weight:300}
.fs16{font-size:16px !important}
.empresa2{background:rgba(0,0,0,.05)}
#svg-map path { fill:#ccc }
#svg-map path.ativo { fill:#2489ca; }
#svg-map path.ativo2 { fill:#1c6999!important; }
#svg-map path.ativo.selecionado { fill:#b30c12; }
#svg-map path.ativo2.selecionado { fill:#1c6999; }
.mt-50{margin-top:50px;}
.mt-100{margin-top:100px;}
.empresa2b p{font-size:16px}
.empresa2b td img{width:40px;height:auto}

.contact2{padding:100px 0}
.display-5 strong{color:#2489ca}
.footer__chat__option {
    position: fixed;
    right: 10px;
    bottom: 10px;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    background: #2ecc71;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
	z-index:10;
	font-size:24px!important;
	color:#fff
}
.whatsappDiv{
	position:fixed;z-index:2;bottom:82px;right:10px;
	height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    background: #2ecc71;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
	font-size:26px!important;
}.whatsappDiv a{color:#fff}
@media only screen and (max-width: 450px) {
	.whatsappDiv{width:40px;height:40px;line-height: 40px;font-size:22px!important;bottom:62px;}
	.footer__chat__option{width:40px;height:40px;line-height: 40px;font-size:22px!important;}
}


.form__popup,.form__popup2 {
    background: #000;
    width: 100%;
    height: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.form__popup.active,.form__popup2.active {
    visibility: visible;
    opacity: 1;
    height: 100%;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.form__popup .contact__form, .form__popup2 .contact__form {
    width: 40%;
    margin: 0 auto;
    margin-top: 9%;
    border-radius: 5px;
    transform: scale(.7);
    transition: all .7s;
}
.form__popup2 .contact__form {
	width:30%;
}
.form__popup.active .contact__form, .form__popup2.active .contact__form{
    transform: scale(1);
    transition: all .7s;
}
.close__btn,.close__btn2 {
    position: absolute;
    right: 5%;
    top: 5%;
    font-size: 56px;
    cursor: pointer;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    z-index: 999999;
    cursor: pointer;
	color:#fff
}

.close__btn:hover,.close__btn2:hover {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}

@media only screen and (max-width: 460px) {
	.form__popup .contact__form,.form__popup2 .contact__form {width: 80%;margin-top: 80px;}
	.close__btn,.close__btn2 {font-size: 36px;}
	h1.display-5{font-size:2em}
	h2.display-5{font-size:2em}
}
.color-white{color:#fff}

.i-publico {width: 90px;height: 95px;margin: 0 auto;background-image: url(../images/i-publico.png?v=2);background-repeat: no-repeat;margin-bottom:20px;box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);border-radius:10px}
.i-publico-1 {background-position: 12px 0px;}
.i-publico-2 {background-position: -75px 0px;}
.i-publico-3 {background-position: -160px 0px;}
.i-publico-4 {background-position: -246px 0px;}
.i-publico-5 {background-position: -332px 0px;}
.i-publico-6 {background-position: -419px 0px;}
.i-publico-7 {background-position: -506px 0px;}
.i-publico-8 {background-position: -596px 0px;}
.naoAtende{opacity:.3;}

.btnCatalogo{background:#23475f;position:relative;min-height:280px;border-radius:10px;}
.btnCatalogo:after{content:"";position:absolute;width:100px;height:100px;left:50%;top:50%;margin:-50px 0 0 -50px;background:url(../img/favicon.png) center; background-size:cover;opacity:.18}
.btnCatalogo h2{font-size:18px;color:#fff;font-weight:600;padding:20px 10px}
.btnCatalogo h3{font-size:14px;-webkit-transform: rotate(90deg);	
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);color:#fff;
position:absolute;top:120px;left:-25px}
.btnCatalogo h3 strong{display:block;}
.btnCatalogo a{position:absolute;z-index:1;left:0;bottom:0;padding:20px;background:rgba(0,0,0,.2);color:#fff;width:100%;text-align:center;border-radius:0 0 10px 10px}
.btnCatalogo a:hover{text-decoration:none;background:rgba(0,0,0,.5);}

.caracProd p{border-bottom:1px solid #ccc;padding:.5em;margin:0 auto; width:80%;line-height:1.4em}
.caracProd2 p{width:auto}
.caracProd3 p{border:none;padding:0;margin:1.5em 0;font-size:16px;width:auto}
.caracProd4 p{margin:.5em 0;font-size:14px;width:auto;text-align:left;padding:0 0 .5em 0;}
.caracProd p:last-child{border:none}
.paddingDesc{padding:120px 20px}
@media only screen and (max-width: 460px) {
	.colImgCel{min-height:300px;}
	.pbCel{margin-bottom:80px;}
	.caracProd3{padding-top:0;}
	.paddingDesc{padding:120px 20px 30px 20px}
}


.cxDepoimento {
    width: 90%;
    text-align: center;
    max-width: 90%;
    margin: 2.7% auto
}
.cxDepoimento .cxDepoimentoCont {
    width: 74%;
    display: inline-block;
    text-align: center;
    border: 2px solid #d3d2d2;
    border-radius: 10px;
    padding: 1.7% 1.7% 1.2%
}
.cxDepoimento:after,
.cxDepoimento:before {
    padding: 24px 32px;
    content: " ";
    margin-top: 42px;
    display: block
}
.cxDepoimento:before {
    background: url(../images/icon-aspa-esq.png) no-repeat;
    float: left;
    margin-left: 18px
}
.cxDepoimento:after {
    background: url(../images/icon-aspa-dir.png) no-repeat;
    float: right;
    margin-right: 18px
}
.cxDepoimento .cxDepoimentoCont p{font-size:16px; text-align:justify}
.cxDepoimento .cxDepoimentoCont2 p{font-size:16px; text-align:justify;color:#fff}
.depoResponsavel, .depoNome {margin:1em 0;line-height:1.2em;text-align:center}
.depoResponsavel strong, .depoNome strong{display:block;}
.owl-carousel-testimonial2 .cxDepoimentoCont2 img{border-radius:10px;}
@media only screen and (max-width: 460px) {
	.cxDepoimento:after,.cxDepoimento:before {display:none}
	.cxDepoimento .cxDepoimentoCont {width:auto;padding:2em}
	.cxDepoimento .cxDepoimentoCont img{max-width:70%}
}
.about2{background:#23475f}
.about2 * {color:#fff}
.numerosHome{position:relative;padding-left:50px;font-size:14px;text-transform:uppercase;display:inline-block}
.numerosHome i{position:absolute;left:0;top:0;font-size:30px;display:inline-block;background:#fff;color:#23475f;padding:6px;border-radius:5px;}
.numerosHome span{font-size:30px;display:block;margin-bottom:5px;text-align:left}
.numerosHome strong{position:relative;}
.numerosHome strong:before{content:"";position:absolute;width:100%;height:1px;bottom:0;left:0;background:#fff}
@media only screen and (max-width: 460px) {
	.numerosHome i{width:42px;text-align:center}
	.pb-xs{padding-bottom:0!important;}
	.mb-xs{margin-bottom:5px;}
	.mt-xs{margin-top:25px;}
	.depoimentos{}
}
.fiveCols{text-align:center}
.grid5cols{display:inline-block;width:17%;margin:0 1%}
@media only screen and (max-width: 768px) {
	.grid5cols{width:30%;}
}
@media only screen and (max-width: 460px) {
	.grid5cols{display:inline-block;width:40%;margin:0 4%}
}

.videoProduto{position:absolute;top:320px;right:10%;}
@media only screen and (max-width: 1024px) {
	.videoProduto{position:absolute;top:320px;right:5%;}
}
@media only screen and (max-width: 768px) {
	.videoProduto{position:relative;top:0;right:0;margin-top:30px;overflow: hidden;padding-top: 56.25%;}
		.videoProduto iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border: 0;
	}
	footer .col-12{text-align:center}
	.empresa-cidada{max-width:80%;}
}

.jssocials-shares {margin: 0.2em 0;}.jssocials-shares * {box-sizing: border-box;}.jssocials-share {display: inline-block;vertical-align: top;margin: 0.3em 0.6em 0.3em 0;}.jssocials-share:last-child {margin-right: 0;}.jssocials-share-logo {width: 1em;vertical-align: middle;font-size: 1.5em;}img.jssocials-share-logo {width: auto;height: 1em;}.jssocials-share-link {display: inline-block;text-align: center;text-decoration: none;line-height: 1;}.jssocials-share-link.jssocials-share-link-count {padding-top: .2em;}.jssocials-share-link.jssocials-share-link-count .jssocials-share-count {display: block;font-size: .6em;margin: 0 -.5em -.8em -.5em;}.jssocials-share-link.jssocials-share-no-count {padding-top: .5em;}.jssocials-share-link.jssocials-share-no-count .jssocials-share-count {height: 1em;}.jssocials-share-label {padding-left: 0.3em;vertical-align: middle;}.jssocials-share-count-box {display: inline-block;height: 1.5em;padding: 0 0.3em;line-height: 1;vertical-align: middle;cursor: default;}.jssocials-share-count-box.jssocials-share-no-count {display: none;}.jssocials-share-count {line-height: 1.5em;vertical-align: middle;}.jssocials-share-link:hover{text-decoration:none}

.website{display:none;}