/*
Theme Name: #ID2 Comunicação - Wordpress Bootstrap
Theme URI: http://www.id2comunicacao.com.br
Author: Davidson Santana - ID2 Comunicação
Author URI: https://www.id2comunicacao.com.br
Description: Tema desenvolvido para ID2 Comunicação.
Version: 1.0
License: Private
Text Domain: #id2comunicacao

*/





*{
	-moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


body{
  background: #f3f3f3 url(images/bg-body.png) no-repeat center top;
  background-size: 100% auto;
  font-family: 'Inter', sans-serif;
}

.bt-whats{
  width: 60px;
  height: 60px;
  background: #128c7e;
  color: #fafafa;
  font-size: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;

  position: fixed;
  right: 20px;
  bottom: 20px;
}

.bt-whats:hover{
  text-decoration: none;
  color: #fafafa;
  transform: scale(1.1);
}


.swiper-container {
  width: 100%;
}

.swiper-slide {
  font-size: 18px;
  background: none;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-wrapper{
  height: auto!important;
}

.swiper-container .swiper-pagination-bullet-active{
  background: #EE7D16;
}


.swiper-container .swiper-pagination-bullet{
  width: 10px;
  height: 10px;
  margin: 0 6px!important;
}


.swiper-container .setas .swiper-button-next,
.swiper-container .setas .swiper-button-prev{
  width: 42px;
  height: 42px;
  background: url(images/setas.png) no-repeat;
  background-position: 0 -58px;
}

.swiper-container .setas .swiper-button-prev{background-position: 0 -58px;}
.swiper-container .setas .swiper-button-next{background-position: -58px -58px;}



.swiper-container .setas.white .swiper-button-next,
.swiper-container .setas.white .swiper-button-prev{
  width: 42px;
  height: 42px;
  background: url(images/setas-white.png) no-repeat;
  background-position: 0 0;
}

.swiper-container .setas.white .swiper-button-prev{background-position: 0 0;}
.swiper-container .setas.white .swiper-button-next{background-position: -58px 0;}




.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}



header{
  width: 100%;
  padding: 15px 0 25px;
  background: #fafafa;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
}

header .container{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .logo{
  max-width: 220px;
  margin: 0;
}

header .logo img{
  width: 100%;
  height: auto;
}


header .menu{
  width: 100%;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .menu li a{
  padding: 10px 20px;
  display: inline-block;
  color: #3c3c3c;
  font-size: 16px;
  font-weight: 600;
}

header .menu .dropdown-menu li a{
  display: block;
}


header .talk{
  padding: 10px 20px;
  margin-top: 5px;
  background: #1D70B7;
  color: #fafafa;
  font-size: 16px;
  border-radius: 10px;
  font-weight: 600;
  border: 1px solid #333;
}



section{
  padding: 100px 0 80px;
}

section h2{
  margin-bottom: 35px;
  font-size: 44px;
  font-weight: 600;
}


section h3{
  font-size: 25px;
  font-weight: 600;
}

section h4{

}

section p{
  font-size: 18px;
  font-weight: 500;
}

section .botao{
  padding: 20px 32px;
  background: #EE7D16;
  color: #fafafa;
  font-size: 18px;
  border-radius: 100px;
  font-weight: 600;
}



#banner-home{
  padding: 50px 0 120px;
  background: url(images/banner.jpg) no-repeat center center;
  background-size: cover;
}

#banner-home .container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

#banner-home .text{
  width: 50%;
  color: #fafafa;
}

#banner-home .text img{
  max-width: 130px;
  height: auto;
}

#banner-home .text h1{
  font-size: 28px;
  font-weight: 600;
}

#banner-home .text p{
  font-weight: 400;
  font-size: 18px;
}

#banner-home .image{
  width: 45%;
}

#banner-home .image img{
  width: 85%;
  height: auto;
}





#banner-home .left,
#banner-home .right{
  width: 35%;
}

#banner-home span{
  font-size: 20px;
  color: #1D70B7;
  text-transform: uppercase;
  font-weight: 800;
}

#banner-home h2{
  color: #0F4675;
  font-weight: 600;
  font-size: 52px;
}

#banner-home a{
  padding: 18px 40px;
  margin-top: 50px;
  display: inline-block;
  border-radius: 60px;
  color: #fafafa;
  font-size: 16px;
  font-weight: 600;
  background: #ee7d16;
  text-transform: uppercase;
}

