@charset "UTF-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import 'https://fonts.googleapis.com/css?family=Kanit:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i';

/* -----------------------------------------------------------------------------

  BODY
  
----------------------------------------------------------------------------- */

body{
	margin:0px;
	padding:0px;
	overflow-x: hidden;
	background-size:100%;
	background-color:#FFFFFF;
	font-family: 'Kanit', sans-serif;
	font-size:15px;
}

#container{
	width:100%;
	min-width:320px;
	margin:0px;
	padding:0px;
}

.row{
	max-width:1200px;
	margin:0px auto;
	padding:0px;
}

.page_content{
	padding:50px 10px;
}

.bg_black{
	background-color:#181818;
}

.bg_blue{
	background-color:#3299BB;
}

.bg_orange{
	background-color:#FF9900;
}

.bg_grey{
	background-color:#D3D3D3;
}

.aviso_scroll{
	position:fixed;
	display:block;
	width:50px;
	height:50px;
	bottom:70px;
	right:0px;
	padding:10px;
	color:#FFFFFF;
	text-align:center;
	z-index:400;
}

.botao_scroll{
	display: flex;
    align-items: center;
	width:30px;
    height: 30px;
	margin:0px auto;
	background-color:#FF9900;
    border: 1px solid #ffffff;
    border-radius: 50%;
	text-align:center;
	-webkit-animation-duration: 3s;
  	-webkit-animation-delay: 2s;
  	-webkit-animation-iteration-count: 9;
}

.t_scroll{
	font-size:95%;
	line-height:16px;
	font-weight:200;
	text-align:left;
	float:left;
	color:#999999;
}

.scroll-downs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  
  width :34px;
  height: 40px;
}
.mousey {
  width: 3px;
  padding: 10px;
  height: 40px;
  border: 2px solid #FF9900;
  border-radius: 25px;
  opacity: 0.75;
  float:right;
}
.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #FF9900;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(10px); opacity: 0;}
}

.show-mobile {
	display: none;
}

.padding_20{
    padding: 20px;
}

.padding_10{
    padding: 10px;
}

.no_margin{
	margin:0px;
	padding:0px;
}

.padding-top-150{
    padding-top: 150px;
}


.info{
	padding:20px;
	display:block;
	font-weight: 300;
	font-size: 100%;
	color: #FFFFFF;
	text-align: center;
}

.bt-action-1 {
  display: inline-block;
  /*height: 50px;*/
  /* line-height: 52px; */
  margin: 0 3px;
  font-size: 15px;
  padding: 10px 20px;
  font-weight: 300;
  color: #FFFFFF;
  border: 2px solid #FF9900;
  border-radius: 100px;
  text-decoration: none;
  outline: none;
  transition: 0.2s ease-in-out;
  background-color: #FF9900;
  user-select: none;
  cursor: pointer;
}
.bt-action-1:hover {
  color: #FF9900;
  background-color: #FFFFFF;
  border: 2px solid #FFFFFF;
  text-decoration: none;
}
.bt-action-2 {
  display: inline-block;
  /*height: 50px;*/
  /* line-height: 52px; */
  margin: 0 3px;
  font-size: 15px;
  padding: 10px 20px;
  font-weight: 300;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100px;
  text-decoration: none;
  outline: none;
  transition: 0.2s ease-in-out;
  background-color: transparent;
  user-select: none;
  cursor: pointer;
}
.bt-action-2:hover {
  color: #FF9900;
  border: 2px solid #ffffff;
  background-color: #ffffff;
  text-decoration: none;
}
.bt-action-2 ion-icon {
  color: #ffffff;
  font-size: 11px;
  margin: 0 5px 0 0;
  transition: 0.2s ease-in-out;
}
.bt-action-2:hover ion-icon {
  color: #FF9900;
}

/* -----------------------------------------------------------------------------

  H STYLES
  
----------------------------------------------------------------------------- */

h1 {
	margin: 0px 30px 30px 0px;
	font-weight: 100;
	font-size: 300%;
	color: #ffffff;
}

h3 {
	margin: 30px 0px;
	font-weight: 300;
	font-size: 200%;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
}

h3:after {
	display: block;
	width: 100px;
	height: 2px;
	margin: 0px auto;
	margin-top: 25px;
	background-color: #ffffff;
	content: " ";
}

h4 {
	margin: 30px 0px;
	font-weight: 300;
	font-size: 150%;
	color: #c1c1c1;
	text-transform: uppercase;
	text-align: center;
}

h5 {
	margin: 30px 0px;
	font-weight: 300;
	font-size: 150%;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
}

/* -----------------------------------------------------------------------------

  BUTTONS
  
----------------------------------------------------------------------------- */

.btn_1{
	font-size:80%;
	font-weight:300;
	background:#FFFFFF;
	color:#67b5d1;
	display:inline-block;
	cursor:pointer;
	border: 2px solid #FFFFFF;
    border-radius: 20px;
	text-decoration:none;
	padding:7px 40px;
	text-transform:uppercase;
}

.btn_1:hover{
	background:#FFFFFF;
	color:#67b5d1;
	text-decoration:none;
}

.btn_2{
	margin-top:10px;
	font-size:80%;
	font-weight:300;
	color:#FFFFFF;
	display:inline-block;
	cursor:pointer;
	border: 1px solid #FFFFFF;
    border-radius: 20px;
	text-decoration:none;
	padding:7px 40px;
	background-color:transparent;
    outline-style: none;
}

.btn_2:hover{
	color:#FFFFFF;
	text-decoration:none;
}

.btn_3{
	width:100%;
	font-size:100%;
	font-weight:400;
	background:#FF9900;
	color:#FFFFFF;
	display:block;
	cursor:pointer;
	border: 1px solid #FF9900;
	text-decoration:none;
	padding:20px 40px;
	text-transform:uppercase;
	outline-style:none;
}

.bt:link, .btn:visited {
	display: inline-block;
	padding: 10px 30px;
	text-decoration: none;
	border-radius: 20px;
	font-size: 75%;
	color: #FF9900;
	-webkit-transition: background-color 0.2s, border 0.2, color 0.2;
	transition: background-color 0.2s, border 0.2, color 0.2;
}
.bt-full:link, .bt-full:visited {
	background-color: #ffffff;
	margin-right:15px;
	color:#FF9900;
}
.bt-ghost:link, .bt-ghost:visited {
	border: 1px solid #ffffff;
	color: #ffffff;
}
.bt-ghost:hover, .bt-ghost:active {
	background-color: #ffffff;
	border: 1px solid #ffffff;
	color: #FF9900;
}

.btn_destaques{
	width:100%;
	height:70px;
	font-size:150%;
	font-weight:400;
	background:#A8A8A8;
	color:#FFFFFF;
	display:block;
	cursor:pointer;
	border: 1px solid #A8A8A8;
	text-decoration:none;
	padding:10px;
	text-transform:uppercase;
	outline-style:none;
}

