/*
Theme Name: WebSIA Azul
Text Domain: websia
Version: 1.5
Author: hello.digital - Leandro Guedes
Author URI: https://hellodigital.pt
*/
@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@300;700;800&display=swap');

body {
    font-family: 'Kumbh Sans', sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 26px;
    color: #414141;
}

a { 
    color: #5700FF;
    text-decoration: none;
}

a:hover {
    color: #414141;
    text-decoration: none;
}

h6 {
	color: #808080;
     padding: 0;
}

@media (max-width: 992px) {
    .order-xs-last {
        order: 13;
    }
}

strong, b {
    font-weight: bold;
}

/* Utils */
.rounded {
    border-radius: 10px !important;
}


.letter-spacing {
    letter-spacing: 1px;;
}

@media (min-width: 992px) {
    .w-md-50 {
        width: 50%;
    }
    .rounded-md-left {
        border-top-left-radius: 10px !important;
        border-bottom-left-radius: 10px !important;
    }
    .rounded-md-right {
        border-top-right-radius: 10px !important;
        border-bottom-right-radius: 10px !important;
    }
}


section.border {
    border: 1px solid #EFEFEF !important;
}

.py-6 {
    padding-top: 110px;
    padding-bottom: 110px;
}

.shadow {
    box-shadow: 0px 0px 50px -5px rgba(0,0,0,0.1) !important;
}

/* Forms */

input.form-control, .input-text {
    background-color: #FFF;
    color: #38444E;
    height: 40px;
    font-size: 11px;
    border-radius: 6px;
    border: 1px solid #E6EAF0;
}

footer input.form-control {
    background-color: #38444E;
    color: #FFF;
    border: 0;
}
.input-group input.form-control {
    border-right: 0;
}
.input-group .btn {
    border: 1px solid #E6EAF0;
    border-left: 0;
}


/* Buttons */
.btn-red, .btn-lg-red, #place_order {
    background-color: #5700FF;
    color: #FFF;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase;
    height: 40px;
    line-height: 30px;
    
}

    .btn-red:hover {
        background-color: #FF035C;
        color: white;
    }

.elementor-button {
    background-color: #5700FF !important;

}


.btn-outline, .btn-sm-outline {
    background-color: transparent;
    border: 1px solid rgba(255,255,255,0.5);
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFF;
    padding: 15px 40px;
}

.btn-sm-outline {
    padding: 0;
    padding: 10px 20px;
    
    height: 40px;
    font-size: 12px;
    font-weight: bold;
}

