:root {
  scroll-behavior: smooth;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type='number'] {
  -moz-appearance: textfield;
}

a {
  color: #fff !important;
  text-decoration: none !important;
}

a:hover {
  color: #fff !important;
  text-decoration: none;
}

figure {
  padding: 0 !important;
  margin: 0 !important;
}

.link-a .app-card-link-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
}

.link-a {
  position: relative;
  border-radius: 0.25rem;
}

:root {
  --footer-color: #a4b4c0;
  --back-to-top: #94a3ae;
  --back-to-top-hover: #97a2ab;
  --azul-empresas-maggi: #1473e6;
  --cinza-empresas-maggi: #a4b4c0;
  --cor-site: #1473e6;
  --cor-site-secundary: #686868;
}

.menuborder {
  height: 38px;
  border-right: 0.125em solid;
  padding-left: 10px;
}
.font-maggi {
  color: var(--azul-empresas-maggi) !important;
  line-height: 1.5em;
  font-weight: bold;
}

.text-justify {
  text-align: justify !important;
}

.__azulEmpresasMaggiColor {
  color: var(--azul-empresas-maggi) !important;
}

.__azulEmpresasMaggiColor:hover {
  color: var(--azul-empresas-maggi) !important;
  cursor: pointer;
}

.margin-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.mb--0 {
  margin-bottom: 0 !important;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}

header.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1048;
}

/* PRELOADER */
#preloader {
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999999;
  background: #fff;
}

.loader {
  position: absolute;
  width: 5rem;
  height: 10rem;
  top: 50%;
  margin: 0 auto;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.circular {
  animation: rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -3.5rem;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -12.4rem;
  }
}

@keyframes color {
  100%,
  0% {
    stroke: #d62d20;
  }
  40% {
    stroke: #0057e7;
  }
  66% {
    stroke: #008744;
  }
  80%,
  90% {
    stroke: #ffa700;
  }
}

/*fIM PRELOADER */

.slide1 {
  background: var(--cinza-empresas-maggi) !important;
  padding-bottom: 5px !important;
  margin-bottom: 0 !important;
}

.divisor-altura {
  height: 50px !important;
}

@media screen and (max-width: 3000px) {
  .marginNumber {
    margin-right: 3.5em !important;
  }
  .header {
    height: 127px !important;
  }
}

.offcanvas-header .btn-close::before {
  content: '\f5ee';
  font-size: 45px;
  color: white;
  margin-left: -25px;
  margin-top: 3px;
}

.offcanvas-header .btn-close {
  display: contents;
}

.offcanvas {
  transition: transform 0.5s ease-in-out !important;
}

.offcanvas-start {
  border-right: 0px !important;
}

.text-fiat {
  color: var(--cor-site) !important;
}

.margin-header-1 {
  margin-right: 30px !important;
}

.btn-maggi {
  color: #fff !important;
  background-color: var(--azul-empresas-maggi) !important;
  border-color: var(--azul-empresas-maggi) !important;
}

.btn-maggi-secondary {
  color: #fff !important;
  background-color: var(--cinza-empresas-maggi) !important;
  border-color: var(--cinza-empresas-maggi) !important;
}

.form-select:focus {
  border-color: var(--azul-empresas-maggi) !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgb(76 175 195 / 25%) !important;
  box-shadow: 0 0 0 0.25rem rgb(76 175 195 / 25%) !important;
}

.text-v-center {
  line-height: 50px;
  float: left;
  text-align: center;
}

.fw-600 {
  font-weight: 600 !important;
}

.form-control-maggi2 {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.btn-maggi-light {
  color: var(--azul-empresas-maggi) !important;
  background-color: #97bec500 !important;
  border-color: var(--azul-empresas-maggi) !important;
  border: 2px solid !important;
  width: 100%;
  margin: 15px 0 10px 0;
}

.btn-maggi-light:hover {
  color: var(--azul-empresas-maggi) !important;
}

.btn-maggi-light a {
  color: var(--azul-empresas-maggi) !important;
}

.text-danger:hover {
  color: #dc3545 !important;
  text-decoration: underline !important;
}

section {
  padding: 20px 0;
}

.section-c {
  padding: 74px 0 0 !important;
}

@media screen and (max-width: 3000px) {
  .section-c {
    padding: 130px 0 0 !important;
  }
}

@media screen and (max-width: 1000px) {
  .section-c {
    padding: 60px 0 0 !important;
    overflow: hidden;
  }
}

.section-header {
  text-align: center;
  padding-bottom: 40px;
}

.section-header h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
}

.section-header p {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
  color: #fff;
}

.breadcrumbs {
  padding: 15px 0;
  background: #012970;
  min-height: 40px;
  margin-top: 82px;
  color: #fff;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 57px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 500;
}

.breadcrumbs ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol a {
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.breadcrumbs ol a:hover {
  text-decoration: underline;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #8894f6;
  content: '/';
}

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: var(--back-to-top);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.alinhar {
  margin-right: 0 !important;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: var(--back-to-top-hover);
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

#header {
  background-color: var(--cor-site) !important;
}

.cls-2 {
  fill: var(--cor-site) !important;
}

.cls-1 {
  fill: var(--cor-site) !important;
  stroke: var(--cor-site) !important;
}

.header {
  max-height: 126px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 997;
  background: #a4b4c0;
  background: -o-linear-gradient(337deg, var(--cor-site) 40%, rgba(164, 180, 192, 1) 31%);
  background: linear-gradient(113deg, var(--cor-site) 45%, rgba(164, 180, 192, 1) 31%);
}

@media screen and (max-width: 1920px) {
  .header {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 997;
    background: #a4b4c0;
    background: -o-linear-gradient(337deg, var(--cor-site) 35%, rgba(164, 180, 192, 1) 31%);
    background: linear-gradient(113deg, var(--cor-site) 38%, rgba(164, 180, 192, 1) 31%);
  }
  .linkMenuLogoConcessionarias {
    height: 70px;
    width: 220px;
    position: fixed;
    top: 0;
    left: -10px;
  }
  .valor_slider {
    font-size: 1.5em;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    margin: 10px 0;
  }
  .alinhar {
    margin-right: 50px;
  }
}

@media screen and (max-width: 1366px) {
  .header {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 997;
    background: #a4b4c0;
    background: -o-linear-gradient(337deg, var(--cor-site) 30%, (164, 180, 192, 1) 0);
    background: linear-gradient(113deg, var(--cor-site) 30%, rgba(164, 180, 192, 1) 0);
  }
}

@media screen and (max-width: 1024px) {
  .header {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 997;
    background: #a4b4c0;
    background: -o-linear-gradient(337deg, var(--cor-site) 20%, (164, 180, 192, 1) 20%);
    background: linear-gradient(113deg, var(--cor-site) 20%, rgba(164, 180, 192, 1) 20%);
  }
}

@media (max-width: 500px) {
  .header {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 997;
    background: var(--azul-empresas-maggi);
  }
  .header-menu {
    height: 50px !important;
    background: linear-gradient(113deg, var(--cor-site) 60%, rgba(164, 180, 192, 1) 31%);
    position: -webkit-sticky;
    position: sticky;
    top: 49px;
    z-index: 1047;
  }
}

.header.header-scrolled {
  background: #00aacd;
  padding: 10px 0;
  -webkit-box-shadow: 0 2px 20px rgba(1, 41, 112, 0.1);
  box-shadow: 0 2px 20px rgba(1, 41, 112, 0.1);
}

.header .logo {
  line-height: 0;
}

.header .logo img {
  max-height: 40px;
  margin-left: auto;
}

.header div .logo svg {
  height: 40px;
  margin-left: auto;
}

.header .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #012970;
  margin-top: 3px;
}

.topo-numero {
  font-size: 1.8em;
  font-weight: 900;
}

.faleconosco {
  font-size: 1.5em;
  font-weight: 900;
}

@media (max-width: 1024px) {
  .margin-end {
    margin-right: 15px;
  }
}

@media screen and (max-width: 3000px) {
  .linkMenuLogo {
    height: 126px;
    width: 240px;
    position: fixed;
    top: 0;
    left: 625px;
  }
  .linkMenuLogoConcessionarias {
    height: 126px;
    width: 220px;
    position: fixed;
    top: 0;
    left: 1060px !important;
  }
}

.botao {
  list-style-type: none;
  padding: 0 !important;
  margin: 0 40px 0 0 !important;
}

.menulogo {
  background-image: url('/assets/img/menu/LOGO-TESTEIRA-2.webp');
  background-repeat: no-repeat;
}

.menulogoConcessionarias {
  background-image: url('/assets/img/menu/LOGO-TESTEIRA-COM-TARJA.webp');
  background-repeat: no-repeat;
}

@media screen and (max-width: 1920px) {
  .menulogo {
    background-repeat: no-repeat;
  }
  .linkMenuLogo {
    height: 126px;
    width: 270px;
    position: fixed;
    top: 0;
    left: 185px;
  }
  .linkMenuLogoConcessionarias {
    height: 126px;
    width: 220px;
    position: fixed;
    top: 0;
    left: 620px !important;
  }
}

@media screen and (max-width: 1440px) {
  .menulogo {
    background-repeat: no-repeat;
  }
  .linkMenuLogo {
    height: 126px;
    width: 270px;
    position: fixed;
    top: 0;
    left: 50px;
  }
  #HEADER22 {
    background-image: linear-gradient(113deg, #1473e6 34.5%, #a4b4c0 8.33%, #a4b4c0 46.66%, #1473e6 41.66%);
  }
  .linkMenuLogoConcessionarias {
    height: 126px;
    width: 220px;
    position: fixed;
    top: 0;
    left: 455px !important;
  }
  .margin-header-1 {
    margin-right: -15px !important;
  }
}

