/* -------------- HEADER ----------------- */
header.header {
  background: #FFF;
}
.header__logo {
  width: 170px;
  height: 25px;
}
.header__content .header__item {
  margin: 0;
}
.header__content a.header__item {
  position: relative;
  color: #000;
  height: auto;
  margin: 0 15px;
}
.header__content a.header__item::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 100%;
  height: 1px;
  background: #707070;
  transition: 250ms all ease-in-out;
}
.header__content a.header__item:hover::after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 1px;
}
@media screen and (max-width: 1300px) {
  .header__content a.header__item {
    margin: 0 10px;
  }
}
@media screen and (max-width: 1150px) {
  .header__content a.header__item {
    margin: 0 8px;
  }
}
@media screen and (min-width: 993px) {
  .menu {display: none !important;}
}
@media screen and (max-width: 992px) {
  .header__item{display: none;}
  .header__button{display:block}
  .menu.open {background: rgba(255,255,255,.9) !important;}
  .menu__item {color: #0d0e0e !important;}
}


.title-content{
  color:#00306C; 
  font-size: 25px;
  font-weight: 500;
}
/* --------------- SWIPER ---------------- */
.swiper .swiper-pagination-bullets .swiper-pagination-bullet {
  height: 4px;
  border-radius: 3px;
}

.carousel-control-next, .carousel-control-prev {
  width: 5%;
  color:#000;
  margin: 0 auto;
}

.carousel-control-next-icon, .carousel-control-prev-icon{
  background-color: #F8820A;
  border-radius: 20px;
  width: 2rem;
  height: 2rem;
}

.carousel-item {
  width: 95%;
  margin: 0 3%;
 }

 .h-minimo{
  min-height: 30rem;
 }
 .h-minimo-15{
  min-height: 15rem;
 }
 .h-minimo-16{
  min-height: 16rem;
 }
 .bg-channel{
  background: url('../images/bg-box-historias.png') no-repeat;
  background-size: cover;
 }

 
 .title-channel {
    background: #FFF;
    border-radius: 2rem;
    width: 90%;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -200%);
  }
 
 .title-channel-numbers {
  background: #FFF;
  border-radius: 2rem;
  width: 90%;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

 .title-channel-notBg {
  background: transparent;
 }
 .title-history{
  top: 12%;
 }
 .title-channel h3, .title-channel-numbers h3{
  padding: .5rem 2rem 0rem 2rem;
  text-align: center;
  font-size: 18px;
 }
 .title-history h3{
  padding: .5rem 2rem 0rem 2rem;
  text-align: center;
  font-size: 17px;
 }
 .content-channel-h ul li, .content-channel ul li{
  font-size: 14px;
  font-weight: 400;
 }
 .content-channel-h{
  height: 230px;
 }
 .content-channel{
  height: 330px;
 }
 .cta-channel-contact {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  
  /* position the div in center */
  position: absolute;
  bottom: -9%;
  left: 50%;
  transform: translate(-50%, -50%);

}
.cta-channel-more a{
  color: #00306C;
}

.color_00306C{
  color: #00306C;
}
@media (min-width: 1200px){
  .h1, h1 {
      font-size: 2rem;
  }
}

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

ul.slider li{
  list-style: none;
  float: left;
  display: block;
  width: 12%;
  margin: 1rem 2rem 1rem 2rem;
}

ul.clientes li img{
  width: 100%;
}


				.slick-next:before, .slick-prev:before {
				color: #EFEFEF;
			}
			
			.slick-arrow {
				z-index: 1;
				width: 26px;
				height: 26px;
			}
			
			.slick-arrow:before {
				font-size: 30px;
			}
			.slick-next {
				right: 10px;
			}
			.slick-prev {
				left: 10px;
			}
			
			.btn-wrap {
				text-align: center;
				width: 100%;
			}
			button {
				background-color: #ddd;
				border: none;
				padding: 10px 20px;
				border-radius: 15px;
				margin: 10px;
				font-size: 18px;
				font-weight: 600;
				transition: all 0.5s;
			}
			button.slick-disabled {
				opacity: 0.6;
			}

			.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
				color: #F8820A;
				outline: 0;
				background: #F8820A;
			}
			.slick-arrow:before {
				font-size: 30px;
			}
			.slick-next:before, .slick-prev:before {
				color: #EFEFEF;
				background: #F8820A;
				border-radius: 20px;
				width: 26px;
				height: 26px;
				/* margin: 0; */
			}

			/* One Slider At a Time - Circle Button */
.slider .slick-prev {
	position:absolute;
	top:65px;	
	left:-100px;
}
.slider .slick-next {
	position:absolute;
	top:65px;	
	right:-75px;
}
.slider ul button {
	width:20px;
	height:20px;
	border-radius:50px;
	font-size:0px;color:#fff;
	line-height:100px;
	text-align:center;
	background:#FFF;
	display:inline;
	margin:0px;
	padding:0px;
	outline:none;
}
.slider ul button:focus {
	width:20px;
	height:20px;
	background-color:#d6d6d6;
	display:inline;
	margin:0px;
	padding:0px;
	outline:none;
}