.btn-darkoutline {
    border: 1px solid #DFE2E6;
    color: #1D252C;
    background-color: transparent;
    border-radius: 4px;
    font-size: 11px;
    letter-spacing: 1px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.btn-darklight {
    background-color: #A0ADC1;
    border: 0;
    color: #FFF;
    border-radius: 4px;
    font-size: 11px;
    letter-spacing: 1px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.btn-lg {
    letter-spacing: 3px;
    padding: 25px 50px;
    line-height: 5px;
}

.btn-sm {
    padding: 10px 30px;
    white-space: nowrap;
}

@media (min-width: 992px) {
    .btn-sm {
        width: 300px;
    }
}

.readmore {
    letter-spacing: 2px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

/* Text */
.text-red {
    color: #5700FF;
}

/* Backgrounds */
@media (min-width: 992px) {
    .bg-bars {
        background: url('img/bg-bars.svg') no-repeat -180px;
        padding-left: 210px;
        padding-right: 90px;
    }
}

.bg-light {
    background-color: #F2F4F7 !important;
    position: relative;
}

    /* .bg-light.with-lego::before {
            content: '';
            width: 100%;
            height: 19px;
            background: url('img/lego-light.svg') repeat-x top center;
            position: absolute;
            top: -18px;
    } */

.bg-white {
    position: relative;
}
    /* .bg-white.with-lego::before {
        content: '';
        width: 100%;
        height: 19px;
        background: url('img/lego-white.svg') repeat-x top center;
        position: absolute;
        top: -18px;
    } */

.bg-dark {
    background-color: #1D252C !important;
}

.bg-darklight {
    background-color: #273139;
}

.bg-lines {
    background: url('img/bg-lines.svg') no-repeat bottom left;
}

.bg-points {
    background: #FFF url('img/bg-points.svg') no-repeat top left;
}

.bg-primary {
    background-color: #5700FF !important;
    color: #FFF;
}

.bg-secondary {
    background-color: #FF035C !important;
    color: #FFF;
}

.banner {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    color: #FFF;

    overflow-y: hidden;
}

.banner::-webkit-scrollbar {
    display: none;
  }

    .banner small {
        letter-spacing: 3px;
        font-size: 13px;
        text-transform: uppercase;
    }

    .banner h1 {
        font-size: 35px;
        font-weight: 300;
    }

    .banner img {
        height: 400px;
        object-fit: contain;
        object-position: top;
    }

@media (min-width: 992px) {

    .banner img {
        height: 650px;
        object-fit: cover;
    }

    .banner {
        height: 650px;
        overflow: hidden;
        /* background-size: auto; */
    }

    .banner .headline {
        width: 50%;
    }

    .banner h1 {
        font-size: 54px;
    }
}

.highlights {
    position: relative;
    padding-left: 0;
    padding-right: 0;
}

    /* .highlights .container {
        position: absolute;
        left: 0;
        right: 0;
        top: -40px;
        margin-left: auto;
        margin-right: auto;
    } */


.highlights .box-red {
    width: 100%;
    background-color: #5700FF;
    padding: 30px;
    color: #FFF;
    font-size: 33px;
}

.highlights .box-dark {
    width: 100%;
    background-color: #1D252C;
    padding: 40px;
    color: #FFF;
    font-size: 14px;
    line-height: 23px;
}

.highlights h2 {
    font-size: 1.2rem;
}

@media (min-width: 992px) {
    .highlights h2 {
        font-size: 2rem;
    }
    .highlights .box-red {
        background: transparent url('img/bg-highlight-red.svg') no-repeat center center;
        background-size: contain;
        height: 144px;
        width: 555px;  /* 585 */
        padding: 30px;
        color: #FFF;
        font-size: 33px;
    
        position: absolute;
        left: 15px;
        right: 0;
        top: -70px;

        z-index: 9;
    }
    
    .highlights .box-dark {
        background: transparent url('img/bg-highlight-dark.svg') no-repeat center center;
        height: 144px;
        width: 555px; /* 585 */
        background-size: contain;
        padding: 40px;
        color: #FFF;
        font-size: 16px;
    
        position: absolute;
        right: 15px;
        top: -50px;
        z-index: 9;
    }
}


    header ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    header a {
        color: #414141;
        letter-spacing: 1px;
    }

    header a:hover {
        color: #5700FF;
    }

header .top {
    height: 40px;
    border-bottom: 1px solid #EFEFEF;
    font-size: 9px;
    font-weight: bold;
}

header nav a {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}

.companies {
    position: relative;
    overflow: hidden;
    min-height: 475px;
}

    .companies video {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        z-index: -100;
    }

    @media (min-width: 992px) {
        .companies .box {
            height: 210px;
        }
    }

    /* .companies::after {
        content: '';
        width: 100%;
        height: 19px;
        background: url('img/lego-white.svg') repeat-x top center;
        position: absolute;
        bottom: -1px;
    } */

    .title small {
        text-transform: uppercase;
        letter-spacing: 3px;
        font-size: 10px;
    }

    .title hr {
        width: 210px;
        margin-left: 0;
    }

    .title h2 {
        font-size: 40px;
        color: #5700FF;
    }

        .title h2::after {
            /* content: '';
            padding: 0;
            border-radius: 50%;
            background-color: #5700FF;
            width: 20px;
            height: 20px;
            display: inline-block;
            margin-left: 20px; */
        }

    @media (min-width: 992px) {
        .title small {
            font-size: 12px;
        }
    }
.partner {
    height: 110px;
    object-fit: contain;
}

@media (min-width: 992px) {
    .partner {
        width: 180px;
    }
}

footer {
    color: #FFF;
    font-size: 12px;
    position: relative;
}

    /* footer::before {
        content: '';
        width: 100%;
        height: 19px;
        background: url('img/lego-dark.svg') repeat-x top center;
        position: absolute;
        top: -18px;
    } */

    footer a {
        color: #FFF;
    }

    footer a:hover {
        color: #5700FF;
    }

    footer strong {
        font-size: 14px;
    }

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

footer .newsletter {
    font-size: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

    .sib_signup_form .sib_signup_box_inside_1 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }

    footer .newsletter input {
        width: 58%;
    }

    footer .nav-link {
        padding: 0;
    }

@media (min-width: 992px) {
    footer .newsletter {
        font-size: 13px;
    }
}

footer address {
    font-size: 11px;
    line-height: 20px;
}

.whatsapp-icon {
    width: 20px; 
    margin-right: 2px; 
    vertical-align: middle; 
}


#side-menu  {
    background-color: #5700FF;
    color: #FFF;
    position: fixed;
    top: 0;
    left: -100vw;
    height: 100vh;
    width: 0;
    z-index: 999999;
    overflow-y: hidden;
    transition: 0.5s;
    width: 100vw;
    overflow-y: scroll;

    padding: 65px 25px;
}

    #side-menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        #side-menu ul li {
            margin-bottom: 20px;
            font-size: 20px;
        }

            #side-menu ul li a {
                color: #FFF;
            }

.partners {
    width: 100%;
    overflow-x: hidden;
}

.swiper-slide {
    width: 160px;
}
@media (min-width: 992px) {
    .swiper-slide {
        width: 185px;
    }
}

.swiper-pagination {
    text-align: right;
    bottom: -25px !important;
    padding-right: 25px;
}

