/* Extra small devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap */

body {
    background-color: #f0f0f0;
    /* font-family: 'Barlow', sans-serif; */
    font-family: 'Inter', sans-serif;
    /* font-family: 'Open Sans', sans-serif; */
}

a {
	color: #014f86;
	font-weight: bold;
}

a:hover {
    color: #444; 
}

.link--uppercase {
    text-transform: uppercase;
    color: #014f86;
}

.top-link {
    color: #014f86;
    font-weight: 300;
    font-size: 0.875rem;
    margin: 0 7px;
}

.top-link:hover {
    color: #00b989;
}

figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -30px !important;
}

/* BUTTONS */
.buttons {
    text-align: right;
}

.btn--white {
    background-color: #ffffff;
    color: #0a519c;
    box-shadow: none;
}

.btn--white:hover {
    background-color: #ffffff;
    color: #0a519c;
}

.btn--white:not(:disabled):not(.disabled).active, 
.btn--white:not(:disabled):not(.disabled):active, 
.show > .btn--white.dropdown-toggle {
    background-color: #ffffff;
    color: #0a519c;
    border: none;
}

.btn-outline-primary {
    border: none;
    border-radius: 0 45px 45px 0 !important;
    color: #0a519c;
    flex: 1 !important;
    margin-right: 0;
}

.btn-outline-primary .fa-bars {
    color: #ffffff;
}

.btn-cart__link:hover,
.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle  {
    background-color: #06d6a0;
    border-color: #06d6a0;
    color: #fff;
    border-radius: 0 45px 45px 0 !important;
    margin-right: 0;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(10, 81, 156, 0.2);
}

.btn-menu-responsive {
    color: #ffffff;
    margin-left: auto;
}

.btn-cart a {
    font-weight: 400 !important;
}

.btn-cart:hover a {
    color: #fff;
}

.btn--circle {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #06d6a0;
    color: #ffffff;
    height: 55px;
    width: 55px;
    border-radius: 0 0 5px 0;
    margin-left: auto;
    z-index: 1;
    position: relative;
    overflow: hidden;
    transition: all .25s;
}

.btn-primary,
.btn--theme-blue {
    background-color: #06d6a0;
    color: #ffffff;
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding: 0.5rem 2rem;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background-color: #00b989;
    color: #ffffff;
}

.btn--circle:hover,
.btn--circle:active,
.btn--circle:focus,
.btn--theme-blue:hover,
.btn--theme-blue:active,
.btn--theme-blue:focus {
    color: #06d6a0;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(6,214,160,1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(6,214,160,1);
    box-shadow: inset 0px 0px 0px 1px rgba(6,214,160,1);   
}

    /* //// Default effect: Slide from Top  //// */
    .btn--circle:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        background: #fff; /* onhover background color */
        z-index: -1;
        transform: translate3D(0,-100%,0); /* move elements above button so they don't appear initially */
        transition: all .5s;
    }

    .btn--circle:hover:after{
        transform: translate3D(0,0,0);
        transition: all .25s;
    }

    /* //// Slide Left  //// */
    .btn--circle:after {
        top: 0;
        z-index: -1;
        transform: translate3D(-100%,0,0);
    }
    
    .btn--circle:hover:after {
        transform: translate3D(0,0,0);
        transition: all .25s;
    }

.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #00b989;
    border-color: #00b989;
}

.btn--list-grid {
    background-color: #06d6a0;
    color: #ffffff;
    border:  none;
    border-radius: 0;
    background-image: none;
    text-shadow: none;
    font-size: 1rem;
}

.btn--list-grid.active {
    background-color: #00b989;
}

#list-grid .btn-group {
    border: 1px solid #efefef;
}

.alert-dismissible .close {
    position: inherit;
    padding: 0;
    margin-left: 15px
}

.btn-link {
    color: #0a519c;
}

.btn-link:hover,
.btn-link:active,
.btn-link:focus {
    color: #444; 
    text-decoration: none;
}

.btn-danger .fa {
    margin: 0 !important;
}

.btn-to-up {
    overflow: hidden;
    transition: all .2s;
}

.btn-to-up:hover .fas::before {
    transform: translate(0, -30px);
}

