* {
    box-sizing: border-box;
}

body {
    font-family: sans-serif;
}

#xavier a {
    background-color: transparent !important;
}

.lucansolucoes-btn {
    text-transform: none;
    position: relative;
    top: -7px;
    background: #0033cc!important
}

.lucansolucoes-beauty {
    background: #f7f7f7;
    height: 93px;
    /* border-top-right-radius: 45px; border: 1px solid #ddd;
        border-top-right-radius: 40px;
       border-bottom-right-radius: 40px;
    */
}

.tye {
    height: 72px !important;
}

.lucansolucoes-btn-l {
    text-transform: none !important;
    position: relative !important;
    margin: 20px !important;
    background: #0033cc!important;
    box-shadow: 0 0px 9px rgba(0, 0, 0, 0.19);
}

.lucansoluoes-bordas {
    border-radius: 16px;
}

.lucansolucoes-right {
    position: relative;
    right: 30px;
    top: 3px;
}

.lucansoft-personality {
    position: relative;
    min-height: 1px;
    padding-left: 75px !important;
    padding-right: 75px !important;
}

.chamada {
    position: relative;
    top: 10px;
    font-size: 24px;
}




.active a {
    background-color: #0134ce !important;
    color: white !important;
}

.lucansolucoes-mobile {
    top: -30px;
    background: #fff;
    box-shadow: #000 0px 8px 6px -6px;
}

.banner {
    margin-top: 0;
}

.carousel-cell {
    height: 200px;
    margin-right: 20px;
    background: #8C8;
    border-radius: 5px;
}


/* cell number */

.carousel-cell:before {
    display: block;
    text-align: center;
    line-height: 200px;
    font-size: 80px;
    color: white;
}

body {
    overflow: hidden;
}


/* Preloader */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 11111111111111;
}

#status {
    position: absolute;
    left: 50%;
    /* centers the loading animation horizontally one the screen */
    top: 50%;
    /* centers the loading animation vertically one the screen  background-image: url(../images/carregador.webp); */
   
    /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
    /* is width and height divided by two */
}

@media(max-width: 900px) {
    .slidebutton {
        font-size: 10px;
    }
    .promocoes {
        width:220px !important;
    }
}
.promocoes {
         width:350px;
    }

body {
    overflow-x: hidden;
}

#colour-variations {
    padding: 10px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    width: 520px;
    /*height: 390px;*/
    position: fixed;
    left: 1350px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    top: 100px;
    z-index: 999999;
    background: #fff;
    border-bottom-left-radius: 4px !important;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, .1);
}

@media(max-width: 900px) {
    #colour-variations {
        display: none;
    }
}

#colour-variations.sleep {
    margin-left: -140px;
}

#colour-variations h3 {
    font-size: 11px;
    text-transform: uppercase;
    color: #777;
    margin: 0 0 10px 0;
    padding: 0;
    ;
}

#colour-variations ul,
#colour-variations ul li {
    padding: 0;
    margin: 0;
}

#colour-variations li {
    list-style: none;
    display: inline;
}

#colour-variations li a {
    width: 20px;
    height: 20px;
    position: relative;
    float: left;
    margin: 5px;
}

@media(max-width: 900px) {
    .desaparece {
        display: none
    }
}

.option-toggle {
    position: absolute;
    right: 0;
    top: 190px;
    margin-top: 5px;
    margin-right: 520px;
    width: 30px;
    height: 30px;
    background: #f64662;
    /*border-top-right-radius: 4px;*/
    border-bottom-left-radius: 4px;
    color: #fff;
    cursor: pointer;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, .1);
}

.option-toggle i {
    top: 5px;
    margin-left: 8px;
    position: relative;
}

.option-toggle:hover,
.option-toggle:focus,
.option-toggle:active {
    color: #fff;
    text-decoration: none;
    outline: none;
}

@media(max-width: 900px) {
    .desaparece_mobile,
    .desaparece {
        display: none;
        overflow-x: hidden;
    }
}

