.appendDots {
    position: relative; top: 0px; height: 7px; border: 0px solid red; z-index: 2; width: 100%;
}

@media (min-width: 1200px) {
    .appendDots {
        top: -25px;
    }
}

.slick-dots li {
    position: relative;
    bottom: 0px;
}


.slick-dots li button:before {

    /*    color: white;
        font-size: 10px;*/

    content: "";
    height: 7px;
    background-color: gray;
    border-radius: 5px;



    /*        border: 1px solid white;
            border-radius: 10px;
            width: 10px;
                height: 10px;*/
}
.slick-dots li button:after {
    /*      font: normal normal normal 10px/1 FontAwesome;
            font-size: 7px;
            color: black;
            content: "\f111";*/

    content: "";
    height: 7px;
    background-color: black;
    border-radius: 5px;

    position: absolute;
    bottom: 8px;
    right: 7px;

}

.slick-dots li.slick-active button:before {
    color: #f0be00;
}

.slick-dots li.slick-active button:after {
    color: #f0be00;
}

#descricao img {
    width: 100%;
}

#descricao div.flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

#descricao div.flex img {
    width: 100%;
    max-width: 480px;
}

ul.metodo_envio li label {
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
    display: block;
    border: 0px solid red;
}

input.metodo_envio {
    float: left;
    margin-right: 5px;
}
ul.metodo_envio{
    list-style-type: none;
    padding: 0;
}
ul.metodo_envio li{
    margin-top: 5px;
    margin-bottom: 5px;
}

.conferir_dados{
    position: relative;
    float: left;
    width: 48%;
    min-width:300px;
    border: 0px solid red;
}

.metodo_pagamento_tab {
    display: inline-block; border: 0px solid #C8C8C8; border-bottom-width: 0px; border-top-left-radius: 10px; border-top-right-radius: 10px; padding-top: 10px; padding-bottom: 10px; 
    width:100%;
}

.metodo_pagamento{
    font-size: 12px;
}

.search-results-label{
    overflow: hidden; white-space: nowrap; border: 0px solid red;
}
div.camera:first-line{
    font-size: 14px;
    font-weight: bold;
}
div.camera{
    padding-right: 80px;
    font-size: 11px;
    max-height: 35px;
    overflow: hidden;
}

.product_image{
    display: inline-block; float: left; width: calc(100% - 292px); margin-bottom: 0px; border:0px solid red;
}

.submit_box_wrapper{
    width: 100%;
}

.shopping_cart, .shopping_cart_red, .notify {
    width: 100% !important;
    line-height: 32px !important;
    box-sizing: border-box;
    border-radius: 3px ! important;
    padding: 0 18px 0 10px !important;
    font-size: 14px;
}

.shopping_cart span.fa {
    padding-left: 15px;
    margin-right: 10px;
    padding-top: 2px;
    font-size: 22px;
}

.notify {
/*    padding: 2px 10px 0 2px !important;*/
}

.notify span {
    padding-top: 2px !important;
}


.product_title {
    text-align: right; max-width: 290px; float: right; text-align: left; text-justify: inter-word; margin-bottom: 10px;
}

.product_title h1 {
    font-size: 20px;
    width: 100%;
}

.img_thumbnails {
    float: right; max-height: 500px; margin-top: 0px; margin-bottom: 30px;
}

.img_thumbnails ul {
    list-style:none; margin:0; padding:0px 0px 0px 0px;
    /*    padding-top: 20px;*/
}

.img_thumbnails ul li {
    float: left; 
    border: 1px solid transparent; 
    border-bottom: 1px solid #cccccc; 
    /*        border-radius: 5px; */
    display: inline-block; 
    text-align:center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.img_thumbnails ul li:first-child {
    padding-top: 0px;
}

.img_thumbnails ul li:last-child {
    padding-bottom: 0px;
    border-bottom: 1px solid transparent; 
}

#main_picture img{
    /*        position: absolute;*/
    /*        top: 0;
            left: 0;
            bottom: 0;
            right: 0;*/
    max-height: 520px;
    max-width: 520px;
    margin: 0 auto;
    border: 0px solid red;
    width: calc(100% - 20px);
}
.add_cart {
    float: right; margin-left: 0px; margin-top: 0px; margin-bottom: 30px; max-width: 230px; border: 0px #f0be00 solid; border-radius: 5px; padding: 20px 30px 20px 30px; background-color: whitesmoke;
}
.extras_box{
    text-align: left; position: relative; float: right; padding-top: 0px; padding-bottom: 0px; margin-top: 15px; margin-bottom: 10px; width: 100%; border: 0px blue solid;
}