#banner-home a:hover{
  text-decoration: none;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
}

#banner-home a.one{background: #EE7D16}
#banner-home a.two{background: #1D70B7}
#banner-home a.three{background: #0F4675}




#details{
  background: #fafafa;
  color: #0F4675;
}

#details .container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

#details .left{
  width: 35%;
}

#details .right{
  width: 55%;
}



#details h2{
  margin: 0 0 35px;
  font-size: 32px;
  font-weight: 800;
}

#details h2 span{
  font-weight: 800;
}

#details h3{
  margin: 0 0 15px;
  font-weight: 800;
}

#details p{
  font-size: 22px;
  margin-bottom: 25px;
  font-weight: 500;
}

#details .sub-title{
  margin-bottom: 35px;
  font-size: 25px;
  font-weight: 500
}


#details .item{
  margin-bottom: 25px;
  display: flex;
}

#details .item .icon{
  margin-right: 20px;
}


#details .words{
  width: 100%;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#details .words span{
  width: 150px;
  height: 55px;
  margin: 5px 1px;
  transform: skew(-20deg);
  background: #1D70B7;
  text-align: center;
  color: #fafafa;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#details .words span div{
  transform: skew(20deg);
}



#motivos{
  padding: 50px 0 80px;
}

#motivos h2{
  margin-bottom: 80px;
  color: #0b3253;
  font-weight: 600;
}

#motivos .item{
  min-height: 300px;
  text-align: center;
}

#motivos .item i{
  font-size: 62px;
  color: #0b3253;
}

#motivos h3{
  font-size: 22px;
  font-weight: 800;
  color: #0b3253;
}

#motivos p{
  margin-bottom: 30px;
}



#vantagens{
  background: #1D70B7;
}

#vantagens h2{
  color: #fafafa;
}

#vantagens .nav-pills{
  width: 100%;
  display: flex;
  justify-content: center;
}

#vantagens .nav-pills li{
  float: none;
}

#vantagens .nav-pills li a{
  padding: 8px 20px;
  margin: 0 2px;
  color: #fafafa;
  border: 1px solid #6fa0cb;
  color: #e8e8e8;
  font-size: 18px;
  font-weight: 600;
}

#vantagens .nav-pills li a:hover{
  background: #ee7d16;
  border-color: #ee7d16;
  color: #fafafa;
}

#vantagens .nav-pills li.active a{
  background: #ee7d16;
  border-color: #ee7d16;
  color: #fafafa;
}


#vantagens .tab-content{
  margin: 50px 0 0;
}

#vantagens .wrap{
  width: 100%;
  display: flex;
  justify-content: center;
}

#vantagens .tab-content .box{
  width: 45%;
  min-height: 600px;
  padding: 35px 30px 60px;
  border-radius: 15px;
  background: #e9f5ff;
  color: #0F4675;
  position: relative;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#vantagens .tab-content .box.right{
  width: 55%;
  background: #fafafa;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  color: #0F4675;
  position: relative;
}

#vantagens .tab-content .box .icone i{
  font-size: 42px;
}

#vantagens h3{
  font-size: 22px;
  margin: 25px 0 10px;
  font-weight: 500;
}

#vantagens .box.right h3{
  font-weight: 700;
  font-size: 28px;
}

#vantagens .tab-content ul{
  padding: 0;
  margin: 0;
  list-style-type: none;
}

#vantagens .tab-content ul li{
  padding: 8px 10px;
  border-bottom: 1px dotted #7facd3;
}

#vantagens .tab-content ul li i{
  color: #EA2027;
}

#vantagens .box.right li i{
  color: #009432;
}



#vantagens .tab-content .box:hover .icone i{
  font-size: 62px;
}

#vantagens .tab-content .box:hover li{
  font-size: 18px;
}

#vantagens .tab-content .box.left:hover h3{
  font-size: 26px;
}


#vantagens .tab-content .box.right:hover h3{
  margin-top: 30px;
  font-size: 34px;
}




#orquestracao{
  padding: 100px 0;
  background: #fff;
}

#orquestracao h2{
  color: #0b3253;
  font-weight: 600;
}

#orquestracao .sub-title{
  margin-bottom: 50px;
  font-weight: 500;
  font-size: 24px;
  color: #0b3253;
}


#features{
  padding: 0;
}

#features .swiper-slide img{
  width: 100%;
}