.btn_destaques span{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.btn_destaques span ion-icon{
    margin: 0 4px 0 4px;
	color:#FFFFFF;
    font-size: 30px;
}





@media screen and (max-width: 480px) {
	
		.btn_destaques{
		font-size:100%;
		font-weight:300;
		padding:10px;
		text-transform:uppercase;
	}
	
	.btn_destaques span{
		margin:0px;
		padding:0px;
	}
	
	.destques_oferta{
		font-size:100%;
		font-weight:300;
		padding:4px;
		text-transform:uppercase;
	}
}

.btn_4{
	font-size:80%;
	font-weight:300;
	background:#FFFFFF;
	color:#1a1a1a;
	display:inline-block;
	cursor:pointer;
	border: 2px solid transparent;
    border-radius: 20px;
	text-decoration:none;
	padding:7px 40px;
	text-transform:uppercase;
	outline-style:none;
}

.btn_4:hover{
	background:#E8E8E8;
	color:#1a1a1a;
	text-decoration:none;
}

.btn_6{
	font-size:80%;
	font-weight:300;
	background:#FFFFFF;
	color:#FF9900;
	display:inline-block;
	cursor:pointer;
	border: 2px solid #FFFFFF;
    border-radius: 20px;
	text-decoration:none;
	padding:7px 40px;
	text-transform:uppercase;
}

.btn_6:hover{
	background:#FFFFFF;
	color:#FF9900;
	text-decoration:none;
}

.btn_center{
	display:block;
	margin:0px auto;
}

.btn {
  font-size: 16px;
  font-weight: 400;
  padding: 9px 16px;
  text-decoration: none;
  color: #26272d;
  border: 1px solid rgba(38, 39, 45, 0.1);
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}

.btn:active, .btn:focus {
  outline: none;
  box-shadow: none;
}

.btn-blue {
  background-color: #1c8ad1;
  color: white;
}

.btn-blue:hover, .btn-blue:focus {
  color: #ffffff;
}

@media screen and (max-width: 500px) {
	.show-mobile{
		display:block;
	}
}


/* -----------------------------------------------------------------------------

  ICONS
  
----------------------------------------------------------------------------- */

.icon-small ion-icon {
	font-size: 90%;
	color: #ffffff;
    margin: 0px auto;
}

.icon-rodape {
	display:block;
	margin-bottom:7px;
	padding:0px;
	font-size: 140%;
	color: #ffffff;
}

.icon-big ion-icon{
	display: block;
	margin: 0px auto;
	font-size: 400%;
	color: #ffffff;
}

.icon-big-2 {
	font-size: 400%;
	color: #ffffff;
}

.icon-super {
	display: block;
	margin: 0px auto;
	padding:0px;
	font-size: 800%;
	color: #ffffff;
}

.icon-super-2 {
	padding:0px;
	font-size: 800%;
	color: #ffffff;
}

.icon-green {
	color: #39CA2D;
}

.icon-yellow {
	color: #EAEE00;
}

.icon-red {
	color: #EB0003;
}

.aviso_pagina {
    margin: 0 auto;
    padding: 20px;
    color: #ffffff;
    background-color: #FF9900;
    font-size: 12px;
    text-align: center;
}

.aviso_formulario {
    margin: 0 auto;
    padding: 20px;
    color: #ffffff;
    font-size: 15px;
    text-align: center;
}

.aviso_formulario a {
    color: #ffffff;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
}


/* -----------------------------------------------------------------------------

  ELEMENTS
  
----------------------------------------------------------------------------- */

.center{
	display:block;
	margin: 0px auto;
	max-width:100%;
}

/* -----------------------------------------------------------------------------

  ANIMATION
  
----------------------------------------------------------------------------- */

.js--wp-1,
.js--wp-2,
.js--wp-3,
.js--wp-4,
.js--wp-5,
.js--wp-f,
.js--wp-r {
	opacity: 0;
	animation-duration: 2s;
}
.js--wp-1.animated,
.js--wp-2.animated,
.js--wp-3.animated,
.js--wp-4.animated,
.js--wp-5.animated,
.js--wp-f.animated,
.js--wp-r.animated {
	opacity: 1;
}



/* -----------------------------------------------------------------------------

  HEADER
  
----------------------------------------------------------------------------- */

header {
  width: 100vw;
  height: 160px;
    margin: 0;
    top: 0;
  display: -webkit-box;
  display: flex;
    position: absolute;
    z-index: 900;
}

/*** Navigation Styles ***/
nav {
  width: 100vw;
  height: 160px;
    padding: 10px;
  display: flex;
  position: fixed;
    align-items: center;
    justify-content: space-between;
    margin: 0;
  z-index: 10;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
nav.navShadow {
  box-shadow: 0 4px 30px -5px rgba(0, 0, 0, 0.2);
  height: 100px;
    background: #ffffff;
}
nav.navShadow #menu ul li a {
    color: #1a1a1a;
}
nav.navShadow #menu ul li a:hover {
    color: #FF9900;
}

nav.navShadow #svg18 {
  width: 200px;
  cursor: pointer;
    z-index: 800;
}

nav.navShadow .logo_carpal {
    fill: #09099e;
}

nav.navShadow #word-mark {
  opacity: 0;
}

#brand,
#menu,
#menu ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

#brand {
  //padding-left: 40px;
}

.logo {
  width: 200px;
  height: 160px;
  cursor: pointer;
    z-index: 800;
}

.logo_carpal {
    fill: #ffffff;
}

#word-mark {
  width: 30px;
  height: 20px;
  background: #fff;
  border-radius: 90px;
  margin-left: 20px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*** Menu Styles ***/
#menu {
  -webkit-box-pack: end;
          justify-content: flex-end;
  padding-right: 90px;
}

#menu-toggle {
  width: 55px;
  height: 55px;
  background: #FF9900;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  border-radius: 50%;
  cursor: pointer;
  display: none;
}
#menu-toggle:hover .bar {
  width: 25px;
}
#menu-toggle.closeMenu .bar {
  width: 25px;
}
#menu-toggle.closeMenu .bar:first-child {
  -webkit-transform: translateY(7px) rotate(45deg);
          transform: translateY(7px) rotate(45deg);
}
#menu-toggle.closeMenu .bar:nth-child(2) {
  -webkit-transform: scale(0);
          transform: scale(0);
}
#menu-toggle.closeMenu .bar:last-child {
  -webkit-transform: translateY(-7px) rotate(-45deg);
          transform: translateY(-7px) rotate(-45deg);
}

.bar {
  width: 25px;
  height: 2px;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.bar:nth-child(2) {
  width: 20px;
  margin: 5px 0;
}
.bar:last-child {
  width: 15px;
}

/*** Hero Section Styles ***/
.hero-section {
  width: 100vw;
  height: calc(100vh - 160px);
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  margin-top: 160px;
}

#head-line {
  width: 520px;
  height: 30px;
  background: #fff;
  border-radius: 90px;
  position: relative;
}
#head-line:before, #head-line:after {
  content: "";
  height: 30px;
  border-radius: 90px;
}
#head-line:before {
  width: 360px;
  background: #fff;
  position: absolute;
  top: -60px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
#head-line:after {
  width: 200px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: -60px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

#heading {
  width: 120px;
  height: 20px;
  background: #fff;
  border-radius: 90px;
  margin-top: 40px;
}