/* .btn-to-up:hover .fas::after {
    content: "\f3d1";
} */


/* INPUTS */ 
.form-group {
    margin-bottom: 1.35rem;
}

/* .form-group >label,
.form-group > div {
    padding-left: 0;
} */

input.form-control,
select.form-control:not([size]):not([multiple]) {
    height: 50px;
}

input.form-control.invalid {
    border-color: #dc3545;
}

.form-control,
.form-control:hover,
.form-control:focus {
    color: #393939;
    border-radius: 0;
    margin: 0;
}

#input-captcha {
    margin-bottom: 0.75rem
}

.date-register {
    padding-top: 20px;
    float: left;
    top: -26px;
    background-color: transparent;
}

.date-register:hover {
    background-color: transparent;
}

.label-date-register {
    padding: 0 13px;
    position: relative;
    top: 4px;
    font-size: 12px;
    z-index: 999;
}

input[type="radio"],
input[type="checkbox"] {
    margin-right: .325rem;
}

.datepicker-dropdown {
    z-index: 999 !important;
}

.datepicker .datepicker-switch, 
.datepicker .next, 
.datepicker .prev, 
.datepicker tfoot tr th {
    cursor: pointer;
}

.datepicker .datepicker-switch:hover, 
.datepicker .next:hover, 
.datepicker .prev:hover, 
.datepicker tfoot tr th:hover {
    background: #eee;
}

.datepicker table tr td, 
.datepicker table tr th {
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    border: none;
}

.datepicker table tr td span.focused, 
.datepicker table tr td span:hover,
.datepicker table tr td.day:hover, 
.datepicker table tr td.focused {
    background: #eee;
    cursor: pointer;
}

.datepicker table tr td.new, 
.datepicker table tr td.old {
    color: #777;
}

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px;
}

.input-group-btn {
    display: flex;
}

/* Table */
.table tbody {
    background-color: #ffffff;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.1);
}

.table-hover tbody tr:hover {
    background-color: rgba(0,0,0,.075);
}

.table-condensed {
    width: 220px;
}

tfoot {
    background-color: #ffffff;
}

#account-order .table thead td {
    background-color: #014f86;
    border-color: #014f86;
    color: white;
    border-bottom: 4px solid #f0f0f0;
}

/* MODAL */
#collapse-shipping-method p,
.modal-body p {
    margin-bottom: .35rem;
}

#collapse-shipping-method .radio,
.modal-body .radio {
    margin-bottom: .5rem;
}

#collapse-shipping-method p:first-child {
    margin-bottom: 1rem;
}

/* PAGINATION */
.pagination {
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
    align-items: baseline;
}

.pagination li {
    position: relative;
    margin-left: 0.25rem;
}

.pagination li span,
.pagination li a {
    padding: 0.55rem 0.95rem;
    background-color: #06d6a0;
    color: #fff;
    font-weight: normal;
}

.pagination li span:hover,
.pagination li a:hover,
.pagination li.active span {
    background-color: #00b989;
    font-weight: normal;
}

.pagination li a::after {
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
    color: #ffffff;
}

.pagination li.first a::after {
    content: "\f100";
}

.pagination li.prev a::after {
    content: "\f104";
}

.pagination li.next a::after {
    content: "\f105";
}

.pagination li.last a::after {
    content: "\f101";
}

/* ALERTS */
.alert {
    max-width: 1140px;
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
}

/* PROGRESS */
.progress {
    height: .25rem;
    border-radius: 0;
    margin-top: -16px;
    margin-bottom: 1rem;
    margin-left: -16px;
    margin-right: -16px;
}

/* TITLE */
h1,
h2,
h3,
h4,
h5,
h6 { 
    color: #014f86;
    text-transform: uppercase;
    font-weight: 300;
}

.page-title {   
    text-align: center;
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 2rem;
}


/* TOP */
#top {
    background-color: #f7f7f7;
    padding-top: .7rem;
    padding-bottom: .7rem;
    border-bottom: 1px solid #dedede;
}

#top .information {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: .75rem;
    text-align: center;
}

/* HEADER */
header {
    background-color: #ffffff;
}

/* CONTENT */
#content {
    margin-top: 1rem;
    margin-bottom: 2rem;
}