#funcionalidades h2{
  color: #0b3253;
  font-weight: 600;
}

#funcionalidades .swiper-container{
  padding-bottom: 50px;
}

#funcionalidades .box{
  width: 100%;
  min-height: 550px;
  padding: 35px 30px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#funcionalidades .box h3{
  font-size: 24px;
  font-weight: 700;
  color: #0b3253;
}

#funcionalidades .box i{
  font-size: 52px;
  color: #0b3253;
}




#features .setas{
  width: 120px;
  position: absolute;
  left: 11%;
  bottom: 100px;
  z-index: 2;
}




#reviews{
  border-top: 1px solid #e3e3e3;
}

#reviews .item{
  margin: 20px;
  padding: 100px 60px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

#reviews h2{
  color: #0F4675;
}

#reviews .item span{
  margin-top: 40px;
  display: block;
  font-size: 22px;
  font-weight: 600;
  color: #1D70B7;
}

#reviews small{
  font-size: 20px;
  font-weight: 500;
}

#reviews .setas{
  width: 120px;
  position: absolute;
  right: 80px;
  top: 80px;
  z-index: 2;
}

#reviews .swiper-container{
  padding-bottom: 30px;
}

#reviews .swiper-pagination{
  bottom: 0;
}




#clients{
  padding: 60px 0;
  background: #fff;
}

#clients .swiper-container-autoheight .swiper-wrapper{
  align-items: center;
}




.animate {
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 2s, transform 5s;
}

.animate.active {
    opacity: 1;
    transform: translateY(0);
}


#numbers{
  background: #fff;
  color: #094883;
  text-align: center;
  border-bottom: 1px solid #e3e3e3;
  text-align: center;
}

#numbers h2{
  margin-bottom: 60px;
}

#numbers #counterContainer{
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

#numbers .wrap{
  width: 33%;
}

#numbers .wrap .counter{
  font-size: 62px;
  line-height: 62px;
  font-weight: 800;
}

#numbers span{
  font-size: 32px;
  font-weight: 500;
}







#cases{
  padding: 0;
  background: #0F4675;
  position: relative;
}

#cases .title{
  width: 100%;
  position: absolute;
  left: 0;
  top: 120px;
  z-index: 2;
}

#cases h2{
  font-size: 20px;
  text-transform: uppercase;
  color: #fafafa;
  letter-spacing: 5px;
}

#cases .col-md-6{
  display: flex;
  justify-content: flex-end;
}

#cases .swiper-slide{
  min-height: 80vh;
  background-size: cover!important;
}

#cases h3{
  font-size: 32px;
  line-height: 42px;
  font-weight: 600;
  color: #fafafa;
}

#cases h3 span{
  display: block;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 26px;
}

#cases a{
  padding: 12px 30px;
  margin-top: 50px;
  display: block;
  border-radius: 60px;
  background: #EE7D16;
  color: #fafafa;
  text-align: center;
}


#cases .setas{
  width: 120px;
  position: absolute;
  right: 100px;
  top: 100px;
  z-index: 4;
}





#cta-blog{
  padding: 50px 0;
  background: #EE7D16;
  color: #fafafa;
}

#cta-blog .container{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#cta-blog .botao{
  background: #094883;
}

#cta-blog h2{
  margin: 0 0 10px;
}

#cta-blog span{
  font-size: 18px;
}





#blog h2{
  margin-bottom: 35px;
}

#blog h2 a{
  color: #333;
  font-size: 16px;
  text-decoration: underline;
  font-weight: 600;
}

#blog .item{
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0, 0.1);
  overflow: hidden;
}

#blog .item .image img{
  width: 100%;
  height: auto;
}

#blog .info{
  padding: 25px;
}

#blog h3{
  margin: 0 0 15px;
  font-weight: 500;
}

#blog .category{
  text-decoration: underline;
  color: #1D70B7;
  font-weight: 800;
  font-size: 18px;
}

#blog .more{
  padding: 8px 20px;
  display: inline-block;
  color: #333;
  font-weight: 500;
  font-size: 14px;
  border-radius: 60px;
  border: 1px solid #333;
}

#blog .more:hover{
  background: #333;
  color: #fff;
  text-decoration: none;
}


#texto{
  padding: 60px 0 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

#texto img{
  width: 40%;
  height: auto;
  margin: 0 50px 0 0;
  border-radius: 20px;
  overflow: hidden;
}