.alert {
    padding: 15px;
    position: absolute;
    top: 2px;
    z-index: 3000;
    /* margin-bottom: 20px; */
    border: 1px solid transparent;
    border-radius: 4px;
}


/*modal */

.modal-active {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
}

.modal-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
}

.modal-layer {
    
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 200;
}

.modali {
    display: flex;
    position: relative;
    width: 90%;
    max-width: 90%;
    max-height: 90%;
    z-index: 9999;
}

.modal-close-btn {
    position: absolute;
    background-color: #FFF;
    line-height: 0;
    padding: 13px;
    border: 1px solid deepskyblue;
    border-radius: 99px;
    color: deeppink;
    right: -20px;
    z-index: 1111;
    top: -20px;
    cursor: pointer;
}

.modal-content {
    width: 100%;
    background-color: #FFF;
    overflow-x: hidden;
    overflow-y: hidden;
    ;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

button::-moz-focus-inner {
    padding: 0;
    border: 0 none;
}

.toyota-promo-modal {
    max-width: 580px;
}

.toyota-promo-modal-content {
    padding: 0px;
}

ul {
    margin: 0px;
    padding: 0px;
}

.footer-section {
    background: #ffffff;
    position: relative;
}

.footer-cta {
    border-bottom: 1px solid #373636;
}

.single-cta i {
    color: #6173f4;
    font-size: 30px;
    float: left;
    margin-top: 40px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
    padding: 20px;
}

.cta-text h4 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}

.cta-text span {
    color: #757575;
    font-size: 15px;
}

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    /* max-width: 200px;*/
}

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 28px;
}

.footer-social-icon span {
   
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.facebook-bg {
    background: #3b5998;
}

.twitter-bg {
    background: #55acee;
}

.google-bg {
    background: #dd4b39;
}

.footer-widget-heading h3 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

.divsor {
    margin-top: 16px;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #6173f4;
}

.footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
}

.footer-widget ul li a:hover {
    color: #ff5e14;
}

.footer-widget ul li a {
    color: #878787;
    text-transform: capitalize;
}

.subscribe-form {
    position: relative;
    overflow: hidden;
}

.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2e2e2e;
    border: 1px solid #2e2e2e;
    color: #fff;
}

.subscribe-form button {
    position: absolute;
    right: 0;
    background: #ff5e14;
    padding: 13px 20px;
    border: 1px solid #ff5e14;
    top: 0;
}

.subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
}

.copyright-area {
    background: #f4f4f4;
    padding: 25px 0;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
}

.copyright-text p a {
    color: #0033cc;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: #0033cc;
}

.footer-menu li a {
    font-size: 14px;
    color: #878787;
}

.instagram-bg {
    background: #FF5722;
}

.whatsapp-bg {
    background: yellowgreen;
}


/*modallllllllllllllllllllllllllllllllllllll*/

main ul {
    -webkit-padding-start: 0;
    width: 100%;
}

main ul li {
    list-style-type: none;
    display: inline-block;
    width: 100%;
    font-weight: 100;
    margin: 0 auto;
    font-size: 15px;
}

main ul li img {
    opacity: 0.2;
    width: 100%;
    margin: 0 auto;
}

main ul li h1 {
    font-weight: lighter;
    font-size: 60px;
    text-align: center;
    line-height: 60px;
}

main ul li .product-price {
    color: #b5b5b5;
    font-size: 46pt;
    margin: 5px 0px 7px;
    text-align: center;
}

main ul li .product-sku,
main ul li .product-details {
    color: #63afdc;
    font-size: 17pt;
    text-align: center;
}

main ul li .add-cart {
    color: #fff;
    background: #47a3da;
    padding: 20px 0px;
    border-radius: 7px;
    margin: 20px auto;
    display: inline-block;
    transition: background 0.2s;
    text-decoration: none;
    font-size: 35pt;
    width: 100%;
    text-align: center;
    float: left;
}