#common-home #content {
    margin-bottom: 0;
}

/* SEARCH */
#search {
    box-shadow: inset 0 5px 0 rgba(255,255,255,1), 0 1px 2px rgba(0,0,0,.1);
    height: 40px;
}

#search .form-control,
#search .input-group-append > .btn {
    border: none !important;
    border-radius: 0;
}

#search input {
    height: inherit;
}

/* SOCIAL */
#header-social {
    margin-bottom: 25px;
}

#header-social .fab {
	color: #014f86;
	margin-left: 5px;
	margin-right: 5px;
    font-weight: normal;
}

/* ACCOUNT */
#my-account {
    max-height: 35px;
}

.account {
    display: flex;
    align-items: center;
    height: 100%;
}

.account .account-block {
    display: flex;
    flex: 1;
    border: 1px solid #014f86;
    border-radius: 45px;
    align-items: center;
}

.account #top-links {
    width: 100%;
    padding: 0;
}

.account #top-links .dropdown-link {
    text-shadow: none;
    color: #0a519c;
    padding: 0.5rem 1rem;
    border-radius: 45px 0 0 45px;
}

.account #top-links .dropdown-link:hover,
.account #top-links .dropdown.show .dropdown-link {
    background-color: #06d6a0;
    color: #fff
}

.account #top-links .list-inline {
    margin: 0;
}

.account  #top-links .dropdown-item {
    padding: 0.25rem 1rem;
    color: #212529;
}

.account  #top-links .dropdown-item:hover {
    background-color: #f7f7f7;
    color: #212529;
    background-image: none;
}

.account .fas,
.account .fa {
    margin-right: 0.35rem;
}

#account-address .table tr {
    border-bottom: 5px solid #f0f0f0;
}

/* CART */
#cart .dropdown-menu {
    background: #ffffff;
    border: 1px solid #e4e4e4;
    font-size: 0.75rem;
}

#cart .dropdown-menu .table thead th {
    border: none;
}

#cart .dropdown-menu .table td, 
#cart .dropdown-menu .table th {
    padding: 8px;
}

#cart-checkout .cart-price {
    display: none;
}

/* MENU */
.menu {
    background-color: #06d6a0;
}

@media (min-width: 992px) {
    .nav-bar--global {
        padding-top: 0;
        padding-bottom: 0;
    }

    .nav-bar--global .navbar-nav {
        justify-content: center;
    }
}

.navbar-expand-lg .navbar-collapse {
    justify-content: center;
}

.nav-bar--global .navbar-nav .nav-link {
    color: #fff;
    text-transform: uppercase;
    padding: 1rem;
}

.nav-bar--global .navbar-nav .nav-link:hover,
.nav-bar--global .navbar-nav .nav-item.show .nav-link {
    background-color: #00b989;
}

ul.navbar-nav {
    display: flex;
    flex-wrap: wrap;
}

ul.navbar-nav li,
.dropdown-menu,
aside .list-group a.active,
aside .list-group a.active:hover {
    font-size:0.9rem !important;
}

.dropdown-menu {
    border: 0;
    border-radius: 0;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

.dropdown-item:hover,
.dropdown-item:active {
    background-color: #f7f7f7;   
    color: #212529;
}

/* BANNER */
#banner {
    padding: 0 !important;
}

#banner .carousel {
    box-shadow: none;
    border-radius: 0;
    border: none;
    margin-bottom: 2rem;
}

#banner .swiper-viewport .swiper-button-next {
    right: 10px;
}

#banner .swiper-viewport .swiper-button-prev {
    left: 10px;
}

#banner .swiper-button-next:before,
#banner .swiper-button-prev:before {
    content: none;
}

#banner .fas {
    font-size: 2rem;
}

#internal-banner {
    padding: 0;
}

#internal-banner .row {
    display: block;
    text-align: center;
}

/* BREADCRUMB */
#breadcrumb {
    background-color: #002947;    
    -webkit-box-shadow: inset 0px 30px 60px -25px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0px 30px 60px -25px rgba(0,0,0,0.1);
    box-shadow: inset 0px 30px 60px -25px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
}

.breadcrumb {
    background-color: transparent;
    border: none;
    margin: 8px 0;
}

