/*
Theme Name: Cesar Caminhões
Autor: Jayme Abreu
Description: 
Version: 1.0
*/

html{
    margin:0!important;
    scroll-behavior: smooth;
}
html, body {
    overflow-x: hidden;
}
  

/* MEDIA SCREEN */
@media (min-width: 1920px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1450px;
    }
}
@media (min-width: 1400px) and (max-width: 1919px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1280px;
    }
}
@media (min-width: 0px) and (max-width: 480px) {
    .mobile{
        display: block;
    }
    .tablet{
        display: none;
    }
    .desktop{
        display: none;
    }
}
@media (min-width: 481px) and (max-width: 1279px) {
    .mobile{
        display: none;
    }
    .tablet{
        display: block;
    }
    .desktop{
        display: none;
    }
}
@media (min-width: 1280px) and (max-width: 1920px) {
    .mobile{
        display: none;
    }
    .tablet{
        display: none;
    }
    .desktop{
        display: block;
    }
}
.container.space-990 {
    max-width: 990px;
}
/* MEDIA SCREEN */

/* FONTS */
@font-face {
    font-family: 'gellixthin';
    src: url('../cesarcaminhoes/fonts/gellix-thin-webfont.woff2') format('woff2'),
         url('../cesarcaminhoes/fonts/gellix-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gellixlight';
    src: url('../cesarcaminhoes/fonts/gellix-light-webfont.woff2') format('woff2'),
         url('../cesarcaminhoes/fonts/gellix-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gellixmedium';
    src: url('../cesarcaminhoes/fonts/gellix-medium-webfont.woff2') format('woff2'),
         url('../cesarcaminhoes/fonts/gellix-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gellixregular';
    src: url('../cesarcaminhoes/fonts/gellix-regular-webfont.woff2') format('woff2'),
         url('../cesarcaminhoes/fonts/gellix-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gellixsemibold';
    src: url('../cesarcaminhoes/fonts/gellix-semibold-webfont.woff2') format('woff2'),
         url('../cesarcaminhoes/fonts/gellix-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gellixbold';
    src: url('../cesarcaminhoes/fonts/gellix-bold-webfont.woff2') format('woff2'),
         url('../cesarcaminhoes/fonts/gellix-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gellixextrabold';
    src: url('../cesarcaminhoes/fonts/gellix-extrabold-webfont.woff2') format('woff2'),
         url('../cesarcaminhoes/fonts/gellix-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gellixblack';
    src: url('../cesarcaminhoes/fonts/gellix-black-webfont.woff2') format('woff2'),
         url('../cesarcaminhoes/fonts/gellix-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/* FONTS */

/* TYPOGRAFIA */
body{
    color: #444444;
    overflow-x: hidden;
    background:#fff;
    font-family: "Red Hat Display", sans-serif;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75rem;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'gellixmedium';
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    color: #1E1E1E;
    margin-bottom: 1rem;
}
a {
    color: #C7321B;
    text-decoration: none;
    transition: 0.3s;
}
/*a:hover{
    color: #C7321B;
    text-shadow: #C7321B 0px 0px 1px;
    transition: 0.3s;
}*/
hr{
    background-color: #C7C7C7;
}
p{
    margin-bottom: 1.5rem;
}
.center{
    text-align: center;
}
.right {
    text-align: right;
}
.left {
    text-align: left;
}
.hidden {
    display: none;
}
span.blue{
    color:#0E124E;
}
span.red{
    color:#C7321B;
}
img.img {
    width: 100%;
}
img.icon-whatsapp {
    padding-right: 0.3rem;
}
img.icon-header-social {
    padding: 0.5rem;
    border-radius: 5px;
    background: #0E124E;
    margin-right: 0.5rem;
    transition: 0.5s;
}
img.icon-header-social:hover {
    transition: 0.5s;
    background: var(--Linear, linear-gradient(90deg, #C7321B 0%, #EF1A2D 100%));
}
button.btn-header {
    color: #fff;
    padding: 1rem 1.5rem;
    min-width: 12rem;
    border: none;
    border-radius: 5px;
    background: var(--Linear, linear-gradient(90deg, #C7321B 0%, #EF1A2D 100%));
    
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    transition: 0.3s;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

button.btn-header:hover {
    transition: 0.3s;
    box-shadow: 0px 0px 20px 0px rgba(233, 36, 36, 0.3);
    filter: brightness(1.05);
}
button.btn-header a{
    color: #fff;
    text-decoration: none;
}
.btn-square {
    background: var(--Linear, linear-gradient(90deg, #C7321B 0%, #EF1A2D 100%));
    
    transition: 0.3s;
    padding: 1rem;
    width: 60px;
    height: 60px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    color: #fff;
    position: absolute;
    right: 1.5rem;
    bottom: 1.5rem;
}
.btn-square:hover {
    transition: 0.3s;
    box-shadow: 0px 0px 20px 0px rgba(233, 36, 36, 0.3);
    filter: brightness(1.05);
}
.btn-1 {
    display: inline-block;
}
button.btn-1 {
    color: #fff;
    padding: 1rem 1rem;
    min-width: 12rem;
    border: none;
    border-radius: 5px;
    background: var(--Linear, linear-gradient(90deg, #C7321B 0%, #EF1A2D 100%));
    
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    transition: 0.3s;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}
button.btn-1:hover {
    transition: 0.3s;
    box-shadow: 0px 0px 20px 0px rgba(233, 36, 36, 0.3);
    filter: brightness(1.05);
}

button.btn-1 a{
    color: #fff;
    text-decoration: none;
}

.btn-1.centered {
    margin: 0 auto -6.5rem;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: row;
    position: relative;
    align-items: flex-end;
    align-content: flex-end;
}

.btn-2 {
    display: inline-block;
}
button.btn-2 {
    color: #fff;
    padding: 1rem 1rem;
    min-width: 15rem;
    max-width: 15rem;
    transition: 0.2s;
    border: 1px solid #000;
    outline: 1px solid #000;
    border-radius: 10px;
    background: #000;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25rem;
}
button.btn-2:hover {
    transition: 0.5s;
    background: #000;
    outline-offset: 15px;
    outline-color: transparent;
}

button.btn-2 a{
    color: #fff;
    text-decoration: none;
}

.border-white {
    border: 6px solid #fff;
    border-radius: 17px;
}

button, input, optgroup, select, textarea {
    width: 100%;
}
.border-btn.center{
    text-align: center;
    position: relative;
    margin: 0.7rem auto;
}
.border-btn-form {
    max-width: 100%;
    background: rgb(36,169,255);
    background: linear-gradient(167deg, rgba(36,169,255,1) 25%, rgba(124,0,235,1) 75%);
    padding: 1px 1px 1px 1px;
    border-radius: 14px;
    margin-top: 7px;
    transition: 0.5s;
    max-height: 63px;
}
.btn-form {
    color: #fff;
    padding: 1rem 1rem;
    min-width: 12rem;
    border: none;
    border-radius: 5px;
    background: var(--Linear, linear-gradient(90deg, #C7321B 0%, #EF1A2D 100%));
    
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    transition: 0.3s;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin-top: 0.5rem;
}
.btn-form:hover {
    transition: 0.3s;
    box-shadow: 0px 0px 20px 0px rgba(233, 36, 36, 0.3);
    filter: brightness(1.05);
}
.btn-form2 {
    color: #fff;
    padding: 0.8rem 1rem;
    min-width: 12rem;
    border: 2px solid #fff;
    border-radius: 5px;
    background: transparent;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    transition: 0.3s;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.btn-form2:hover {
    transition: 0.5s;
    background: #fff;
    outline-offset: 15px;
    outline-color: transparent;
    color: #C7321B;
}
span.color1 {
    color:#002FB2;
}
span.color2 {
    color: #FF7C1A;
}
img.img-content {
    width: 100%;
    transition: 0.2s;
}
img.img-content:hover {
    transition: 0.2s;
    /*filter: brightness(125%);*/
}
.modal{
    background: #02010e99;
}
.modal-content{
    background-color: #02010E;
}
.no-scroll {
    overflow:visible;
}
p.checklist{
    margin-bottom: 1rem;
    padding-left: 2.5rem;
}
p.checklist::before {
    content: url(../dist/images/dots.svg);
    display: block;
    position: absolute;
    margin-left: -2.5rem;
    transition: 0.5s;
    margin-top: 0.1rem;
}
.key-text {
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.4125rem;
    text-transform: uppercase;
    padding-bottom: 1rem;
}
/* TYPOGRAFIA */


/* ANIMATION */
.pulse-button {
    display: inline-block;
    cursor: pointer;
  }
  .pulse-button:hover {
    animation: pulse-play 1.5s; /* Animate for 1.5 seconds on hover */
  }

@keyframes pulse-play {
    0% {
      transform: scale(1);
    }
    70% {
      transform: scale(.85);
    }
      100% {
      transform: scale(1);
    }
  }

  .pulse {
    animation: pulse 3.5s infinite; /* Animate for 1.5 seconds on hover */
  }

  @keyframes pulse {
    0% {
      transform: scale(1);
    }
    70% {
      transform: scale(.85);
    }
      100% {
      transform: scale(1);
    }
  }

  .distortion1 {
    animation: distortion1 5s infinite;
}

  @keyframes distortion1 {
    0% {
        transform: scaleX(1.1) scaleY(1.1);
    }
    50% {
        transform: scaleX(1.2) scaleY(1.2);
    }
    100% {
        transform: scaleX(1.1) scaleY(1.1);
    }
}



  .reveal{
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: 1s all ease;
  }
  
  .reveal.active{
    transform: translateY(0);
    opacity: 1;
  }
  .active.fade-bottom {
    animation: fade-bottom 0.5s ease;
  }
  .active.fade-top {
    animation: fade-top 0.5s ease;
  }
  .active.fade-left {
    animation: fade-left 1s ease-in-out;
  }
  .active.fade-right {
    animation: fade-right 1s ease-in-out;
  }
  @keyframes fade-bottom {
    0% {
      transform: translateY(150px);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }
  @keyframes fade-top {
    0% {
      transform: translateY(-150px);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }
  @keyframes fade-left {
    0% {
      transform: translateX(-100px);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }
  
  @keyframes fade-right {
    0% {
      transform: translateX(100px);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
}
/* ANIMATION */
.float-item {
    animation-name: float;
    animation-duration: 3s; /* duração da animação */
    animation-iteration-count: infinite; /* número de vezes que a animação irá repetir */
    animation-timing-function: ease-in-out; /* forma de aceleração da animação */
  }
  
  @keyframes float {
    0% {
      transform: translateY(0px); /* posição inicial do item */
    }
    50% {
      transform: translateY(-20px); /* altura máxima da flutuação */
    }
    100% {
      transform: translateY(0px); /* posição final do item */
    }
  }
/* ANIMATION */

/* HEADER */
.head-nav-bar {
    background: #0E124E;
    opacity: 1;
}
img.icon-navbar-top {
    width: 20px;
}
.navbar-top {
    color: #FFF;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.875rem;
    padding: 0.5rem 0;
    transition: 0.5s;
    opacity: 1;
    display: flex;
    justify-content: space-between;
}
.line-row-top {
    display: flex;
    align-items: center;
    gap: 0.2rem;
}
.veiculos-em-estoque {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    line-height: 100%;
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: 800;
    padding: 0 1.5rem 0 0;
}
.row.navbar-top a {
    opacity: 1;
    transition: 0.5s;
}
.row.navbar-top a:hover {
    opacity: 1;
    transition: 0.5s;
    text-shadow: none;
}
header.header-fixed .row.navbar-top {
    opacity: 0;
    padding: 0;
    transition: 0.5s;
}
header.header-fixed nav.navbar.navbar-expand-lg.navbar-light{
    /*border: 1px solid #ffffff1f;
    background: rgba(0, 0, 0, 0.70);*/
    padding: 0.2rem 0rem 0.2rem 0rem;
}
.row.navbar-top a {
    color: #FFF;
    text-decoration: none;
}
header {
    position: fixed;
    width: 100%;
    z-index: 11;
    border-bottom: 5px solid transparent;
    transition: 0.5s;
}
header img.logo{
    transition: 1s;
    -webkit-transform: scale(1.0);
    transition: 0.5s;
}
header img.logo:hover{
    transition: 0.5s;
    filter: brightness(1.05);
}
img.logo.dark {
    display: none;
}
.header-fixed{
    z-index: 999;
    backdrop-filter: blur(5px);
    border: 1px solid #ffffff1f;
    background: rgba(255, 255, 255, 0.80);
    transition: 0.5s;
    margin-top: -1.3rem;
}
header.header-fixed img.logo {
    -webkit-transform: scale(1);
    transition: 0.5s;
    /*margin-left: -1rem;*/
    /*filter: brightness(0) invert(1);*/
}

header.header-fixed .navbar-light .navbar-toggler-icon{
    /*filter: brightness(0) invert(1);*/
}
.navbar-toggler-icon{
    width: 30px;
    height: 30px;
}
nav.navbar.navbar-expand-lg.navbar-light {
    padding: 1rem 0rem;
    background: url(dist/images/line0.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
}
header.header-fixed .navbar {
    padding: 0;
    transition: 1s;
    margin: 0px 0!important;
}
section.topo-branco {
    background: #fff;
    height: 7.8rem;
}
img.icon-social,img.icon-linkedin {
    padding: 0 0.1rem;
    transition: 0.2s;
}
img.icon-social:hover,img.icon-linkedin:hover {
    filter: drop-shadow(0px 0px 2px #fff);
}
.navbar-top1 {
    display: flex;
    align-items: center;
    gap: 0.2rem;
    margin: 0;
    padding: 0;
}
.navbar-top3 {
    display: flex;
    align-items: center;
    gap: 0.2rem;
    justify-content: center;
    margin: 0;
    padding: 0;
}
.navbar-top2 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2rem;
    margin: 0;
    padding: 0;
}
/* HEADER */

/* NAVIGATION */
section.navigation {
    background: #fff;
}
.me-auto {
    margin-left: auto!important;
}
.navbar-brand{
    margin-right: 0rem;
    padding-left: 0rem;
}
img.phone-top {
    margin: -0.5rem 0.5rem 0 0;
}
/*.navbar{
    margin: -1px 0px!important;
}*/
a.nav-link {
    font-size: 20px;
}
li.nav-item {
    color: #000;
    width: fit-content;
    margin: 0px;
    float: right;
    right: 0;
    transition: 0.5s;
    font-size: 14px;
}
li.nav-item:hover{
    color: #C7321B;
}
.navbar-light .navbar-nav .nav-link {
    width: fit-content;
    margin: 20px 1rem 20px 0rem;
    padding: 10px 25px 5px !important;
    transition: 0.5s;
    color: #0E124E;
    font-size: 1rem;
    font-style: normal;
    font-weight: 800;
    line-height: 1rem;
    align-items: center;
    display: inline;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
li.nav-item img {
    margin-top: -0.2rem;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #C7321B;
    transition: 0.5s;
}
.navbar-light .navbar-nav .nav-link:focus {
    color: #C7321B;
    transition: 0.5s;
}
li.nav-item.mobile{
    display: none;
}
button.btn.small.header-top {
    font-weight: 500;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background: #000000;
    border-radius: 14px;
    padding: 0.3rem 0.9rem;
    margin: 0;
}
.header-language {
    padding: 0 0 0 0.5rem;
    display: flex;
    align-content: center;
    align-items: center;
    transition: 0.5s;
}
.header-language:hover {
    filter: drop-shadow(0px 0px 5px #fff);
    transition: 0.5s;
}
.header-language a {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
}
img.icon-globe {
    padding-right: 0.3rem;
}
img.separator {
    padding: 0 1.5rem 0 1rem;
}
/* NAVIGATION */

/* TESTIMONIALS */
img.img-testimonial{
    width: 70px;
}
.title-test {
    font-size: 1.575rem!important;
    padding: 1.5rem 0 1rem;
}
.name-text {
    font-size: 1.2rem!important;
    padding: 1rem 0 1rem;
}
/* TESTIMONIALS */

/* Form's */
.swal2-styled.swal2-confirm{
    border: 0;
    border-radius: 50px!important;
    background: initial;
    background-color: #349bd3!important;
    color: #fff;
    font-size: 1.0625em!important;
    padding: 1rem 5rem!important;
}
.form-filds {
    padding-top: 2rem;
}
form.form-contato {
    padding-top: 2rem;
}
label{
    margin-bottom: .8rem;
}
label.campo-form {
    width: 100%;
}
#footer input[type="text"], #footer input[type="tel"], #footer input[type="email"], #footer input[type="date"], #footer select#objetivo, #footer select {
    padding: 15px 20px;
    border-radius: 5px;
    border: 1px solid #676D7A;
    background: transparent;
    margin: 7px 0;
    width: 100%;
    color: #FAFAFA;
    font-size: 1rem;
    font-style: normal;
    font-weight: 200;
    line-height: 1.25rem;
    -webkit-appearance: none;
}
#footer textarea {
    border-radius: 2.5rem;
    border: 1px solid #E0E0E0;
    color: #fff;
    background: transparent;
    box-shadow: 0px 10px 24px 0px rgba(232, 232, 232, 0.60);
    margin: 0.5rem 0;
    padding: 20px 25px;
}
input[type="text"], input[type="tel"], input[type="email"], input[type="date"], select#objetivo, select {
    padding: 20px 20px;
    border-radius: 5px;
    border: 1px solid #E0E0E0;
    background: #fff;
    margin: 7px 0;
    width: 100%;
    color: #1E1E1E;
    font-size: 1rem;
    font-style: normal;
    line-height: 1.25rem;
    -webkit-appearance: none;
}
textarea {
    padding: 15px 20px;
    border-radius: 5px;
    border: 1px solid #E0E0E0;
    background: #fff;
    margin: 7px 0;
    width: 100%;
    color: #1E1E1E;
    font-size: 1rem;
    font-style: normal;
    line-height: 1.25rem;
    -webkit-appearance: none;
}
.field-form p {
    margin-bottom: 0;
}
span.wpcf7-list-item-label {
    line-height: 1rem;
}
span.wpcf7-form-control.wpcf7-checkbox {
    display: inline-flex;
    margin: 0.3rem -0.1rem 1rem -0.6rem;
}
::placeholder {
    color: #444444;
    opacity: 0.5;
}
#footer ::placeholder {
    color: #444444;
    opacity: 0.5;
}
input[type=text]:focus, input[type=email]:focus, input[type=text]:focus, select:focus, textarea:focus {
    /*border: 1px solid #fff!important;*/
    outline: none!important;
    overflow : hidden;
}
span.wpcf7-form-control-wrap.select {
    color: #C4C4C4;
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
}
span.wpcf7-form-control-wrap.select:after {
    content: url(../dist/images/arrow.svg);
    position: absolute;
    width: 15px;
    height: 15px;
    right: 45px;
    top: 5px;
    z-index: 0;
}
input.wpcf7-form-control.wpcf7-submit.btn-submit {
    margin-top: 0.4rem;
    border-radius: 25px 0px 25px 25px;
}
.swal2-popup.swal2-modal.swal2-icon-success.swal2-show {
    z-index: 99999999!important;
}
.swal2-container{
    z-index: 99999999!important;
}
.wpcf7-not-valid {
    border: 1px solid #0E124E !important;
}

span.wpcf7-not-valid-tip {
    display: none;
}
.wpcf7-response-output, .screen-reader-response {
    display: none;
}
.wpcf7-response-output, .screen-reader-response {
    display: none;
}
.note-footer-form {
    font-size: 16px;
    color: #7f7f7f;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    padding: 20px 20px;
    border-radius: 5px;
    border: 1px solid #E0E0E0;
    background: #fff;
    margin: 7px 0;
    width: 100%;
    color: #1E1E1E;
    font-size: 1rem;
    font-style: normal;
    line-height: 1.25rem;
    -webkit-appearance: none;
    background-image: url(dist/images/arrow.svg) !important;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 97%;
}
.wpcf7-spinner{
    top: -2.7rem;
}
/* Forms */

/* Footer */
section#footer {
    padding: 0rem 0 0;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1rem; /* 100% */
    background: #0E124E;
    color: #fff;
}
a.link-footer {
    padding: 0.5rem 0;
    display: inline-block;
}
section#footer a {
    color: #fff;
    text-decoration: none;
    transition: 0.5s;
}
section#footer a:hover {
    color: #C7321B;
    transition: 0.5s;
}

.copyright {
    font-size: 0.875rem;
    font-style: normal;
    line-height: normal;
    padding: 2rem 1rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

img.logo-footer{
    -webkit-transform: scale(1.0);
    transition: 0.2s;
}
img.logo-footer:hover{
    transition: 0.2s;
}

.road {
    display: inline-flex;
}

h6.title-menu-footer {
    font-size: 0.975rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5rem;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.menu-footer-link {
    text-align: center;
    padding: 0.5rem 0;
}
.menu-footer-link.link-icon{
    text-align: center;
    padding: 0.9rem 0;
}
.msg-footer {
    text-align: center;
    padding: 1.5rem 0 0.5rem;
    margin: 0 auto;
}
img.icon-color-footer {
    display: block;
    float: center;
    margin: -0.3rem 0.5rem 1.0rem 0;
}

img.icon-footer {
    padding: 0.5rem;
    border-radius: 5px;
    background: var(--Linear, linear-gradient(90deg, #C7321B 0%, #EF1A2D 100%));
    margin-right: 0.5rem;
    transition: 0.5s;
}
img.icon-footer:hover {
    transition: 0.5s;
    box-shadow: 0px 0px 20px 0px rgba(233, 36, 36, 0.3);
    filter: brightness(1.05);
}

.social-icons {
    padding: 1rem 0rem 1rem;
    text-align: center;
    display: flex;
    justify-content: center;
}
img.separator-line {
    width: 100%;
}
.box-footer {
    padding: 3rem 0.5rem 2rem;
    text-align: center;
}
.menu-footer-link.link-copyright {
    text-align: right;
    padding: 2rem 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
/* Footer */

/* ACCORDION */
.accordion-timer-box {
    padding: 0rem 0;
}

.accordion-button:not(.collapsed)::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: auto;
    background-image: url('dist/images/arrow-collpase.svg');
    /* substitua 'seu-icon.png' pelo caminho do seu ícone personalizado */
    background-size: contain;
    background-repeat: no-repeat;
}

.accordion-button::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: auto;
    background-image: url('dist/images/arrow-collpase.svg');
    /* substitua 'seu-icon.png' pelo caminho do seu ícone personalizado */
    background-size: contain;
    background-repeat: no-repeat;
}

.accordion-button {
    padding: 2rem 2.25rem;
}

.accordion-header {
    margin-bottom: 0;
    padding: 0rem;
}

.accordion-item {
    border-radius: 10px;
    border: 1px solid #C7C7C7;
    background: #FFF;
    box-shadow: 0px 10px 24px 0px rgba(232, 232, 232, 0.60);
    overflow: hidden;
    transition: 0.5s;
}

.accordion-item:hover {
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.14);
    transition: 0.5s;
}

.accordion-item-faq {
    border-radius: 10px;
    border: 1px solid #C7C7C7;
    background: #FFF;
    box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.05);
}

.accordion-button:not(.collapsed) {
    color: #212424;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 1.5rem */
    background-color: transparent;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.accordion-body {
    color: #444444;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-align: left;
    border-top: 1px solid #C7C7C7;
    padding: 2rem;
}

.accordion-body-faq {
    color: #444444;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-align: left;
    border-top: 1px solid #C7C7C7;
    padding: 2rem;
}

.accordion-item {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 0;
    margin-bottom: 1.5rem;
}

.accordion-item-faq {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 1rem;
    margin-bottom: 1.5rem;
}

button.accordion-button.collapsed {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 1.5rem */
}

.accordion-button {
    background-color: transparent;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.accordion-item:first-of-type {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.accordion-item:not(:first-of-type) {
    border-top: 1px solid #C7C7C7;
}

.accordion-item-faq:last-of-type {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.accordion-item-faq:first-of-type {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.accordion-item-faq:not(:first-of-type) {
    border-top: 1px solid #C7C7C7;
}

.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
/* ACCORDION */

/* section CONTENT HOME 6 */
section#section-content-home6 {
    padding: 3rem 0rem 5rem 0;
}
.box-section-content-home6 {
    background: var(--Linear, linear-gradient(90deg, #C7321B 0%, #EF1A2D 100%));
    color: #fff;
    padding: 0;
    border-radius: 1.875rem;
    position: relative;
}

h2.section-content-home6 {
    font-size: 4.35rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    padding-bottom: 3rem;
    background: url(.../../dist/images/line-title2.svg);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: auto;
    margin-bottom: 3rem;
    display: inline-block;
    color: #fff;
}
.box-form-box-section-content-home6 {
    padding: 3rem 4rem 3rem;
}
.no-padding {
    padding: 0;
    border-radius: 1.875rem 0 0 1.875rem;
    overflow: hidden;
}
img.img-section-home6 {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
/* section CONTENT HOME 6 */

/* section CONTENT HOME 7 */
section#section-content-home7 {
    padding: 3rem 0rem 3rem 0;
}
h2.section-content-home7 {
    font-size: 2.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    padding-bottom: 4rem;
    text-align: center;
}
section#section-content-home7 .slick-slider{
    border-top: 1px solid #C7C7C7;
    border-bottom: 1px solid #C7C7C7;
    padding: 2rem 0;
}
.space-box-testimonial {
    padding: 1rem 0.5rem 1rem;
}
.box-testimonial {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    border-radius: 10px;
    background: #FFF;
    border: 1px solid #C7C7C7;
    transition: 0.5s;
    padding: 1.5rem 3.5rem;
    min-height: 20rem;
    transition: 0.5s;
}
.box-testimonial:hover {
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.14);
    transition: 0.5s;
}
.info-testimonial {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    align-items: center;
}
.title-testimonial {
    font-size: 1rem;
    font-weight: 600;
    color: #000;
    padding-right: 0.5rem;
}
img.icon-g-google {
    margin: -0.3rem 0.5rem 0 0;
}
.stars-testimonial {
    display: contents;
    position: relative;
}
.number-testimonial {
    font-size: 1.5rem;
    font-weight: 800;
    padding-left: 0.5rem;
    color: #1E1E1E;
}
.name-testimonial {
    font-size: 1.125rem;
    font-weight: 700;
    color: #1E1E1E;
}
p.text-testimonial {
    margin: 0;
}
/* section CONTENT HOME 7 */

/* section CONTENT HOME 8 

/* section CONTENT HOME 8 */

img.icon-circle {
    background: #FFDECB;
    border-radius: 100%;
    padding: 2rem;
    margin: 0 auto 1rem;
    border: 1px solid #FD813A;
    overflow: visible;
}

/* WHATSAPP BTN */
.box-whatsapp-btn {
    position: fixed;
    bottom: 30px;
    right: 50px;
    z-index: 1000;
  }
  
  .box-whatsapp-btn a {
    display: inline-block;
    position: relative;
  }
  
  .whatsapp-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    animation: pulse 2s infinite;
  }
  
  @keyframes pulse {
    0% {
      box-shadow: 0 0 0 0 rgba(1, 200, 84, 0.3);
    }
    70% {
      box-shadow: 0 0 0 20px rgba(1, 200, 84, 0);
    }
    100% {
      box-shadow: 0 0 0 0 rgba(1, 200, 84, 0);
    }
  }
  
  .message-bubble {
    display: none;
    position: absolute;
    bottom: 70px;
    right: -35px;
    background-color: #ffffff;
    color: #333333;
    padding: 10px 15px;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
    font-size: 14px;
    line-height: 100%;
    opacity: 0;
    text-align: center;
  }
  
  @keyframes showMessageBubble {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  
  .message-bubble {
    display: block;
    animation: showMessageBubble 1s forwards;
    animation-delay: 5s;
  }
  @media (max-width: 768px) {
    .box-whatsapp-btn {
        bottom: 15px;
        right: 15px;
    }

    .whatsapp-btn {
        width: 50px;
        height: 50px;
    }

    .whatsapp-btn img {
        width: 24px;
        height: 24px;
    }

    .message-bubble {
        bottom: 60px;
        right: -10px;
        font-size: 13px;
        padding: 8px 12px;
    }
}

@media (max-width: 480px) {
    .box-whatsapp-btn {
        bottom: 70px;
        right: 10px;
    }

    .whatsapp-btn {
        width: 45px;
        height: 45px;
    }

    .whatsapp-btn img {
        width: 20px;
        height: 20px;
    }

    .message-bubble {
        bottom: 55px;
        right: -5px;
        font-size: 12px;
        padding: 6px 10px;
    }
}
  /* WHATSAPP BTN */

  .pushable {
    position: relative;
    background: transparent;
    padding: 0px;
    border: none;
    cursor: pointer;
    outline-offset: 4px;
    outline-color: deeppink;
    transition: filter 250ms;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  
  .shadow {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(233, 94, 36, 0.20);
    border-radius: 8px;
    filter: blur(2px);
    will-change: transform;
    transform: translateY(2px);
    transition: transform 600ms cubic-bezier(0.3, 0.7, 0.4, 1);
  }
  
  .edge {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 5px;
    background: linear-gradient(
  to right,
  hsl(24, 100%, 50%) 0%,
  hsl(24, 100%, 60%) 8%,
  hsl(24, 100%, 50%) 92%,
  hsl(24, 100%, 40%) 100%
);
  }
  
  .front {
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 5px;
    background: var(--Linear, linear-gradient(90deg, #C7321B 0%, #EF1A2D 100%));
    
    padding: 10px 20px;
    color: white;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    transition: 0.3s;
    text-transform: uppercase;
    letter-spacing: 1px;
    transform: translateY(-4px);
    transition: transform 600ms cubic-bezier(0.3, 0.7, 0.4, 1);
  }
  
  .pushable:hover {
    filter: brightness(110%);
  }
  
  .pushable:hover .front {
    transform: translateY(-6px);
    transition: transform 250ms cubic-bezier(0.3, 0.7, 0.4, 1.5);
  }
  
  .pushable:active .front {
    transform: translateY(-2px);
    transition: transform 34ms;
  }
  
  .pushable:hover .shadow {
    transform: translateY(4px);
    transition: transform 250ms cubic-bezier(0.3, 0.7, 0.4, 1.5);
  }
  
  .pushable:active .shadow {
    transform: translateY(1px);
    transition: transform 34ms;
  }
  
  .pushable:focus:not(:focus-visible) {
    outline: none;
  }


  /*canvas {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 1;
    background: transparent;
    mix-blend-mode: lighten;
  }
  audio, canvas, embed, iframe, img, object, svg, video {
    display: block;
    vertical-align: middle;
}*/
  
.tooltip-inner{
    background-color: #ffffff;
        color: #333333;
        padding: 10px 15px 12px;
        border-radius: 10px;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
        white-space: nowrap;
        font-size: 14px;
        line-height: 100%;
    }
    .tooltip-arrow::before{
        border-top-color: #ffffff!important;
    }

/* section CONTENT SERVIÇOS 2 */
section#section-content-servicos2 {
    padding: 2rem 0rem 2rem 0;
    text-align: center;
    z-index: 3;
    position: relative;
}
h2.section-content-servicos2 {
    font-size: 4.35rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    padding-bottom: 3rem;
    background: url(dist/images/line-title.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: auto;
    margin-bottom: 3rem;
    display: inline-block;
}
span.range {
    border-radius: 5px;
    background: var(--Linear, linear-gradient(90deg, #C7321B 0%, #EF1A2D 100%));
    
    height: 57%;
    display: inline-block;
    color: #fff;
    padding: 0rem 0.5rem 1.5rem;
    margin-top: 2rem;
}
h6.title-section-content-servicos2 {
    font-size: 2.5rem;
    line-height: 100%;
    margin-bottom: 1.5rem;
    padding: 0rem;
}
.box-services-section-content-servicos2 {
    padding: 1rem 2rem 3rem;
}
.modal {
    display: none; 
    position: fixed; 
    z-index: 999; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; 
    background-color: rgb(0, 0, 0); 
    background-color: rgba(0, 0, 0, 0.8); 
    animation: fadeIn 0.5s;
}

.modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 100%;
    max-width: 1750px;
    border-radius: 10px;
    animation: slideIn 0.5s;
}

.close-btn {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close-btn:hover,
.close-btn:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideIn {
    from { transform: translateY(-50px); }
    to { transform: translateY(0); }
}

.box-services-section-content-servicos2.layout-table{
    text-align: left;
    padding: 1.5rem;
    background: #EFEFEF;
    border-radius: 1rem;
    margin-bottom: 1rem;
}
li.ponto-servicos {
    padding-bottom: 0.8rem;
}
.box-services-section-content-servicos2.layout-table .btn-1.center {
    display: block;
}
.box-services-section-content-servicos2.layout-table h6.title-section-content-servicos2 {
    font-size: 2rem;
}
/* section CONTENT SERVIÇOS 2 */

.tag-vendido {
    position: absolute;
    z-index: 9;
    right: 1rem;
    top: 1rem;
    background: linear-gradient(45deg, #c8311b, #ee1a2d);
    padding: 0.5rem 0.8rem;
    border-radius: 20rem;
    color: #fff;
    font-size: 0.825rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 150%;
}
.tag-video {
    position: absolute;
    z-index: 9;
    left: 1rem;
    top: 1rem;
    background: linear-gradient(45deg, #000000a1, #393939a6);
    padding: 0.4rem 0.8rem 0.4rem 0.4rem;
    border-radius: 0.5rem;
    color: #fff;
    font-size: 0.825rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 150%;
    justify-content: center;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: auto;
    border: none;
}
.box-img-sell.grayscale {
    filter: grayscale(1);
}

/* SEARCH */
.search-box {
    display: flex;
    align-content: center;
    align-items: center;
    z-index: 9;
  }
  .search-icon {
    background: url('dist/images/btn-search.svg') no-repeat center center;
    background-size: cover; /* ou contain, dependendo do seu design */
    border: none;
    width: 50px; /* ou o tamanho desejado para o seu ícone */
    height: 50px; /* ou o tamanho desejado para o seu ícone */
    cursor: pointer;
    margin-right: 0.5rem;
  }
  .search-icon i {
    display: inline-block;
  }
  #searchform {
    display: flex;
    transition: all 0.5s;
  }
  
  #searchform.showing {
    max-width: 200px; /* Defina a largura máxima desejada */
    opacity: 1;
    overflow: visible;
  }
  .hidden {
    display: none;
  }
  .search-bar input {
    padding: 0rem 0 0rem 1rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 330px;
    margin: 0;
    min-height: 50px;
  }
  .search-bar button {
    cursor: pointer;
    border-radius: 5px;
    /*padding: 0.69rem 1rem;*/
    padding: 0;
    transition: 0.2s;
    border: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    position: absolute;
    margin: 0 0 0 -3rem;
  }
  .container.box-search {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem) !important;
    padding-left: var(--bs-gutter-x, .75rem) !important;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 1rem !important;
}
  /* SEARCH */

  .footer-mobile-phones{
    display: none;
  }
  .footer-mobile-phones {
    position: fixed;
    bottom: 0;
    z-index: 19;
    background: #0E124E;
    width: 100%;
}
.footer-mobile-phones a{
    color: #fff;
    font-size: 13px;
}
.colunas-phones {
    display: flex;
    width: 100%;
    padding: 1rem 0;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}
.fixed-side-bar {
    max-width: 340px;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after{
    border-color: #ee1a2d!important;
}
.fancybox__progress{
    background: #ee1a2d!important;
}