.styled-select{
    width: 100%;
    float: right;
    padding: 0px !important;
    box-sizing: border-box;
    border-radius: 3px !important;
    height: 35px;
    margin: 5px 0 10px 0;
}
.styled-select select{
    height: 35px !important;
    outline: none;
    text-align-last: center !important;
    -webkit-text-align: center !important;
}

.styled-select #arrow{
    top: 10px !important;
}

.qnt_box{
    text-align: left; position: relative; float: right; padding: 0px; padding-top: 10px; width: 100%; border: 0px yellow solid; background-color: whitesmoke;
}

.qnt_box input {
    height: 35px !important;
    width: calc(100% - 138px) !important;
    position: absolute;
    right: 0;
    top: 10px;
}

.qnt_box::after{
    content: "un.";
    position: absolute;
    top: 19px;
    right: 17px;
    color: #757575;
}

.estoque_do_produto {
    min-width: 135px;
    max-width: 150px;
    display: inline-block;
}

.submit_box{
    height: 55px; display: table-cell; vertical-align: middle; border: 0px solid green;
}
.fp_box{
    float: left; position: relative; text-align: left; margin-left: 0px; margin-top: 15px; margin-bottom: 1px; width: 100%; border: 0px red solid;
}

.fp_box span:first-child{
    font-size: 13px !important;
}

.fp_box ul {
    list-style: none;
    padding-left: 0;
    margin: -8px 0 10px 0;
}

.fp_box ul li{
    position: relative;
    height: 14px !important;
    line-height: 14px !important;
    margin: 18px 0;
}

.fp_box ul li i{
    margin: 0 10px 0 0 !important;
    width: 26px;
    text-align: center;
}

.fp_box ul li span{
    vertical-align: top;
    height: 26px !important;
    line-height: 26px !important;
}

.site_blindado{
    float: right; margin-top: 20px; margin-bottom: 0px;
}


#desconto_tag {
    position: absolute; 
    bottom: 60px;
    left: 0px;
}



.desconto_tag_bg {
    position: absolute; top: 0px; left: 0px; width: 0; height: 0; border-top: 55px solid #f0be00; border-right: 55px solid transparent; z-index:2;
}
.desconto_tag_container {
    position: absolute; top: 0px; left: 0px; z-index:2; margin-left: 2px;
}
.desconto_tag_percentage {
    font-size: 17px; line-height: 17px; font-weight: bold; margin-top: 6px; float: left; border: 0px solid red
}
.desconto_tag_off {
    font-size: 11px; line-height: 9px; float: left; margin-left: 0px; font-weight: bold; border: 0px solid red;
}

.desconto_tag_small_bg {
    position: absolute; top: 0px; left: 0px; width: 0; height: 0; border-top: 70px solid #f0be00; border-right: 70px solid transparent; z-index:2;
}
.desconto_tag_small_container {
    position: absolute; top: 0px; left: 0px; z-index:3; margin-left: 3px;
}
.desconto_tag_small_percentage {
    font-size: 20px; line-height: 18px; font-weight: bold; margin-top: 10px; float: left; border: 0px solid red
}
.desconto_tag_small_off {
    font-size: 14px; line-height: 12px; float: left; margin-left: 0px; font-weight: bold; border: 0px solid red;
}


.valor_distribuidor {
    position: relative;
    margin: 2px 0 7px 10px;
    background-color: #239bca;
    text-transform: uppercase;
    color: white;
    padding: 6px 6px 6px 0;
    border-radius: 0 3px 3px 0;
    font-size: 9px;
    letter-spacing: 0.6px;
}

.valor_distribuidor::after {
    content: "";
    border-top: 18px solid transparent;
    border-right: 19px solid #239bca;
    border-bottom: 18px solid transparent;
    border-left: 19px solid transparent;
    position: absolute;
    left: -38px;
    top: 0;
}

.super_cents{
    vertical-align: 10px; font-size: 14px; margin-left: 2px;
}


.rotate {
    -webkit-transform: rotate(180deg);
    -webkit-transform-origin: center;
    -moz-transform: rotate(180deg);
    -moz-transform-origin: center;
    -ms-transform: rotate(180deg);
    -ms-transform-origin: center;
    -o-transform: rotate(180deg);
    -o-transform-origin: center;
    transform: rotate(180deg);
    transform-origin: center;
/*    position: absolute;
    top: 3px;
    right: 20px;
    white-space: nowrap;    
    font-size: 9px;
    color: red;*/
}

.no_pix {
    position: relative;
    margin: 5px 0 7px 10px;
    background-color: #81be34;
    text-transform: uppercase;
    color: white;
    padding: 2px 4px 6px 2px;
    border-radius: 0 3px 3px 0;
    font-size: 18px;
    letter-spacing: 0.6px;
    height: 20px;
    text-align: right; 
    float: right;
}