#texto .content{
  width: 50%;
}

#texto h2{
  margin-bottom: 35px;
  font-size: 38px;
  color: #0F4675;
}

#texto p{
  line-height: 28px;
}




#cta{
  padding: 80px 0;
  background: #1D70B7;
  color: #fafafa;
  text-align: center;
}

#cta h2{
  max-width: 90%;
  margin: 0 auto 35px;
  font-size: 36px;
}

#cta .botao{
  margin-top: 20px;
  display: inline-block;
  text-align: center;
}







footer{
  padding: 50px 0 0;
  background: #094883;
  color: #fafafa;
}


footer h6{
  font-size: 20px;
  font-weight: 600;
}

footer .social{
  margin-top: 50px;
  display: flex;
}

footer .social a{
  width: 40px;
  height: 40px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #EE7D16;
  color: #fafafa;
  font-size: 20px;
  border-radius: 100px;
}

footer .social a:hover{
  text-decoration: none;
}

footer ul{
  padding: 0;
  margin: 0;
  list-style-type: none;
}

footer ul li a{
  padding: 5px 0;
  display: block;
  color: #fafafa;
  opacity: 0.7;
  text-decoration: underline;
}

footer ul li a:hover{
  opacity: 0.3;
  color: #fafafa;
}


footer .fone{
  margin-top: 50px;
  display: block;
}

footer .fone a{
  color: #fafafa;
  text-decoration: none;
  border-bottom: 1px solid #fafafa;
}

footer .fone i{
  margin-right: 10px;
}

footer address{
  margin-top: 20px;
}


footer .form-news p{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

footer .form-news br{
  display: none;
}

footer .form-news .wpcf7-form-control-wrap{
  width: 70%;
}

footer .form-news input[type="email"]{
  width: 100%;
  padding: 15px;
  background: #fafafa;
  border-radius: 5px;
  color: #3c3c3c;
  border: none;
  outline: none;
}

footer .form-news .wpcf7-submit{
  width: 28%;
  padding: 15px 32px;
  background: #EE7D16;
  color: #fafafa;
  font-size: 18px;
  border-radius: 100px;
  font-weight: 600;
  text-align: center;
  border: none;
}

footer .wpcf7 form .wpcf7-response-output{
  margin: 0;
}



.sign{
  padding: 20px 0;
  margin-top: 50px;
  text-align: center;
  border-top: 1px solid #1D70B7;
  font-size: 13px;
  color: #fafafa;
}




/* INTERNAS */
#banner-interna{
  padding: 100px 0 50px;
}

#banner-interna .container{
  max-width: 700px;
}

#banner-interna.sobre .container{
  max-width: 1000px;
}

#banner-interna h2{
  text-align: center;
  color: #0B497E;
  font-size: 56px;
  font-weight: 600;
}

#banner-interna .sub-title{
  font-size: 25px;
  font-weight: 500;
  color: #3c3c3c;
}


.video{
  width: 95%;
  height: 600px;
  margin: 40px auto 0;
  border-radius: 20px;
  background: #1D70B7;
  color: #fafafa;
  display: flex;
  justify-content: center;
  align-items: center;
}



.wrap-form{
  padding: 70px 50px;
  margin-bottom: 100px;
  background: #fafafa;
  border-radius: 20px;
}

.wrap-form section{
  padding: 0;
}

.wrap-form .form-group{
  margin-bottom: 35px;
}

.wrap-form label{
  margin: 0 0 5px;
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #1D70B7;
}

.wrap-form input{
  width: 100%;
  height: auto!important;
  padding: 10px!important;
  border-radius: 10px;
  border: 1px solid #C3CAD9;
  color: #183B56;
}

.wrap-form textarea{
  width: 100%;
  height: 170px;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #C3CAD9;
  color: #183B56;
  resize: none;
}

.wrap-form span{
  width: 100%;
  display: block;
  text-align: center;
  color: #5A7184;
  font-size: 16px;
}

.wrap-form button{
  width: 200px;
  margin: 50px auto;
  display: block;
  padding: 15px 25px;
  background: #1D70B7;
  color: #fafafa;
  border-radius: 60px;
  border: none;
  font-size: 20px;
  font-weight: 500;
}

.wrap-form button:hover{
  box-shadow: 0 2px 0 rgba(0,0,0,0.2);
}



main.politica{
  margin-bottom: 120px;
}

