.float-book{
	position: fixed;
    top: 15px;
    right: -3px;
	background-color: #fff;
    border: none;
    padding: 2px 8px 2px 8px;
	z-index: 99;
	text-decoration: none;
    display: flex;
}

.float-book:hover{
	position: fixed;
    top: 15px;
    right: -3px;
	background-color: #fff;
    border: none;
    padding: 6px 12px 6px 12px;
	z-index: 99;
	text-decoration: none;
    display: flex;
}


.my-float{
	margin-top:16px;
}


.float{
    position: fixed;
    bottom: 45px;
    right: 15px;
    z-index: 99;
    background-color: #25d366;
    border-radius: 50px;
    color: #ffffff;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
    box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
    animation: effect 5s infinite ease-in;
}

@keyframes effect {
    20%, 100% {
        width: 50px;
        height: 50px;
        font-size: 30px;
    }
    0%, 10%{
        width: 55px;
        height: 55px;
        font-size: 35px;
    }
    5%{
        width: 50px;
        height: 50px;
        font-size: 30px;
    }
}

.produtos {
  height: auto;
  display: block;
  overflow: overlay;
  min-height: 400px;
  border: 0px solid #f00;
}
.carros {
/* border: 1px solid red; */
  clear: both;
  padding-top: 55px;
  padding-bottom: 30px;
}
.quadro {
  border-radius: 4px;
  float: left;
  margin-bottom: 161px;
  margin-left: 9px;
  margin-right: 9px;
  padding: 0.6%;
  width: 256px;
  box-shadow: 2px 3px 10px 0px rgba(0,0,0,0.1);
  box-shadow: 2px 3px 10px 0px rgba(0,0,0,0.1);
}
.quadro img {
  width: 100%;
  height: auto;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  margin-top: 21px;
  margin-bottom: 21px;
}
.quadro .nomeCarro {
  margin-top: 7px;
  border: 0px solid #f00;
  text-align: center;
  font-size: 14px;
  font-weight: bolder;
  text-transform: capitalize;
  height: 30px;
}
.quadro .nomeCarro p {
  text-transform: uppercase;
}
.quadro .parcela {
  margin-bottom: 26px;
  border: 0px solid #f00;
  color: #939598;
  text-align: center;
  margin-top: 24px;
  font-size: 16px;
  text-align: center;
}
.quadro .parcela .destaqueQuadro {
  font-weight: 700;
/* border: 1px solid red; */
  display: block;
  font-size: 22px;
  color: rgb(8 167 223);
  margin-top: 5px;
}
.quadro .credito {
  color: #939598;
  font-size: 16px;
  text-align: center;
  text-transform: capitalize;
}
.quadro .credito .destaque {
  color: #58595b;
  display: block;
  font-size: 24px !important;
}
.quadro a {
  background-color: rgb(8 167 223);
  color: #fff;
  display: block;
  height: 50px;
  padding: 15px 0 0 0;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  top: 85px !important;
  width: 100%;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 4px;
}

.callout {
	margin-top: 0px;
    padding: 15rem 0;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),url("../assets/img/vw-meteor-8-autos-pesados-1.jpg");
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
}

.planos {
    display: flex;
    margin: 0 auto	 50px;
    text-align: center;	
	-webkit-font-smoothing: antialiased;
    box-sizing: unset;
}
	
.card-padrao{
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    padding: 30px;
    margin: 0;
    min-width: 170px;
    color: #fff;
    box-sizing: unset;
    
    max-width: 300px;
    text-align: left;
    background-color: #a8adb3;
	margin-right: 10px;
	margin-left: 10px;
}

.card-conforto{
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    padding: 30px;
    margin: 0;
    min-width: 170px;
    color: #fff;
    box-sizing: unset;
    
    max-width: 300px;
    text-align: left;
    background-color: #006384;
	margin-right: 10px;
	margin-left: 10px;
}

.cards-box{
    -webkit-font-smoothing: antialiased;
    color: #fff;
    text-align: left;
    max-width: 300px;
    display: inline-block;
    box-sizing: unset;

}

.cards-box img{
	max-width: 100%;
    margin-bottom: 15px;
}

.cards-box li{
	-webkit-font-smoothing: antialiased;
    color: #fff;
    list-style: none;
    box-sizing: unset;
    border: none!important;
    font-size: .75rem;
    margin: 10px 0!important;
    border-radius: 5px;
    position: relative;
}