.bi-caret-left-fill, .bi-caret-right-fill{
	position: absolute;
    top: 45%;
    left: 8px;
    z-index: 1000;
    color: #F8820A;
    background: #EFEFEF;
    border-radius: 30px;
    padding: 0.6rem;
    font-size: 30px;
    width: 40px;
    height: 40px;
}
.bi-caret-right-fill{
	right: 8px;
    left: initial;
}

.slick-track {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.rounded-7 {
  border-radius: 7rem !important;
}

.slider_historias.slick-slider{
  width: 33%;
  float: left;
  margin: 0.1rem;
}

#modelos {
  background: #EFEFEF;
  background-size: cover;
}

.title-content{
  color:#00306C; 
  font-size: 25px;
  font-weight: 400;
}

section.diagonal{
  background: #EFEFEF;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 10vh;
  -webkit-transition: opacity 350ms linear;
  -moz-transition: opacity 350ms linear;
  -ms-transition: opacity 350ms linear;
  -o-transition: opacity 350ms linear;
  transition: opacity 350ms linear;
  }

  section.diagonal > * {
    position: relative;
    z-index: 2;
  }

  section.diagonal:after{
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #FFF transparent;
  border-width: 0 0 80px 660px;
  }


  section.diagonal-azul{
    background: #00306C;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 10vh;
    -webkit-transition: opacity 350ms linear;
    -moz-transition: opacity 350ms linear;
    -ms-transition: opacity 350ms linear;
    -o-transition: opacity 350ms linear;
    transition: opacity 350ms linear;
    }
  
    section.diagonal-azul > * {
      position: relative;
      z-index: 2;
    }
  
    section.diagonal-azul:after{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #18191b transparent;
    border-width: 0 0 80px 660px;
    }

    section.diagonal-azul-branco{
      background: #FFF;
      overflow: hidden;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 10vh;
      -webkit-transition: opacity 350ms linear;
      -moz-transition: opacity 350ms linear;
      -ms-transition: opacity 350ms linear;
      -o-transition: opacity 350ms linear;
      transition: opacity 350ms linear;
      }
    
      section.diagonal-azul-branco > * {
        position: relative;
        z-index: 2;
      }
    
      section.diagonal-azul-branco:after{
      content: "";
      position: absolute;
      bottom: 0;
      right: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-color: transparent transparent #00306C transparent;
      border-width: 0 0 80px 1520px;
      }   

section.storytelling{
  background: url(../images/bg_storytelling-v4.jpg) no-repeat;
  min-height: 500px;
    background-size: cover;
    justify-content: left;
    align-items: center;
    display: flex;
    padding-left: 2rem;
    background-position: top;
}

  @media(min-width: 768px){
    section.diagonal:after{
      border-width: 0 0 80px 960px;
    }
    section.diagonal-azul:after{
      border-width: 0 0 80px 960px;
    }
  }

  @media(min-width: 992px){
    section.diagonal:after{
      border-width: 0 0 80px 1470px;
    }
    section.diagonal-azul:after{
      border-width: 0 0 80px 1470px;
    }

  }
  @media(max-width: 840px){
    
    .slider_historias.slick-slider{
      width: 100%;
    }
    section.storytelling {
        background: url(../images/bg_storytelling.jpg) no-repeat;
        min-height: 210px;
        background-size: cover;
        justify-content: inherit;
        align-items: normal;
        display: block;
        padding-left: 0rem;
        padding-top: 3rem;
    }
  }

  .content{
  background: transparent;
  text-align: center;
  padding: 0 4%;
  }

  section.diagonal_azul{
    background: #FFF;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 10vh;
    -webkit-transition: opacity 350ms linear;
    -moz-transition: opacity 350ms linear;
    -ms-transition: opacity 350ms linear;
    -o-transition: opacity 350ms linear;
    transition: opacity 350ms linear;
    }
  
    section.diagonal_azul > * {
      position: relative;
      z-index: 2;
    }
  
    section.diagonal_azul:before{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #00306C transparent;
    border-width: 0 1470px 80px 0px;
    }
  
  
    section.diagonal_azul_cinza{
      background: #fbfbfb;
      overflow: hidden;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 10vh;
      -webkit-transition: opacity 350ms linear;
      -moz-transition: opacity 350ms linear;
      -ms-transition: opacity 350ms linear;
      -o-transition: opacity 350ms linear;
      transition: opacity 350ms linear;
      }
    
      section.diagonal_azul_cinza > * {
        position: relative;
        z-index: 2;
      }
    
      section.diagonal_azul_cinza:before{
      content: "";
      position: absolute;
      bottom: 0;
      right: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-color: transparent transparent #00306C transparent;
      border-width: 0 1470px 80px 0px;
      }
  
    @media(min-width: 768px){
      section.diagonal_azul:after, section.diagonal_azul_cinza:after{
        border-width: 0 960px 80px 0;
      }
      
    }
  
    @media(min-width: 992px){
      section.diagonal_azul:after, section.diagonal_azul_cinza:after{
        border-width: 0 1470px 80px 0;
      }
    }
  
    .content{
    background: transparent;
    text-align: center;
    padding: 0 4%;
    }
  
