﻿.list-unstyled {
    list-style: none;
    padding-left: 0
}

.flat-form-control {
    border-radius: 0;
    box-shadow: none
}

.margin-top-40 {
    margin-top: 40px
}

b,strong{
    font-weight: 600 !important;
}

.block {
    text-align: left
}

    .block:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.25em
    }

.centered {
    display: inline-block;
    vertical-align: middle
}

body {
    font-family: 'Work Sans', sans-serif !important;
    /*letter-spacing: 1px !important;*/
    line-height: 21px;
    color: #666
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333
}

.navbar {
    border-radius: 0
}

.btn {
    border-radius: 0
}


.page-subtitle {
    text-transform: uppercase;
    color: #999;
    line-height: 30px;
    font-size: 14px
}

.section-title, .block-title, .box-title, h2.title {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 24px;
    margin-left: 20px;
}

/*
begin-issue-139
https://git.imprensaoficial.com.br/gtii/cd/certificacao-digital/-/issues/139
*/
section#govsph-topo .legislacao {
    width: 65% !important;
}
/* end-issue-139 */

@media (max-width:768px) {
    .section {
        margin-bottom: 20px
    }
}

@media (max-width:768px) {
    .section-title, .block-title, .box-title, h2.title {
        margin-bottom: 20px;
        font-size: 30px;
        margin-left: 0px;
    }
}

.section-subtitle, h3.subtitle, .modal-title {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    color: #041e42;
}

.section-info {
    margin-right: 30px
}

@media (max-width:768px) {
    .section-info {
        margin-right: 0
    }
}

.table thead tr th {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    border-bottom: none
}

.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
    border-top: 5px solid #f5f5f5
}

.price {
    color: #0056b3;
    font-weight: 600
}

.price-inv {
    color: #500878;
    font-weight: 600
}


.btn-primary {
    text-transform: uppercase
}

.btn-secondary {
    background-color: #0056b3;
    border-color: #f5ca00;
    text-transform: uppercase;
    color: #fff
}

    .btn-secondary:hover,
    .btn-secondary:focus,
    .btn-secondary:active {
        background-color: #e6bd00;
        border-color: #dbb500;
        color: #fff
    }

.btn-inverse {
    background-color: #333;
    border-color: #2e2e2e;
    text-transform: uppercase;
    color: #fff
}

    .btn-inverse:hover,
    .btn-inverse:focus,
    .btn-inverse:active {
        background-color: #262626;
        border-color: #212121;
        color: #fff
    }

.btn-ky {
    padding: 6px 18px;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px
}

.btn-lg,
.strong {
    font-weight: 600
}

.form-control {
    border-radius: 0;
    box-shadow: none
}

.label-lg {
    font-size: 18px;
    line-height: 24px
}

.page-subtitle + .page-section,
.margin-top-40 {
    margin-top: 40px
}

.margin-top-20 {
    margin-top: 20px
}

.no-margin-top {
    margin-top: 0 !important
}

.margin-left-10 {
    margin-left: 10px
}

.margin-right-10 {
    margin-right: 10px
}

label {
    font-weight: normal
}

.control-label {
    font-weight: 600
}

.list-kybully {
    list-style: none;
    margin-top: 20px;
    margin-bottom: 20px
}

@media (max-width:768px) {
    .list-kybully {
        padding-left: 15px
    }
}

.list-kybully > li {
    margin-bottom: 8px
}

    .list-kybully > li > a {
        color: #fff;
         font-size: 15px;
        line-height: 30px;
        font-weight: 600
    }

    .list-kybully > li:before {
        content: "\00a0";
        width: 5px;
        height: 22px;
        margin-right: 20px
    }

.uppercase {
    text-transform: uppercase
}

.font-weight-bold {
    font-weight: 600;
}

.icon-btn {
    margin-top: -6px;
    margin-right: 12px
}

.text-mute {
    color: #999
}

.pagination {
    float: right
}

.pagination-sm > li > a {
    padding: 0px 5px 0px 5px;
    font-size: 10pt !important;
}

@media (max-width:768px) {
    .pagination {
        float: none;
        text-align: center;
        display: block;
        width: 100%;
        overflow: hidden
    }
}

@media (max-width:768px) {
    .pagination > li {
        float: none;
        display: inline-block
    }
}

.pagination > li > a,
.pagination > li > span {
    margin-left: 10px;
    border-width: 2px;
    border-color: #ccc;
    font-size: 18px;
    line-height: 24px;
    color: #ccc
}

    .pagination > li > a:hover,
    .pagination > li > span:hover,
    .pagination > li > a:active,
    .pagination > li > span:active,
    .pagination > li > a:focus,
    .pagination > li > span:focus {
        color: #a6a6a6;
        border-color: #a6a6a6;
        background-color: transparent
    }

.pagination > li.active > a,
.pagination > li.active > span {
    background-color: transparent
}

    .pagination > li.active > a:hover,
    .pagination > li.active > span:hover,
    .pagination > li.active > a:active,
    .pagination > li.active > span:active,
    .pagination > li.active > a:focus,
    .pagination > li.active > span:focus {
        color: #fff
    }

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-radius: 0
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-radius: 0
}

hr {
    border-color: #fafafa;
    border-width: 5px
}

.no-padding {
    padding: 0
}

.full-width {
    width: 100%
}

.page-section {
    margin-top: 20px
}

@media (max-width:768px) {
    .page-section {
        margin-top: 20px
    }
}

.dropdown-menu {
    border: none;
    border-radius: 0;
    padding: 15px 0 !important;
}

@media (max-width:768px) {
    .text-md-center {
        text-align: center
    }
}

.menucertificados {
    padding-left: 10px;
}

@media (max-width:768px) {
    .menucertificados ul.menu-items {
        display: none;
    }

    .menuars div.ar-image {
        display: none;
    }

    .menuars div.ar-detail {
        text-align: left !important;
    }
}



/*!
 * Yamm!3
 * Yet another megamenu for Bootstrap 3
 *
 * http://geedmo.github.com/yamm3
 */

.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
    position: static
}

.yamm .container {
    position: relative
}

.yamm .dropdown-menu {
    left: auto
}

.yamm .dropdown-menu-right {
    left: auto;
    right: 0
}

.yamm .yamm-content {
    /*padding: 10px 15px;*/
    padding: 0;
    /* begin | issue #31 | video conferencia */
    /*min-width: 320px*/
    /* end */
}

    .yamm .yamm-content .ar-item {
        margin-bottom: 0
    }

        .yamm .yamm-content .ar-item .ar-name > a {
            color: #500878;
        }

.yamm .dropdown.yamm-fw .dropdown-menu {
    /* width: 400px;*/
    width: 600px;
}

.yamm-link {
    background-color: #FFF;
    color: #500878;
}

    .yamm-link:hover {
        color: #500878;;
        background-color: #7ff0ea;
    }


.yamm .megamenu-title {
    font-size: 16px;
    line-height: 20px;
    display: block;
    margin-bottom: 5px;
}

.megamenu-title {
    font-size: 16px;
    line-height: 20px;
    display: block;
    margin-bottom: 5px;
}



.yamm .megamenu-title > a {
    color: #500878;
}

.yamm .menu-items {
    list-style: none;
    padding-left: 20px
}

    .yamm .menu-items > li {
        margin-bottom: 8px
    }

        .yamm .menu-items > li > a {
            color: #500878;
             font-size: 15px;
            line-height: 25px;
            -webkit-transition: text-shadow .2s ease-in-out;
            transition: text-shadow .2s ease-in-out
        }

            .yamm .menu-items > li > a:hover {
                border-bottom: 2px solid #fff;
                text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
            }

        .yamm .menu-items > li:before {
            content: "\00a0";
            width: 5px;
            height: 22px;
            background-color: #7ff0ea;
            margin-right: 20px
        }

.checkbox,
.radio {
    margin-bottom: 12px;
    padding-left: 32px;
    position: relative;
    -webkit-transition: color .25s linear;
    transition: color .25s linear;
     font-size: 15px;
    line-height: 1.5
}

    .checkbox input,
    .radio input {
        outline: none !important;
        display: none
    }

    .checkbox .icons,
    .radio .icons {
        color: #bdc3c7;
        display: block;
        height: 20px;
        left: 0;
        position: absolute;
        top: 0;
        width: 20px;
        text-align: center;
        line-height: 21px;
        font-size: 20px;
        cursor: pointer;
        -webkit-transition: color .25s linear;
        transition: color .25s linear
    }

        .checkbox .icons .first-icon,
        .radio .icons .first-icon,
        .checkbox .icons .second-icon,
        .radio .icons .second-icon {
            display: inline-table;
            position: absolute;
            left: 0;
            top: 0;
            background-color: transparent;
            margin: 0;
            opacity: 1;
            filter: alpha(opacity=100)
        }

        .checkbox .icons .second-icon,
        .radio .icons .second-icon {
            opacity: 0;
            filter: alpha(opacity=0)
        }

    .checkbox:hover,
    .radio:hover {
        -webkit-transition: color .25s linear;
        transition: color .25s linear
    }

        .checkbox:hover .first-icon,
        .radio:hover .first-icon {
            opacity: 0;
            filter: alpha(opacity=0)
        }

        .checkbox:hover .second-icon,
        .radio:hover .second-icon {
            opacity: 1;
            filter: alpha(opacity=100)
        }

    .checkbox.checked,
    .radio.checked {
        color: #041e42;
    }

        .checkbox.checked .first-icon,
        .radio.checked .first-icon {
            opacity: 0;
            filter: alpha(opacity=0)
        }

        .checkbox.checked .second-icon,
        .radio.checked .second-icon {
            opacity: 1;
            filter: alpha(opacity=100);
            color: #041e42;
            -webkit-transition: color .25s linear;
            transition: color .25s linear
        }

    .checkbox.disabled,
    .radio.disabled {
        cursor: default;
        color: #e6e8ea
    }

        .checkbox.disabled .icons,
        .radio.disabled .icons {
            color: #e6e8ea
        }

        .checkbox.disabled .first-icon,
        .radio.disabled .first-icon {
            opacity: 1;
            filter: alpha(opacity=100)
        }

        .checkbox.disabled .second-icon,
        .radio.disabled .second-icon {
            opacity: 0;
            filter: alpha(opacity=0)
        }

        .checkbox.disabled.checked .icons,
        .radio.disabled.checked .icons {
            color: #e6e8ea
        }

        .checkbox.disabled.checked .first-icon,
        .radio.disabled.checked .first-icon {
            opacity: 0;
            filter: alpha(opacity=0)
        }

        .checkbox.disabled.checked .second-icon,
        .radio.disabled.checked .second-icon {
            opacity: 1;
            filter: alpha(opacity=100);
            color: #e6e8ea
        }

    .checkbox.checked,
    .radio.checked {
        color: #0056b3
    }

        .checkbox.checked .icons,
        .radio.checked .icons {
            color: #0056b3
        }

    .checkbox.disabled,
    .radio.disabled {
        cursor: default;
        color: #bdc3c7
    }

        .checkbox.disabled .icons,
        .radio.disabled .icons {
            color: #bdc3c7
        }

        .checkbox.disabled.checked .icons,
        .radio.disabled.checked .icons {
            color: #bdc3c7
        }

    .radio + .radio,
    .checkbox + .checkbox {
        margin-top: 10px
    }


.header .input-group {
    width: 100%;
}

    .header .input-group .input-group-btn {
        width: 50px;
    }

@media (max-width: 768px) {
    .header .input-group .input-group-btn {
        width: 35px;
    }
}

.header .block-search .input-group .form-control {
    padding: 7px 12px;
    box-shadow: none
}



    .header .block-search .input-group .form-control::-moz-placeholder {
        color: #fff
    }

.header .block-search .input-group .input-group-btn .icon {
    color: #fff
}

.header .nav-header-link {
    margin-top: 45px;
    margin-right: -15px
}

@media (max-width:768px) {
    .header .nav-header-link {
        text-align: center;
        margin-right: 0
    }
}

.header .nav-header-link > li {
    float: left
}

@media (max-width:768px) {
    .header .nav-header-link > li {
        float: none;
        display: inline-block
    }
}

.header .nav-header-link > li > a,
.header .nav-header-link > li > a:hover,
.header .nav-header-link > li > a:focus,
.header .nav-header-link > li > a:active {
    background-color: transparent;
    padding: 10px 23px;
    text-transform: uppercase
}

@media (max-width:768px) {
    .header .nav-header-link > li > a,
    .header .nav-header-link > li > a:hover,
    .header .nav-header-link > li > a:focus,
    .header .nav-header-link > li > a:active {
        padding: 10px 12px
    }
}

.header .nav-header-link > li:after {
    content: "";
    height: 19px;
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 0;
    width: 3px
}

.header .nav-header-link > li:last-child:after {
    display: none
}

.header .nav-header-link > li:last-child > a {
    padding-right: 0
}

@media (max-width:768px) {
    .header .nav-header-link > li:last-child > a {
        padding-right: 12px
    }
}



.header .navbar-primary {
    border-radius: 0;
    margin-bottom: 0;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    text-transform: capitalize !important;
    padding: 10px 30px;

}

    .header .navbar-primary .collapsing {
    }

    .header .navbar-primary .navbar-toggle {
        border-color: #FFF;
        border-radius: 50%;
        border-width: 2px;
        height: 40px;
        width: 40px;
        padding: 7px
    }



        .header .navbar-primary .navbar-toggle .icon-bar {
            background-color: #FFF
        }
    

    @media (min-width:768px)  {
        .header .navbar-primary .nav {
            margin-top: -120px;
            float: right;
        }
    }


    .header .navbar-primary .nav {      
        font-weight: 600;
        font-size: 15px;
    }

        .header .navbar-primary .nav > li > a {
            font-weight: 400;
            color: #FFF;
            border-top: 5px solid transparent;
            text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
        }

            .header .navbar-primary .nav > li > a:hover {
                color: #500878;
                background-color: #74d2e7;
                
            }


#navbar-primary-collapse {
    /*margin-right: -167px;*/
    margin-top: 15px;
}

@media (min-width:768px) and (max-width:991px) {

    .header .navbar-primary .nav > li > a {
        padding: 17.5px 7px;
    }

    .header .navbar-primary {
        font-size: 15px;
    }
}

@media (min-width:992px) and (max-width:1199px) {

    .header .navbar-primary .nav > li > a {
        padding: 17.5px 13.5px;
    }

    .header .navbar-primary {
        font-size: 15px;
    }
}

.header .navbar-primary .nav > li > .dropdown-menu {
    color: #500878;
    background-color: #FFF;
    border-radius: 15px;
    top: -52px;
    text-transform: none;
    overflow: hidden;
}

    .header .navbar-primary .nav > li > .dropdown-menu > li > a {
        color: #500878;
         font-size: 15px;
        line-height: 20px;
        padding-top: 2px;
        padding-bottom: 5px;
        font-weight: 600;
    }

.header .navbar-primary .navbar-btn {
    margin-top: 10.5px;
    margin-bottom: 10.5px
}

.animate-dropdown .open > .dropdown-menu,
.animate-dropdown .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu {
    animation-name: slidenavAnimation;
    animation-duration: 200ms;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    -webkit-animation-name: slidenavAnimation;
    -webkit-animation-duration: 200ms;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: slidenavAnimation;
    -moz-animation-duration: 200ms;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-out;
    -moz-animation-fill-mode: forwards
}

@keyframes slidenavAnimation {
    from {
        margin-top: -30px;
        opacity: 0
    }

    to {
        margin-top: 0;
        opacity: 1
    }
}

@-webkit-keyframes slidenavAnimation {
    from {
        margin-top: -30px;
        opacity: 0
    }

    to {
        margin-top: 0;
        opacity: 1
    }
}

@media (max-width:768px) {
    #navbar-primary-collapse {
        max-height: none;
        background: #500878;
    }

        #navbar-primary-collapse .nav {
            margin-top: 0
        }

    .header .nav-header-link {
        margin-top: 15px;
        margin-bottom: 10px;
        float: none !important
    }

    .header .btn-shopping-cart img {
        margin-right: 0
    }
}

.product-item {
    margin-bottom: 52px
}

@media (max-width:768px) {
    .product-item {
        margin-bottom: 20px
    }
}

.product-item .product-image {
    margin-bottom: 20px
}

    .product-item .product-image > a:hover {
        text-decoration: none
    }

.ar-item .ar-detail,
.ar-item .ar-detail-inverse-color {
    margin-top: 0
}

    .ar-item .ar-detail .ar-name,
    .ar-item .ar-detail-inverse-color .ar-name {
         font-size: 15px;
        line-height: 16px;
        font-weight: 600;
        margin-top: 0;
        margin-bottom: 0;
        color: #333
    }



        .ar-item .ar-detail .ar-name > a {
            color: #74d2e7;
        }

            .ar-item .ar-detail .ar-name > a:hover {
                color: #500878;
                background-color: #74d2e7;
            }

    .ar-item .ar-detail .ar-endereco {
        font-size: 16px;
        line-height: 20px;
        color: #500878;
        background-color: #74d2e7;
    }


    .ar-item .ar-detail-inverse-color .ar-name > a {
        color: #FFF;
    }

        .ar-item .ar-detail-inverse-color .ar-name > a:hover {
            color: #500878;
            background-color: #74d2e7;
        }

    .ar-item .ar-detail-inverse-color .ar-endereco {
         font-size: 15px;
        line-height: 15px;
        color: #FFF;
    }