.cards-box li svg{
	margin-right: 10px
}

@media (min-width: 748px){
.header-content {
	margin: 0 2rem 0 2rem;	
}
}

.header-content {
	padding-top: 150px;
	height: 100%;
    flex-grow: 1;
	background-color: rgb(0 30 80);
	background: linear-gradient(rgb(0 30 80 / 95%), rgb(1 30 79 / 0%)),url(../assets/img/bg-header.jpg);
	background-size: cover;
    background-repeat: no-repeat;
	background-position: left;
}

.header-texts {
    padding: 30px 0 35px;
    position: relative;
    z-index: 6;
}

.cd-headline h1{
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    letter-spacing: 0.01em;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    font-family: 'Paytone One', sans-serif;
    font-weight: 400;
    font-size: 3.125em;
    line-height: 1.35;
    color: #FFC000;
    display: inline-block;
    margin-bottom: 20px;
    visibility: visible;
    animation-duration: 0.5s;
    animation-name: fadeInUp;
}

.cd-headline p{
	    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    letter-spacing: 0.01em;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    margin-bottom: 0;
    font-size: 1.375em;
    line-height: 1.7;
    padding-bottom: 13px;
    color: rgb(255, 255, 255);
    font-family: Quicksand;
    font-weight: 700;
    visibility: visible;
    animation-duration: 0.5s;
    animation-delay: 0.3s;
    animation-name: fadeInUp;
}

.contact-form {
    background: #ffffff;
    display: block;
    float: right;
    height: auto;
    width: 100%;
    border-radius: 8px;
    padding: 40px 40px;
    position: relative;
	box-shadow: 10px 14px 13px rgb(0 0 0 / 30%);
}

.my-box {
    -webkit-box-shadow: 0 20px 50px rgb(0 0 0 / 30%);
    box-shadow: 0 20px 50px rgb(0 0 0 / 30%);
    background-color: #3d3d3e;
    color: #fff;
    padding: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	border-radius: 4px;
}

@media (max-width: 768px){

	.header-content{
		padding-top: 50px !important;
}
	.navbar-brand{
		width: 75% !important;
}

	.carousel-section{
		margin-top: 17rem !important;
}
}

.produtos{
		margin-top: 3rem;
}

.produtos h1{
		margin-bottom: 2rem;
}


.form-group{
	margin-bottom:10px;
}

/*
.navbar-shrink{
    background-color: #fff !important;
}

.nav-link {
	color: rgb(8 167 223) !important;
}

*/

/* ecommerce export start */

.helpbtn{
  top: 0;
  margin-left: 90%;
  margin-right: 0px;

}

.dropdown-item{
font-size: small !important;
}

.slick-slide {
	touch-action: auto;	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
    position: relative;
    display: block;
    width: 200px !important;
    height: 410px !important;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 20px rgb(0 0 0 / 10%);
    box-shadow: 0 2px 20px rgb(0 0 0 / 10%);
    padding: 5px;
    
    background-color: #fff;
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	overflow: hidden;
}