/*** Responsive Menu For Smaller Device ***/
@media screen and (max-width: 767px) {
    #svg18 {
  width: 200px;
  cursor: pointer;
    z-index: 800;
}
    
  #menu-toggle {
    display: -webkit-box;
    display: flex;
  }

  #menu ul {
    display: none;
      visibility: hidden;
    width: 100vw;
    left: 0;
    height: 0;
    background: #FF9900;
    position: absolute;
    -webkit-transform: translate(, );
            transform: translate(, );
    box-shadow: 0 5px 30px -4px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #menu ul.showMenu {
      display: flex;
      flex-direction: column;
    height: auto;
      top: 160px;
      visibility: visible;
  }
  #menu ul.showMenu li {
    height: 60px;
    opacity: 1;
    visibility: visible;
      display: flex;
  }

  #menu ul li {
    width: 100%;
    float: left;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s 0.1s;
    transition: all 0.3s 0.1s;
  }
    
    #menu ul.showMenu li {
	border-bottom: 1px solid #f9f9f9;
}

  #head-line {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

#menu ul.showMenu li a {
	color: #FFFFFF;
	font-weight: 400;
	font-size: 100%;
	border: none;
    margin: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#menu ul > li {
	display: inline-block;
	position: relative;
}

#menu ul {
	margin:0px;
	padding:0px;
	float:right;
}

 /* We just have one-lined elements, so we'll center the elements with the line-height set to the height of the header */
#menu ul li a {
	//line-height: 150px;
}

#menu ul li a {
	color: #FFFFFF;
	font-weight: 400;
	margin: 0 0 0 15px;
	font-size: 100%;
	border-bottom: 3px solid transparent;
	-webkit-transition: border-bottom 0.3s;
	transition: border-bottom 0.3s;
	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

#menu a:hover {
	color: #FF9900;
	text-decoration:none;
	border-bottom: 2px solid #FF9900;
}

/* -----------------------------------------------------------------------------

  HOMEPAGE
  
----------------------------------------------------------------------------- */
/* homepage */
.row-carousel {
    width: 100vw;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0px;
}
.homepage-carousel {
  /*background-color: #FDFDFD;*/
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}

#main-carousel .carousel-slide {
  position: relative;
  display: flex;
    align-items: center;
    justify-content: center;
  max-width: 100%;
    height: calc(100vh - 70px);
  min-height: calc(100vh - 70px);
  max-height: calc(100vh - 70px);
  outline: none;
}
/* the slides */
#main-carousel .slick-slide {
  //margin: 0 50px;
}
/* the parent */
#main-carousel .slick-list {
  //overflow: visible;
  //margin: 0 -50px;
}
#main-carousel .carousel-slide .slide-image {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: calc(100vh - 70px);
  min-height: calc(100vh - 70px);
  max-height: calc(100vh - 70px);
  object-fit: cover;
  object-position: 50% 50%;
}
#main-carousel .slide-big-title {
  position: absolute;
  top: 10px;
  font-size: 190px;
  font-weight: 700;
  color: #181818;
  text-transform: uppercase;
  text-align: center;
}
#main-carousel .slide-caption {
  position: absolute;
  padding: 40px 50px 40px 50px;
  max-width: 700px;
  /*left: 50px;
  bottom: 50px;
  margin: 0px auto;
  transform: translateY(-50%);
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  background-color: #FF9900;
  transform: none;*/
    text-align: center;
  z-index: 70;
}
#main-carousel .full-caption {
  position: absolute;
    display: flex;
    justify-content: space-evenly;
  padding: 40px 50px 40px 50px;
  width: 100%;
}
#main-carousel .slide-caption-full {
  padding: 40px 50px 40px 50px;
  max-width: 500px;
    text-align: center;
  z-index: 70;
}
#main-carousel .slide-caption .caption-text {
  margin: 0 0 20px 0;
  padding: 0;
  color: #FFFFFF;
  font-size: 80px;
  font-style: normal;
  font-weight: 500;
  line-height: 70px;
}
#main-carousel .slide-caption-full .caption-text {
  margin: 0 0 20px 0;
  padding: 0;
  color: #FFFFFF;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px;
}
#main-carousel .slide-caption .caption-text-2 {
  margin: 0 0 20px 0;
  padding: 0;
  color: #FFFFFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 200;
  line-height: 20px;
}
#main-carousel .slide-caption-full .caption-text-2 {
  margin: 0 0 20px 0;
  padding: 0;
  color: #FFFFFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 200;
  line-height: 30px;
}
#main-carousel .slide-caption span {
  color: #FF9900;
}
#main-carousel .slide-caption-full span {
  color: #FF9900;
}

@media screen and (max-width: 767px) {
    #main-carousel .slide-caption {
  position: absolute;
  padding: 40px 50px 40px 50px;
  max-width: 700px;
  /*left: 50px;
  bottom: 50px;
  margin: 0px auto;
  transform: translateY(-50%);
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  background-color: #FF9900;
  transform: none;*/
    text-align: center;
  z-index: 70;
}
#main-carousel .full-caption {
  position: absolute;
    display: block;
  padding: 200px 10px 120px 10px;
  width: 100%;
}
#main-carousel .slide-caption-full {
  padding: 10px 50px 10px 50px;
  max-width: 100%;
    text-align: center;
  z-index: 70;
}
#main-carousel .slide-caption .caption-text {
  margin: 0 0 20px 0;
  padding: 0;
  color: #FFFFFF;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: 55px;
}
#main-carousel .slide-caption-full .caption-text {
  margin: 0 0 10px 0;
  padding: 0;
  color: #FFFFFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
}
#main-carousel .slide-caption .caption-text-2 {
  margin: 0 0 20px 0;
  padding: 0;
  color: #FFFFFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 200;
  line-height: 20px;
}
#main-carousel .slide-caption-full .caption-text-2 {
  margin: 0 0 20px 0;
  padding: 0;
  color: #FFFFFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 200;
  line-height: 30px;
}
#main-carousel .slide-caption span {
  color: #FF9900;
}
#main-carousel .slide-caption-full span {
  color: #FF9900;
}
    
}
#main-carousel .slick-dots {
    bottom: 20px;
}
#main-carousel .slick-dots li {
  height: 20px;
  width: 20px;
  transition: all 0.2s;
}
#main-carousel .slick-dots li.slick-active {
  width: 20px;
}
#main-carousel .slick-dots li button {
  position: relative;
  background-color: #FF9900;
  opacity: 0.3;
    border-radius: 50%;
  width: 20px;
  height: 20px;
  padding: 0;
  transition: all 0.2s;
}
#main-carousel .slick-dots li button:before {
  display: none;
}
#main-carousel .slick-dots li button:hover, #main-carousel .slick-dots li button:focus {
  opacity: 1;
}
#main-carousel .slick-dots li.slick-active button {
  color: white;
  opacity: 0.9;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
#main-carousel .slick-dots li.slick-active button:hover, #main-carousel .slick-dots li.slick-active button:focus {
  opacity: 1;
}
#main-carousel .slick-prev {
  left: -25px;
}
#main-carousel .slick-next {
  right: -25px;
}
#main-carousel .slick-prev, #main-carousel .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
#main-carousel .slick-prev:before {
  content: '←';
}
#main-carousel .slick-next:before {
  content: '→';
}
#main-carousel .slick-prev:before, #main-carousel .slick-next:before {
  /* font-family: 'slick'; */
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 15px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: #FFFFFF;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .90;
    color: #FFFFFF;
}

