@font-face {
    font-family: 'Renault Life';
    src: url('RenaultLife.eot');
    src: local('RenaultLife'),
        url('RenaultLife.eot?#iefix') format('embedded-opentype'),
        url('RenaultLife.woff2') format('woff2'),
        url('RenaultLife.woff') format('woff'),
        url('RenaultLife.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Renault Life';
    src: url('RenaultLife-Bold.eot');
    src: local('RenaultLife-Bold'),
        url('RenaultLife-Bold.eot?#iefix') format('embedded-opentype'),
        url('RenaultLife-Bold.woff2') format('woff2'),
        url('RenaultLife-Bold.woff') format('woff'),
        url('RenaultLife-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Renault Life';
    src: url('RenaultLife-Light.eot');
    src: local('RenaultLife-Light'),
        url('RenaultLife-Light.eot?#iefix') format('embedded-opentype'),
        url('RenaultLife-Light.woff2') format('woff2'),
        url('RenaultLife-Light.woff') format('woff'),
        url('RenaultLife-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Renault Life"!important;
}
#arrow {
    width: 40px;
    height: 40px;
    background-image: url(../assets/img/arrow02.gif);
    background-position: center;
    background-size: 74px;
    transform: rotate(271deg);
  }
  .erro{ border-color: red; color: red;}
.ok{ border-color: green; color: green;}
#renata {
    position: fixed;
    top: 0;
    width: 100%;
    background: white;
    z-index: 9;
}

#main_banner {
    width: 100%;
}

#form {
    position: absolute;
    top: 20px;
    right: 80px;
    font-size: 83%;
}

#formFichatecnica {
    top: 20px;
    right: 80px;
    border-radius: 5px;
    background-image: url(../img/calc-bg.webp);
    background-position: bottom;
    width: 400px;
    font-size: 83%;
}

.mapa-head {
    border-bottom: 1px solid black;
    border-style: dotted;
    border-top: none;
    border-left: none;
    border-right: none;
}

.m-global {
    margin: 0px 80px;
}

.p-global {
    padding: 0px 80px;
}

.newsletter-inputs {
    display: flex;
    flex-direction: row;
}

.main-menu {
    display: flex;
    padding-top: 0.25rem!important;
    padding-bottom: 0.25rem!important;
    flex-direction: row!important;
}

.main-menu a {
    margin-right: 30px;
    color: #505050;
    text-decoration: none;
}

.mapa-block a {
    margin-bottom: 10px;
    font-weight: 900;
    text-decoration: none;
    color: black;
}

.mapa-block a:hover {
    color: #00b3ff;
    text-decoration: underline;
}

.calc {
    background-image: url(../img/calc-bg.webp);
}

.calc-main {
    display: flex;
    flex-direction: column;
}

.butao {
    background: #141414;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    padding: 12px 45px;
    display: block;
    transform: skew(25deg);
    margin-left: 12px;
    text-decoration: none;
    font-weight: 600;
}

.butao:before {
    content: "";
    position: absolute;
    background: #b0a477;
    height: 100%;
    width: 15px;
    left: 0;
    top: 0;
    transition: all .3s;
}
.butao p, .butao span, #arrow {
    transform: skew(-25deg);
    cursor: pointer;    
    margin: 0;
    color: white;
}

.butao:hover:before {
    width: 100%;
}

.vagas {
    font-size: 13px;
    margin-bottom: -10px;
    font-weight: 900;
}

.single-portfolio-item .fluidvids {
    padding-top : 56.25% !important;
    }

  .newsletter-input-text {
    width: 25%!important;
    }

    .mapa-mobile {
        display: none;
    }

    .pc-mapa {
        display: flex;
    }

    .faq {
        margin: 62px 240px 0 240px;
    }

    .d-pc {
        display: block;
    }

    .d-mobile {
        display: none;
    }

    .div_9020 {
        padding: 3rem;
    }
        
    .div_0390 {
        flex-direction: row;
    }
        
    .div_4909 {
        margin-left: 1rem;
    }
    

    
    .div_3920 {
        flex-direction: row;
    }

    .full_banner {
        margin-top: 105px;
    }
    .mob-center {
        justify-content: space-between;
    }
    .video_dep {
        width: 220px;
        height: 400px;
    }
    .div_2302 {
        width: 50%!important;
        padding: 50px 110px;
    }
    #zap {
        position: fixed;
        right: 20px;
        bottom: 20px;
        width: 59px;
        z-index: 9999;
        height: 59px;
    }
    #dot {
        width: 20px;
            height: 20px;
            z-index: 9999;
            position: relative;
            bottom: 34px;
    }
    
    .carname {
        display: flex;
        flex-direction: column;
        position: absolute;
        padding: 5px 10px;
        font-size: 10px;
        background-color: white;
        width: 150px;
        border-radius: 3px;
        margin-top: 10px;
        -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 15%);
        -moz-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 15%);
        box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 15%);
    }



    
    /* Style the tab */