.slick-current {
  display: block;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

#motos-slide{
	background-image: url(../images/moto-bg.jpg);
	/* Set a specific height */
	min-height: 200px;

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.slick-prev::before, .slick-next::before{
  font-size: 30px!important;
  opacity: 1!important;
  color: rgb(8 167 223) !important;
}

.main-button{
  -webkit-font-smoothing: antialiased;
  border: 0;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
  display: flex;
  padding: 22px;
  position: relative;
  text-decoration: none;
  transition: all .3s cubic-bezier(.25,.46,.45,.94);
  background-color: rgb(8 167 223);
  width: 150px;
  margin-top: 3rem;
  margin-bottom: 2rem;
  justify-content: center;
  color: white;
  border-radius: 4px;
}

.card-box{
  background-color: #ffffff;
  color: #4c5356;
  /*padding: 15px;*/
  font-size: 1rem;
  text-align: center;
  position: relative;
  box-sizing: unset;
  margin-bottom: 10px;
  flex-wrap: nowrap;
  margin-top: 1rem;
  overflow: visible;
  margin-left: 15px;
  margin-right: 15px;
}

.card-box-tittle{
  font-size:large;
  font-weight:bold;
  color: rgb(8 167 223);
}

.card-box-info{
  font-size:medium;
  text-align:left
}

.card-box-subtittle{

}

.card-box-text{
font-size: 70%;
color: #2a2a2a;
}

.card-box-top-produto{
	color: white;
    position: absolute;
    top: -10;
    left: -10;
    background-color: green;
    border-radius: 5px;
    padding: 2px 5px;
    overflow: visible;
    z-index: 10;
}

.button-left,
.button-right {
  position: relative;
  padding: 5px;
  margin: 30px auto;
  background: #000;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  transition: all 0.2s linear;
}

.button-right:hover {
  transform: translate3d(0, 10px, 0);
}

.button-left:hover {
  transform: translate3d(0, -10px, 0);
}

.button-left::after,
.button-right::after {
  content: "";
  position: absolute;
  left: 17px;
  z-index: 11;
  display: block;
  width: 25px;
  height: 25px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}
.button-left::after {
  top: 20px;
  transform: rotate(315deg);
}

.button-right::after {
  top: 10px;
  transform: rotate(135deg);
}

.grad {
  background-image: linear-gradient(180deg, white, gray);
}

.grad-2 {
  background-image: linear-gradient(0deg, white, gray);
}

.honda-color{
	background-color: #c23225;
}

.callcenter{
	background-image: url(../images/callcenter.png);
	/* Set a specific height */
	min-height: 300px;

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.box{
    -webkit-box-shadow: 0 20px 50px rgb(0 0 0 / 30%);
    box-shadow: 0 20px 50px rgb(0 0 0 / 30%);
    background-color: #3d3d3e;
    color: #fff;
    padding: 60px 120px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;	
}

#services{
	background-color: #fff;
}

/* On mouse-over, add a deeper shadow */
.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.card-tittle{
	color: #fff !important;
	font-size: small !important;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.card-text{
	color: #fff !important;
	font-size: x-small
}

.sign{
	margin-right: -50px;
	margin-bottom: -50px;
}

.sign img {
	width: 200px;
	height: auto;
}

/* export end */

.btn-mais{

    letter-spacing: 0.0625em;
    box-sizing: border-box;
    background-color: rgb(8 167 223);
    color: #fff;
    display: block;
    height: 50px;
    padding: 15px 0 0 0;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    top: 85px !important;
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 4px;
}

.carousel-section{
	max-height: 800px;
	margin-bottom: 1rem;
}

.slick-track{
	width: max-content !important;
}

.btn-inf{
	background-color: rgb(8 167 223);
	color: white;
	border-radius: 4px;
	border: none;
	padding: 10px;
	text-decoration: none;
}

@media (min-width: 0px){ 

.scrolling-text {
  position: absolute;
  white-space: nowrap;
  font-size: 18px;
  font-weight: bold;
  animation: scroll 15s linear infinite; /* Tempo de duração da animação e repetição infinita */
  width: max-content;
}

@keyframes scroll {
  0% {
    transform: translateX(100%); /* Começa na posição mais à direita */
  }
  100% {
    transform: translateX(-100%); /* Desloca o texto para a esquerda */
  }
}

/* top-bar-buy-bar */
#top-header {
  background-image: linear-gradient(90deg, #1847B5 0%, #326CF2 100%);
  position: fixed;
    width: 100%;
    z-index: 9000;
    left: 0;
    padding: 0px;
    bottom: 0px;
    height: 2rem;
    border-top: 0;
	display: flex;
}
#emergency-response-opt {
	
	max-width: 1140px;
	margin: 0 auto;
	padding: 10px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
	border-radius: 20px;

	font-family: "Source Sans Pro", Sans-serif;
}

#emergency-response-opt .txt {
  display: flex;
  align-items: center;
}


#emergency-response-opt p {
	font-size: 16px;
	margin-bottom: 0;
	color: #fff;
	line-height: 20px;
  margin-right: 10px;
  font-weight:700;
}


#emergency-response-opt p:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 0;
}

#emergency-response-opt .emergency_header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 500px) {
	#emergency-response-opt .emergency_header {
		text-align: center;
	}
}



#emergency-response-opt .circle {
	margin-right: 15px;
}

#emergency-response-opt .circle .circle-wrapper {
	height: 12px;
	width: 12px;
	background: #fff;
	border-radius: 50px;
	display: block;
}

.pulsate-fwd {
	-webkit-animation: pulsate-fwd 1.5s ease-in-out infinite both;
	animation: pulsate-fwd 1.5s ease-in-out infinite both;
}