main h2{
  margin: 100px 0 50px;
  font-size: 44px;
  color: #0F4675;
  font-weight: 600;
}

main h3{
  margin: 100px 0 50px;
  font-size: 44px;
  color: #0F4675;
}

main p{
  font-size: 18px;
  line-height: 32px;
  color: #3c3c3c;
  font-weight: 500;
}




#timeline{
  padding: 80px 0;
}


#timeline h2{
  font-size: 44px;
  margin: 0 0 -40px;
  display: block;
  font-weight: 600;
  color: #0F4675;
}

#timeline strong{
  margin: 30px 0;
  font-size: 32px;
  font-weight: 600;
}

#timeline p{
  margin: 0 15px;
}

#timeline .item.amarelo{color: #FAA455;}
#timeline .item.laranja{color: #EE7D16;}
#timeline .item.azulc{color: #1D70B7;}
#timeline .item.azule{color: #0F4675;}


#timeline .swiper-slide .item{
  display: flex;
  flex-direction: column;
  text-align: center;
}

#timeline .swiper-slide .item img{
  width: 100%;
  height: auto;
}

#timeline .swiper-container{
  padding: 160px 0 60px;
}

#timeline .setas{
  width: 120px;
  position: absolute;
  right: 100px;
  top: 25px;
  z-index: 4;
}





#valores{
  padding: 100px 30px;
  background: #1D70B7;
  color: #fafafa;
  position: relative;
}

#valores .left{
  width: 50%;
}

#valores h2{
  font-size: 44px;
  margin: 0 0 30px;
  font-weight: 600;
  color: #fafafa;
}

#valores h3{
  font-size: 34px;
  margin: 30px 0 15px;
  font-weight: 600;
  color: #fafafa;
}

#valores p{
  color: #fafafa;
}

#valores ul{
  padding: 0 0 0 20px;
  line-height: 36px;
  font-size: 22px;
}

#valores img{
  width: 100%;
  margin-top: 10%;
}







#banner-neoh{
  padding: 60px 0;
}

#banner-neoh .swiper-slide{
  padding-left: 20px;
  justify-content: flex-end;
}


#banner-neoh .setas{
  width: 120px;
  position: absolute;
  left: 20%;
  bottom: 100px;
  z-index: 4;
}





.diferenciais{
  padding: 60px 0 0;
}

.diferenciais h2{
  margin: 0 0 50px;
}

.diferenciais ul{
  padding: 0 0 0 20px;
  font-size: 20px;
  color: #3c3c3c;
  font-weight: 600;
}

.diferenciais ul li{
  margin-bottom: 20px;
}




.blog-listing{
  margin-bottom: 100px;
}

.blog-listing article{
  margin-bottom: 25px;
  border-radius: 10px;
  overflow: hidden;
  background: #fafafa;
}

.blog-listing article img{
  width: 100%;
  max-width: 100%;
  height: auto;
}

.blog-listing article .info{
  padding: 40px;
  text-align: center;
}

.blog-listing article h3{
  margin: 0 0 25px;
  color: #1E2022;
  font-size: 25px;
  font-weight: 600;
}

.blog-listing article span{
  color: #77838F;
  font-size: 18px;
}

.blog-listing article a.more{
  padding: 6px 26px;
  margin-top: 40px;
  display: inline-block;
  border-radius: 60px;
  border: 1px solid #2F2F2F;
  color: #2F2F2F;
  font-size: 18px;
  font-weight: 600;
}

.blog-listing article a.more:hover{
  background: #2F2F2F;
  color: #fafafa;
  text-decoration: none;
}


.pagination{
  width: 100%;
  margin-top: 70px;
  display: flex;
  justify-content: center;
  text-align: center;
}

.pagination span,
.pagination a{
  padding: 4px 10px;
  margin: 0 5px;
  font-size: 16px;
  font-weight: 600;
  color: #3c3c3c;
  border-radius: 5px;
}

.pagination span{
  color: #fafafa;
  background: #1D70B7;
}

.pagination a:hover{
  background: #e2e2e2;
  text-decoration: none;
}




aside .busca{
  padding: 5px;
  background: #fafafa;
  border-radius: 5px;
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between
}

aside .busca input{
  width: 85%;
  padding: 5px 10px;
  border: none;
  background: none;
  outline: none;
}

aside .busca a{
  padding: 12px 15px;
  background: #EE7D16;
  color: #fafafa;
  font-size: 20px;
  border-radius: 5px;
}