.bateria {
  width: 100%;
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(1, 22, 61, 0.9);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.navbar {
  padding: 0;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 0.8em !important;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 0.75em;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 0.5rem 1rem 0 0;
}

.navbar a i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

@media (max-width: 991px) {
  .esconder-social {
    display: none;
  }
}

.social-icon a i {
  font-size: 17px;
  color: #fff;
}

.social-links a {
  display: inline-block;
  line-height: 0;
  margin-right: 1px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.navbar a:hover,
.navbar .active,
.navbar li:hover > a {
  color: #f8f9fd;
}

.navbar .getstarted {
  background: #4154f1;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}

.navbar .getstarted:hover {
  color: #fff;
  background: #5969f3;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: var(--cinza-empresas-maggi);
  -webkit-box-shadow: unset;
  box-shadow: unset;
  -webkit-transition: unset;
  -o-transition: unset;
  transition: unset;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 600;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  background: var(--cinza-empresas-maggi) !important;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

.mobile-nav-toggle {
  position: fixed;
  top: 58px;
  right: 10px;
  color: #fff;
  font-size: 35px;
  cursor: pointer;
  display: none;
  line-height: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: 9999;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
  top: 12px;
  right: 12px;
  font-weight: bold;
  font-size: 2.5em;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #1473e6c4 !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px 0;
  border-radius: 0;
  background-color: #fff;
  overflow-y: auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 0 20px;
  font-size: 16pt;
  color: var(--azul-empresas-maggi) !important;
  padding: 10px;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #3a3d3e;
}

.navbar-mobile .getstarted {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

li button {
  background: none;
  border: none;
  outline: 0;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 0.8em;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.hero {
  width: 100%;
  height: 100%;
  background: #f9f9fb;
  background-size: cover;
}

.hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  color: #012970;
}

.hero h2 {
  color: #444444;
  margin: 15px 0 0 0;
  font-size: 26px;
}

.hero .btn-get-started {
  margin-top: 30px;
  line-height: 0;
  padding: 15px 40px;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
  background: #4154f1;
  -webkit-box-shadow: 0 5px 30px rgba(65, 84, 241, 0.4);
  box-shadow: 0 5px 30px rgba(65, 84, 241, 0.4);
}

.hero .btn-get-started span {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.hero .btn-get-started i {
  margin-left: 5px;
  font-size: 18px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.hero .btn-get-started:hover i {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.hero .hero-img {
  text-align: right;
}

.box-margin-top {
  padding-bottom: 4px;
  padding-top: 4px;
}

.box-margin-top-primeir-linha {
  padding-bottom: 4px;
}

@media (max-width: 991px) {
  .hero .hero-img {
    text-align: center;
    margin-top: 80px;
  }
  .hero .hero-img img {
    width: 80%;
  }
  .box-margin-top {
    padding-bottom: 0;
    padding-top: 20px;
  }
  .item-box-margin {
    padding-bottom: 0;
    padding-top: 10px;
  }
  .box-margin-top-primeir-linha {
    padding-bottom: 4px;
  }
}

.about .content {
  background-color: #f6f9ff;
  padding: 40px;
}

.about h3 {
  font-size: 14px;
  font-weight: 700;
  color: #4154f1;
  text-transform: uppercase;
}

.about h2 {
  font-size: 24px;
  font-weight: 700;
  color: #012970;
}

.about p {
  margin: 15px 0 30px 0;
  line-height: 24px;
}

.about .btn-read-more {
  line-height: 0;
  padding: 15px 40px;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
  background: #4154f1;
  -webkit-box-shadow: 0 5px 25px rgba(65, 84, 241, 0.3);
  box-shadow: 0 5px 25px rgba(65, 84, 241, 0.3);
}

.about .btn-read-more span {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.about .btn-read-more i {
  margin-left: 5px;
  font-size: 18px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.about .btn-read-more:hover i {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.values .box {
  padding: 30px;
  -webkit-box-shadow: 0 0 5px rgba(1, 41, 112, 0.08);
  box-shadow: 0 0 5px rgba(1, 41, 112, 0.08);
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  height: 100%;
}

.values .box img {
  padding: 30px 50px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.values .box h3 {
  font-size: 24px;
  color: #012970;
  font-weight: 700;
  margin-bottom: 18px;
}

.values .box:hover {
  -webkit-box-shadow: 0 0 30px rgba(1, 41, 112, 0.08);
  box-shadow: 0 0 30px rgba(1, 41, 112, 0.08);
}

.values .box:hover img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.counts {
  padding: 50px 0 50px;
}

.counts .count-box i {
  font-size: 42px;
  line-height: 0;
  margin-right: 20px;
  color: #4154f1;
}

.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #0b198f;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.features .feature-box {
  padding: 24px 20px;
  -webkit-box-shadow: 0 0 30px rgba(1, 41, 112, 0.08);
  box-shadow: 0 0 30px rgba(1, 41, 112, 0.08);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  height: 100%;
}

.features .feature-box h3 {
  font-size: 18px;
  color: #012970;
  font-weight: 700;
  margin: 0;
}

.features .feature-box i {
  line-height: 0;
  background: #ecf3ff;
  padding: 4px;
  margin-right: 10px;
  font-size: 24px;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.features .feature-box:hover i {
  background: #4154f1;
  color: #fff;
}

.features .feture-tabs {
  margin-top: 120px;
}

.features .feture-tabs h3 {
  color: #012970;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 10px;
}

.features .feture-tabs .nav-pills {
  border-bottom: 1px solid #eee;
}

.features .feture-tabs .nav-link {
  background: none;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  color: #012970;
  padding: 12px 0;
  margin-right: 25px;
  margin-bottom: -2px;
  border-radius: 0;
}

.features .feture-tabs .nav-link.active {
  color: #4154f1;
  border-bottom: 3px solid #4154f1;
}

.features .feture-tabs .tab-content h4 {
  font-size: 18px;
  margin: 0;
  font-weight: 700;
  color: #012970;
}

.features .feture-tabs .tab-content i {
  font-size: 24px;
  line-height: 0;
  margin-right: 8px;
  color: #4154f1;
}

.features .feature-icons {
  margin-top: 120px;
}

.features .feature-icons h3 {
  color: #012970;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 20px;
  text-align: center;
}

.features .feature-icons .content .icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.features .feature-icons .content .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: #012970;
}

.features .feature-icons .content .icon-box i {
  font-size: 44px;
  line-height: 44px;
  color: #0245bc;
  margin-right: 15px;
}

.features .feature-icons .content .icon-box p {
  font-size: 15px;
  color: #848484;
}

.services .service-box {
  -webkit-box-shadow: 0 0 30px rgba(1, 41, 112, 0.08);
  box-shadow: 0 0 30px rgba(1, 41, 112, 0.08);
  height: 100%;
  padding: 60px 30px;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px;
}

.services .service-box .icon {
  font-size: 36px;
  padding: 40px 20px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 25px;
  display: inline-block;
  line-height: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.services .service-box h3 {
  color: #444444;
  font-weight: 700;
}

.services .service-box .read-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  padding: 8px 20px;
}

.services .service-box .read-more i {
  line-height: 0;
  margin-left: 5px;
  font-size: 18px;
}

.services .service-box.blue {
  border-bottom: 3px solid #2db6fa;
}

.services .service-box.blue .icon {
  color: #2db6fa;
  background: #dbf3fe;
}

.services .service-box.blue .read-more {
  color: #2db6fa;
}

.services .service-box.blue:hover {
  background: #2db6fa;
}

.services .service-box.orange {
  border-bottom: 3px solid #f68c09;
}

.services .service-box.orange .icon {
  color: #f68c09;
  background: #fde3c4;
}

.services .service-box.orange .read-more {
  color: #f68c09;
}

.services .service-box.orange:hover {
  background: #f68c09;
}

.services .service-box.green {
  border-bottom: 3px solid #08da4e;
}

.services .service-box.green .icon {
  color: #08da4e;
  background: #cffddf;
}

.services .service-box.green .read-more {
  color: #08da4e;
}

.services .service-box.green:hover {
  background: #08da4e;
}

.services .service-box.red {
  border-bottom: 3px solid #e9222c;
}

.services .service-box.red .icon {
  color: #e9222c;
  background: #fef7f8;
}

.services .service-box.red .read-more {
  color: #e9222c;
}

.services .service-box.red:hover {
  background: #e9222c;
}

.services .service-box.purple {
  border-bottom: 3px solid #b50edf;
}

.services .service-box.purple .icon {
  color: #b50edf;
  background: #f8e4fd;
}

.services .service-box.purple .read-more {
  color: #b50edf;
}

.services .service-box.purple:hover {
  background: #b50edf;
}

.services .service-box.pink {
  border-bottom: 3px solid #f51f9c;
}

.services .service-box.pink .icon {
  color: #f51f9c;
  background: #feecf7;
}

.services .service-box.pink .read-more {
  color: #f51f9c;
}

.services .service-box.pink:hover {
  background: #f51f9c;
}

.services .service-box:hover h3,
.services .service-box:hover p,
.services .service-box:hover .read-more {
  color: #fff;
}

.services .service-box:hover .icon {
  background: #fff;
}

.pricing .box {
  padding: 40px 20px;
  background: #fff;
  text-align: center;
  -webkit-box-shadow: 0 0 30px rgba(1, 41, 112, 0.08);
  box-shadow: 0 0 30px rgba(1, 41, 112, 0.08);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.pricing .box:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-box-shadow: 0 0 30px rgba(1, 41, 112, 0.1);
  box-shadow: 0 0 30px rgba(1, 41, 112, 0.1);
}

.pricing h3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
}

.pricing .price {
  font-size: 36px;
  color: #444444;
  font-weight: 600;
}

.pricing .price sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .price span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing img {
  padding: 30px 40px;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 26px;
  font-size: 16px;
  margin-bottom: 25px;
}

.pricing ul li {
  padding-bottom: 10px;
}

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-buy {
  display: inline-block;
  padding: 8px 40px 10px 40px;
  border-radius: 50px;
  color: #4154f1;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  font-size: 16px;
  font-weight: 400;
  font-weight: 600;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #4154f1;
}

.pricing .btn-buy:hover {
  background: #4154f1;
  color: #fff;
}

.pricing .featured {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #4154f1;
  color: #fff;
}

.faq .accordion-collapse {
  border: 0;
}

.faq .accordion-button {
  padding: 15px 15px 20px 0;
  font-weight: 600;
  border: 0;
  font-size: 18px;
  color: #444444;
  text-align: left;
}

.faq .accordion-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.faq .accordion-button:not(.collapsed) {
  background: none;
  color: #4154f1;
  border-bottom: 0;
}

.faq .accordion-body {
  padding: 0 0 25px 0;
  border: 0;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  background: white;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 10px 20px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  color: #444444;
  margin: 0 4px 8px 4px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50px;
  border: 1px solid #fff;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #4154f1;
  border-color: #4154f1;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(255, 255, 255, 0.75);
}

.portfolio .portfolio-wrap::before {
  content: '';
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: '';
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid rgba(1, 41, 112, 0.2);
  border-left: 3px solid rgba(1, 41, 112, 0.2);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: '';
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid rgba(1, 41, 112, 0.2);
  border-right: 3px solid rgba(1, 41, 112, 0.2);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #012970;
  font-weight: 700;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #012970;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  background: #4154f1;
  margin: 10px 2px;
  width: 36px;
  height: 36px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a i {
  font-size: 24px;
  line-height: 0;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  background: #5969f3;
}

.portfolio .portfolio-wrap:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}

.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #4154f1;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #4154f1;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  -webkit-box-shadow: 0 0 30px rgba(1, 41, 112, 0.08);
  box-shadow: 0 0 30px rgba(1, 41, 112, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

.testimonials .testimonial-item {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 30px;
  margin: 40px 30px;
  -webkit-box-shadow: 0 0 20px rgba(1, 41, 112, 0.1);
  box-shadow: 0 0 20px rgba(1, 41, 112, 0.1);
  background: #fff;
  min-height: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #4154f1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #4154f1;
}

.testimonials .swiper-slide {
  opacity: 0.3;
}

@media (max-width: 1199px) {
  .testimonials .swiper-slide-active {
    opacity: 1;
  }
  .testimonials .swiper-pagination {
    margin-top: 0;
  }
}

.team {
  background: #fff;
  padding: 60px 0;
}

.team .member {
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0 0 30px rgba(1, 41, 112, 0.08);
  box-shadow: 0 0 30px rgba(1, 41, 112, 0.08);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .member-img:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: url(../img/team-shape.svg) no-repeat center bottom;
  background-size: contain;
  z-index: 1;
}

.team .member .social {
  position: absolute;
  right: -100%;
  top: 30px;
  opacity: 0;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: rgba(255, 255, 255, 0.3);
  z-index: 2;
}

.team .member .social a {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  color: rgba(1, 41, 112, 0.5);
  margin: 15px 12px;
  display: block;
  line-height: 0;
  text-align: center;
}

.team .member .social a:hover {
  color: rgba(1, 41, 112, 0.8);
}

.team .member .social i {
  font-size: 18px;
}

.team .member .member-info {
  padding: 10px 15px 20px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #012970;
}

.team .member .member-info span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  padding-top: 15px;
  line-height: 26px;
  color: #5e5e5e;
}

.team .member:hover {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
  -webkit-box-shadow: 0 0 30px rgba(1, 41, 112, 0.1);
  box-shadow: 0 0 30px rgba(1, 41, 112, 0.1);
}

.team .member:hover .social {
  right: 8px;
  opacity: 1;
}

.clients .clients-slider .swiper-slide img {
  opacity: 0.5;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.clients .clients-slider .swiper-slide img:hover {
  opacity: 1;
}

.clients .clients-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .clients-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #4154f1;
}

.clients .clients-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #4154f1;
}

.recent-blog-posts .post-box {
  -webkit-box-shadow: 0 0 30px rgba(1, 41, 112, 0.08);
  box-shadow: 0 0 30px rgba(1, 41, 112, 0.08);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  height: 100%;
  overflow: hidden;
  padding: 30px;
  border-radius: 8px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.recent-blog-posts .post-box .post-img {
  overflow: hidden;
  margin: -30px -30px 15px -30px;
  position: relative;
}

.recent-blog-posts .post-box .post-img img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.recent-blog-posts .post-box .post-date {
  font-size: 16px;
  font-weight: 600;
  color: rgba(1, 41, 112, 0.6);
  display: block;
  margin-bottom: 10px;
}

.recent-blog-posts .post-box .post-title {
  font-size: 24px;
  color: #012970;
  font-weight: 700;
  margin-bottom: 18px;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.recent-blog-posts .post-box .readmore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.recent-blog-posts .post-box .readmore i {
  line-height: 0;
  margin-left: 4px;
  font-size: 18px;
}

.recent-blog-posts .post-box:hover .post-title {
  color: #4154f1;
}

.recent-blog-posts .post-box:hover .post-img img {
  -webkit-transform: rotate(6deg) scale(1.2);
  -ms-transform: rotate(6deg) scale(1.2);
  transform: rotate(6deg) scale(1.2);
}

.contact .info-box {
  color: #444444;
  background: #fafbff;
  padding: 30px;
}

.contact .info-box i {
  font-size: 38px;
  line-height: 0;
  color: #4154f1;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #012970;
  font-weight: 700;
  margin: 20px 0 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  background: #fafbff;
  padding: 30px;
  height: 100%;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.contact .php-email-form .loading:before {
  content: '';
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #4154f1;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type='submit'] {
  background: #4154f1;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type='submit']:hover {
  background: #5969f3;
}

@-webkit-keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.blog {
  padding: 40px 0 20px 0;
}

.blog .entry {
  padding: 30px 100px;
  margin-bottom: 60px;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  background: #ffffffc7;
}

@media screen and (max-width: 780px) {
  .blog .entry {
    padding: 30px 10px;
    margin-bottom: 60px;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    background: #ffffffc7;
  }
}

.blog .entry .entry-img {
  max-height: 440px;
  margin: 0;
  overflow: hidden;
}

.blog .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
  color: #012970;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.blog .entry .entry-title a:hover {
  color: #4154f1;
}

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #4084fd;
}

.blog .entry .entry-meta ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li + li {
  padding-left: 20px;
}

.blog .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}

.blog .entry .entry-meta a {
  color: #777777;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .entry .entry-content p {
  line-height: 24px;
}

.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #4154f1;
  color: #fff;
  padding: 6px 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}

.blog .entry .entry-content .read-more a:hover {
  background: #5969f3;
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #444444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #012970;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
  color: #0d64fd;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #013289;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
  color: #4154f1;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li + li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ',';
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
  width: 120px;
  margin-right: 20px;
}

.blog .blog-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0;
  padding: 0;
  color: #012970;
}

.blog .blog-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .blog-author .social-links a {
  color: rgba(1, 41, 112, 0.5);
  margin-right: 5px;
}

.blog .blog-author p {
  font-style: italic;
  color: #b7b7b7;
}

.blog .blog-comments {
  margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
  font-weight: bold;
}

.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .blog-comments .comment .comment-img {
  margin-right: 14px;
}

.blog .blog-comments .comment .comment-img img {
  width: 60px;
}

.blog .blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #444444;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
  color: #4154f1;
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #012970;
}

.blog .blog-comments .comment h5 .reply i {
  font-size: 20px;
}

.blog .blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: #013ca3;
  margin-bottom: 5px;
}

.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .blog-comments .reply-form p {
  font-size: 14px;
}

.blog .blog-comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #a0aaf8;
}

.blog .blog-comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #a0aaf8;
}

.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: #012970;
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #013289;
}

.blog .blog-pagination {
  color: #024ed5;
}

.blog .blog-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.blog .blog-pagination li a {
  color: #012970;
  padding: 7px 16px;
  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;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
  background: #4154f1;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
  color: #fff;
}

.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #012970;
  position: relative;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}

.blog .sidebar .search-form form input[type='text'] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #4154f1;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: #5465f2;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li + li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #012970;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: #4154f1;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item + .post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: #012970;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #4154f1;
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #aaaaaa;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #0257ee;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #d7e6ff;
  display: inline-block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #4154f1;
  background: #4154f1;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #a5c5fe;
  font-size: 14px;
}