.bg_blue{
  background: #00306C;
}


#formulario-interesse {
  background: url(../img/index/circuits_form.jpg) no-repeat center bottom;
  background-size: cover;
}
#formulario-interesse input[type="text"].form-control, #formulario-interesse select.form-select {
  background-color: #F3F3F3 !important;
}


/* --------- DEFAULT ----------- */
.mh-70vh {
  height: 70vh !important;
  min-height: 400px !important;
}
.object-position-bottom {
  object-position: bottom center;
}
.align-number {
  font-family: "Montserrat", sans-serif;
}
.button {
  border-radius: 40px;
  padding: 15px 30px;
  font-weight: bold;
  box-shadow: 0px 3px 6px #00000029;
}
.btn {
  transition: 250ms all;
}
.btn:not(.btn-dark):hover {
  transform: scale(1.05) !important;
}
.bg-light {
  background: #E2E2E2 !important;
}
.bg-cta-orange{
  background: #F8820A;
  color: #FFF;
}
.button.button--white {
  border: none;
  background: #fff;
  color: #222424;
}

.bg-primary-gray {
  background: #222424;
}
.footer-bottom, .bg-dark {
  background: #0D0E0E !important;
}
.text-white-subtitle {
  color: #A4A9A9 !important;
}

.fs-7 {
  font-size: 0.75rem;
}

footer.footer .footer_menu .border-top {
  border-color: #A4A9A9 !important;
}
.footer_social .link-social {
  display: block;
  width: 35px;
  height: 35px;
  background: #fff no-repeat center;
  background-size: 20px auto;
  transition: all 0.25s;
}
.footer_social .link-social:hover {
  transform: scale(1.1);
}
.footer_social .link-social.link-tiktok {
  background-image: url(../images/icons/footer/tiktok_icon.svg);
}
.footer_social .link-social.link-linkedin {
  background-image: url(../images/icons/footer/linkedin_icon.svg);
}
.footer_social .link-social.link-facebook {
  background-image: url(../images/icons/footer/facebook_icon.svg);
}
.footer_social .link-social.link-instagram {
  background-image: url(../images/icons/footer/instagram_icon.svg);
}
.footer_social .link-social.link-youtube {
  background-image: url(../images/icons/footer/youtube_icon.svg);
}

.vertical-bg-gradient-down {
  background: transparent linear-gradient(180deg, #0D0E0E00 0%, #0D0E0E 100%) 0% 0% no-repeat padding-box;
}
.vertical-bg-gradient-up {
  background: transparent linear-gradient(0deg, #0D0E0E00 0%, #0D0E0E 100%) 0% 0% no-repeat padding-box;
}

section#monte-o-seu {
  background: url(../img/e5/under_dev.jpg) no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 993px) {
  section#video {
    height: 60vh !important;
  }
  section.img-top {
    height: 55vh !important;
  }
  section.img-top img.position-fixed {
    height: 60vh !important;
  }
  .car-destaque {
    height: 55vh !important;
  }
  .mh-40vh {
    min-height: 40vh !important;
    height: 40vh !important;
  }
  .start-15{left:10rem!important}
}

/* ---------- COOKIE -----------  */
#termsfeed-com---nb {
  left: 0 !important;
  max-width: 100% !important;
  background: #E2E2E2 !important;
}
#termsfeed-com---nb button, .termsfeed-com---pc-dialog button.cc-cp-foot-save {
  border-radius: 30px;
  background: #fff;
  color: #222424;
  font-weight: 500;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  padding: .5rem 1.5rem;
  margin-right: 1rem !important;
}
#termsfeed-com---nb button.cc-nb-okagree, .termsfeed-com---pc-dialog button.cc-cp-foot-save {
  background: #222424;
  color: #fff;
}



select {
  appearance: none;
  /*  safari  */
  -webkit-appearance: none;
  /*  other styles for aesthetics */
  font-size: .7rem;
  padding: 0.675em 2em 0.675em 1em;
  background-color: #fff;
  border: 1px solid #caced1;
  border-radius: 0.25rem;
  color: #000;
  cursor: pointer;
}

.custom-select::before,
.custom-select::after {
  --size: 0.3rem;
  content: "";
  position: absolute;
  right: 3rem;
  pointer-events: none;
}

.custom-select::before {
  border-left: var(--size) solid transparent;
  border-right: var(--size) solid transparent;
  border-bottom: var(--size) solid black;
  top: 40%;
}

.custom-select::after {
  border-left: var(--size) solid transparent;
  border-right: var(--size) solid transparent;
  border-top: var(--size) solid black;
  top: 55%;
}