.ligar_agora {
	position:fixed;
	right:0px;
	top:55%;
	display:block;
	width:130px;
    padding: 15px;
    background: #FF9900;
	color:#FFFFFF;
    /*border: 1px solid #ddd;*/
	border-top-left-radius:20px;
	border-bottom-left-radius:20px;
	z-index:700;
	 box-shadow: -2px -0px 8px rgba(43, 33, 33, 0.2);
    -moz-box-shadow: -2px -0px 8px rgba(43, 33, 33, 0.2);
    -webkit-box-shadow:  -2px -0px 8px rgba(43, 33, 33, 0.2);
	}
	
	.ligar_agora a {
		display:block;
		text-decoration:none;
		color:#FFFFFF;
		font-size:90%;
		font-weight:300;
		line-height:15px;
		text-align:left;
	}
	
	.ligar_agora a:hover {
		text-decoration:none;
		color:#FFFFFF;
	}

.whatsapp_call {
	position:fixed;
	right:0px;
	top:65%;
	display:block;
	width:130px;
    padding: 15px;
    background: #36B320;
	color:#FFFFFF;
    /*border: 1px solid #ddd;*/
	border-top-left-radius:20px;
	border-bottom-left-radius:20px;
	z-index:700;
	 box-shadow: -2px -0px 8px rgba(43, 33, 33, 0.2);
    -moz-box-shadow: -2px -0px 8px rgba(43, 33, 33, 0.2);
    -webkit-box-shadow:  -2px -0px 8px rgba(43, 33, 33, 0.2);
	}
	
	.whatsapp_call a {
		display:block;
		text-decoration:none;
		color:#FFFFFF;
		font-size:90%;
		font-weight:300;
		line-height:15px;
		text-align:left;
	}
	
	.whatsapp_call a:hover {
		text-decoration:none;
		color:#FFFFFF;
	}
	
	
	@media screen and (max-width: 500px) {
		.ligar_agora {
	position:fixed;
	right:0px;
	top:70%;
	display:block;
	width:140px;
    padding: 10px;
    background: #FF9900;
	color:#FFFFFF;
    /*border: 1px solid #ddd;*/
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
	}
	
	.whatsapp_call a {
		display:block;
		text-decoration:none;
		color:#FFFFFF;
		font-size:90%;
		font-weight:200;
		line-height:15px;
		text-align:left;
	}
        
        .whatsapp_call {
	position:fixed;
	right:0px;
	top:75%;
	display:block;
	width:140px;
    padding: 10px;
    background: #36B320;
	color:#FFFFFF;
    /*border: 1px solid #ddd;*/
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
	}
	
	.ligar_agora a {
		display:block;
		text-decoration:none;
		color:#FFFFFF;
		font-size:90%;
		font-weight:200;
		line-height:15px;
		text-align:left;
	}
        
        
}


.destaque_oferta {
	position:fixed;
	left:0px;
	bottom:0px;
	display:block;
	width:100%;
	max-height:70px;
	min-height:70px;
    padding: 0px;
	font-size:80%;
	font-weight:300;
	line-height:15px;
    background: #FF9900;
	color:#FFFFFF;
    /*border: 1px solid #ddd;*/
	z-index:300;
	 box-shadow: -2px -0px 8px rgba(43, 33, 33, 0.2);
    -moz-box-shadow: -2px -0px 8px rgba(43, 33, 33, 0.2);
    -webkit-box-shadow:  -2px -0px 8px rgba(43, 33, 33, 0.2);
	}
	
	.destaque_oferta a {
		display:block;
        line-height: 50px;
		text-decoration:none;
		color:#FFFFFF;
		font-size:140%;
		font-weight:400;
		padding:10px;
		text-align:center;
		text-transform:uppercase;
	}
	
	.destaque_oferta a:hover {
		text-decoration:none;
		color:#FFFFFF;
	}
	
	@media screen and (max-width: 480px) {
	
		.btn_destaques{
		font-size:100%;
		line-height:12px;
		font-weight:300;
		padding:15px;
		text-transform:uppercase;
	}
	
	.btn_destaques span{
		margin:0px;
		padding:0px;
	}
	
	.destques_oferta{
		font-size:100%;
		font-weight:300;
		padding:4px;
		text-transform:uppercase;
	}
	
	.destaque_oferta a {
		font-size:90%;
		line-height:10px;
		font-weight:300;
		text-transform:uppercase;
	}
}

/* floating box style */
.floating-form {
    max-width: 350px;
    padding: 30px;
	font-size:90%;
	font-weight:100;
    background: #F1F1F1;
    /*border: 1px solid #ddd;*/
    right: -290px;
    position: fixed;
	z-index:999;
    box-shadow: -2px -0px 8px rgba(43, 33, 33, 0.06);
    -moz-box-shadow: -2px -0px 8px rgba(43, 33, 33, 0.06);
    -webkit-box-shadow:  -2px -0px 8px rgba(43, 33, 33, 0.06);
	}
	
.contact-opener {
    position: absolute;
    left: -90px;
    transform: rotate(-90deg);
    top: 100px;
    background-color: #3299BB;
    padding: 10px;
    color: #fff;
	/*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.43);*/
    cursor: pointer;
    /*border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    box-shadow: -2px -0px 8px rgba(43, 33, 33, 0.06);
    -moz-box-shadow: -2px -0px 8px rgba(43, 33, 33, 0.06);
    -webkit-box-shadow:  -2px -0px 8px rgba(43, 33, 33, 0.06);*/

}
.floating-form-heading{
    font-weight: 400;
    border-bottom: 2px solid #ddd;
    margin-bottom: 10px;
    font-size: 150%;
    padding-bottom: 9px;
	color:#000000;
}
.floating-form label{
    //display: block;
    //margin: 0px 0px 15px 0px;
	color:#000000;
}
.floating-form label > span{
    width: 70px;
	font-size:90%;
	font-weight:300;
    float: left;
	padding:7px;
}
.floating-form span.required{
    color:#000000;
}
.floating-form .tel-number-field{
    width: 40px;
    //text-align: center;
	font-size:90%;
	font-weight:100;
}
.floating-form  .long{
    width: 120px;
	font-size:90%;
	font-weight:100;
}
.floating-form input.input-field{
	font-size:90%;
	font-weight:100;
    width: 68%;
}