.swiper-pagination-bullet-active {
    background-color: #5700FF;
}

.lego {
    background-color: #F2F4F7;
    padding: 50px 30px;
    padding-bottom: 20px;
    border-radius: 10px;
    position: relative;
}

    .lego.white {
        background-color: #FFFFFF;
    }

    .lego p {
        font-size: 14px;
        line-height: 20px;
    }

    .lego h5 {
        font-size: 23px;
        color: #5700FF;
    }

    /* .lego::before {
        content: ' ';
        width: 100%;
        height: 20px;
        background: transparent url('img/lego-gray.svg') no-repeat top center;
        display: block;
        position: absolute;
        top: -19px;
        left: 5px;
        z-index: 1;
    } */

    .small.lego {
        height: 290px;
    }
/* 
    .small.lego::before, .small.lego.white::before{ 
        content: ' ';
        width: 100%;
        height: 20px;
        background: transparent url('img/lego-small.svg') no-repeat top center;
        display: block;
        position: absolute;
        top: -15px;
        left: 5px;
        z-index: 1;
    } */

    .small.lego img {
        max-height: 50px;
        width: auto;
        object-fit: contain;
        object-position: center;
    }


    /* .small.lego.white::before {
        background: transparent url('img/lego-sm-white.svg') no-repeat top center;
    } */

    .small.lego p {
        font-size: 12px;
        line-height: 18px;
    }


    .lego .figure {
        width: 90px;
        height: 90px;
        border-radius: 50%;
        object-fit: cover;
        object-position: center;
        border: 2px solid #FFF;

        -webkit-box-shadow: 9px 11px 56px -25px rgba(0,0,0,0.75);
        -moz-box-shadow: 9px 11px 56px -25px rgba(0,0,0,0.75);
        box-shadow: 9px 11px 56px -25px rgba(0,0,0,0.75);

        position: absolute;
        top: -70px;
        left: 37%;
        z-index: 2;
    }

    .lego p.name {
        font-weight: 700;
    }

    @media (min-width: 992px) {
        .lego .figure.right {
            left: inherit;
            right: -30px;
        }

        .lego .figure.left {
            left: -30px;
        }
    }

.masonry {
    margin-top: 100px;
}

.masonry .p-x {
    padding: 35px;
}
/* Mansory */
@media (min-width: 992px) {


    .masonry div.down {
        padding-top: 100px !important;
    }

    .masonry div.right {
        padding-right: 20px !important;
        padding-left: 60px;
    }

    .masonry div.left {
        padding-left: 20px !important;
        padding-right: 60px;
    }
}

p.breadcrumb {
    background-color: transparent;
    padding: 0;
    margin: 0;
    font-size: 12px;
    color: #7D7D7D;
}

    p.breadcrumb a {
        color: #7D7D7D;
        margin-right: 5px;
    }

    p.breadcrumb a strong {
        color: #5700FF;
        margin-left: 5px;
    }

    p.breadcrumb strong {
        color: #5700FF;
        margin-left: 5px;
    }

/* Text */
.text {
    font-size: 15px;
    line-height: 25px;
}

    .text .custom {
        font-size: 1rem;
        line-height: 1.6rem;
    }

    .text h1, .text h2, .text h3, .text h4, .text h5 {
        font-weight: lighter;
    }

    .text img {
        border-radius: 10px;
        max-width: 100%;
        height: auto;
    }

    .text h2 {
        font-size: 25px;
        letter-spacing: -1px;
        line-height: 33px;
    }

    .text h3 {
        font-size: 20px;
        letter-spacing: -1px;
        line-height: 30px;
    }

    .text h5, .text h4 {
        font-size: 18px;
        line-height: 25px;
    }

    .text h4 {
        color: #5700FF;
    }

    .text iframe {
        width: 100%;
        height: 490px;
    }

    .text ul li {
        margin-bottom: 20px;
    }

    body:not(.elementor-editor-active) .text ul {
        list-style: none;
        padding-left: 10px;
      }
      
      body:not(.elementor-editor-active) .text ul li:before {
        content: '✓';
        margin-right: 10px;
      }

      .text .custom .elementor-widget-image, .text .custom .elementor-widget-video {
          position: sticky;
          top: 5%;
      }

    .text .custom h2 {
        font-weight: 800;
        font-size: 2rem;
        line-height: 2.4rem;
        margin-bottom: 20px;
    }

/* Title */
    .title h1 {
        margin: 0;
        padding: 0;;
    }

    .title .container {
        position: relative;
    }

    .title .container:after {
        /* content: '';
        display: inline;
        position: absolute;
        top: 30%;
        right: 0;
        background-color: #5700FF;
        width: 45px;
        height: 45px;
        border-radius: 50%; */
    }


    .title.noball .container::after {
        display: none;
    }

.text .solucoes-logo img {
    height: 100px;
    width: auto;
}

.gallery img {
    border: 0 !important;
}

