@import url(https://fonts.googleapis.com/css?family=Viga|Open+Sans);
@font-face {
	font-family: "Calibri";
	src: url(fonts/CALIBRI.TTF);
}
@font-face {
	font-family: "cordia";
	src: url(fonts/cordia.ttf);
}
@font-face {
	font-family: "digitalt";
	src: url(fonts/Digitalt.ttf);
}
.telefone_topo2{
	position:fixed !important;
	top: 15px !important;
	border:2px solid #ededed;
}
#whatsappid{
	display:none;
}
.telefone_topo2 {
  position: relative;
  box-shadow: 0 0 0 0 rgba(48, 136, 169, 0.7);
  border-radius: 50%;
  background-color: #3088A9;
  background-size:cover;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
.telefone_topo2:hover 
{
  -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
}

@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(48, 136, 169, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(48, 136, 169, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(48, 136, 169, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 45px rgba(48, 136, 169, 0);}}


.portifolio h1 {
    font-size: 75px !important;
    text-transform: uppercase;
    text-align: center;
    line-height: 0.9;
}
.portifolio span {
	font-weight:bold;
}
.preload {
	position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 20%;
    opacity: 1;
    background-color: #fff;
    background-size: 100px;
   
    background-position: center;
    background-repeat: no-repeat;
}
body{
	margin:0px;
	padding:0px;
	border-top:2px solid #0b5ba2;
	font-family:cordia !important;
	width:100%;
}
.curva{
	display:none !important;
}
#topo{
	height:77px;
	clear:both;
	position:relative;
}
#telefone_topo{
    position: absolute;
    left: 35%;
    top: 101px;
    color: #2a9db5;
    text-align: center;
    background: #ffffff;
    z-index: 99;
    width: 390px;
    font-size: 20px;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    border-radius: 27px;
    padding: 12px;
}
.class70{
	height:100px !important;
	background:#fff !important;
}
#logomarca{
	float:left;
	width:160px;
	margin-top:0px;
}
#topo2{
	float:right;
	width:auto;
	height:77px;
	display:block;
}
#menu {
	clear:both;
	height:40px;
	width:auto;
	padding-top:29px;
	z-index:100;
}
#menu ul{
	padding:0px;
	z-index:100;
	margin:0px;
}
#menu ul li{
	list-style-type:none;
	position:relative;
	float:left;
	z-index:100;
}
#menu ul li ul{
	display: none;
    background: #ffffff;
    color: #3088a9;
    width: 280px;
    min-height: 40px;
    position: absolute;
    left: 30px;
    top: 35px;
    z-index: 100;
    padding: 15px 20px 30px 10px;
    box-shadow: 0px 2px 8px 1px rgba(0,0,0,0.1);
}
#menu ul li ul a{
	width:100%;
	height:30px;
	display:block;
	color:#3088a9;
	padding-left:10px;
	margin:0px;
	font-size:22px;
}
#menu ul li:hover ul{
	display:inline;
}
#menu ul li a{
	color:#333;
	text-decoration:none;
	font-size:26px;
	padding-left:30px;	
	text-transform:uppercase;
	display:block;
	height:30px;
	font-weight:400;
	transition:linear .2s;
}
#menu ul li a:hover{
	color:#ff864a;
	transition:linear .2s;
}
#banner{
	background:#fff;
	width:1000px;
	max-height:355px;
	margin:0 auto;
	clear:both;
	margin-top:20px;
	position:relative;
}
#banners{
	position:relative;
	font-family:digitalt;
}
#banners::after{
	content:'';
	width:100%;
	height:100%;
	position:absolute;
	background: linear-gradient(to bottom, rgba(28,159,219,0.70) 0%, rgba(39,230,176,0.70) 100%);
	top:0;
	left: 0;
}
#banners p{
	font-size:86px;
	color:#FFD24D;
	position:absolute;
	top: 40%;
    left: 7.5%;
    z-index: 99;
	line-height: 0.7;
}
#banners p span{
	font-size:70px;
	color:#FFF;
}
#slides img{
	width:100%;
	height:355px;
	z-index:4;
}
#conteudo{
	background:#F0F8FF;
	width:100%;
	padding-top:30px;
}
#conteudo_interno_img{
	float:right;
}
#conteudo_interno_img img{
	margin-right:20px;
	margin-bottom:10px;
	max-height:300px;
	width:auto;
}
#conteudo_1{
	width:350px;
	float:left;
}
#conteudo_1 img{
	float:left;
	padding-right:3px;
}
#conteudo_1 h3{
	width:auto;
	color:#333;
}
#conteudo_1 #informacao{
	font-size:16px;
	color:#77A42D;
}
#sidebar{
	width:270px;
	height:500px;
	float:right;
	padding-left:2px;
	padding:10px;
	color:#77A42D;
	margin-left:20px;
}
#sidebar ul li{
	background:cadetblue;
	height:20px;
	padding:10px 0px;
	margin-bottom:1px;
	padding-left:15px;
	color:#fff;
}
#sidebar ul li a{
	color:#fff;
}
#footer{
	width:100%;
	height:30px;
	background:#fff;
	color:#333;
	padding-top:10px;
	font-size:14px;
	border-top:1px solid #fff;
	clear:both;
}
#footer h6{
	font-weight:normal;
}
.logo_footer{
	float:right;	
}
#texto_rodape{
	background:#fff; 
	width:100%; 
	min-height:auto; 
	padding-top:15px;
	color:#fff;
	clear:both;
}
#listPortfolio ul li{	
	height:313px !important; min-width:400px !important; 
	margin-right:50px; text-align:center; position:relative;
}
#listPortfolio ul li img{	
	width:440px; max-height:350px;
}
.saiba_mais img{
	width: 172px !important; 
	height:46px;		
}
#listPortfolio ul li .saiba_mais{
	position:absolute; bottom:0px; left:120px;
}
#right_and_left{
	text-align:center
}
#tags{
	float:left; margin:0px; padding:0px;	
}
.strong{
	font-weight:bold;	
}
#clear{
	clear:both;
}
.clear{
	clear:both;
}
input{
	border:1px solid #ccc;
}
#conteudo_blog a:hover{
	color:#ADC48F !important;
}
h1, h2, h3, h4, h5, h6{
	margin:0px;
	padding:0px;
}
img{
	border:0px;
}
a{
	
	color:#0b5ba2;
	text-decoration:none;
}
h2{
	font-size:14px;
	margin:0px;
	padding:0px;
	font-weight:normal;
}
#conteudo_blog{
	width:60%;
	height:310px;
	float:left;
}
#conteudo_blog h3{
	color:#000;
}
#conteudo_blog h5{
	color:#000;
	margin:0px;
	padding:0px;
}
#conteudo_blog .noticia{
	background:#666666 url("https://www.companiaweb.com/wp-content/themes/novo2/imgs/noticias.png") right no-repeat;
	height:13px;
	color:#fff;
	width:100px;
	padding:2px 0px 7px 5px;
	padding-left:5px;
	float:left;
}
#conteudo_blog div{
	clear:both;
	margin-bottom:10px;
}
#conteudo_blog_title{
	margin-bottom:15px;	
}
#conteudo_blog a{
	color:#178DB3 !important;
	font-size:16px;
	font-weight:normal;
	margin-left:10px;
}
#conteudo_contato2{
	width:37%;
	float:right;
}
#conteudo_contato2 h2{
	font-weight:bold;
	font-size:20px;
	width:100%;
	color:#000;
}
#conteudo_contato2 h5{
	margin-top:15px;
	color:#666;
}
#conteudo_texto ul{
	line-height:25px;
}
#conteudo_texto{
	text-align:justify;	
	line-height:25px;
	color:#333;
}
p{
}
.hidden{
	display:none;
}
.left{
	float:left;	
}
.right{
	float:right;	
}
#conteudo_1 {
	margin-bottom:35px;
}
#pagina {
	padding:0px 30px 0px 30px;
	margin:0 auto;
	text-align:justify;
	color:#555555;
    font-size: 28px;
    line-height: 1;
}
#pagina h2{
	font-size:30px;
	font-weight:bold;
}
#pagina h3{
	font-size:30px;
	font-weight:bold;
    color: #3088a9;
}
#fundo_single{
	background:url(https://www.totalservicedesentupidora.com.br/wp-content/uploads/2018/03/desentupidora_0008-1.jpg) no-repeat !important;
	width:100%;
	height:300px;
	position:relative;
	margin-bottom:30px;
}
#fundo_single h1{
	margin:0 auto;
	text-align:center;
	color:#fff;
	font-size:80px;
	text-transform:uppercase;
	margin-bottom:0px;
	padding-top:90px;
}
#fundo_single h3{
	color:#fbbd6e;
	font-size:35px;
	text-transform:uppercase;
	text-align:center;
}
#pag_interna h1{
	display:table;
	margin-bottom:20px;
	margin-top:30px;
	padding:0px 20px;
	text-align:center;
	min-width:300px;
	max-width:550px;
	padding:5px 0px;
	margin:0 auto;
	font-weight:bold;
	color:#0b5ba2;
	text-transform:capitalize;
	clear:both;
	font-size:3em;
	background:url(imgs/fundo_4.jpg);
} 
#pag_interna{
	background:url(imgs/linha.jpg) center repeat-x;
	margin-top:35px;
}
#link_portfolio{
	height:50px; 
	width:320px; 
	color:green; 
	padding-top:7px; 
	text-align:left; 
	font-size:18px;
}
#link_portfolio h5{
    border: 2px solid #008BB2;
    width: 140px;
    height: 20px;
    padding: 5px 5px;
}
#breadcrumbs{
	width:100%;		
	float:left;
	text-align:left;
	margin:0px;
	margin-top:20px;
	margin-bottom:10px;
}
.wp-pagenavi {
	padding-top:30px;
	width:100%;
	margin:0 auto;
}
#contato2 iframe {
	border:none; 
	overflow:hidden; 
	height:25px;
	width:63px;
	float:left;
	margin-top:7px;
}
#atendimento_on{
	position:fixed;
	bottom:0px;
	left:0px;
	z-index:99;
}
.negrito{
	font-weight:bold;
}
.column {
position: relative;
float: left;
margin-right: 3.8%;
min-height: 1px;
}
.last {
margin-right: 0px!important;
}
#codigo{
	background:#333;
	color:#fff;
	padding:5px;
	position:relative;
}
#px120{
	height:120px;
}
/*=======================================================
/			FOOTER
========================================================*/
.footerWrapper{
	font-size:16px;
}
.footerWrapper #footerlogo{ 
	width:70%;
	margin-bottom:30px;	
}
.footerWrapper ul{
	padding-left:5px;
}
.footerWrapper ul li{
	list-style-type:none;
	list-style-position:none;
}
.footerWrapper, .preFooterWrapper {
	clear: both;
	float: left;
	width:100%;
	padding: 0;
}
.preFooterWrapper {
	background: #fff;
}
.preFooterWrapper.interna {
	background: #edf0f3;
}
.footerWrapper .footer, .preFooterWrapper .footer, .credits .footer {
	margin: 0px;
}
.footer{ 
	position:relative;
}
.footer::before{ 
	content: '';
    width: 97.5%;
    height: 1px;
    position: absolute;
    background: #e2e2e2;
    left: 14px;
    top: -5px;
}
.footerWrapper .footer {
	color: #fff;
	height:auto;
	margin:0 auto;
}
.footerNav p {
	color: #777777;
    font-size: 25px;
	margin-right:5px;
	line-height:30px;
	margin-bottom: 20px;
	text-transform:uppercase;
	font-weight:bold;
}
.footerBadges {
	float: right;
	margin-top: 30px;
}
.footerBadges a {
	float: left;
	margin-right: 32px;
}
.footerBadges img {
	float: right;
}
.footerBadges a img {
	float: left;
}
.footerNav {
	/*clear: both;*/
	float: left;	
}
.footerNav{
	}
	.footerEndereco span {
		line-height: 1.3;
		color: #fff;
		font-size: 13px;
	}
	.footerEndereco .agency-address {
		/*padding-left: 10px;*/
	}
	.footerNav li {
		margin: 9px 0;
	}
	.footerNav a {
color: #659bd2;
    font-size: 25px;		/*float: left;*/
		/*clear: both;*/
		/*margin-top: 5px;*/
		/*padding-left: 10px;*/
        line-height: 1.1;
	}
	.footerMenu {
		float: right;
		width: auto;
		margin-top: 40px;
		margin-left: 0;
		margin-bottom: 40px;
	}
	.footerMenu ul li ul{
		display:none;
	}
	.footerMenu li {
		float: left;
		margin-right: 10px;
		border-left: 1px solid #003360;
		padding: 0 0 0 10px;
	}
	.footerMenu li:first-child {
		border: none;
	}
	.footerMenu li:first-child a{
		padding-left: 0;
	}
	.footerMenu a {
		font-size: 14px;
	}
	.footerNav a:hover {
		-moz-transition: color linear .2s;
		-webkit-transition: color linear .2s;
		transition: color linear .2s;
		color: #ff864a;	
		text-decoration:none;
	}
	.credits {
		height:50px;
		clear:both;
	}
	.credits .footer{
		height:50px;
	}
	.footerCopy {
		float: left;
		margin-top: 0px;
	}
	.footerCopy .floatLeft{
		float: left;
		margin: -9px 15px 0 0;	
	}
	.footerCopy p {
		float: left;
		font-size:23px;	
		margin-top:20px;
		color:rgba(110,110,110,1.00);
	}
	.footerCopy .link_agencia{
		color: #fff;
		font-weight: bold;
	}
	.footerAddress {
		background: url(https://www.companiaweb.com/wp-content/themes/novo2/images/pin-map.png) left top no-repeat;
		padding-left: 55px;
		display: block;
		margin-bottom: 20px;
	}
	.footerTelephone {
		background: url(https://www.companiaweb.com/wp-content/themes/novo2/images/telefone.png) left top no-repeat;
		padding-left: 55px;
		display: block;
	}
	
	
	
	
.one_half, .one_third, .one_fourth, .two_third, .three_fourth, .one_fifth {
	position: relative;
	margin-right: 4%;
	float: left;
}
.one_full {
	width: 100%;
}
.one_half {
	width: 48%;
}
.one_third {
	width: 30.650%;
	height:200px !important;
	margin-top:30px;
}
.one_fourth {
	width: 22%;
}
.one_fifth {
	width: 16.800%;
}
.two_third {
	width: 65.350%;
}
.three_fourth {
	width: 74%;
}
.last {
	margin-right: 0 !important;
	clear: right;
}
.port{ 
	margin-top:60px;
	margin-bottom:60px;
}
.portifolio{ 
	color:#4492CC;
}
.portifolio h4{ 
	font-size: 75px !important;
    text-transform: uppercase;
    text-align: center;
    line-height: 0.9;
}
.portifolio h4 span{ 
	color:#4492CC;
	font-weight: bold;
}
.portifolio p{ 
    font-size: 33px;
    line-height: 0.8;
    width: 80%;
    margin-left: 10%;
    color: #3e7aa7;
    margin-top: 20px;
    text-align: center;
}
.port-button{ 
	width: 25%;
    height: 45px;
    font-size: 29px;
    border: 1px solid #4492CC;
    text-align: center;
    border-radius: 50px 50px;
    margin: 35px auto 0px;
    transition: linear .4s;
    text-decoration: none;
}
#portifolio-car .carousel{ 
	height:auto;
}
#portifolio-car .fill img{ 
	width: 90%;
    float: right;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 2;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 2;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 2;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}