.floating-form input.input-field,
.floating-form .tel-number-field,
.floating-form .textarea-field,
 .floating-form .select-field{
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out; 
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #C2C2C2;
    box-shadow: 1px 1px 4px #EBEBEB;
    -moz-box-shadow: 1px 1px 4px #EBEBEB;
    -webkit-box-shadow: 1px 1px 4px #EBEBEB;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 3px;
    outline: none;
	font-size:80%;
	font-weight:300;
}
.floating-form .input-field:focus,
.floating-form .tel-number-field:focus,
.floating-form .textarea-field:focus,  
.floating-form .select-field:focus{
    border: 1px solid #0C0;
}
.floating-form .textarea-field{
    height:100px;
    width: 68%;
}
.floating-form input[type="button"],
.floating-form input[type="submit"] {
    -moz-box-shadow: inset 0px 1px 0px 0px #3985B1;
    -webkit-box-shadow: inset 0px 1px 0px 0px #3985B1;
    box-shadow: inset 0px 1px 0px 0px #3985B1;
    background-color: #3299BB;
    border: 1px solid #3299BB;
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 8px 18px;
    text-decoration: none;
	font-size:90%;
}
.floating-form input[type="button"]:hover,
.floating-form input[type="submit"]:hover {
    background: linear-gradient(to bottom, #2D77A2 5%, #337DA8 100%);
    background-color: #28739E;
}
.floating-form .success{
	background: #D8FFC0;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 5px 0px;
	border: none;
	font-weight: bold;
	color: #2E6800;
	border-left: 3px solid #2E6800;
}
.floating-form .error {
	background: #FFE8E8;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 5px 0px;
	border: none;
	font-weight: bold;
	color: #FF0000;
	border-left: 3px solid #FF0000;
}

/* --------------------------------------------- SLIDER --------------------------------------------- */

.carousel-caption{
	margin:0px;
    right: 5%;
    top: 10px;
    left: 5%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align:left;
    text-shadow:none;
}

.item{
	background-position:center;
	background-size:cover;
	min-height:430px;
	max-height:430px;
}

.item img{
	background-position:center;
	background-size:cover;
	width:100%;
	height:auto;
}

.slide_content{
	position:absolute;
	display:block;
	padding:30px;
	top: 50%;
  	transform: translateY(-50%);
}

.slide_right_content{
	margin:0px;
	padding:20px;
	background-color:#727272;
}

.titulo_slide{
	position:relative;
	margin: 20px 0px;
	font-weight: 300;
	font-size: 290%;
	color: #ffffff;
	text-align: left;
	line-height:45px;
	text-transform:uppercase;
}

.titulo_slide_2{
	margin: 10px 0px;
	font-weight: 300;
	font-size: 190%;
	color: #ffffff;
	text-align: left;
	line-height:35px;
}

.titulo_slide_3{
	margin: 10px 0px;
	font-weight: 300;
	font-size: 190%;
	color: #FF9900;
	text-align: left;
	line-height:35px;
}

.texto_slide{
	margin: 10px 0px;
	font-weight: 200;
	font-size: 110%;
	color: #ffffff;
	text-align: left;
}


@media screen and (max-width: 770px) {
	
	.item{
	background-position:center;
	background-size:cover;
	min-height:500px;
	max-height:500px;
}
	
	.slide_content{
	position:absolute;
	display:block;
	padding:15px;
	top: 50%;
  	transform: translateY(-50%);
}

.slide_right_content{
	padding:10px;
}

.titulo_slide{
	margin: 10px 0px;
	font-weight: 300;
	font-size: 190%;
	line-height:30px;
}

.titulo_slide_2{
	margin: 10px 0px;
	font-weight: 200;
	font-size: 120%;
	line-height:20px;
}

.titulo_slide_3{
	margin: 10px 0px;
	font-weight: 300;
	font-size: 150%;
	color: #FF9900;
	text-align: left;
	line-height:20px;
}

.texto_slide{
	margin: 10px 0px;
	font-weight: 200;
	font-size: 90%;
	color: #ffffff;
	text-align: left;
}


.icon-big {
	display: block;
	margin: 0px auto;
	font-size: 200%;
	color: #ffffff;
}

.icon-big-2 {
	font-size: 200%;
	color: #ffffff;
}

.icon-super {
	display: block;
	margin: 0px auto;
	padding:0px;
	font-size: 400%;
	color: #ffffff;
}

.icon-super-2 {
	padding:0px;
	font-size: 400%;
	color: #ffffff;
}
	
}

/* ------------------------------------------------------------ SUBMENU ------------------------------------------------------------ */

.grid {
	max-width: 1100px;
	margin: 0px auto;
	padding: 0px;
	list-style: none;
}
.grid li {
	position: relative;
	display: block;
	padding: 2px 1px;
	text-align: center;
}
.grid figure {
	position: relative;
	margin: 0px;
	display:block;
	height:200px;
	background-size:cover;
	background-position:center;
}
.grid figure img {
	position: relative;
	display: block;
	max-width: 100%;
}
.grid figcaption {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 10px;
	background: #3299BB;
	color: #ed4e6e;
}
.grid figcaption span {
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-size: 85%;
	line-height: 21px;
	text-align: center;
}
.grid figcaption a {
	display: inline-block;
	padding: 5px 10px;
	border-radius: 2px;
	background: #ed4e6e;
	color: #fff;
	text-align: center;
}
/* Caption Style 1 */
.cs-style-1 figure {
	overflow: hidden;
}

.cs-style-1 figure img {
	opacity: 0.7;
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
	width:100%;
}

.no-touch .cs-style-1 figure:hover img, .cs-style-1 figure.cs-hover img {
	opacity: 1;
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}

.cs-style-1 figcaption {
	width: 100%;
	height: 50px;
	top: auto;
	bottom: 0px;
	opacity: 0;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
}

.no-touch .cs-style-1 figure:hover figcaption, .cs-style-1 figure.cs-hover figcaption {
	opacity: 0.9;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}

.cs-style-1 figcaption a {
	position: absolute;
	bottom: 20px;
	right: 20px;
}


/* --------------------------------------------- SLIDE MENUS --------------------------------------------- */

.item_slide{
	color:#FFFFFF;
	font-weight:200;
	font-size:100%;
}

.slide-inside{
	padding:40px;
}

.c-menu {
  position: fixed;
  color:#FFFFFF;
  z-index: 800;
  background-color: #29A3D2;
  -webkit-transition: -webkit-transform 0.3s;
          transition: transform 0.3s;
}

.c-menu__items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-menu--slide-left,
.c-menu--slide-right {
  width: 100%;
  height: 100%;
  overflow-y: hidden;
    z-index: 1000;
}

@media all and (min-width: 320px) {
  .c-menu--slide-left,
  .c-menu--slide-right {
    width: 300px;
  }
}

.c-menu--slide-left .c-menu__item,
.c-menu--slide-right .c-menu__item {
  display: block;
  text-align: center;
  border-top: solid 1px #b5dbe9;
  border-bottom: solid 1px #3184a1;
}
.c-menu--slide-left .c-menu__item:first-child,
.c-menu--slide-right .c-menu__item:first-child {
  border-top: none;
}
.c-menu--slide-left .c-menu__item:last-child,
.c-menu--slide-right .c-menu__item:last-child {
  border-bottom: none;
}

.c-menu--slide-left .c-menu__link,
.c-menu--slide-right .c-menu__link {
  display: block;
  padding: 12px 24px;
  color: #fff;
}

.c-menu--slide-left .c-menu__close,
.c-menu--slide-right .c-menu__close {
  display: block;
  padding: 12px 24px;
  width: 100%;
}

/* Slide Menu Left */
.c-menu--slide-left {
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media all and (min-width: 320px) {
  .c-menu--slide-left {
    -webkit-transform: translateX(-300px);
        -ms-transform: translateX(-300px);
            transform: translateX(-300px);
  }
}

.c-menu--slide-left.is-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

/* Slide Menu Right */
.c-menu--slide-right {
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
@media all and (min-width: 320px) {
  .c-menu--slide-right {
    -webkit-transform: translateX(300px);
        -ms-transform: translateX(300px);
            transform: translateX(300px);
  }
}

.c-menu--slide-right.is-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

/**
 * Wrapper states.
 *
 * Various wrapper states occur depending on if a menu is pushing into view, in
 * which case, the wrapper has to be pushed by the respective distance.
 */
.o-wrapper.has-push-left {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
@media all and (min-width: 320px) {
  .o-wrapper.has-push-left {
    -webkit-transform: translateX(300px);
        -ms-transform: translateX(300px);
            transform: translateX(300px);
  }
}

.o-wrapper.has-push-right {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media all and (min-width: 320px) {
  .o-wrapper.has-push-right {
    -webkit-transform: translateX(-300px);
        -ms-transform: translateX(-300px);
            transform: translateX(-300px);
  }
}

.o-wrapper.has-push-top {
  -webkit-transform: translateY(60px);
      -ms-transform: translateY(60px);
          transform: translateY(60px);
}

.o-wrapper.has-push-bottom {
  -webkit-transform: translateY(-60px);
      -ms-transform: translateY(-60px);
          transform: translateY(-60px);
}

/**
 * Body states.
 *
 * When a menu is active, we want to hide the overflows on the body to prevent
 * awkward document scrolling.
 */
body.has-active-menu {
  overflow: hidden;
}

/* Close button resets */
.c-menu__close {
  color: #fff;
  background-color: #3184a1;
  font-size: 100%;
  border: none;
  box-shadow: none;
  border-radius: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.c-menu__close:focus {
  outline: none;
}

.c-mask {
  position: fixed;
  z-index: 700;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
          transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}

.c-mask.is-active {
  width: 100%;
  height: 100%;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s;
}

.c-button-1 {
  display: inline-block;
  margin: 4px;
  padding: 12px 24px;
  max-width:50%;
  max-height:250px;
  color: #67b5d1;
  background: none;
  font-size: 14px;
  border: solid 3px #FFFFFF;
  box-shadow: none;
  border-radius: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.c-button:focus {
  outline: none;
}

.c-button:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}


/* --------------------------------------------- SLIDER DESTAQUES --------------------------------------------- */

.slider {
	width: 100%;
	margin: 0px auto;
}

.slick-slide {
	margin: 0px;
	padding: 0px;
}

.slick-slide img {
	width: 100%;
}

.slick-prev:before,
.slick-next:before {
	color: #FFFFFF;
}

.slick-dots {
	color:#FFFFFF;
}

.slick-prev {
    left: 10px;
	z-index:100;
}

.slick-next {
    right: 10px;
	z-index:100;
}


/* --------------------------------------------- HOMEPAGE CONTENT --------------------------------------------- */

.section_col_text {
	text-align:center;
	text-height:400;
	margin: 35px 0px;
}

.section_col_text_2 {
	text-align:center;
	text-height:100;
	margin: 10px 0px;
}

.section_col_text_3 {
	text-align:left;
	text-height:100;
	margin: 10px 0px;
}

.ps_1 {
	max-width:90%;
	margin: 0px auto;
	padding: 7px;
	font-size: 140%;
	font-weight:100;
	line-height: 140%;
	text-height:100;
	color: #ffffff;
}

.p_span_1 {
	font-size: 200%;
	text-height:300;
}

.ps_2 {
	margin: 0px auto;
	padding: 10px;
	font-size: 110%;
	font-weight:100;
	line-height: 145%;
	color: #c1c1c1;
}

.ps_4 {
	margin: 0px auto;
	padding: 10px;
	font-size: 110%;
	font-weight:100;
	line-height: 145%;
	color: #FFFFFF;
}


/* --------------------------------------------- NEWSLETTER --------------------------------------------- */

#subscribe input[type="text"],
#subscribe input[type="email"] {
  width: 502px;
  height: 50px;
  max-width: 100%;
  border: 1px solid rgba(38, 39, 45, 0.2);
  padding: 16px 26px;
  font-size: 16px;
  background-color: transparent;
  padding-right: 148px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}

#subscribe input[type="text"]:focus,
#subscribe input[type="email"]:focus {
  outline: none;
  color: #26272d;
}

#subscribe .form-group {
  position: relative;
  width: 502px;
  max-width: 100%;
  margin: 0 auto;
}

#subscribe .form-group .btn {
  position: absolute;
  top: 4px;
  right: 4px;
}

#subscribe .btn {
  padding-left: 34px;
  padding-right: 34px;
}

#subscribe .promise {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 0;
}