.ar-image-inverse-color a img {
    height: 60px;
}


.grid-view .ar-item-list-view {
    display: none
}

.list-view .ar-item-grid-view {
    display: none
}

.ar-item-list-view .ar-detail .ar-description {
    line-height: 24px;
     font-size: 15px;
    color: #666;
    margin: 20px 0 30px 0
}


/*!
 * Slider for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */

.slider {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

    .slider.slider-horizontal {
        width: 242px;
        height: 3px
    }

        .slider.slider-horizontal .slider-track {
            height: 3px;
            width: 100%;
            margin-top: -5px;
            top: 50%;
            left: 0
        }

        .slider.slider-horizontal .slider-selection {
            height: 100%;
            top: 0;
            bottom: 0
        }

        .slider.slider-horizontal .slider-handle {
            margin-left: -20px;
            margin-top: -15px
        }

            .slider.slider-horizontal .slider-handle.triangle {
                border-width: 0 10px 10px 10px;
                width: 0;
                height: 0;
                border-bottom-color: #0480be;
                margin-top: 0
            }

    .slider input {
        display: none
    }

    .slider .tooltip-inner {
        white-space: nowrap
    }

.slider-track {
    position: absolute;
    cursor: pointer;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 4px
}

.slider-selection {
    position: absolute;
    background-image: -webkit-linear-gradient(top, #f9f9f9 0, #f5f5f5 100%);
    background-image: linear-gradient(to bottom, #f9f9f9 0, #f5f5f5 100%);
    background-repeat: repeat-x;
    /*filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);*/
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px
}

.slider-handle {
    position: absolute;
    width: 33px;
    height: 33px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .05), 0 5px 2px rgba(0, 0, 1, .05);
    box-shadow: 0 0 15px rgba(0, 0, 0, .05), 0 5px 2px rgba(0, 0, 1, .05);
    background-color: #fff;
    border: 3px solid #e5e5e5
}

    .slider-handle.round {
        border-radius: 20px
    }

    .slider-handle.triangle {
        background: transparent none
    }

.green-text {
    color: #629c49 !important
}

    .green-text:hover {
        background-color: #629c49 !important;
        color: #74d2e7!important
    }

.blue-text {
    color: #765e9d !important
}

    .blue-text:hover {
        background-color: #765e9d !important;
        color: #74d2e7!important
    }

.pink-text {
    color: #5a68e9 !important
}

    .pink-text:hover {
        background-color: #5a68e9 !important;
        color: #74d2e7!important
    }

.red-text {
    color: #F00 !important
}

    .red-text:hover {
        background-color: #74d2e7 !important;
        color: #F00!important
    }

.orange-text {
    color: #f27a24 !important
}

    .orange-text:hover {
        background-color: #f27a24 !important;
        color: #74d2e7!important
    }

.light-green-text {
    color: #17c7be !important
}

    .light-green-text:hover {
        background-color: #17c7be !important;
        color: #74d2e7!important
    }

.cart-modal-content {
    border-radius: 0
}

    .cart-modal-content .modal-header {
        border-bottom: none
    }

        .cart-modal-content .modal-header .modal-title {
            line-height: 48px;
            color: #333;
            margin: 40px 0;
            padding: 0 75px;
            font-weight: 600;
            text-transform: uppercase
        }

    .cart-modal-content .modal-body {
        padding-top: 0
    }

        .cart-modal-content .modal-body .basket-item {
            padding: 0 70px 50px
        }

        .cart-modal-content .modal-body .selected-item-price {
            font-size: 18px;
            line-height: 30px;
            color: #0056b3;
            margin-right: 18px;
            margin-top: 20px;
            text-align: right;
            font-weight: 600
        }

        .cart-modal-content .modal-body h4 {
            text-transform: uppercase;
            margin-top: 0;
            margin-bottom: 20px;
            font-weight: 600
        }

        .cart-modal-content .modal-body p {
            font-size: 18px;
            line-height: 36px;
            text-transform: uppercase;
            color: #666
        }

div .modal-two-colluns {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    padding-bottom: 20px;
}

/*
.modal-dialog {
    width: 752px
}
*/

.cart-modal-content .modal-header .close-icon {
    margin-right: -31px;
    margin-top: -29px;
    z-index: 666;
    border-radius: 50px;
    cursor: pointer;
    display: block;
    font-size: 25px;
    height: 30px;
    width: 30px;
    background: #34314b;
    border: 1px solid #34314b;
    color: #fff
}

.cart-modal-content .modal-body .product-actions {
    margin-left: 86px;
    margin-bottom: 50px;
    padding-bottom: 50px
}

    .cart-modal-content .modal-body .product-actions .btn-ky {
        font-size: 24px;
        line-height: 36px;
        padding: 16px 26px
    }

    .cart-modal-content .modal-body .product-actions .btn-secondary.btn-ky {
        margin-right: -4px
    }

.cart-modal-content .modal-body .basket-item .cart-item-remove {
    display: block;
    font-size: 27px;
    height: 30px;
    width: 30px;
    border-radius: 50px;
    border: 1px solid #0056b3;
    color: #0056b3
}

    .cart-modal-content .modal-body .basket-item .cart-item-remove:hover {
        text-decoration: none
    }

.cart-modal-content .modal-header .modal-title .icon {
    font-size: 24px;
    margin-right: 30px
}

img[src="assets/images/blank.gif"] {
    background: url("../images/ajax.gif") no-repeat scroll center center #fff;
    width: 100%
}

.row.related-pets-section {
    padding-top: 40px
}

.form-coupon-code .form-control {
    padding: 7.5px 12px
}

.table-cart-summary .cart-item-quantity .btn {
    box-shadow: none;
    outline: none
}

.table-cart-summary .cart-item-remove {
    text-decoration: none
}

    .table-cart-summary .cart-item-remove:hover,
    .table-cart-summary .cart-item-remove:focus {
        color: #900
    }

.content.content-404 {
    padding: 120px 0
}

.owl-carousel {
    text-align: center;
    cursor: default;
    height: auto;
}

.owl-controls {
    display: inline-block;
    position: relative;
    margin-top: 40px
}

.owl-pagination {
    position: relative;
    line-height: 30px
}

.owl-buttons {
    display: block
}

.home-page-carousel:hover .owl-prev {
    left: -40px;
    opacity: .8
}

    .home-page-carousel:hover .owl-prev:hover {
        opacity: 1
    }

.home-page-carousel:hover .owl-next {
    right: -40px;
    opacity: .8
}

    .home-page-carousel:hover .owl-next:hover {
        opacity: 1
    }

.product-image-carousel:hover .owl-prev {
    left: -40px;
    opacity: .8
}

    .product-image-carousel:hover .owl-prev:hover {
        opacity: 1
    }

.product-image-carousel:hover .owl-next {
    right: -40px;
    opacity: .8
}

    .product-image-carousel:hover .owl-next:hover {
        opacity: 1
    }


.owl-outer-nav:after {
    content: "";
    position: absolute;
    top: 0;
    left: -15%;
    width: 130%;
    height: 100%;
    z-index: 0
}

.owl-outer-nav .owl-wrapper-outer,
.owl-outer-nav .owl-pagination,
.owl-outer-nav .owl-prev,
.owl-outer-nav .owl-next {
    z-index: 1
}

.owl-outer-nav .owl-controls {
    position: static
}

.owl-outer-nav .owl-prev {
    left: -65px
}

.owl-outer-nav .owl-next {
    right: -65px
}

.owl-outer-nav:hover .owl-prev {
    left: -80px
}

.owl-outer-nav:hover .owl-next {
    right: -80px
}

.owl-ui-md .owl-pagination {
    line-height: 45px
}

.owl-ui-md .owl-prev,
.owl-ui-md .owl-next {
    width: 45px;
    height: 45px;
    font-size: 45px
}

.owl-ui-md .owl-prev {
    left: -55px
}

.owl-ui-md .owl-next {
    right: -55px
}

.owl-ui-md:hover .owl-prev {
    left: -60px
}

.owl-ui-md:hover .owl-next {
    right: -60px
}

.owl-outer-nav.owl-ui-md:after {
    left: -18%;
    width: 136%
}

.owl-outer-nav.owl-ui-md .owl-prev {
    left: -85px
}

.owl-outer-nav.owl-ui-md .owl-next {
    right: -85px
}

.owl-outer-nav.owl-ui-md:hover .owl-prev {
    left: -100px
}

.owl-outer-nav.owl-ui-md:hover .owl-next {
    right: -100px
}

.owl-ui-lg .owl-pagination {
    line-height: 60px
}

.owl-ui-lg .owl-prev,
.owl-ui-lg .owl-next {
    width: 55px;
    height: 55px;
    font-size: 42px;
    line-height: 64px
}

.owl-ui-lg .owl-prev {
    left: -75px
}

.owl-ui-lg .owl-next {
    right: -75px
}

.owl-ui-lg:hover .owl-prev {
    left: -80px
}

.owl-ui-lg:hover .owl-next {
    right: -80px
}

.owl-outer-nav.owl-ui-lg:after {
    left: -22%;
    width: 144%
}

.owl-outer-nav.owl-ui-lg .owl-prev {
    left: -105px
}

.owl-outer-nav.owl-ui-lg .owl-next {
    right: -105px
}

.owl-outer-nav.owl-ui-lg:hover .owl-prev {
    left: -120px
}

.owl-outer-nav.owl-ui-lg:hover .owl-next {
    right: -120px
}

.owl-inner-nav .owl-controls {
    position: static
}

.owl-inner-nav .owl-prev {
    left: 45px
}

.owl-inner-nav .owl-next {
    right: 45px
}

.owl-inner-nav:hover .owl-prev {
    left: 30px
}

.owl-inner-nav:hover .owl-next {
    right: 30px
}

.owl-outer-nav .owl-prev,
.owl-outer-nav .owl-next,
.owl-inner-nav .owl-prev,
.owl-inner-nav .owl-next {
    bottom: 70px
}

.owl-outer-nav.owl-ui-md .owl-prev,
.owl-outer-nav.owl-ui-md .owl-next,
.owl-inner-nav.owl-ui-md .owl-prev,
.owl-inner-nav.owl-ui-md .owl-next {
    bottom: 85px
}

.owl-outer-nav.owl-ui-lg .owl-prev,
.owl-outer-nav.owl-ui-lg .owl-next,
.owl-inner-nav.owl-ui-lg .owl-prev,
.owl-inner-nav.owl-ui-lg .owl-next {
    bottom: 100px
}

.owl-inner-pagination .owl-pagination,
.owl-inner-pagination .owl-prev,
.owl-inner-pagination .owl-next {
    margin-top: -40px;
    top: -60px
}

.owl-inner-pagination.owl-ui-md .owl-pagination,
.owl-inner-pagination.owl-ui-md .owl-prev,
.owl-inner-pagination.owl-ui-md .owl-next {
    margin-top: -50px;
    top: -65px
}

.owl-inner-pagination.owl-ui-lg .owl-pagination,
.owl-inner-pagination.owl-ui-lg .owl-prev,
.owl-inner-pagination.owl-ui-lg .owl-next {
    margin-top: -60px;
    top: -75px
}

.owl-inner-pagination.owl-outer-nav .owl-prev,
.owl-inner-pagination.owl-outer-nav .owl-next,
.owl-inner-pagination.owl-inner-nav .owl-prev,
.owl-inner-pagination.owl-inner-nav .owl-next {
    margin: auto;
    top: 0;
    bottom: 43px
}

.owl-inner-pagination .owl-pagination {
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    opacity: 0
}

.owl-inner-pagination:hover .owl-pagination {
    opacity: 1
}

.owl-inner-pagination.owl-inner-nav .owl-pagination,
.owl-inner-pagination.owl-outer-nav .owl-pagination {
    top: -45px
}

.owl-inner-pagination.owl-inner-nav.owl-ui-md .owl-pagination,
.owl-inner-pagination.owl-outer-nav.owl-ui-md .owl-pagination {
    top: -50px
}

.owl-inner-pagination.owl-inner-nav.owl-ui-lg .owl-pagination,
.owl-inner-pagination.owl-outer-nav.owl-ui-lg .owl-pagination {
    top: -60px
}

.owl-inner-pagination.owl-inner-nav:hover .owl-pagination,
.owl-inner-pagination.owl-outer-nav:hover .owl-pagination {
    top: -60px
}

.owl-inner-pagination.owl-inner-nav.owl-ui-md:hover .owl-pagination,
.owl-inner-pagination.owl-outer-nav.owl-ui-md:hover .owl-pagination {
    top: -65px
}

.owl-inner-pagination.owl-inner-nav.owl-ui-lg:hover .owl-pagination,
.owl-inner-pagination.owl-outer-nav.owl-ui-lg:hover .owl-pagination {
    top: -75px
}

.height-lg {
    height: 370px;
}

.height-md {
    height: 200px;
}

#product-image-carousel .owl-item {
    height: 200px;
}

#product-image-carousel .item .container {
    display: table;
    height: 200px;
}



#owl-main.tituloconteudo .item {
    background-position: center bottom;
}


#owl-main .item,
#product-image-carousel .item {
    width: 100%;
    background-color: #fff;
    background-position: center 55%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

    #owl-main .item .container {
        display: table;
        height: inherit
    }

        #owl-main .item .container .caption.text-center,
        #product-image-carousel .item .container .caption .text-center {
            display: table-cell;
            text-transform: uppercase
        }

            #owl-main .item .container .caption.text-center .big-text,
            #product-image-carousel .item .container .caption.text-center .big-text {
                font-size: 60px;
                line-height: 72px;
                color: #fff;
                font-weight: 600;
                margin-bottom: 60px;
                text-shadow: 1px 1px 3px #34314b
            }

            #owl-main .item .container .caption.text-center .text,
            #product-image-carousel .item .container .caption.text-center .text {
                font-size: 18px;
                line-height: 30px;
                color: #fff;
                font-weight: 600;
                margin-bottom: 60px;
                text-shadow: 1px 1px 3px #34314b
            }

            #owl-main .item .container .caption.text-center .button-holder .btn-add-to-cart,
            #product-image-carousel .item .container .caption.text-center .button-holder .btn-add-to-cart {
                font-size: 24px;
                font-weight: 600
            }

#owl-main .owl-controls,
#product-image-carousel .owl-controls {
    display: none;
    position: static;
    margin-top: -47px
}


#owl-main .owl-dots,
#product-image-carousel .owl-dots {
    background: #fff;
    line-height: inherit;
    position: relative;
    bottom: -40px;
    padding: 0px;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: auto;
    opacity: 0;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out
}

.tituloconteudo .owl-dots {
    display: none !important;
}

.tituloconteudo .item {
    height: 150px;
}


.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    display: inline;
}

    .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 5px 7px;
        background: #D6D6D6;
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity 200ms ease;
        border-radius: 30px;
    }

    .owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
        background: #869791;
    }



#owl-main .owl-prev,
#owl-main .owl-next {
    bottom: 0
}

.home-page-carousel .owl-prev,
.home-page-carousel .owl-next,
.product-image-carousel .owl-prev,
.product-image-carousel .owl-next {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    color: #34314b;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: auto;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    opacity: .2;
    width: 55px;
    height: 55px;
    font-size: 42px;
    line-height: 64px
}

#owl-main .item .container .vertical-top {
    vertical-align: top;
    padding-bottom: 8vh
}

#owl-main .item .container .vertical-top2 {
    vertical-align: center;
    padding-top: 10vh
}


#owl-main .item .container .vertical-center {
    vertical-align: center;
    padding-top: 20vh
}

#owl-main:hover .owl-dots {
    bottom: 30px;
    opacity: 1;
    display: inline-flex;
}

#owl-main:hover .owl-dots,
#product-image-carousel:hover .owl-dots {
    bottom: 30px;
    opacity: 1
}

.home-page-carousel .owl-controls .owl-page {
    display: inline-block
}

.product-image-carousel .owl-controls .owl-page {
    display: inline-block
}

.owl-item.loading {
    min-height: inherit;
    background: none
}

/* ----------------------------------------------------------- */
/*  CORES   */





a,
a:focus,
a:active {
    color: #5d5c5e;
}


a:hover{
    color: #74d2e7;
}

::-moz-selection {
    background-color: #c1d4f8;
}

::selection {
    background-color: #c1d4f8;
}

.content-404 .info-404 h1 {
    color: #500878;
}

.content-404 .info-404 .primary-link {
    color: #500878;
}

.table-cart-summary .unit-price {
    color: #74d2e7;
}

.table-cart-summary .final-total .final-total-value {
    color: #74d2e7;
}

.order-box .btn-wishlist {
    color: #74d2e7;
}

.order-box .selectpicker {
    border-color: #74d2e7;
}

    .order-box .selectpicker .caret {
        color: #74d2e7;
    }