.no_pix::after {
    content: "";
    border-top: 14px solid transparent;
    border-right: 19px solid #81be34;
    border-bottom: 14px solid transparent;
    border-left: 19px solid transparent;
    position: absolute;
    left: -38px;
    top: 0;
}

.no_pix_small {
    position: relative;
    margin: 0px 0 7px 10px;
    background-color: #81be34;
    text-transform: uppercase;
    color: white;
    padding: 0px 4px 6px 1px;
    border-radius: 0 3px 3px 0;
    font-size: 13px;
    letter-spacing: 0.6px;
    height: 12px;
    text-align: right; 
    float: right;
}

.no_pix_small::after {
    content: "";
    border-top: 9px solid transparent;
    border-right: 14px solid #81be34;
    border-bottom: 9px solid transparent;
    border-left: 24px solid transparent;
    position: absolute;
    left: -38px;
    top: 0;
}

.tag_desconto {
    position: relative;
    margin: 2px 0 7px 10px;
    background-color: #f0be00;
    text-transform: uppercase;
    color: white;
    padding: 2px 3px 1px 3px;
    border-radius: 0 3px 3px 0;
    font-size: 16px;
    letter-spacing: 0.6px;
    text-align: right; 
    float: right;
}

.tag_desconto::after {
    content: "";
    border-top: 12px solid transparent;
    border-right: 19px solid #f0be00;
    border-bottom: 12px solid transparent;
    border-left: 19px solid transparent;
    position: absolute;
    left: -38px;
    top: 0;
}

.super_cents_small{
    vertical-align: 8px; font-size: 12px; margin-left: 2px;
}

.ui-tabs .ui-tabs-nav li {
    font-size: 15px;
}

#descricao {
    font-size: 14px;
}

#featuresRC {
    margin-top: 20px;
    margin-bottom: 20px;
    transition: box-shadow 250ms ease-in-out;
}

#features-list {
    font-size: 13px;
    display: flex;
    justify-content: space-between;   
    border-bottom: none;
    /*    background-color: whitesmoke;*/
}

#features-list .feature {
    flex: 1 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #ffffff;
    padding: 18px 12px 18px 12px;
}

#features-list .feature:first-child {
    border-left: 0;
}

#features-list .feature i{
    font-size: 30px;
    margin-right: 10px;
    color: #f0be00;
}

#features-list .feature--description h2{
    font-size: 1.1em;
    margin: 0;
}

#features-list .feature--description p{
    font-size: .9em;
    margin: .28em 0 0;
    text-align: left;
}

.img_thumbnails ul li a img.thumb_S {
    display: block; 
}

.img_thumbnails ul li a img.thumb_L {
    display: none;
}


@media (max-width: 750px){

    #features-list {
        flex-wrap: wrap;
    }

    #features-list .feature {
        flex: 2 1 30%;
    }

    #features-list .feature:nth-child(3) {
        border-left: none;
    }

    #features-list .feature:nth-child(3), #features-list .feature:nth-child(4) {
        border-top: 2px solid #ffffff;
    }
}

@media (max-width: 450px) {
    #features-list .feature {
        flex: 1 0 45%;
        padding: 10px 6px;
    }

    #features-list .feature:nth-child(1), #features-list .feature:nth-child(4) {
        /*        display: none;*/
    }

    #features-list .feature:nth-child(3) {
        border-top: none;
    }

    #features-list .feature:nth-child(2) {
        border-left: none;
        border-right: 2px solid #ffffff;
    }
}


@media (max-width: 800px){
    .header_bottom {
        /*            height: 50px;*/
    }

    .busca {
        /*            box-sizing: border-box;
                    height: 35px;
                    margin: 0 5px;
                    top: 7px !important;*/
        /*            background: url(/modules/GR_LojaVirtual/images/lupa.jpg?100) no-repeat right/30px #fff;*/
    }

    .header_bottom, .main_body {
        border-radius: 0px !important;
    }

    .header_bottom .no-mobile-800{
        /*            padding-top: 9px;*/
    }

    .footer{
        margin-top: 0 !important;
    }


}

@media (max-width: 834px) {

    #main_picture img{
        /*            max-width: 600px;*/
        /*            width: 100%;*/
    }

    .metodo_pagamento{
        font-size: 2vw;
    }

    .img_thumbnails ul li a img.thumb_S {
        display: none; 
    }

    .img_thumbnails ul li a img.thumb_L {
        display: block;
    }

    #main_picture {
        width: calc(100% - 90px) !important;
    }

    .img_thumbnails {
        width: 90px !important;
    }

    .img_thumbnails ul {
        max-height: 300px !important;
        display: flex;
        flex-direction: column;
    }

    .img_thumbnails ul li {

        height: 25% !important;
        width: 75px !important;
    }


    .img_thumbnails ul li a img {
        width: auto !important;
    }

    .fp_box {
        width: 152px;
        margin: 6px 0 0 0;
    }

    .fp_box ul {
        margin: 7px 0;
        width: 100%;
        display: table;
        table-layout: fixed;
    }

    .fp_box ul li {
        display: table-cell;
        text-align: center;
    }

    .fp_box ul li i {
        margin: 0px !important;
    }

    /*        .fp_box ul li:nth-child(2) {
                text-align: center;
            }
    
            .fp_box ul li:last-child {
                text-align: right;
            }*/

    .fp_box ul li span{
        display: none;
    }



}