/* -----------------------------------------------------------------------------

  FINANCIAMENTO
  
----------------------------------------------------------------------------- */

.grid-2 {
	padding: 0px;
	max-width: 100%;
	margin: 0px auto;
	list-style: none;
	text-align: center;
	z-index:1;
}
.grid-2 li {
	background-size: cover;
	background-position: center;
	display: block;
	text-align: center;
	position: relative;
	margin: 2px 0px 0px 0px;
}
.grid-2 li:first-child {
	margin: 0px 0px 0px 0px;
}
.grid-2-row {
	max-width: 100%;
	margin: 0px auto;
}
.grid-background-effect {
	position: absolute;
	width: 100%;
	height: 100%;
}

.grid-2 .grid-2-row-content {
	margin: 0;
	position: relative;
	padding: 20px;
	z-index: 10;
	text-align: center;
}

.overlay {
	position: absolute;
}

.overlay:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.8;
}

.blue:after {
	background-color: #1c8ad1;
}

.black:after {
	background-color: #1a1a1a;
}

.orange:after {
	background-color: #FF9900;
}



.ps_3{
	font-size:110%;
	font-weight:200;
	color:#ffffff;
	max-width:70%;
	margin:0px auto;
	line-height:25px;
}

.ps_7{
	font-size:140%;
	font-weight:200;
	color:#ffffff;
	max-width:70%;
	margin:0px auto;
	line-height:25px;
}



/* -----------------------------------------------------------------------------

  VENDER
  
----------------------------------------------------------------------------- */

form.form2{
    margin: 20px;
	clear:both;
    background-color:#FF9900;
    padding:5px;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
}

/*.form2 p{
	font-size:90%;
	font-weight:100;
    clear:both;
    margin: 0;
    color:gray;
    padding:4px;
}*/

.form2 fieldset label{
    float: left;
    text-align: left;
    margin-right: 6px;
    margin-top:2px;
}

.form2 fieldset{
	padding:20px;
}

.form2 legend {
    color: #ffffff;
    padding:2px;
    margin-left: 0px;
    font-size: 150%;
    font-weight:400;
	text-transform:uppercase;
	
	
	display: block;
    width: 100%;
    margin-bottom: 20px;
    border: 0;
    border-bottom: 4px solid #FFFFFF
}



.form_row{
	display:table;
	width:100%;
	padding:10px;
}

.form2 label {
	font-size: 90%;
	font-weight:200;
	color: #fff;
}
.formblock .txt {
	width:60%;
	max-width:60%;
	padding: 4px 6px;
	border: 1px solid #ffffff;
	font-size: 90%;
	font-weight:300;
	color: #fff;
}

