* {
    margin: 0;
    padding: 0;
}

p {
    margin-bottom: 0.3rem;
}

ul {
    padding-left: 0 !important;
}

body {
    padding-top: 55px;
}

header {
    z-index: 999;
}

.navbar-brand {
    max-width: 160px !important;
    margin-right: 0;
}

.dropdown-item {
    padding: .5rem .1rem;
    border-bottom: 1px solid #ddd;
    color: #00406a;
    font-size: .9rem;
}

.dropdown-toggle::after {
    display: inline-block !important;
    margin-left: .255em !important;
    vertical-align: .255em !important;
    content: "" !important;
    border-top: .3em solid !important;
    border-right: .3em solid transparent !important;
    border-bottom: 0 !important;
    border-left: .3em solid transparent !important;
}

header ul li a {
    font-size: 1rem;
}

.tools-content > button {
    background-image: url(../images/close.png) !important;
}

.carousel-indicators button {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50%;
    background-color: #869791 !important;
}

    .carousel-indicators button.active {
        background-color: #0064a6 !important;
    }

.login-icon .dropdown-menu {
    width: 250px !important;
}

.modal {
    z-index: 1050 !important;
}

.img-box {
    height: 150px;
    width: 100%;
}

marquee h5 p {
    font-size: 1.1rem !important;
    color: #fff !important;
    margin-bottom: 0 !important;
}

.modal-scroll {
    height: 500px;
    overflow-y: visible;
}

.carousel-caption {
    top: 10% !important;
    left: 2% !important;
    width: 50% !important;
}

h2.slide-title {
    font-weight: 600 !important;
    line-height: 42px !important;
}

    h2.slide-title.color-blue {
        color: #00406a !important;
    }

    h2.slide-title.color-white {
        color: #ffffff !important;
    }

h6.slide-description.color-blue {
    color: #000000 !important;
}

h6.slide-description.color-white {
    color: #ffffff !important;
}

.section {
    padding: 40px 0 30px;
}

.table-bordered thead td, .table-bordered thead th {
    background-color: #0082c6 !important;
    color: #fff !important;
    text-align: center;
}

#search-faqs .title {
    font-family: 'NeueMontreal-Regular';
}

.apply-banner {
    padding: 20px 0 !important;
}

.apply-form {
    padding: 15px !important;
}

header .list-group-item {
    padding: 0.2rem 0px !important;
    color: #0064a6;
}

    header .list-group-item:hover, header ul li.active .list-group-item {
        color: #40c778;
    }

.modal-logo {
    height: 50px;
}

#CmbPageList {
    font-family: 'Font Awesome 5 Free', Arial, sans-serif;
    font-weight: 900;
    width: 45px;
}

header ul li.nav-item {
    margin: auto 6px;
}

header .nav-item.dropdown {
    position: relative !important;
}

header .custom-dropdown-menu {
    width: auto;
    margin-top: .3rem !important;
}

.custom-mega-menu {
    padding-left: 20px;
}

#sub-banner {
    height: auto;
    object-fit: cover;
}

.support-service-request {
    padding: 20px;
}

    .support-service-request ol {
        padding-left: 0;
    }

#downloads .looks-inner .looks-tab .ways-tab {
    max-width: 100%;
    padding: 0;
}

