/* GERAIS */
body, ul, li {
	margin: 0px;
	padding: 0px;
	width: auto;
	list-style: none;
}

body {
	font-family: 'Droid Sans','Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	width: auto;
}
.container .servico-locacoes {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	float: none;
	clear: both;
}
.container .servico-locacoes .locacao-img {
	width: 25%;
	clear: right;
	float: left;
	display: inline;
}
.servico-locacoes .locacao-img img {
	display: inline;
	margin-left: auto;
	margin-right: auto;
	max-height: 275px;
	width: 100%;
	max-width: 320px;

}



.container .area-formulario {
	width: 94%;
	height: 100%;
	margin-left: 3%;
	margin-right: 3%;
	clear: both;
	float: left;
}
.texto-direita ul .marcacao {
	list-style: inside;
	text-indent: 45px;
}

hr {
	border: 2px solid #E0C679;
	border-radius: 5px;
}
.texto-centro{
	text-align:center;
	}
h1 {
	line-height: 23px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 16px;
	color: #363636;
	font-weight: 800;
	margin-bottom: 0;
}
h2 {
	font-weight: bold;
	text-transform: uppercase;
	color: #615c5c;
	font-size: 20px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
h3 {
	font-size: 16px;
	color: #575757;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
	font-family: "Droid Sans", serif;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
p {
	color: #191919;
	font-size: 1.3em;
	line-height: 1.2em;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}
a {
	color: #545252;
	text-decoration: none;
}
a:hover {
	text-shadow: 0px 0px;
	color: #872B08;
}
table, th, td {
        border: 2px solid black; /* Define a borda para a tabela e as células */
        border-collapse: collapse; /* Une as bordas das células */
        padding: 8px; /* Espaçamento interno nas células */
        text-align: center; /* Alinha o texto à esquerda */
      }
      table {
        width: 100%; /* Opcional: define a largura da tabela */
      }
.imagem-ajustavel {
	max-width: 100%; /* A imagem não excederá o contêiner */
	height: auto;
    }
/* CONTAINER */

/* CABEÇALHO */
.header {
}
.cabecalho {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 115px;
	padding-top: 10px;
	background-repeat: repeat-x;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,190,0,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,190,0,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,190,0,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,190,0,1.00) 100%);
}
.cabecalho .cabecalho-esquerda {
	margin-left: 3%;
	margin-right: 3%;
	float: left;
	clear: right;
	width: 31%;
	margin-top: 10px;
}
.cabecalho .cabecalho-esquerda img {
	width: 320px;
}
.cabecalho .cabecalho-centro {
	width: 43%;
	height: 115px;
	float: left;
	clear: right;
	margin-left: 0%;
	margin-right: 9%;
}
.cabecalho-centro .dados-cabecalho {
	width: 100%;
	height: 65px;
	margin-top: -12px;
	margin-left: auto;
	margin-right: auto;
}
.dados-cabecalho .whatts-icon {
	background-image: url(images/icons/pequenos/whatsapp.png);
	background-repeat: no-repeat;
	background-position: 20% 178%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.cabecalho .cabecalho-direita {
	float: right;
	clear: right;
	margin-right: 20px;
	width: 8%;
}
.cabecalho .cabecalho-direita img {
	position: relative;
	float: left;
	margin-left: 3%;
	margin-top: 10px;
	width: 90px;
	margin-right: 10px;
}

/* BANNER */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.events {
  list-style: none;
  }
.callbacks_container {
	margin-bottom: 50px;
	position: relative;
	float: left;
	width: 100%;
  }
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }
.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  }
.callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  }
.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("images/banner/themes.gif") no-repeat left top;
  margin-top: -45px;
  }
.callbacks_nav:active {
  opacity: 1.0;
  }
.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }
.container .area-1 {
	margin-left: 5%;
	margin-right: 5%;
}
.container .area-2 {
	width: 96%;
	height: auto;
	margin-bottom: 30px;
	margin-right: 2%;
	margin-left: 2%;
}
.container .area-2 .form-locacao {
	width: 330px;
	margin-left: 5%;
	margin-right: 5%;
	clear: both;
	height: 500px;
}