aside .categories{
  padding: 0;
  margin: 0 0 25px;
  border-radius: 10px;
  overflow: hidden;
  background: #fafafa;
  list-style-type: none;
}

aside .categories li a{
  padding: 15px 30px;
  display: block;
  font-weight: 500;
  color: #77838F;
}

aside .categories li a:hover{
  background: #1D70B7!important;
  color: #fafafa!important;
  text-decoration: none;
}

aside .categories li:nth-child(odd) a{
  background: #f4f4f9;
}



aside .cta{
  padding: 40px 30px;
  margin-bottom: 25px;
  border-radius: 10px;
  background: #EE7D16;
  text-align: center;
}

aside .cta span{
  color: #fafafa;
  font-size: 25px;
  line-height: 28px;
  font-weight: 500;
}

aside .cta a{
  padding: 20px 30px;
  margin-top: 25px;
  display: inline-block;
  border-radius: 60px;
  background: #0F4675;
  color: #fafafa;
  font-size: 16px;
}


aside .tags{
  padding: 20px;
  background: #fafafa;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

aside .tags a{
  padding: 6px 12px;
  margin: 3px;
  color: #77838F;
  font-size: 14px;
  background: #f2f2f2;
  border-radius: 5px;
}

aside .tags a:hover{
  background: #e2e2e2;
  text-decoration: none;
}





/* SINGLE */
#banner-interna.single .container{
  max-width: 1100px;
}

#banner-interna.single h2{
  font-size: 52px;
}

#banner-interna.single .post-infos{
  padding: 20px 0 0;
  display: flex;
  justify-content: space-between;
}

#banner-interna.single .post-infos .left,
#banner-interna.single .post-infos .right{
  width: 50%;
  font-size: 14px;
  font-weight: 500;
  color: #1D70B7;
}

#banner-interna.single .post-infos .left{
  text-align: left;
}

#banner-interna.single .post-infos .right{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#banner-interna.single .post-infos .right span{
  margin-right: 15px;
}


.post-image{
  width: 90%;
  margin: 0 auto 80px;
}

.post-image img{
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.blog-listing article span .more-link{
  display: none;
}


main.content{
  margin-bottom: 100px;
}





















/* Responsivo */

.navbar-toggle{
	background: #333;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 0;
}

.navbar-toggle .icon-bar{
	background: #fff;
}




@media (max-width: 1199px) and (min-width: 992px) {

  #banner-home .left,
  #banner-home .right{
    width: 45%;
  }

  #banner-home h2{
    font-size: 40px;
  }


  #details .container{
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  #details .left,
  #details .right{
    width: 80%;
  }

  #details h2{
    font-size: 42px;
  }


  #numbers .wrap .counter{
    font-size: 42px;
  }

  #numbers .numero{
    font-size: 48px;
  }

  #numbers span{
    font-size: 24px;
  }


  #cta h2{
    font-size: 34px;
  }


  #cases .setas{
    right: 20px;
    bottom: 50px;
    top: initial;
  }



/* INTERNAS */
  #banner-neoh .setas{
    left: 5%;
    bottom: 50px;
  }


  #valores{
    padding: 80px 50px;
  }

  #valores img{
    max-width: 100%;
    top: 15%;
  }


  main h3{
    font-size: 34px;
  }


  #timeline .setas{
    right: 50%;
    top: 80px;
    margin-right: -60px;
  }


}


@media (max-width: 991px) and (min-width: 768px) {

  header .logo{
    width: 160px;
  }

  header .menu li a{
    font-size: 13px;
  }


	#banner-home .left,
  #banner-home .right{
    width: 45%;
  }

  #banner-home h2{
    font-size: 40px;
  }


  #details .container{
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  #details .left,
  #details .right{
    width: 80%;
  }

  #details h2{
    font-size: 46px;
  }


  #features .setas{
    bottom: 50px;
  }


  #reviews .item{
    text-align: center;
  }

  #reviews .item img{
    width: 100%;
    margin: 0 0 20px;
  }

  #reviews .setas{
    right: 50px;
  }


  #numbers{
    padding: 40px 0;
  }

  #numbers .wrap .counter{
    font-size: 42px;
  }

  #numbers .numero{
    font-size: 48px;
  }

  #numbers span{
    margin-bottom: 25px;
    display: block;
    font-size: 24px;
  }



  #texto{
    padding: 60px 15px;
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  #texto h2{
    margin: 0 0 20px;
  }

  #texto img{
    width: 80%;
    max-width: 80%;
    margin: 0 auto 35px;
  }

  #texto .content{
    width: 80%;
  }



  #cases .col-md-6{
    justify-content: flex-start;
  }

  #cases .setas{
    right: 20px;
    bottom: 70px;
    top: initial;
  }



  #blog .item .image img{
    width: 100%;
    height: auto;
  }

  #blog .category{
    font-size: 14px;
  }

  #blog h3{
    margin: 10px 0 25px;
    font-size: 16px;
  }



  #cta h2{
    font-size: 34px;
  }

  #cta .col-md-6{
    justify-content: center;
  }


  footer ul{
    margin-bottom: 25px;
  }

  footer .fone{
    margin-top: 30px;
  }