/*Error*/
.main-error-page {
    min-height: 560px;
    margin: 0px auto;
    width: auto;
    max-width: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.error-title {
    font-size: 38px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #4b4b62;
    margin-bottom: 16px;
}

.error-subtitle {
    max-width: 568px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: center;
    color: #4b4b62;
    margin-bottom: 24px;
}

svg {
    margin-bottom: 16px;
}

.pao-atras {
    animation: leftright 1s alternate infinite;
    transform-origin: center;
}

.pao-frente {
    animation: leftright 1s 0.3s alternate infinite;
    transform-origin: center;
}

.olho-esq {
    animation: sad 2s alternate infinite;
    transform-origin: center;
}

.olho-dir {
    animation: sad 2s alternate infinite;
    transform-origin: center;
}

.boca {
    animation: sad 2s alternate infinite;
    transform-origin: center;
}

.raios {
    -webkit-animation: flicker-4 4s linear infinite both;
    animation: flicker-4 4s linear infinite both;
}

.tomada {
    -webkit-animation: vibrate-1 3s linear infinite both;
    animation: vibrate-1 3s linear infinite both;
}

.fio-500 {
    -webkit-animation: vibrate-1 3s linear infinite both;
    animation: vibrate-1 3s linear infinite both;
}

.fio {
    -webkit-animation: vibrate-1 3s linear infinite both;
    animation: vibrate-1 3s linear infinite both;
}

@keyframes scales {
    from {
        transform: scale(0.98);
    }

    to {
        transform: scale(1);
    }
}

/**
 * ----------------------------------------
 * animation flicker-4
 * ----------------------------------------
 */
@-webkit-keyframes flicker-4 {
    0%, 100% {
        opacity: 1;
    }

    31.98% {
        opacity: 1;
    }

    32% {
        opacity: 0;
    }

    32.8% {
        opacity: 0;
    }

    32.82% {
        opacity: 1;
    }

    34.98% {
        opacity: 1;
    }

    35% {
        opacity: 0;
    }

    35.7% {
        opacity: 0;
    }

    35.72% {
        opacity: 1;
    }

    36.98% {
        opacity: 1;
    }

    37% {
        opacity: 0;
    }

    37.6% {
        opacity: 0;
    }

    37.62% {
        opacity: 1;
    }

    67.98% {
        opacity: 1;
    }

    68% {
        opacity: 0;
    }

    68.4% {
        opacity: 0;
    }

    68.42% {
        opacity: 1;
    }

    95.98% {
        opacity: 1;
    }

    96% {
        opacity: 0;
    }

    96.7% {
        opacity: 0;
    }

    96.72% {
        opacity: 1;
    }

    98.98% {
        opacity: 1;
    }

    99% {
        opacity: 0;
    }

    99.6% {
        opacity: 0;
    }

    99.62% {
        opacity: 1;
    }
}

@keyframes flicker-4 {
    0%, 100% {
        opacity: 1;
    }

    31.98% {
        opacity: 1;
    }

    32% {
        opacity: 0;
    }

    32.8% {
        opacity: 0;
    }

    32.82% {
        opacity: 1;
    }

    34.98% {
        opacity: 1;
    }

    35% {
        opacity: 0;
    }

    35.7% {
        opacity: 0;
    }

    35.72% {
        opacity: 1;
    }

    36.98% {
        opacity: 1;
    }

    37% {
        opacity: 0;
    }

    37.6% {
        opacity: 0;
    }

    37.62% {
        opacity: 1;
    }

    67.98% {
        opacity: 1;
    }

    68% {
        opacity: 0;
    }

    68.4% {
        opacity: 0;
    }

    68.42% {
        opacity: 1;
    }

    95.98% {
        opacity: 1;
    }

    96% {
        opacity: 0;
    }

    96.7% {
        opacity: 0;
    }

    96.72% {
        opacity: 1;
    }

    98.98% {
        opacity: 1;
    }

    99% {
        opacity: 0;
    }

    99.6% {
        opacity: 0;
    }

    99.62% {
        opacity: 1;
    }
}

/**
 * ----------------------------------------
 * animation vibrate-1
 * ----------------------------------------
 */
@-webkit-keyframes vibrate-1 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    20% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }

    40% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }

    60% {
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px);
    }

    80% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }

    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@keyframes vibrate-1 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    20% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }

    40% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }

    60% {
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px);
    }

    80% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }

    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

/**
 * ----------------------------------------
 * animation wobble-ver-right
 * ----------------------------------------
 */
@-webkit-keyframes wobble-ver-right {
    0%, 100% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

    15% {
        -webkit-transform: translateY(-30px) rotate(6deg);
        transform: translateY(-30px) rotate(6deg);
    }

    30% {
        -webkit-transform: translateY(15px) rotate(-6deg);
        transform: translateY(15px) rotate(-6deg);
    }

    45% {
        -webkit-transform: translateY(-15px) rotate(3.6deg);
        transform: translateY(-15px) rotate(3.6deg);
    }

    60% {
        -webkit-transform: translateY(9px) rotate(-2.4deg);
        transform: translateY(9px) rotate(-2.4deg);
    }

    75% {
        -webkit-transform: translateY(-6px) rotate(1.2deg);
        transform: translateY(-6px) rotate(1.2deg);
    }
}


@keyframes sad {
    0% {
        transform: rotateX(0deg) rotateY(0deg);
    }

    100% {
        transform: rotateX(10deg) rotateY(5deg);
    }
}

@keyframes leftright {

    0% {
        transform: rotateZ( 0deg)
    }

    100% {
        transform: rotateZ( -15deg)
    }
}


@media (min-width: 1366px) {
    header ul li.nav-item {
        margin: auto 14px;
    }

    .dropdown-item {
        padding: .5rem 1rem;
        font-size: 1rem;
    }
}

@media (max-width: 767px) {
    .offcanvas-header {
        padding: 0.5rem 1rem;
    }

    .offcanvas-body {
        padding: 0rem 1rem;
    }

    .offcanvas .accordion-button {
        font-weight: 500;
        padding: 0.75rem 1rem;
    }

    .offcanvas .accordion-body {
        padding: 0.5rem;
    }

    .offcanvas .nav-link {
        padding-left: 1.25rem;
        font-size: 0.95rem;
        color: #212529;
        padding: .5rem;
    }

    header .navbar-expand-lg .navbar-brand {
        padding: 5px 10px;
        text-align: center;
        margin: 0 auto;
    }

    header .navbar .container-fluid {
        padding: 0 15px;
    }

    header ul li {
        margin: 0;
    }

    .carousel-item img {
        object-fit: cover;
    }

    h2.slide-title {
        font-size: 20px;
        line-height: 20px !important;
    }

    .carousel-caption {
        top: 0% !important;
        left: 0% !important;
        right: 0% !important;
        width: 100% !important;
        position: relative;
        padding: 30px 10px;
        text-align: center !important;
    }

    .carousel-indicators {
        margin-bottom: 0;
    }

    #sub-banner {
        height: auto;
    }

    #sub-banner inner-banner img {
        height:150px;
        object-fit:cover;
    }

    .our-products-columns {
        padding-bottom: 40px !important;
    }

    .our-products-columns .button.light-color {
        line-height: 40px !important;
    }

    .custom-mega-menu, .support-service-request ol {
        padding-left: 0;
    }
}