.tab {
    overflow: hidden;
    background-color: #f1f1f1;
    display: flex;
      flex-direction: column;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%,-50%);
  }
  
  /* Style the buttons inside the tab */
  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    text-align: left;
    font-size: 14px;
    width: 157px;
      height: 100px;
    background: linear-gradient(transparent,rgba(0,0,0,.1));
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #ddd;
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
    background-color: black;
    color: white;
  }
  
  /* Style the tab content */
  .tabcontent {
    display: none;
    height: 400px;    
  }
  .navbar {
    padding-top: 0px!important;
    padding-bottom: 0px!important;
  }
    #btn0800{font-size:15px!important;}
    .phone{width:33px;height:41px;font-size:21px;margin:14px auto -5px;color:#003d5b;animation:ring 4s .7s ease-in-out infinite;transform-origin:50% 4px;}
    .ligar0800Btn{display:flex;flex-direction:row;justify-content:center;align-items:center;border:2px solid #003d5b;color:#003d5b;border-radius:5px;padding:1px 15px;text-decoration:none;line-height:1.4;font-size:12px;margin-left:auto;transition-duration:0.3s;}
    .ligar0800Btn:hover{background-color:#edededcc;text-decoration:none;}

    .fa{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;}
    .fa-phone:before{content:"\f095";}
    .fa{font-family:"Font Awesome 5 Free";}
    .fa{font-weight:900;}
    /*! CSS Used keyframes */
    @keyframes ring{0%{transform:rotate(0);}5%{transform:rotate(30deg);}10%{transform:rotate(-28deg);}15%{transform:rotate(34deg);}20%{transform:rotate(-32deg);}25%{transform:rotate(30deg);}30%{transform:rotate(-28deg);}35%{transform:rotate(26deg);}40%{transform:rotate(-24deg);}45%{transform:rotate(22deg);}50%{transform:rotate(-20deg);}55%{transform:rotate(18deg);}60%{transform:rotate(-16deg);}65%{transform:rotate(14deg);}70%{transform:rotate(-12deg);}75%{transform:rotate(10deg);}80%{transform:rotate(-8deg);}85%{transform:rotate(6deg);}90%{transform:rotate(-4deg);}95%{transform:rotate(2deg);}100%{transform:rotate(-1deg);}}

    .precos {
        position: absolute;
        top: 18px;
        left: 80px;
        height: 180px;
    }

    .preco {
        padding: 10px;background-color: #ffc600; color: black;
        box-shadow: 0px 5px 11px -3px rgba(0,0,0,0.83);
        -webkit-box-shadow: 0px 5px 11px -3px rgba(0,0,0,0.83);
        -moz-box-shadow: 0px 5px 11px -3px rgba(0,0,0,0.83);
    }
    #medal {
        position: absolute;
        bottom: -59px;
        right: 75px;
        width: 78px;
    }
    #medalResumo {
        position: absolute;
        bottom: 38px;
        right: 158px;
        width: 88px;
    }
    .preco1 {
        width: 190px;
    }
    .rs2 {
        font-size: 68px;margin-top: -22px;
    }
    .parcelas {
        font-size: 12px;border-top: 1px solid #000000;padding-top: 10px;
    }
    .produtos {
        display: grid;
        grid-template-columns: repeat(auto-fill, 300px);
        grid-gap: 1rem;
        justify-content: space-between;
        list-style: none;
        width: 100%;
        margin: 0 auto;
        padding-left: 0px;
      }
      
      .produto {
        height: 450px;
      }

      .accordion-body a {
        color: black;
        margin-top: 10px;
        text-decoration: none;
      }

      .faqbuttons {
        bottom: 10px;
        right: 100px;
        position: absolute;
      }

      div.fichasticky {
        position: sticky;
        top: 224px;
      }
      .dgcskljs-22 {
        flex-direction: row;
    }
    .diiv-ds99 {
        flex-direction: row;
    }
    .asasas-50 {
        width: 50%;
    }
    .but-200 {
        padding: 15px 0px 15px 63px;
        width: 50%;
        box-sizing: border-box;
        margin: 0 auto;
    }
    
    .obg-btnaaaaa {
        padding: 15px 0px 15px 63px;width: 50%;box-sizing: border-box;margin: 0 auto;
    }

    #aaa2133_939dd {
        width: 60%;
    }