.breadcrumb > li {
    padding: 0 15px;
    text-shadow: none;
}

.breadcrumb > li:after {
    top: 10px;
    width: 15px;
    height: 0;
    border-bottom: 1px solid #ffffff;
    transform: rotate(-75deg);
}

.breadcrumb > li:last-child::after {
    content: none;
}

.breadcrumb i {
    font-size: 0.75rem;
}

.breadcrumb a,
.breadcrumb span {
    font-size: 0.875rem;
    font-weight: normal;
    color: #ffffff;
}


/* PRODUCT THUMB */
.product-thumb {
    display: flex;
    flex-wrap: wrap;
    padding-right: 0;
    min-height: 250px;
    background: #fff;
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.075) !important;
    border: none;
    margin-bottom: 1.5rem;
    align-content: space-between;
    flex-grow: 1;
}

.product-thumb .content {
    flex-grow: 1;
}

.product-thumb .image {
    min-height: 180px;
    padding: 1rem;
    width: 100%;
}

.product-thumb .caption {
    min-height: auto;
}

.product-list .product-thumb .image,
.product-list .product-thumb .content {
    flex-grow: 1;
}

    @media (min-width: 992px) {
        .product-list .product-thumb .image {
            float: none;
            padding: 1rem;
            flex: 1;
            height: 100%;
        }

        .product-list .product-thumb .content {
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
            flex: 2;
        }
    }

.product-thumb .description {
    padding: .75rem;
    text-align: center;
    flex-grow: 1;
}

.product-layout {
    display: flex;
    flex-grow: 1;
}

    /* PRICE */
    .price-group {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #f1f1f1;
        padding-left: 1rem;
        margin: 0.75rem;
        border-radius: 0 0 5px 5px;
        flex-grow: 1;
    }

    .price {
        font-size: 1.2rem;
        margin: 0;
    }

    .product-price {
        display: flex;
        flex-wrap: wrap;
        align-content: flex-end;
        margin-top: 1rem;
        flex-grow: 1;
    }

    /* ESGOTADO */
    .out-of-sold {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0.5rem;
        background-color: #014f86;
        border-radius: 0.25rem;
        color: #fff;
        font-weight: 600;
        text-align: center;
        margin: 0.75rem .75rem 0;
        width: 100%;
    }

/* SECTIONS */
section {
    padding-bottom: 2rem;
}

/* DESTAQUES */
/* #destaques .product-thumb:hover {
    transform: scale(1.05); 
    transform: translateY(-.5rem);
    transition-duration: .25s; 
} */


/* AREAS DE ATUAÇÃO */
#expertise {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    background-color: #ffffff;
    padding-top: 2rem;
}

.expertise-icons {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 0.75rem;
    min-width: 210px;
}

    @media (min-width: 992px) {
        .expertise-icons {
            min-width: inherit;
        }
    }

.expertise-icons img {
    margin-top: auto !important;
    width: 80px;
}

.expertise-icons  h3 {
    width: 100%;
    text-align: center;
    margin-top: 1rem;
    font-size: 1.25rem;
}

/* CONSULTORIA E TREINAMENTO */
#consulting-training {
    margin-left: -15px;
    margin-right: -15px;
    background: #f7f7f7;
    padding: 1rem 2rem;
}

#consulting-training .consulting-training-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 0.75rem;
    margin-top: 0.75rem;
}

@media (min-width: 768px) {
    #consulting-training .consulting-training-icons::before {
        content: "";
        border-right: 1px solid #bbbbbb;
        height: 74px;
        width: 1px;
        position: absolute;
        right: 0;
    }
    
    #consulting-training .col-7:last-child .consulting-training-icons::before {
        border: 0;
    }
}


#consulting-training .consulting-training-icons img {
    max-width: 70px;
}

#consulting-training .consulting-training-icons h3 {
    text-align: left;    
    color: #444;
    text-transform: initial;
    margin: 0;
    margin-left: 1rem;
    font-weight: 400;
}

/* NEWSLETTER */
#newsletter {
    margin: 0 -15px !important;
    padding-top: 45px;
    padding-bottom: 45px;
    background: url(../image/background-newsletter.jpg) center top repeat;
}

#newsletter .page-title h2 {
    border-bottom: none;
}