.block-reinsurance .reinsurance-item {
    background-color: #041e42;
    /*-webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
    border: 5px solid #FFF;*/
}

    .block-reinsurance .reinsurance-item .reinsurance-image-container .reinsurance-icon {
        color: #FFF;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    }

    .block-reinsurance .reinsurance-item:nth-child(even) {
        /*background-color: #4F4F4F;*/
    }




.quoter .name {
    color: #74d2e7;
}

.videos-section .section-title {
    color: #500878;
}

.order-steps > li:before {
    background-color: #500878;
}

.order-steps > li:after {
    border-top: 2px solid #500878;
}

.footer .module .module-header .module-title {
    /*color: #74d2e7; */
}

.footer address strong { 
    /*color: #74d2e7; */
}

.footer p.sac {
    /*color: #74d2e7; */
}

.lead {
    font-size: 18px;
    font-weight: 600;
}

.footer .btn {
    /* color: #74d2e7; */
}

.footer .list-link > li > a:before {
    /* background-color: #74d2e7; */
}

.footer .navbar-footer {
    background-color: #74d2e7; 
    color: #FFF;
}

    .footer .navbar-footer .nav > li > a:hover {
       /* background-color: #74d2e7; */
    }

.sidebar .view-switcher li.active > a {
    color: #74d2e7; 
}

.sidebar .sidebar-sort .btn {
    border-color: #74d2e7; 
}

.btn-primary-light {
    background-color: #74d2e7;
}

.btn-primary-very-light {
    background-color: #82b3eb;
}

.primary {
    color: #500878;
}

.btn-primary {
    background-color: #500878;
    border-color: #500878;
    min-width: 130px;
    min-height: 60px;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active {
        background-color: #500878;
        border-color: #500878;
    }
/*.dropdown-toggle.btn-primary{
    background-color: @primary-color;
    border-color: darken(@primary-color, 2%);
}*/
.list-kybully > li:before {
    background-color: #bbc1f5;
}

.pagination > li.active > a,
.pagination > li.active > span {
    border-color: #74d2e7;
    color: #74d2e7;
}

    .pagination > li.active > a:hover,
    .pagination > li.active > span:hover,
    .pagination > li.active > a:active,
    .pagination > li.active > span:active,
    .pagination > li.active > a:focus,
    .pagination > li.active > span:focus {
        background-color: #74d2e7;
        border-color: #74d2e7;
    }

.header {
}

    .header .nav-header-link > li > a,
    .header .nav-header-link > li > a:hover,
    .header .nav-header-link > li > a:focus,
    .header .nav-header-link > li > a:active {
        color: #500878;
    }

    .header .nav-header-link > li:after {
        border-right: 3px solid #500878;
    }

    .header .nav-header-link .total-cart-amount {
        color: #74d2e7;
    }

    .header .navbar-primary {
    }

        .header .navbar-primary .nav > li > a:hover,
        .header .navbar-primary .nav > li > a:focus,
        .header .navbar-primary .nav > li > a:active {
            background-color: transparent !important;
            color: #FFF;
            /* border-top: 5px solid #500878;*/
        }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus {
    color: #500878;
    background-color: #FFF;
}

.header .navbar-primary .nav > li > .dropdown-menu {   
}
    
    .header .navbar-primary .nav .open > a:focus,
    .header .navbar-primary .nav > li > .dropdown-menu > li > a:hover {
        color: #500878;
        background-color: #74d2e7;
    }

.header .navbar-primary .nav .open > a{
    color: #FFF;
    background-color:transparent !important;
}
.header .navbar-primary .nav .open > a:active {
    color: #500878;
    background-color: #FFF;
}

.slider-track {
    background-color: #FFF;
}

.yamm .menu-items > li:before {
    background-color: #f5cabb;
}

.primary-text-bg {
    background-color: #FFF;
    color: #500878;
}

.highlight-navbar-primary-link {
    background-color: #e16233;
    border-top: 5px solid #da5320;
}

.checkbox.primary .icons,
.radio.primary .icons {
    color: #74d2e7;
}

.owl-prev,
.owl-next {
    background: none;
}

.home-page-carousel .owl-controls .owl-pagination .owl-page span:hover,
.home-page-carousel .owl-controls .owl-pagination .owl-page.active span {
    background: #74d2e7;
}

.product-image-carousel .owl-controls .owl-pagination .owl-page span:hover,
.product-image-carousel .owl-controls .owl-pagination .owl-page.active span {
    background: #74d2e7;
}



.cart-modal-content .modal-header .modal-title .icon {
    color: #74d2e7;
}

.cart-modal-content .modal-body h4 {
    color: #74d2e7;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background: #74d2e7;
    border: 1px solid #eea58a;
}

.block-search .input-group .form-control {
    background: #82b3eb;
    border: #82b3eb;
    color: #500878;
}
 /*
.header .navbar-primary {
    border-bottom: 1px solid #ad421a; 
}
*/

.table-cart-summary .cart-item-quantity .btn:hover,
.table-cart-summary .cart-item-quantity .btn:focus {
    color: #74d2e7;
}


/* ----------------------------------------------------------- */
/*  FIM DAS CORES   */



.flex-row {
    display: flex;
    flex-wrap: wrap;
}

    .flex-row > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }

    .flex-row .thumbnail,
    .flex-row .caption {
        flex-direction: column;
        display: flex;
        flex: 1 0 auto;
        height: auto;
        position: relative;
    }

.flex-text {
    flex-grow: 1;
}
/*
.flex-row img {
    min-width: 0;
    width: 100%;
}
*/

#static-block-48 .page-section {
    margin-top: -15px;
}

.block-reinsurance {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

    .block-reinsurance .reinsurance-pi {
        flex: 1;
    }

    .block-reinsurance .reinsurance-item {
        overflow: hidden;
        margin: 5px;
    }

@media (min-width:500px) and (max-width:650px) {
    .block-reinsurance .reinsurance-item {
        min-width: 150px;
        max-width: 150px;
    }
}

@media (max-width:500px) {
    .block-reinsurance .reinsurance-item {
        min-width: 120px;
        max-width: 150px;
    }
}

.block-reinsurance .reinsurance-item .reinsurance-image-container {
    height: 105px;
    text-align: center
}

    .block-reinsurance .reinsurance-item .reinsurance-image-container .reinsurance-image {
        display: inline-block;
        vertical-align: middle
    }

    .block-reinsurance .reinsurance-item .reinsurance-image-container .reinsurance-icon {
        font-size: 50px;
        opacity: .8;
        display: inline-block;
        vertical-align: middle;
        text-shadow: 1px 0px 1px rgba(255,255,255,0.8);
        line-height: 130px;
        width: 100%;
        height: 100px;
        left: 0px;
        top: 0px;
        text-align: center;
    }

.block-reinsurance .reinsurance-item:hover .reinsurance-image-container .reinsurance-icon {
    font-size: 70px;
    opacity: 1;
    -webkit-animation: moveFromLeft 400ms ease;
    -moz-animation: moveFromLeft 400ms ease;
    -ms-animation: moveFromLeft 400ms ease;
}

.block-reinsurance .reinsurance-item .reinsurance-text {
    color: #FFF;
    line-height: 24px;
    margin-left: 0px
}

.top-reinsurance .reinsurance-item .reinsurance-text {
}


.block-reinsurance .reinsurance-item .reinsurance-text .first {
    font-size: 24px;
    text-align: center;
    display: block;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.block-reinsurance .reinsurance-item:hover .reinsurance-text .first {
    -webkit-animation: moveFromRight 300ms ease;
    -moz-animation: moveFromRight 300ms ease;
    -ms-animation: moveFromRight 300ms ease;
}

.block-reinsurance .reinsurance-item .reinsurance-text .second {
     font-size: 15px;
    text-align: center;
    font-weight: normal;
    display: block;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.block-reinsurance .reinsurance-item:hover .reinsurance-text .second {
    -webkit-animation: moveFromBottom 500ms ease;
    -moz-animation: moveFromBottom 500ms ease;
    -ms-animation: moveFromBottom 500ms ease;
}






blockquote {
    font-size: 18px;
    line-height: 30px;
    font-style: italic;
    color: #333;
    padding-left: 0;
    border: none;
    margin-bottom: 0;
    padding: 0 0 30px 0
}




    blockquote:after {
        content: "\201D"
    }

    blockquote:before {
        content: "\201C"
    }

.quoter {
    font-size: 18px;
    line-height: 30px;
    color: #666;
    text-align: right;
    margin-bottom: 0
}

.list-testimonials > li {
    padding: 30px 0;
    border-bottom: 3px dotted #f5f5f5
}

.list-testimonials .texto {
    font-size: 16px;
    line-height: 25px;
    font-style: italic;
    color: #333;
    padding-left: 0;
    border: none;
    margin-bottom: 0;
    padding: 0 0 30px 0;
    text-align: justify;
}

    .list-testimonials .texto strong {
        color: #74d2e7;
    }

.list-testimonials > li:first-child {
    padding-top: 0
}

.testimonials-section {
    padding-top: 30px
}

.videos-section {
    background-color: #f9f9f9;
    padding: 40px;
    font-size: 16px;
    line-height: 24px;
    color: #666;
    text-align: justify;
    display: none;
}

@media (max-width:768px) {
    .videos-section {
        padding: 15px;
        margin-left: -15px;
        margin-right: -15px
    }
}

.videos-section .video-player {
    width: 100%;
    border: none;
    margin-bottom: 40px
}

.videos-section .section-header .pull-right {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #666;
    text-transform: uppercase
}



.controls .btn {
    font-size: 30px
}

@media (max-width:768px) {
    .controls .btn {
        margin-top: 45px;
        max-width: 100%
    }
}

.owl-wrapper .owl-item .product-item-column {
    padding-left: 15px;
    padding-right: 15px
}

@media (max-width:768px) {
    .owl-wrapper .owl-item:first-child {
        margin-left: 0
    }
}

.owl-wrapper .owl-item:nth-child(4n+4) {
    padding-right: 0
}

@media (max-width:768px) {
    .owl-wrapper .owl-item:nth-child(4n+4) {
        padding-right: 15px
    }
}

@media (max-width:768px) {
    .carousel-inner > .item > img {
        height: 360px
    }
}

.featured-product .price {
    font-size: 30px;
    line-height: 30px;
    font-weight: 600
}

.featured-product .old-price-container {
    font-size: 18px;
    color: #999;
    line-height: 30px;
    text-transform: uppercase
}

@media (max-width:768px) {
    .featured-product .col-separator-td {
        padding: 4px
    }
}

.featured-product .col-separator {
    background-color: #ccc;
    width: 5px;
    height: 45px;
    display: block
}

.featured-product .old-price {
    font-size: 24px;
    color: #666
}

.featured-product .table-product-price {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px
}

.featured-product .btn-add-to-cart {
    margin-right: 12px
}

.featured-product .btn-ky {
    margin-bottom: 10px
}






@media (max-width:768px) {
    .product-carousel .left {
        margin-left: -35px
    }
}

@media (max-width:768px) {
    .product-carousel .right {
        margin-right: -35px
    }
}



@media (max-width:768px) {
    .product-carousel .carousel-control {
        margin-top: 0;
        position: inherit;
        font-size: 72px
    }
}

.product-carousel .carousel-control:hover,
.product-carousel .carousel-control:focus,
.product-carousel .carousel-control:active {
    color: #a6a6a6
}

.product-carousel .carousel-control.left,
.product-carousel .carousel-control.right {
    background-image: none;
    opacity: 1;
    text-shadow: none
}

.ar-detail {
    margin-top: 70px
}

.product-carousel {
    margin-top: 5px
}

#ar-detail-accordion .panel-body {
    padding-left: 5px;
    padding-right: 5px
}

@media (max-width:768px) {
    #ar-detail-accordion {
        margin-bottom: 20px
    }
}

.panel {
    border-radius: 0
}

.panel-body {
    line-height: 30px
}

.panel-default {
    border: none;
    box-shadow: none
}

    .panel-default > .panel-heading {
        background-color: #74d2e7;
        padding: 19px 28px;
        border: 2px solid #d7d7d7
    }

        .panel-default > .panel-heading .panel-title {
            font-size: 25px;
            line-height: 30px;
            text-transform: uppercase;
            font-weight: 600
        }

            .panel-default > .panel-heading .panel-title > a,
            .panel-default > .panel-heading .panel-title > a:hover,
            .panel-default > .panel-heading .panel-title > a:focus,
            .panel-default > .panel-heading .panel-title > a:active {
                text-decoration: none;
                display: block
            }

                .panel-default > .panel-heading .panel-title > a .contract,
                .panel-default > .panel-heading .panel-title > a:hover .contract,
                .panel-default > .panel-heading .panel-title > a:focus .contract,
                .panel-default > .panel-heading .panel-title > a:active .contract {
                    display: inline;
                    margin-top: -5px
                }

                .panel-default > .panel-heading .panel-title > a .expand,
                .panel-default > .panel-heading .panel-title > a:hover .expand,
                .panel-default > .panel-heading .panel-title > a:focus .expand,
                .panel-default > .panel-heading .panel-title > a:active .expand {
                    display: none;
                    margin-top: -5px
                }

                .panel-default > .panel-heading .panel-title > a.collapsed .contract {
                    display: none;
                    margin-top: -5px
                }

                .panel-default > .panel-heading .panel-title > a.collapsed .expand {
                    display: inline;
                    margin-top: -5px
                }

.order-box {
    padding: 48px;
    background-color: #333
}

@media (max-width:768px) {
    .order-box {
        padding: 25px
    }
}

.order-box .control-label {
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    margin-top: 0
}


.order-box .btn-wishlist {
    background-color: transparent;
    border-color: transparent
}

.order-box p {
    line-height: 22px;
    font-size: 18px;
    text-transform: uppercase;
    color: #d8d8d8;
    text-align: justify;
}

@media (max-width:1199px) {

    .order-box .atencao p {
        line-height: 20px;
        font-size: 16px;
    }
}


.order-box .selectpicker {
    border-width: 2px;
    font-size: 18px;
    line-height: 20px;
    color: #999;
    padding: 15px
}

.order-box .form-actions {
    margin-top: 12px
}

.authentication .page-section {
    margin-bottom: 40px
}

.authentication label {
    font-weight: normal;
    color: #666
}

.authentication .radio {
    margin-bottom: 20px
}

    .authentication .radio input {
        margin-right: 15px
    }

.authentication .checkbox input {
    margin-right: 15px
}

.table-cart-summary .media > .pull-left {
    margin-right: 30px
}

.table-cart-summary .product-title {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600
}

.table-cart-summary .price {
    line-height: 30px
}

.table-cart-summary .cart-item-quantity {
    width: 120px
}

    .table-cart-summary .cart-item-quantity .form-control {
        border-color: #d7d7d7;
        box-shadow: none;
        color: #666;
        font-size: 18px;
        line-height: 24px;
        font-weight: 600;
        border-width: 2px;
        height: 45px;
        padding: 6px 8px;
        min-width: 30px
    }

    .table-cart-summary .cart-item-quantity .btn {
        border: none;
        color: #ccc;
        font-size: 24px;
        padding-left: 10px;
        padding-right: 10px
    }

        .table-cart-summary .cart-item-quantity .btn:hover,
        .table-cart-summary .cart-item-quantity .btn:focus,
        .table-cart-summary .cart-item-quantity .btn:active {
            background-color: transparent
        }

.table-cart-summary .unit-price {
    font-size: 18px;
    font-weight: 600
}

.table-cart-summary .final-total {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    margin-top: 30px
}

    .table-cart-summary .final-total .final-total-text {
        text-transform: uppercase
    }

.table-cart-summary .control-label {
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    float: left;
    margin-right: 20px
}

.table-cart-summary .form-coupon-code {
    margin-top: 24px
}

    .table-cart-summary .form-coupon-code .form-control {
        width: 190px;
        border-radius: 0;
        box-shadow: none
    }

.table-cart-summary .cart-item-remove {
    color: #999;
    font-size: 24px
}

.table-cart-summary thead > tr th {
    color: #333
}

.table-cart-summary tfoot > tr th,
.table-cart-summary tfoot > tr .control-label,
.table-cart-summary tfoot > tr .final-total-text {
    color: #333
}

.table-cart-summary tbody > tr > td {
    padding-top: 23px;
    padding-bottom: 23px
}

.checkout-form {
    font-size: 18px;
    line-height: 24px
}

@media (min-width:768px) {
    /*.checkout-forma-pagamento li {
        display: -webkit-inline-box;
    }

    .checkout-forma-pagamento div {
        margin-right: 10px;
        width: 320px;
    }*/
}

@media (min-width:1199px) {
    .checkout-forma-pagamento li {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .checkout-forma-pagamento div {
        /*margin-right: 10px;
        width: 480px;
        flex-basis: 370px;*/
        flex-basis: 285px
    }
}

.checkout-form label {
    font-size: 18px;
    line-height: 24px;
    color: #666
}

.checkout-form .control-label {
    font-weight: 600;
    text-transform: uppercase;
    color: #666
}

.checkout-form .form-control {
    border-color: #d7d7d7;
    border-width: 2px;
    box-shadow: none;
    padding: 15px 25px;
    height: auto;
    color: #666
}

    .checkout-form .form-control::-moz-placeholder {
        color: #ccc;
        opacity: 1
    }

    .checkout-form .form-control:-ms-input-placeholder {
        color: #ccc
    }

    .checkout-form .form-control::-webkit-input-placeholder {
        color: #ccc
    }

.checkout-form .form-group {
    margin-bottom: 20px
}

.checkout-form .table-delivery-option tbody tr td {
    padding: 30px 0
}

.checkout-form .table-delivery-option .media {
    display: block;
    color: #666
}

    .checkout-form .table-delivery-option .media:hover {
        color: #474747;
        text-decoration: none
    }

    .checkout-form .table-delivery-option .media .media-heading {
        text-transform: uppercase;
        font-weight: 600
    }

.checkout-form .payment_module {
    border: 2px solid #d7d7d7;
    padding: 20px
}

    .checkout-form .payment_module label {
        text-transform: uppercase;
        font-weight: 600
    }

.checkout-form .form-actions {
    margin-top: 20px
}

.required:after {
    /*content: " *"; begin-issue_165 */
    color: #c00
}

.table-order-summary tbody tr th {
    text-transform: uppercase;
    border-width: 5px;
    border-color: #f5f5f5;
    color: #333
}

.table-order-summary tbody tr td {
    border-width: 5px;
    border-color: #f5f5f5
}

.order-steps > li > a {
    font-size: 18px;
    line-height: 24px;
    color: #333;
    padding-top: 20px
}

    .order-steps > li > a:hover {
        color: #34314b;
        background-color: transparent;
        text-decoration: none
    }

.order-steps > li:first-child:after {
    left: 50%
}

.order-steps > li:last-child:after {
    right: 50%
}

.order-steps > li:before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: block;
    margin: 10px auto
}

.order-steps > li:after {
    content: "";
    display: block;
    top: -70px;
    position: relative
}

@media (max-width:768px) {

    .order-steps > li:after {
        top: -75px;
    }
}


.order-steps > li.active:before {
    content: "";
    width: 33px;
    height: 33px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .05), 0 5px 2px rgba(0, 0, 1, .05);
    box-shadow: 0 0 15px rgba(0, 0, 0, .05), 0 5px 2px rgba(0, 0, 1, .05);
    background-color: #74d2e7;
    border: 3px solid #500878;
    display: block;
    border-radius: 20px;
    position: relative;
    top: 10px;
    z-index: 9
}