@media (max-width: 770px) {




}

@media (max-width: 700px) {

    .qnt_box::after{
        display:none;
    }

    .product_title, .add_cart, .extras_box, .styled-select, .valor_do_produto, .qnt_box, .submit_box {
        float: left !important;
        text-align: left;
        width: calc(100% - 20px);
        max-width: 700px;
        padding: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    #desconto_tag {
        bottom: 75px;
        left: 10px;
    }

    .extras_box .valor_do_produto{
        float: right !important;
    }

    .product_image, .img_thumbnails, #main_picture {
        width: 100%  !important;
    }

    .img_thumbnails ul li {
        border: 1px solid transparent; 
        border-right: 1px solid #cccccc; 
        padding-left: 10px;
        padding-right: 10px;
        width: 25% !important;
        height: auto !important;
        padding-top: 0px; 
        padding-bottom: 0px;
    }

    .img_thumbnails ul li:last-child {
        padding-right: 0px;
        border-right: 1px solid transparent; 
    }

    .img_thumbnails ul {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        align-content: center;   
    }

    .img_thumbnails ul li a img{
        height: auto !important;
        margin: auto;
    }


    .add_cart {
        position: relative;
    }

    .submit_box_wrapper {
        width: 100%;
    }

    .styled-select, .styled-select select{
        height: 35px !important;
        padding: 0px !important;
        border-radius: 3px !important;
    }

    .styled-select #arrow {
        top: 9px !important;
    }

    .valor_do_produto {
        margin: 0 0 5px 0;
    }

    .shopping_cart, .shopping_cart_red, .notify {
        width: 100% !important;
        max-width: 700px !important;
        height: 45px;
        border-radius: 3px;
        padding: 0 0 0 20px !important;
        position: relative;
    }

    .notify {
        padding: 2px 0 0 28px !important;
    }

    .notify div {
        font-size: 13px !important;
        padding-top: 8px !important;

    }

    .shopping_cart span, .shopping_cart_red span,.notify span{
        padding: 0 !important;
        float: none !important;
    }

    .shopping_cart span::before, .shopping_cart_red span::before{
        position: absolute;
        top: 10px;
        margin-left: -20px;
    }

    .notify span::before {
        position: absolute;
        top: 9px;
        margin-left: -25px;
    }

    .qnt_box {
        position: relative;
        margin-bottom: 5px;
    }

    .qnt_box input {
        height: 35px !important;
        width: 60px !important;
        position: absolute;
        left: 130px;
        top: 10px;
    }

    .valor_do_produto * {
/*        float: left !important;
        text-align: center !important;
        width: 100% !important;*/
        max-width: 700px !important;
    }

    .valor_do_produto span {
        float: none !important;
    }

    .fp_box {
        float: right;
        position: absolute;
        right: 0;
        margin: 2px 10px 0 0;
    }

    .conferir_dados{
        width: 100%;
    }
    .metodo_pagamento{
        font-size: 2vw;
    }
}

@media (max-width: 600px){

    #main_picture{
        /*            padding-top: 100% !important;*/
        height: 100% !important;
    }	



}

@media (max-width: 540px) {

    #tabs ul li a{
        margin-right: 5px;
        margin-left: 5px;
        font-size: 12px;
    }




}

@media (max-width: 500px) {
    .escolher_pagamento, .continuar_comprando, #escolher_pagamento {
        width: 100%;
    }
}

@media (max-width: 450px) {


    .fp_box {
        width: 130px;
    }

    .fp_box span:first-child{
        font-size: 11px !important;
    }

    #tabs ul li a{
        padding-right: 5px;
        padding-left: 5px;
        font-size: 12px;
    }
    .metodo_envio {
        font-size: 12px;
    }
    .metodo_pagamento{
        font-size: 2vw;
    }
    .search-results-label{
        max-width: 245px;
    }
    .site_blindado{
        margin-top: 20px;
    }
    


}

@media only screen and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2){
    .valor_distribuidor {
        padding: 7px 5px 7px 0;
        height: 36px;
        box-sizing: border-box;
        font-size: 0.28em;
        letter-spacing: 0.1px;
    }
}