.footer {
  background: #f6f9ff;
  padding: 0 0 30px 0;
  font-size: 14px;
}

.footer .footer-newsletter {
  padding: 50px 0;
  background: #f6f9ff;
  border-top: 1px solid #e1ecff;
}

.footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  color: #012970;
}

.footer .footer-newsletter form {
  margin-top: 20px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  border: 1px solid #e1ecff;
}

.footer .footer-newsletter form input[type='email'] {
  border: 0;
  padding: 8px;
  width: calc(100% - 140px);
}

.footer .footer-newsletter form input[type='submit'] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 30px;
  margin: 3px;
  background: #4154f1;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 4px;
}

.footer .footer-newsletter form input[type='submit']:hover {
  background: #5969f3;
}

.footer .footer-top {
  background: white url(../img/footer-bg.png) no-repeat right top;
  background-size: contain;
  border-top: 1px solid #e1ecff;
  border-bottom: 1px solid #e1ecff;
  padding: 60px 0 30px 0;
}

@media (max-width: 992px) {
  .footer .footer-top {
    background-position: center bottom;
  }
}

.footer .footer-top .footer-info {
  margin-bottom: 30px;
}

.footer .footer-top .footer-info .logo {
  line-height: 0;
  margin-bottom: 15px;
}

.footer .footer-top .footer-info .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.footer .footer-top .footer-info .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #012970;
  margin-top: 3px;
}

.footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}

.footer .footer-top .social-links a {
  font-size: 20px;
  display: inline-block;
  color: rgba(1, 41, 112, 0.5);
  line-height: 0;
  margin-right: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.footer .footer-top .social-links a:hover {
  color: #012970;
}

.footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #012970;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-top .footer-links {
  margin-bottom: 30px;
}

.footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #d0d4fc;
  font-size: 12px;
  line-height: 0;
}

.footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-top .footer-links ul a {
  color: #013289;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.footer .footer-top .footer-links ul a:hover {
  color: #4154f1;
}

.footer .footer-top .footer-contact p {
  line-height: 26px;
}

.footer .copyright {
  text-align: center;
  padding-top: 30px;
  color: #012970;
}

.footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #012970;
}

.footer-organizar {
  position: relative;
  top: -50px;
}

.banner-carousel .banner-carousel-item {
  height: 380px !important;
  color: #fff;
  background-position: 50%;
  background-size: cover;
}

.slick-dots li button:before {
  top: -10px !important;
}

.ajusteimg {
  background-size: 100% 100% !important;
}

@media (max-width: 575px) {
  .banner-carousel .banner-carousel-item {
    height: 450px;
  }
}

.slider-content {
  position: relative;
  height: 100%;
  width: 100%;
}

.slide-title-box {
  font-size: 16px;
  line-height: 39px;
  background: #ffb600;
  color: #fff;
  display: inline-block;
  padding: 0 15px;
  margin: 0 0 10px;
}

.slide-title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  color: #fff;
  margin: 20px 0 10px;
}

@media (max-width: 991px) {
  .slide-title {
    font-size: 22px;
  }
}

@media (max-width: 575px) {
  .slide-title {
    font-size: 16px;
  }
}

.slide-sub-title {
  font-style: normal;
  font-size: 60px;
  line-height: 58px;
  margin: 20px 0;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -1px;
}

@media (max-width: 991px) {
  .slide-sub-title {
    font-size: 46px;
  }
}

@media (max-width: 575px) {
  .slide-sub-title {
    font-size: 30px;
    line-height: 30px;
  }
}

.slider-text {
  display: table;
  vertical-align: bottom;
  color: #fff;
  padding-left: 40%;
  width: 100%;
  padding-bottom: 0;
  padding-top: 20px;
}

.slider-text .slide-head {
  font-size: 36px;
  color: #0052a5;
  position: relative;
}

.slider-img {
  display: block;
  position: absolute;
  top: -80px;
  left: 20%;
  width: 314px;
  max-height: 100%;
}

.slider-img img {
  display: block;
  position: relative;
  max-height: 100%;
  width: auto;
}

.slider.btn {
  margin: 15px 5px 0;
  border: 2px solid transparent;
}

@media (max-width: 575px) {
  .slider.btn {
    font-size: 12px;
  }
}

.slider.border {
  background: none;
  border: 2px solid #229fbc !important;
}

.slider.border:hover {
  background: #229fbc;
  border: 2px solid transparent;
}

.banner-carousel .carousel-control {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: transparent;
  border-radius: 40px;
  opacity: 0;
  filter: alpha(opacity=0);
  text-shadow: none;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  padding: 0;
  outline: 0;
  border: 0;
}

@media (max-width: 575px) {
  .banner-carousel .carousel-control {
    display: none !important;
  }
}

.banner-carousel .slick-dots {
  opacity: 0;
  filter: alpha(opacity=0);
  bottom: 15px;
}

.slick-dots li button::before {
  font-size: 12px;
}

.slick-dots li button:hover:before,
.slick-dots .slick-dots li button:focus:before,
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #229fbc;
}

.slick-slide {
  outline: 0;
}

.banner-carousel:hover .carousel-control,
.banner-carousel:hover .carousel-control,
.banner-carousel:hover .slick-dots {
  opacity: 1;
  filter: alpha(opacity=100);
}

.banner-carousel .carousel-control.left {
  left: 20px;
}

.banner-carousel .carousel-control.right {
  right: 20px;
}

.banner-carousel .carousel-control i {
  background: transparent;
  color: #000;
  line-height: 58px;
  width: 30px;
  height: 30px;
  font-size: 40px;
  border-radius: 50px;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.banner-carousel .carousel-control i:hover {
  background: transparent;
  color: #000;
}

.banner-carousel [data-animation-in] {
  opacity: 0;
}

.box-slider-content {
  top: 50%;
  padding: 0;
  position: absolute;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .box-slider-content {
    top: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    left: 20px;
    bottom: 20px;
    width: calc(100% - 40px);
  }
}

.box-slider-text {
  background: #fff;
  display: inline-block;
  padding: 20px 30px;
  max-width: 650px;
}

.box-slide-title {
  font-size: 18px;
  font-weight: 300;
  margin: 0;
  color: #fff;
}

@media (max-width: 767px) {
  .box-slide-title {
    font-size: 16px;
  }
}

.box-slide-sub-title {
  font-size: 36px;
  margin: 8px 0 10px;
  color: #fff;
}

@media (max-width: 767px) {
  .box-slide-sub-title {
    font-size: 26px;
  }
}

.box-slide-description {
  color: #fff;
}

@media (max-width: 767px) {
  .box-slide-description {
    font-size: 15px;
  }
}

.box-slider-text .btn {
  padding: 10px 20px;
}

.box-slide.owl-theme .owl-controls {
  margin: -20px;
}

.none {
  display: none !important;
  visibility: hidden !important;
}

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

.fill-div {
  display: block;
}

.counts-marcas {
  padding: 0 0 0 !important;
}

.marcas {
  margin: 0;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  display: block;
  padding: 0 0 !important;
  margin: 20px 40px;
}

.marcas2 {
  margin: 0;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  display: block;
  padding: 0 0 !important;
  margin: 20px 20px 0 0;
}

.marcas2-mobile {
  margin-left: 20px;
}

@media screen and (max-width: 1366px) {
  .marcas {
    margin: 0;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    display: block;
    padding: 0 0 !important;
    margin: 20px 35px;
  }
}

@media screen and (max-width: 780px) {
  .marcas {
    margin: 1%;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 25px;
  }
}

.marcas .count-box {
  width: 265px;
  height: 150px;
  background: #a4b4c0;
  background-size: 70% !important;
}

.marcas2 .count-box {
  width: 215px;
  height: 120px;
  background: #a4b4c0;
  background-size: 70% !important;
  margin-left: 20px;
}

@media screen and (max-width: 1366px) {
  .marcas .count-box {
    width: 225px;
    height: 120px;
    background: #a4b4c0;
    background-size: 70% !important;
  }
  .marcas2 .count-box {
    width: 185px;
    height: 120px;
    background: #a4b4c0;
    background-size: 70% !important;
    margin-left: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .marcas .count-box {
    width: 195px;
    height: 120px;
    background: #a4b4c0;
    background-size: 70% !important;
  }
  .marcas2 .count-box {
    width: 165px;
    height: 120px;
    background: #a4b4c0;
    background-size: 70% !important;
    margin-left: 20px;
  }
}

.marcas .count-box img {
  width: 50%;
  height: 50%;
}

.marcas .count-box p {
  margin: 0 !important;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
}

.col-lg-c-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 20%;
}

.area-saiba-mais-shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px;
  background: url(../../assets/img/icones/cart-fundo.webp) center center no-repeat;
  background-size: contain;
  height: 100px;
  margin-bottom: 12px;
}

.area-saiba-mais-car {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px;
  background: url(../../assets/img/icones/car-fundo.webp) center center no-repeat;
  background-size: contain;
  height: 100px;
  margin-bottom: 12px;
}

.area-saiba-mais-tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px;
  background: url(../../assets/img/icones/tools-fundo.webp) center center no-repeat;
  background-size: contain;
  height: 100px;
  margin-bottom: 12px;
}

.area-saiba-mais-corporative {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px;
  background: url(../../assets/img/icones/corporative.webp) center center no-repeat;
  background-size: contain;
  height: 100px;
  margin-bottom: 12px;
}

.box-margin-top-primeir-linha h5 {
  font-weight: bold;
  font-size: 1.1em;
  margin: 0 !important;
  color: var(--azul-empresas-maggi);
}

.saiba-mais-botão {
  padding: 6px;
  margin-top: 5px;
}

.botao-icone .btn-read-more {
  line-height: 0;
  border-radius: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #f2f2f2;
  text-decoration: none;
  background: var(--azul-empresas-maggi);
  height: 40px;
  margin-top: 10px;
  width: 100%;
}

.botao-icone .btn-read-more span {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  color: white;
}