.order-steps > li.active > a {
    background-color: transparent;
    color: #333
}

    .order-steps > li.active > a:hover {
        color: #34314b;
        background-color: transparent;
        text-decoration: none
    }

.contact-us-page-section {
    position: relative
}

.contact-us-form-section {
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: #fff
}

    .contact-us-form-section .page-section {
        padding: 60px 70px
    }

        .contact-us-form-section .page-section textarea {
            height: 125px
        }

#google-maps {
    width: 100%;
    height: 620px;
    border: none
}

.contact-us-form {
    position: absolute;
    top: 0
}

.content-404 {
    height: 200%;
    text-align: center
}

    .content-404:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.25em
    }

    .content-404 .info-404 {
        display: inline-block;
        vertical-align: middle
    }

        .content-404 .info-404 h1 {
            font-size: 200px;
            font-weight: 600
        }

        .content-404 .info-404 img {
            margin-bottom: 50px;
            max-width: 100%;
            height: auto
        }

        .content-404 .info-404 p {
            color: #666;
            font-size: 30px;
            line-height: 30px;
            font-weight: 600;
            text-transform: uppercase
        }

        .content-404 .info-404 .secondary-link {
            color: #ccc
        }

.sidebar .sidebar-section {
    border-bottom: 5px solid #fafafa;
    padding-bottom: 25px
}

.sidebar .sidebar-title {
    font-size: 24px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 40px 0
}

.sidebar .view-switcher {
    border-bottom: none
}

    .sidebar .view-switcher li > a {
        padding: 0;
        height: 28px;
        width: 28px;
        margin-right: 16px;
        font-size: 28px;
        border: none;
        display: inline-block;
        color: #a1a1a1
    }

        .sidebar .view-switcher li > a:hover {
            text-decoration: none;
            background: rgba(0, 0, 0, 0)
        }

        .sidebar .view-switcher li > a:focus {
            outline: 0
        }

    .sidebar .view-switcher li.active a:hover,
    .sidebar .view-switcher li.active a:focus {
        border: none
    }

@media (max-width:768px) {
    .sidebar .sidebar-sort {
        width: 100% !important
    }
}

.sidebar .sidebar-sort .btn {
    width: 100%;
    border-width: 2px;
    padding: 20px 24px;
    font-size: 18px;
    line-height: 20px;
    color: #999
}

.sidebar .list-color {
    list-style: none;
    padding-left: 0;
    margin-bottom: 80px
}

    .sidebar .list-color:before,
    .sidebar .list-color:after {
        content: " ";
        display: table
    }

    .sidebar .list-color:after {
        clear: both
    }

@media (max-width:768px) {
    .sidebar .list-color {
        text-align: center
    }
}

.sidebar .list-color > li {
    float: left;
    margin-right: 20px
}

@media (max-width:768px) {
    .sidebar .list-color > li {
        float: none;
        display: inline-block
    }
}

.sidebar .list-color > li .color-label .icons {
    width: 40px;
    height: 40px;
    font-size: 40px
}

.sidebar .list-color > li:last-child {
    margin-right: 0
}

.sidebar .list-checkbox > li {
    margin-bottom: 30px
}

    .sidebar .list-checkbox > li label {
        color: #666;
         font-size: 15px;
        line-height: 20px;
        text-transform: uppercase
    }

        .sidebar .list-checkbox > li label input {
            margin-right: 35px
        }

.footer {
    background-color: #e4e4e4;
    font-family: 'Work Sans', sans-serif !important;
    padding: 40px 0;
    font-size: 18px;
    font-weight: 300;
    color: #5d5c5e;
    margin-top: 60px
}

.module-body.text-center.logos {
    text-align: left;
}

    .footer .module {
        margin-bottom: 20px
    }

        .footer .module .module-header .module-title {
            font-size: 18px;
            font-weight: 600;
            line-height: 24px;
            margin-bottom: 10px;
            font-weight: 600er;
        }

        .footer .module .module-body p {
        }

p {
    line-height: 1.6;
}        

    .footer .logos img {
        height: 60px;
        margin: 0px 10px;
        filter: invert(0.7);
    }

    .footer address {
        line-height: 1.6;
        text-transform: uppercase
    }

        .footer address strong {
            font-weight: 600
        }

    .footer .rating-rodape {
        text-align: center;
    }

    .footer form {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .footer .input-group {
        width: 75%
    }

@media (max-width:768px) {
    .footer .input-group {
        margin: 0 auto
    }
}

.footer .form-control {
    border-color: #373636;
    background-color: #373636;
    box-shadow: none;
    color: #666
}

.footer .form-control {
    color: #666
}

.footer .btn {
    border-color: #373636;
    background-color: #373636;
    box-shadow: none
}

.footer .list-social-icons {
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    display: none;
}

    .footer .list-social-icons:before,
    .footer .list-social-icons:after {
        content: " ";
        display: table
    }

    .footer .list-social-icons:after {
        clear: both
    }

@media (max-width:768px) {
    .footer .list-social-icons {
        text-align: center
    }
}

.footer .list-social-icons > li {
    float: left;
    margin-right: 12px
}

@media (max-width:768px) {
    .footer .list-social-icons > li {
        float: none;
        display: inline-block
    }
}

.footer .list-social-icons > li > a {
    display: block;
    height: 40px;
    width: 40px;
    background-color: #7c7c7c
}

    .footer .list-social-icons > li > a:hover,
    .footer .list-social-icons > li > a:focus,
    .footer .list-social-icons > li > a:active {
        background-color: #5d5d5d;
        text-decoration: none
    }

    .footer .list-social-icons > li > a span {
        font-size: 18px;
        color: #fff;
        padding: 10px 12px;
        display: block
    }

.footer .list-social-icons > li:last-child {
    margin-right: 0
}

.footer .list-payment-logos {
    list-style: none;
    padding-left: 0;
    margin-top: 20px
}

    .footer .list-payment-logos:before,
    .footer .list-payment-logos:after {
        content: " ";
        display: table
    }

    .footer .list-payment-logos:after {
        clear: both
    }

@media (max-width:768px) {
    .footer .list-payment-logos {
        text-align: center
    }
}

.footer .list-payment-logos > li {
    float: left;
    margin-right: 16px
}

@media (max-width:768px) {
    .footer .list-payment-logos > li {
        float: none;
        display: inline-block;
        margin-bottom: 10px
    }
}

.footer .list-payment-logos > li:last-child {
    margin-right: 0
}

.footer .list-link {
    list-style: none;
    padding-left: 0;
}

    .footer .list-link > li > a {
        color: #5d5c5e;
        display: block;
        padding: 5px 0
    }

        .footer .list-link > li > a:hover {
            color: #0056b3;
            text-decoration: none
        }

            .footer .list-link > li > a:hover:before {
                /*background-color: #0056b3*/
            }

        .footer .list-link > li > a:before {
            width: 3px;
            height: 13px;
            content: "";
            display: inline-block;
            /*margin-right: 15px;*/
            position: relative;
            top: 2px
        }

.footer .navbar-footer {
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 0;
    border: none;
    margin-bottom: 0;
}





    .footer .navbar-footer .nav > li > a {
        font-weight: 700;
        color: #fff;
        padding: 17.5px 22.5px
    }

    .footer .navbar-footer .navbar-text {
        margin-top: 17.5px;
        margin-bottom: 16.5px;
        font-weight: 600
    }

@media (max-width:1199px) {
    .footer .navbar-footer {
         font-size: 15px;
    }

        .footer .navbar-footer .nav > li > a {
            padding: 17.5px 10.5px;
        }
}

.footer .navbar-footer .copyright-text {
    font-size: 0.7em;
}


@media (max-width:768px) {
    .footer .navbar-footer .copyright-text {
        float: none !important;
        width: 100%
    }
}

@media (max-width:768px) {
    #owl-main .item .container .caption.text-center .big-text {
        font-size: 40px;
        margin-bottom: 80px;
        padding-bottom: 20px
    }

    #owl-main .owl-prev,
    #owl-main .owl-next {
        bottom: -45px
    }

    #product-image-carousel .item .container .caption.text-center .big-text {
        font-size: 40px;
        margin-bottom: 80px;
        padding-bottom: 20px
    }

    #product-image-carousel .owl-prev,
    #product-image-carousel .owl-next {
        bottom: -45px
    }


    .header .block-search {
        margin-top: 0;
        margin-bottom: 10px
    }

    .sidebar .view-switcher li > a {
        margin-right: 10px
    }

    .content-404 .info-404 h1 {
        font-size: 150px
    }

    .content-404 .info-404 img {
        width: 50%
    }
}

@media (min-width:768px) and (max-width:991px) {

    .block-header-links {
        margin-top: 45px
    }

        .block-header-links .nav-header-link {
            text-align: left;
            margin-top: 0;
            margin-right: 0
        }

            .block-header-links .nav-header-link > li a {
                padding: 10px 14px
            }

    #owl-main .item .container .vertical-center {
        padding-top: 8vh
    }

    #product-image-carousel .item .container .vertical-center {
        padding-top: 8vh
    }

    .page-section .section-info .text-md-center {
        text-align: center
    }

    .ar-item-list-view .ar-detail .ar-description {
        margin: 20px 0 17px
    }

    .header .block-search {
        margin-top: 50px
    }

    .row.ar-item .ar-detail,
    .row.ar-item .ar-actions {
        text-align: left
    }

    #ar-image-carousel .item {
        padding: 0 60px;
        height: 610px
    }

    .ar-carousel .carousel-control {
        margin-top: 0
    }
}

@media (min-width:992px) and (max-width:1199px) {
}



.block-monteoseu .section-subtitle {
    margin-top: 5px;
    margin-bottom: 0px;
}


.block-monteoseu .mais-certificados {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    float: right;
}

.block-monteoseu .total-item {
    background-color: #eee;
    height: 100px;
    color: #666;
    padding-top: 10px;
}

.block-monteoseu .total-compra {
    padding: 10px 15px 10px 0;
    background-color: #FFF;
    border-bottom: 1px solid #fafafa;
    height: 80px;
    color: #FFF;
}

@media (max-width:400px) {
    .block-monteoseu .total-item {
        height: 100px;
    }

    .block-monteoseu .total-compra {
        height: 100px;
    }
}


.block-monteoseu .total-item .t1, .produto-carrinho .total-item .t1 {
    font-size: 45px;
    font-weight: 600;
    margin-right: 10px;
}

.block-monteoseu .total-item .t2, .produto-carrinho .total-item .t2 {
    font-size: 16px;
    display: inline-block;
    color: #041e42;
}

.block-monteoseu .total-item .w1 {
    font-size: 40px;
    font-weight: 600;
    margin-right: 10px;
    margin-top: 10px;
    display: inline-block;
    color: #333;
}


.block-monteoseu .total-compra .t1, .produto-carrinho .total-compra .t1 {
    font-size: 45px;
    font-weight: 600;
    margin-right: 10px;
}

.block-monteoseu .total-compra .t2, .produto-carrinho .total-compra .t2 {
    font-size: 16px;
    display: inline-block;
}

.block-monteoseu .total-compra .w1 {
    font-size: 32px;
    font-weight: 600;
    margin-right: 10px;
    margin-top: 10px;
    display: inline-block;
    /* color: #0056b3; */
    color: #6d6a6a;
}

.block-monteoseu .textodesconto {
    color: #34314b;
    text-align: left;
    margin-top: 0;
}


.block-monteoseu .total-item .w2 {
    font-size: 40px;
    font-weight: 600;
    margin-top: 10px;
    display: inline-block;
    float: right;
}

@media (max-width:768px) {

    .block-monteoseu .total-item .w2 .btn {
        font-size: 15px;
        padding-top: 15px;
    }
}


/*
.block-monteoseu .monte-item {
  background-color: #c1d4f8;
  border: 2px solid white;
  height: 270px;
}

.block-monteoseu .section-subtitle{
  font-weight: 600;
}
*/

.block-monteoseu .monte-item {
    background-color: #eee;
    /*border: 3px solid #500878;*/
    border: 3px solid #FFF;
    height: 690px;
    margin: 0 0 6px 0;
    padding-top: 20px;
}

.block-monteoseu .section-subtitle {
    font-weight: 600;
}


.block-monteoseu .list {
    list-style: none;
    padding: 20px 0 0 0;
}

    .block-monteoseu .list > li > label {
        color: #34314b;
        padding: 10px;
    }

        .block-monteoseu .list > li > label:hover {
            text-decoration: none
        }

        .block-monteoseu .list > li > label img {
            margin-left: 10px;
        }

.block-monteoseu .checkbox,
.block-monteoseu .radio {
    margin-right: 0;
}

    .block-monteoseu .checkbox .icons,
    .block-monteoseu .radio .icons {
        color: #34314b;
    }

.block-monteoseu .b1 .radio .icons {
    margin-top: 15px;
}

.block-monteoseu .b2 .radio .icons {
    margin-top: 10px;
}

.block-monteoseu .b3 .radio .icons {
    margin-top: 20px;
    margin-right: 10px;
}

.block-monteoseu .b1 .radio .icons,
.block-monteoseu .b2 .radio .icons,
.block-monteoseu .b3 .radio .icons {
    margin-left: 5px;
}

.block-monteoseu .b4 .checkbox .icons {
    margin-top: 20px;
}

.block-monteoseu .b4 .checkbox .icone {
    margin-left: 20px;
}

.block-monteoseu .b1 .radio {
    /*margin-top: 40px;*/
    margin-bottom: 40px;
}

.block-monteoseu .b2 .radio {
    margin-bottom: 15px;
}

.block-monteoseu .b3 .radio {
    /*margin-top: 20px;*/
}

.block-monteoseu .list.b3 > li > label > .icone {
    margin-left: 20px;
}

.block-monteoseu .checkbox.checked,
.block-monteoseu .radio.checked {
    color: #041e42;
    background-color: #74d2e7;
    font-weight: 600;
}


.block-monteoseu .list > li > label > .icone {
    font-size: 40px;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    font-weight: 600;
    line-height: 40px;
}

.block-monteoseu .list > li > label > span {
    vertical-align: middle;
}

.block-monteoseu .list > li .ql br {
    display: none;
}

.block-monteoseu .list .ql {
    display: inline-block;
    margin: 0;
    padding: 0;
}


@media (min-width:768px) and (max-width:991px) {

    .block-monteoseu .list > li .ql br {
        display: block;
    }

    .block-monteoseu .monte-item {
        padding-left: 5px;
        padding-right: 5px;
    }
}


@-webkit-keyframes moveFromLeft {
    from {
        -webkit-transform: translateX(-100%);
    }

    to {
        -webkit-transform: translateX(0%);
    }
}

@-moz-keyframes moveFromLeft {
    from {
        -moz-transform: translateX(-100%);
    }

    to {
        -moz-transform: translateX(0%);
    }
}

@-ms-keyframes moveFromLeft {
    from {
        -ms-transform: translateX(-100%);
    }

    to {
        -ms-transform: translateX(0%);
    }
}

@-webkit-keyframes moveFromRight {
    from {
        -webkit-transform: translateX(100%);
    }

    to {
        -webkit-transform: translateX(0%);
    }
}

@-moz-keyframes moveFromRight {
    from {
        -moz-transform: translateX(100%);
    }

    to {
        -moz-transform: translateX(0%);
    }
}

@-ms-keyframes moveFromRight {
    from {
        -ms-transform: translateX(100%);
    }

    to {
        -ms-transform: translateX(0%);
    }
}

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(100%);
    }

    to {
        -webkit-transform: translateY(0%);
    }
}

@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(100%);
    }

    to {
        -moz-transform: translateY(0%);
    }
}

@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(100%);
    }

    to {
        -ms-transform: translateY(0%);
    }
}


.page-title, h1.page-title {
    font-weight: 600;
    text-transform: uppercase;
}


.pageHeader {
    /*height: 70px;*/
    height: 2em;
}

.pageHeader .page-title h1, h1.page-title {
    color: #797979;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 0;
}

