body {
    overflow-x: hidden;
}
.util {
  max-width: 1280px !important;
  width: 100%;
  margin: 0 auto !important;
  padding: 0 15px;
}
.site-footer {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #292f36;
}
.site-footer .util {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.site-footer .footer-content {
  display: flex;
  flex-direction: column;
  padding: 0 30px;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  .site-footer .footer-content {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    padding: 80px 0;
    align-items: unset;
  }
}
.footer--container--menu {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 20px 0;
}
@media screen and (min-width: 1200px) {
  .footer--container--menu {
    margin: 0;
    align-items: flex-start;
  }
}
.footer--title--list {
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin: 0 0 5px;
}
@media screen and (min-width: 1200px) {
  .footer--title--list {
    font-size: 16px;
    margin: 0 0 20px;
  }
}
.footer--list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer--item {
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.14;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  -webkit-font-smoothing: auto;
}
@media screen and (min-width: 1200px) {
  .footer--item {
    font-size: 14px;
    text-align: left;
  }
}
.footer--item a {
  text-decoration: none;
  color: #ffffff;
  -webkit-font-smoothing: auto;
}
.footer--socialmedia--store {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 20px 0;
}
@media screen and (min-width: 1200px) {
  .footer--socialmedia--store {
    margin: -9px 0px;
    flex-direction: column-reverse;
    text-align: left;
    justify-content: flex-end;
  }
  .footer--store {
    align-items: flex-start;
  }
}
.footer--store {
  display: flex;
  flex-direction: column;
}
.footer--store {
  display: flex;
  flex-direction: column;
}
.footer--store--title {
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin: 0 0 20px;
}
.footer--store {
  display: flex;
  flex-direction: column;
}
.footer--store--icons {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer--store--icons {
  flex-direction: row;
  align-items: flex-start;
}
.footer--btn--img {
  display: flex;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(https://conectcar.com/wp-content/themes/conectcar/assets/images/btn-appstore-footer.png)
    no-repeat;
  width: 140px;
  height: 40px;
  margin: 0 0 10px;
}
.footer--btn--img:hover,
.footer--btn--img:focus {
    background: url(https://conectcar.com/wp-content/themes/conectcar/assets/images/btn-appstore-footer.png)
    no-repeat !important;
}
.footer--btn--img2 {
  display: flex;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(https://conectcar.com/wp-content/themes/conectcar/assets/images/btn-googleplay-footer.png)
    no-repeat;
  width: 140px;
  height: 40px;
}
.footer--btn--img2:hover,
.footer--btn--img2:focus {
     background: url(https://conectcar.com/wp-content/themes/conectcar/assets/images/btn-googleplay-footer.png)
    no-repeat !important; 
}

.ouvidoria span {
  color: #ffffff !important;
}
div.ouvidoria > span:nth-of-type(2) > a {
  text-decoration: underline;
}
.footer--socialmedia--icons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 0 30px;
}
.footer--socialmedia--icons a {
  margin: 0 10px;
}
.landing--header {
  background-color: #ff6338 !important;
  width: 100%;
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-container {
  width: 1280px;
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}
.header--logos {
  display: flex;
  justify-content: center;
}
.header--logo--img {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(https://conectcar.com/wp-content/themes/conectcar/assets/images/menu-logo-conectcar.png)
    no-repeat !important;
  width: 122px;
  height: 25px;
}
.header--menu {
  display: flex;
  flex: 0 1 auto;
  text-align: right;
}
.menu--list {
  flex: 0 1 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.menu--list li {
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  cursor: pointer;
  -webkit-transition: padding 0.05s linear;
  -moz-transition: padding 0.05s linear;
  -ms-transition: padding 0.05s linear;
  -o-transition: padding 0.05s linear;
  transition: padding 0.05s linear;
}
.menu--list li.drop {
  position: relative;
  padding: 20px 0;
}
.menu--list li a {
  padding: 0 25px;
  height: 33px;
  color: #ffffff;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.dropdownContain {
  width: 160px;
  position: absolute;
  z-index: 2;
  left: 50%;
  margin-left: -100px;
  top: -400px;
}
.dropOut {
  width: 200px;
  background: #292f36;
  float: left;
  position: relative;
  margin-top: 0px;
  opacity: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 6px rgb(0 0 0 / 15%);
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 6px rgb(0 0 0 / 15%);
}
.dropOut .triangle {
  width: 0;
  height: 0;
  position: absolute;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #292f36;
  top: -8px;
  left: 50%;
  margin-left: -8px;
}
.dropOut ul {
  float: left;
  padding: 10px 0;
  display: flex;
  flex-direction: column;
}
.dropOut ul li {
  text-align: left;
  float: left;
  width: 100%;
  padding: 12px 0 10px 25px;
  color: #ffffff;
  text-transform: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  list-style: none;
  -webkit-transition: background 0.1s ease-out;
  -moz-transition: background 0.1s ease-out;
  -ms-transition: background 0.1s ease-out;
  -o-transition: background 0.1s ease-out;
  transition: background 0.1s ease-out;
}
.sub--menu--item {
  padding: 0 !important;
  line-height: 18px !important;
  height: 17px !important;
  border-right: 0 !important;
  color: #ffffff !important;
}
.mobile-menu,
.mobile-menu-toggle {
  display: none;
}
.menu--list li:nth-child(5) a {
  border-right: 1px solid #fff;
}
.menu--btn::after {
  content: "";
  background: url(https://conectcar.com/wp-content/themes/conectcar/assets/images/login-16px.png)
    no-repeat;
  width: 20px;
  height: 22px;
  margin-left: 10px;
  position: absolute;
}
.logo-col {
  padding: 30px 0;
}
#masthead {
  width: 100%;
  position: relative;
  z-index: 20;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 98px;
  background: #ff6a38;
}
.home #masthead {
  width: 100%;
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 98px;
  background: #ff6a38;
}
.header-row {
  display: flex;
  align-items: center;
}
.header-row li a {
  padding: 0 16px;
  height: 33px;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.acompanha-menu::after {
  content: "";
  width: 1px;
  height: 30px;
  background-color: #ffffff;
  margin: 0px 20px 0;
  display: block !important;
}
@media (max-width: 768px) {
  .acompanha-menu::after {
    display: none !important;
  }
}
.login-menu {
  position: relative;
}
.login-menu::after {
  content: "";
  width: 20px;
  height: 30px;
  position: absolute;
  background-image: url(https://conectcar.com/wp-content/themes/conectcar/assets/images/login-16px.png);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center top;
  right: -5px;
  top: 9px;
  display: block !important;
}
@media screen and (min-width: 1200px) {
  .footer--store--title {
    font-size: 16px;
  }
  .footer--store--title {
    font-size: 16px;
  }
  .footer--btn--img {
    margin: 0 10px 0px 0;
  }
  .footer--socialmedia--title {
    font-size: 16px;
    margin: 0 0 10px;
  }
  .footer--store {
    align-items: flex-start;
  }
  .footer--socialmedia--icons {
    justify-content: flex-start;
    margin: 0 0 20px;
  }
  .logo-col {
    padding: 0;
  }
}
@media screen and (max-width: 770px) {
  .header--menu {
    display: none !important;
  }
  .mobile-menu-toggle {
    display: flex;
    flex: 0 1 auto;
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    width: 50%;
  }
  .header-row li a {
    color: #333333 !important;
  }
  .primary-navigation > div > .menu-wrapper {
    padding-top: 30px;
  }
  .primary-navigation > div > .menu-wrapper li {
    display: block;
    position: relative;
    width: 100%;
    height: 55px;
  }
  .header-row li a {
    font-size: 16px;
  }
  .login-menu::after {
    content: "";
    width: 20px;
    height: 30px;
    position: absolute;
    background-image: url(https://conectcar.com/wp-content/themes/conectcar/assets/images/icon-login-mobile.png);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center top;
    right: 0px;
    top: 14px;
  }
}
.mobile-only {
  display: none;
}
.desk-only {
  padding-bottom: 50px;
}
#post-1 {
  padding: 5% 5% 8%;
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .desk-only {
    display: none !important;
  }
  .mobile-only {
    display: block;
  }
}
.style-select {
  background: url(https://conectcar.com/wp-content/themes/conectcar/assets/images/v.png) no-repeat center right;
}
.col-3 {
  width: 23%;
  display: inline-block;
  float: left;
  margin: 5px;
}
.style-select select {
  background: transparent;
  width: 100%;
  font-family: lato;
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  border: 1px solid #d8dbde;
  border-radius: 0;
  height: 50px;
  -webkit-appearance: none;
  padding: 3px 3px 3px 8px;
  color: #a0a7ae;
  cursor: pointer;
}
.col-3 input {
  background: transparent;
  width: 100%;
  font-family: lato;
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  border: 1px solid #d8dbde;
  border-radius: 0;
  height: 50px;
  -webkit-appearance: none;
  padding: 3px 3px 3px 8px;
  color: #a0a7ae;
  border-color: #ebedee;
  border-width: 1px;
  border-style: solid;
}
.btn {
  display: inline-block;
  border-radius: 40px;
  font-family: lato;
  font-weight: 400;
  color: #ffffff !important;
  font-size: 16px;
  padding: 20px 75px !important;
  background: #ff6a38 !important;
  margin-top: 20px;
}
.btn:hover {
  color: #ffffff;
  background: #ec4710 !important;
  text-decoration: none;
}
.page-id-173 .modelo-texto .modelo-texto-content {
  display: block;
  width: 100%;
  padding: 32px 0 120px;
  margin: 0 auto;
}
.page-id-173 .modelo-texto .modelo-texto-content p:first-child,
.page-id-173 .modelo-texto .modelo-texto-content p:first-child strong {
  text-align: center;
  font-size: 20px;
  line-height: 36px;
  color: #7c878f;
  margin-bottom: 40px;
}
span.fa.fa-map-marker {
  color: #ff6a38 !important;
}
#resultadoBusca {
  padding-top: 30px;
}
@media (max-width: 767px) {
  .col-3 {
    width: 97%;
  }
  #resultadoBusca {
    padding-top: 65px;
  }
}
.elementor-354
  .elementor-element.elementor-element-1679b40
  .swiper-slide-inner {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 16%;
  padding-top: 5%;
  pointer-events: none;
}
.elementor-slide-heading {
  color: #ffffff;
  font-size: 73px !important;
  line-height: 0.8em !important;
  font-style: italic;
  width: 500px;
}
.elementor-slide-description {
  color: #ffffff;
  font-size: 33px !important;
  font-weight: 300 !important;
  line-height: 1.1em !important;
  letter-spacing: -0.5px;
}
.elementor-button.elementor-slide-button.elementor-size-sm {
  background-color: #293b8a !important;
  border-color: #293b8a !important;
  color: #ffffff !important;
  text-align: center;
  border-radius: 50px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.pedagio-section-1 {
  padding-top: 52px;
}
.subtitle-pedagio p {
  color: #ff6338 !important;
}
.content-valepedagio p {
  font-size: 18px;
  font-weight: 600;
  margin: 1rem 0;
  color: #7a7a7a;
}
.detail-tag img {
  margin: 25% 12%;
}
#section-beneficios {
  margin-bottom: 50px;
}
#section-beneficios .elementor-icon i,
#section-beneficios .elementor-icon svg {
  width: 180px;
  height: 180px;
  position: relative;
  display: block;
}
#section-beneficios .elementor-icon-box-title {
  text-align: left;
  line-height: 1;
  margin-bottom: 2rem;
}
#section-beneficios .elementor-icon-box-title span {
  color: #ff6338;
  font-style: italic;
  font-size: 29px;
  font-weight: 500;
}
#section-beneficios .elementor-icon-box-description {
  margin: 0;
  text-align: left;
  font-size: 15px;
}
#section-beneficios .elementor-widget-icon-box .elementor-icon-box-wrapper {
  display: block;
  text-align: left;
}
#section-profile {
  background-color: #0d2963;
  padding: 35px;
}
#section-profile .perfil-title {
  text-align: center;
}
#section-profile .perfil-title h2 {
  color: #ff6338;
  font-family: "Lato", lato;
  font-size: 44px;
  font-weight: bold;
  font-style: italic;
  padding-bottom: 25px;
}
#vale-pedagio {
  padding-top: 62px;
}
.boxes-perfil {
}
.boxes-perfil .elementor-container {
  justify-content: space-between;
}
.boxes-perfil .elementor-column.elementor-col-50,
.boxes-perfil .elementor-column[data-col="50"] {
  width: 49%;
  background: #293b8a;
  border-radius: 20px;
  padding: 30px 30px 60px;
}
.boxes-perfil h2 {
  color: #ffffff !important;
  font-size: 40px;
}
.boxes-perfil .perfil-subtitle p {
  color: #ff6338;
  font-family: "Lato", lato;
  font-size: 23px;
  font-weight: 800;
  line-height: 1.2;
  padding-top: 10px;
}
.perfil-description p {
  font-size: 15px;
  color: #ffffff;
  margin: 1rem 0 1rem;
  font-weight: 600;
}
.mt-50 {
  margin-top: 60px;
}
.perfil-btns-line a {
  font-family: "Lato", lato;
  font-weight: 500;
  font-style: normal;
  text-decoration: none;
  background-color: #ff6338;
  border-radius: 24px 24px 24px 24px;
  font-size: 15px;
  padding: 12px 24px;
  color: #ffffff;
  margin-right: 10px;
}
.perfil-btns-line a:hover,
.perfil-btns-line a:focus {
  font-family: "Lato", lato;
  font-weight: 500;
  font-style: normal;
  text-decoration: none;
  background-color: #ff6338 !important;
  border-radius: 24px 24px 24px 24px;
  font-size: 15px;
  padding: 12px 24px;
  color: #ffffff !important;
  margin-right: 10px;
  opacity: 0.9;
}
.o-que-vale-pedagio .elementor-toggle-title {
  font-size: 30px;
  color: #ff6338 !important;
  font-weight: 500;
  font-family: "Lato", lato;
  line-height: 0.8;
  padding-left: 15px;
}
.about-pedagio .elementor-container {
  justify-content: space-between;
}
.about-pedagio .elementor-column.elementor-col-50,
.about-pedagio .elementor-column[data-col="50"] {
  width: 49%;
}
.fa-plus,
.fa-minus {
  font-size: 15px;
}
.fa-plus:before,
.fa-minus:before {
  color: #ff6338;
}
.elementor-toggle
  .elementor-tab-title
  .elementor-toggle-icon
  .elementor-toggle-icon-closed {
  margin-top: -15px;
  margin-left: 5px;
}
.elementor-toggle
  .elementor-tab-title.elementor-active
  .elementor-toggle-icon-opened {
  margin-top: -8px;
  margin-left: 2px;
}
.o-que-vale-pedagio {
  border: 1px solid #d4d4d4;
  padding-top: 15px;
}
.o-que-vale-pedagio .elementor-tab-content p {
  color: #7a7a7a;
  font-size: 15px;
  margin-bottom: 1.5rem;
  font-weight: 500;
  padding-right: 50px;
  font-family: "Roboto Slab", serif;
}
.about-pedagio
  .elementor-column-gap-default
  > .elementor-column
  > .elementor-element-populated {
  padding: 10px 0;
}
.about-pedagio .elementor-toggle .elementor-tab-title {
  font-weight: 700;
  line-height: 1;
  margin: 0;
  padding: 15px 15px 30px;
  border-bottom: 1px solid #d4d4d4;
  cursor: pointer;
  outline: none;
}
.about-pedagio .elementor-toggle .elementor-tab-content {
  padding: 25px;
  border-bottom: 1px solid #d4d4d4;
}
.more-about
  .elementor-column-gap-default
  > .elementor-column
  > .elementor-element-populated {
  padding: 10px 0;
}
.more-about .elementor-toggle .elementor-tab-title {
  font-weight: 700;
  line-height: 1;
  margin: 0;
  padding: 20px 15px;
  border-bottom: 1px solid #d4d4d4;
  cursor: pointer;
  outline: none;
}
.more-about .elementor-toggle .elementor-tab-content {
  padding: 25px;
  border-bottom: 1px solid #d4d4d4;
}
.more-about {
  border: 1px solid #d4d4d4;
  padding-top: 0px;
}
.more-about .elementor-tab-content p {
  color: #7a7a7a;
  font-size: 15px;
  margin-bottom: 1.5rem;
  font-weight: 500;
  padding-right: 50px;
  font-family: "Roboto Slab", serif;
}
.more-about .elementor-tab-content p b,
.more-about .elementor-tab-content p strong {
  color: #7a7a7a;
  font-family: "Roboto Slab", serif;
}
.more-about .elementor-toggle-title {
  font-size: 19px;
  color: #ff6338 !important;
  font-weight: 500;
  font-family: "Lato", lato;
  line-height: 0.8;
  padding-left: 10px;
}
.infos-tela h2 {
  color: #ff6338 !important;
  font-size: 48px;
  font-style: italic;
  font-family: "Lato", "sans-serif" !important;
  padding-top: 76px;
  max-width: 840px;
  margin: 0 auto;
}
.infos-tela .elementor-widget-text-editor {
  max-width: 840px;
  margin: 0 auto;
  color: #aeb0b3;
  line-height: 1.5em;
}
.infos-tela .elementor-widget-text-editor p {
  line-height: 0;
}
.infos-tela .elementor-widget-text-editor p span {
  color: #aeb0b3;
  line-height: 1.5em;
}
.infos-tela .elementor-icon-list-items {
  max-width: 840px;
  margin: 20px auto !important;
}
.infos-tela .elementor-icon-list-items li {
  padding-bottom: calc(16px / 2);
  border-bottom-style: dotted;
  border-bottom-width: 2px;
  margin-bottom: 16px;
  border-color: #d9d9d9;
}
.infos-tela .elementor-icon-list-items li:last-child {
  border: none !important;
}
.infos-tela .elementor-icon-list-text {
  color: #54595f;
  font-weight: 600 !important;
  padding-left: 8px !important;
  font-size: 15px;
}
.infos-tela .elementor-icon-list-icon i {
  color: #ff6338;
  font-size: 16px;
}
.section-faq {
  max-width: 840px;
  margin: 100px auto !important;
}
.section-faq h2 {
  color: #293b8a !important;
  font-size: 53px;
  font-style: italic;
  font-family: "Lato", "sans-serif" !important;
}
.section-faq .elementor-accordion-title {
  font-size: 21px;
  font-style: italic;
  color: #ff6338 !important;
  font-family: "Lato", "sans-serif" !important;
  font-weight: 500;
}
.section-faq .elementor-tab-content p,
.section-faq .elementor-tab-content li {
  color: #7a7a7a;
  font-size: 15px;
  margin-bottom: 1.5rem;
  font-weight: 500;
  padding-right: 50px;
  font-family: "Roboto Slab", serif;
}
.section-faq .elementor-tab-content li {
  list-style: disc;
}
.section-faq .elementor-tab-content p b,
.section-faq .elementor-tab-content p strong {
  color: #7a7a7a;
  font-family: "Roboto Slab", serif;
}
.duvidas-pedagio {
  max-width: 840px;
  margin: -55px auto 50px !important;
  background-color: #293b8a;
  border-radius: 20px;
  padding: 20px 40px;
}
.duvidas-pedagio h2 {
  color: #ff6338 !important;
  font-family: "Lato", "sans-serif" !important;
  font-weight: 800;
  text-align: center;
  font-size: 23px;
}
.duvidas-pedagio .elementor-icon-list-text {
  color: #ffffff;
  font-family: "Lato", "sans-serif" !important;
  font-size: 15px;
}
.duvidas-pedagio .elementor-icon-list-icon i {
  color: #ff6338;
  padding-top: 4px;
  margin-right: -5px;
}
.duvidas-pedagio ul.elementor-icon-list-items.elementor-inline-items {
  justify-content: center;
}
#mega-menu-item-103 .mega-indicator {
  display: none;
}
/* HOME */
.banner4--container {
  width: 100%;
  max-width: 1030px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding-top: 100px;
}
.banner-capilaridade--text {
  color: #fff;
  font-size: 22px;
}
.banner-capilaridade--text {
  max-width: 428px;
}
.banner-capilaridade--text strong {
  font-weight: 600;
}
.white,
.black {
  padding: 0 !important;
}
.banner--btn {
  display: block;
}
.banner--link--pf {
  display: block;
  background: #273985;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  border-radius: 100px;
  text-align: center;
  text-decoration: none;
  padding: 20px 50px;
  margin: 35px 0 20px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.container-capilaridade .banner--link--pf {
  background-color: #fff;
  color: #ff6a38;
  border: none;
  margin-top: 25px;
  margin-right: 0;
  margin-left: 0;
}
.banner4--title {
  font-size: 40px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  transition: all 0.2s;
}
#banner-2 .banner-capilaridade--text strong,
#banner-3 .container-capilaridade strong {
  color: #ffffff;
}
#banner-2 h2,
#banner-3 h2,
#banner-4 h2 {
  margin: 1.78rem 0 1.424rem 0;
}
.container-capilaridade .banner--link--pf {
  width: fit-content;
  margin-top: 30px;
  width: 280px;
}
#banner-4 .superpoderes-link-plano {
  width: 365px;
}
.banner-frotas--text {
  color: #fff;
  font-size: 22px;
  max-width: 490px;
}
.banner-frotas--text span {
  color: #fff;
}
.owl-dot {
  background: transparent;
}
.sa_hover_container {
  background-color: #f7f3ed !important;
}
/* END HOME */
@media (max-width: 767px) {
  .elementor-354 .elementor-element.elementor-element-1679b40 .swiper-slide {
    height: 450px;
  }
  .elementor-354
    .elementor-element.elementor-element-1679b40
    .elementor-repeater-item-4f0525a
    .swiper-slide-bg {
    background-color: #833ca3;
    background-image: url(https://conectcar.com/wp-content/themes/conectcar/assets/images/mobile_estudos_landing_vale_pedagio.png);
    background-size: cover;
  }
  .elementor-354
    .elementor-element.elementor-element-1679b40
    .swiper-slide-inner {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 5%;
    padding-top: 15%;
    pointer-events: none;
  }
  .elementor-slide-heading {
    color: #ffffff;
    font-size: 46px !important;
    line-height: 0.8em !important;
    font-style: italic;
    width: 320px;
    margin-bottom: 8px !important;
  }
  .elementor-slide-description {
    color: #ffffff;
    font-size: 16px !important;
    font-weight: 300 !important;
    line-height: 1.1em !important;
    letter-spacing: -0.5px;
  }
  .elementor-354
    .elementor-element.elementor-element-5e86792
    .elementor-heading-title {
    font-size: 41px;
  }
  .pedagio-section-1 {
    padding-top: 20px;
  }
  .subtitle-pedagio p {
    color: #ff6338 !important;
    line-height: 1;
  }
  .elementor-column-gap-default
    > .elementor-column
    > .elementor-element-populated {
    padding: 15px;
  }
  .content-valepedagio p {
    font-size: 16px;
    font-weight: 600;
    margin: 1rem 0;
    color: #7a7a7a;
  }
  .detail-tag img {
    margin: -10% 0% 0%;
  }
  .elementor-widget-icon-box {
    padding: 15px;
  }
  #section-beneficios .elementor-icon-box-description {
    margin: 0;
    text-align: left;
    font-size: 16px;
  }
  .boxes-perfil .elementor-container {
    flex-direction: column;
  }
  .boxes-perfil .elementor-column.elementor-col-50,
  .boxes-perfil .elementor-column[data-col="50"] {
    width: 100%;
    background: #293b8a;
    border-radius: 20px;
    padding: 10px;
    margin-bottom: 20px;
  }
  .boxes-perfil h2 {
    color: #ffffff !important;
    font-size: 35px;
  }
  .perfil-btns-line > .elementor-widget-container {
    display: flex;
    justify-content: space-between;
  }
  .perfil-btns-line a {
    padding: 10px 12px;
    color: #ffffff;
    margin-right: 10px;
  }
  #section-profile .perfil-title h2 {
    color: #ff6338;
    font-family: "Lato", lato;
    font-size: 35px;
    font-weight: bold;
    font-style: italic;
    padding-bottom: 15px;
    text-align: left;
  }
  .about-pedagio .elementor-container {
    flex-direction: column;
  }
  .about-pedagio .elementor-column.elementor-col-50,
  .about-pedagio .elementor-column[data-col="50"] {
    width: 100% !important;
  }
  .o-que-vale-pedagio .elementor-toggle-title {
    font-size: 20px;
    color: #ff6338 !important;
    font-weight: 500;
    font-family: "Lato", lato;
    line-height: 0.8;
    padding-left: 15px;
  }
  .about-pedagio .elementor-toggle .elementor-tab-title {
    font-weight: 700;
    line-height: 1;
    margin: 0;
    padding: 5px 15px 20px;
    border-bottom: 1px solid #d4d4d4;
    cursor: pointer;
    outline: none;
  }
  .more-about .elementor-toggle .elementor-tab-title {
    padding: 20px 15px;
  }
  #vale-pedagio {
    padding: 30px 15px;
  }
  .infos-tela h2 {
    color: #ff6338 !important;
    font-size: 32px;
    font-style: italic;
    font-family: "Lato", "sans-serif" !important;
    padding: 10px 20px;
    margin: 0 auto;
  }
  .infos-tela .elementor-widget-text-editor {
    margin: 0 auto;
    color: #aeb0b3;
    line-height: 1.5em;
    padding: 0 20px;
  }
  .infos-tela .elementor-icon-list-items {
    margin: 30px auto !important;
    padding: 0 20px !important;
  }
  .infos-tela .elementor-icon-list-text {
    color: #54595f;
    font-weight: 600 !important;
    padding-left: 8px !important;
    font-size: 15px;
    line-height: 24px;
  }
  .section-faq {
    margin: 0 auto !important;
    padding: 0 20px;
  }
  .section-faq h2 {
    font-size: 51px;
  }
  .section-faq .elementor-accordion-title {
    font-size: 21px;
    font-style: italic;
    color: #ff6338 !important;
    font-family: "Lato", "sans-serif" !important;
    font-weight: 500;
    line-height: 33px;
  }
  .elementor-accordion .elementor-tab-content {
    padding: 20px 15px !important;
  }
  .duvidas-pedagio {
    margin: 50px auto 50px !important;
    background-color: #293b8a;
    border-radius: 20px;
    padding: 0px 25px;
  }
  .duvidas-pedagio ul.elementor-icon-list-items.elementor-inline-items {
    justify-content: flex-start;
  }
  .duvidas-pedagio .elementor-icon-list-item {
    padding: 5px 0 !important;
  }
}
/**************************************************** ADESIVO ****************************************************/
.adesivo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #f7f3ed;
  margin-top: -255px;
  z-index: 9;
  position: relative;
}
.adesivo--container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1280px;
  flex-direction: column;
}
.adesivo .container {
  width: 1280px !important;
}
@media screen and (max-width: 770px) {
  .adesivo--container {
    padding: 0 30px;
  }
}
.adesivo--steps {
  display: flex;
  align-items: flex-start;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  margin-top: 20px;
}
@media screen and (max-width: 770px) {
  .adesivo--steps {
    margin-top: 60px;
  }
}
.adesivo--steps--title {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
    color: #292f36;
    margin: 0;
    padding: 15px 15px 30px;
}
.adesivo--steps--title--bold {
  font-size: 16px;
  font-weight: 900;
  line-height: normal;
  letter-spacing: normal;
  color: #292f36;
  margin: 0;
}
.adesivo--steps--container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px 0 5px;
  width: 100%;
}
.adesivo--step1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.adesivo--step2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.ico--adesivo--on {
  display: flex;
  background-image: url(https://conectcar.com/wp-content/themes/conectcar/assets/images/ico-adesivo-on.png);
  background-repeat: no-repeat;
  width: 22px;
  height: 11px;
  margin-bottom: 9px;
}
.ico--ative--on {
  display: flex;
  background-image: url(https://conectcar.com/wp-content/themes/conectcar/assets/images/ico-ative-on.png);
  background-repeat: no-repeat;
  width: 22px;
  height: 23px;
}
.ico--cole--on {
  display: flex;
  background-image: url(https://conectcar.com/wp-content/themes/conectcar/assets/images/ico-cole-on.png);
  background-repeat: no-repeat;
  width: 29px;
  height: 15px;
  margin-bottom: 7px;
}
.ico--use--on {
  display: flex;
  background-image: url(https://conectcar.com/wp-content/themes/conectcar/assets/images/ico-use-on.png);
  background-repeat: no-repeat;
  width: 20px;
  height: 18px;
  margin-bottom: 5px;
}
.text--adesivo--on {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  color: #ff6a38;
  margin: 5px 0 10px;
}
.text--adesivo--off {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  color: #292f36;
  margin: 5px 0 10px;
}
@media screen and (max-width: 770px) {
  .text--adesivo--off {
    margin: 5px 0 31px;
  }
}
@media screen and (max-width: 770px) {
  .text--adesivo--mobile {
    margin: 0 0 20px;
  }
}
.progress--bar--container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100%;
  position: absolute;
  left: 0;
  margin-top: 55px;
}
.progress--line {
  width: 1278px;
  height: 2px;
  display: flex;
  background-color: #ff6a38;
}
.bullet--on {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: #ff6a38;
  z-index: 1;
}
.text--bullet--off1 {
  font-size: 16px;
  font-weight: 900;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  margin: 41px 0 0;
  padding: 0;
  z-index: 12;
}
.text--bullet--off {
  font-size: 16px;
  font-weight: 900;
  line-height: normal;
  letter-spacing: normal;
  color: #292f36;
  margin: 41px 0 0;
  padding: 0;
  z-index: 12;
}
.text--bullet--on {
  font-size: 16px;
  font-weight: 900;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  margin: 41px 0 0;
  padding: 0;
  z-index: 12;
}
.adesivo--container--destaques {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 80px 0;
}
.adesivo--destaque {
  display: flex;
  align-items: center;
  height: 350px;
}
.img--adesivo1 {
  display: flex;
  background-image: url(https://conectcar.com/wp-content/themes/conectcar/assets/images/imagemin-img-step-adesivo1.png);
  background-repeat: no-repeat;
  width: 280px;
  height: 280px;
  margin: 0 0 20px;
}
.img--adesivo2 {
  display: flex;
  background-image: url(https://conectcar.com/wp-content/themes/conectcar/assets/images/imagemin-img-step-adesivo2.png);
  background-repeat: no-repeat;
  width: 280px;
  height: 280px;
  margin: 0 0 20px;
}
.img--adesivo3 {
  display: flex;
  background-image: url(https://conectcar.com/wp-content/themes/conectcar/assets/images/imagemin-img-step-adesivo3.png);
  background-repeat: no-repeat;
  width: 280px;
  height: 280px;
  margin: 0 0 20px;
}
.img--adesivo4 {
  display: flex;
  background-image: url(https://conectcar.com/wp-content/themes/conectcar/assets/images/imagemin-img-step-adesivo4.png);
  background-repeat: no-repeat;
  width: 280px;
  height: 280px;
  margin: 0 0 20px;
}
@media screen and (max-width: 770px) {
  .img--adesivo1,
  .img--adesivo2,
  .img--adesivo3,
  .img--adesivo4 {
    display: none;
  }
}
.adesivo--txt--btn {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0 0 0 50px;
  width: 60%;
}
@media screen and (max-width: 770px) {
  .adesivo--txt--btn {
    width: 100%;
    margin: 0;
  }
}
.adesivo--title {
  font-size: 48px;
  font-weight: 900;
  line-height: normal;
  letter-spacing: normal;
  color: #ff6a38;
  margin: 0;
  width: 80%;
}
@media screen and (max-width: 770px) {
  .adesivo--title {
    font-size: 32px;
    width: 90%;
  }
}
.adesivo--subtitle {
  font-size: 16px;
  font-stretch: normal;
  line-height: 1.63;
  letter-spacing: normal;
  color: #292f36;
  margin: 20px 0 0;
  width: 56%;
}
.adesivo--subtitle > span {
  font-weight: 600;
}
@media screen and (max-width: 770px) {
  .adesivo--subtitle {
    line-height: 1.5;
    width: 100%;
  }
}
.adesivo--subtitle2 {
  font-size: 16px;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #292f36;
  margin: 0 0 0 5px;
}
/************** Tool Tip Styles ********************************/
.container--tool--tip {
  display: flex;
}
.tool--tip {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: 20px;
  position: relative;
  margin: 50px 0 0 2px;
}
@media screen and (max-width: 430px) {
  .tool--tip {
    margin: 46px 0 0 -55px;
  }
}
@media screen and (max-width: 360px) {
  .tool--tip {
    margin: 72px 0 0 -240px;
  }
}
.tool--tip .tool--tip--icon {
  border-radius: 10px;
  border: solid 0.9px #292f36;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  width: 20px;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  line-height: 1.1em;
  letter-spacing: normal;
  text-align: center;
}
.tool--tip .tool--tip--info {
  content: " ";
  display: none;
  position: absolute;
  top: -115px;
  left: -172px;
  background: url(https://conectcar.com/wp-content/themes/conectcar/assets/images/adesivo-tooltip.png);
  width: 222px;
  height: 117px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
}
.tool--tip:hover .tool--tip--info,
.tool--tip:focus .tool--tip--info {
  display: inline-block;
}
a:focus + .tool--tip .tool--tip--info {
  display: inline-block;
}
.adesivo--container--btn {
  display: flex;
  align-items: center;
}
.adesivo--btn {
  display: block;
  background: #ff6a38;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  border-radius: 100px;
  text-align: center;
  text-decoration: none;
  padding: 20px 64px;
  margin: 35px 0 20px;
  border: 1px solid #ff6a38;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
@media screen and (max-width: 770px) {
  .adesivo--btn {
    padding: 20px 34px;
  }
}
.adesivo--btn:hover {
  background: #ffffff;
  color: #ff6a38;
  border-color: #ff6a38;
  text-decoration: none;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.ico--info--pj {
  display: flex;
  /*background-image: url(assets/images/ico-info-banner.png);*/
  background-repeat: no-repeat;
  width: 19px;
  height: 19px;
  margin: 0;
}
.container--link--pj {
  display: flex;
  flex-direction: row;
}
.ico--link--pj {
  display: flex;
  background-image: url(https://conectcar.com/wp-content/themes/conectcar/assets/images/ico-pj-banner.png);
  background-repeat: no-repeat;
  width: 23px;
  height: 19px;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 770px) {
  .ico--link--pj {
    width: 43px;
  }
}
.text--link--pj {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #7c878f;
}
.text--link--pj--dest {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ff6a38;
}
.text--link--pj--dest:hover {
  text-decoration: underline;
  color: #ff6a38;
}
/* ANIMAÇÃO */
.carousel-wrapper {
  background: #f7f3ed;
  overflow: hidden;
}
.transition-timer-carousel .carousel-caption {
  width: 100%;
  left: 0px;
  right: 0px;
  bottom: 0px;
  text-align: left;
  padding-top: 5px;
  padding-left: 15%;
  padding-right: 15%;
}
.transition-timer-carousel .carousel-caption .carousel-caption-header {
  margin-top: 10px;
  font-size: 24px;
}
.transition-timer-carousel .carousel-indicators {
  bottom: 0;
  margin-bottom: 0;
}
.transition-timer-carousel .carousel-control {
  z-index: 11;
}
/* progress bar */
.container--progress--bar {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f7f3ed;
  margin-top: -39px;
}
@media screen and (max-width: 770px) {
  .container--progress--bar {
    margin-top: -33px;
  }
}
.progress {
  margin: 10px;
  width: 850px;
  height: 2px;
  border-radius: 0%;
  background-color: #f5f5f5;
}
@media screen and (max-width: 770px) {
  .progress {
    display: block;
    justify-content: center;
    align-items: center;
    width: 80%;
  }
}
.progress-bar {
  background-color: #ff6a38 !important;
}
/* Slides specific settings */
.slidebox {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  min-height: 302px;
}
#slidebox-1-inner {
  background-color: #f7f3ed;
}
#slidebox-2-inner {
  background-color: #f7f3ed;
}
#slidebox-3-inner {
  background-color: #f7f3ed;
}
#slidebox-4-inner {
  background-color: #f7f3ed;
}
/* Nav */
.transition-timer-carousel .nav a {
  color: #767676;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 26px;
  font-size: 14px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.nav > li > a:focus,
.nav > li > a:hover {
  color: #34495e;
  background: none;
}
.nav-pills > li {
  cursor: pointer;
  width: 14%;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 770px) {
  .nav-pills > li.active > a,
  .nav-pills > li.active > a:hover,
  .nav-pills > li.active > a:focus,
  .nav > li > a:focus,
  .nav > li > a:hover {
    color: #34495e;
    background: none;
  }
  .nav-pills > li {
    width: 30%;
  }
}
.nav-pills > li.active {
  font-weight: bold;
}
#home-carousel ul.nav {
  margin: 0;
  background-color: #f7f3ed;
  display: flex;
  justify-content: space-between;
}
/* indicators through ::before .nav-pills>li.active */
.nav-pills > li::before {
  border-radius: 50%;
  box-sizing: border-box;
  display: inline-block;
  content: "";
  left: 0;
  right: 0;
  position: absolute;
  margin: auto;
  margin-top: 91px;
  height: 30px;
  width: 30px;
  background: #f7f3ed;
  border: 2px solid #e6e6e6;
  z-index: 12;
}
@media screen and (max-width: 770px) {
  .nav-pills > li::before {
    margin-top: 114px;
  }
}
.nav-pills > li.active::before,
.nav-pills > li.active > a::before,
.nav-pills > li.active > a:hover::before,
.nav-pills > li.active > a:focus::before,
.nav > li > a:focus::before,
.nav > li > a:hover::before,
.nav-pills > li:hover::before {
  background: #ff6a38;
  border: 2px solid #ff6a38;
}

/**************************************************** COBERTURA ****************************************************/

.cobertura {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 0 140px;
}

@media screen and (max-width: 770px) {
  .cobertura {
    margin: 0 0 50px;
  }
}

.cobertura--bg {
  display: flex;
  width: 100%;
  height: 420px;
  background: url(https://conectcar.com/wp-content/themes/conectcar/assets/images/imagemin-bg-cobertura-desk.png)
    no-repeat;
  background-size: cover;
  z-index: -1;
  position: absolute;
  margin-top: 58px;
}

@media screen and (max-width: 550px) {
  .cobertura--bg {
    width: 100%;
    height: 680px;
    margin: 0;
    padding: 0;
    background: url(https://conectcar.com/wp-content/themes/conectcar/assets/images/imagemin-bg-cobertura-mobile.png)
      no-repeat;
    background-size: 100%;
  }
}

@media screen and (max-width: 770px) {
  .cobertura--bg {
    width: 100%;
    height: 710px;
    margin: 0;
    padding: 0;
    background: url(https://conectcar.com/wp-content/themes/conectcar/assets/images/imagemin-bg-cobertura-mobile.png)
      no-repeat;
    background-size: 100%;
  }
}

.cobertura--container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1280px;
  flex-direction: row;
  margin: 120px 0 0;
}

@media screen and (max-width: 770px) {
  .cobertura--container {
    flex-direction: column;
    padding: 0 29px;
    width: 100%;
    margin-top: 40px;
  }
}

.cobertura--destaque {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media screen and (max-width: 770px) {
  .cobertura--destaque {
    width: 100%;
  }
}

.cobertura--destaque--title {
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: normal;
  color: #292f36;
}

.cobertura--destaque--title--bold {
  font-size: 42px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: #292f36;
}

@media screen and (max-width: 770px) {
  .cobertura--destaque--title,
  .cobertura--destaque--title--bold {
    font-size: 32px;
  }
}

.cobertura--destaque--subtitle {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  color: #292f36;
  margin: 20px 0 0;
}

.cobertura--btn--desk {
  display: block;
  background: #ff6a38;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  border-radius: 100px;
  text-align: center;
  text-decoration: none;
  padding: 20px 64px;
  margin: 40px 0 20px;
  border: 1px solid #ff6a38;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

@media screen and (max-width: 770px) {
  .cobertura--btn--desk {
    display: none;
  }
}

.cobertura--btn--desk:hover {
  background: #ffffff;
  color: #ff6a38;
  border-color: #ff6a38;
  text-decoration: none;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.cobertura--container--itens {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 6% 0% 0 20%;
}

.ganhe-tempo {
  padding-top: 52px;
  margin-top: 50px;
}

@media screen and (max-width: 770px) {
  .cobertura--container--itens {
    width: 94%;
    margin: -35px 0 0;
  }
  .cobertura--container--itens {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0% 0% 0 0%;
}
}

.cobertura--itens--box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  margin: 0 0 40px;
}

@media screen and (max-width: 770px) {
  .cobertura--itens--box {
    flex-direction: column;
    margin: 0;
    align-items: flex-start;
  }
}

.cobertura--itens {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

@media screen and (max-width: 770px) {
  .cobertura--itens {
    margin: 20px 0;
  }
}

.cobertura--itens--text {
  display: flex;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #292f36;
  margin: 0 0 0 20px;
  width: 280px;
}

@media screen and (max-width: 770px) {
  .cobertura--itens--text {
    width: 100%;
  }
}

.cobertura--ico--carro {
  display: flex;
  background-image: url(https://conectcar.com/wp-content/themes/conectcar/assets/images/cobertura-ico-carro.png);
  background-repeat: no-repeat;
  width: 42px;
  height: 22px;
}

@media screen and (max-width: 770px) {
  .cobertura--ico--carro {
    width: 57px;
  }
}

.cobertura--ico--aviao {
  display: flex;
  background-image: url(https://conectcar.com/wp-content/themes/conectcar/assets/images/cobertura-ico-aviao.png);
  background-repeat: no-repeat;
  width: 43px;
  height: 43px;
  margin: 0 0 0 40px;
}

@media screen and (max-width: 770px) {
  .cobertura--ico--aviao {
    margin: 0;
    width: 68px;
  }
}

.cobertura--ico--shop {
  display: flex;
  background-image: url(https://conectcar.com/wp-content/themes/conectcar/assets/images/cobertura-ico-shop.png);
  background-repeat: no-repeat;
  width: 33px;
  height: 35px;
  margin: 0 0 0 40px;
}

@media screen and (max-width: 770px) {
  .cobertura--ico--shop {
    margin: 0;
    width: 54px;
  }
}

.cobertura--ico--estaciona {
  display: flex;
  background-image: url(https://conectcar.com/wp-content/themes/conectcar/assets/images/cobertura-ico-estaciona.png);
  background-repeat: no-repeat;
  width: 43px;
  height: 43px;
}

@media screen and (max-width: 770px) {
  .cobertura--ico--estaciona {
    width: 54px;
  }
}

.cobertura--btn--mobile {
  display: none;
  background: #ff6a38;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  border-radius: 100px;
  text-align: center;
  text-decoration: none;
  padding: 20px 55px;
  margin: 20px 0 20px;
  border: 1px solid #ff6a38;
}

@media screen and (max-width: 770px) {
  .cobertura--btn--mobile {
    display: flex;
    padding: 20px 30px;
    margin: 20px auto 30px;
    align-items: center;
    justify-content: center;
    width: 300px;
  }
}

/**************************************************** SALDO ****************************************************/

.saldo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}

.saldo--container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1280px;
  flex-direction: row;
  margin: 100px 0 0;
}

@media screen and (max-width: 770px) {
  .saldo--container {
    flex-direction: column;
    padding: 0 30px;
    margin: 0;
    align-items: flex-start;
  }
}

.bg--saldo {
  display: flex;
  background-image: url(https://conectcar.com/wp-content/themes/conectcar/assets/images/imagemin-saldo-conect.png);
  background-repeat: no-repeat;
  width: 306px;
  height: 306px;
}

@media screen and (max-width: 770px) {
  .bg--saldo {
    background-image: url(https://conectcar.com/wp-content/themes/conectcar/assets/images/saldo-conect-mobile.png);
    width: 230px;
    height: 230px;
    margin: 0 0 40px;
  }
}

.saldo--container--destaque {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 82%;
  margin: 0 0 0 0px;
}

@media screen and (max-width: 770px) {
  .saldo--container--destaque {
    margin: 0;
    width: 100%;
    z-index: 6;
  }
}

.saldo--title {
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: normal;
  color: #292f36;
  margin: 0;
}

.saldo--title--bold {
  font-size: 42px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: normal;
  font-variant: no-common-ligatures;
  color: #292f36;
  margin: 0;
}

@media screen and (max-width: 770px) {
  .saldo--title,
  .saldo--title--bold {
    font-size: 32px;
    margin: 20px 0 0;
  }
}

.saldo--subtitle {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.63;
  letter-spacing: normal;
  font-variant: no-common-ligatures;
  color: #292f36;
  margin: 20px 0 10px;
}

.saldo--subtitle > span {
  font-weight: 600;
}

@media screen and (max-width: 770px) {
  .saldo--subtitle {
    width: 100%;
    font-size: 14px;
    line-height: 1.43;
    margin: 20px 0 30px;
  }
}

.saldo--btn--desk {
  display: block;
  background: #ff6a38;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  border-radius: 100px;
  text-align: center;
  text-decoration: none;
  padding: 20px 20px;
  margin: 40px 0 20px;
  border: 1px solid #ff6a38;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  max-width: 400px;
}

.saldo--btn--desk:hover {
  background: #ffffff;
  color: #ff6a38;
  border-color: #ff6a38;
  text-decoration: none;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

@media screen and (max-width: 770px) {
  .saldo--btn--desk {
    display: none;
  }
}

/**************************************************** APP CONECT ****************************************************/

.app {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}

.app--container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1280px;
  flex-direction: row;
  margin: 150px 0;
}

@media screen and (max-width: 770px) {
  .app--container {
    flex-direction: column-reverse;
    padding: 0 30px;
    margin: 0;
  }
}

.bg--app {
  display: flex;
  background-image: url(https://conectcar.com/wp-content/themes/conectcar/assets/images/conectcarapp.png);
  background-repeat: no-repeat;
  width: 455px;
  height: 447px;
}

@media screen and (max-width: 770px) {
  .bg--app {
    background-image: url(https://conectcar.com/wp-content/themes/conectcar/assets/images/imagemin-app-conect-mobile-new2.png);
    width: 264px;
    height: 247px;
    margin: 40px 0;
  }
}

.app--container--destaque {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  padding-top: 150px;
}

.app-destaque-img {
  margin-top: 80px;
}

@media screen and (max-width: 770px) {
  .app--container--destaque {
    margin: 10px 0 40px;
    width: 100%;
    z-index: 6;
  }
}

.app--title {
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: normal;
  color: #292f36;
  margin: 0;
}

.app--title--bold {
  font-size: 42px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: #292f36;
  margin: 0;
}

@media screen and (max-width: 770px) {
  .app--title,
  .app--title--bold {
    font-size: 32px;
  }
}

.app--subtitle {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.63;
  letter-spacing: normal;
  color: #292f36;
  margin: 20px 0 10px;
  width: 60%;
}

@media screen and (max-width: 770px) {
  .app--subtitle {
    width: 100%;
    font-size: 14px;
    line-height: 1.43;
  }
}

.app--btn--store {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin: 20px 0 0;
}

@media screen and (max-width: 770px) {
  .app--btn--store {
    margin: 20px 0;
  }
}

.app--btn--appstore {
  display: flex;
  background-image: url(https://conectcar.com/wp-content/themes/conectcar/assets/images/app-btn-appstore.png);
  background-repeat: no-repeat;
  width: 149px;
  height: 43px;
}
.app--btn--appstore:hover,
.app--btn--appstore:focus {
  display: flex;
  background-image: url(https://conectcar.com/wp-content/themes/conectcar/assets/images/app-btn-appstore.png) !important;
  background-repeat: no-repeat;
  width: 149px;
  height: 43px;
}

.app--btn--playstore {
  display: flex;
  background-image: url(https://conectcar.com/wp-content/themes/conectcar/assets/images/app-btn-playstore.png);
  background-repeat: no-repeat;
  width: 144px;
  height: 43px;
  margin: 0 0 0 6px;
}
.app--btn--playstore:hover,
.app--btn--playstore:focus {
  display: flex;
  background-image: url(https://conectcar.com/wp-content/themes/conectcar/assets/images/app-btn-playstore.png) !important;
  background-repeat: no-repeat;
  width: 144px;
  height: 43px;
  margin: 0 0 0 6px;
}

/**************************************************** CLIENTE ****************************************************/

.clientes {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  background-color: #f7f3ed;
}

.clientes--container {
  display: flex;
  justify-content: space-between;
  width: 1280px;
  flex-direction: row;
  margin: 90px 0;
}

@media screen and (max-width: 770px) {
  .clientes--container {
    flex-direction: column;
    padding: 0 30px;
    margin: 60px 0;
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: flex;
}

.carousel-indicators {
  position: unset;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.clientes--destaque {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media screen and (max-width: 770px) {
  .clientes--destaque {
    width: 100%;
  }
}

.clientes--title {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.19;
  letter-spacing: normal;
  color: #292f36;
  margin: 0;
}

.clientes--title--bold {
  font-size: 42px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.36;
  letter-spacing: normal;
  margin: 0;
}

@media screen and (max-width: 770px) {
  .clientes--title,
  .clientes--title--bold {
    font-size: 30px;
    font-weight: normal;
  }
}

.clientes--subtitle {
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #292f36;
  margin: 20px 0 0;
}

.clientes--container--carousel {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 32%;
}

@media screen and (max-width: 770px) {
  .clientes--container--carousel {
    width: 100%;
    margin: 20px 0;
  }
}

.depoimentos--container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 160px;
}

@media screen and (max-width: 770px) {
  .depoimentos--container {
    height: 200px;
  }
}

.clientes--carousel--depoimento {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.section-conte .elementor-testimonial__content .elementor-testimonial__text {
  font-size: 32px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #292f36;
  margin: 0;
  font-style: inherit;
}

.section-conte .elementor-widget-testimonial-carousel .swiper-slide {
  padding: 20px 0px;
}

.section-conte {
  background-color: #f7f3ed;
  padding: 90px 0;
  margin-top: 150px;
}

.section-conte .elementor-testimonial__footer cite,
.elementor-testimonial__header cite {
  flex-direction: row !important;
  align-items: center !important;
}

.section-conte .elementor-testimonial__name {
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #292f36;
  margin: 20px 0 0;
      font-family: 'Lato'
}

.section-conte .elementor-testimonial__title {
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #2565af;
  margin: 5px;
  padding-top: 20px;
      font-family: 'Lato'
}

.section-conte .swiper-pagination {
  text-align: left !important;
  padding-left: 10px;
}

.section-conte
  .swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ff6a38;
  margin: 0 3px 0;
}

@media screen and (max-width: 770px) {
  .section-conte .elementor-testimonial__content .elementor-testimonial__text {
    font-size: 22px;
    line-height: 1.45;
  }
}

.clientes--carousel--subtitle {
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #292f36;
  margin: 20px 0 0;
}

.clientes--carousel--subtitle--link {
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #2565af;
  margin: 0;
}

.carousel--container--dots {
  display: flex;
  align-items: center;
  flex-direction: row;
  width: 100%;
  margin: 40px 0 0;
}

.carousel-indicators .active {
  display: flex;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ff6a38;
  margin: 0 3px 0;
}

.carousel--dots--off {
  display: flex;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #e6e6e6;
  margin: 0 3px 0;
  cursor: pointer;
}

.container--selo--premio {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}

@media screen and (max-width: 770px) {
  .container--selo--premio {
    text-align: left;
  }
}

.clientes--selo--ra {
  display: flex;
  background-image: url(https://conectcar.com/wp-content/themes/conectcar/assets/images/ico-selo-ra.png);
  background-repeat: no-repeat;
  width: 193px;
  height: 99px;
  margin: 20px 0 0;
}

@media screen and (max-width: 770px) {
  .clientes--selo--ra {
    background-image: url(https://conectcar.com/wp-content/themes/conectcar/assets/images/ico-selo-ra-mobile.png);
    width: 154px;
    height: 80px;
    margin: 0;
  }
}

@media screen and (min-width: 770px) {
  .clientes--selo--ra {
    margin: 0;
  }
}

.clientes--premio {
  display: flex;
  background-image: url(https://conectcar.com/wp-content/themes/conectcar/assets/images/premio-conect.png);
  background-repeat: no-repeat;
  width: 193px;
  height: 106px;
  margin: 30px 0 0;
}

@media screen and (max-width: 770px) {
  .clientes--premio {
    background-image: url(https://conectcar.com/wp-content/themes/conectcar/assets/images/premio-conect-mobile.png);
    width: 154px;
    height: 85px;
  }
}

/* iso - UX */
.iso {
  width: 100%;
  /* background:#f3f1ed; */
  padding: 40px 0;
}
.iso--container {
  /* background:#190; */
  display: flex;
  justify-content: space-between;
  width: 1280px;
  flex-direction: row;
  margin: 0 auto;
}
@media screen and (max-width: 770px) {
  .iso--container {
    width: 100%;
  }
  .iso--card {
    display: table !important;
  }

  .iso--img img {
    margin-top: 10px;
  }
  
     .slider-mobile {
        display: block;
    } 
    .desk-only {
        display: none;
    }
}

.iso--card {
  display: flex;
  padding: 15px;
}
.iso--img img {
    width: 202px;
    max-width: 202px;
    margin: 0 0 0 50px;
}
.iso--card .cert-width {
    width: 275px;
}
.section-certificacao {
    padding: 40px 0;
}
.slider-mobile,
.app-mobile {
    display: none;
}

        @media screen and (max-width: 1440px) {
            #banner-1 .banner4--container {
                padding-top: 60px;
            }
            #banner-2 .banner4--container,
            #banner-3 .banner4--container {
                padding-top: 75px;
            }
            #banner-4 .banner4--container {
                padding-top: 50px;
            }
            .adesivo--destaque {
                padding-left: 30px;
            }
        }


@media screen and (max-width: 770px) {
     .slider-mobile {
        display: block;
    } 
    .desk-only {
        display: none;
    }
    
    .adesivo {
        margin-top: 0;
    }
    
    .adesivo--container {
        padding: 0 30px;
    }
    
    .adesivo--steps {
        margin-top: 60px;
    }
    
    .adesivo .container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100% !important;
    }
    
    .nav-pills>li {
        width: 30%;
    }
    
    .nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus, .nav>li>a:focus, .nav>li>a:hover {
        color: #34495e;
        background: none;
    }
    
    .text--adesivo--off {
        margin: 5px 0 31px;
    }
    
    .text--adesivo--mobile {
        margin: 0 0 20px;
    }
    
    .container--progress--bar {
        margin-top: -38px;
    }
    
    .progress {
        display: block;
        justify-content: center;
        align-items: center;
        width: 80%;
    }
    
    #home-carousel ul.nav {
        padding-top: 40px;
    }
    
    .app-desk {
        display: none;
    }
    
    .app-mobile {
        display: block;
    }
    
    .app--container--destaque {
        display: flex;
        justify-content: center;
        flex-direction: column;
        width: 100%;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .section-conte {
        background-color: #f7f3ed;
        padding: 45px 20px;
        margin-top: -50px;
    }
    
    .iso--img img {
        width: 202px;
        max-width: 202px;
        margin: 25px 0 0 0px;
    }
    
    .iso--img img {
        width: 202px;
        max-width: 202px;
        margin: 25px 0 0 0px;
    }

    
    #banner-1 .banner4--container {
        align-items: center;
        text-align: center;
        margin: 20px auto;
        padding: 55px 50px 0;
    }
    
    #banner-1 .container-capilaridade .banner--link--pf {
        margin-top: 20px;
        width: 280px;
        padding-left: 10px;
        padding-right: 10px;
        background-color: #009ee2;
        color: #fff;
    }
    
    #banner-2 .banner4--container {
        align-items: center;
        text-align: center;
        margin: 20px auto;
        padding: 140px 50px 0;
    }
    
    #banner-3 .banner4--container {
        align-items: center;
        text-align: center;
        margin: 20px auto;
        padding: 230px 50px 0;
    }
    
    #banner-4 .banner4--container {
        align-items: flex-start;
        text-align: left;
        margin: 20px auto;
        padding: 65px 50px 0 30px;
    }
    
     #banner-4 .banner4--container h2 {
         font-size: 20px;
         font-weight: 700;
     }
     
     #banner-4 .banner-frotas--text {
        color: #fff;
        font-size: 18px;
        max-width: 100%;
    }
         
     #banner-4 .superpoderes-link-plano {
        width: 100%;
        margin: 15px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 15px 20px;
    }
    
    .banner-capilaridade--text-porto {
        color: #3a3a3a !important;
        margin-top: 50px;
    }
    
    .sa_hover_container {
        background-color: #f7f3ed !important;
        height: 90vh;
        background-size: 100% !important;
        margin-top: 0px !important;
    }
    
}

        /**************************************************** CENTRAL DE VENDAS ****************************************************/

        .section-central-vendas {
            background:#f3f1ed;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            margin: 0;
            padding: 25px;
        }
        
        .section-central-vendas .elementor-container.elementor-column-gap-no {
            width: 1280px;
        }

        .central--container {
            display: flex;
            align-items: center;
            width: 1280px;
            flex-direction: row;
            margin: 30px 0;
        }

        @media screen and (max-width: 770px) {
            .central--container {
                flex-direction: column;
                padding: 0 26px;
                margin: 60px 0;
            }
        }

        .container--ico--texts {
            display: flex;
            justify-content: center;
        }

        @media screen and (max-width: 770px) {
            .container--ico--texts {
                flex-direction: column;
                align-items: center;
            }
        }

        .ico--central {
            display: flex;
            background-image: url(https://conectcar.com/wp-content/themes/conectcar/assets/images/ico-central.png);
            background-repeat: no-repeat;
            width: 45px;
            height: 43px;
            margin: 0 20px 0 0;
        }

        @media screen and (max-width: 770px) {
            .ico--central {
                background-image: url(https://conectcar.com/wp-content/themes/conectcar/assets/images/ico-central-mobile.png);
                width: 35px;
                height: 33px;
                margin: 0 0 10px;
            }
        }

        .container--central--texts {
            display: flex;
            justify-content: center;
            flex-direction: column;
        }

        @media screen and (max-width: 770px) {
            .container--central--texts {
                align-items: center;
            }
        }

        .central--title {
            font-size: 22px;
            font-weight: 500;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
            color: #ff6a38;
            margin: 0;
        }

        @media screen and (max-width: 770px) {
            .central--title {
                font-size: 20px;
            }
        }

        .central--subtitle {
            font-size: 16px;
            font-weight: 500;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
            color: #292f36;
            margin: 0;
        }

        @media screen and (max-width: 770px) {
            .central--subtitle {
                font-size: 14px;
            }
        }

        .container--central--numbers {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: row;
            margin: 0 0 0 100px;
        }

        @media screen and (max-width: 770px) {
            .container--central--numbers {
                flex-direction: column;
                margin: 20px 0 0;
            }
        }

        .central--text {
            font-size: 18px;
            font-weight: 300;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
            color: #7c878f;
            margin: 15px 0 0 20px;
        }

        @media screen and (max-width: 770px) {
            .central--text {
                font-size: 16px;
                line-height: 1.75;
                margin: 0 0 10px;
                text-align: center;
            }
        }

        .central--number {
            font-size: 18px;
            font-weight: 500;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
            color: #292f36;
            margin: 0;
        }

        @media screen and (max-width: 770px) {
            .central--number {
                font-size: 16px;
                line-height: 1.75;
            }
        }
        
        
        .sa_hover_container h3 {
            color: #FFFFFF;
            font-weight: 700;
            width: 400px;
            padding-top: 50px;
            font-size: 25px;
        }
        
        .sa_hover_container p {
            color: #FFFFFF;
            font-weight: 500;
            width: 400px;
            padding-top: 10px;
            font-size: 16px;
        }
        
        .sa_hover_container a {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 10px 20px;
            color: #fff;
            border-radius: 50px;
            font-size: 14px;
            width: 320px;
        }
        
        @media screen and (max-width: 767px) {
            .sa_hover_container h3 {
                color: #FFFFFF;
                font-weight: 700;
                width: 400px;
                padding-top: 100px;
                font-size: 25px;
                text-align: center;
            }
            
            .sa_hover_container p {
                color: #FFFFFF;
                font-weight: 500;
                width: 400px;
                padding-top: 10px;
                font-size: 16px;
                text-align: center;
                max-width: 80%;
                margin: 0 auto 25px;
            }
            
            .sa_hover_container a {
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 10px 20px;
                color: #fff;
                border-radius: 50px;
                font-size: 14px;
                width: 320px;
                margin: 0 auto;
            }
        }
        
        aside.widget-area .widget-title,
        .footer--socialmedia--title,
        .footer--store--title {
            font-size: 16px !important;
            margin: 0 0 20px;
            font-weight: 600;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.5;
            letter-spacing: normal;
            text-align: left;
            color: #ffffff;
        }
        
        aside.widget-area .menu-item {
            font-size: 14px;
            font-weight: 300;
            font-style: normal;
            font-stretch: normal;
            line-height: 2.14;
            letter-spacing: normal;
            text-align: left;
            color: #ffffff;
            -webkit-font-smoothing: auto;
        }
        
        aside.widget-area .menu-item a {
            font-family: 'Lato', sans-serif;
            color: #ffffff;
            text-decoration: none;
        }
        
        .footer-widget-col,
        #block-11 {
            background-color: #292f36;
        }
        
        #block-13 {
            position: absolute;
            top: 62%;
            left: 50.2%;
        } 
        @media (max-width: 1680px) {
            #block-13 {
                left: 33.9%;
            }  
        }
        @media (max-width: 1440px) {
            #block-13 {
                left: 32%;
            }  
        }
        @media (max-width: 1280px) {
            #block-13 {
                left: 31.1%;
                width: 22%;
            }  
        }
        #block-13 ul li {
            color: #ffffff;
            font-size: 11px !important;
        }
        #nav_menu-6 {
            width: 16%;
        }
        
        @media (max-width: 767px) {
            #nav_menu-6 {
                width: 100%;
            }
            
            #block-13 {
                position: relative;
                top: auto;
                left: 0;
                width: 100%;
            }
            .footer-widget-col, #block-11 {
                background-color: #292f36;
                margin-top: 0;
            }
            .footer--store {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                text-align: left;
            }
        }
        
        #sa_slider_shortcode {
            padding-top: 95px;
            background: #F7F3ED;
        }
        
        @media(max-width: 767px) {
        #sa_slider_shortcode {
            padding-top: 0px;
            background: #F7F3ED;
        }
        }