#newsletter .inner {
    text-align: center;
}

#newsletter .description-top {
    font-size: 2rem;
    line-height: 1.3;
}

#newsletter .valid {
    margin-top: 15px;
}

/* PARCEIROS */
#partners {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 -15px;
    background-color: #ffffff;
    padding-top: 2rem;
}

#partners .partners-logo {
    margin-bottom: 1rem;
    text-align: center;
}

#partners.swiper-viewport {
    margin: 0;
    margin-bottom: 3rem;
}

/* PAGAMENTO */
#payment .form-group {   
    display: flex;
}

#payment .payment-content {
    text-align: center;
    margin-bottom: 25px;
}

#payment .col-12:last-child .payment-content  {
    margin-bottom: 0;
}

#payment .payment-title {
    color: #ffffff;
}

/* FOOTER */
footer {
    background-color: #06d6a0;
    padding-top: 3rem;
    padding-bottom: 2rem;
}

.footer-content {
    margin-bottom: 1.5rem;
}

.footer-content h5 {
    color: #fff;
    font: 600 1.25rem/2rem 'Inter', sans-serif;
    text-transform: capitalize;
}


.footer-content ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
}


.footer-content ul li {
    margin-bottom: 0.25rem;
    color: #ffffff;
    letter-spacing: .4px;
    font-weight: 400;
    line-height: 1.5rem;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: .85rem;
}

.footer-address .contact-block {
    margin-bottom: .75rem;
}

.footer-address ul li .fa {
    color: #ffffff;
    height: 25px;
    margin-top: 5px;
    width: 25px;
    vertical-align: top;
}

.footer-address span {
    /* display: inline-block; */
    color: #ffffff;
}

.footer__menu-link {
    color: #ffffff;
    font-weight: 500;
}

.footer__menu-link:hover {
    color: #1473b5;
}

.footer-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    margin-top: -15px;
}

.footer-logo__link {
    max-width: 50%;
}

    @media (min-width: 768px) {
        .footer-logo__link {
            max-width: 30%;
        }   
    }

    @media (min-width: 992px) {
        .footer-logo__link {
            max-width: 100%;
        }   
    }

.social-block {
    text-align: center;
    margin-bottom: 1.5rem;
    margin-top: -15px;
}

    @media (min-width: 992px) {
        .social-block {
            text-align: left;
            margin-top: -15px;
        }
    }

.social-block li {
    margin-right: .75rem;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.social-block li .fab {
    color: #ffffff;
    font-weight: 300;
}

/* WHATSAPP */
#whatsapp {
    position: fixed;
    left: 20px;
    z-index: 8000;
    cursor: pointer;
    bottom: 20px;
}

#whatsapp-form {
    box-shadow: rgb(0 0 0 / 10%) 0px 12px 24px 0px;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    pointer-events: all;
    visibility: visible;
    touch-action: auto;
    position: fixed;
    right: 0px;
    left: 0;
    bottom: 190px;
    margin-right: 20px;
    margin-left: 20px;
    max-width: 360px;
    z-index: 1135;
}

#whatsapp .icon {
    height: 64px;
    box-shadow: rgb(0 0 0 / 15%) 0px 3px 12px;
    border-radius: 50%;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    user-select: none;
    position: relative;
    outline: transparent;
    background-color: #4fce5d;
    width: 64px;
    border: none;
    z-index: 1140;
}

#whatsapp .icon .fab {
    color: #ffffff;
}

#whatsapp .header {
    background: rgb(9, 94, 84);
    color: rgb(17, 17, 17);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 24px 20px;
}

#whatsapp .header .photo {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #dfe5e7;
    width: 52px;
    height: 52px;
    position: relative;
    flex-shrink: 0;
    overflow: hidden;
    background-color: white;
    border-radius: 50%;
}

#whatsapp .header .photo .whatsapp-photo--img {
    width: inherit;
}

#whatsapp .header .name {
    margin-left: 16px;
    margin-right: 16px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: rgb(255, 255, 255);
}

#whatsapp .chat {
    padding: 20px 20px 20px 10px;
    background-color: rgb(230, 221, 212);
    position: relative;
    overflow: auto;
    max-height: 220px;
}