@media (max-width: 768px) {
    .pageHeader .page-title h1, h1.page-title {
        font-size: 32px !important;
        line-height: 18px;
        margin-top: 10px;
    }
}

@media (min-width: 768px) {
    .pageHeader .page-title h1, h1.page-title {
        font-size: 18px !important;
        line-height: 70px;
    }
}

@media (min-width: 768px) {
    .pageHeader .page-title h1, h1.page-title {
        font-size: 24px !important;
    }
}

@media (min-width: 992px) {
    .pageHeader .page-title h1, h1.page-title {            
        font-size: 5.12rem !important;
        text-shadow: 0px 0px 5px #000;
    }
}

.navigation-title {
    font-size: 16px;
}

.pageHeader ol.breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
    padding: 0;
}

@media (max-width: 768px) {
    .pageHeader ol.breadcrumb {
        float: left !important;
        min-height: 15px;
    }
}

@media (min-width: 768px) {
    .pageHeader ol.breadcrumb {
        float: right !important;
        min-height: 20px;
        margin-top: 10px;
        text-align: right;
    }

    .pageHeader ol.breadcrumb.pull-left {
        float: left !important;
        min-height: 20px;
        margin-left: 15px;
        text-align: left;
        color: #000 !important;
        text-transform: none !important;
        z-index: 10 !important;
    }
}

.pageHeader ol.breadcrumb .active {
    color: #000000;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .pageHeader ol.breadcrumb .active {
        font-size: 12px;
    }
}

@media (min-width: 768px) {
    .pageHeader ol.breadcrumb .active {
        font-size: 12px;
    }
}

@media (min-width: 768px) {
    .pageHeader ol.breadcrumb li + li::before {
        padding: 0;
    }
}

@media (min-width: 768px) {
    .pageHeader ol.breadcrumb li + li::before {
        padding: 0 3px;
    }
}

.pageHeader ol.breadcrumb li a {
    color: #000000;
    transition: all 0.3s ease-in-out;    
    font-weight: 300;
}

    .pageHeader ol.breadcrumb li a:hover {
        opacity: .9;
    }

@media (min-width: 768px) {
    .pageHeader ol.breadcrumb li a {
        font-size: 15px;
        line-height: 15px;
    }
}

@media (min-width: 768px) {
    .pageHeader ol.breadcrumb li a {
        font-size: 15px;
        line-height: 20px;
    }
}

@media (min-width: 768px) {
    .pageHeader ol.breadcrumb li a {
        font-size: 17px;
    }
}

.page-header h3 {
    margin-bottom: 0;
}

.page-header {
    margin: 0 0 17px 0;
    border-bottom: 5px solid #e4e4e4;
}

    .page-header h4 {
        margin-bottom: 0;
        text-transform: uppercase;
    }

.lightSection {
    background-color: #fff;
}


/* BLOCKS NAVIGATION */
.block-navigation {
}

    .block-navigation .block-title {
        border-bottom: 0;
        margin-bottom: 0;
        padding: 3px 5px;
    }

        .block-navigation .block-title h3 {
            color: #333;
            font-size: 15px;
        }

    .block-navigation ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .block-navigation ul li {
            position: relative;
            border-bottom: 1px solid #c6c6c6;
        }

            .block-navigation ul li.item-1 {
                border-top: 1px solid #c6c6c6;
            }

            .block-navigation ul li a {
                padding: 7px 5px 7px 5px; /* background: url(../images/link_arrow_2.png) no-repeat 6px center; */
                color: #500878;
                font-size: 15px;
                display: block;
                font-family: 'Montserrat', sans-serif;
                font-weight: 600;
            }

            .block-navigation ul li.active > a {
                background-color: #f2f2f2 !important;
            }

            .block-navigation ul li a:hover {
                background-color: #f8f8f8;
            }

            .block-navigation ul li.level-2 a {
                background-position: 15px center;
                padding: 7px 10px 7px 24px;
            }

            .block-navigation ul li:last-child {
                border-bottom: 0;
            }

            .block-navigation ul li li a {
                font-weight: normal;
            }


.col-left, .col-right {
    padding-right: 0px;
    padding-left: 0px;
}

/* ARTICLES */
.block-articles .block-title {
}

    .block-articles .block-title h1,
    .block-articles .block-title h2,
    .block-articles .block-title h3 {
        background: none;
         font-size: 15px;
        color: #666666;
    }

/* ARTICLES GRID */
.articles-grid .article {
    float: left;
    margin-bottom: 15px;
    padding-bottom: 25px;
    position: relative;
}

    .articles-grid .article.last {
        margin: 0 !important;
    }

    .articles-grid .article .content {
        overflow: hidden;
        color: #666;
        line-height: 16px;
        text-align: justify;
    }

    .articles-grid .article .title a,
    .articles-grid .article .title {
        color: #B31717 !important;
         font-size: 15px;
        margin-bottom: 5px;
        text-transform: uppercase;
    }

    .articles-grid .article .article-image {
        margin-bottom: 5px;
        padding: 5px;
        background: #eee;
        border-radius: 5px;
        border: 1px solid #ddd;
    }

    .articles-grid .article .actions {
        position: absolute;
        bottom: 0;
        text-align: right;
        width: 100%;
    }

        .articles-grid .article .actions .link {
            color: #D15E85;
            font-size: 15px;
            font-weight: 600;
            cursor: pointer;
        }

.articles-grid.grid-4-cols .article {
    height: 230px;
    width: 23%;
    margin-right: 2.6%;
}

.articles-grid.grid-3-cols .article {
    height: 295px;
    width: 31.5%;
    margin-right: 2.6%;
}

.articles-grid.grid-2-cols .article {
    height: 335px;
    width: 48.5%;
    margin-right: 2.6%;
}


/* PAGINATION */
.pagination {
    margin-bottom: 5px;
    text-align: right;
}

/* ARTICLES LIST */
ul.articles-list {
    list-style: none;
    margin: 0px 10px 0px 10px;
    padding: 0;
}