@media (max-width: 350px) {


    .qnt_box input {
        left: auto;
        right: 0;
        width: calc(100% - 135px) !important;
    }

    .qnt_box::after {
        display: inline;
        font-size: 12px;
        content: "unidade(s)" !important;
        position: absolute;
        top: 20px;
        right: 5px;
        color: #757575;
    }

    .fp_box{
        position: relative;
        width: 100%;
        text-align: center;
    }

    .fp_box span:first-child{
        font-size: 13px !important;
    }

    .fp_box ul{
        margin: 5px 0;
        padding-top: 9px;
        border-top: 1px solid #bfbfbf;
    }

    .fp_box ul li:first-child{
        text-align: left;
    }

    .fp_box ul li:first-child{
        text-align: left;
    }
}

@media (max-width: 300px) {
    .qnt_box::after {
        content: "un." !important;
    }
}


.submit_box_wrapper .submit_box {
    height: initial !important;
    text-align: center !important;
}
span.tooltip_frete {
    margin-top: 13px;
    padding: 10px 18px;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    /*        background-color: #1485b3;
            color: white;*/
    position: relative;
    align-self: center;
    box-shadow: 0 15px 12px -12px rgba(0,0,0,0.4);
    pointer-events: none;
    animation: 1350ms ease-in-out 0s 1 tooltip_fadein;
    border: 1px solid;
}
span.tooltip_frete::after, span.tooltip_frete::before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
}

span.tooltip_frete::after {

    top: -12px;
    border-color: transparent  transparent white transparent  ;
    border-width: 6px;

}
span.tooltip_frete::before {
    top: -13px;
    border-color: transparent  transparent  black transparent ;
    border-width: 6px;
}
@keyframes tooltip_fadein {
    0% {
        opacity: 0;
        transform: translate(0px,-12px);
    }
    35%{
        transform: translate(0px,12px);  
    }
    50% {
        opacity: 1;
    }
    100%{
        transform: translate(0px,0px);
    }
}


#main_picture {
    float: right; position: relative; display: block; vertical-align:middle; width: calc(100% - 100px); border: 0px solid #282e30; text-align:center; aspect-ratio: 1 / 1; max-height: 512px;
}

li a[href$=".rar"]:not([class]):before, li a[href$=".zip"]:not([class]):before {
    
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f1c6";
    font-size: 20px;
    margin-right: 11px;

}

li a[href$=".jpg"]:not([class]):before, li a[href$=".jpeg"]:not([class]):before {
    
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f03e";
    font-size: 20px;
    margin-right: 11px;

}

li a[href$=".fzpz"]:not([class]):before, li a[href$=".FZPZ"]:not([class]):before{

    font-family: 'icomoon';
    content: "\e905";
    font-size: 18px;
    margin-right: 11px;
    
}


li a[href$=".ino"]:not([class]):before, li a[href$=".INO"]:not([class]):before{
    /* Arduino */
/*    width:24px;
    height:24px;
    background:url("/images/arduino_ico_32.png");
    display:inline-block;
    content:"";
    vertical-align: -8px;
    margin-right: 11px;
    background-size: cover;*/

    font-family: 'icomoon';
    content: "\e908";
    font-size: 20px;
    margin-right: 11px;
    
}

li a[href$=".pdf"]:not([class]):before, li a[href$=".PDF"]:not([class]):before {
    /* PDF file */
/*    width:24px;
    height:24px;
    background:url("/images/Adobe_PDF_file_icon_32x32.png");
    display:inline-block;
    content:"";
    vertical-align: -8px;
    margin-right: 11px;
    background-size: cover;*/

    font: normal normal normal 14px/1 FontAwesome;
    content: "\f1c1";
    font-size: 20px;
    margin-right: 11px;

}

li a[href*="grabcad.com"]:before, li a[href$=".SLDPRT"]:before, li a[href$=".sldprt"]:before, li a[href$=".STEP"]:before, li a[href$=".step"]:before, li a[href$=".x_t"]:before, li a[href$=".X_T"]:before, li a[href$=".IGS"]:before, li a[href$=".igs"]:before {
    /* Solidworks file */
/*    width:24px;
    height:24px;
    background:url("/images/solidworks-icon.png");
    display:inline-block;
    content:"";
    vertical-align: -8px;
    margin-right: 8px;
    margin-left: 3px;
    background-size: cover;*/

    font: normal normal normal 14px/1 FontAwesome;
    content: "\f1b2";
    font-size: 20px;
    margin-right: 11px;


}

li a[href*="github"]:before, li a[href*="GitHub"]:before {
    /* GitHub link */
/*    width:24px;
    height:24px;
    background:url("https://www.robocore.net/modules/GR_LojaVirtual/images/GitHub-Mark-32px.png");
    display:inline-block;
    content:"";
    vertical-align: -6px;
    margin-right: 11px;
    background-size: cover;*/
    
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f09b";
    font-size: 20px;
    margin-right: 11px;
    
}