.hom2-skill-area{ 
	height: auto;
	padding-bottom:70px;
    background: #23547d;	
}
.hom2-skill-area h2{ 
    FONT-SIZE: 50px;
    padding-top: 40px;
    text-align: center;
    margin-bottom: 10px;
    color: #FFF;
    font-weight: bold;
	text-transform:uppercase;
}
.hom2-skill-area .text{ 
	color: #FFF;
    width: 80%;
    margin: 0px auto 40px;
    text-align: center;
    font-size: 26px;
    line-height: 1;
}

.hom2-skill-area .text a{
	color:#FFF;
}
.chart2{ 
	width: 200px;
    height: 200px;
    margin: 0 auto;
    display: inline-block;
    position: relative;
}
.percent{ 
	color: #FFF;
    display: inline-block;
    font-size: 80px;
    font-weight: 100;
    height: 100%;
    line-height: 56px;
    padding-top: 114px;
    text-align: center;
    width: 100%;
    z-index: 2;
}
.chart2 .percent, .chart3 .percent, .chart4 .percent{ 
	padding-top: 60px;
    color: #FFF;
    height: auto;
}
.chart2 canvas, .chart3 canvas, .chart4 canvas{ 
	position:absolute;
	left:0;
	top:0;
	border: 2px solid #FFF;
    border-radius: 50%;
}
.chart2 h4{ 
	color:#FFF;
}
.video{ 
	margin-top:60px;
	margin-bottom:60px;
}
.video-bg{
	background:url(https://www.desentupimento24horas.com.br/webp/videobg.webp) no-repeat;
	width:450px;
	height:375px;
	padding: 21px 0 0 22px;
}
 
 
.video h4{ 	
	font-size:57px;
	font-weight:bold;	
	color:#317DB7;
}
.video p{ 	
	font-size:30px;
	font-weight:normal;	
	color:#858585;	
	line-height:1;
}
.video .button{ 
	width: 200px;
    height: 45px;
    font-size: 29px;
    border: 1px solid #4492CC;
    text-align: center;
    border-radius: 50px 50px;
    margin: 20px 0;
	padding: 0 20px;
	color:#4492CC;
    overflow: hidden;
	position:relative;
	transition:linear .4s;
}
.video .button:hover, .port-button:hover{
	background:#4492CC;
	color:#FFF;
	transition:linear .4s;
	
}
.port-button:hover a{
	color:#FFF;
	
} 
.institucional{ 
	background:url(https://www.companiaweb.com/wp-content/uploads/2017/11/fundo-desenvolvimento-site.jpg) no-repeat;
	background-size:cover;
	background-attachment:fixed;
	height:400px;
	padding-top:80px;
}
.missao{ 
	background: url(imgs/instbg2.png) no-repeat;
    height: 270px;
}
.contato h3{ 
	font-size: 30px;
    color: #e0714c;
    font-weight: bold;
    margin: 0 0 15px 0;
    text-transform: uppercase;
	
}
.contato #box1{ 
    background: #ffffff;
    height: 80%;
    float: left;
    width: 100%;
    color: #8c8c8c !important;
    padding: 40px;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    border-radius: 4px;
}
.contato #box1 i{ 
	float: left;
    margin: 15px 10px 15px 0;
    font-size: 18px;
    color: #ff5e29;
    width: 23px;
    text-align: center;
    border-radius: 50%;
}
.contato #box1 .textwidget{ 
	margin-bottom:15px;
}
.contato_social i{ 
	font-size:15px;
}
.contato #box2{ 
    float: right;
    width: 60%;
}
.contato #info{ 
	margin: 0 auto;
    font-size: 22px;
    line-height: 1;
} 
.line{ 
	line-height:2;
}
.line i{ 
	margin:0 5px 0 0;
    padding: 8px 5px 20px;
}
.footer-inst{ 
	
}
.footer-inst p{ 
	font-size: 25px;
    line-height: 1;
	color:#a9a9a9;
}
.smsmarketing{ 
	background:url(imgs/contratar-sms-marketing.jpg) no-repeat;
	height:120px;
	width:100%;
	margin-bottom: 40px;
}
.container.contato{ 
    margin-top: 50px;
    margin-bottom: 60px;
}
.busca{ 
    margin: 5px 0 0 20px;
    float: right;
    font-size: 20px;
    z-index: 9999;
    color: #3088a9;
	border-left:1px solid #74BFDB;
	padding-left:20px;
	cursor:pointer;
}
#topobusca{ 
	position:relative;
	display:none;	
}
#buscar{ 
	border: 1px solid #4996b3;
    width: 400px;
    height: 30px;
    position: absolute;
	right: 60px;
    border-radius: 4px;
    top: 0;
}
#buscabut{ 
    position: absolute;
    left: -30px;
    top: 7px;
    background: none;
    border: none;
}
.menu-servicos-container{ 
	float:left;
}
.carousel-inner>.item{ 
	height:100% !important;
	
}
.carousel-inner>.item.active{ 
	height:100% !important;
	
}
#portifolio-car .carousel-inner{ 
	height:100% !important;
}
.wpcf7-form input{ 
	width:100%;
	height:40px;
	background:transparent;
	border-radius:4px;
    border: 1px solid #e6e6e6;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
    background-color: white;
    color: #AFAFAF;
    font-size: 20px;
	padding-left:10px;
}
.wpcf7-form textarea{ 
	height: 190px;
	min-width:100%;
    border: 1px solid #e6e6e6;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
    background-color: white;
    color: #AFAFAF;
    font-size: 20px;
	padding-left:10px;
}
.wpcf7-form input[type=submit]{ 
	width: 40%;
    background: #ff5e29;
    border: none;
    color: #FFF;
    font-size: 25px;
	box-shadow:none;
}
#cnome, #cfone{ 
	width:49%;
}
#cemail, #czap{ 
	width:50%;
	
}
.wpcf7-form-control.wpcf7-select{ 
	width: 49%;
    border-radius: 3px;	
}
@media only screen and (max-width: 980px){
    .portifolio span {
    font-weight: bold;
    font-size: 62px;
}
.video-bg img {
    width: 251px;
    height: 161px;
    object-fit: cover;
}
	body{
		border:0px;
	}
	.footerWrapper, .meio, #conteudo_blog, #conteudo_contato2, .meio2, #banner, #listPortfolio, #pagina, #conteudo_blog iframe{
		width:98% !important;
		padding:0px;
		margin:0px;
		padding-left:5px;
	}
	#listPortfolio ul li{	
		float:left;
	}
	#menu_mobile{
		display:inline;
	}
	#telefone_topo{
		left: 19%;
    	width: auto;
    	display: inline;
    	font-size: 13px;
	}
	
	#banners p {
 	   margin-top: 30px;
	}
	 #sidebar, .footerWrapper, .busca{
		display:none;
	}
	#menu ul{
		display:none;
	}
	#ajuda{
		height:110px;
	}
	h1{
		width:100% !important;
	}
	#listPortfolio ul li .saiba_mais{
		padding-left:0px !important;
		left:50px;
	}
	#listPortfolio ul li{	
		height:270px !important; min-width:320px !important; 
		margin-left:20px; text-align:center; position:relative;
	}
	#listPortfolio ul li img{		
		width:320px; max-height:270px;
	}
	#logomarca{
		width:200px;
		margin-top:45px;
	}
	#fundo_single{
		background:url(imgs/fundo_single.jpg) right no-repeat;
	}
	
	#banner, #slides, #slides img {
		width:100%;
		height:150px;
	}
	#topo{
		height:auto;
	}	
	
	
	
	
	#menu_mobile{
		position:absolute;
		right:10px;
		top:15px;
	}
	#menu ul, .busca{
		display:none;
	}
	#menu {
		height:40px;
		width:60%;
		float:right;
		padding-top:60px;
		position:relative;
	}
	
	#menu ul{
		width:200px !important;
		background:#333 !important;
		color:#fff !important;
		padding:0px;
		margin:0px;
		position:absolute;
		top:50px;
		right:0px;
		z-index:99;
		padding-top:10px;
	}
	#menu ul a{
		color:#fff !important;
	}
	#menu ul li{
		list-style-type:none;
		clear:both;
	}
	#whatsappid{
	position: fixed;
    bottom: 10px;
    left: 50%;
    background: #fff;
    border: 1px solid green;
    font-size: 26px;
    z-index: 99;
    padding: 5px 15px;
    display: inline;
    color: green;
    border-radius: 50px;
    margin-left: -120px;
	}
	#menu ul li ul{
	
		display:none;
	
		background:#178DB3;
	
		color:#fff;
	
		width:auto;
	
		min-height:40px;
		z-index:100;
	
		padding-top:5px;
	
		border-radius:4px;
	}
	
	#menu ul li ul a{
	
		width:auto;
	
		height:30px;
	
		display:block;
	
		color:#fff;
	
		padding-left:10px;
	
		margin:0px;
	
		font-size:14px;
	
	}
	
	
	
	#menu ul li:hover ul{
	
		display:inline;
	
	}
	
	#menu ul li a{
	
		color:#333;
	
		text-decoration:none;
	
		font-size:27px;
	
		padding-left:16px;	
	
		text-transform:uppercase;
	
		display:block;
	
		height:30px;
	
		font-family:"Raleway", arial, sans-serif;
	
		font-weight:400;
	
	}
	
	#menu ul li a:hover{
	
		color:#FF9900;
	
	}
	.portifolio h4{
		font-size:40px !important;
	}
	
	.portifolio p{ 
		font-size:30px;
		width:90%;
	}
	.port-button{
		width:75% !important;
	}
	.video-bg{  
		width: 280px;
		height: 250px;
		padding: 13px 0 0 13px;
		background-size: contain;	
	}
	.video-bg iframe{ 
		width: 251px;
		height: 151px;
			
	}
	
	.video h4{ 
		font-size:36px;	
	}
	
	.missao, .smsmarketing{ 
		background-position:center;
	}
	
	.hom2-skill-area{ 
		height: auto;
	}
	.text-center{
		margin-bottom:16px;
	}
	.smsmarketing{
		background: url(imgs/contratar-sms-marketing-cll.jpg) no-repeat;
    	height: 120px;
    	width: 100%;
    	margin-bottom: 40px;
	}
	#banners p{
		font-size:23px;
	}
	#banners p span{
		font-size:19px;
	}
	#myCarousel{
		height:auto !important;
	}
	.sidebar-interno{
		display:none;
	}
	.conteudo-single{
		width:90% !important;
		margin:0 20px;
		float:none;
	}
	#fundo_single h1{
		font-size:40px !important;
	}
}
.equipe{
	font-size: 55px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffab70;
    margin: 0;
	text-align: center;
	margin: 0 auto;
}
.equipe-title{ 
	font-size: 70px;
    font-weight: bold;
    text-transform: uppercase;
    color: #358bab;
    margin: 0;
}
.equipe-title2{ 
	font-size: 40px;
    text-transform: uppercase;
    text-align: left;
    color: #a4cbda;
}
.bottom{
	margin-bottom: 25px;
}
.bottom img{
border-radius:50%;
	width: 80%
}
.anime{ 
	visibility: visible; animation-duration: 700ms; animation-delay: 400ms; animation-name: fadeInUp;
}
.life{ 
	margin: 5px 10px 0 0;
}
.alignnone{
	max-width: 100%;
}
.call-to-action-orcamento{
    text-align: center;
    padding: 80px 0 100px;
    padding: 5rem 0 6.25rem;
    background: #1176c1;
    background: -webkit-gradient(left top,right bottom,color-stop(0,#1176c1),color-stop(30%,#1176c1),color-stop(100%,#a1d63a));
    background: linear-gradient(135deg,#076f8e,#0a718f 30%,#62b5bd);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$azul-claro",endColorstr="$verde-claro",GradientType=1);
}
.call-to-action-orcamento h2{
    font-size: 65px;
    color: #fff;
    text-transform: uppercase;
	font-weight: bold;
}
.call-to-action-orcamento p{
	font-size: 35px;
    color: #fff;
}
.call-to-action-orcamento .link{
	padding: 7px 40px;
    padding: .4375rem 2.5rem;
    display: inline-block;
    background: transparent;
    border: 1px solid #FFF;
    color: #fff;
    font-size: 30px;
    border-radius: 21.44px;
}
.conteudo-single{
	width:65%;
	float:left;
}
.sidebar-interno{
	width:28%;
	float:right;
}
.seo_h1_index{
	color: #17596d;
}
a, a:hover{
	text-decoration: none;
}