.grecaptcha-badge {
    visibility: hidden !important;
}


.news .category {
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.news h2 {
    font-size: 16px;
    line-height: 25px;
    color: #414141;
}

    .news h2 a {
        color: #414141;
    }

    .news img {
        height: 180px;
        width: 100%;
        object-position: center;
        object-fit: cover;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }

    .news .description {
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        min-height: 255px;
    }

.content p.category-label {
    background-color: #E6EAF0;
    border-radius: 5px;
    padding: 5px 20px;
    color: #1D252C;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

    .content p.category-label a {
        color: #1D252C;
    }

    .content p.date {
        font-size: 12px;
        border: 1px solid #E6EAF0;
        padding: 5px 15px;
        border-radius: 5px;
    }

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

    .sidebar ul li  {
        margin-bottom: 15px;
    }

    .sidebar ul li a {
        color: #414141;
    }

    .sidebar .items li {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .sidebar .items li a.selected {
        color: #C73700;
    }

.share {
    border-radius: 4px;
    font-size: 14px;
}

/* Product */
.cover {
    min-height: 600px;
    /* background: rgba(29, 37, 44, 0.7) url('img/bg-cover.svg') no-repeat top center; */
    background: rgba(29, 37, 44, 0.3) url('img/bg-cover.svg') no-repeat top center;
    background-size: cover;
    position: relative;
    display: block;
    color: #FFF;
}

    .cover::before {
        content: "";
        opacity: 0.8;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: -1;   
      }


img.primary {
    /* filter: invert(8%) sepia(100%) saturate(6391%) hue-rotate(263deg) brightness(112%) contrast(122%); */
    filter: invert(15%) sepia(78%) saturate(4732%) hue-rotate(330deg) brightness(102%) contrast(111%);
}

img.white {
    fill: #FFF;
    filter: brightness(0%) invert(1);
}

    .cover .name {
        font-size: 32px;
        line-height: 40px;
    }

    .cover .price {
        font-size: 26px;
        line-height: 26px;
        font-weight: bold;
    }

        .cover .price small {
            font-size: 11px;
            letter-spacing: 2.5px;
            text-transform: uppercase;
        }

    .cover .price .from {
        font-size: 11px;
        letter-spacing: 2.5px;
        text-transform: uppercase;
        font-weight: 300;
        display: block;
    }

    .cover .price .subscription-details {
        font-size: 11px;
        letter-spacing: 2.5px;
        text-transform: uppercase;
        font-weight: 300;
    }

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #F2F4F7;
}

.plan {
    font-size: 13px;
    line-height: 20px;
}

    .plan .border {
        border: 1px solid #E6EAF0;
    }

    .plan .name {
        font-size: 28px;
        line-height: 30px;
    }

    .plan .price {
        font-size: 26px;
        line-height: 30px;
        color: #5700FF;
        font-weight: 700;
    }

        .plan .price small, .plan .subscription-details{
            display: block;
            font-size: 11px;
            letter-spacing: 2.5px;
            line-height: 24px;
            color: #1D252C;
            text-transform: uppercase;
            font-weight: 300;
        }

    .addon .bg-white {
        min-height: 670px; 
    }

    .addon .name {
        font-weight: 700;
        font-size: 22px;
    }

    .addon .form-control {
        width: 100px;
        height: 50px;
        background-color: #F2F4F7;
        border: 0;
        font-size: 21px;
        margin: 0 auto;
        text-align: center;
        border-radius: 4px;
    }

    .addon select.form-control {
        width: auto;
    }

.cart .form-control {
    width: 100px;
    height: 50px;
    background-color: #F2F4F7;
    border: 0;
    font-size: 21px;
    margin: 0 auto;
    text-align: center;
    border-radius: 4px;
}

.cart .item .name {
    font-size: 18px;
}

.cart .item .price {
    color: #5700FF;
    font-size: 18px;
    font-weight: bold;
}

.cart .item select.form-control {
    background-color: #FFF;
    padding: 10px 20px;
    width: auto;
    height: auto;
    border: 1px solid #DBDEE7;
    font-size: 12px;
}

.cart .total .price {
    font-size: 26px;
    color: #5700FF;
    font-weight: bold;
}

    .cart .total .price small, .cart .total .price .monthly {
        color: #1D252C;
        font-size: 12px;
        display: block;
        letter-spacing: 2.5px;
        text-transform: uppercase;
        font-weight: 300;
    }

    .cart .total .price .monthly {
        display: inline;
        font-size: 11px;
    }

    .cart figure {
        max-width: 100px;
        margin: 0;
    }

    .text .cart figure img {
        border-radius: 0 !important;
    }

.message {
    font-size: 13px;
    color: #707070;
}


.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 100% !important;
    float: inherit !important;
}

.woocommerce table.shop_table {
    border: 0;
}

.shop_table tr strong {
    color: #5700FF;
}

.shop_table th {
    color: #1D252C;
    font-size: 12px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    font-weight: 300 !important;
}

tr.recurring-totals th {
    font-weight: 700 !important;
    font-size: 15px;
    /* padding-top: 50px !important; */
}

#coupon_code.form-control {
    background-color: #FFF;
    width: 300px;
    font-size: 12px;
}
.checkout .input-text {
    font-size: 15px;
    padding: 5px 15px;
    height: 50px;
}