.articles-list .article {
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

    .articles-list .article:last-child {
        border-bottom: 0;
        margin-bottom: 0;
    }

    .articles-list .article .article-images {
        width: 160px;
    }

        .articles-list .article .article-images li {
            margin-bottom: 10px;
        }

            .articles-list .article .article-images li:last-child {
                margin-bottom: 0;
            }

    .articles-list .article .content {
        line-height: 16px;
        color: #666;
        margin-bottom: 10px;
        text-align: justify;
    }

        .articles-list .article .content p {
            margin-bottom: 10px;
        }

.destaque {
    margin-bottom: 10px;
    color: #500878;
     font-size: 15px;
    font-weight: 600;
}

.articles-list .article .content .title {
    color: #500878;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
}

    .articles-list .article .content .title a {
        color: #ED1C24;
        text-decoration: none;
    }

.articles-list .article .content ul,
.articles-list .article .content ol {
    margin-left: 20px;
    margin-bottom: 10px;
}

.articles-list .article.images-off-text-left .article-images,
.articles-list .article.images-in-text-left .article-images {
    float: left;
    margin-right: 10px;
}

.articles-list .article .actions {
    text-align: right;
    position: absolute;
    bottom: 15px;
    width: 100%;
}

    .articles-list .article .actions .link {
        color: #D15E85;
        font-size: 15px;
        font-weight: 600;
        cursor: pointer;
    }

.articles-list .article .content ul {
    list-style: disc outside;
}

.articles-list .article.images-off-text-right .article-images,
.articles-list .article.images-in-text-right .article-images {
    float: right;
    margin-left: 10px;
}

.articles-list .article.images-off-text-left .content {
    margin-left: 170px;
}

.articles-list .article.images-off-text-right .content {
    margin-right: 170px;
}

/* ARTICLES LIST */
.articles-extensible-pannels {
}

    .articles-extensible-pannels .article {
        position: relative;
    }

        .articles-extensible-pannels .article .collapsable {
            padding-bottom: 15px;
            display: none;
        }

        .articles-extensible-pannels .article .article-images {
            width: 160px;
        }

            .articles-extensible-pannels .article .article-images li {
                margin-bottom: 10px;
            }

                .articles-extensible-pannels .article .article-images li:last-child {
                    margin-bottom: 0;
                }

        .articles-extensible-pannels .article .content {
            line-height: 16px;
            color: #666;
            margin-bottom: 30px;
        }

            .articles-extensible-pannels .article .content p {
                margin-bottom: 10px;
            }

        .articles-extensible-pannels .article .title {
            color: #C21010;
             font-size: 15px;
            text-transform: uppercase;
            margin-bottom: 5px;
            color: #666;
            padding: 6px;
            cursor: pointer;
            background: #ebebeb no-repeat 98% 9px url(../images/arrow_down.png);
        }

            .articles-extensible-pannels .article .title:hover {
                background-color: #ddd;
            }

            .articles-extensible-pannels .article .title.opened {
                background-image: url(../images/arrow_up.png);
            }

        .articles-extensible-pannels .article.images-off-text-left .article-images,
        .articles-extensible-pannels .article.images-in-text-left .article-images {
            float: left;
            margin-right: 10px;
        }

        .articles-extensible-pannels .article .actions {
            text-align: right;
        }

        .articles-extensible-pannels .article.images-off-text-right .article-images,
        .articles-extensible-pannels .article.images-in-text-right .article-images {
            float: right;
            margin-left: 10px;
        }

        .articles-extensible-pannels .article.images-off-text-left .content {
            margin-left: 170px;
        }

        .articles-extensible-pannels .article.images-off-text-right .content {
            margin-right: 170px;
        }

/* ARTICLES TABS */
.articles-tabs-titles {
}

    .articles-tabs-titles li {
        float: left;
        padding: 10px;
        display: block;
        margin-left: 5px;
        cursor: pointer;
        text-transform: uppercase;
        font-size: 15px;
        color: #666;
        font-weight: 600;
    }

        .articles-tabs-titles li.selected {
            background: #ebebeb;
        }

.articles-tabs {
}

    .articles-tabs .article {
        position: relative;
        border: 2px solid #ebebeb;
        padding: 10px;
    }

        .articles-tabs .article.hide {
            display: none;
        }

        .articles-tabs .article .article-images {
            width: 160px;
        }

            .articles-tabs .article .article-images li {
                margin-bottom: 10px;
            }

                .articles-tabs .article .article-images li:last-child {
                    margin-bottom: 0;
                }

        .articles-tabs .article .content {
            line-height: 16px;
            color: #666;
            margin-bottom: 30px;
        }

            .articles-tabs .article .content p {
                margin-bottom: 10px;
            }

            .articles-tabs .article .content .title {
                color: #C21010;
                 font-size: 15px;
                text-transform: uppercase;
                margin-bottom: 5px;
            }

                .articles-tabs .article .content .title a {
                    color: #C21010;
                }

        .articles-tabs .article.images-off-text-left .article-images,
        .articles-tabs .article.images-in-text-left .article-images {
            float: left;
            margin-right: 10px;
        }

        .articles-tabs .article .actions {
            text-align: right;
        }

        .articles-tabs .article.images-off-text-right .article-images,
        .articles-tabs .article.images-in-text-right .article-images {
            float: right;
            margin-left: 10px;
        }

        .articles-tabs .article.images-off-text-left .content {
            margin-left: 170px;
        }

        .articles-tabs .article.images-off-text-right .content {
            margin-right: 170px;
        }


.box1 {
    background-color: #c1d4f8;
    color: #34314b;
    padding: 5px;
}

.box2 {
    background-color: #74d2e7;
}

.box3 {
    background-color: #4F4F4F;
}




.cms-cart .blocks-wrapper {
    padding: 0;
}

.cms-cart .msg {
    margin: 10px;
}

.cart {
    padding: 15px;
}

    .cart .subtitle {
        color: #500878;
        font-size: 20px;
        margin-bottom: 10px;
    }

    .cart table {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 15px;
    }

        .cart table th,
        .cart table td {
            padding: 10px 5px;
        }

        .cart table th {
            background: #FBFBFB;
             font-size: 15px;
            font-weight: 600;
            color: #500878;
        }

        .cart table td {
            border-bottom: 1px solid #cccccc;
        }

            .cart table td .product-image {
                float: left;
                padding: 0;
                margin: 0 10px 0 0;
            }

                .cart table td .product-image img {
                    border: 0;
                    padding: 0;
                    margin: 0;
                    border: 1px solid #ddd;
                }

            .cart table td .product-title {
                color: #666;
                margin-bottom: 5px;
                font-size: 15px;
            }

                .cart table td .product-title a {
                    color: #666
                }

            .cart table td.price {
                color: #666;
            }

        .cart table tfoot td {
             font-size: 15px;
            font-weight: 600;
            color: #666;
        }

            .cart table tfoot td.price {
                color: #666;
            }

                .cart table tfoot td.price.tax {
                    color: #666;
                }

    .cart .actions .button-grey,
    .cart .actions .button-green {
        font-weight: 600;
    }

    /* begin-sperint7-gov-bx6 */
    .cart .actions {
        display: flex;
        justify-content: space-between;
    }
    /* end */

    .cart .input-text {
        width: 50px;
        padding: 2px;
        border: 1px solid #ccc;
        text-align: center;
    }

    .cart p.destaque {
        margin-bottom: 10px;
        color: #500878;
         font-size: 15px;
        font-weight: 600;
    }

    .cart table td .input-group {
        width: 120px;
        margin: auto;
    }

.btn-number {
    color: #666;
}



.addtocart-confirmation p {
    color: #333;
    font-size: 15px;
    margin-bottom: 15px;
}

.addtocart-confirmation button {
    font-weight: 600;
}

/*.box { padding: 20px; width: 299px;  }
*/
.box p {
    margin-bottom: 10px;
}

.box .box-title {
    color: #500878;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.box .box-subtitle {
    color: #666;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.box label {
    display: block;
    color: #333;
}

.box input {
    display: block;
    background: #fff;
    width: 100%;
}

div.customer {
    margin: 20px;
}

.customer .login-box {
    background: #FBFBFB;
}

    .customer .login-box .questions {
        float: left;
    }

        .customer .login-box .questions a {
            display: block;
            color: #333;
        }

.customer .register-box {
    border: 1px solid #ccc;
}

.customer-login .box .actions {
    float: right;
    text-align: right;
}

    .customer-login .box .actions .button-green {
        font-weight: 600;
    }

.customer-register .actions {
    text-align: right;
}

.customer-recover-password .box {
    background: #FBFBFB;
    width: 660px;
}

.customer-recover-password input {
    display: inline;
    margin-right: 20px;
}

.customer-menu {
    background: url(../images/bg_pages.png);
    height: 27px;
    padding-top: 0px;
    padding-left: 25px;
}

    .customer-menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .customer-menu li {
        float: left;
         font-size: 15px;
        color: #bbbbbb;
    }

        .customer-menu li a {
            padding: 5px 14px;
            display: block;
            text-decoration: none;
        }

        .customer-menu li.current {
            background: #fff;
            color: #500878;
            font-weight: 600;
        }

            .customer-menu li.current a {
                color: #666;
            }


/* FORM FIELDS */
.form-fields {
    margin-bottom: 30px;
}

    .form-fields label {
        display: block;
    }

        .form-fields label .required {
            color: #500878;
        }

        .form-fields label .gray {
            color: #A2A2A2;
        }

    .form-fields select,
    .form-fields input,
    .form-fields textarea {
        padding: 4px;
        border-radius: 4px;
        border: 1px solid #ccc;
        margin-bottom: 10px;
        color: #666;
    }

    .form-fields select {
        width: 474px;
    }

        .form-fields select.error,
        .form-fields select.other-error,
        .form-fields input.error,
        .form-fields input.other-error,
        .form-fields textarea.other-error,
        .form-fields textarea.error,
        .form-fields div.error { /* begin-issue_165 */
            box-shadow: 0 0 6px red !important;
            background-color: #ffe0e1;
        }

        .form-fields select:focus,
        .form-fields input:focus,
        .form-fields textarea:focus {
            box-shadow: 0 0 4px #500878;
        }

    .form-fields .readonly {
        background-color: #eee !important;
    }

    .form-fields textarea {
        height: 150px;
    }

    .form-fields .submit {
        text-align: right;
    }

    .form-fields .fieldset {
        margin-bottom: 15px;
    }

    .form-fields .certificate-title {
        border: 1px solid #ddd;
        font-size: 15px;
        padding: 6px 10px;
        color: #fff;
        margin-bottom: 15px;
        background: #500878;
    }

    .form-fields .actions .renewal-warning {
        font-size: 15px;
    }

    .form-fields .dataLabel {
        border-radius: 0px;
        border: none;
        padding: 4px;
        margin-bottom: 10px;
        color: #666;
    }


    .form-fields .row-1-field {
        clear: both;
    }

        .form-fields .row-1-field .field textarea,
        .form-fields .row-1-field .field input {
            width: 97.5%;
        }

    .form-fields .hidden-group {
        display: none;
    }

    .form-fields .row-2-fields {
        clear: both;
    }

        .form-fields .row-2-fields .field {
            width: 50%;
            float: left;
        }

            .form-fields .row-2-fields .field textarea {
                width: 95%;
            }

            .form-fields .row-2-fields .field input {
                width: 95%;
            }

            .form-fields .row-2-fields .field select {
                width: 97.9%;
            }

            .form-fields .row-2-fields .field .cip_type {
                width: 10px;
            }

            .form-fields .row-2-fields .field .cip_serial {
                width: 314px;
            }

        .form-fields .row-2-fields .zip-code .zip-1 {
            width: 55%;
        }

        .form-fields .row-2-fields .zip-code .zip-2 {
            width: 25%;
        }

    .form-fields legend {
        color: #666;
        font-size: 15px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 10px;
        text-transform: uppercase;
        padding-bottom: 5px;
        font-weight: 600;
    }

    .form-fields .field-error {
        color: #500878;
        margin-top: -5px;
        margin-bottom: 10px;
        display: block;
        font-weight: 600;
    }

.clear {
    clear: both;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.middle {
    vertical-align: middle;
}

.nowrap {
    white-space: nowrap;
}

.old-price {
    text-decoration: line-through;
    opacity: 0.8;
}

ul.sembola {
    list-style: none;
    margin-left: -40px;
}


.checkout-payment .msg {
    margin: 15px;
}

.checkout-payment .blocks-wrapper {
    padding: 0;
}

.checkout-payment .payment {
}

.alert {
    padding: 0;
    padding-top: 15px;
}

.checkout-payment h2 {
    color: #500878;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
}

.checkout-payment .payment p {
     font-size: 15px;
    margin-bottom: 20px;
}

.checkout-payment-pagseguro .msg,
.checkout-payment-paypal .msg {
    margin: 15px;
}

.checkout-payment-pagseguro .blocks-wrapper,
.checkout-payment-paypal .blocks-wrapper {
    padding: 0;
}

.checkout-payment-pagseguro h2,
.checkout-payment-paypal h2 {
    color: #500878;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
}

.checkout-payment-pagseguro .payment,
.checkout-payment-paypal .payment {
    padding: 20px;
}

.checkout-payment .customer-financial-data {
    margin-bottom: 10px;
}

    .checkout-payment .customer-financial-data table {
        border: 1px solid #ccc;
        width: 100%;
    }

        .checkout-payment .customer-financial-data table td {
            padding: 5px;
            vertical-align: top;
        }

            .checkout-payment .customer-financial-data table td.label {
                font-weight: 600;
                width: 110px;
                color: #222;
            }

.checkout-payment .payment ul li {
    margin-bottom: 15px;
}

    .checkout-payment .payment ul li img {
        display: block;
        margin-bottom: 10px;
        cursor: pointer;
    }

        .checkout-payment .payment ul li img:hover {
            box-shadow: 0 0 4px #500878;
        }

    .checkout-payment .payment ul li label {
        cursor: pointer;
        font-weight: 600;
        color: #333;
    }

    .checkout-payment .payment ul li input {
        cursor: pointer;
    }

.checkout-payment .payment .actions {
    text-align: right;
}



/* DATAGRID */
.datagrid {
    width: 100%;
}

    .datagrid thead tr.sorters {
        background: #ddd;
    }

    .datagrid thead tr.filters {
        background: #eee;
    }

    .datagrid thead tr.mass-actions select {
        padding: 4px;
        border-radius: 4px;
        border: 1px solid #ccc;
        color: #666;
    }

    .datagrid thead tr.mass-actions th {
        padding: 3px 0;
    }

    .datagrid thead tr.sorters th {
        font-size: 11px;
        vertical-align: top;
        padding: 2px 5px;
        font-weight: 600;
        color: #222;
    }

    .datagrid thead tr.filters th {
        padding: 7px;
        font-weight: 600;
        color: #222;
        vertical-align: top;
        border-bottom: 1px solid #ccc;
    }

    .datagrid tbody td {
        padding: 3px 5px;
        font-size: 13px;
        border-bottom: 1px solid #ccc;
    }

    .datagrid thead tr.filters .select,
    .datagrid thead tr.filters .number input,
    .datagrid thead tr.filters .date input,
    .datagrid thead tr.filters .text {
        width: 100%;
        background: #fff;
        border: 1px solid #aaa;
        padding: 2px;
        font-size: 15px;
        display: block;
    }

    .datagrid thead tr.filters .number input,
    .datagrid thead tr.filters .date input,
    .datagrid thead tr.filters .text {
        padding: 2px;
    }

    .datagrid thead tr.filters .number {
        width: 100%;
    }

        .datagrid thead tr.filters .date label,
        .datagrid thead tr.filters .number label {
            display: table-cell;
            vertical-align: middle;
            padding-right: 5px;
        }

        .datagrid thead tr.filters .date span,
        .datagrid thead tr.filters .number span {
            display: table-cell;
            width: 100%;
        }

        .datagrid thead tr.filters .date input,
        .datagrid thead tr.filters .number input {
            width: 100%;
        }

        .datagrid thead tr.filters .date .trow,
        .datagrid thead tr.filters .number .trow {
            width: 100%;
            display: block;
            height: 27px;
        }

    .datagrid thead tr.filters .date input {
        min-width: 70px;
    }

    .datagrid .sorter {
        text-decoration: none;
        display: block;
        padding-right: 15px;
    }

        .datagrid .sorter.desc {
            background: url(../images/small_arrow_down.png) no-repeat center right;
        }

        .datagrid .sorter.asc {
            background: url(../images/small_arrow_up.png) no-repeat center right;
        }


    .datagrid .fred {
        background-color: Tomato;
    }

    .datagrid .forange {
        background-color: Bisque;
    }

    .datagrid .fgreen {
        background-color: LightGreen;
    }

    .datagrid .riscado {
        text-decoration: line-through;
    }






.datepicker,
.datetimepicker {
    background: url(../images/datepicker.png) #74d2e7right 5px center no-repeat !important;
}



.pager-and-filter-actions {
    width: 100%;
}

.pager {
    margin: 5px 0;
}

    .pager ul {
        float: left;
    }

    .pager li {
        float: left;
        background: url(../images/bg_bt.png) repeat-x scroll 0 0 #C78181;
        margin-left: 3px;
    }

        .pager li:hover {
            background-image: url(../images/bg_bt_over.png);
        }

        .pager li.selected {
            background: url(../images/bg_bt2.png) repeat-x scroll 0 0 #B6B6B6;
        }

        .pager li a {
            color: #fff;
            text-decoration: none;
            padding: 3px 5px;
        }

        .pager li.selected a {
            color: #333;
        }

.filter-actions {
    text-align: right;
}


.certificates-menu {
    padding: 9px 15px;
    border-bottom: 1px solid #ccc;
}

    .certificates-menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .certificates-menu ul li {
            float: left;
        }

            .certificates-menu ul li a {
                padding: 0 15px;
                font-size: 15px;
                border-left: 1px solid #aaa;
            }

            .certificates-menu ul li.first a {
                border: 0;
                padding-left: 0;
            }

            .certificates-menu ul li.current a {
                text-decoration: none;
                color: #555;
            }

/* CERTIFICATES */
.certificates-list {
    padding: 15px;
}

.padding-15 {
    padding: 15px;
}


.msg ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#response,
.msg {
    padding: 10px 20px;
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
}

    #response .success,
    .msg-succ {
        background: #e2f0f1;
        color: #007f8b;
        border: 1px solid #007f8b;
    }

        .msg-succ a {
            color: #007f8b;
        }

    #response .error,
    .msg-error {
        background: #f2dada;
        color: #B51911;
        border: 1px solid #B51911;
    }

        .msg-error a {
            color: #500878;
        }

.msg-notice {
    background: #FFC;
    color: #500878;
    border: 1px solid #DE0000;
}

    .msg-notice a {
        color: #500878;
    }

.msg a {
    font-weight: 600;
}

#response div {
    padding: 6px;
}

.msg-info {
    background: #f5f5f5;
    border: 1px solid #c9c9c9;
    padding: 20px 0;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}



.customer-certificates .flash-msg {
    margin: 10px;
}

.cms-checkout .flash-msg {
    margin: 10px;
}

.button-remove {
    display: block;
    cursor: pointer;
}

    .button-remove:hover {
        color: #500878;
    }

.support-center-slots {
    margin-bottom: 10px;
}

    .support-center-slots ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .support-center-slots li {
        margin-bottom: 5px;
         font-size: 15px;
    }

        .support-center-slots li span {
            color: #444;
            display: block;
            float: left;
            margin-left: 10px;
        }

        .support-center-slots li .slot {
            background: #fff;
            border: 1px solid #d4d4d4;
            padding: 5px 6px;
            margin-bottom: 5px;
        }

            .support-center-slots li .slot:hover {
                background: #c1d4f8;
                cursor: pointer;
            }

            .support-center-slots li .slot.selected {
                background: #500878;
                color: #fff;
            }

    .support-center-slots .dia {
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        border: 3px solid #FFF;
        background-color: #FBFBFB;
        padding: 0;
    }

    .support-center-slots .cont {
        margin: 10px;
    }

    .support-center-slots .date {
        width: 100%;
        background-color: #500878;
        color: #FFF;
        text-align: center;
        padding: 3px;
    }

@media (min-width:992px) and (max-width:1199px) {
    .support-center-slots li span {
        margin-left: 18px;
    }
}

.support-centers ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.support-centers li {
    width: 100%;
    margin-bottom: 10px;
}

.support-centers .image {
    float: left;
    position: relative;
}

    .support-centers .image span {
        display: block;
        background: url(../images/magnifier.png) no-repeat bottom right;
        width: 46px;
        height: 46px;
        position: absolute;
        z-index: 999;
        bottom: 5px;
        right: 0;
        cursor: pointer;
        z-index: 999;
    }

.support-centers .description {
    margin-left: 180px;
    min-height: 130px;
}

    .support-centers .description .title {
        color: #666;
        font-size: 13px;
        margin-bottom: 5px;
    }

.support-centers-search {
    background: #FBFBFB;
    padding: 15px;
    margin-bottom: 15px;
    position: relative;
}

    .support-centers-search p.title {
        font-size: 15px;
        font-weight: 600;
        color: #333;
    }

    .support-centers-search p {
        margin-bottom: 10px;
    }

    .support-centers-search .search-box {
        width: 500px;
        margin: 0 auto;
    }

        .support-centers-search .search-box label {
            width: 120px;
            display: inline-block;
            color: #333;
            font-size: 13px;
            font-weight: 600;
        }

        .support-centers-search .search-box input,
        .support-centers-search .search-box select {
            border: 1px solid #ccc;
            padding: 2px;
            background: #fff;
            width: 230px;
            margin-bottom: 5px;
            color: #333;
        }

        .support-centers-search .search-box input {
            width: 224px;
        }

    .support-centers-search .clear-filter {
        position: absolute;
        bottom: 20px;
        right: 20px;
    }

@media (min-width:960px) {
    .support-centers ul {
        margin: 0;
        padding: 0;
        list-style: none;
        --display: -webkit-inline-box;
        overflow: hidden;
        display: grid;
        grid-template-columns: repeat(4, auto);
    }


    li:nth-child(4) .supportcenter {
        grid-column: 4;
    }

    li:nth-child(4) .supportcenter_selected {
        grid-column: 0;
    }
    
   
    .support-centers .image {
        float: none;
        position: relative;
    }

        .support-centers .image span {
            display: block;
            background: url(../images/magnifier.png) no-repeat bottom right;
            width: 46px;
            height: 46px;
            position: absolute;
            z-index: 999;
            bottom: 5px;
            right: 0;
            cursor: pointer;
            z-index: 999;
        }

    .support-centers .description {
        width: 240px !important;
        margin-left: 0;
        height: 160px;
    }

        .support-centers .description .title {
            color: #666;
            font-size: 13px;
            margin-left: 0;
        }
}

@media (max-width:960px) {
    .support-centers li .actions {
        float: right;
    }
}

.centralpag {
    display: none;
}

.centralpag {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -60px;
    width: 400px;
    height: 150px;
    border: 3px solid #500878;
    padding: 15px;
    background: #c1d4f8;
    z-index: 9999;
    text-align: center;
    box-shadow: 10px 10px 10px #222;
}

    .centralpag p {
        color: #333;
        font-size: 15px;
        margin-bottom: 15px;
    }


/*.addtocart-confirmation p { color: #333; font-size: 15px; margin-bottom: 15px; font-weight: 600; }*/



/* PRODUCTS GRID */
.products-grid ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .products-grid ul li {
        width: 32%;
        margin-right: 1.9%;
        float: left;
        height: 345px;
    }

        .products-grid ul li .image-container {
            padding: 5px;
            border: 2px solid #ddd;
        }

        .products-grid ul li.last {
            margin-right: 0;
        }

        .products-grid ul li .image {
            cursor: pointer;
        }

        .products-grid ul li .title {
            color: #666;
             font-size: 15px;
            font-weight: normal;
            margin: 5px 0;
            height: 35px;
        }

            .products-grid ul li .title a {
                color: #666;
                text-transform: uppercase;
                font-weight: 600;
            }

        .products-grid ul li .intro {
            color: #666;
            line-height: 16px;
            height: 80px;
            overflow: hidden;
            margin-bottom: 5px;
        }

            .products-grid ul li .intro p {
                margin-bottom: 5px;
            }

            .products-grid ul li .intro ul {
                margin-left: 20px;
                list-style: disc outside;
                margin-bottom: 5px;
            }

                .products-grid ul li .intro ul li {
                    height: auto;
                    float: none;
                }

        .products-grid ul li .price {
            margin-bottom: 10px;
            font-weight: 600;
        }

        .products-grid ul li .actions {
            font-weight: 600;
            text-align: right;
        }

            .products-grid ul li .actions a {
                color: #fff;
            }

/* PRODUCTS LIST */
.products-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .products-list ul li {
        padding: 10px;
        border-bottom: 1px solid #cccccc;
        background: url(../images/bg_product_list.png) repeat-x #eaeaea;
    }

        .products-list ul li.first {
            border-top: 1px solid #cccccc;
        }

        .products-list ul li .image-container {
            width: 200px;
            float: left;
        }

            .products-list ul li .image-container img {
                border: 0
            }

        .products-list ul li .description {
            margin-left: 215px;
        }

        .products-list ul li .image {
            cursor: pointer;
        }

        .products-list ul li .title {
            color: #C21010;
             font-size: 15px;
            font-weight: normal;
            margin: 5px 0 10px;
        }

            .products-list ul li .title a {
                color: #666;
                font-weight: 600;
            }

        .products-list ul li .intro {
            color: #666;
            line-height: 16px;
            overflow: hidden;
            margin-bottom: 5px;
            font-size: 15px;
        }

            .products-list ul li .intro p {
                margin-bottom: 5px;
            }

        .products-list ul li .price {
            float: left;
            font-size: 13px;
            color: #333;
            margin-top: 4px;
        }

        .products-list ul li .actions {
            font-weight: 600;
            text-align: right;
        }

            .products-list ul li .actions a {
                color: #fff;
                display: inline-block;
            }

        .products-list ul li li {
            height: auto;
            float: none;
            width: auto;
            margin-bottom: 5px;
            border: 0;
            padding: 0;
            background: none;
            list-style: disc outside;
            margin-left: 20px;
        }


/* CATALOG */

.category-description {
    line-height: 18px;
    margin-bottom: 5px;
}

    .category-description p {
        margin-bottom: 5px;
    }

        .category-description p.destaque {
            margin-bottom: 15px;
            color: #500878;
             font-size: 15px;
            font-weight: 600;
        }

    .category-description ul {
        margin-bottom: 10px;
        margin-left: 30px;
        list-style: outside disc;
    }

    .category-description ol {
        margin-bottom: 10px;
        margin-left: 30px;
        list-style: decimal outside;
    }

/* CATALOG CATEGORIES */
.categories-list {
}

    .categories-list ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .categories-list ul li {
            padding: 15px;
            border-bottom: 1px solid #cccccc;
            background: url(../images/bg_product_list.png) repeat-x #eaeaea;
        }

            .categories-list ul li.last {
                margin-right: 0;
            }

            .categories-list ul li:first-child {
                border-top: 1px solid #cccccc;
            }

            .categories-list ul li .image {
                cursor: pointer;
                float: left;
                width: 170px;
            }

                .categories-list ul li .image img {
                    border: 1px solid #ccc;
                }

            .categories-list ul li .container {
                margin-left: 190px;
            }

            .categories-list ul li .title {
                color: #666;
                font-size: 13px;
                font-weight: 600;
                margin: 5px 0;
                text-transform: uppercase;
            }

                .categories-list ul li .title a {
                    color: #666;
                    text-decoration: none;
                }

            .categories-list ul li .intro {
                color: #666;
                line-height: 16px;
                overflow: hidden;
                margin-bottom: 15px;
            }

            .categories-list ul li .actions {
                font-weight: 600;
                text-align: right;
            }

                .categories-list ul li .actions a {
                    display: inline-block;
                    margin-top: 5px;
                }

            .categories-list ul li .intro ol {
                list-style: decimal outside;
                margin-left: 20px;
            }

            .categories-list ul li .intro ul {
                list-style: disc outside;
                margin-left: 20px;
            }

            .categories-list ul li .intro li {
                height: auto;
                float: none;
                width: auto;
                margin-bottom: 5px;
                border: 0;
                padding: 0;
                background: none;
            }

            .categories-list ul li .price {
                float: left;
                font-weight: 600;
                font-size: 15px;
                color: #333;
            }

.categories-grid {
    border-bottom: 2px solid #e0e0e0;
}

    .categories-grid ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .categories-grid ul li {
            width: 30%;
            margin-right: 5%;
            float: left;
            height: 190px;
        }

            .categories-grid ul li.last {
                margin-right: 0;
            }

            .categories-grid ul li .image {
                cursor: pointer;
            }

            .categories-grid ul li .title {
                color: #666;
                font-size: 13px;
                font-weight: 600;
                margin: 5px 0;
                text-transform: uppercase;
            }

                .categories-grid ul li .title a {
                    color: #500878 !important;
                    text-decoration: none;
                }

            .categories-grid ul li .intro { /* color: #666; */ /* line-height: 16px; */
                height: 115px;
                overflow: hidden;
                margin-bottom: 5px;
            }

            .categories-grid ul li .actions { /* font-weight: 600; */
                text-align: right;
            }

                .categories-grid ul li .actions a {
                    display: inline-block; /* margin-top: 5px; */
                }

            .categories-grid ul li .intro ol {
                list-style: decimal outside;
                margin-left: 20px;
            }

            .categories-grid ul li .intro ul {
                list-style: disc outside;
                margin-left: 20px;
            }

            .categories-grid ul li .intro li {
                height: auto;
                float: none;
                width: auto;
                margin-bottom: 5px;
            }

            .categories-grid ul li .price {
                float: left;
                font-weight: 600;
                font-size: 15px;
                color: #333;
            }



/* PRODUCT VIEW */
.product-view .product-images {
    width: 345px;
    float: left;
}

.product-view ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-view .product-images .base-image {
    margin-bottom: 10px;
    border: 2px solid #ddd;
    padding: 5px;
    border-radius: 3px;
}

.product-view .product-images .other-images li {
    width: 96px;
    height: 72px;
    overflow: hidden;
    float: left;
    margin-right: 7px;
    margin-bottom: 7px;
    border: 2px solid #ddd;
    padding: 5px;
    border-radius: 3px;
}

    .product-view .product-images .other-images li a {
    }

    .product-view .product-images .other-images li.last {
        margin-right: 0;
    }

.product-view .product-description {
    color: #444;
    line-height: 16px;
    margin-bottom: 30px;
}

    .product-view .product-description p {
        margin-bottom: 10px;
    }

.product-view .product-footer-bar {
    margin-top: 15px;
    background: #eeeeee;
    border-top: #ccc 1px solid;
    padding: 5px 10px;
}

    .product-view .product-footer-bar .addthis_toolbox {
        float: right;
        margin-top: 2px;
    }

.product-view .product-tabs {
    margin-bottom: 10px;
}

    .product-view .product-tabs .clear {
        margin-top: -1px;
    }

    .product-view .product-tabs .hide {
        display: none;
    }

    .product-view .product-tabs .articles-tabs-titles li {
        background: none;
        padding: 0;
        margin-right: -15px;
        position: relative;
        z-index: 9;
    }

        .product-view .product-tabs .articles-tabs-titles li span {
            display: block;
            background: url(../images/product_tab_unselected.png) no-repeat left top;
            padding-left: 16px;
        }

            .product-view .product-tabs .articles-tabs-titles li span span {
                display: block;
                background: url(../images/product_tab_unselected.png) no-repeat right top;
                padding: 10px 16px 5px 0;
                color: #fff;
            }

        .product-view .product-tabs .articles-tabs-titles li.selected {
            background: none;
            z-index: 99;
        }

            .product-view .product-tabs .articles-tabs-titles li.selected span {
                background-image: url(../images/product_tab_selected.png);
            }

                .product-view .product-tabs .articles-tabs-titles li.selected span span {
                    background-image: url(../images/product_tab_selected.png);
                    color: #333;
                }

    .product-view .product-tabs .articles-tabs-content li {
        padding: 15px;
        background: #FBFBFB;
        margin-top: -1px;
        color: #333;
    }

        .product-view .product-tabs .articles-tabs-content li p {
            margin-bottom: 10px;
        }

        .product-view .product-tabs .articles-tabs-content li.requirements ul {
            list-style: outside disc;
            margin-left: 20px;
            margin-bottom: 10px;
        }

            .product-view .product-tabs .articles-tabs-content li.requirements ul li {
                margin-bottom: 5px;
                padding: 0;
            }

    .product-view .product-tabs .articles-tabs-content .product-shop p {
        font-weight: 600;
        color: #500878;
         font-size: 15px;
    }

    .product-view .product-tabs .articles-tabs-content .product-shop li {
        padding: 5px; /* margin: 0 0 5px 0; */
        position: relative;
        background: none; /* border-bottom: 1px rgb(210, 210, 210) solid; */ /* background-color: white; */
    }

        .product-view .product-tabs .articles-tabs-content .product-shop li:nth-child(odd) {
            background-color: #ACE4f1;
        }

        .product-view .product-tabs .articles-tabs-content .product-shop li:nth-child(even) {
            background-color: #FBFBFB;
        }

    .product-view .product-tabs .articles-tabs-content .product-shop ul {
        background-color: white;
        padding: 5px;
    }

    .product-view .product-tabs .articles-tabs-content .product-shop li input {
        margin: 0;
    }

    .product-view .product-tabs .articles-tabs-content .product-shop li label {
        margin: 0 0 0 0;
        position: relative;
        top: 0px;
        cursor: pointer;
        font-size: 15px;
        font-weight: 600; /* width: 271px; */
    }

        .product-view .product-tabs .articles-tabs-content .product-shop li label span {
            display: block;
            position: absolute;
            top: 0;
            overflow: hidden;
        }

        .product-view .product-tabs .articles-tabs-content .product-shop li label .description {
            width: 80px; /* display: block; */ /* word-wrap: normal; */
            left: 5px; /* position: relative; */
        }

        .product-view .product-tabs .articles-tabs-content .product-shop li label .price {
            width: 160px;
            left: 150px;
        }
            /*width:75px 17/04/2015*/
            .product-view .product-tabs .articles-tabs-content .product-shop li label .price span {
                display: inline;
                position: static;
                width: auto;
            }

        .product-view .product-tabs .articles-tabs-content .product-shop li label .extra-info {
            width: 200px;
            left: 280px;
            color: #500878; /* font-weight: 600; */
            font-size: 10px;
        }

    .product-view .product-tabs .articles-tabs-content .product-shop .actions {
        margin-top: 15px;
        height: 50px;
        display: inline;
    }

        .product-view .product-tabs .articles-tabs-content .product-shop .actions .bt-comprar {
            float: right;
        }

.product-view .discounts-qty {
    background: #500878 url(../images/percent.png) no-repeat 20px 20px;
    padding: 15px 15px 15px 60px;
    color: #fff;
}

    .product-view .discounts-qty li {
        font-size: 13px;
        margin-bottom: 5px;
        font-weight: 600;
    }

    .product-view .discounts-qty p {
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 10px;
    }


/* PRODUCT */
.aviso-PA {
    display: inline-block;
    font-size: 11px;
    height: 0;
    width: 375px;
}

    .aviso-PA b {
        font-size: 15px;
        font-weight: 600;
    }

/* ************************** Loader *************************************/
.loader {
    position: fixed;
    background: rgba(255,255,255,0.3);
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}

    .loader .loader-image {
        width: 150px;
        height: 64px;
        position: fixed;
        top: 50%;
        left: 50%;
        margin-left: -75px;
        margin-top: -75px;
        background: #fff;
        text-align: center;
        box-shadow: 0 0 8px #666;
        vertical-align: middle;
        padding: 15px 0 20px;
        border-radius: 8px;
    }






.block-tipos-certificado {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

@media (max-width:768px) {
    .block-tipos-certificado {
        margin-left: 0;
        margin-right: 0;
        margin-top: 0
    }
}


.block-tipos-certificado .tipo-certificado-item {
    background-color: #74d2e7;
    overflow: hidden;
    border: 3px solid white;
}

    .block-tipos-certificado .tipo-certificado-item .tipo-certificado-image-container .tipo-certificado-icon {
        color: #ACE4f1;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    }

    .block-tipos-certificado .tipo-certificado-item:nth-child(even) {
        /*background-color: #bbdea2;*/
        background-color: #4F4F4F;
    }

    .block-tipos-certificado .tipo-certificado-item .tipo-certificado-image-container {
        height: 145px;
        text-align: center;
    }

        .block-tipos-certificado .tipo-certificado-item .tipo-certificado-image-container:before {
            content: '';
            display: inline-block;
            height: 100%;
            vertical-align: middle;
            margin-right: -0.25em
        }

        .block-tipos-certificado .tipo-certificado-item .tipo-certificado-image-container .tipo-certificado-image {
            display: inline-block;
            vertical-align: middle
        }

        .block-tipos-certificado .tipo-certificado-item .tipo-certificado-image-container .tipo-certificado-icon {
            font-size: 72px;
            opacity: .8;
            display: inline-block;
            vertical-align: middle;
            text-shadow: 1px 0px 1px rgba(255,255,255,0.8);
            line-height: 150px;
            position: absolute;
            width: 100%;
            height: 40%;
            left: 0px;
            top: 0px;
            text-align: center;
            -webkit-transition: all 200ms linear;
            -moz-transition: all 200ms linear;
            -o-transition: all 200ms linear;
            -ms-transition: all 200ms linear;
            transition: all 200ms linear;
        }

    .block-tipos-certificado .tipo-certificado-item:hover .tipo-certificado-image-container .tipo-certificado-icon {
        font-size: 100px;
        opacity: 0.5;
        -webkit-animation: moveFromLeft 400ms ease;
        -moz-animation: moveFromLeft 400ms ease;
        -ms-animation: moveFromLeft 400ms ease;
    }

    .block-tipos-certificado .tipo-certificado-item .tipo-certificado-text {
        font-weight: 600;
        color: #fff;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
        line-height: 24px;
        text-transform: uppercase;
        margin-bottom: 30px;
    }

        .block-tipos-certificado .tipo-certificado-item .tipo-certificado-text a {
            color: #fff;
        }

        .block-tipos-certificado .tipo-certificado-item .tipo-certificado-text .first {
            font-size: 20px;
            display: block;
            margin-bottom: 10px;
            text-align: center;
            -webkit-transition: all 200ms linear;
            -moz-transition: all 200ms linear;
            -o-transition: all 200ms linear;
            -ms-transition: all 200ms linear;
            transition: all 200ms linear;
        }

            .block-tipos-certificado .tipo-certificado-item .tipo-certificado-text .first a {
                font-size: 22px;
                text-decoration: none;
            }

        .block-tipos-certificado .tipo-certificado-item .tipo-certificado-text .second a {
            font-size: 18px;
            text-decoration: none;
        }

        .block-tipos-certificado .tipo-certificado-item .tipo-certificado-text .first a:hover {
            background-color: #c1d4f8;
        }

        .block-tipos-certificado .tipo-certificado-item .tipo-certificado-text .second a:hover {
            background-color: #c1d4f8;
        }


    .block-tipos-certificado .tipo-certificado-item:hover .tipo-certificado-text .first {
        -webkit-animation: moveFromRight 300ms ease;
        -moz-animation: moveFromRight 300ms ease;
        -ms-animation: moveFromRight 300ms ease;
    }



    .block-tipos-certificado .tipo-certificado-item .tipo-certificado-text .second {
        font-size: 18px;
        display: block;
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
        transition: all 200ms linear;
    }

    .block-tipos-certificado .tipo-certificado-item:hover .tipo-certificado-text .second {
        -webkit-animation: moveFromBottom 500ms ease;
        -moz-animation: moveFromBottom 500ms ease;
        -ms-animation: moveFromBottom 500ms ease;
    }





@media (max-width:768px) {
    .block-tipos-certificado .tipo-certificado-item .tipo-certificado-text .first {
        font-size: 20px
    }
}


@media (max-width:768px) {
    .block-tipos-certificado .tipo-certificado-item .tipo-certificado-text .second {
        font-size: 16px
    }
}

@media (max-width:768px) {
    .block-tipos-certificado .tipo-certificado-item .tipo-certificado-text {
        margin-left: 0;
        text-align: center
    }
}

.dropdown-menu-cd {
    border: none;
    border-radius: 0;
    list-style: none;
    padding: 0;
}

.dropdown-menu-cd {
    color: #fff;
    border-radius: 0
}

    .dropdown-menu-cd > li > a {
        color: #fff;
        font-size: 18px;
        line-height: 30px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .dropdown-menu-cd > .active > a, .dropdown-menu-cd > .active > a:focus, .dropdown-menu-cd > .active > a:hover {
        background-color: #500878;
    }


.dropdown-menu-cd2 {
    border: none;
    border-radius: 0;
    list-style: none;
    padding: 0;
    width: 105%;
}

.dropdown-menu-cd2 {
    color: #500878;
    border-radius: 0
}

    .dropdown-menu-cd2 > li > a {
        color: #500878;
        font-size: 15px;
        line-height: 22px;
        /*padding-top: 2px;
        padding-bottom: 2px;*/
    }

    .navbar-nav ul li > a {
        padding: 10px 30px !important;
        width: 100%;
        display: inline-block;
    }

    .col-sm-8 {
        width: auto;
    }

    .navbar-nav ul li > a:hover {
        text-decoration: none;
    }

    .dropdown-menu-cd2 > li > a:hover {
        text-decoration: none;
    }

    .dropdown-menu-cd2 > .active > a, .dropdown-menu-cd2 > .active > a:focus, .dropdown-menu-cd2 > .active > a:hover {
        background-color: #74d2e7;
        color: #500878;
    }

    
    .dropdown-menu-cd2 > li > a:hover, .dropdown-menu-cd > li > a:hover {
        background-color: #74d2e7;
        color: #500878;        
    }


    /*.dropdown-menu-cd2 > li > a:hover:before {
        background-color: #74d2e7;
        color: #500878;
    }

    .dropdown-menu-cd2 > li > a:before {
        background-color: #74d2e7;
        color: #500878;
    }


    .dropdown-menu-cd2 > li > a:before {
        width: 3px;
        height: 13px;
        content: "";
        display: inline-block;
        margin-right: 15px;
        position: relative;
        top: 2px
    }*/


/* Categorias de produtos */

.block-categorias .categorias-item {
    background-color: #74d2e7;
    border: 5px solid #FFF;
}

    .block-categorias .categorias-item .categorias-image-container .categorias-icon {
        color: #ACE4f1;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    }

    .block-categorias .categorias-item:nth-child(even) {
        /*background-color: #4F4F4F;*/
    }


.block-categorias {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

    .block-categorias .categorias-item {
        overflow: hidden;
    }

@media (max-width:768px) {
    .block-categorias {
        margin-left: 0;
        margin-right: 0;
        margin-top: 0
    }
}

.block-categorias .categorias-item .categorias-image-container {
    height: 145px;
    text-align: center
}

    .block-categorias .categorias-item .categorias-image-container:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.25em
    }

    .block-categorias .categorias-item .categorias-image-container .categorias-image {
        display: inline-block;
        vertical-align: middle
    }

    .block-categorias .categorias-item .categorias-image-container .categorias-icon {
        font-size: 72px;
        opacity: .8;
        display: inline-block;
        vertical-align: middle;
        text-shadow: 1px 0px 1px rgba(255,255,255,0.8);
        line-height: 150px;
        position: absolute;
        width: 100%;
        height: 50%;
        left: 0px;
        top: 0px;
        text-align: center;
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
        transition: all 200ms linear;
    }

.block-categorias .categorias-item:hover .categorias-image-container .categorias-icon {
    font-size: 100px;
    opacity: 1;
    -webkit-animation: moveFromLeft 400ms ease;
    -moz-animation: moveFromLeft 400ms ease;
    -ms-animation: moveFromLeft 400ms ease;
}

.block-categorias .categorias-item .categorias-text {
    font-weight: 600;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-left: 40px
}

.top-categorias .categorias-item .categorias-text {
    margin-top: 50px;
}


.block-categorias .categorias-item .categorias-text .first {
    font-size: 24px;
    display: block;
    margin-bottom: 10px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.block-categorias .categorias-item:hover .categorias-text .first {
    -webkit-animation: moveFromRight 300ms ease;
    -moz-animation: moveFromRight 300ms ease;
    -ms-animation: moveFromRight 300ms ease;
}

.block-categorias .categorias-item .categorias-text .second {
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.block-categorias .categorias-item:hover .categorias-text .second {
    -webkit-animation: moveFromBottom 500ms ease;
    -moz-animation: moveFromBottom 500ms ease;
    -ms-animation: moveFromBottom 500ms ease;
}



@media (max-width:768px) {
    .block-categorias .categorias-item .categorias-text .first {
        font-size: 20px
    }
}

.block-categorias .categorias-item .categorias-text .second {
    font-size: 18px;
    display: block
}

@media (max-width:768px) {
    .block-categorias .categorias-item .categorias-text .second {
        font-size: 16px
    }
}

@media (max-width:768px) {
    .block-categorias .categorias-item .categorias-text {
        margin-left: 0;
        text-align: center
    }
}



/* SIDE NEWS LIST */
.side-news-list ul li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e4e4e4;
    list-style-type: none;
}

    .side-news-list ul li.last {
    }

    .side-news-list ul li .image-container {
        width: 76px;
        float: left;
        background: #fff;
        border: 1px solid #ccc;
        padding: 0;
        margin: 0;
    }

    .side-news-list ul li .description {
        margin-left: 90px;
    }

    .side-news-list ul li .image {
        cursor: pointer;
        padding: 0;
        margin: 0;
    }

    .side-news-list ul li .date {
        color: #555;
        font-size: 11px;
        font-weight: 600;
    }

    .side-news-list ul li .title {
        font-size: 15px;
        font-weight: normal;
        margin: 0 0 5px;
    }

        .side-news-list ul li .title a {
            font-weight: 600;
        }

    .side-news-list ul li .intro {
        color: #666;
        line-height: 16px;
        height: 50px;
        overflow: hidden;
        margin-bottom: 5px;
    }

    .side-news-list ul li .actions {
        font-weight: 600;
        text-align: right;
    }

        .side-news-list ul li .actions a {
            color: #444;
        }



/* BLOCK NEWS */
.block-news {
    background: #fff;
}

.col-left .block-news .block-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 212px;
    padding: 5px 15px;
    border-bottom: 0;
    background: #666;
}

    .col-left .block-news .block-title h3 {
        color: #fff;
         font-size: 15px;
        font-weight: 600;
    }

.block-news .side-news-list {
    margin-top: 40px;
}

    .block-news .side-news-list .actions {
        text-align: right;
    }

        .block-news .side-news-list .actions span {
            color: #500878;
            font-weight: 600;
             font-size: 15px;
            cursor: pointer;
        }

            .block-news .side-news-list .actions span:hover {
                text-decoration: underline;
            }



/* NEWS VIEW */
.news-view .news-images {
    width: 350px;
    float: left;
}

    .news-view .news-images .base-image {
        margin-bottom: 10px;
    }

    .news-view .news-images .other-images li {
        width: 110px;
        height: 82px;
        overflow: hidden;
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
    }

        .news-view .news-images .other-images li.last {
            margin-right: 0;
        }

.news-view .news-description {
    margin-left: 365px;
    color: #444;
    line-height: 17px;
}

    .news-view .news-description h2 {
        color: #500878;
        font-size: 18px;
        margin-bottom: 10px;
    }

    .news-view .news-description p {
        margin-bottom: 10px;
    }

    .news-view .news-description .date {
        font-weight: 600;
        margin-bottom: 2px;
    }

.news-view .news-footer-bar {
    margin-top: 15px;
    background: #eeeeee;
    border-top: #ccc 1px solid;
    padding: 5px 10px;
}

    .news-view .news-footer-bar .addthis_toolbox {
        float: right;
        margin-top: 2px;
    }


/* NEWS LIST */

.news-list ul {
    list-style-type: none;
}

    .news-list ul li {
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid #e4e4e4;
    }

        .news-list ul li.last {
        }

        .news-list ul li .image-container {
            width: 160px;
            float: left;
            border: 2px solid #ddd;
            padding: 5px;
        }

        .news-list ul li .description {
            margin-left: 180px;
        }

        .news-list ul li .image {
            cursor: pointer;
        }

        .news-list ul li .date {
            color: #555;
            font-size: 11px;
        }

        .news-list ul li .title {
            color: #666;
            font-size: 16px;
            font-weight: 600;
            margin: 5px 0;
        }

            .news-list ul li .title a {
                color: #666;
                font-size: 16px;
                text-transform: uppercase;
                text-decoration: none;
            }

        .news-list ul li .intro {
            color: #666;
            line-height: 16px;
            height: 83px;
            overflow: hidden;
            margin-bottom: 5px;
        }

        .news-list ul li .actions {
            font-weight: 600;
            text-align: right;
        }






/* ITEM DATA */
.item-data {
    margin-bottom: 15px;
}

    .item-data li {
        font-size: 13px;
    }

        .item-data li strong {
            font-weight: 600;
            color: #222;
        }

.lista-certificados {
    margin-bottom: 15px;
}

    .lista-certificados .tit {
        color: #34314b;
         font-size: 15px;
        font-weight: 600;
        margin-top: 5px;
        margin-bottom: 5px;
    }

.green-bg {
    background: #B0E8DA;
}

.dark-green-bg {
    background: #84DCC6;
}

.red-bg {
    background: #f2dada;
}

.dark-red-bg {
    background: #F28C8C;
}

.red {
    color: #500878;
}

.green {
    color: green;
}


.st0 {
    color: #EE3124;
}



.cart-confirmacao div label {
    font-size: 18px;
    font-weight: 600;
}


.cart-confirmacao div .checkbox.checked {
    color: green;
}

    .cart-confirmacao div .checkbox.checked a {
        color: green;
        text-decoration: underline;
    }

.setaconfirmacao {
    display: inline-block;
    margin-left: auto;
}

    .setaconfirmacao span {
        font-size: 40px;
        color: red;
    }


.pesquisa {
    margin-top: 5px;
    margin-bottom: 20px;
    padding: 30px 15px;
    background: #fff;
    background: rgba(255,255,255,0.92);
    box-shadow: 2px 2px 2px rgba(255,0,0,0.2);
    border-radius: 10px;
}

    .pesquisa .header {
        border: 0;
    }

        .pesquisa .header .logo {
            margin: 0;
        }


.navbar1 .navbar {
    margin-top:20px;
}

    .navbar1 .navbar .nav > li {
        background: #e5e5e5;
    }

        .navbar1 .navbar .nav > li > a {
            color: #500878;
            text-transform: uppercase;
        }

    .navbar1 .navbar .nav.pull-right {
        margin-left: 10px;
        margin-right: 0;
    }

.navbar-xs .navbar1 .navbar {
    min-height: 28px;
    height: 54px;
}

    .navbar-xs .navbar1 .navbar .navbar-brand {
        display: none;
    }

    .navbar-xs .navbar1 .navbar .navbar-nav > li > a {
        padding-top: 0px;
        padding-bottom: 0px;
        line-height: 28px;
    }

@media (max-width:767px) {
    .navbar-xs {
        display: none;
    }
}



.navbar1 .btn-shopping-cart {
    /*
    background-color: #500878;
    padding-left: 10px;
    padding-right: 10px;
    height: 40px;
    display: block;
    color: #FFF;
    
    
    min-width: 50px;
    -webkit-box-shadow: 4px 4px 14px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 4px 4px 14px -4px rgba(0,0,0,0.75);
    box-shadow: 4px 4px 14px -4px rgba(0,0,0,0.75);
    z-index: 10;
    */
    position: absolute;    
    top: 5px;
    right: 0;
}

.navbar1 .btn-shopping-cart-full {
    background-color: #500878 !important;
    width: max-content;
}

.navbar1 .btn-shopping-cart img {
    float: left;
    margin-right: 12px
}

.navbar1 .btn-shopping-cart:hover {
    text-decoration: none
}

.header .logorow {
    margin-top: 50px;
    margin-bottom: 10px;
}

.header .repositorio.logorow {
    margin-top: 200px;
    margin-bottom: 10px;
}

.header .logo {
    margin:-53px 0 0 -181px;
    width: 206px;
}



.header .logoio {
    margin-left: auto;
    width: 150px;
}

@media (max-width:767px) {
    .header .logo {
        margin-bottom: 0px;
        height: 60px;
    }

    .header .logo, .header .logoio {
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
    }
}


/*.navbar-xs .navbar1 .navbar-toggle {
    background-color: #e5e5e5;
    margin-top: 3px; margin-bottom: 0px; padding: 8px 9px;
    border-color: #500878;
    border-radius: 50%;
    border-width: 2px;
    height: 25px;
    width: 25px;
    padding: 7px
}



.header .navbar-primary .navbar-toggle .icon-bar {
    background-color: #fff
}
*/

.container-fluid > .navbar-collapse, 
.container-fluid > .navbar-header, 
.container > .navbar-collapse, 
.container > .navbar-header {
    /*margin-right: -155px;*/
}

.navbar-collapse {
    position: relative;
    padding-top: 30px !important;
    max-height: 270px;
}

    .navbar-collapse form[role="search"] {
        position: absolute;
        top: -100px;
        /*right: -156px;*/
        right: 0;
        width: 100%;
        padding: 0px;
        margin: 0px;
        z-index: 0;
    }

@media (max-width:767px) {
    .navbar-collapse form[role="search"] {
        top: 58px;
    }
}

.navbar-collapse form[role="search"] button{
    padding: 8px 12px;
    border-radius: 0px;
    border-width: 0px;
    box-shadow: none;
    outline: none;    
    color: rgb(255, 255, 255) !important;
    background-color: transparent !important;
    border-color:transparent !important;
}
.navbar-collapse form[role="search"] input {
    padding: 8px 12px;
    border-radius: 0px;
    border-width: 0px;
    color: rgb(255, 255, 255);
    background-color: rgb(248, 248, 248);
    border-color: rgb(231, 231, 231);
    box-shadow: none;
    outline: none;
}

.navbar-collapse form[role="search"] input {
    padding: 16px 12px;
    font-size: 14pt;
    font-style: italic;
    color: rgb(160, 160, 160);
    box-shadow: none;
}

@media (min-width: 767px) {
    .navbar-collapse {
        padding-top: 0px !important;
        padding-right: 38px !important;
    }

        .navbar-collapse form[role="search"] {
            width: 38px;
        }

            .navbar-collapse form[role="search"] button,
            .navbar-collapse form[role="search"] input {
                padding: 15px 12px;
            }

            .navbar-collapse form[role="search"] input {
                padding: 0px 12px;
                font-size: 18pt;
                opacity: 0;
                display: none;
                height: 50px;
            }

            .navbar-collapse form[role="search"].active {
                width: 80%;
            }

                .navbar-collapse form[role="search"].active button,
                .navbar-collapse form[role="search"].active input {
                    display: table-cell;
                    opacity: 1;
                }

                .navbar-collapse form[role="search"].active input {
                    width: 100%;
                    text-align: right;
                }

                .navbar-collapse form[role="search"].active button[type="submit"] {
                    background-color: rgb(231, 231, 231);
                }
}

/* // Banner - Novosite  .Banner-ns */
#owl-main .banner-ns {
    height:auto;
    padding-bottom: 50px;
}

    #owl-main .banner-ns .cap1 {
        font-size: 35px;
        line-height: 48px;
        color: #34314b;
        text-align: left;
        margin-bottom: 10px;
        margin-top: 0px;
        font-weight: 700;
        margin-left:100px;
    }

        #owl-main .banner-ns .cap1 span, #owl-main .banner-ns .cap2 span {
            /* //   background-color: white; */
        }

    #owl-main .banner-ns .cap2 {
        font-size: 20px;
        line-height: 28px;
        color: #34314b;
        text-align: left;
        margin-bottom: 10px;
        margin-top: 10px;
        margin-left: 100px;
    }

    #owl-main .banner-ns .cap3 {
        text-align: left;
        margin-bottom: 10px;
        margin-top: 10px;
    }