#whatsapp .conversation {
    display: flex;
    z-index: 1;
    margin-bottom: 15px;
}

#whatsapp .conversation .arrow {
    line-height: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 10px 0;
    border-right-color: #fff;
    border-bottom-color: transparent;
}

#whatsapp .message {
    padding: 7px 14px 6px;
    background-color: rgb(255, 255, 255);
    border-radius: 0px 8px 8px;
    position: relative;
    transition: all 0.3s ease 0s;
    opacity: 1;
    transform-origin: center top;
    z-index: 2;
    box-shadow: rgb(0 0 0 / 13%) 0px 1px 0.5px;
    max-width: calc(100% - 66px);
    font-size: 14px;
    line-height: 19px;
    color: rgb(17, 17, 17);
}

#whatsapp .autor {
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.4);
}

#whatsapp .hour {
    text-align: right;
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
    color: rgba(17, 17, 17, 0.5);
    margin-right: -8px;
    margin-bottom: -4px;
}

@media (min-width: 768px) {
    #whatsapp .chat {
        max-height: 300px;
    }
}

#whatsapp .message-button {
    width: inherit;
    padding: 15px 20px;
    border: none;
    background: rgb(218,218,218);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    cursor: pointer;
    overflow: hidden;
    appearance: none;
    -webkit-box-shadow: 0px 2px 6px 0px rgb(136, 136, 136, 1);
    -moz-box-shadow: 0px 2px 6px 0px rgb(136, 136, 136, 1);
    box-shadow: 0px 2px 6px 0px rgb(136, 136, 136, 1);
}

#whatsapp .message-button .input_message {
    border-radius: 25px !important;
    border: 1px solid #bdbdbd;
    max-height: 40px;
}

#whatsapp .send_message {
    background-color: inherit;
}

/* ANIMATION */
#whatsapp-form {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes whatsFloatingOpen {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
  @keyframes whatsFloatingOpen {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.whatsFloatingOpen {
    -webkit-animation-name: whatsFloatingOpen;
    animation-name: whatsFloatingOpen;
}


@-webkit-keyframes whatsFloatingClose {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
  }
  
  @keyframes whatsFloatingClose {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
  }

.whatsFloatingClose {
    -webkit-animation-name: whatsFloatingClose;
    animation-name: whatsFloatingClose;
}

#tawk-chat-message-container {
    margin-left: 10px;
}


/* DEVELOPER */
#developer {
    background-color: #2e2e2e;
    font-size: 0.9rem;
    text-align: right;
    padding-top: .75rem;
    padding-bottom: .75rem;
}

#developer a {
    color: #ffffff;
    font-weight: normal;
}

#developer img {
    margin-left: 7px;
    margin-top: -3px;
}

#developer a:hover img {
    opacity: .7;
}

#developer a:hover,
#developer a:active,
#developer a:focus {
    text-decoration: none;
    color: #f0f0f0;
}


/**** PÁGINAS DE INFORMAÇÃO */
/* ÁREAS DE ATUAÇÃO */
.information-content--id-7 {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.information-content--id-7 .card {
    border-top: 2px solid #014f86;
    height: 100%;
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.075) !important;
}

.information-content--id-7 .card .card-img-top {
    align-self: center;
    height: 85px;
    max-width: fit-content;
    margin-top: 1rem;
}

/**** PÁGINAS DE INFORMAÇÃO */
/* CONSULTORIA E TREINAMENTO */
#consultoria-treinamento .col-sm-12 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#consultoria-treinamento .card {
    border-top: 2px solid #014f86;
    height: 100%;
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.075) !important;
}

#consultoria-treinamento .card .icon-section {
    text-align: center;
    margin: 1.25rem .85rem 0.85rem;
    color: #0a519c;
}

.consultoria-contato h3 {
    text-transform: inherit;
}

/* PAGE TITLE  */
#product-category .page-title,
#product-product .page-title {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}


/* DEPARTAMENTOS */
    #product-category #column-left {
    margin-bottom: 25px;
}

#product-category #list-grid {
    margin-bottom: 15px;
}

#product-category .input-group {
    align-items: center;
}

#product-category .input-group .input-group-addon {
    height: inherit;
    font-size: 1rem;
    margin-bottom: 0;
    margin-right: 7px;
}