main ul li .add-cart:hover {
    background: #065b8e;
}

main ul li .add-cart:before {
    font-family: 'fontawesome';
    content: '\f055';
    margin-right: 20px;
}


/* Status */

.hidden {
    display: none !important;
}

.visible {
    display: block !important;
}


/* Window */

.popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.45);
    z-index: 9999;
}


/* Content */

.popup-content {
    width: 80%;
    height: 300px;
    padding: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, .5);
    border-radius: 3px;
    background: #222531;
}

.popup-content h1 {
    font-size: 45px;
    line-height: 10px;
    font-family: 'Lato', serif;
    color: #e8e8e8;
    text-align: center;
    font-weight: 100;
}

.popup-content h2 {
    font-weight: 100;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    color: #6d6d6d;
}

.popup-content h3 {
    font-weight: 100;
    text-transform: uppercase;
    font-size: 13px;
    text-align: center;
}

.popup-content .pop-wrapper {
    margin: 0 auto;
    width: 85%;
}

.popup-content input[type="email"] {
    width: 100%;
    height: 45px;
    border-radius: 4px;
    border: 1px white solid;
    text-transform: uppercase;
}

.popup-content a {
    text-decoration: none;
}

.popup-content .nope-email {
    color: #7f00f3;
    text-transform: uppercase;
    font-size: 13px;
    text-align: center;
    width: 100%;
    margin: 10px 0px 10px;
    float: left;
}

.popup-content .add-email {
    background: #63afdc;
    padding: 17px;
    margin-top: 5px;
    font-family: 'Lato', serif;
    border-radius: 4px;
    border: 0;
    color: #222531;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    font-weight: bold;
    font-size: 11pt;
    text-align: center;
}

.popup-content p {
    margin: 10px auto;
    color: #5f6769;
    font-size: 11px;
    text-align: center;
    line-height: 1.3em;
    width: 80%;
}


/* Close */

.popup-close,
.popup-close:hover,
.popup-close:focus {
    color: #484848;
    font-weight: 100;
    padding: 15px 10px;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 6px;
    right: 0px;
    font-size: 20pt;
    text-align: center;
    line-height: 100%;
}


/*Mobile*/

@media (min-width:769px) {
    main {
        width: 55%;
        padding: 2% 4% 0;
    }
    main ul li {
        width: 48%;
    }
    main ul li:nth-child(2) {
        position: relative;
        top: -50px;
    }
    main ul li h1 {
        font-size: 25pt;
        text-align: left;
        line-height: 0;
        margin-top: 0px;
    }
    main ul li .product-price {
        font-size: 16pt;
        text-align: left;
    }
    main ul li .product-sku,
    main ul li .product-details {
        font-size: 12pt;
        text-align: left;
    }
    main ul li .add-cart {
        padding: 10px 20px;
        border-radius: 2px;
        font-size: 11pt;
        width: auto;
    }
    main ul li .add-cart:before {
        font-family: 'fontawesome';
        content: '\f055';
        margin-right: 5px;
    }
    .popup-content {
        width: 50%;
        height: 300px;
        padding: 30px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        box-shadow: 0px 1px 2px rgba(0, 0, 0, .5);
        border-radius: 3px;
        background: #222531;
    }
    .popup-content h1 {
        font-size: 65px;
        line-height: 10px;
        font-family: 'Lato', serif;
        color: #e8e8e8;
        text-align: center;
        font-weight: 100;
    }
    .popup-content h2 {
        font-weight: 100;
        text-transform: uppercase;
        font-size: 12px;
        text-align: center;
        color: #6d6d6d;
    }
    .popup-content h3 {
        font-weight: 100;
        text-transform: uppercase;
        font-size: 13px;
        text-align: center;
    }
    .popup-content .pop-wrapper {
        margin: 0 auto;
        width: 85%;
    }
    .popup-content input[type="email"] {
        width: 60%;
        height: 45px;
        border-radius: 4px;
        border: 1px white solid;
        text-transform: uppercase;
    }
    .popup-content a {
        text-decoration: none;
    }
    .popup-content .nope-email {
        color: #00f390;
        text-transform: uppercase;
        font-size: 13px;
        text-align: center;
        width: 100%;
        margin: 20px 0px;
        float: left;
    }
    .popup-content .nope-email:visited {
        color: #00f390;
    }
    .popup-content .add-email {
        padding: 16px;
        margin: 5px 0 0;
        position: relative;
        width: 38%;
        top: 2px;
    }
    .popup-content p {
        margin: 0 auto;
        color: #5f6769;
        font-size: 11px;
        text-align: center;
        line-height: 1.8em;
        width: 80%;
    }
    .popup-close,
    .popup-close:hover,
    .popup-close:focus {
        color: #484848;
        font-weight: 100;
        padding: 15px 10px;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 6px;
        right: 0px;
        font-size: 20pt;
        text-align: center;
        line-height: 100%;
    }
}
.footer-social-icon span