.botao-icone .btn-read-more i {
  margin-left: 5px;
  font-size: 18px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.botao-icone .btn-read-more:hover i {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

section.sticky {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 2 !important;
}

section.divisor.sticky {
  z-index: 1024 !important;
}

.divisor {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding: 0 !important;
  background-color: var(--cor-site);
  padding: 0 !important;
  z-index: 1024 !important;
}

.divisor .logo {
  line-height: 0;
}

.divisor div .logo figure svg {
  max-height: 40px;
  margin-left: auto;
  height: 38px;
}

.divisor .logo figure svg {
  max-height: 40px;
  margin-left: auto;
}

.divisor span {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #f2f2f2;
  margin-top: 3px;
}

.divisor h3 {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.divisor h2 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

.divisor p {
  margin: 0;
  line-height: 17px;
  font-weight: 700;
  color: #fff;
  font-size: 15px;
}

.about .btn-read-more span {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.about2 .content h3 {
  font-weight: bold;
  font-size: 30px;
}

.about2 .content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0.3em;
}

.about2 .content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about2 .content ul i {
  font-size: 24px;
  color: #106eea00;
  border-radius: 50px;
  background: url(../img/icones/phone.webp) no-repeat center center;
  background-size: 50% 50%;
}

.about2 .content ul figure img {
  font-size: 24px;
  padding: 20px;
  margin-right: 15px;
  color: #106eea;
  border-radius: 50px;
}

.about2 .content ul h5 {
  font-size: 18px;
  color: #555555;
}

.about2 .content ul button p {
  font-size: 1rem;
  line-height: 1em;
  font-weight: bold;
  line-height: 10px;
}

.btn_ligamos_para_voce_modal {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.entreencontato {
  font-size: 26px !important;
  line-height: 1em;
  font-weight: bold !important;
}

.about2.content p:last-child {
  margin-bottom: 0;
}

.footer0 {
  background-color: var(--footer-color);
  color: #fff;
  margin-top: 70px;
}

.texto-organizar-footer {
  margin-top: 50px !important;
  margin-right: 0 !important;
}

@media screen and (max-width: 2560px) {
  .footer0 {
    background-color: var(--footer-color);
    color: #fff;
    margin-top: 0;
    background-image: url(/assets/img/footer/ARCO.svg);
    background-repeat: no-repeat;
    background-size: 60% 110%;
    background-position-x: 874px;
    background-position-y: -60px;
  }
  .texto-organizar-footer {
    margin-top: 109px !important;
    margin-right: -12px !important;
  }
}

@media screen and (max-width: 1920px) {
  .footer0 {
    background-color: var(--footer-color);
    color: #fff;
    margin-top: 0;
    background-image: url(/assets/img/footer/ARCO.svg);
    background-repeat: no-repeat;
    background-size: 60% 110%;
    background-position-x: 713px;
    background-position-y: -60px;
  }
  .texto-organizar-footer {
    margin-top: 110px !important;
    padding-right: 40px !important;
  }
  .margin-header-1 {
    margin-right: 30px;
  }
}

@media screen and (max-width: 1680px) {
  .footer0 {
    background-color: var(--footer-color);
    color: #fff;
    margin-top: 0;
    background-image: url(/assets/img/footer/ARCO.svg);
    background-repeat: no-repeat;
    background-size: 71% 110%;
    background-position-x: 609px;
    background-position-y: -60px;
  }
  .texto-organizar-footer {
    margin-top: 120px !important;
    margin-right: -40px !important;
  }
  .valor_slider {
    font-size: 1.5em;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    margin: 10px 0;
  }
  .navbar.teste-nav {
    margin-right: 0 !important;
  }
  .linkMenuLogoConcessionarias {
    height: 126px;
    width: 220px;
    position: fixed;
    top: 0;
    left: 485px !important;
  }
}

@media screen and (max-width: 1440px) {
  .texto-organizar-footer {
    margin-top: 120px !important;
    margin-right: -30px !important;
    padding: 0 !important;
  }

  .valor_slider {
    font-size: 1.5em;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    margin: 10px 0;
  }
  .banner-carousel .banner-carousel-item {
    height: 300px !important;
  }
  .navbar.teste-nav {
    margin-right: -30px !important;
  }
}

@media screen and (max-width: 1368px) {
  .footer0 {
    background-color: var(--footer-color);
    color: #fff;
    margin-top: 25px;
    background-image: url(/assets/img/footer/ARCO.svg);
    background-repeat: no-repeat;
    background-size: 60% 110%;
    background-position-x: 532px;
    background-position-y: -60px;
  }
  .texto-organizar-footer {
    margin-top: 108px !important;
    margin-right: 13px !important;
  }
  .valor_slider {
    font-size: 1.5em !important;
  }
  .info_slider span {
    font-size: 10px !important;
    line-height: 25px !important;
  }
  #filtro__buscar_info_veiculos #filtro__estoque {
    font-size: 12px;
  }
  #filtro__buscar_info_veiculos label,
  #filtro__buscar_info_veiculos input,
  #filtro__buscar_info_veiculos select,
  #filtro__buscar_info_veiculos option {
    font-size: 12px;
  }
  .catalogoPreco .catalogoPrecoTexto h3 {
    font-size: 16px;
  }
  .banner-carousel .banner-carousel-item {
    height: 300px;
  }
  .menulogo {
    background-repeat: no-repeat;
  }
  .linkMenuLogo {
    height: 126px;
    width: 270px;
    position: fixed;
    top: 0;
    left: 60px; /* antes 110px*/
  }
  #HEADER22 {
    background-image: linear-gradient(113deg, #1473e6 26.9%, #a4b4c0 8.33%, #a4b4c0 39.66%, #1473e6 24.66%);
    margin-bottom: -1px;
  }
  .linkMenuLogoConcessionarias {
    height: 126px;
    width: 220px;
    position: fixed;
    top: 0;
    left: 360px !important;
  }
  .logo-fiat-navbar {
    width: 25%;
  }
}

@media screen and (max-width: 1280px) {
  .section-c {
    padding: 120px 0 0 !important;
  }
  .marginNumber {
    margin-right: 1.3em !important;
    margin-left: 1.3em !important;
  }
  .header {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 997;
    background: #a4b4c0;
    background: -o-linear-gradient(337deg, var(--cor-site) 28%, (164, 180, 192, 1) 28%);
    background: linear-gradient(113deg, var(--cor-site) 28%, rgba(164, 180, 192, 1) 28%);
  }
  .menulogo {
    background-repeat: no-repeat;
  }
  .linkMenuLogo {
    height: 126px;
    width: 270px;
    position: fixed;
    top: 0;
    left: 30px;
  }
  #HEADER22 {
    background-image: linear-gradient(113deg, #1473e6 26.2%, #a4b4c0 8.33%, #a4b4c0 39.66%, #1473e6 24.66%);
    margin-bottom: -1px;
  }
  .linkMenuLogoConcessionarias {
    height: 126px;
    width: 220px;
    position: fixed;
    top: 0;
    left: 313px;
  }
  .footer0 {
    background-color: var(--footer-color);
    color: #fff;
    margin-top: 25px;
    background-image: url(/assets/img/footer/ARCO.svg);
    background-repeat: no-repeat;
    background-size: 60% 110%;
    background-position-x: 540px;
    background-position-y: -60px;
  }
  .texto-organizar-footer {
    margin-top: 115px !important;
    margin-right: -12px !important;
  }
  .submenu {
    left: 360px;
    position: relative;
    width: 50%;
    max-width: 860px;
  }
  .banner-carousel .banner-carousel-item {
    height: 280px !important;
  }
  .info_slider span {
    font-size: 0.6rem;
    line-height: 25px;
  }
  .valor_slider {
    font-size: 1em;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    margin: 10px 0;
  }
  .item-area {
    min-height: 440px !important;
  }
  .navbar.teste-nav {
    font-size: 16px !important;
  }
}

.justify-content-space-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.footer-main {
  padding: 30px 0 30px;
}

.footer0 .widget-title {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  margin: 0 0 30px;
  padding-left: 15px;
  text-transform: uppercase;
  color: #fff;
  border-left: 3px solid #f8be00;
}

.valor_slider {
  font-size: 1.5em;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  margin: 10px 0;
}

.footer-social {
  margin-top: 15px;
}

.footer-social .widget-title {
  font-size: 14px;
  margin-bottom: 10px;
}

.footer-social ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -13px;
}

.footer-social ul li {
  display: inline-block;
}

.footer-social ul li a i {
  display: block;
  font-size: 16px;
  color: #fff;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  padding: 10px 13px;
}

.footer-social ul li:hover {
  color: #fff;
}

.list-arrow li a {
  font-weight: 600;
  font-size: 0.78em;
  color: #fff;
}

.footer-widget ul.list-arrow li {
  padding: 4px 0 !important;
}

.footer-widget ul.list-arrow li:last-child {
  border-bottom: 0;
}

.working-hours {
  padding-right: 10px;
}

.working-hours .text-right {
  float: right;
}

.copyright {
  background: #fff;
  color: #111;
  padding: 10px 0;
  position: relative;
  z-index: 1;
  font-weight: 600;
  font-size: 12px;
  text-align: center;
}

.footer-menu ul li {
  display: inline-block;
  line-height: 12px;
  padding-left: 15px;
}

.footer-menu ul.nav li a {
  background: none;
  color: #fff;
  padding: 0;
}

.footer-about p {
  font-size: 1em;
  text-align: justify;
}

.footer-widget p {
  margin-bottom: 0 !important;
}

.working-hours p {
  font-size: 1em;
  margin-bottom: 5px;
  text-align: justify;
}

.bg-overlay {
  position: relative;
}

.bg-overlay .container {
  position: relative;
  z-index: 1;
}

.bg-overlay:after {
  background-color: #00aacd;
  z-index: 0;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.bg-overlay:after {
  position: relative;
}

.list-round,
.list-arrow,
.list-check {
  list-style: disc;
  list-style-position: inside;
  margin: 0;
  padding: 0 0 0 15px;
}

.list-round li {
  line-height: 28px;
}

.list-round li:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f138';
  margin-right: 10px;
  color: #ffb600;
  font-size: 12px;
}

.list-arrow {
  padding: 0;
}

ul.list-check li:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f00c';
  margin-right: 10px;
  color: #ffb600;
  font-size: 14px;
}

.about2 {
  color: #fff;
  margin-left: 0;
}

.marcadagua {
  background: url(/assets/img/MARCADAGUA.png);
  background-repeat: no-repeat;
  min-height: 500px;
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
}

.quemsomos h2 {
  font-weight: bold;
}

section.services-top-page {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover !important;
  position: relative;
  height: calc(367px - 126px);
}

section.services-top-page2 {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover !important;
  position: relative;
  padding: 328px 0;
}

section.services-top-page:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

section.services-top-page-filtro:before {
  background: rgba(76, 175, 195, 0.6);
}

section.services-top-page h1 {
  font-weight: 600;
  font-size: 2.8rem;
  color: white;
  -webkit-text-fill-color: white;
  font-weight: 900;
  -webkit-text-stroke: 0.025em black;
}

.c-title--no-margin-bottom {
  margin-bottom: 0;
}

.c-title {
  font-size: 2.4rem !important;
  line-height: 5.25rem;
  position: relative;
  text-align: center;
}

.login-wrap {
  width: 100%;
  margin: auto;
  max-width: 525px;
  min-height: 670px;
  position: relative;
}

.login-html {
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 70px 70px 50px 70px;
}