/* SIDEBAR */
.sidebar {
    margin-bottom: 2rem;
}

.sidebar .nav {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
}

.sidebar .list-unstyled {
    margin-bottom: 0;
}

.column-heading {
    padding: 0.75rem;
    margin-bottom: 0.25rem;
    background-color: #014f86;
    color: #fff;
    font-size: .9rem;
    font-weight: 600;
    border: 0;
}

.category-heading.active {
    padding: 0.75rem;
    background-color: #dedede;
    color: #444444;
    font-size: .9rem;
    font-weight: 600;
    border: 0;
}

.sidebar .nav li,
.list-group-item {
    display: flex;
    flex-direction: column;
    padding: 0;
    border: 0;
    margin: 0;
}

.sidebar .nav li a,
.list-group .list-group-link {
    font-size: .9rem;
    font-weight: normal;
    color: #212529;
    padding: 0.75rem .75rem .75rem 1.25rem;
    border: none;
}

.list-group-item:first-child,
.list-group-item:last-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.list-group .list-group-link.active {
    border: 0;
    background-color: #f7f7f7;
}

.list-group .list-group-link.active:hover {
    border: 0;
}

.sidebar .nav li a:hover,
.list-group .list-group-link:hover {
    background-color: #f7f7f7;
    color: #212529;
    border: 0;
}


/* PRODUTO */
#product-product #content {
    margin-top: 0;
}
#product-product h1 {
    font-size: 1.75rem;
}

#product-product h2 {
    font-size: 1.25rem;
}

#product-product .tabs-info .nav-tabs {
    display: flex;
    justify-content: center;
    border-bottom: none;
}

#product-product .tabs-info .nav-tabs li a {
    font-weight: 500;
    color: #444;
    letter-spacing: .6px;
}

#product-product .tabs-info .nav-tabs li.active a {
    color: #000;
}

#product-product .tabs-info .tab-content {
    padding: 1.5rem;
    border: 0;
    text-align: left;
    background: #fff;
}

#product-product .product-description {
    padding: 10px 0 25px;
    margin-left: 15px;
    margin-right: 15px;
    border-top: 2px solid #0a519c;
    border-bottom: 2px solid #0a519c;
}

/* Cálculo de Frete */
#error_andress_result,
#error_cep_result {
    display: flex;
}

div.cotacao-area {
    background-color: #fff;
    margin-bottom: 0 !important;
}

div.cotacao-titulo {
    background-color: #dedede;
}

#add-cart {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.product--add-cart {
    text-align: center;
    display: flex;
    flex-direction: column;
}

.product--add-cart .btn--circle {
    align-self: center;
}

.product--add-cart span {
    margin-top: 15px;
}

.image-additional a {
    padding: 0;
    margin-top: 1rem;
}

/* RELACIONADOS */
#related h2 {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 50px;
}

/* LOGIN  */
#account-register {
    margin-bottom: 25px;
}

#account-register .privacy {
    margin-bottom: 25px;
}

/* CONTA */
#account-account #content h2 {
    margin-bottom: 25px;
}

#account-account .list-unstyled {
    margin-bottom: 80px;
}

#account-account .list-unstyled a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-bottom: 25px;
}

#account-account .list-unstyled .fas {
    margin-bottom: 15px;
}

.account--buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    padding: 0;
}

/* SHIPPING */
/* #shipping {
    margin-top: 25px;
} */

#shipping .form-row .col-auto {
    margin-bottom: 15px;
}


/* CHECKOUT */
#checkout-cart .table .input-group {
    flex-wrap: initial;
}

#checkout-cart input.form-control, 
#checkout-cart select.form-control:not([size]):not([multiple]) {
    height: 40px;
}   

#checkout-cart #input-country {
    max-width: 280px;
}

#checkout-cart .cart-checkout-options {
    display: flex;
    flex-direction: column;
    text-align: center;
}

a.btn .fas {
    margin-right: .35rem;

}

/* #shipping-existing select,
#shipping-new select, */
#checkout-checkout .form-horizontal .radio {
    margin-top: 1rem;
}

#payment-existing select,
#payment-existing radio {
    margin: 0;
}

#checkout-checkout .privacy {
    width: 100%;
}