li a[href*="robocore.net/tutoriais"]:before, li a[href*="robocore.net/tutorials"]:before, li a.tutorial:before {
    /* Tutorial link */
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f19d";
    font-size: 17px;
    display:inline-block;
    margin-right: 7px;
}


li a.external:before {
    /* External link */
/*    width:24px;
    height:24px;
    background:url("https://www.robocore.net/modules/GR_LojaVirtual/images/www_icon_32x32.png");
    display:inline-block;
    content:"";
    vertical-align: -6px;
    margin-right: 11px;
    background-size: cover;*/

    font: normal normal normal 14px/1 FontAwesome;
    content: "\f08e";
    font-size: 21px;
    display:inline-block;
    margin-right: 7px;

}

#descricao ul{
    padding: 0;
}

#descricao li{
    list-style-type: none;
}


#tabs{
    /*    overflow: hidden;*/
}

.strip {
    /*    background: #e1e1e1;*/
    background: white;
/*    margin: -1em -1.4em 0 -1.4em;*/
    /*    padding: 1em 1.4em;*/
    color: #151515;
    border-radius: 0px 4px 0px 0px;
    margin-left: -500px;
    /*    border-left: 500px solid #e1e1e1;*/
    border-left: 500px solid white;
    margin-right: -500px;
    /*    border-right: 500px solid #e1e1e1;*/
    border-right: 500px solid white;
    padding-bottom: 20px;

}

.customTab_top-center {
    background-color: #f0be00;
    margin: 0 0 1em -1.15em;
    display: table;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
    border-radius: 0 0px 40px 40px;
    color: #151515;
    padding: 8px 28px 12px 1.4em;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    /*    margin-left: -500px;
        border-left: 500px solid #e1e1e1;*/
}

.customTab_top-center::before{
    content: "";
    position: absolute;
    left: -16px;
    top: 0;
    border-left: solid 15px transparent;
    border-bottom: solid 15px transparent;
    border-top: solid 15px #f0be00;
    border-right: solid 15px #f0be00;
    border-radius: 0px 0px 0px 0px;
}

.customTab_top-center::after{
    content: "";
    position: absolute;
    right: -16px;
    top: 0;
    /*    border-left: solid 15px #e1e1e1;*/
    border-left: solid 15px #f0be00;
    border-bottom: solid 15px transparent;
    /*    border-top: solid 15px #e1e1e1;*/
    border-top: solid 15px #f0be00;
    border-right: solid 15px transparent;
    border-radius: 12px 0px 24px 12px;
}

.customTab_top-left {
    /*    background-color: #e1e1e1;*/
    background-color: white;
    margin: 0 0 1em -1.15em;
    display: inline-block;
    position: relative;
    border-radius: 0 0px 40px 0;
    color: #151515;
    padding: 8px 28px 12px 1.4em;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    margin-left: -500px;
    /*    border-left: 500px solid #e1e1e1;*/
    border-left: 500px solid white;
}

.customTab_top-left::before{
    content: "";
    position: absolute;
    right: -16px;
    top: 0;
    /*    border-left: solid 15px #e1e1e1;*/
    border-left: solid 15px white;
    border-bottom: solid 15px transparent;
    /*    border-top: solid 15px #e1e1e1;*/
    border-top: solid 15px white;
    border-right: solid 15px transparent;
    border-radius: 12px 0px 24px 12px;
}

.customTab_bottom-left {
    /*    background-color: #e1e1e1;*/
    background-color: white;
    margin: 0 0 0 -1.15em;
    display: inline-block;
    position: relative;
    border-radius: 0 40px 0 0;
    color: #151515;
    padding: 16px 28px 4px 1.4em;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    margin-left: -500px;
    /*    border-left: 500px solid #e1e1e1;*/
    border-left: 500px solid white;
}

.customTab_bottom-left::before{
    content: "";
    position: absolute;
    right: -16px;
    bottom: 0;
    /*    border-left: solid 15px #e1e1e1;
        border-bottom: solid 15px #e1e1e1;*/
    border-left: solid 15px white;
    border-bottom: solid 15px white;
    border-top: solid 15px transparent;
    border-right: solid 15px transparent;
    border-radius: 12px 24px 0 12px;
}

.customTab_bottom-wrapper{
    margin: 0 0 -38px -1.15em;
    display: inline-block;
    position: relative;
    border-radius: 0 0px 40px 0;
    padding: 8px 28px 12px 1.4em;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    width: 96.4%;
    height: 17px;
    background-color: whitesmoke !important;
    border-left: 500px solid whitesmoke;
    margin-left: -500px;
}