.login-html .sign-in-htm,
.login-html .sign-up-htm {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.login-html .sign-in,
.login-html .sign-up,
.login-form form .group .check {
  display: none;
}

.login-html .tab,
.login-form form .group .label,
.login-form form .group .button {
  text-transform: uppercase;
}

.login-html .tab {
  font-size: 22px;
  margin-right: 15px;
  padding-bottom: 5px;
  margin: 0 15px 10px 0;
  display: inline-block;
  border-bottom: 2px solid transparent;
  color: #a4b4c0;
}

.login-html .sign-in:checked + .tab,
.login-html .sign-up:checked + .tab {
  color: #1473e6;
  border-color: #1473e6;
  font-weight: 700;
}

.login-form {
  min-height: 345px;
  position: relative;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.login-form form .group {
  margin-bottom: 15px;
}

.login-form form .group .label,
.login-form form .group .button {
  width: 100%;
  color: white;
  display: block;
  font-weight: 600;
}

.login-form form .group .input {
  width: 100%;
  color: black;
  display: block;
  font-weight: 600;
}

.login-form form .group .input {
  border: solid;
  padding: 15px 20px;
  border-radius: 10px;
  border-color: #1473e6;
  background: rgba(255, 255, 255, 0.1);
}

.login-form form .group .button {
  border: none;
  padding: 15px 20px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  outline: 0;
}

.login-form form .group .input:focus:focus {
  border: solid;
  padding: 15px 20px;
  border-radius: 10px;
  border-color: red;
  border-color: rgb(76 175 195 / 0.8);
  -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset, 0 0 8px rgb(76 175 195 / 60%);
  box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset, 0 0 8px rgb(76 175 195 / 60%);
  outline: 0 none;
}

.login-form form .group .button:hover {
  outline: 0;
  background: #4c97c3;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-color: rgb(76 175 195 / 0.8);
  -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset, 0 0 8px rgb(76 175 195 / 60%);
  box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset, 0 0 8px rgb(76 175 195 / 60%);
}

.login-form form .group .button:hover {
  outline: 0;
}

.login-form form .group input[data-type='password'] {
  text-security: circle;
  -webkit-text-security: circle;
}

.login-form form .group .label {
  color: #1473e6;
  font-size: 12px;
}

.login-form form .group .button {
  background: #1473e6;
}

.login-form form .group label .icon {
  width: 15px;
  height: 15px;
  border-radius: 2px;
  position: relative;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
}

.login-form form .group label .icon:before,
.login-form form .group label .icon:after {
  content: '';
  width: 10px;
  height: 2px;
  background: #fff;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.login-form form .group label .icon:before {
  left: 3px;
  width: 5px;
  bottom: 6px;
  -webkit-transform: scale(0) rotate(0);
  -ms-transform: scale(0) rotate(0);
  transform: scale(0) rotate(0);
}

.login-form form .group label .icon:after {
  top: 6px;
  right: 0;
  -webkit-transform: scale(0) rotate(0);
  -ms-transform: scale(0) rotate(0);
  transform: scale(0) rotate(0);
}

.login-form form .group .check:checked + label {
  color: #fff;
}

.login-form form .group .check:checked + label .icon {
  background: #1161ee;
}

.login-form form .group .check:checked + label .icon:before {
  -webkit-transform: scale(1) rotate(45deg);
  -ms-transform: scale(1) rotate(45deg);
  transform: scale(1) rotate(45deg);
}

.login-form form .group .check:checked + label .icon:after {
  -webkit-transform: scale(1) rotate(-45deg);
  -ms-transform: scale(1) rotate(-45deg);
  transform: scale(1) rotate(-45deg);
}

.login-html .sign-in:checked + .tab + .sign-up + .tab + .login-form .sign-in-htm {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.login-html .sign-up:checked + .tab + .login-form .sign-up-htm {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.hr {
  height: 2px;
  margin: 60px 0 50px 0;
  background: rgba(255, 255, 255, 0.2);
}

.foot-lnk {
  text-align: center;
}

.anchor {
  padding-top: 125px;
  font-size: 0 !important;
}

.ZEROem {
  font-size: 0;
}

.formulario-de-comunicacao-input-checkbox {
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
}

.form-check-input:checked {
  background-color: var(--azul-empresas-maggi) !important;
  border-color: #fff !important;
}

.form-select-custom {
  background-image: url(/assets/img/menu/arrow-white.svg) !important;
  background-size: 12px !important;
}

.searchButton {
  width: 40px;
  height: 36px;
  border: 1px solid #1473e6;
  background: #1473e6;
  text-align: center;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
}

.alinhar_btn_slide {
  position: absolute;
  width: 80%;
  bottom: 10px !important;
  margin-bottom: 5px;
  width: 100% !important;
}

div.item .extra-info div svg {
  fill: #1473e6;
  margin-bottom: 6px;
}

div.item .extra-info div .span-text {
  background: #1473e6;
  color: #fff;
  font-weight: 500;
  line-height: 50px;
  width: 100%;
  padding: 5px;
  border-radius: 3px;
}

.form-select_multimarcas {
  display: block;
  width: 90% !important;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000 !important;
  background-color: #1473e600 !important;
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da00 !important;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 213.33 106.67'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23499ad5;%7D%3C/style%3E%3C/defs%3E%3Cg id='Camada_2' data-name='Camada 2'%3E%3Cg id='Capa_1' data-name='Capa 1'%3E%3Cpath class='cls-1' d='M0,0,106.67,106.67,213.33,0Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff !important;
  text-align: center;
  white-space: nowrap;
  background-color: var(--azul-empresas-maggi) !important;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.form-select_normal {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529 !important;
  background-color: #fff !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 213.33 106.67'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23499ad5;%7D%3C/style%3E%3C/defs%3E%3Cg id='Camada_2' data-name='Camada 2'%3E%3Cg id='Capa_1' data-name='Capa 1'%3E%3Cpath class='cls-1' d='M0,0,106.67,106.67,213.33,0Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da !important;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

section.location h4 {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 500;
}

section.location {
  background: #ffffffb0;
}

section.location .address-location p,
section.location h4,
section.location h6 {
  color: #292929;
}

section.location img {
  border-radius: 5px !important;
  max-width: 250px !important;
}

section.location {
  padding: 90px 0 110px;
  margin-bottom: 1em;
}

section.location .address-location a:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

section.location .address-location a {
  text-decoration: underline;
  display: block;
}

section.location .address-location a {
  font-size: 1rem;
  color: #292929;
  font-weight: 300;
}

section.location .address-location a span {
  border-bottom: 1px solid black;
  color: #292929;
}

section.location .address-location a i {
  color: #292929;
}

section.location .address-location p,
section.location h4,
section.location h6 {
  color: #292929;
}

section.location .phones-location {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

section.location .phones-location p {
  margin: 0 30px 10px 0 !important;
}

section.location .phones-location p {
  color: #292929;
}

section.location .link-area {
  margin-top: 15px;
}

.c-button--secondary {
  border: 0.125rem solid black;
  color: black;
  font-weight: 500;
}

.c-button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  border-radius: 1.875rem;
  color: #292929;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 3rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.03125rem;
  line-height: 1.25;
  min-width: 8.125rem;
  padding: 0 1.25rem;
  text-align: center;
}

.c-button,
.c-title--ornamented::before {
  background-color: #a4b4c0;
}

.c-button,
.c-close-button,
.c-float-button,
.c-tabs__trigger,
.glider-dot,
[data-carousel],
label {
  cursor: pointer;
}

.c-button,
.c-card-car-mini__link,
.c-close-button,
.c-logo {
  text-decoration: none;
}

.c-button,
.c-title--subtitle,
.c-title--uppercase {
  text-transform: uppercase;
}

.table-responsive-stack tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.table-responsive-stack td,
.table-responsive-stack th {
  display: block;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
}

.table-responsive-stack .table-responsive-stack-thead {
  font-weight: bold;
}

tbody td {
  min-height: 70px;
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
}

.switchFilter {
  width: 0;
  display: inline-block;
  background-color: #1473e6;
  position: absolute;
  left: 0;
  opacity: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  -webkit-transition: all 0.4s cubic-bezier(0, 0, 0.25, 1);
  -o-transition: all 0.4s cubic-bezier(0, 0, 0.25, 1);
  transition: all 0.4s cubic-bezier(0, 0, 0.25, 1);
}

.switch label {
  cursor: pointer;
  text-transform: uppercase;
  border: 1px solid #1473e6;
  width: 65px;
  padding: 10px 0;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  margin-right: 10px;
}

.switch {
  position: block;
  display: inline-block;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  z-index: 1;
}

.switch input[type='radio'] {
  visibility: hidden;
  position: absolute;
  height: 100%;
}

.switch input[type='radio']#yes:checked ~ label[for='yes'] {
  color: white;
  border: 1px solid #1473e6;
}

.switch input[type='radio']#yes:checked ~ .switchFilter {
  left: 0;
  opacity: 1;
  width: 67px;
}

.switch input[type='radio']#no:checked ~ label[for='no'] {
  color: white;
  border: 1px solid #1473e6;
}

.switch input[type='radio']#no:checked ~ .switchFilter {
  left: 80px;
  width: 67px;
  opacity: 1;
}

.switchFilter-2 {
  width: 0;
  display: inline-block;
  background-color: #1473e6;
  position: absolute;
  left: 0;
  opacity: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  -webkit-transition: all 0.4s cubic-bezier(0, 0, 0.25, 1);
  -o-transition: all 0.4s cubic-bezier(0, 0, 0.25, 1);
  transition: all 0.4s cubic-bezier(0, 0, 0.25, 1);
}

.switch-2 label {
  cursor: pointer;
  text-transform: uppercase;
  border: 1px solid #1473e6;
  width: 65px;
  padding: 10px 0;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  margin-right: 10px;
}

.switch-2 {
  position: block;
  display: inline-block;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  z-index: 1;
}

.switch-2 input[type='radio'] {
  visibility: hidden;
  position: absolute;
  height: 100%;
}

.switch-2 input[type='radio']#yes-2:checked ~ label[for='yes-2'] {
  color: white;
  border: 1px solid #1473e6;
}

.switch-2 input[type='radio']#yes-2:checked ~ .switchFilter-2 {
  left: 0;
  opacity: 1;
  width: 67px;
}

.switch-2 input[type='radio']#no-2:checked ~ label[for='no-2'] {
  color: white;
  border: 1px solid #1473e6;
}

.switch-2 input[type='radio']#no-2:checked ~ .switchFilter-2 {
  left: 80px;
  width: 67px;
  opacity: 1;
}

.single-info {
  height: 55px;
  background: #a4b4c0;
}

.single-info svg {
  position: relative;
  top: -12.5px;
  right: 15px;
}

.single-info svg .cls-1 {
  fill: #ffffff;
  stroke: #fdfdfd;
  stroke-miterlimit: 10;
}

.single-info p,
.single-info span {
  color: #f6f6f6;
  letter-spacing: 0.05em;
  margin: 0;
}

.single-info span {
  font-size: 0.9em;
}

.single-info p {
  font-size: 1em;
}

div.item .item-area-seminovos .product-image-area-seminovos img {
  height: 100%;
  max-height: 190px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

div.item .details-area-seminovos {
  padding: 0;
  background-color: #fff0;
  border-radius: 0 0 5px 5px;
  display: block;
  width: 100%;
}

.botao-seminovos {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  text-align: center;
  height: 40px;
  background-color: #1473e6;
  padding: 0 10px;
  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;
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: 0.5px;
  font-weight: 600;
}

div.item .extra-info-maggi {
  clear: both;
  display: table;
  width: 100%;
  float: left;
  position: absolute;
  width: 80%;
  height: 20%;
  margin-bottom: 5px;
  width: 100% !important;
  left: 0;
}

div.item .extra-info-maggi div svg {
  fill: #1473e6;
  margin-bottom: 6px;
}

div.item .extra-info-maggi ul li .svg-custom svg {
  fill: #1473e6;
}

svg:not(:root) {
  overflow: hidden;
}

div.item .extra-info-maggi ul li .svg-custom {
  width: 28px;
  padding: 0;
  margin: 0 auto;
  display: table;
}

div.item .extra-info-maggi ul {
  padding: 0;
  display: table;
  width: 100%;
  margin: 15px 0 0;
}

div.item .extra-info-maggi ul li {
  display: table;
  float: left;
  color: #fff;
  font-size: 14px;
  width: 33.3%;
}

div.item .extra-info-maggi ul li.cambio {
  margin-right: 0;
}

div.item .extra-info-maggi ul li p {
  color: #000;
  text-align: center;
  font-size: 14px;
}

div.item .extra-info-maggi ul li .svg-custom {
  width: 28px;
  padding: 0;
  margin: 0 auto;
  display: table;
}

div.item .extra-info-maggi div .span-text {
  background: #1473e6;
  color: #fff;
  font-weight: 500;
  line-height: 50px;
  width: 100%;
  padding: 5px;
  border-radius: 3px;
}

form#formFilter h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.busca {
  width: 272.25px;
  margin-right: 9px;
}

.item-area-altura {
  padding: 0 !important;
  border: 2px solid var(--azul-empresas-maggi) !important;
}

@media screen and (max-width: 1024px) and (min-width: 1023px) {
  .item-area-altura {
    padding: 0 !important;
    border: 2px solid var(--azul-empresas-maggi) !important;
  }
}

.botao-seminovos-busca {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  text-align: center;
  height: 40px;
  background-color: var(--azul-empresas-maggi);
  padding: 0 10px;
  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;
  text-transform: uppercase;
  font-size: 1.25em;
  letter-spacing: 0.5px;
  font-weight: 600;
}