#checkout-checkout .panel {
    margin-top: 7px;
    border: 0;
}

#checkout-checkout .panel-heading {
    border: 1px solid #dedede;
    margin: 0;
    border-radius: 0;
    background-color: #ffffff;
}

/* #checkout-checkout .panel-title:hover,
#checkout-checkout .panel-title:hover .accordion-toggle {
    color: #ffffff;
} */

#checkout-checkout .panel-body {
    display: flex;
    flex-wrap: wrap;
    background: #ffffff;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: .5rem 1.25rem 1.25rem;
}

#checkout-checkout .card-header {
    padding: 0;
}

#checkout-checkout .panel-title {
    font-size: 1rem;
    margin-bottom: 0;
    font-weight: 400;
    padding: 1rem;
    font-style: italic;
    color: #014f86;
}

#checkout-checkout .panel-title:hover {
    background-color: #dedede;    
}

#checkout-checkout .panel-title a:hover {
    color: #014f86;
}

#checkout-checkout .panel-title a {
    display: flex;
    justify-content: space-between;
}

#checkout-checkout .panel-body .form-horizontal {
    width: 100%;
}

/* SEARCH */
#search-filter {
    margin-bottom: 2rem;
}

#search-filter label,
#product-search .form-row label {
    margin-bottom: 0;
    margin-right: 15px;
}

#product-search .form-row .search-input {
    margin-bottom: 15px;
}

#product-search .form-row .search-input:last-child {
    text-align: right;
}

#search-filter .input-group {
    margin-bottom: 0;
}

#search-filter .input-group .form-control {
    height: 40px;
}


/* MANUFACTURER */
.manufacturer-logo {
    margin-bottom: 50px;
    height: 150px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .25rem;
    border: 1px solid #f1f1f1;
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.075) !important;
    padding: 1rem;
    border-top: 2px solid #014f86;
}



/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    /* SOCIAL */
    #header-social {
        margin-bottom: 0;
    }

    /* PAGAMENTO */
    #payment .payment-content {
        text-align: left;
        margin-bottom: 0;
    }

    /* CHECKOUT */
    /* #input-country {
        max-width: 270px;  
    } */

    /* SEARCH */
    #product-search .product-layout .product-thumb {
        border: none;
        border-right: 1px solid #ddd;
    }

    #product-search .product-layout:nth-child(3n) .product-thumb {
        border: none;
    }
}


/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #top .information {
        display: flex !important;
        margin-bottom: 0;
    }

    /* PAGAMENTO */
    #payment .payment-content img {
        max-height: 100px;
    }

    /* SEARCH */
    #product-search .product-layout:nth-child(3n) .product-thumb {
        border-right: 1px solid #ddd;
    }

    #product-search .product-layout:nth-child(4n) .product-thumb {
        border: none;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    /* PAGAMENTO */
    #payment .payment-content img {
        max-height: inherit;
    }

    /* FOOTER */
    footer {
        background-position-x: right;
    }

}








/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.15.35
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cccccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #cccccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}


.hi-icon {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
}

.hi-icon:after {
	pointer-events: none;
	position: absolute;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}

.hi-icon:before {
	speak: none;
    font-size: 24px;
    line-height: 24px;
	font-style: normal;
	font-weight: 600;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}

/* Effect 5 */
.hi-icon-effect-5 {
    align-items: center;
    display: flex;
}

.hi-icon-effect-5 .hi-icon {
	overflow: hidden;
	-webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	-moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}

.hi-icon-effect-5 .hi-icon:after {
	display: none;
}

.hi-icon-effect-5c:hover .hi-icon:before {
	-webkit-animation: toTopFromBottom 0.3s forwards;
	-moz-animation: toTopFromBottom 0.3s forwards;
	animation: toTopFromBottom 0.3s forwards;
}

@-webkit-keyframes toTopFromBottom {
	49% {
		-webkit-transform: translateY(-100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translateY(100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toTopFromBottom {
	49% {
		-moz-transform: translateY(-100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translateY(100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toTopFromBottom {
	49% {
		transform: translateY(-100%);
	}
	50% {
		opacity: 0;
		transform: translateY(100%);
	}
	51% {
		opacity: 1;
	}
}