/* INTERNAS */
  #banner-neoh .setas{
    left: 5%;
    bottom: 50px;
  }

  #banner-interna{
    padding: 50px 0;
  }

  #banner-interna h2{
    font-size: 38px;
  }


  #banner-interna.single h2{
    font-size: 38px;
  }


  #valores{
    padding: 80px 30px;
  }

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

  #valores ul{
    max-width: 50%;
    font-size: 20px;
  }

  #valores ul li{
    margin-bottom: 10px;
    line-height: 24px;
  }

  #valores img{
    max-width: 100%;
    top: 15%;
  }


  main h3{
    font-size: 34px;
  }

  #timeline .setas{
    right: 50%;
    top: 80px;
    margin-right: -60px;
  }


  aside{
    margin-top: 50px;
  }


  .blog-listing article{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }



}


@media (max-width: 767px) {

  header .logo{
    width: 160px;
  }

  header .menu li a{
    font-size: 13px;
  }


  #banner-home .text,
  #banner-home .image{
    width: 100%;
    text-align: center;
  }

  #banner-home .text{
    padding: 20px 20px 35px;
  }




  #details .container{
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  #details .left,
  #details .right{
    width: 80%;
  }

  #details h2{
    margin: 20px 0 15px;
    font-size: 38px;
  }


  #features .setas{
    bottom: 22px;
  }


  #reviews .item{
    text-align: center;
  }

  #reviews .item img {
    width: 100%;
    margin: 0 0 20px;
  }

  #reviews .setas{
    right: 50px;
    top: 80px;
  }


  #numbers{
    padding: 40px 15px;
  }

  #numbers .wrap .counter{
    font-size: 42px;
  }

  #numbers .numero{
    font-size: 48px;
  }

  #numbers span{
    margin-bottom: 25px;
    display: block;
    font-size: 24px;
  }



  #texto{
    padding: 60px 15px;
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  #texto h2{
    margin: 0 0 20px;
  }

  #texto img{
    width: 80%;
    max-width: 80%;
    margin: 0 auto 35px;
  }

  #texto .content{
    width: 80%;
  }



  #valores img{
    max-width: 100%;
  }



  #cases .col-md-6{
    justify-content: flex-start;
  }

  #cases .setas{
    right: 20px;
    bottom: 70px;
    top: initial;
  }


  #blog .item{
    margin-bottom: 35px;
  }

  #blog .item .image img{
    width: 100%;
    height: auto;
  }

  #blog .category{
    font-size: 14px;
  }

  #blog h3{
    margin: 10px 0 25px;
    font-size: 16px;
  }



  #cta{
    text-align: center;
  }

  #cta h2{
    font-size: 34px;
  }

  #cta .col-md-6{
    justify-content: center;
  }


  footer ul{
    margin-bottom: 25px;
  }

  footer .fone{
    margin-top: 30px;
  }

	

/* INTERNAS */
  #banner-neoh .setas{
    left: 5%;
    bottom: 50px;
  }


  #banner-interna{
    padding: 50px 0;
  }

  #banner-interna h2{
    font-size: 38px;
  }


  #banner-interna.single h2{
    font-size: 38px;
  }


  #valores{
    padding: 80px 30px;
  }

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

  #valores ul{
    max-width: 50%;
    font-size: 20px;
  }

  #valores ul li{
    margin-bottom: 10px;
    line-height: 24px;
  }

  #valores img{
    max-width: 100%;
  }


  main h3{
    font-size: 34px;
  }

  #timeline .setas{
    right: 50%;
    top: 80px;
    margin-right: -60px;
  }


  aside{
    margin-top: 50px;
  }

  .blog-listing article{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }



}