.busca-imagem {
  height: 100%;
  max-height: 225px !important;
  height: 225px !important;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

div.item .extra-info-maggi-buscar div .span-text-2 {
  background: var(--azul-empresas-maggi);
  color: #fff;
  font-weight: 500;
  margin-top: 5px;
  display: block;
  width: 100%;
  padding: 5px;
  border-radius: 3px;
}

div.item .extra-info-maggi-buscar {
  clear: both;
  display: table;
  width: 100%;
  float: left;
  position: absolute;
  width: 80%;
  height: 20%;
  top: 95px;
  margin-bottom: 5px;
  width: 100% !important;
  left: 0;
}

.active a.page-link.pagination-maggi {
  background: #1473e6;
  border: 1px solid #1473e6;
  color: #fff !important;
}

a.page-link.pagination-maggi {
  background: #fff;
  border: 1px solid #1473e6;
  color: #262626 !important;
}

a.page-link.disabled-maggi {
  color: #6c757d !important;
  pointer-events: none;
  background-color: #f2fafc;
  border-color: #dee2e6;
}

.filtros-ul {
  padding: 0;
  overflow-x: hidden;
  background: #fdfffc;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.filtros-ul li a {
  font-size: 14px;
  color: #2e2e37 !important;
  border-radius: 8px;
  border: 1px solid #2e2e37;
  padding: 0 12px;
  line-height: normal;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-transform: uppercase;
  height: 23px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.filtroAplicado {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.bgFigure {
  height: 230px;
  background-size: cover !important;
  background-position: top center !important;
  background-repeat: no-repeat !important;
}

@media screen and (max-width: 1024px) and (min-width: 1023px) {
  .bgFigure {
    height: 130px !important;
    background-size: 100% !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
  }
}

.product-image-area-buscar {
  height: 230px !important;
  border-radius: 0;
}

div.item .item-area-buscar {
  background: #fff;
}

.Informacoes {
  margin-top: 10px;
}

.nomeDoVeiculo {
  font-size: 16px;
  line-height: 26px;
  color: #a4b4c0;
  margin: 0;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#info_slider h3 {
  color: #a4b4c0 !important;
  font-size: 2rem;
}

.nomeDoVeiculo span {
  text-transform: capitalize;
}

.modeloDoVeiculo {
  font-size: 16px;
  line-height: 16px;
  color: #a4b4c0;
  margin: 2px 0;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-weight: 300;
}

.font-light {
  font-weight: 300;
}

.kmAno {
  font-size: 12px;
  line-height: 22px;
  color: #6b6d71;
  margin: 0;
}

.catalogoPreco {
  margin: 9px 14px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.catalogoPreco .catalogoPrecoTexto h3 {
  font-size: 20px;
  line-height: 23px;
  color: #07152b;
  width: auto;
}

.catalogoPreco .catalogoPrecoTexto p {
  font-size: 12px;
  line-height: 22px;
  color: #6b6d71;
  margin: 0;
  font-weight: lighter;
  text-transform: uppercase;
}

.cardBuscar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: transparent !important;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125) !important;
  border-radius: 0.25rem;
}

.totalRecords {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 6px;
}

.totalRecords h2 {
  margin: 0;
  font-size: 14px;
  font-weight: lighter;
  line-height: 17px;
  color: #6a727e;
}

.totalRecords a {
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  font-size: 14px;
  font-weight: lighter;
  line-height: 17px;
  color: #0052cb;
  cursor: pointer;
}

.ui-search {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 10px;
}

.ui-search-rescue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 18px 13px 32px;
  background-color: #fff;
}

.ui-search-rescue--zrp {
  max-width: 1018px;
  min-height: 204px;
  border-radius: 4px;
  margin: 48px auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 42px 40px 32px;
}

.ui-search-rescue__icon {
  margin-top: -8px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 35px;
}

.ui-search-rescue--zrp h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.08;
}

.ui-search-rescue__list {
  margin: 18px 10px 10px 0;
  font-size: 16px;
  font-weight: 300;
}

.ui-search-rescue__item {
  line-height: 1.231;
  color: rgba(0, 0, 0, 0.8);
  list-style-type: disc;
  list-style-position: outside;
  margin-bottom: 3px;
  margin-left: 18px;
}

.ui-search-rescue__icon svg {
  color: var(--azul-empresas-maggi);
}

@media screen and (min-width: 1366px) {
  .submenu {
    left: 420px;
    position: relative;
    width: 50%;
    max-width: 860px;
  }
}

@media screen and (min-width: 1440px) {
  .submenu {
    left: 548px;
    position: relative;
    width: 50%;
    max-width: 860px;
  }
}

@media screen and (min-width: 1680px) {
  .submenu {
    left: 660px;
    position: relative;
    width: 50%;
    max-width: 895px;
  }
}

@media screen and (min-width: 1920px) {
  .submenu {
    left: 740px;
    position: relative;
    width: 50%;
    max-width: 815px;
  }
}

@media screen and (min-width: 2000px) {
  .submenu {
    left: 1014px;
    position: relative;
    width: 50%;
    max-width: 860px;
  }
}

@media screen and (max-width: 1000px) {
  .btn-search {
    width: 100% !important;
  }
}

@media screen and (max-width: 1000px) {
  .input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff !important;
    text-align: center;
    white-space: nowrap;
    background-color: var(--azul-empresas-maggi) !important;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
  }
}

.slick-prev:before {
  color: #84929c !important;
}

.slick-next:before {
  color: #84929c !important;
}

#search-data {
  padding: 10px;
  border: solid 1px #bdc7d8;
  margin-bottom: 20px;
  display: inline;
  width: 100%;
}

.search-result {
  border-bottom: solid 1px #bdc7d8;
  padding: 10px;
  font-family: Times New Roman;
  font-size: 20px;
  color: var(--azul-empresas-maggi) !important;
}

.search-result a {
  color: var(--azul-empresas-maggi) !important;
}

.search-result a:hover {
  color: var(--azul-empresas-maggi) !important;
}

.nomeDoVeiculo {
  font-size: 16px;
  line-height: 26px;
  color: #a4b4c0;
  margin: 0;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 3000px) {
  .info_slider span {
    font-size: 0.7rem;
    line-height: 25px;
  }
  .item-area-a h3 {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 2000px) {
  .info_slider span {
    font-size: 0.8rem;
    line-height: 25px;
  }
  .item-area-a h3 {
    font-size: 1.6em;
  }
}

@media screen and (max-width: 1681px) {
  .info_slider span {
    font-size: 0.8rem;
    line-height: 25px;
  }
}

@media screen and (max-width: 1366px) {
  .info_slider span {
    font-size: 0.8rem;
    line-height: 25px;
  }
}

.info_slider {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-content: space-around;
  justify-content: center;
}

.info_slider span {
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 0.25rem;
  background: #1473e6;
}

.info_slider img {
  margin: 12px 5px 0;
}

.valor_slider {
  font-size: 1em;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  margin-top: 10px 0;
}

.subtitulo-slider {
  font-size: 1em;
}

.responsive .slick-slide {
  margin: 0 10px !important;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-slide {
  outline: 0;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

div.item .item-area {
  padding: 5px;
}

div.item .product-image {
  width: 100%;
  min-height: 60px;
  display: block;
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-radius: 5px;
  background: #fff0;
}

.product-image-area a.product-image {
  overflow: hidden;
}

div.item .product-image {
  width: 100%;
  min-height: 60px;
  display: block;
  position: relative;
  z-index: 0;
  overflow: hidden;
  background: #fff0;
}

.product-image-area a.product-image {
  overflow: hidden;
}

a.product-image {
  z-index: 1;
}

a.product-image {
  z-index: 1;
}

.product-image {
  position: relative;
  display: block;
}

.product-image {
  position: relative;
  display: block;
}

.product-image {
  display: flex !important;
  flex-direction: column;
  align-items: center;
}

.alinhar_btn_slide {
  position: relative;
  width: 100% !important;
}

.small,
small {
  font-size: 0.7em !important;
  text-decoration: underline !important;
}

#show_horarios p {
  margin: 0.25em 0 0 0;
}

.h3-preco {
  color: #a4b4c0 !important;
}

@media screen and (max-width: 2000px) {
  .info_slider span {
    font-size: 0.8rem;
    line-height: 25px;
  }
  .item-area-a h3 {
    font-size: 1.6em;
  }
}

@media screen and (max-width: 1681px) {
  .info_slider span {
    font-size: 0.8rem;
    line-height: 25px;
  }
}

@media screen and (max-width: 1366px) {
  .info_slider span {
    font-size: 0.8rem;
    line-height: 25px;
  }
}

@media screen and (max-width: 3000px) {
  .info_slider span {
    font-size: 0.8rem;
    line-height: 25px;
  }
  .item-area-a h3 {
    font-size: 1.5em;
  }
  .product-image-area {
    height: auto;
  }
  .info_slider span {
    font-size: 0.8rem;
    line-height: 25px;
  }
  .item-area-a h3 {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 2000px) {
  .info_slider span {
    font-size: 0.8rem;
    line-height: 25px;
  }
  .item-area-a h3 {
    font-size: 1.6em;
  }
}

@media screen and (max-width: 1681px) {
  .info_slider span {
    font-size: 0.8rem;
    line-height: 25px;
  }
}

@media screen and (max-width: 1366px) {
  .info_slider span {
    font-size: 0.8rem;
    line-height: 25px;
  }
}

.single-info svg path.cls-1 {
  fill: #ffffff !important;
  stroke: #fdfdfd !important;
  stroke-miterlimit: 10 !important;
}

path.cls-1 {
  fill: var(--azul-empresas-maggi) !important;
  stroke: var(--azul-empresas-maggi) !important;
  stroke-miterlimit: 10 !important;
}

.modal-open .modal {
  z-index: 999999;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 15px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: 0.4;
  color: var(--azul-empresas-maggi) !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.accordion-button:not(.collapsed) {
  color: #ffffff !important;
  background-color: #b3c9d6 !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
  transform: rotate(180deg);
}

.vermelho_fiat {
  color: white !important;
  fill: white !important;
}

.entreencontato a {
  padding: 0.7rem 1rem 0 0 !important;
}

.entreencontato a img {
  padding: 0.6rem 0 0 0;
}

.entreencontato a {
  font-size: 29px !important;
  line-height: 1em;
  font-weight: bold !important;
}

.bg-arco {
  background: url(/assets/img/menu/ARCO-MOBILE.webp);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top 90px right -62px;
}

.bg-maggi-menu-mobile {
  background: url(/assets/img/menu/logo-maggi-menu.svg?v=4);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: bottom 20px center;
  height: 100%;
  background-size: 91px 57px;
  overflow: hidden;
}

@media screen and (max-width: 1000px) {
  .d-none-c {
    display: none !important;
  }
}

.banner-carousel .carousel-control {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: transparent;
  border-radius: 40px;
  opacity: 0;
  filter: alpha(opacity=0);
  text-shadow: none;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  padding: 0;
  outline: 0;
  border: 0;
}

@media (max-width: 575px) {
  .banner-carousel .carousel-control {
    display: none !important;
  }
}

.banner-carousel .slick-dots {
  opacity: 0;
  filter: alpha(opacity=0);
  bottom: 15px;
}

.slick-dots li button::before {
  font-size: 12px;
}

.slick-dots li button:hover:before,
.slick-dots .slick-dots li button:focus:before,
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #229fbc;
}

.slick-slide {
  outline: 0;
}

.banner-carousel:hover .carousel-control,
.banner-carousel:hover .carousel-control,
.banner-carousel:hover .slick-dots {
  opacity: 1;
  filter: alpha(opacity=100);
}

.banner-carousel .carousel-control.left {
  left: 20px;
}

.banner-carousel .carousel-control.right {
  right: 20px;
}

.banner-carousel .carousel-control i {
  background: transparent;
  color: #000;
  line-height: 58px;
  width: 30px;
  height: 30px;
  font-size: 40px;
  border-radius: 50px;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.banner-carousel .carousel-control i:hover {
  background: transparent;
  color: #000;
}

.banner-carousel [data-animation-in] {
  opacity: 0;
}

.box-slider-content {
  top: 50%;
  padding: 0;
  position: absolute;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .box-slider-content {
    top: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    left: 20px;
    bottom: 20px;
    width: calc(100% - 40px);
  }
}

.box-slider-text {
  background: #fff;
  display: inline-block;
  padding: 20px 30px;
  max-width: 650px;
}

.box-slide-title {
  font-size: 18px;
  font-weight: 300;
  margin: 0;
  color: #fff;
}

@media (max-width: 767px) {
  .box-slide-title {
    font-size: 16px;
  }
}

.box-slide-sub-title {
  font-size: 36px;
  margin: 8px 0 10px;
  color: #fff;
}

@media (max-width: 767px) {
  .box-slide-sub-title {
    font-size: 26px;
  }
}

.box-slide-description {
  color: #fff;
}

@media (max-width: 767px) {
  .box-slide-description {
    font-size: 15px;
  }
}

.box-slider-text .btn {
  padding: 10px 20px;
}

.box-slide.owl-theme .owl-controls {
  margin: -20px;
}

@media (max-width: 575px) {
  .banner-carousel .banner-carousel-item {
    height: 200px;
  }
}

i.fas {
  color: var(--cor-site) !important;
  font-size: 1.5em;
}

.form-select_fiat {
  display: block;
  width: 90% !important;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000 !important;
  background-color: #1473e600 !important;
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da00 !important;
  border-radius: 0.25rem;
  -webkit-appearance: none !important;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 213.33 106.67'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23499ad5;%7D%3C/style%3E%3C/defs%3E%3Cg id='Camada_2' data-name='Camada 2'%3E%3Cg id='Capa_1' data-name='Capa 1'%3E%3Cpath class='cls-1' d='M0,0,106.67,106.67,213.33,0Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
}

.btn-fiat {
  color: #fff !important;
  background-color: var(--cor-site) !important;
  border-color: var(--cor-site) !important;
}

.ms-custom {
  margin-left: 18px;
}

.me-custom {
  margin-right: 18px;
}

@media (min-width: 1700px) {
  .col-xxxl-3 {
    flex: 0 0 auto;
    width: 18% !important;
  }
}

.swal2-container.swal2-bottom,
.swal2-container.swal2-center,
.swal2-container.swal2-top {
  z-index: 9999999;
}

#atendimentoWhatsapp_Footer {
  font-size: 14px;
}

.form-select-azul {
  background-color: var(--azul-empresas-maggi) !important;
  color: #fff !important;
}

#formulario_single .form-control {
  background-color: var(--cinza-empresas-maggi) !important;
}

#formulario_single .form-control::placeholder {
  color: white !important;
}

#menu__desktop li {
  margin-left: 10px;
}