.container .area-2 .servico-1 {
	width: 100%;
	height: 200px;
	border-radius: 0px 60px 60px 0px;
	background-image: linear-gradient(90deg,rgba(255,255,255,1.00) 0%,rgba(255,190,0,1.00) 70%);
}
.servico-1 .texto-direita {
	width: 56%;
	margin-right: 8%;
	clear: right;
	float: left;
	margin-left: 2%;
}
.servico-1 .imagem-esquerda {
	margin-top: 10px;
	width: 28%;
	float: left;
	clear: right;
	min-width: 270px;
	margin-left: 2%;
}
.container .area-2 .servico-2 {
	width: 100%;
	height: 200px;
	background-color: rgba(203,244,134,1.00);
	border-radius: 60px 0px 0px 60px;
	background-image: linear-gradient(90deg,rgba(203,244,134,1.00) 70%,rgba(255,255,255,1.00) 100%);
}
.servico-2 .texto-esquerda {
	width: 56%;
	float: left;
	margin-left: 5%;
	margin-bottom: 10px;
}
.servico-2 .imagem-direita {
	margin-top: 10px;
	width: 28%;
	float: right;
	margin-right: 5%;
	min-width: 270px;
}
.container .area-2 .servico-3 {
	width: 100%;
	height: 200px;
	border-radius: 0px 60px 60px 0px;
	background-image: linear-gradient(90deg,rgba(255,255,255,1.00) 0%,rgba(255,190,0,1.00) 70%);
}
.servico-3 .imagem-esquerda {
	margin-top: 10px;
	width: 28%;
	float: left;
	clear: right;
	min-width: 270px;
	margin-left: 2%;
}
.servico-3 .texto-direita {
	width: 56%;
	margin-right: 8%;
	clear: right;
	float: left;
	margin-left: 2%;
}
.container .area-3 {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	clear: both;
}
.area-3 .espaco-marcas {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.espaco-marcas img {
	margin-top: 1%;
	margin-bottom: 1%;
	width: 11.85%;
	height: auto;
	margin-left: 2%;
}

/* RODAPE.HTML */
.rodape {
	height: 285px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
.rodape .caixa-orcamento {
	width: 35%;
	float: left;
	height: 290px;
	clear: both;
}
#footer {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#footer p {
	text-align: center;
}
/* CAIXA ORÇAMENTO */
.formulario-orcamento ul li {
	height: 30px;
	line-height: 24px;
	color: #636060;
	position: relative;
	list-style: none;
	margin-top: 0px;
	margin-bottom: 14px;
	margin-left: auto;
	margin-right: auto;
}
.formulario-orcamento .btn_enviar {
	padding-top: 0;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0;
	cursor: pointer;
	width: 80px;
	border: 1px solid #d5d4d4;
	height: 25px;
	font-family: "Droid Sans", serif;
	color: #444;
	font-size: 12px;
	text-transform: uppercase;
	background-image: repeat-x;
	background-color: #DDDDDD;
	position: absolute;
	bottom: -30px;
	right: 0px;
}
.formulario-orcamento .btn_enviar:hover  {
	background-image: repeat-x;
	background-color: #9F9F9F;	
}
.formulario-orcamento .campo_texto {
	height: 75px;
	border: 1px solid #cecbcb;
	display: block;
	width: 306px;
	padding-left: 2px;
	padding-right: 2px;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.formulario-orcamento label {
	color: #424141;
	display: block;
	font-size: 12px;
	line-height: 16px;
	position: absolute;
	top: -16px;
}
.caixa-orcamento form .formulario-orcamento {
	border-style: none;
	width: 305px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
}
.formulario-orcamento .campo_nome {
	border: 1px solid #cecbcb;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	width: 150px;
	height: 22px;
}
.formulario-orcamento .campo_fone {
	border: 1px solid #cecbcb;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	width: 140px;
	height: 22px;
	float: right;
}
.formulario-orcamento .campo_email {
	border: 1px solid #cecbcb;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	width: 300px;
	height: 22px;
}

.caixa-contactos ul li {
	max-width: 319px;
	margin-right: auto;
	margin-left: auto;
}
.rodape .caixa-contactos {
	width: 32%;
	height: 250px;
	text-align: center;
	clear: right;
	float: left;
}
.rodape .caixa-contactos h2 {
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #615c5c;
	font-size: 18px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
.caixa-contactos ul p {
	line-height: 0px;
	text-align: center;
}
.caixa-contactos li {
	margin-top: 0px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0px;
	height: 35px;
	line-height: 26px;
	color: #636060;
}
.caixa-contactos ul .waypoint-icon {
	background-image: url(images/icons/pequenos/waypoint.jpg);
	background-repeat: no-repeat;
	background-position: 4% 0%;
	text-indent: 14px;
}
.caixa-contactos ul .whatts-icon {
	background-image: url(images/icons/pequenos/whatsapp.jpg);
	background-repeat: no-repeat;
	background-position: 8% 0%;
	text-indent: 15px;
}
.caixa-contactos ul .phone-icon {
	background-image: url(images/icons/pequenos/fone.jpg);
	background-repeat: no-repeat;
	background-position: 25% 0%;
	text-indent: 18px;
}
.caixa-contactos ul .email-icon {
	background-image: url(images/icons/pequenos/letter32.png);
	background-repeat: no-repeat;
	background-position: 9% 0%;
	text-indent: 14px;
}

.rodape .caixa-mapa {
	width: 32%;
	height: 270px;
	text-align: center;
	clear: right;
	float: left;
	padding-top: 20px;
}
.rodape .caixa-mapa h2 {
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #615c5c;
	font-size: 18px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

.midias-sociais .facebook {
	background: url('images/icons/grandes/facebook.png') no-repeat;
}
.midias-sociais .instagram {
	background: url('images/icons/grandes/instagram.png') no-repeat;
}
.midias-sociais .youtube {
	background: url('images/icons/grandes/youtube.png') no-repeat;
}
.midias-sociais .midias-grandes:hover  {
	background-position: 0 0;
}
.midias-sociais .midias-grandes {
	width: 32px;
	height: 32px;
	background-position: 0 -32px;
	display: inline-block;
	margin-right: 16px;
	text-indent: -9999px;
	text-align: left;
}

/* ARTIGOS */
.container .artigos {
	background-image: -webkit-linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(165,217,252,1.00) 100%);
	background-image: -moz-linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(165,217,252,1.00) 100%);
	background-image: -o-linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(165,217,252,1.00) 100%);
	background-image: linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(165,217,252,1.00) 100%);
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
	height: auto;
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	float: left;
	clear: right;
}
.container .artigos .imagem-esquerda {
	margin-right: auto;
	margin-left: auto;
	float: left;
	margin-bottom: 10px;
	clear: right;
	width: 90%;
}