@media (max-width: 600px) {

  header{
    padding: 15px 0;
  }

  header .logo{
    width: 160px;
  }

  header .container{
    flex-direction: column;
  }

  header .menu{
    padding: 10px 0;
  }


  #banner-home{
    padding: 30px 0;
  }

  #banner-home .swiper-slide{
    flex-direction: column;
  }

  #banner-home .left,
  #banner-home .right{
    width: 90%;
    text-align: center;
  }

  #banner-home a{
    margin: 20px 0 35px;
  }


  #details .left, #details .right{
    width: 100%;
  }


  section h2{
    font-size: 32px;
  }


  #motivos h2{
    font-weight: 700;
  }


  #vantagens .wrap{
    flex-direction: column;
  }

  #vantagens .tab-content .box,
  #vantagens .tab-content .box.right{
    width: 100%;
    min-height: auto;
  }


  #numbers #counterContainer{
    flex-direction: column;
    align-items: center;
  }

  #numbers #counterContainer .wrap{
    width: 100%;
    text-align: center;
  }


/* INTERNAS */

  #banner-interna.single .post-infos{
    flex-direction: column;
    justify-content: center;
  }

  #banner-interna.single .post-infos .left,
  #banner-interna.single .post-infos .right{
    width: 100%;
    padding: 5px 0;
    text-align: center;
    justify-content: center;
  }

  #banner-interna.single .post-infos .right{
    padding: 8px 10px;
    margin-top: 10px;
    border-radius: 8px;
    border: 1px solid #adcbe5;
  }



  #texto img{
    width: 100%;
    max-width: 100%;
  }

  #texto .content{
    width: 90%;
  }

  #texto h2{
    font-size: 24px;
  }



  #valores{
    padding: 80px 15px;
  }

  #valores ul{
    max-width: 100%;
    margin-bottom: 25px;
  }

  #valores img{
    max-width: 100%;
  }



}





@media (max-width: 480px) {

  header .menu li a{
    text-align: center;
  }


  #banner-home h2{
    font-size: 36px;
  }

  #banner-interna h2{
    margin: 0;
    font-size: 32px;
  }


  #banner-interna.single h2{
    font-size: 28px;
  }


  #details{
    text-align: center;
  }

  #details .item{
    margin-bottom: 35px;
    flex-direction: column;
  }

  #details .item .icon{
    margin-bottom: 15px;
  }

  #details h2{
    font-size: 32px;
  }



  #motivos{
    padding: 0 15px;
  }

  #motivos .col-md-3{
    width: 100%;
  }

  #motivos .item{
    padding: 25px;
    min-height: auto;
  }



  #cases h2{
    font-size: 16px;
  }

  #cases h3{
    font-size: 26px;
    line-height: 32px;
  }

  #reviews .item{
    padding: 100px 30px;
  }



  .blog-listing article .info{
    padding: 40px 20px;
  }



  .wrap-form{
    padding: 35px;
  }

}


@media (max-width: 375px) {

  header .menu li{
    display: flex;
    justify-content: center;
    align-items: center;
  }

  header .menu li a{
    padding: 10px;
    text-align: center;
    line-height: 14px;
  }


  #banner-home h2{
    font-size: 32px;
  }

  #banner-home a{
    font-size: 13px;
  }


  #details h2{
    font-size: 25px;
    margin-bottom: 25px;
  }

  #details .sub-title{
    font-size: 20px;
  }



  #vantagens .nav-pills li a{
    padding: 8px 15px;
    font-size: 13px;
  }



  #numbers .numero{
    font-size: 36px;
  }

  #numbers span{
    font-size: 22px;
  }





  #reviews .item{
    margin: 0;
  }

  #reviews .setas{
    right: 30%;
    top: 50px;
  }


  #cta .botao{
    padding: 20px;
    font-size: 16px;
  }


  footer .form-news input{
    width: 60%;
  }

  footer .form-news a{
    width: 35%;
    padding: 15px 20px;
  }



/* INTERNAS */
  #banner-neoh .setas{
    left: 5%;
    bottom: 20px;
  }

  #banner-interna.single h2{
    font-size: 24px;
  }


  #valores h2{
    font-size: 32px;
  }



}


@media (max-width: 320px){



}