#menu__desktop li a.scrollto::before {
  content: '';
  border-right: 1px solid white;
  width: 100%;
  height: 100%;
  position: absolute;
}

#menu__desktop li a.nav-link {
  height: 38px;
}

#menu__desktop ul.dropdown-menu li {
  margin: 0 !important;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 38px;
  visibility: visible;
  left: -10px;
  border-radius: 0;
  border: unset;
}

.dropdown-menu:focus {
  outline: unset !important;
}

.dropdown-menu:focus-visible {
  outline: unset;
}

.slick-prev {
  z-index: 1 !important;
}

.btn_ligamos_para_voce_modal {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.item-box-margin {
  max-width: 180px !important;
}

.product-image-area figure {
  height: 100%;
}

.grecaptcha-badge {
  display: none;
}

/* mobile correções */

@media (max-width: 4096px) {
  .header {
    background: -o-linear-gradient(337deg, var(--cor-site) 45%, rgba(164, 180, 192, 1) 31%);
    background: linear-gradient(113deg, var(--cor-site) 45%, rgba(164, 180, 192, 1) 31%);
  }
}

@media (max-width: 1920px) {
  .header {
    background: -o-linear-gradient(337deg, var(--cor-site) 40%, rgba(164, 180, 192, 1) 31%);
    background: linear-gradient(113deg, var(--cor-site) 40%, rgba(164, 180, 192, 1) 31%);
  }
}

@media screen and (max-width: 1366px) {
  #FiltroCollapse .form-check-label {
    font-size: 12px;
  }
}

@media screen and (max-width: 1000px) {
  .resize {
    width: 75% !important;
    margin-left: 20px;
    margin-top: 0px;
  }
}

@media (max-width: 1200px) {
  .testimonials .swiper-slide-next {
    opacity: 1;
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    transform: scale(1.12);
  }
  .info_slider span {
    font-size: 0.5rem !important;
    line-height: 25px;
  }
  .banner-carousel .banner-carousel-item {
    height: 200px !important;
  }
  .linkMenuLogoConcessionarias {
    height: 126px;
    width: 220px;
    position: fixed;
    top: 0;
    left: 313px !important;
  }
  .item-area {
    min-height: 400px !important;
  }
}

@media (max-width: 1366px) and (orientation: landscape) {
  .header {
    background: -o-linear-gradient(337deg, var(--cor-site) 34%, rgba(164, 180, 192, 1) 31%);
    background: linear-gradient(113deg, var(--cor-site) 34%, rgba(164, 180, 192, 1) 31%);
  }
  #response_form h2.font-maggi {
    font-size: 21px;
  }
}

#info_slider h3 {
  font-size: 25px;
}

#filtro__buscar_info_veiculos #filtro__estoque {
  font-size: 15px;
}
#filtro__buscar_info_veiculos label,
#filtro__buscar_info_veiculos input,
#filtro__buscar_info_veiculos select,
#filtro__buscar_info_veiculos option {
  font-size: 15px;
}
.catalogoPreco .catalogoPrecoTexto h3 {
  font-size: 20px;
}

.banner-carousel .banner-carousel-item {
  height: 300px;
}

.about2 .content ul button p,
#atendimento_whatsapp a p {
  font-size: 14px;
  line-height: 17px;
  font-weight: bold;
}

.entreencontato1 {
  font-size: 18px !important;
  text-align-last: center;
}

@media (max-width: 1180px) {
  .linkMenuLogo {
    left: 20px;
  }
  .linkMenuLogoConcessionarias {
    left: 320px !important;
  }
  .btn-maggi-light {
    width: 95%;
  }
  .navbar.teste-nav {
    font-size: 12px !important;
    margin-right: 30px !important;
  }
  .margin-header-1 {
    font-size: 12px;
    margin-right: 30px !important;
  }
  .entreencontato a {
    font-size: 18px !important;
  }
  .about2 .content ul button p,
  #atendimento_whatsapp a p,
  .contato_divisor {
    font-size: 13px !important;
    line-height: 15px;
  }
  .entreencontato1 {
    font-size: 18px !important;
  }
  .divisor div .logo figure svg {
    max-height: 40px;
    margin-left: auto;
    height: 35px;
  }
  .texto-organizar-footer {
    margin-top: 95px !important;
    margin-right: 15px !important;
  }
  .footer0 {
    background-color: var(--footer-color);
    color: #fff;
    margin-top: 0;
    background-image: url(/assets/img/footer/ARCO.svg);
    background-repeat: no-repeat;
    background-size: 71% 110%;
    background-position-x: 354px;
  }
}

@media (max-width: 1023px) and (orientation: landscape) {
  #info_slider h3 {
    font-size: 18px;
  }
  .header {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 997;
    background: var(--azul-empresas-maggi);
  }
  .header-menu {
    height: 50px !important;
    background: linear-gradient(113deg, var(--cor-site) 82%, rgba(164, 180, 192, 1) 31%);
    position: -webkit-sticky;
    position: sticky;
    top: 49px;
    z-index: 1047;
  }
  .v-menu {
    padding: 0 0 0 0 !important;
    height: 60px;
  }
  .linkMenuLogo-social {
    height: 25px;
    position: fixed;
    top: 15px;
    right: 15px;
  }
  .resize {
    width: 75% !important;
  }
}

@media (max-width: 896px) and (orientation: landscape) {
  .bg-maggi-menu-mobile {
    overflow: auto;
    background: unset;
  }
  .footer0 {
    background-image: unset !important;
  }
  .container.valor_slider {
    font-size: 13px;
  }
  .menulogo {
    background-size: cover;
  }
  .linkMenuLogo {
    height: 100px;
    width: 190px;
  }
}

@media (max-width: 1080px) {
  .linkMenuLogoConcessionarias {
    left: 280px !important;
  }
  .info_slider span {
    font-size: 9px;
  }
  .entreencontato a {
    font-size: 19px !important;
  }
  .banner-carousel .banner-carousel-item {
    height: 220px;
  }
  .texto-organizar-footer {
    margin-top: 98px !important;
    margin-right: 5px !important;
  }
  .footer0 {
    background-color: var(--footer-color);
    color: #fff;
    margin-top: 0;
    background-image: url(/assets/img/footer/ARCO.svg);
    background-repeat: no-repeat;
    background-size: 71% 110%;
    background-position-x: 354px;
  }
  .navbar.teste-nav {
    font-size: 12px !important;
    margin-right: 15px !important;
  }
  .margin-header-1 {
    font-size: 12px;
    margin-right: 15px !important;
  }
}

@media screen and (max-width: 1024px) {
  .header {
    background: -o-linear-gradient(337deg, var(--cor-site) 37%, (164, 180, 192, 1) 20%);
    background: linear-gradient(113deg, var(--cor-site) 37%, rgba(164, 180, 192, 1) 20%);
  }
  .navbar a {
    font-size: 10px;
  }
  .entreencontato a {
    font-size: 22px !important;
  }
  .linkMenuLogoConcessionarias {
    left: 260px !important;
  }
  .linkMenuLogo {
    width: 250px;
  }
  #info_slider h3 {
    font-size: 22px;
  }
  .info_slider span {
    font-size: 9px;
  }

  .margin-header-1 {
    margin-right: 0px !important;
  }
  .bg-maggi-menu-mobile li a {
    font-size: 20px;
  }
  #formulario_multimarcas label {
    font-size: 12px;
  }
  .resize {
    width: 100%;
  }
  .footer0 {
    background-color: var(--footer-color);
    color: #fff;
    margin-top: 0;
    background-image: url(/assets/img/footer/ARCO.svg);
    background-repeat: no-repeat;
    background-size: 71% 110%;
    background-position-x: 354px;
  }
  .texto-organizar-footer {
    margin-top: 93px !important;
    margin-right: -10 !important;
  }
  #filtro__buscar_info_veiculos #filtro__estoque {
    font-size: 12px;
  }
  #filtro__buscar_info_veiculos label,
  #filtro__buscar_info_veiculos input,
  #filtro__buscar_info_veiculos select,
  #filtro__buscar_info_veiculos option {
    font-size: 12px;
  }
  .single-info p {
    font-size: 11px;
  }
  .single-info span {
    font-size: 9px;
  }
  #response_form h2.font-maggi {
    font-size: 18px;
  }
  #response_form label,
  #response_form input,
  #response_form textarea,
  .cd-switch p,
  .cd-switch-2 p {
    font-size: 13px;
  }
  .linkMenuLogo {
    height: 126px;
    width: 270px;
    position: fixed;
    top: 0;
    left: 20px;
  }
  .banner-carousel .banner-carousel-item {
    height: 220px !important;
  }
  .block-btn-car a span {
    font-size: 0.6rem !important;
    font-weight: 600;
    line-height: 25px;
    padding: 0.15rem;
  }
  .info_slider span {
    font-size: 8px !important;
    line-height: 25px !important;
  }
  .item-area {
    min-height: 390px !important;
  }
  #menu__desktop li a.nav-link {
    padding-right: 10px;
  }
  #menu__desktop li:nth-last-child(1) a.nav-link {
    padding-right: 0px;
  }
  .btn-maggi-light {
    width: 95%;
  }
  .navbar.teste-nav {
    font-size: 12px !important;
    margin-right: 0px !important;
  }
}

@media (max-width: 1000px) {
  .menu-aberto-outros-servicos {
    margin-top: 3em !important;
  }
  .menu-aberto-texto {
    font-size: 12pt;
    line-height: 2;
    margin-top: 3em !important;
  }
  .menu-drop {
    width: 100vw;
    background: #a4b4c0;
    height: 80px;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    display: flex;
  }
  .header {
    height: 50px !important;
  }
  #slide_Principal .slick-arrow.slick-prev {
    left: -13px;
  }
  #slide_Principal .slick-arrow.slick-next {
    right: -13px;
  }
  .navbar.teste-nav {
    font-size: 15px !important;
  }
  #menu_mobile_teste.navbar-mobile {
    display: block !important;
  }
  .logo-toyota-navbar {
    width: 50%;
  }
  .navbar {
    position: fixed !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .menulogo {
    background-image: url(/assets/img/menu/LOGO-TESTEIRA-MOBILE.webp?v=6);
    background-repeat: no-repeat;
    background-position-x: 10%;
    background-position-y: 50%;
    background-size: contain;
  }
  .menulogo-marca {
    background-image: url(/assets/img/menu/LOGO-TESTEIRA-MENU-MOBILE.webp);
    background-repeat: no-repeat;
    background-position-x: 10%;
    background-position-y: 50%;
  }
  .linkMenuLogo-marca {
    height: 25px;
    width: 100px;
    position: fixed;
    top: 64px;
    left: 215px;
    /* background-color: #000; */
  }
  .linkMenuLogo-social {
    height: 25px;
    position: fixed;
    top: 3px;
    right: 15px;
  }
  .resize {
    width: 75% !important;
    margin-left: -20px;
    margin-top: 0px;
  }
  .linkMenuLogo {
    height: 100px !important;
    width: 152px !important;
    position: fixed;
    top: -14px;
    left: 2% !important;
  }
  .linkMenuLogoConcessionarias {
    height: 100px;
    width: 190px;
    position: fixed;
    top: 0;
    left: 40px;
  }
  .divisor-altura {
    height: 50px !important;
    display: flex;
    align-content: center !important;
  }
  .divisor .logo {
    line-height: 0;
  }
  .divisor div .logo figure svg {
    max-height: 40px !important;
    margin-left: auto !important;
    height: 20px !important;
  }
  .divisor .logo figure svg {
    max-height: 20px !important;
    margin-left: auto !important;
  }
  .divisor span {
    font-size: 10px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    color: #f2f2f2 !important;
    margin-top: 3px !important;
  }
  .divisor h3 {
    font-size: 10px !important;
    font-weight: 700 !important;
    color: #fff !important;
    text-transform: uppercase !important;
  }
  .divisor h2 {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #fff !important;
  }
  .divisor p {
    margin: 5px 0 0 0 !important;
    line-height: 20px !important;
    font-weight: 700 !important;
    color: #fff !important;
  }

  .mobile-nav-toggle.bi-x {
    color: #fff;
    top: 20px !important;
    right: 12px;
    font-weight: bold;
    font-size: 2.5em;
  }
  .navbar-mobile {
    width: 0%;
    transform: all 5s ease;
  }
  .info_valor h3 {
    font-size: 1.3rem !important;
  }
  .product-image-area {
    height: 150px;
  }
  .info_slider {
    display: flex;
  }
  .item-area {
    min-height: 395px;
  }
  .info_slider svg {
    margin: 5px 3px 0px 0px;
  }
  .info_slider span {
    font-size: 0.7rem;
    line-height: 25px;
  }
  .slider-semi {
    height: 400px !important;
  }
  .responsive .slick-slide {
    margin: 0px 5px !important;
  }
  .footer-main {
    padding: 5px 0 30px;
  }
  #info_slider h3 {
    color: #a4b4c0 !important;
    font-size: 1.8rem !important;
    margin-top: -14px;
  }

  #exibir_slider .slick-next {
    right: -35px !important;
    z-index: 1 !important;
  }
  #exibir_slider .slick-prev {
    left: -35px !important;
    z-index: 1 !important;
  }
  .bg-maggi-menu-mobile {
    background: url(/assets/img/menu/logo-maggi-menu.svg?v=2);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom 10px center;
    height: 100%;
    background-size: 80px 57px;
    overflow: hidden;
  }
}