#owl-main .owl-item .item {
    -moz-box-shadow: inset 0 -10px 10px -10px grey;
    -webkit-box-shadow: inset 0 -10px 10px -10px grey;
    box-shadow: inset 0 -10px 10px -10px grey;
}

.menu_conta {
    text-align: right;
}

p.navbar-logo {
    color: #999a9b;
    font-size: 22px;
    margin-top: 17px;
    padding-bottom: 0;
    text-align: center;
    width: 80%;
}

    p.navbar-logo img {
        height: 40px;
    }



@media (max-width:768px) {
    .header .navbar-header {
            background-color: #500878;
            border-top: 2px solid #500878;
            border-bottom: 1px solid #500878;
        }
}

@media (max-width:767px) {

    .govsp-topo{
        position: fixed; 
        width: 100%;
        top: 0; 
        z-index: 99999;
    }

    
    .modal-content{
        margin-top:180px !important;
    }

    .header .navbar {
        position: fixed; 
        top: 60px; 
        left: 0;
        z-index: 2030;
        width: 100%;
    }

    body {
        padding-top: 80px;
    }

        body#tinymce {
            padding-top: 0px;
        }

    .header .logo {
        display: none;
    }
    /*
    .header .logoio {
       margin-right: 0px;
       margin-left: auto;
    }
    */

}