.checkout label {
    /* display: block;
    width: 100%; */
    margin-bottom: 0;
}

p.form-row {
    display: block;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background-color: #FFF;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    background-color: #F2F4F7 !important;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #F2F4F7;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

.notification {
    width: 25px;
    height: 25px;
    background-color: #5700FF;
    border-radius: 50px;
    color: #FFF;
    font-size: 11px;
    font-weight: 700;
    display: inline-block;
    text-align: center;
}

table.subscription {
    width: 100%;
}

    table.subscription th {
        width: 40%;
    }

    table.subscription td {
        text-align: right;
    }

    table.subscription .first-payment-date {
        line-height: 11px;
    }

.input_qty input {
    width: 100px;
    height: 50px;
    background-color: #F2F4F7;
    border: 0;
    font-size: 21px;
    margin: 0 auto;
    text-align: center;
    border-radius: 4px;
}

.modal-header {
    border-bottom: none;
}

.table {
    font-size: 11px;
    line-height: 13px;
}

    .table th {
        font-size: 9px;
    }

@media (min-width: 992px) {
    .table {
        font-size: 13px;
        line-height: 15px;
    }

    .table th {
        font-size: 13px;
    }
}

.languages a {
    margin-left: 10px;
}

.select2-selection {
    height: 50px !important;
    border: 1px solid #E6EAF0 !important;
}

.select2-selection__rendered {
    line-height: 50px !important;
}

.select2-selection__arrow {
    height: 50px !important;
}

.woocommerce form .form-row {
    margin-bottom: 15px;
}

.page-link {
    color: #5700FF;
}

.page-item.active .page-link {
    background-color: #5700FF;
    border-color: #5700FF;
}

.bg-websiatv {
    background: url('img/bg-websiatv.jpg') no-repeat top center;
    background-size: cover;
}

@media (min-width: 992px) {
    .bg-websiatv {
        height: 406px;
    }

    .bg-websiatv .description {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

.websiatv .title {
    padding-top: 80px;
}
@media (min-width: 992px) {
    .websiatv .title {
        padding-top: 200px;
    }
}

.bg-kustomer {
    background: url('img/bg-kustomer.jpg') no-repeat top center;
    background-size: cover;
}
.bg-kustomer .description {
    font-size: 1.5rem;
    line-height: 2rem;
}
@media (min-width: 992px) {
    .bg-kustomer {
        height: 520px;
    }

}

.bg-kustomer .title {
    padding-top: 80px;
}
@media (min-width: 992px) {
    .bg-kustomer .title {
        padding-top: 200px;
    }
}

.submenu {
    position: sticky;
    top: 0;
    z-index: 2;
}
.submenu a {
   color: white;
   font-size: 1rem;
   font-weight: 300;
}

    .submenu .btn {
        font-weight: 700;
        text-transform: initial;
        letter-spacing: 0;
        padding: 5px 5px;
        font-size: .7rem;
    }

    .submenu .d-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }

    @media (min-width: 992px) {
        .submenu .btn {
            padding: 5px 20px;
            font-size: 1.1rem;
        }
        .submenu .d-grid {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
        }
    }

.order-first {
    order: -1 !important;
}

@media (min-width: 768px) {
    .order-md-last {
        order: 13 !important;
    }
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Live Person */
.lpc_desktop.lpc_body {
    background: #fff !important;
}
.lpc_desktop.lpc_window_maximized {
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2) !important;
}

.lpc_desktop.lpc_message-area {
    padding: 0 20px 4px !important;
}

.lpc_desktop.lpc_window_minimized {
    height: 24px !important;
}

.lpc_desktop.lpc_minimized-header__notification-counter {
    margin-top: 13px !important;
}

.lpc_desktop.lpc_window_maximized,
.lpc_desktop.lpc_window_minimized {
    width: 350px !important;
    border: none!important;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2) !important;
    overflow: hidden;
}

.lpc_desktop.lpc_maximized-header,
.lpc_desktop.lpc_minimized-header {
    border: none!important;
    background: #025df3 !important;
    height: 35px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.lpc_desktop.lpc_minimized-header__text,
.lpc_desktop.lpc_maximized-header__text {
    color: #fff !important;
    font-family: Roboto,sans-serif !important;
    font-weight: 100 !important;
    font-size: 16px !important;
    margin-top: -2px !important;
    margin-left: 1px !important;
}

.lpc_desktop.lpc_minimized-header__text {
    margin-left: 5px !important;
}

.lpc_desktop.lpc_maximized-header__icon,
.lpc_desktop.lpc_minimized-header__icon {
    background-image: url("https://www.liveperson.com/sites/default/files/chatbubble-white.png") !important;
    background-repeat: no-repeat !important;
    background-position: 2px 1px !important;
    background-size: 20px !important;
    height: 15px !important;
    width: 15px !important;
    margin: 2px 10px 0px 10px;
}
/*
.lpc_desktop.lpc_maximized-header__icon-asset,
.lpc_desktop.lpc_minimized-header__icon-asset {
    display: none !important;
}
*/
.lpc_desktop.lpc_maximized-header__slider-button {
    height: 36px !important;
}

.lpc_desktop.lpc_maximized-header__slider-button:focus {
    outline: none !important;
}

.lpc_desktop.lpc_maximized-header__slider-button {
    background-image: url("https://www.liveperson.com/sites/default/files/dots-white.png") !important;
    background-repeat: no-repeat !important;
    background-position: 2px 3px !important;
    background-size: 25px !important;
    height: 30px !important;
    width: 30px !important;
}

.lpc_desktop.lpc_maximized-header__slider-button-asset,
.lpc_desktop.lpc_maximized-header__slider-button-asset {
    display: none;
}

.lpc_desktop.lpc_maximized-header__minimize-button,
.lpc_desktop.lpc_maximized-header__close-button,
.lpc_desktop.lpc_minimized-header__close-button{
    margin-right: 2px !important;
    margin-top: -11px !important;
}

.lpc_desktop.lpc_minimized-header__maximize-button,
.lpc_desktop.lpc_minimized-header__close-button,
.lpc_desktop.lpc_maximized-header__minimize-button,
.lpc_desktop.lpc_maximized-header__close-button {
    margin-right: 3px !important;
    height: 30px !important;
    width: 30px !important;
    margin-top: -7px; 
}

.lpc_desktop.lpc_minimized-header__maximize-button:focus,
.lpc_desktop.lpc_minimized-header__close-button:focus,
.lpc_desktop.lpc_maximized-header__minimize-button:focus ,
.lpc_desktop.lpc_maximized-header__close-button:focus {
    outline: none !important;
}

.lpc_desktop.lpc_maximized-header__minimize-button {
    background-image: url("https://www.liveperson.com/sites/default/files/minus-white.png") !important;
    background-repeat: no-repeat !important;
    background-position: 8px 10px !important;
    background-size: 16px !important;
    height: 0px !important;
    position: absolute;
    right: 0px;
    top: 0px;
    
}

/*.lpc_desktop.lpc_maximized-header__minimize-button-asset {
    display: none ;
}
*/
.lpc_desktop.lpc_minimized-header__maximize-button {
    background-image: url("https://www.liveperson.com/sites/default/files/expand-white.png") !important;
    background-repeat: no-repeat !important;
    background-position: 8px 10px !important;
    background-size: 16px !important;
    height: 40px !important;
}

/*.lpc_desktop.lpc_minimized-header__maximize-button-asset {
    display: none;
}
*/
.lpc_desktop.lpc_maximized-header__close-button,
.lpc_desktop.lpc_minimized-header__close-button{
    background-image: url("https://www.liveperson.com/sites/default/files/close-white.png") !important;
    background-repeat: no-repeat !important;
    background-position: 8px 10px !important;
    background-size: 16px !important;
    height: 40px !important;
    
}
/*
.lpc_desktop.lpc_maximized-header__close-button-asset,
.lpc_desktop.lpc_minimized-header__close-button-asset {
    display: none;
}
*/
.lpc_desktop.lpc_window_maximized {
    height: 650px !important;
    border-radius: 15px 15px 0 0  !important;
    margin-bottom: 15px 15px 0 0 !important;
    max-height: calc(100% - 15px) !important;
}

.lpc_desktop.lpc_layout {
    background: white !important;
}

.lpc_desktop.lpc_maximied-header {
    border: none !important;
}

.lpc_desktop.lpc_window_slider-open {
    width: 1350px !important;
}

.lpc_desktop.lpc_body_slider-open,
.lpc_desktop.lpc_maximized-header_slider-open {
    width: 30px !important;
}

.lpc_desktop.lpc_slider {
    height: 650px !important;
    width: 1000px !important;
    right: 350px !important;
    max-height: calc(100% - 15px) !important;
}

.lpc_desktop.lpc_slider__body {
    top: 50px !important;
    box-shadow: none !important;
    border-right: 1px solid #d6d6d6;
}

.lpc_desktop.lpc_slider-header {
    box-shadow: none !important;
    background: #5879da !important;
    border-radius: 0 !important;
    height: 50px !important;
    border: none !important;
}

.lpc_desktop.lpc_slider-header__minimize-button {
    background-image: url("https://www.liveperson.com/sites/default/files/expand-white.png") !important;
    background-repeat: no-repeat !important;
    background-position: 0 10px !important;
    background-size: 16px !important;
    height: 40px !important;
    -webkit-transform: rotate(90deg) !important;
    -moz-transform: rotate(90deg) !important;
    -o-transform: rotate(90deg) !important;
    -ms-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important;
}

.lpc_desktop.lpc_slider-header__minimize-button:focus {
    outline: none;
}

.lpc_desktop.lpc_slider-header__minimize-button-asset {
    display: none;
}

.lpc_desktop.lpc_slider-header__refresh-button {
    top: 10px !important;
    left: 10px !important;
    background-repeat: no-repeat;
    background-position: 2px 3px;
    background-size: 20px;
    height: 30px !important;
    width: 30px !important;
}

.lpc_desktop.lpc_slider-header__refresh-button:focus {
    outline: none;
}

.lpc_desktop.lpc_body {
    top: 35px !important;
    overflow: hidden !important;
    border: none !important;
}

.lpc_desktop.lpc_banner-image-area {
    height: auto!important;
    border: none !important;
    padding-top: 0 !important;
}

.lpc_desktop.lpc_banner-image-area__image-wrapper{
    height: auto!important;
    border: none !important;
    padding-top: 0 !important;
}

.lpc_desktop.lpc_banner-image-area__link {
    height: auto !important;
    margin: 0 !important;
    border: none !important;
}

.lpc_desktop.lpc_banner-image-area__image {
    width: 100% !important;
}
.lpc_desktop.lpc_message-area__timestamp {
    margin-top: 10px !important;
    font-family: Arial !important;
    font-size: 11.7px;
}

.lpc_desktop.lpc_message-area_system {
    margin-left: -2px;
}

.lpc_desktop.lpc_message-area_system,
.lpc_desktop.lpc_message_sytem {
    text-align: left !important;
}

.lpc_desktop.lpc_message-area__timestamp_system {
    text-align: left !important;
}

.lpc_desktop.lpc_message-area__timestamp_agent {
    padding: 0px 0px 5px 0px !important;
}

.lpc_desktop.lpc_message_agent {
    background: #e1dce3 !important;
    border: none !important;
    padding: 10px !important;
    border-radius: 9px 9px 9px 9px !important;
    box-shadow: 0 0 2px rgb(0 0 0 / 10%), 0 2px 10px rgb(0 0 0 / 20%) !important;
}

.lpc_desktop.lpc_message__text,
.lpc_desktop.lpc_message_agent__text p {
    color: #090c43 !important;
    font-family: Open Sans,sans-serif !important;
    font-size: 14px !important;
    padding: 5px 30px;
}

.lpc_desktop.lpc_message__text_agent strong,
.lpc_desktop.lpc_message__text_agent p strong,
.lpc_desktop.lpc_message__text_agent b,
.lpc_desktop.lpc_message__text_agent p b {
    font-weight: 600 !important;
}

.lpc_desktop.lpc_message__text_agent:after {
    background: url("https://www.liveperson.com/sites/default/files/conv_page/chat-tail-white.svg") no-repeat;
    display: block;
    content: ' ';
    width: 10px;
    height: 15px;
    position: absolute;
    margin-left: -16px;
    bottom: 0;
    margin-top: -10px;
}

.lpc_desktop.lpc_message-area_agent {
    padding: 0 20px 4px !important;
}

.lpc_desktop.lpc_message-area__avatar_agent {
    width: 20px !important;
    height: 20px !important;
    border-radius: 0!important;
}

.lpc_desktop.lpc_card {
    border: 1px solid #fff !important;
    border-radius: 20px 20px 20px 0px !important;
    overflow: hidden !important;
    max-width: none !important;
}

.lpc_desktop.lpc_card__text {
    background: #fff !important;
    padding: 10px !important;
}

.lpc_desktop.lpc_card__text span {
    font-weight: normal !important;
    color: #575757 !important;
}

.lpc_desktop.lpc_card__button {
    border-top: 1px solid #fff !important;
}

.lpc_desktop.lpc_card__button button {
    background: #e7e4e3 !important;
    margin-bottom: 0 !important;
    color: #575757 !important;
}

.lpc_desktop.lpc_card__button button:focus {
    outline: none !important;
}

.lpc_desktop.lpc_card__button button:hover {
    background: #5700FF !important;
	color : #fff !important
}

.lpc_desktop.lpc_message-tail_agent,
.lpc_desktop.lpc_message-tail__border_agent {
    display: none !important;
}

.lpc_desktop.lpc_message_visitor {
    border: none !important;
    background: #5700FF !important;
    padding: 10px !important;
    border-radius: 9px 9px 9px 9px !important;
    box-shadow: 0 0 2px rgb(0 0 0 / 10%), 0 2px 10px rgb(0 0 0 / 20%) !important
}

.lpc_desktop.lpc_message__text_visitor,
.lpc_desktop.lpc_message__text_visitor p {
    color: white !important;
    font-family: Open Sans,sans-serif !important;
    font-size: 14px !important;
}

.lpc_desktop.lpc_message_card {
    background: unset !important;
}

.lpc_desktop.lpc_message__text_card:after {
    background: unset !important;
}

.lpc_desktop.lpc_message__text_visitor:after {
    background: url("https://www.liveperson.com/sites/default/files/conv_page/chat-tail-lightblue.svg") no-repeat;
    display: block;
    content: ' ';
    width: 10px;
    height: 15px;
    position: absolute;
    bottom: -10px;
    right: -12px;
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    transform: scaleX(-1);
}

.lpc_desktop.lpc_message-tail__border_visitor,
.lpc_desktop.lpc_message-tail_visitor {
    display: none !important;
}

.lpc_desktop.lpc_composer {
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2) !important;
    border-top: none !important;
}

.lpc_desktop.lpc_composer__text-area {
    font-size: 14px !important;
}

.lpc_desktop.lpc_composer__text-area:focus {
    outline: none !important;
}

.lpc_desktop.lpc_composer__menu-button {
    top: 14px !important;
}

.lpc_desktop.lpc_composer button::focus {
    outline: none !important;
}

/* Classes adicionadas aqui. */
.chips-row {
	flex-wrap: wrap !important;
}

.lp-window-root .chips-wrapper .chips-row {
	height: auto !important;
}

.lp-window-root .chips-wrapper .chips-row>.chips-item {
	margin: 5px 2px !important;
}

.lp-window-root .chips-wrapper .chips-row>.chips-item:hover {
	background: #dfdce1 !important;
}

.LPMcontainer.LPMoverlay {
	background-image: url('https://cdn.yellowmessenger.com/pJJXvN3dz0Eq1606828604489.png') !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	border-radius: 50% !important;
	width: 60px !important;
	height: 60px !important;
	background-size: 60px !important;
	-webkit-transition: background-image 300ms ease-in-out;
	transition: background-image 300ms ease-in-out;
/* 	position: fixed;
    right: 20px;
    bottom: 20px; */
}  

.LPMimage {
	display: none;
}

.LPMlabel {
	display: none;
}

.agent_avatar.lpc_message-area__avatar.lpc_message-area__avatar_agent.lpc_message-area__avatar_avatar-shown.lpc_desktop {
	border-radius: 50% !important;
	width: 40px !important;
	height: auto !important;
	position: relative !important;
	left: 10px !important;
	z-index: 1;
}


.lp_header.lpc_maximized-header.lpc_desktop {
	background: rgb(136,39,47) !important;
background: linear-gradient(90deg, rgba(136,39,47,1) 83%, rgba(215,18,34,1) 100%) !important;
}

.lpc_desktop.lpc_maximized-header, .lpc_desktop.lpc_minimized-header {
	background: rgb(136,39,47) !important;
background: linear-gradient(90deg, rgba(136,39,47,1) 83%, rgba(215,18,34,1) 100%) !important;
}

.lp_header-content-wrapper {
	background: rgb(136,39,47) !important;
background: linear-gradient(90deg, rgba(136,39,47,1) 83%, rgba(215,18,34,1) 100%) !important;
}

.lpc_desktop.lpc_window_minimized {
	height: 45px !important;
}

.lp_header.lpc_minimized-header.lpc_desktop {
	height: 70px !important;
}

.lpc_desktop.lpc_minimized-header__text, .lpc_desktop.lpc_maximized-header__text {
	margin-top: 1px !important;
}

.lp-window-root .lp_header-content-wrapper .lp_top-text {
	max-width: 300px !important;
}

.lpc_message.lpc_message_agent.lpc_message_avatar-shown.lpc_desktop.lp_line_grouped_end.lp_new_chat_line {
	padding: 5px 1px 5px 5px !important;
}

.lp-window-root .lp_chat_line_wrapper .lp_time .lp_sender {
	max-width: 200px !important;
}

.lp_title.lpc_minimized-header__text-wrapper.lpc_desktop {
	margin-top: 7px !important;
}

.lpc_desktop.lpc_minimized-header__maximize-button {
	margin-top: 1px !important;
}

.lp_cancel_button.lpc_confirmation-dialog__cancel-button.lpc_desktop {
	background-color:#002c6b !important;
}

.lp-window-root .lp_dialog_container .lp_buttons_area .lp_cancel_button{
background: #5700FF !important;
	color: white !important;
}

.lp-window-root .lp_dialog_container .lp_title{
	color: black !important;
}

.agent_avatar .lpc_message-area__avatar .lpc_message-area__avatar_agent .lpc_message-area__avatar_avatar-shown .lpc_desktop,
.agent_avatar .lpc_message-area__avatar .lpc_message-area__avatar_agent .lpc_message-area__avatar_avatar-shown .lpc_mobile{
	background-image: url('https://cdn.yellowmessenger.com/pJJXvN3dz0Eq1606828604489.png') !important;
}

.lp-window-root .lp_dialog_container .lp_buttons_area .lp_confirm_button{
	background: #5700FF !important;
}