.center {
 
}

.fontr {
  font-size: 25px;
}

.font-boldd{
    font-weight: bold;
}

span.type {
  margin: 0 auto;
  width: 200px;
  margin-top: 100px;
}
span.type::after {
  content: '|';
  display: inline;
  animation: blink 0.7s infinite;
}

/*Removes cursor that comes with typed.js*/
.typed-cursor {
  opacity: 0;
  display: none;
}

/*Custom cursor animation*/
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*modal promotion*/
   #darkBack {
       
        width: 100%;
        height: 100vh;
        position: absolute;
        background: rgba(76, 56, 75, 0.35);
        
    }
    
    #popUp {
        
        position: fixed;
        max-width: 390px;
        height: 80%;
        z-index: 100;
        background: rgba(236, 240, 241, 1);
        border: 7px solid rgba(236, 240, 241, 1);
        border-left: none;
        bottom: 0;
        margin-left: 0;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
        
    }
    
    #new span {
        background: #fff;
        position: absolute;
        color: #1c8dc4;
        padding: 4px 10px;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 1px;
        margin-top: -5px;
    }
    
    #popUp .close {
        color: #464646;
        right: 8px;
        top: 0px;
        position: absolute;
        font-size: 20px;
        cursor: pointer;
    }
    
    #popUp h2 {
        font-size: 16px;
        color: #464646;
        line-height: 24px;
        font-weight: 400;
        text-align: center;
        margin-top: 40px;
        padding: 0 20px;
    }
    
    #body {
        height: 1200px;
        background: #eee;
    }
    
    a.button {
        margin: 0 auto;
        text-align: center;
        right: 0;
        left: 0;
        position: absolute;
        width: 220px;
        font-size: 15px;
        color: #fff;
        border-bottom: 2px solid #18729f;
        background: #1c8dc4;
        border-radius: 4px;
        padding: 6px 0;
    }
    
    #plus {
        position: fixed;
        color: #fff;
        bottom: 15%;
        font-size: 14px;
        z-index: 11111;
        margin-left: -425px;
        -webkit-transition: all 1.25s ease;
        -moz-transition: all 1.25s ease;
        -o-transition: all 1.25s ease;
        transition: all 1.25s ease;
        cursor: pointer;
        text-align: left;
        letter-spacing: 1px;
    }
    
    #plus span {
        position: absolute;
        margin-top: 100px;
        left: 5px;
    }
    
    #plus span i {
        font-size: 16px;
    }
    
    #plus::after {
        content: "";
        display: block;
        display: relative;
        border-top: 115px solid transparent;
        border-bottom: 115px solid transparent;
        border-left: 115px solid #0033cc;
        
        /*
         border-top: 55px solid transparent;
        border-bottom: 55px solid transparent;
        border-left: 55px solid #1c8dc4;*/
    }
    
    @media all and (max-width: 900px) {
        #popUp {
            margin-left: -425px;
        }
        #plus {
            margin-left: 0px;
        }
    }