@media only screen and (max-width: 600px) {
    .ligar0800Btn {
        background-color: #edededf2;
        border: 1px solid #003d5b;
        padding: 1px 9px;
        line-height: 1.2;
    }

    #aaa2133_939dd {
        width: 100%;
    }
    .obg-btnaaaaa {
        padding: 7px 0px 15px 10px;
        width: 85%;
    }
    .but-200 {
        padding: 9px 15px;
        width: 90%;
        box-sizing: border-box;
        margin: 0 auto;
    }
    .asasas-50 {
        width: 100%;
    }
    .fichasticky {
        position: unset!important;
        margin-top: 100px;
    }
    .diiv-ds99 {
        flex-direction: column;
    }
    #formFichatecnica {
        width: 100%;
        font-size: 75%;
    }
    .phone {
        font-size: 15px;
        margin: 14px -17px -9px 2px;
    }
    .m-global {
        margin: 0px 20px;
    }
    .p-global {
        padding: 0px 20px;
    }
    .newsletter-inputs {
        flex-direction: column!important;
    }

    .full_banner {
        margin-top: 85px;
    }
    .fichabg {
        margin-top: 75px;
    }
    .newsletter-input-text {
        width: 100%!important;
    }

    .fichatable tr td {
        padding-left: 49px!important;
    }

    .mob-text-center {
        text-align: center;
    }
    #soli {
        font-size: 16px;
    }
    #form {
        position: unset!important;
        width: 100%!important;
    }
    #newsname {
        margin-bottom: 20px;
    }
    .navbar {
        padding-top: 0.5rem!important;
        padding-bottom: 0.5rem!important;
      }
    #renata {
        display: none;
    }
    #phone {
        width: 50px;
        height: 59px;
    }

    .newsletter-btn {
        margin-top: 20px;
    }

    .mapa-mobile {
        display: block;
    }

    .pc-mapa {
        display: none!important;
    }

    .faq {
        margin: unset!important;
    }

    .d-pc {
        display: none;
    }

    .d-mobile {
        display: block;
    }
    
    .div_9020 {
        padding: 0.5rem!important;
    }
    
    .div_0390 {
        flex-direction: column;
    }
            
    .div_4909 {
        margin-left: 0px!important;
        margin-top: 15px;
    }

    .div_3920 {
        flex-direction: column;
    }

    .div_4778 {
        margin-top: 15px;
    }
    .mob-center {
        justify-content: center;
    }
    .produto {
       margin-bottom: 30px; 
    }
    .modig {
        margin: 0 auto!important;
    }
    .tab {
        top: 0%!important;
        width: 100%!important;
        flex-direction: row!important;
    }
    .tab button {
        width: 33.3%;
    }
    .tr-mobile {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    #consorcio {
        margin-top: 200px;
    }
    .tabcontent {
        flex-direction: column!important;
        height: 730px!important;
    }
    .div_2302 {
        width: 100%!important;
        padding: 0px 20px!important;
        margin-top: 30px;
    }
    .bg_2393 {
        height: 350px;
        margin-top: 70px;
    }
    .precos {
        left: 10px;
    }
    .preco1 {
        width: 120px;
    }
    .rs1 {
        font-size: 13px;
    }
    .rs2 {
        font-size: 40px;
        margin-top: -14px!important;
    }
    .parcelas {
        font-size: 10px!important;
    }
    #medal {
        right: 133px!important;
    }
    .dgcskljs-22 {
        flex-wrap: wrap-reverse;
    }
}