.form2 input[type="text"], input[type="email"] {
	width:100%;
	border: 0;
    outline: 0;
	padding: 10px;
	border-bottom: solid 1px #ffffff;
	font-size: 100%;
	font-weight:400;
	color:#ffffff;
	transition: border 0.3s;
	background-color:transparent;
	outline:none;
}
.form2 input[type="text"]:focus, .form2 input[type="email"].focus {
	border: 0;
    outline: 0;
	border-bottom: solid 1px #ffffff;
}
.form2 .txtarea {
	width:60%;
	max-width:60%;
	height:170px;
	max-height: 300px;
	margin-top: 20px;
	padding: 4px 6px;
	font-size: 90%;
	font-weight:300;
	color: #fff;
	border: solid 2px #c9c9c9;
	transition: border 0.3s;
	background-color:transparent;
	outline:none;
}
.form2 .txtarea:focus {
	border: solid 2px #ffffff;
}
.form2 .error {
	display: block;
	width:100%;
	max-width:100%;
	margin: 3px auto;
	padding: 5px;
	font-size: 70%;
	font-weight:400;
	color: #ffffff;
	background-color: #9d3131;
}







form.form2 label.optional{
    float: left;
    text-align: right;
    margin-right: 6px;
    margin-top:2px;
    color: #A3A3A3;
}
form.form2 label.obinfo{
    float:right;
    padding:3px;
    font-style:italic;
}

form.form2 input.long{
    width: 247px;
    color: #505050;
}
form.form2 input.short{
    width: 40px;
    color: #505050;
}
form.form2 input[type=radio]
{
    float:left;
    width:15px;
}
form.form2 label.gender{
    margin-top:-1px;
    margin-bottom:2px;
    width:34px;
    float:left;
    text-align:left;
    line-height:19px;
}

.form2 input[type=text].year {
	font-size: 100%;
	font-weight:400;
	width:70px;
	height:25px;
    border: 1px solid #ffffff;
}
form.form2 input[type=checkbox] {
    width:14px;
    margin-top:4px;
}
.form2 select {
    border: 1px solid #FFFFFF;
    width: 100%;
    float:left;
    margin-bottom:3px;
    color: #FF9900;
    margin-right:5px;
}
form.form2 select.contact_hour
{
    width: 150px;
}

.form2 select.day{
    width: 50px;
}

.form2 select.month{
    width: 100px;
}

input:focus, select:focus{
    background-color: #ffffff;
}
p.info{
    font-size:7pt;
    color: gray;
}
p.agreement{
    margin-left:15px;
}
p.agreement label{
    width:390px;
    text-align:left;
    margin-top:3px;
}




/* -----------------------------------------------------------------------------

  PESQUISA
  
----------------------------------------------------------------------------- */

.form_search{
    background-color: #FFFFFF;
	display:table;
    padding: 20px;
    font-size: 90%;
    font-weight: 300;
}

.form_search .form_block{
	display:block;
	margin:0px;
	padding:7px;
}

.form_search label{
	color:#1a1a1a;
	margin:0px;
    padding: 3px;
    font-size: 110%;
    font-weight: 400;
}


.form_search select {
   margin: 3px;
    border: 1px solid #111;
    background-color: #ffffff;
   width: 130px;
   padding: 5px 5px 5px 5px;
   font-size: 90%;
    font-weight: 200;
   border: 1px solid #ccc;
   height: 34px;
    outline-style: none;
   /*-webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
    background: url(http://www.stackoverflow.com/favicon.ico) 96% / 15% no-repeat #eee;*/
}

.item_pesquisa{
	color:#FFFFFF;
	font-weight:200;
	font-size:170%;
}


/* -----------------------------------------------------------------------------

  LISTA CARROS
  
----------------------------------------------------------------------------- */

.area_pesquisa{
    margin: 0px;
    padding: 0px;
}

.area_resultados{
    margin: 0px;
    padding: 0px;
}

.link_lista{
    margin: 0 0 1px 0;
    padding: 10px;
    background-color: #FFFFFF;
    border: 5px solid transparent;
    text-decoration: none;
}

.link_lista:hover{
    background-color: #ebebeb;
    border: 5px solid #FF9900;
    text-decoration: none;
}

.img_link_lista{
    float: left;
    margin: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.car_photo{
    padding: 0;
    height: 100%;
}

.car_info{
    padding: 20px 0 0 20px;
    height: 100%;
}

.titulo_viatura{
    padding: 40px;
}

.sp_marca_viatura{
    font-size: 95%;
    font-weight: 100;
    color: #FFFFFF;
}

.sp_modelo_viatura{
    font-size: 200%;
    font-weight: 200;
    color: #FFFFFF;
    text-transform: uppercase;
}

.sp_titulo_viatura_pesquisa{
    font-size: 100%;
    font-weight: 400;
    color: #1a1a1a;
}

.sp_viatura_pesquisa{
    margin-bottom: 20px;
    font-size: 150%;
    font-weight: 600;
    color: #1a1a1a;
}

.sp_descricao_pesquisa{
    font-size: 80%;
    font-weight: 200;
    color: #1a1a1a;
}

.sp_viatura_item{
    font-size: 100%;
    font-weight: 200;
    color: #1a1a1a;
}

.sp_viatura_pesquisa_preco{
    display: block;
    float: right;
    width: 170px;
    padding: 7px;
    background-color: #FF9900;
    font-size: 130%;
    font-weight: 400;
    color: #1a1a1a;
    text-align: center;
    border-radius: 20px;
}

.slider_viatura{
    background-color:#FFFFFF;
    padding: 10px;
}

.area_info_viatura{
	display:block;
    background-color: #1a1a1a;
    padding: 30px;
    color: #FFFFFF;
    font-size: 100%;
    font-weight: 300;
}

.sp_parametro{
    font-size: 100%;
    font-weight: 100;
    color: #CCCCCC;
}

.sp_preco{
    font-size: 250%;
    font-weight: 400;
    color: #FF9900;
}

.imagem_slide_viatura{
	max-width:650px;
	width:100%
}

.imagem_slide_viatura_miniatura{
	max-width:120px;
}


.sp_estado_veiculo{
	display:block;
	width:90%;
	margin:0px;
	float:left;
    font-size: 100%;
    font-weight: 300;
	line-height:16px;
    color: #333333;
}

.sp_estado_veiculo:after {
	display: block;
	width: 100%;
	height: 2px;
	margin:0px auto;
	margin-top: 3px;
	background-color: #cccccc;
	content: " ";
}






ul.pages_nav {
    display: inline-block;
    padding: 0;
    margin: 20px;
    background-color: #ffffff;
    border-radius: 6px;
}

ul.pages_nav li {display: inline;}

ul.pages_nav li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
}