.links_pequenos {
    background-color: #f9f9f9;
    border-radius: 10px
}

    .links_pequenos ul {
        list-style-type: none;
        padding: 0;
        margin: 5px 0;
    }


        .links_pequenos ul > li > a {
            color: #666;
            display: block;
            padding: 0px 0;
            text-transform: uppercase;
        }


            .links_pequenos ul > li > a:hover {
                color: #34314b;
                text-decoration: none
            }



.certificates-test .logo


.certificates-test h1,
.certificates-test h2,
.certificates-test h3,
.certificates-test h4 {
    font-family: 'Work Sans', sans-serif !important;
    font-weight: 600;
}

.certificates-test .principal {
    max-width: 600px;
    background-color: white;
    margin: auto;
    color: #34314b;
}

.certificates-test #titulo {
    background-color: #3498db;
    color: white;
    padding: 10px 0px 10px 0px;
    margin-top: 10px;
    font-weight: 600;
}

.certificates-test #rodape {
    background-color: #3498db;
    color: white;
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: justify;
}


.certificates-test .lead {
    font-size: 18px;
    font-weight: 400 !important;
}

.certificates-test .strong {
    font-weight: 700 !important;
    color: #500878;
}

.certificates-test .validade {
    font-size: 28px;
    padding: 5px;
    line-height: 40px;
}

.certificates-test .renovar {
    font-size: 18px;
    padding: 0;
}


.sologo header {
    border-bottom: 1px solid #ad421a;
}

/* BLOCK SEARCH */
.block-search ul {
    list-style-type: none;
}

.block-search li {
    margin-bottom: 10px;
}

    .block-search li .title {
        margin-bottom: 5px;
    }

        .block-search li .title a {
            color: #500878;
            font-size: 16px;
            font-weight: 600;
        }

    .block-search li .actions {
        text-align: right;
    }

        .block-search li .actions .link {
            color: #500878;
            font-size: 15px;
            font-weight: 600;
            cursor: pointer;
        }

    .block-search li .description {
        color: #444444;
        line-height: 16px;
        margin-bottom: 5px;
    }

    .block-search li .url {
        font-size: 15px;
        text-decoration: underline;
    }

    .block-search li .graph {
        display: none;
        border: 1px solid #ccc;
        display: inline-block;
        width: 70px;
        height: 13px;
        margin-left: 5px;
        padding: 1px;
    }

        .block-search li .graph .fill {
            background: #500878;
            display: block;
            width: 0;
            height: 100%;
        }


.produtoimg {
    text-align: center;
    margin-bottom: 20px;
}

    .produtoimg img {
        max-width: 300px;
    }

.modal-content{
    margin-top:80px;
}


/* HEADER */


 
.header-links{
    text-align: right;
    margin: 0;
  }
  
  .header-links a{
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
  }
  
  .header-links a:hover{
    color: #fff;
  }
  
  .header-links li{
    display: inline-block;
    color: #fff;
    padding: 3px 15px;
    text-decoration: none;
    font-size: 15px;
  }
  
  .header-links li.active a{
    display: inline-block;
    background-color: #fff !important;
    color: #464547;
    padding: 3px 15px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 15px;
  }
  
  .header-links-solucoes{
    text-align: right;
    margin: 0;
  }
  
  .header-links-solucoes a{
    color: #464547;
  }
  
  .header-links-solucoes a:hover{
    color: #464547;
  }
  
  .header-links-solucoes li{
    display: inline-block;
    color: #464547;
    padding: 3px 15px;
    text-decoration: none;
    font-size: 15px;
  }
  
  .header-links-solucoes li.active a{
    display: inline-block;
    background-color: #464547 !important;
    color: #fff;
    padding: 3px 15px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 15px;
  }

 @media only screen and (min-width: 769px){
    .govsp-portal {
        margin-top: 25px !important;
    }
 }

 .background-prodesp-header{
        content: "";
        background: linear-gradient(to right, rgba(80,8,120), rgba(00,00,00,.7));
        width: 100%;
        height: 389px;
        z-index: 2;
        display: block;
        margin-top: -20px;
        z-index: 2;
 }
 .background-prodesp-image{
    content: "";
    background: url(../images/background_prodesp.png) no-repeat 6px bottom;
    width: 100%;
    height: 389px;
    z-index: 2;
    display: block;
    margin-top: -20px;
    z-index: 1;
}
@media only screen and (max-width: 769px){
    .background-prodesp-image{
        content: "";
        background: url(../images/background_prodesp.jpg) no-repeat 6px left;
    }
}

h1.page-title {
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 1.4  !important;
    letter-spacing: 0px  !important;
    color: #FFF  !important;
    position: relative  !important;
    margin-top: -181px  !important;
    margin-left: 15px  !important;
    padding-bottom: 100px  !important;
    text-transform: none !important;
    white-space: nowrap;
    font-weight: 700 !important;
}
h1.page-title:after {
    content: "";
    background: #74d2e7;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(116, 210, 231);
    position: absolute;
    width: 100px;
    height: 10px;
    left: 0;
    top: 76px;
}

.breadcrumb>li+li:before{
    padding: 0 5px;
    color: #000;
    content: "»" !important;
}

.content a:link {
    color: #297DAE !important;
  }
.content  p a 
  {
      text-decoration: underline  !important;
      text-decoration-thickness: .01em  !important;
      text-underline-offset: 5.5px  !important;
      text-decoration-color: #AAB9FA  !important;
  }
.content   a:visited {
      color: #842DB4  !important;
      text-decoration-color: #c78fe6  !important;
  }
  .content  a:hover, .content  a:focus, .content  a:active {
    color: #6dadd3  !important;
    text-decoration-color: #8dc6e8  !important;
    text-decoration-thickness: 0.1em  !important;
  }

/* begin - sprint 3 - issue #35 */
.ui-dialog-titlebar-close {
    display: none;
}
/* end */