.customTab_bottom-wrapper::after{
    content: "";
    position: absolute;
    right: -16px;
    top: 0;
    border-left: solid 15px whitesmoke !important;
    border-bottom: solid 15px transparent;
    border-top: solid 15px whitesmoke !important;
    border-right: solid 15px transparent;
    border-radius: 12px 0px 24px 12px;
}


.projetos_kit{
    list-style-type: none;
    display: flex;
    padding: 0;
    justify-content: space-between;
    flex-wrap: wrap;
}

.projetos_kit li{
    padding: 10px 12px 8px 12px;
    margin: 0 10px 10px 0;
    text-transform: uppercase;
    border-radius: 4px;
    font-weight: bold;
    text-align: center;
    flex-grow: 2;
}

.projetos_kit li:last-child{
    margin: 0 0 10px 0;
}

.projetos_kit li::before{
    content: "PROJETO";
    display: block;
    text-align: center;
    font-size: 11px;
    line-height: 1;
}

.projetos_kit li:nth-child(even) {
    background-color: #f0be00;
    /*    color: #e1e1e1;*/
    color: #151515;
}

.projetos_kit li:nth-child(odd) {
    background-color: #171819;
    color: #ffd400;
}

a.customButton{
    text-transform: uppercase;
    margin: 16px 0 24px 0;
    padding: 12px 24px;
    background-color: #f0be00 !important;
    color: #151515 !important;
    text-decoration: none !important;
    font-size: 16px;
    border-radius: 3px;
    display: inline-block;
    box-shadow: none !important;
}


a.customButton.yellow {
    font-size: 14px;
    margin: 0 0 16px 0 !important;
    background-color: #ffcf00;
    color: #403a0e !important;
    box-shadow: 0px 8px 15px -5px rgba(249, 216, 38, 0.3);
}

a.customButton.yellow:hover {
    transform: scale(1.03);
    background-color: #f7ce20;
    box-shadow: 0px 10px 15px -5px rgba(249, 216, 38, 0.2);
}

#descricao .image {
    overflow: hidden;
    text-align: center;
}

#descricao .image img {
    float: left;
    max-height: 350px;
    max-width: 350px;
    background-color: white;
    margin-right: 1.4em;
    border-radius: 12px;
}

#descricao .image-right {
    overflow: hidden;
    text-align: center;
}

#descricao .image-right img {
    float: right;
    max-height: 350px;
    max-width: 350px;
    background-color: white;
    margin-left: 1.4em;
    border-radius: 12px;
}

#descricao .image::after {
    content: "";
    display: block;
    clear: both;
}

#descricao .image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

#descricao p {
    font-size: 14px; line-height: 1.68; display: block; text-justify: inter-word; text-align: justify;
}

#descricao .image_left {
    display: flex;
    flex-wrap: wrap;
}

#descricao .image_left img {
    max-width: 300px;
    width: 100%;
}

#descricao .image_left > p, #descricao .image_left > div {
    min-width: 300px; width: calc(100% - 320px); margin: auto; padding-left: 20px; padding-bottom: 10px; padding-top: 10px;
}

@media (max-width: 724px) {

    #descricao .image_left img {
        max-width: 100%;
    }

    #descricao .image_left > p, #descricao .image_left > div {
        max-width: 100%;
        width:100%;
    }
}


.customDescricao {
    display: block; margin: 0 0 10px 0;
}

.customDescricao p {
    font-size: 14px; line-height: 1.68; display: block; margin-top: 4px;
}

.customFooter {
    /*    background-color: #e1e1e1;*/
    background-color: white;
    margin: 0 -1.4em -1em -1.4em;
    padding: 1.4em 1.4em 1em 1.4em;
    color: #151515;
    border-radius: 0px 0px 4px 4px;
    margin-left: -500px;
    /*    border-left: 500px solid #e1e1e1;*/
    border-left: 500px solid white;
    margin-right: -500px;
    /*    border-right: 500px solid #e1e1e1;*/
    border-right: 500px solid white;
}

#descricao ul {
    font-size: 14px; line-height: 32px; list-style-type: none; padding: 0;
}

#descricao ul a {
    text-decoration: none !important;
    color: #151515;
}

#descricao table {
    background-color: #e1e1e1;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 30px;
}

#descricao table td,
#descricao table th {
    /* border: 2px solid #1F2123; */
    padding: 8px 10px;
}

#descricaotable tbody td {
    font-size: 14px;
    color: #151515;
}

#descricao table tr:nth-child(even) {
    background: white;
}

#descricao .strip table tr:nth-child(even) {
    background: whitesmoke;
}

#descricao table thead {
    background: #1F2123;
    border-bottom: 2px solid #202020;
}