.pages_nav li:first-child a {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.pages_nav li:last-child a {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

ul.pages_nav li a.active {
    background-color: #FF9900;
    color: white;
    border: 1px solid #FF9900;
}

ul.pages_nav li a:hover:not(.active) {background-color: #ddd;}

/* -----------------------------------------------------------------------------

  CONTACTOS
  
----------------------------------------------------------------------------- */


.formblock {
	display: block;
	margin-bottom: 11px;
	text-align:center;
}

.g-recaptcha{
	display:block;
	width: 304px;
	margin:0px auto;
	text-align:center;
}

.formblock label {
	display: none;
	font-size: 70%;
	color: #fff;
}
.formblock .txt {
	width:60%;
	max-width:60%;
	padding: 4px 6px;
	border: 1px solid #ffffff;
	font-size: 90%;
	font-weight:300;
	color: #fff;
}

::-webkit-input-placeholder {
 color: #CFCFCF;
}
.formblock input[type="text"] {
	padding: 10px;
	border: solid 2px #c9c9c9;
	transition: border 0.3s;
	background-color:transparent;
	outline:none;
}
.formblock input[type="text"]:focus, .formblock input[type="text"].focus {
	border: solid 2px #ffffff;
}
.formblock .txtarea {
	width:60%;
	max-width:60%;
	height:170px;
	max-height: 300px;
	margin-top: 20px;
	padding: 4px 6px;
	font-size: 90%;
	font-weight:300;
	color: #fff;
	border: solid 2px #c9c9c9;
	transition: border 0.3s;
	background-color:transparent;
	outline:none;
}
.formblock .txtarea:focus {
	border: solid 2px #ffffff;
}
.formblock .error {
	display: block;
	width:60%;
	max-width:60%;
	margin: 3px auto;
	padding: 5px;
	font-size: 70%;
	font-weight:400;
	color: #ffffff;
	background-color: #9d3131;
}
p.tick {
	font-size: 75%;
	color: #ffffff;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
	display:block;
  cursor: pointer;
  margin:0px 10px 0px 0px;
  padding:4px;
  text-transform: none;
  letter-spacing: normal;
  color: #FFFFFF;
  font-size: 15px;
  font-weight:300;
}

input[type="checkbox"] + label:before {
    width: 20px;
    height: 20px;
    background-color: #f7f7f7;
    content: "";
    display: inline-block;
    font-size: 15px;
    margin: -4px 12px 0 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #ebebeb;
}

label {
    margin-bottom: 3px;
    color: #444444;
    font-size: 13px;
    vertical-align: middle;
    font-weight: 400;
    text-transform: uppercase;
}

input[type="checkbox"]:checked + label:before {
    content: "\f00c";
    font-family: "FontAwesome";
    color: #171717;
    font-size: 12px;
    line-height: 18px;
}

input[type="checkbox"] {
    display: none;
}

.condicoes{
	display:table;
	margin:0px auto;
	width:80%;
	padding:10px;
	color: #FFFFFF;
  	font-size: 15px;
  	font-weight:300;
	text-align:left;
}

.condicoes a{
	color: #FFFFFF;
  	font-size: 15px;
  	font-weight:300;
	text-decoration:underline;
}







#google-container {
  position: relative;
  width: 100%;
  height: 400px;
  background-color: #e7eaf0;
  margin:0px;
}
@media only screen and (min-width: 768px) {
  #google-container {
    height: 300px;
	margin:0px;
  }
}
@media only screen and (min-width: 1170px) {
  #google-container {
    height: 600px;
	margin:0px;
  }
}

#cd-google-map {
  position: relative;
  margin:0px;
}
#cd-google-map address {
  position: absolute;
  width: 100%;
  margin:0px;
  padding:20px;
  bottom: 0px;
  left: 0px;
  padding: 10px;
  background-color: #1a1a1a;
  color: #ffffff;
  font-size: 100%;
  font-weight:100;
}
@media only screen and (min-width: 768px) {
  #cd-google-map address {
    font-size: 100%;
	font-weight:100;
	padding:20px;
    text-align: center;
  }
}

#cd-zoom-in, #cd-zoom-out {
  height: 32px;
  width: 32px;
  cursor: pointer;
  margin-left: 10px;
  background-color: rgba(211, 104, 104, 0.9);
  background-repeat: no-repeat;
  background-size: 32px 64px;
  background-image: url("../images/cd-icon-controller.svg");
}
.no-touch #cd-zoom-in:hover, .no-touch #cd-zoom-out:hover {
  background-color: #1a1a1a;
}
@media only screen and (min-width: 768px) {
  #cd-zoom-in, #cd-zoom-out {
    margin-left: 50px;
  }
}

#cd-zoom-in {
  background-position: 50% 0;
  margin-top: 10px;
  margin-bottom: 1px;
}
@media only screen and (min-width: 768px) {
  #cd-zoom-in {
    margin-top: 50px;
  }
}

#cd-zoom-out {
  background-position: 50% -32px;
}



/* -----------------------------------------------------------------------------

  FOOTER
  
----------------------------------------------------------------------------- */

footer {
	background-color: #FFFFFF;
	min-height:300px;
	margin-bottom:70px;
}

.footer_col {
	padding:10px;
}

.footer_col_title {
	display:block;
	color: #FF9900;
	font-size: 110%;
	font-weight:400;
	margin:10px 0px 10px 0px;
	text-transform:uppercase;
}

footer ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	color: #949494;
}

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

footer li a{
	margin:0px;
	padding:0px;
	color:#1a1a1a;
	font-size: 100%;
	font-weight:300;
	text-decoration:none;
}

footer a:hover {
	color: #999999;
	text-decoration:none;
}

footer p{
	color:#1a1a1a;
	font-size: 100%;
	font-weight:300;
}

.ion-logo-facebook{
	color: #1877f2;
}

.ion-logo-instagram{
	color: #c32aa3;
}

.ion-logo-whatsapp{
	color: #25D366;
}

.ion-logo-linkedin{
	color: #007bb5;
}

.copyright {
	background-color: #181818;
	color:#1a1a1a;
	min-height:70px;
}

.copyright p {
	margin:0px;
	padding:0px;
	color:#FFFFFF;
	font-size:80%;
	font-weight:200;
	line-height:70px;
	text-align:center;
}

.copyright a {
	color:#A7A7A7;
}

.copyright a:hover {
	color: #cccccc;
	text-decoration:none;
}


@media screen and (max-width: 500px) {
	.hide_mobile{
		display:none;
	}
}




.accordion {
	display:block;
    background-color: #E4E4E4;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 110%;
	font-weight:400;
    transition: 0.4s;
	text-decoration:none;
}

.accordion.active, .accordion:hover {
    background-color: #ddd;
	color: #444;
	text-decoration:none;
}

.accordion:after {
    content: '\02795';
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

.accordion.active:after {
    content: "\2796";
}

.panel {
	display:none;
    padding: 20px;
    background-color: white;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
	color:#1a1a1a;
	font-size:110%;
	font-weight:200;
}

.panel.show {
	display:block;
    opacity: 1;
}

.sp_main_title_faq {
	margin:20px auto;
	display:block;
	font-weight: 300;
	font-size: 300%;
	color: #1a1a1a;
	text-transform: uppercase;
	text-align: center;
}

.sp_main_title_faq:after {
	display: block;
	width: 100px;
	height: 2px;
	margin: 0px auto;
	margin-top: 20px;
	background-color: #1a1a1a;
	content: " ";
}

.sp_title_faq {
	margin:20px auto;
	display:block;
	font-weight: 300;
	font-size: 200%;
	color: #1a1a1a;
	text-transform: uppercase;
	text-align: center;
}

.sp_title_faq:after {
	display: block;
	width: 100px;
	height: 2px;
	margin: 0px auto;
	margin-top: 20px;
	background-color: #1a1a1a;
	content: " ";
}
