@import url(http://www.vertigocomunicacao.com.br/imagens/clientes/css.css);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed);


#aviso{
	top:0;
    position:fixed;
    z-index:9999999999999;
    width:100%;
    height:100%;
    text-align:center;
    background:rgba(0,0,0,0.95);
    /*display:none!important;*/
    align-items:center;
    justify-content:center;
}

#aviso img{
    max-width:100%;
    max-height:700px;
    display:block;
    margin:60px auto 0 auto;
}

#aviso h1{
    background: #E1CC34;
    color: #000;
    border-radius: 15px;
    font-size:20px;
    font-weight:bold;
    text-align:center;
    position:absolute;
    bottom:0px;
    left:50%;
    width:200px;
    margin-left:-100px;
    cursor:pointer;
    padding:10px 15px;
}

.modal.open{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99!important;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: rgba(208,156,89,0.1);
    background-clip: padding-box;
    border: 0px solid rgba(0,0,0,.2);
    border-radius: .0rem;
    outline: 0;
}

.modal-content button{
  position: absolute;
  bottom: 0;
  right:0;
  color: #fff!important;
  z-index:9999999999999999;
  font-size:20px;
  font-weight: bold;
}

.modal-dialog {
    position: relative;
    max-width: 1170px;
    margin:90px auto 0 auto;
    pointer-events: none;
}

.modal-content img{
  max-width:100%;
}

	a.whatsapp {
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #53b700;
	color: #fff!important;
    width: 70px;
    height: 70px;
    border-radius: 50%;
		text-decoration:none;
    font-size: 3rem;
}
a.whatsapp i{
color: #fff!important;
	font-size:40px;
}