@media screen and (max-width: 915px) {
  .logo-loja-oline {
    width: 250px;
    margin-left: 50px;
  }
  .section-header p {
    font-size: 28px;
    line-height: 32px;
  }
  #encontre-seu-veiculo {
    line-height: 25px;
  }
  label {
    line-height: 15px;
  }
  #destaques {
    margin-top: 0;
  }
  .navbar {
    position: fixed !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .menulogo {
    background-repeat: no-repeat;
  }
  .linkMenuLogo {
    height: 126px;
    width: 170px;
    position: fixed;
    top: 0;
    left: 0;
  }
  #header {
    display: none;
  }
  .menulogo {
    background-image: url(/assets/img/menu/LOGO-TESTEIRA-MOBILE.webp?v=4);
    background-repeat: no-repeat;
    background-position-x: 10%;
    background-position-y: 50%;
    background-size: contain;
  }
  .menulogo-marca {
    background-image: url(/assets/img/menu/LOGOS-TESTEIRA-100X22.webp);
    background-repeat: no-repeat;
    background-position-x: 10%;
    background-position-y: 50%;
  }
  .linkMenuLogo {
    width: 190px !important;
    height: 100px !important;
    background-size: cover;
  }
  .linkMenuLogo-marca {
    height: 22px;
    width: 100px;
    position: fixed;
    top: 64px;
    left: 215px;
  }
  .linkMenuLogo-social {
    height: 25px;
    position: fixed;
    top: 15px;
    right: 15px;
  }
  a svg {
    vertical-align: bottom !important;
  }
  .banner-carousel .slick-dots {
    opacity: 1 !important;
    filter: alpha(opacity=1);
    bottom: -14px !important;
    border: none;
    outline: none;
  }
  .slick-dots li button:before {
    font-family: 'slick';
    font-size: 12px !important;
    line-height: 20px;
    position: absolute;
    top: -23px !important;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: 0.4;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .v-menu {
    padding: 0 0 0 0 !important;
    height: 60px;
  }
  .menuborder {
    height: 38px;
    border: none;
  }
  .hero {
    text-align: center;
  }
  .hero h1 {
    font-size: 32px;
  }
  .hero h2 {
    font-size: 24px;
  }
  .hero .hero-img img {
    width: 100%;
  }
  .features .feture-tabs h3 {
    font-size: 28px;
  }
  .features .feature-icons h3 {
    font-size: 28px;
  }
  .item-box-margin {
    max-width: 150px !important;
  }
  .marcas .count-box {
    width: auto;
    height: 120px;
    background: #a4b4c0;
    background-size: 100% !important;
  }
  .marcas2 .count-box {
    width: auto;
    height: 120px;
    background: #a4b4c0;
    background-size: 70% !important;
    margin-left: 0;
  }
  .footer0 {
    background-color: var(--footer-color);
    color: #fff;
    margin-top: 0;
    background-image: none;
    background-repeat: no-repeat;
    background-size: 140% 110%;
    background-position-x: -90px;
    background-position-y: 210px;
  }
  .texto-organizar-footer {
    margin-top: 0 !important;
  }
  .slick-next {
    right: -5px;
  }
  .slick-prev {
    left: -5px;
  }
  [dir='rtl'] .slick-prev {
    right: -5px;
    left: auto;
  }
  [dir='rtl'] .slick-next {
    right: auto;
    left: -5px;
  }
  .counts {
    padding: 29px 0 50px;
  }
  .item-saiba-mais-tamanho {
    padding: 0 !important;
  }
  .item-saiba-mais-padding {
    padding: 0 20px;
  }
  .about2 {
    color: #fff;
    margin-left: 0 !important;
  }
  .table-responsive-stack tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: block;
  }
  .table-responsive-stack td {
    float: left\9;
    width: 100%;
  }
  section.location .address-location {
    float: right;
    width: 270px;
    max-width: 100%;
    position: relative;
  }
  section.location img {
    display: none !important;
  }
  section.location {
    padding: 10px 0;
    text-align: center;
  }
  .info_slider span {
    font-size: 0.59rem;
    line-height: 25px;
  }
  .info_slider span {
    font-size: 0.8rem !important;
    line-height: 25px;
  }
  #info_slider h3 {
    font-size: 22px;
  }
  .catalogoPreco {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }
  .catalogoPrecoTexto h3 {
    font-size: 15px !important;
    text-align: center;
  }
  .nomeDoVeiculo {
    font-size: 15px !important;
  }
  .modeloDoVeiculo {
    font-size: 14px !important;
  }
  .scroll-watch-in-view .scrol {
    padding: 3px !important;
  }
  .preco_multimarcas {
    font-size: 17px !important;
  }
  #__cardTitulo {
    font-size: 19px;
  }
  .margin-header-1 {
    margin-right: 40px !important;
  }
  .linkMenuLogo {
    height: 100px;
    width: 270px;
    position: fixed;
    top: 0;
    left: 10px !important;
  }
  .header.sticky {
    background: var(--azul-empresas-maggi);
  }
  .header-menu {
    height: 50px !important;
    background: linear-gradient(113deg, var(--cor-site) 82%, rgba(164, 180, 192, 1) 31%);
    position: -webkit-sticky;
    position: sticky;
    top: 49px;
    z-index: 1047;
  }
  .banner-carousel .banner-carousel-item {
    height: 200px !important;
  }

  #atendimento_whatsapp a p {
    font-size: 13px;
  }
  .linkMenuLogo {
    width: 190px;
    height: 100px;
    background-size: cover;
  }
  .valor_slider {
    font-size: 17px !important;
    margin: 10px 0;
  }
  .footer0 {
    background-image: unset;
  }
  .block-btn-car a span {
    font-size: 0.7rem !important;
    font-weight: 600;
    line-height: 25px;
    padding: 0.15rem;
  }
  .item-area {
    min-height: 300px !important;
  }
  .responsive .slick-slide {
    margin: 0 5px !important;
  }
  .logo-fiat-navbar {
    width: 30%;
  }
}

@media (max-width: 823px) {
  #info_slider h3 {
    font-size: 20px;
  }
  .valor_slider {
    font-size: 1.5em !important;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    margin: 10px 0;
  }
  .banner-carousel .banner-carousel-item {
    height: 180px !important;
  }
  .item-area {
    min-height: 430px !important;
  }
}

@media (max-width: 768px) {
  .item-box-margin {
    max-width: 300px !important;
  }
  .resize {
    width: 100% !important;
    margin-left: 10px;
    margin-top: 0px !important;
  }
  .info_slider span {
    font-size: 15px;
  }
  .banner-carousel .banner-carousel-item {
    height: 180px !important;
  }
  .valor_slider {
    font-size: 1.5em !important;
  }
}

@media (max-width: 414px) {
  .header-menu {
    background: linear-gradient(113deg, var(--cor-site) 65%, rgba(164, 180, 192, 1) 31%);
  }
  .resize {
    width: 80% !important;
  }
  .logo-loja-oline {
    width: 250px;
    margin-left: -25px;
  }
  .banner-carousel .banner-carousel-item {
    height: 220px !important;
  }
  .valor_slider {
    font-size: 1.3em !important;
  }
  .info_slider span {
    font-size: 0.9rem !important;
    line-height: 25px;
  }
  .block-btn-car a span {
    font-size: 0.9rem !important;
    font-weight: 600;
    line-height: 25px;
    padding: 0.15rem;
  }
  .bg-maggi-menu-mobile li a {
    font-size: 20px;
    line-height: 30px;
  }
  .demaisServicos__menuMobile {
    margin-top: 110px !important;
  }
  .btn-maggi-light {
    width: 90%;
  }
  .logo-fiat-navbar {
    width: 60%;
    margin-left: unset;
  }
}

@media (max-width: 390px) {
  .banner-carousel .banner-carousel-item {
    height: 190px !important;
  }
  .item-area {
    min-height: 355px !important;
  }
  .valor_slider {
    font-size: 1.2em !important;
  }
  .demaisServicos__menuMobile {
    margin-top: 100px !important;
  }
}

@media (max-width: 375px) {
  .demaisServicos__menuMobile {
    margin-top: 40px !important;
  }
}

@media (max-width: 360px) {
  .demaisServicos__menuMobile {
    margin-top: 70px !important;
  }
}

@media screen and (max-width: 320px) {
  .marcas2 {
    margin: 0;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    display: block;
    padding: 0 0 !important;
    margin: 20px 5px 0 0;
  }
  .marcas2-mobile {
    margin-left: 10px;
  }
  .banner-carousel .banner-carousel-item {
    height: 165px !important;
  }
  .demaisServicos__menuMobile {
    margin-top: 15px !important;
  }
  .logo-loja-oline {
    width: 195px;
    margin-left: -40px;
  }
  .menu-aberto-texto {
    margin-top: 0 !important;
  }
  .bg-maggi-menu-mobile {
    background: none;
  }
  .logo-fiat-navbar {
    width: 80% !important;
    margin-left: unset;
  }
  .linkMenuLogo-social {
    right: 5px !important;
  }
  .linkMenuLogo {
    left: 0px !important;
  }
}

@media (max-width: 1000px) and (orientation: landscape) {
  .mobile-nav-toggle.bi-x {
    color: #fff;
    top: 15px !important;
    right: 12px;
    font-weight: bold;
    font-size: 2.5em;
  }
  .mobile-nav-toggle {
    top: 55px;
    right: 10px;
  }
  .menu-drop {
    width: 100vw;
    background: #a4b4c0;
    height: 70px !important;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    display: flex;
  }

  .resize {
    width: 80% !important;
    margin-left: 5px;
    margin-bottom: 5px;
  }
  .bg-maggi-menu-mobile {
    background: none;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom 10px center;
    height: 100%;
    background-size: 80px 57px;
    overflow: hidden;
  }
  .menu-aberto-texto,
  .menu-aberto-outros-servicos {
    margin-top: 0 !important;
  }
}

@media (min-width: 1024px) and (max-width: 1600px) {
  .menu-aberto-outros-servicos {
    margin-top: 3em !important;
  }
  .menu-aberto-texto {
    font-size: 12pt;
    line-height: 2;
    margin-top: 3em !important;
  }
  .bg-maggi-menu-mobile {
    background: none;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom 10px center;
    height: 100%;
    background-size: 80px 57px;
    overflow: hidden;
  }
  .menu-drop {
    width: 100vw;
    background: #a4b4c0;
    height: 80px;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    display: flex;
  }
  #menu_mobile_teste.navbar-mobile {
    display: block !important;
  }
  .logo-fiat-navbar {
    width: 20%;
  }
  .offcanvas-header .btn-close::before {
    content: '\f5ee';
    font-size: 45px;
    color: white;
    margin-left: -25px;
    margin-top: 3px;
  }
  .offcanvas-header .btn-close {
    display: contents;
  }
}

@media (min-width: 768px) and (max-width: 1000px) and (orientation: landscape) {
  .col-md-6.col-12-landscape {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 768px) and (orientation: portrait) {
  .col-md-6.col-12-landscape {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media screen and (min-width: 280px) and (max-width: 1024px) and (orientation: landscape) {
  #filtro__buscar_info_veiculos.col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
}

@media screen and (min-width: 280px) and (max-width: 896px) and (orientation: landscape) {
  .col-12-landscape {
    flex: 0 0 auto;
    width: 100%;
  }
}