.artigos h1{
	color: #313030;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 25px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
.area-1 .artigos h2{
	color: #313030;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 20px;
	font-weight: bold;
}
.area-1 .artigos h3{
	color: #313030;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 18px;
	font-weight: bold;
}
.area-1 .artigos ul li{
	list-style-type: square;
	margin-left: 5%;
}
.container .artigo-banner {
	width: 100%;
	float: left;
}
.container .artigo-banner img {
	width: 100%;
	margin-left: auto;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
}

/* LOCAÇÃO */
.container .area-2 .locacao-1 {
	height: 100%;
	border-radius: 60px;
	border: 5px solid #DFDBDB;
	float: left;
	width: 96%;
	text-align: center;
	margin-left: 2%;
	display: flex;
}
.locacao-1 .texto-direita {
	width: 56%;
	margin-right: 8%;
	clear: right;
	float: left;
	margin-left: 2%;
	margin-bottom: 10px;
	margin-top: 12px;
}
.locacao-1 .imagem-esquerda {
	float: left;
	clear: right;
	min-width: 244px;
	margin-left: 5%;
	width: 30%;
	margin-top: auto;
	margin-bottom: auto;
}
.pdf-icon {
	
}
.botao-ficha {
	height: 31px;
	width: 200px;
	background-image: url(images/icons/pequenos/pdf.jpg);
	background-repeat: no-repeat;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 20px;
	border-radius: 30px;
	border: 3px solid #E3592C;
	background-position: 8% 0%;
	text-indent: 15px;
	line-height: 30px;
}
.botao-ficha a {
	color: #E3592C;
	text-decoration: none;
}
.botao-ficha a:hover {
	text-shadow: 0px 0px;
}
.botao-orcamento {
	height: 31px;
	width: 258px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 20px;
	border-radius: 30px;
	border: 3px solid #E3592C;
	line-height: 30px;
	background-color: #E3592C;
}
.botao-orcamento a {
	color: #FFFFFF;
}
.botao-orcamento a:hover{
	color: #F7E6D6;
}
.botao-orcamento-off {
	height: 31px;
	width: 258px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 20px;
	border-radius: 30px;
	border: 3px solid #A3A3A3;
	line-height: 30px;
	background-color: #A3A3A3;
	color: #FFFFFF;
}

.container_form {
	width: 100%;
	padding-top: 1em;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 1em;
	float: left;
	clear: both;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	display: inherit;
	margin-top: auto;
	margin-bottom: auto;

}

.container_form h1 {
    
    font-family:'open_sansregular';
    font-size: 2.3em;
    color: #00dae0;
    border-bottom: 1px #f0eded solid;
    margin-bottom: 10px;
    padding-bottom: 10px;

}
.form_grupo {
	width: 330px;
	margin-bottom: 20px;
	margin-top: 0;
	margin-bottom: 10px;
	margin-bottom: 10px;
	float: left;
	clear: right;
	margin-left: 8px;
   }

.form_grupo .legenda { 
    width: 100%;
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: bold;
}

/* FORMULARIO LOCAÇÃO */

.submit { width:100%; float:left; }
.submit_btn {
	float: left;
	display: block;
	padding: 5px 30px;
	border: none;
	outline: none;
	background-color: #E3592C;
	color: #fff;
	text-shadow: 0 0 5px rgb(0, 0, 0);
	font-size: 17px;
	border-radius: 6px;
	margin: 20px auto;
	cursor: pointer;
	transition: all 0.3s;
}
.submit_btn:hover {
	background-color: #E9967A;
	transform: scale(1.03);
}
.dropdown {
    display: block;
    margin: 0 auto;
    font-size: 16px;
    font-family: inherit;
    color: #222222;
    border-radius: 4px;
    border: 1px #f2f2f2 solid;
    background: #fdfdfd;
    outline: none;
    padding-left: 10px;
    width: 100%;
}
.form_new_input {
    display: none;
}
.radio_label,
.check_label {
    float: left;
    width: 100%;
    padding-left: 30px;
    cursor: pointer;
    margin-bottom: 8px;
}
.radio_new_btn {
    position: absolute;
    left: 0;
    transform: translateY(3px);
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 0.2em solid #4c4c4c;
}
.radio_new_btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #6fcffb;
    visibility: hidden;
}
.check_new_btn {
    position: absolute;
    left: 0;
    height: 20px;
    width: 20px;
    border: 0.2em solid #4c4c4c;
}
.check_new_btn::after {
    content: "";
    height: 8px;
    width: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #6fcffb;
    visibility: hidden;
}
.form_new_input:checked ~ .radio_label .radio_new_btn::after,
.form_new_input:checked ~ .check_label .check_new_btn::after {

    visibility: visible;
}
.form_new_input:checked ~ .radio_label,
.form_new_input:checked ~ .check_label {
    color: #6fcffb;
}
.form_input {
	font-size: 16px;
	font-family: inherit;
	padding: 8px 15px;
	border-radius: 4px;
	border: 1px solid #A7A6A6;
	background: #E3E1E1;
	outline: none;
	width: 90%;
	transition: all 0.3s;
}
.message_input {
	width: 88%;
	float: left;
}
.form_message_label {
	width: 100%;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: bold;
}