/* ----------------------------------------------
 * Generated by Animista on 2018-10-2 10:34:8
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation pulsate-fwd
 * ----------------------------------------
 */
@-webkit-keyframes pulsate-fwd {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	50% {
		-webkit-transform: scale(2);
		transform: scale(2);
	}
	
	100% {
		-webkit-transform: scale(1.4);
		transform: scale(1.4);
	}
}

@keyframes pulsate-fwd {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-box-shadow: 0 0 0 0 rgb(247, 250, 255);
	}
	
	50% {
		-webkit-transform: scale(1.4);
		transform: scale(1.4);
		-webkit-box-shadow: 0 0 0 10px rgba(12,136,74,0);
	}
	
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-box-shadow: 0 0 0 0 rgba(12,136,74,0);
	}
}
.wphrm-top-close-button{
	width: 20px;
    color: #000;
    font-size: 30px;
    background: #fff;
    height: 20px;
    border-radius: 20px;
    padding: 8px 8px;
    text-align: center;
    margin: 23px 21px;
    line-height: 17px;
    font-weight: 600;
    cursor: pointer;
}


.button-container {
  display: flex;
  margin-right: 10px;
  width: auto;
  margin-bottom: 1rem;
}

.arrow-button {
  background-color: rgb(8 167 223);
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  margin-right: 10px;
}

.seta {
  display: inline-block;
  border: solid white;
  border-width: 0 3px 3px 0;
  padding: 5px;
}

.left .seta {
  transform: rotate(135deg);
}

.right .seta {
  transform: rotate(-45deg);
}

.slide {
  transition: opacity 0.5s ease-in-out;
}

.animate {
  opacity: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.secao-carousel-planos .container-imagens{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    margin-top: 75px;
}
.secao-carousel-planos .container-imagens > div{width: 20%;}
.secao-carousel-planos .container-imagens > div > a{
    width: 100%;
    border: 1px solid #e8dbdb;
    padding: 0 20px;
    border-radius: 10px;
    -webkit-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    /* transition: all ease-out .3s; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.secao-carousel-planos .container-imagens > div > p{
    margin-bottom: 5px;
    color: #b9b9b9;
    font-weight: bold;
    font-size: 1rem;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.secao-carousel-planos .container-imagens > div:hover > p{
    color: var(--secondaryColor);}
.secao-carousel-planos .container-imagens > div:hover > a{
    border-color: var(--secondaryColor) !important;
    -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
            transform: scale(1.03);
    cursor: pointer;
}
.secao-carousel-planos .container-imagens > div img{image-rendering: -webkit-optimize-contrast;}
.secao-carousel-planos h2{
    font-size: 3rem;
    margin: 50px 0 40px 0;
}

/************ HOME CSS - MOBILE *************/

@media(max-width:1200px){
    .noticias-secundarias-container{
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .noticia-secundaria:last-child {
        margin-top: 0px;
    }
    .noticias-secundarias-container div{
        width: 48%;
    }
    .secao-blog .container-noticias p {
        font-size: 15px;
    }
    .secao-blog .container-noticias h3 {
        font-size: 22px;
    }
    .noticia-principal {
        width: calc(100% - 30px);
    }
    .container-noticias{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .noticias-secundarias-container img{
        max-height: 125px;
    }
    .noticia-principal p{
        line-height: 28px;
    }
}
@media(max-width:650px){
    .container.secao-mapa-container > div:first-child{
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .container.secao-mapa-container{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .secao-carousel-planos .container-imagens > div {
        width: 45%
    }
    .secao-carousel-planos .container-imagens {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        row-gap: 15px;
        -webkit-column-gap: 15px !important;
           -moz-column-gap: 15px !important;
                column-gap: 15px !important;
    }
    .secao-planos-observacao{
        width: 100%;
    }
    .container.secao-mapa-container .texto-consorcio-secundario {
        font-size: 22px;
        text-align: center;
    }
    .container.secao-mapa-container h2{
        font-size: 2.3rem;
        width: 100%;
    }
    .container.secao-mapa-container .texto-consorcio-principal{
        font-size: 19px;
    }
    .secao-home h2{
        font-size: 2.3rem;
    }
    .secao-mapa-container .defaultButton {
        margin: 10px 0 30px;
    }
}


.slick-arrow{
	z-index: 9999;
}