#descricao table thead th {
    font-size: 15px;
    font-weight: bold;
    color: #FCCF00;
    text-align: center;
}

#descricao table tfoot td {
    font-size: 14px;
}

#descricao table tfoot .links {
    text-align: right;
}

#descricao table tfoot .links a {
    display: inline-block;
    background: #1C6EA4;
    color: #FFFFFF;
    padding: 2px 8px;
    border-radius: 5px;
}

.itemQuantidade{
    position: relative;
    top: -2px;
    padding: 2px 4px;
    text-align: center;
    margin-right: 8px;
    width: 15px;
    height: 18px;
    background-color: #fccf00;
    display: inline-block;
    border-radius: 3px;
    box-shadow: 0 4px 8px -3px rgba(0,0,0,0.5)
}


.listaItens {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    align-content: space-around;
    padding: 0;
    margin-bottom: 0px;
    text-align: left;
}

.listaItens li{
    list-style-type: none;
    width: 33%;
    margin-bottom:10px;
    line-height: 18px;
}

.listaItens li.title{
    font-size: 16px; line-height: 32px; text-transform: uppercase; font-weight: normal; display: none;
}

.listaItens li:first-child{
    width: 100%;

}

.listaItens li:last-child{
    flex-grow:2;
}


.lista_cards_produtos .produto_card{
    white-space: normal;
    display: flex;
    max-width: 360px;
    max-height: 160px;
    height: 100%;
    width: 100%;
    background-color: #f9fafb;
    /*    color: #232527;*/
    /*    box-shadow: 0 4px 8px rgba(0,0,0,.4);*/
    border-radius: 4px;
    border: 1px solid #f0be00;
    overflow: hidden;
    position: relative;
    /*    transition: box-shadow 200ms ease-in-out;*/
}

.lista_cards_produtos .produto_card:hover {
    /*	box-shadow: 0 12px 12px -4px rgba(0,0,0,.2);*/
}

.lista_cards_produtos .produto_card img{
    max-width: 160px;
    /*    transition: opacity 200ms ease-in-out;*/
    padding: 10px;
}

.lista_cards_produtos .produto_card:hover img {
    /*	opacity: 0.9;*/
}

.lista_cards_produtos .produto_card .card_info{
    background-color: #f0be00 !important;
    position: relative;
    padding: 20px;
}

.lista_cards_produtos .produto_card .card_info .card_info_text{
    padding: 0px !important;
    font-weight: bold !important;
}

.lista_cards_produtos .produto_card h3{
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 0;
    color: #151515 !important;
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
    height: 36px;
    letter-spacing: 0.4px;
    text-align: left;
}

.lista_cards_produtos .produto_card h3 a{
    color: #151515 !important;
    padding: 0 !important;
    font-size: 14px !important;
    font-weight: bold;

}

.lista_cards_produtos .produto_card h3 a::after{ /*FAZ O LINK OCUPAR TODO O CARD*/
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: -160px; 
}

.lista_cards_produtos .produto_card .preco{
    display: block;
    font-size: 18px;
    color: #fcd100;
    font-weight: bold !important;
}

.lista_cards_produtos .produto_card .card_info .card_button{
    padding: 12px 0 !important;
    font-size: 13px !important;
    width: calc(100% - 40px) !important;
    color: #151515 !important;
    text-transform: uppercase;
    text-align: center;
    background-color: #f0be00 !important;
    display: block;
    border-radius: 3px !important;
    transition: none !important;
    position: absolute;
    bottom: 20px !important;
    border: 1px solid #151515;
}

.lista_cards_produtos .produto_card:hover .card_button{
    background-color: #26a4d6;
}


@media (max-width: 1200px) {
    #descricao, .customFooter {
        border-radius: 0 !important;
    }

    a.customButton{
        width: 100%;
        padding: 26px 0;
    }

    .listaItens li{
        width: 50%;
    }

    .customConceitos {
        text-align: center; display: block; margin: 0 0 10px 0;
    }
}

@media (max-width: 700px) {

    #descricao span {
/*        width: 100% !important;*/
        max-width: 100% !important;
    }

    .customConceitos img{
        width: 90% !important;
        float: none !important;
    }

    .customTab {
        margin-left: -1.6em;
    }

    .listaItens li{
        width: 100%;
    }
}

@media (max-width: 620px) {
    .customFooter p {
        margin: 0 0 1.4em 0 !important;
    }
    
    #descricao .image, #descricao .image-right {
        text-align: center;
    }
    
    #descricao .image img, #descricao .image-right img {
/*        margin: 0 auto 1.4em auto;*/
        float: none;
        border-radius: 8px;
        width: 100%;
    }
    
    
    

    
}

@media (max-width: 430px) {
    

    #descricao .image img{
/*        width: 65% !important;*/
    }
}