* {
	margin: 0;
	padding: 0;
	color: #1f1f1f;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.o-hidden{
	overflow:none;
}
span {color: inherit;}
img {max-width: 100%; height: auto; border:0;}
hr {display: none;}
html {
}
ul{list-style:none; width:100%; max-height:100px; margin-bottom:40px}
.link-roda li{
	font-family: 'Roboto Condensed', sans-serif;
	display:inline;
	padding-bottom:10px;
	min-width:150px;
	float:left;
	margin-right:15px;
	background:transparent;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
	color:#ffffff;
}
.link-roda li:hover{
	color:#E1CC34;
	background:transparent;
}
.left{
	float:left;
}
.right{
	float:right;
}
body {
	overflow-x:hidden;
	font-family: 'Roboto Condensed', sans-serif;
}
.foto-caminhao{
	max-width:100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.foto-orcamento{
	max-width:90%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
/* BACKGROUNDS */
.bg-0{
	padding-top:20px;
	padding-bottom:20px;
	width:100%;
	background:#ffffff;
}
.bg-1{
	width:100%;
	background:#25A3E3;
}
.bg-2{
	width:100%;
	min-height:310px;
	max-height:410px;
	background:center center url(../anima/1.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-top:5px solid #E1CC34;
	border-bottom:5px solid #E1CC34;
}
.bg-3{
	padding-top:30px;
	padding-bottom:30px;
	width:100%;
	background:#EFEFF0;
}
.bg-4{
	padding-top:30px;
	padding-bottom:30px;
	width:100%;
	background:#293E4A;
}
.bg-5{
}
.bg-6{
	padding-top:30px;
	padding-bottom:30px;
	width:100%;
	background:#F0F0F0;
}
.bg-8{
	width:100%;
	border-bottom:1px solid #b0b0b0;
	overflow:hidden;
	padding:0;
	margin:0;
}
.box-dicas{
	padding:20px;
	min-height:290px;
}
.margin-b-vinte{
	margin-bottom:40px;
}
.absoluto{
	posiiton:absolute;
}
.relativo{
	posiiton:relative;
}
.p-dez{
	padding:10px;
}
.border-um{
	border:1px solid #c0c0c0;
}
.p-vinte{
	padding:20px;
	margin-bottom:5px;
	text-decoration:none;
	background:#25A3E3;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
}
.p-vinte:hover{
	background:#E1CC34;
	cursor:pointer;
}
.p-vinte .small{
	color:#ffffff;
}
/* TEXTOS */
.t-center{
	text-align:center;
	margin:0 auto;
}
.txt-0{
	color:#808080;
}
.txt-1{
	color:#ffffff;
}
.txt-2{
	color:#25A3E3;
}
.txt-3{
	color:#c0c0c0;
}
.txt-4{
	color:#202020;
}
.txt-5{
	color:#E1CC34;
	padding-bottom:15px;
}
h3.txt-1{
	padding:5px 0 0 0;
	margin:0;
}
/* SERVI?OS */
.well{
}
.foto-servicos{
	width:100%;
	height:380px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
/* INPUTS */
input[type=text].valores{
  width:49%;
  float:left;
  padding: 6px 15px;
  margin-right:5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  white-space: nowrap;
  vertical-align: middle;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.formulario input[type=text]{
  width:100%;
  display: inline-block;
  padding: 10px 15px;
  margin: 8px 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  white-space: nowrap;
  vertical-align: middle;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.formulario input[type=email]{
  width:100%;
  display: inline-block;
  padding: 10px 15px;
  margin: 8px 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  white-space: nowrap;
  vertical-align: middle;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.formulario select{
	background:#25A3E3;
	font-size: 16px;
	height:45px;
	color:#ffffff;
	margin-bottom: 8px;
}
.formulario textarea{
  width:100%;
  display: inline-block;
  padding: 10px 15px;
  margin-top: 8px;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  white-space: nowrap;
  vertical-align: middle;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  height:100px;
}
.formulario-itens input[type=text]{
  width:100%;
  display: inline-block;
  padding: 10px 15px;
  margin: 1px 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  white-space: nowrap;
  vertical-align: middle;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.formulario-itens input[type=email]{
  width:100%;
  display: inline-block;
  padding: 10px 15px;
  margin: 8px 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  white-space: nowrap;
  vertical-align: middle;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.formulario-itens select{
	background:#25A3E3;
	font-size: 16px;
	height:45px;
	color:#ffffff;
	margin-bottom: 8px;
}
.formulario-itens textarea{
  width:100%;
  display: inline-block;
  padding: 10px 15px;
  margin-top: 8px;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  white-space: nowrap;
  vertical-align: middle;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  height:100px;
}
.formulario-itens .col-md-2{
	margin:0;
	padding-top:0;
	padding-bottom:0;
}
.formulario-itens .col-md-6{
	margin:0;
	padding-top:0;
	padding-bottom:0;
}
.formulario-itens .row{
	margin:0;
}
/* BOT?ES */
.bt-1{
	margin-top:10px;
	border:0;
	padding:8px;
	min-width:200px;
	text-align:center;
	cursor:pointer;
	color:#000000;
	background:#E1CC34;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
}
.bt-1:hover{
	color:#ffffff;
	background-color: #25A3E3;
	cursor:pointer;
}
.bt-2{
	margin-top:10px;
	border:0;
	padding:8px;
	width:100%;
	text-align:center;
	cursor:pointer;
	color:#000000;
	background:#E1CC34;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
}
.bt-2:hover{
	color:#ffffff;
	background-color: #25A3E3;
	cursor:pointer;
}
/* LOGO */
.logo{
	margin:0 auto;
}
/* PESQUISA */
.radio-inline{
	margin-left:40px;
}
.t-right{
	float:right;
}
/* MENU */
.menu{
	padding-top:10px;
	margin:0 auto;
	text-align:center;
}
/* DESTAQUES */
.m-servicos{
	margin:-100px 0 0 0;
}
.servico{
	border-top:10px solid #000000;
	width:95%;
	min-height:400px;
	background:#EFEFF0;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
}
.servico:hover{
	border-top:10px solid #E1CC34;
	background:#25A3E3;
	color:#ffffff;
	cursor:pointer;
}
.icone{
	width:100%;
	height:200px;
	background:center center no-repeat #25A3E3;
}
.bemvindo{
	padding-top:80px;
}
/* DICAS */
.dica{
	padding-top:30px;
}
/* EMPRESA */
.foto-empresa{
	width:100%;
	height:250px;
	background:url(../fotos/empresa.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border:10px solid #82A6B0;
}
.flash{
	margin:0 auto;
	height:400px;
}
@media screen and (min-width: 0px) and (max-width: 400px) {
 #wowslider-container1{ display: none;}
.menu{
	padding-top:0;
}
.bg-02{
	background:#67909B;
}
.m-servicos{
	margin:-90px 0 0 0;
}
.dica {
padding-top:0;
}
.bemvindo{
	padding-top:0;
}
ul{list-style:none; padding-bottom:40px}
}
.o-hidden{
	overflow:hidden;
}
.flash{
	display:none;
}
}