/* Estrutura

Global
Header

*/

/* Global */

* {
    font-family: "Inter", sans-serif;
}

body {
    padding-top: 87px;
}

input:focus, textarea:focus, button:focus, select:focus {
    outline: none;
}

a:hover, a:focus {
    text-decoration: none;
}

p {
    color: #1f1f1f;
}

.wrap {
    padding-top: 40px;
}

.table>thead>tr>th {
    border-bottom: 1px solid #ddd;
}

.form-control:focus {
    box-shadow: none;
}

a {
    color: #1f1f1f;
}

a:hover, a.active {
    color: #03aec0;
    transition: .2s;
}

.banner-category {
    padding-top: 21px;
    padding-bottom: 20px;
    width: 100%;
}

.banner-category img {
    width: 100%;
}

.box-order {
    padding: 10px 0;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box-order p {
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 2px;
    color: #696969;
    font-weight: 500;
    display: inline-block;
}

.order-select {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 30px;
    align-items: flex-end;
}

.count-products {
    background: #eaeaea;
    padding: 10px 21px;
    border-radius: 7px;
    display: table;
}

.btn-site {
    border: none;
    padding: 10px 21px;
    border-radius: 3px;
    font-size: 16px;
}

.btn-orange-default {
    background: #ff8400;
    color: #fff;
    border: none;
    padding: 10px 21px;
    border-radius: 3px;
    font-size: 16px;
}

.btn-orange-secondary {
    background: #fff;
    color: #ff8400;
    transition: 0.5s;
}

.btn-orange-secondary:hover {
    background: #ddd;
    color: #ff8400;
}

.modal-header .close {
    margin-top: 2px;
    margin-right: 6px;
}

.btn-primary, .btn-primary:hover, .btn-primary:focus {
    background: #03aec0;
    outline: none;
    border-color: #03aec0;
}

/* End global */

/* User panel */

ul#internal-menu {
    float: left;
    margin: 0 0 20px 0;
    list-style: none;
    padding: 14px 0 0;
}

ul#internal-menu>li {
    display: inline-block;
    margin-right: 30px;
}

ul#internal-menu li a {
    color: #1f1f1f;
    font-size: 16px;
}

ul#internal-menu>li>a {
    padding: 14px 0 18px;
}

ul#internal-menu>li:hover>a {
    color: #03aec0;
    transition: .2s;
}

.thumb-img {
    border: 1px solid #ccc;
    padding: 50px;
    margin-bottom: 30px;
}

.thumb-img img {
    width: 100%;
    object-fit: contain;
    object-position: center;
}

/* End user panel */

/* Header */

header {
    background: #fff;
}

#header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    box-shadow: -3px 0px 5px rgb(0 0 0 / 13%);
}

.row-header {
    display: flex;
    padding: 10px 0;
}

.col-header-logo {
    display: inline-block;
}

.col-header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
}

.col-header-search {
    flex: 1;
}

.box-result-search {
    display: none;
    position: absolute;
    left: 39px;
    right: 39px;
    top: 42px;
    background: #fff;
    z-index: 999;
    border: solid 2px #eee;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    overflow-y: hidden;
    overflow-x: hidden;
}

#search-header-mob .box-result-search {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
}

.box-result-search a {
    display: table;
    width: 100%;
}

.box-result-search hr {
    border-top: 1px solid #eee;
    width: 100%;
    margin-bottom: 0;
    margin-top: 0;
}

.box-result-search p {
    float: left;
    display: table;
    padding-top: 15px;
    margin-left: 5px;
}

.box-result-search img {
    padding: 6px;
}

.box-result-search p.p-load {
    padding-bottom: 6px;
    margin-left: 6px;
}

a.show-all {
    display: table;
    width: 100%;
    text-align: center;
    padding: 14px;
    background: #03aec0;
    font-weight: bold;
    color: #fff;
}

.col-cart-phone {
    position: relative;
    display: inline-block;
}

#logo-desktop {
    width: 70px;
}

#logo-mobile {
    width: 70px;
}


.menu {
    background: #03aec0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 25px;
    overflow: hidden;
    margin-bottom: -18.5px;
}

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

ul#primary-menu > li {
    display: inline-block;
    margin-right: 4px;
}

ul#primary-menu > li:first-child > a{
    background: #F5821F;
    border-radius: 25px;
    padding-left: 18px;
    padding-right: 18px;
}

ul#primary-menu > li:first-child img {
    margin-right: 10px;
}

ul#primary-menu > li > a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
}

/*ul#primary-menu > li:hover > a,
ul#primary-menu > li ul li:hover > a {
	color: #03aec0;
	transition: .2s;
}*/

.submenu {
    display: none;
    position: absolute;
    top: 105px;
    left: 0;
    right: 0;
    padding: 8px 0 24px;
    z-index: 9999;
}

.submenu h2 {
    font-weight: 700;
    font-size: 24px;
    color: #03aec0;
    margin-bottom: 30px;
}

.submenu ul {
    padding: 0;
    margin: 0;
}

.submenu ul li {
    margin: 5px 0;
    display: block;
}

.submenu ul li a {
    color: #1f1f1f;
    font-weight: 400;
}

#btn-menu-toggle {
    background: transparent;
    border: none;
    margin: 0;
    padding: 5px 0 0;
}

.row-menu-toggle {
    width: 33px;
    height: 5px;
    border-radius: 6px;
    margin: 5px 0 3px;
    background: #ff840e;
}

#form-search {
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
    max-width: 390px;
    margin: 0 auto;
}

#header-search {
    position: relative;
}

#header-search input {
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 10px 60px 10px 12px;
    border: solid 1px #0DABBE;
    border-radius: 20px;
}

#header-search input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-weight: 400;
    color: #A0A0A0;
    opacity: 1;
    /* Firefox */
}

#header-search input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-weight: 400;
    color: #A0A0A0;
}

#header-search input::-ms-input-placeholder {
    /* Microsoft Edge */
    font-weight: 400;
    color: #A0A0A0;
}

#header-search button {
    width: 48px;
    height: 38px;
    border: none;
    position: absolute;
    right: 22px;
    top: 0;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

#search-header-mob {
    display: none;
    background: #f1f1f1;
    padding: 14px 0;
}

.media-scroll {
    display: none;
}

.header-info {
    display: flex;
    margin-right: 20px;
}

.header-user {
    margin-right: 20px;
}

.header-user a {
    display: flex;
    margin-right: 15px;
    align-items: center;
}

.header-info p, .header-user p {
    text-wrap: nowrap;
    font-size: 12px;
    display: table;
    margin-bottom: 0;
}

.header-info img, .header-user img {
    width: 35px;
    height: 35px;
    object-fit: contain;
    object-position: center;
    margin-right: 5px;
}

.header-cart {
    position: relative;
    margin-right: 15px;
}

.header-cart > a > span {
    font-weight: 700;
    color: #fff;
    background: #0DABBE;
    width: 16px;
    height: 15px;
    text-align: center;
    border-radius: 100%;
    position: absolute;
    right: -10px;
    top: -9px;
    font-size: 10px;
}

#header-profile {
    position: relative;
    width: 30px;
    height: 45px;
    float: left;
    background: url(../images/icons.png);
    background-position: 30px -53px;
    background-size: 100px;
    /*margin-top: 5px;*/
}

#header-phone {
    float: left;
    margin-left: 18px;
}

#header-phone p {
    color: #03aec0;
    margin: 0;
    text-align: right;
    line-height: 11px;
    font-weight: 800;
}

#header-phone p strong {
    font-size: 31px;
    line-height: 20px;
    margin-top: 7px;
    display: table;
    letter-spacing: -1px;
    font-weight: 800;
}

#header-phone p strong span {
    font-size: 26px;
}

#header-brazil {
    float: left;
    width: 57px;
    height: 53px;
    background: url(../images/icons.png);
    background-position: 0px 0px;
    background-size: 84px;
    background-repeat: no-repeat;
    margin-left: 16px;
    margin-top: -5px;
    margin-bottom: -7px;
}

#newsbar-header {
    background: #f0f0f0;
    width: 100%;
    padding: 12px 0;
    margin-top: 0;
}

#newsbar-header p {
    margin: 0;
    font-size: 14px;
    line-height: 22px;
}

.row-newsbar {
    display: flex;
}

.col-newsbar-left {
    position: relative;
    display: inline-block;
    padding-right: 16px;
}

.col-newsbar-right {
    position: relative;
    display: inline-block;
    flex-grow: 1;
}

#newsbar-header input {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 12px 12px 12px 18px;
    border-radius: 22px;
    border: none;
}

#newsbar-header button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 54px;
    background: #b4b4b4;
    color: #fff;
    font-weight: 700;
    border: none;
    border-radius: 0 22px 22px 0;
    text-align: left;
    padding-left: 18px;
}

.box-medias {
    margin-right: 15px;
}

.box-medias .icon-linkedin, .box-medias .icon-linkedin:hover, .box-medias .icon-linkedin:focus,
.box-medias .icon-face, .box-medias .icon-face:hover, .box-medias .icon-face:focus {
    display: table;
    float: left;
    width: 25px;
    height: 25px;
    background: transparent;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    margin-left: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#newsbar-header .box-medias a {
    background-color: #4964a4;
    width: 35px;
    height: 35px;
    padding-top: 4px;
    font-size: 20px;
    padding-left: 1px;
}

@media(min-width: 992px) {
    #topheader a.icon-face, #topheader a.icon-linkedin {
        display: none;
    }
}

@media(max-width: 991px) {
    #header-brazil {
        display: none;
    }
    .box-medias {
        display: none;
    }
}

@media(min-width: 768px) {
    .submenu-content {
        background: #fff;
        padding: 15px;
        border-radius: 15px;
        box-shadow: 0px 20px 40px 0px rgb(0 0 0 / 19%);
    }    
    ul#primary-menu li:hover .submenu {
        display: block;
    }
    .box-title-menu-mob {
        display: none;
    }
    #btn-menu-toggle {
        display: none;
    }
}

#logo-mobile {
    display: none;
    width: 40px;
}

.box-category h3, .box-segment h3 {
    font-size: 28px;
    font-weight: 900;
    color: #fff;
    letter-spacing: -1px;
    text-align: center;
    padding: 10px;
    height: 90px;
    overflow: hidden;
    text-transform: uppercase;
}

@media(max-width: 767px) {
    body {
        padding-top: 62px;
    }
    .box-category h3, .box-segment h3  {
        font-size: 16px;
        letter-spacing: normal;
    }
    #logo-mobile {
        display: block;
    }
    #logo-desktop {
        display: none;
    }
    .header-info, .header-user {
        display: none;
    }
    .col-header-content {
        flex-direction: row;
        justify-content: flex-end;
    }
    .col-header-search {
        display: inline-block;
        width: 100%;
    }
    .col-cart-phone {
        display: inline-block;
        width: 100%;
    }
    .box-title-menu-mob strong {
        font-weight: 800;
        font-size: 24px;
        color: #eaeaea;
    }
    .box-title-menu-mob {
        display: flex;
        padding: 16px 20px 0;
        justify-content: space-between;
        width: 100%;
    }
    .submenu {
        display: none;
        position: relative;
        top: 0;
        right: 0;
        padding: 0;
        z-index: 9;
        background: transparent;
    }
    .box-title-menu-mob button {
        float: right;
        background: transparent;
        border: none;
        font-size: 30px;
        color: #eaeaea;
        padding: 2px;
        line-height: 0;
    }
    .submenu-title {
        display: none;
    }
    ul#primary-menu {
        padding: 20px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    ul#primary-menu > li ul li > a {
        font-weight: 400;
    }
    ul#primary-menu>li:hover>a, ul#primary-menu>li>a:focus, ul#primary-menu>li:hover>a, ul#primary-menu>li ul li:hover>a, ul#primary-menu>li ul li>a:focus {
        color: #fff;
    }
    .menu {
        display: none;
        position: fixed;
        overflow-y: auto;
        z-index: 999;
        background: #00b0c3;
        top: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        max-width: 270px;
        box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
        margin-bottom: 0;
        border-radius: 0;
        align-items: flex-start;
        flex-direction: column;
        justify-content: flex-start;
    }
    ul#primary-menu {
        padding: 20px;
    }
    ul#primary-menu > li {
        display: block;
        margin: 5px 0;
        font-weight: 500;
    }
    ul#primary-menu > li ul > li {
        margin: 10px 0;
    }
    ul#primary-menu li {
        display: block;
        margin: 5px 0;
        font-weight: 700;
    }
    ul#primary-menu li a {
        color: #fff;
        text-align: left;
    }
    #header-phone p {
        line-height: 5px;
        font-weight: 400;
        font-size: 12px;
    }
    #header-phone {
        padding-top: 7px;
        margin-left: 0;
    }
    #header-phone p strong {
        font-size: 28px;
        margin-top: 7px;
    }
}

@media(max-width: 500px) {
    .col-cart-phone {
        display: table;
    }
    #header-phone {
        position: absolute;
        right: 15px;
        padding-top: 0;
    }
    .header-scroll #btn-menu-toggle {
        top: 46px;
    }
    #newsbar-header {
        display: none;
    }
    #search-header-mob {
        display: block;
    }
    #logo-desktop {
        width: 118px;
    }
    #header-phone p strong {
        font-size: 25px;
    }
    #header-phone p strong span {
        font-size: 20px;
    }
}

/* End header */

/* Header scroll */

.header-scroll {
    position: fixed;
    z-index: 99;
    right: 0;
    left: 0;
    transition: .4s;
}

.header-scroll .media-scroll {
    display: block;
    margin-top: 3px;
}

.header-scroll .header-social-media {
    display: none;
}

.header-scroll ul#primary-menu {
    padding: 6px;
}

/* Cart */

.without-arrow {
    -webkit-appearance: none;
    /* Remove estilo padrão do Chrome */
    -moz-appearance: none;
    /* Remove estilo padrão do FireFox */
    appearance: none;
    /* Remove estilo padrão do FireFox*/
}

#box-preview-cart {
    position: absolute;
    width: 335px;
    top: 0;
    right: 0;
    padding-top: 64px;
    display: none;
}

.col-cart-phone:hover #box-preview-cart {
    display: block;
}

.cart-preview-title {
    font-weight: 900;
    color: #00b0c3;
}

#cart-preview {
    max-width: 100%;
    width: 100%;
    position: relative;
    background: #fff;
    z-index: 99;
    padding: 15px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.14);
    border-radius: 3px;
}

#cart-preview:before {
    content: "\A";
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid white;
    position: absolute;
    right: 18px;
    top: -16px;
}

#cart-preview small {
    color: #6b6b6b;
}

#cart-preview small i {
    color: #00b0c3;
}

#box-preview-cart td {
    border-top: none;
}

#products-preview-cart {
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
}

#box-preview-cart button {
    width: 100%;
    border: none;
    padding: 10px 21px;
    border-radius: 3px;
    font-size: 14px;
    margin-top: 10px;
}

#box-preview-cart button.next {
    background: #03aec0;
    color: #fff;
}

#box-preview-cart button.prev {
    background: #f1f1f1;
    color: #969696;
}

.more-qtd, .repeat-data, #repeat-data {
    font-size: 12px;
    font-weight: 500;
    color: #03aec0;
}

.display-none {
    display: none !important;
}

@media( max-width: 767px) {
    #box-preview-cart {
        top: 0;
        left: auto;
        right: 38px;
        padding-top: 64px;
        display: none;
    }
    #cart-preview:before {
        left: auto;
        right: 20px;
    }
    div#header-profile {
        position: absolute;
        top: 48px;
        right: 120px;
        background-size: 88px;
        background-position: 29px -45px;
    }
    .header-scroll div#header-profile {
        position: absolute;
        top: 48px;
        right: 120px;
        background-size: 90px;
    }
}

@media( max-width: 500px) {
    #box-preview-cart {
        width: 280px;
        top: 36px;
        left: auto;
        right: 42px;
        padding-top: 64px;
        display: none;
    }
    #cart-preview:before {
        left: auto;
        right: 20px;
    }
}

.cart-qty-group {
    position: relative;
}

.cart-qty-group input {
    max-width: 100px;
    float: left;
}

.cart-qty-group i {
    position: absolute;
    font-size: 18px;
    right: 22px;
    top: 9px;
}

.cart-qty-group i.fa-check-circle {
    color: #4CAF50;
}

.cart-qty-group i.fa-times-circle {
    color: #F44336;
}

#cart .act-delete {
    display: table;
    width: 100%;
    text-align: center;
}

.box-info-budget {
    background: #eee;
    padding: 15px 20px;
    border-radius: 3px;
    margin: 12px 0 24px;
}

.box-info-budget .title {
    color: #00b0c3;
}

.box-cart-login {
    text-align: center;
    padding: 20px;
    background: #ff8400;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
}

.btn-orange {
    background-color: #ff8400;
    color: #fff;
}

.box-cart-register {
    text-align: center;
    padding: 20px;
    background: #03aec0;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
}

a.act-list {
    text-decoration: none;
    font-size: 24px;
    margin-right: 5px;
}

a.act-delete {
    color: #d9534f;
}

.filter-hidden {
    display: none;
}

a.act-edit {
    color: #367fa9;
}

.image-product-cart {
    width: 78px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    vertical-align: middle;
}

.btn-left-more-products {
    float: left;
    background: #ff8400;
    color: #fff;
    border: none;
    padding: 10px 21px;
    border-radius: 3px;
    font-size: 16px;
}

.btn-right-budget {
    float: right;
    background: #03aec0;
    color: #fff;
    border: none;
    padding: 10px 21px;
    border-radius: 3px;
    font-size: 16px;
}

@media(max-width: 768px) {
    .btn-right-budget, .btn-left-more-products {
        width: 100%;
        margin: 10px auto;
    }
}

/* Customer panel */

.product-color-product-image {
    max-width: 85px;
}

/* End customer panel */

/* Login */

.panel-body-login {
    min-height: 220px;
}

/* End login */

/* Customer dashboard */

.subtitle-dashboard {
    font-size: 24px;
    font-weight: 700;
    color: #ff8400;
}

/* End customer dashboard */

/* Page content */

.alert {
    margin-bottom: 0;
    margin-top: 12px;
}

#modalAlert {
    text-align: center;
}

#modalAlert button {
    margin: 0 auto;
    display: table;
}

.btn-contract, .btn-contract:hover, .btn-contract:focus {
    background: #ff8400;
    color: #fff;
    border: none;
    padding: 14px 26px;
    border-radius: 3px;
    font-size: 18px;
    border-radius: 35px;
    width: 250px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 25px;
}

.order-steps {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 80px;
    margin-bottom: 80px;
}

.order-step {
    background-color: #03aec0;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 18px 30px;
    border-radius: 50px;
    max-width: 760px;
    margin-bottom: 20px;
}

.order-step p {
    color: #fff;
}

.order-step .title + p {
    margin-top: 30px;
}

.order-step .title {
    display: flex;
}

.order-step .title span {
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

.order-step .title .step-count {
    width: 5px;
} 

.order-step .title .step-text {
    flex: 1;
}

.title-page {
    color: #03aec0;
    font-weight: 700;
    margin: 22px 0;
}

.block-title {
    color: #03aec0;
    font-weight: 700;
    margin: 22px 0;
}

.box-product {
    position: relative;
    margin: 18px auto;
    padding: 14px 0;
    border-radius: 15px;
    overflow: hidden;
    transition: .3s;
}

.box-product .item {
    min-height: 235px;
}

.box-product:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.10);
    transition: .3s;
}

.box-product img {
    width: 100%;
    height: 210px !important;
    object-fit: contain;
}

.box-product h3 {
    margin-top: 10px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
}

.box-product h3 a {
    color: #1f1f1f;
    transition: .3s;
}

.box-product h3 a:hover {
    color: #03aec0;
    transition: .3s;
}

.box-product h4 {
    font-weight: 300;
    font-size: 16px;
    text-align: center;
}

.box-product h4 a {
    color: #969696;
}

.box-product h4 a:hover {
    color: #03aec0;
    transition: .3s;
}

.tag.tag-text {
    position: absolute;
    right: 14px;
    top: 16px;
    z-index: 9;
    background: #ff8400;
    padding: 3px 12px;
    border-radius: 12px;
    color: #fff;
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
}

.color-options {
    height: 27px;
    display: flex;
    justify-content: center;
}

.color-options a {
    width: 15px;
    height: 15px;
    margin: 6px 2px;
    display: table;
    border-radius: 100%;
    border: solid 1px #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    transition: .3s;
}

.color-options a:hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.28);
    transition: .3s;
}

/* End page content */

/* Home */

.carousel-control.right, .carousel-control.left {
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 70px;
    background: transparent;
}

.block-title-home {
    font-size: 28px;
    color: #03aec0;
    font-weight: 900;
    margin: 32px 0;
    text-align: center;
}

#categories .row, #segments .row {
    margin-right: -8px;
    margin-left: -8px;
}

#categories .col-md-4, #segments .col-md-4 {
    padding-left: 8px;
    padding-right: 8px;
}

.box-category, .box-segment {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 30px;
}

.box-category {
    background: #53dee5;
}

.box-segment {
    background: #ffbc6e;
}

.box-category img, .box-segment img {
    height: 280px;
    width: 100%;
    margin: 0 auto;
    display: table;
    opacity: 0.7;
    object-fit: contain;
    object-position: center;
}

.box-category:hover img, .box-segment:hover img {
    opacity: 1;
    transition: .4s;
}

#area-about-company {
    margin: 0 0 25px;
    background: #00b4c5;
    padding: 40px;
    color: #fff;
    border-radius: 10px;
}

#area-about-company h4 {
    font-size: 26px;
    font-weight: 900;
    color: #fff;
    letter-spacing: -1px;
    text-align: left;
    padding: 10px 0;
}

#area-about-company p {
    font-size: 16px;
    color: #fff;
    line-height: 16px;
}

.testimonial {
    outline: none;
    margin: 44px 15px 12px;
}

#carousel-testimonies {
    margin: 0 -15px;
}

.box-testimonial {
    width: 100%;
    position: relative;
    background: #00b1c5;
    padding: 20px;
}

.box-testimonial p {
    color: #fff;
    text-align: center;
    font-size: 16px;
    width: 85%;
    margin: auto;
    padding: 20px 0;
    line-height: 16px;
    min-height: 110px;
}

#carousel-customers {
    margin: 50px 0;
}

#carousel-customers img {
    margin: 0 15px;
    width: 100%;
    height: 90px;
    object-fit: contain;
    object-position: center;
    filter: grayscale(100%); 
    transition: filter 0.3s ease-in-out;
    opacity: 0.5;
}

#tutorial {
    margin: 80px 0 60px;
}

.tutorial-text {
    background: url(../images/airplane.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
    padding-bottom: 95px;
    background-size: 50%;
}

#tutorial iframe {
    border-radius: 10px;
    overflow: hidden;
}

#tutorial strong {
    color: #FF8200;
    font-size: 38px;
    font-weight: 900;
    line-height: normal;
    
}

#tutorial p {
    color: #545454;
    font-size: 18px;
    margin-top: 20px;
    max-width: 60%;
}

/* #carousel-customers img:hover {
    filter: grayscale(0%);
} */

.icon-like-testiomonial {
    background: #00b1c5;
    position: absolute;
    top: -32px;
    left: 0;
    z-index: 9;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    padding: 10px 12px;
}

.icon-like-testiomonial img {
    width: 36px;
    height: 36px;
    transform: rotate(-20deg);
}

.icon-quotes-testimonial {
    position: absolute;
    bottom: 18px;
    top: auto;
    z-index: 9;
    right: 10px;
    height: 20px;
}

.icon-quotes-testimonial img {
    width: 78px;
}

/* End home */

/* Category */

.box-subcategories ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.box-subcategories ul li {
    list-style: none;
    margin: 5px;
    padding: 0;
}

.box-subcategories ul li a {
    background-color: #c3f7ff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    border-radius: 5px;
}

#filters {
    padding-top: 12px;
}

#filters h2 {
    font-size: 16px;
    font-weight: 700;
    margin-top: 8px;
}

#category-title h1 {
    color: #00b0c3;
    font-size: 42px;
    font-weight: 800;
    text-align: center;
    margin-top: 14px;
    margin-bottom: 14px;
}

#category-title p {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 16px;
}

.order-left p, .order-left select {
    float: right;
}

.order-right p, .order-right select {
    float: left;
}

.order-left p, .order-right p {
    margin-right: 6px;
    padding-top: 2px;
}

.ui-widget.ui-widget-content {
    border: none;
    border-radius: 10px;
}

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #eaeaea;
    color: #333333;
}

.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.ui-slider-horizontal {
    height: 16px;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #00b0c3;
    color: #333333;
    font-weight: bold;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: none;
    background: #ff8400;
    font-weight: normal;
    color: #454545;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
}

.ui-slider .ui-slider-handle {
    outline: none;
    position: absolute;
    z-index: 2;
    width: 24px;
    height: 24px;
    cursor: pointer;
    border-radius: 100%;
    -ms-touch-action: none;
    touch-action: none;
}

.filter {
    margin-bottom: 34px;
}

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

.filter ul li {
    margin: 5px 0;
}

.filter ul li label {
    color: #1f1f1f;
    text-decoration: none;
    transition: .2s;
    font-weight: 400;
}

.filter ul li label:hover {
    color: #03aec0;
    text-decoration: none;
    cursor: pointer;
    transition: .2s;
}

.filter ul li label.active {
    color: #03aec0;
}

.filter .color {
    cursor: pointer;
    width: 27px;
    height: 27px;
    border-radius: 100%;
    border: solid 3px #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    margin-bottom: 8px;
    margin-right: 3px;
    transition: .3s;
}

.filter button:hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.28);
    transition: .3s;
}

.btn-clear-filters {
    background: transparent;
    padding: 0;
    border: none;
    color: #00b0c3;
    margin-bottom: 18px;
}

.box-load p {
    font-size: 15px;
    text-align: center;
}

.box-load img {
    display: table;
    width: 50px;
    margin: 15px auto;
    animation: spin 1s linear infinite;
}

.pagination-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* End  category */

/* Product */

#product-title {
    font-size: 32px;
    font-weight: 800;
    color: #00b0c3;
}

#product-ref {
    color: #ccc;
    font-size: 14px;
    margin-bottom: 12px;
    margin-top: 0;
}

#product-colors {
    margin-bottom: 16px;
    max-width: 235px;
}

#product-colors label {
    cursor: pointer;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    border: solid 3px #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    margin-bottom: 8px;
    margin-right: 4px;
    transition: .3s;
}

#product-colors input:checked+label {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}

#product-colors label:hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.28);
    transition: .3s;
}

.prodct-width-limit {
    max-width: 350px;
}

.prodct-width-limit p {
    margin-bottom: 0;
}

#qts {
    margin-top: 26px;
}

.qty {
    position: relative;
    max-width: 200px;
}

.qty label {
    position: absolute;
    z-index: 9;
    text-align: center;
    top: 6px;
    left: 0;
    right: 0;
    font-weight: 300;
    color: #a3a3a3;
}

.qty input {
    width: 100%;
    height: 60px;
    text-align: center;
    padding: 28px 8px 8px;
    border-radius: 3px;
    border: solid 1px #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.09);
    font-size: 16px;
    margin-bottom: 16px;
}

.qty button.close-qty {
    z-index: 999;
    position: absolute;
    top: -11px;
    right: -11px;
    background: #fff;
    border: none;
    font-size: 20px;
    color: #ccc;
    padding: 0;
    line-height: 0;
    border-radius: 100%;
    height: 22px;
    width: 22px;
}

.delete-number-to-qty, .add-number-to-qty {
    z-index: 999;
    position: absolute;
    right: 6px;
    border: none;
    font-size: 10px;
    padding: 0;
    line-height: 0;
    border-radius: 100%;
    background: transparent;
    color: #ccc;
}

.add-number-to-qty {
    top: 28px;
}

.delete-number-to-qty {
    top: 38px;
}

.col-qty {
    float: left;
    width: 90px;
    margin-right: 11px;
}

.col-add-qty {
    float: left;
    width: 118px;
}

.show-more {
    background: transparent;
    border: none;
    font-size: 14px;
    font-weight: 700;
    color: #00b0c3;
    padding: 0;
    cursor: auto;
}

#add-qty {
    background: transparent;
    border: none;
    font-size: 14px;
    font-weight: 700;
    color: #00b0c3;
    padding: 0;
}

#add-cart {
    background: #0DABBE;
    border: none;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    padding: 10px 15px;
    border-radius: 25px;
    margin-top: 24px;
    margin-right: 5px;
}

#go-to-cart {
    background: #FF8200;
    border: none;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    padding: 10px 15px;
    border-radius: 25px;
    margin-top: 24px;
}

#btnRating {
    background: #00b0cf;
    border: none;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    padding: 10px;
    border-radius: 3px;
    margin-top: 24px;
}

.rating-style {
    width: 15px;
}

.product-stars {
    margin-bottom: 16px;
}

#add-wish {
    background: #F44336;
    border: none;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    padding: 18px;
    border-radius: 3px;
    margin-top: 24px;
}

.img-zoom {
    cursor: crosshair;
}

.img-zoom img {
    width: 100%;
}

.wish-button {
    padding: 0;
}

.prev-carousel {
    position: absolute;
    top: 0;
    bottom: 0;
    background: transparent;
    border: none;
    z-index: 9;
}

.prev-carousel i, .next-carousel i {
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #ccc;
    border-radius: 100%;
    padding: 7px;
    border: solid 2px #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    opacity: 0.5;
    width: 36px;
    height: 36px;
}

.prev-carousel:hover i, .next-carousel:hover i {
    opacity: 0.8;
}

.next-carousel {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    background: transparent;
    border: none;
    z-index: 9;
}

.prev-carousel {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    border: none;
    z-index: 9;
}

.product-slider-arrow {
    text-align: center;
    width: 40px !important;
    height: 40px !important;
    font-size: 20px !important;
    color: #fff;
    background: #ccc;
    border-radius: 100%;
    padding: 7px;
    border: solid 2px #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

#product-images {
    position: relative;
}

.carousel-product-thumb {
    object-fit: cover;
}

#carousel-product-images a, #carousel-product-images a:focus, #carousel-product-images a:hover {
    outline: none;
}

#carousel-product-images a img {
    display: block;
    margin: 0 auto;
    padding: 8px;
}

.title-block-product-page {
    color: #00b0c3;
    font-size: 20px;
    font-weight: 700;
}

.sociais-icons {
    text-align: center;
    margin: 15px auto 30px;
}

div#facebook {
    border-radius: 3px;
    background: #3b5998;
    width: 45px;
    height: 45px;
    float: left;
    margin-right: 10px;
}

div#facebook .fa {
    color: #fff;
    font-size: 30px;
    margin-top: 8px;
}

div#twitter {
    border-radius: 3px;
    background: #00aced;
    width: 45px;
    height: 45px;
    float: left;
    margin-right: 10px;
}

div#twitter .fa {
    color: #fff;
    font-size: 30px;
    margin-top: 7px;
}

div#linkedin {
    border-radius: 3px;
    background: #007bb6;
    width: 45px;
    height: 45px;
    float: left;
    margin-right: 10px;
}

div#linkedin .fa {
    color: #fff;
    font-size: 25px;
    margin-top: 8px;
}

div#whatsapp {
    border-radius: 3px;
    background: #34af23;
    width: 45px;
    height: 45px;
    float: left;
}

div#whatsapp .fa {
    color: #fff;
    font-size: 28px;
    margin-top: 8px;
}

/* End product */

/* Footer */

#companies {
    background: #00b0c3;
    padding: 50px 0;
    margin-top: 30px;
}

#whatwedo {
    padding: 50px 0;
}

#companies h2, #whatwedo h2 {
    font-size: 28px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 60px;
}

#companies h2, #companies h3 {
    color: #fff;
}

#whatwedo h2, #whatwedo h3 {
    color: #00b0c3;
}

#companies h3, #whatwedo h3 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 28px;
}

#whatwedo img, #companies img {
    display: table;
    width: 60%;
    margin: 0 auto;
    max-width: 150px;
}

#whatwedo p {
    color: #00b0c3;
    text-align: center;
}

footer {
    background: #eaeaea;
    padding: 30px 0;
}

footer #logo-footer {
    width: 170px;
    margin-bottom: 20px;
}

#text-company-footer {
    width: 100%;
    max-width: 170px;
}

footer h5 {
    font-weight: 800;
    margin-bottom: 20px;
}

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

footer ul li {
    margin: 5px 0;
}

footer ul li a {
    color: #000;
    text-decoration: none;
    transition: .2s;
}

footer ul li a:hover, footer ul li a:focus {
    color: #03aec0;
    text-decoration: none;
    transition: .2s;
}

.address-line {
    display: flex;
    margin-bottom: 12px;
}

.col-address-text p {
    padding-top: 2px;
}

.col-address-icon i {
    color: #00b0c3;
}

.col-address-icon i.fa-map {
    font-size: 24px;
    margin-right: 10px;
}

.col-address-icon i.fa-phone {
    width: 26px;
    height: 26px;
    font-size: 17px;
    margin-right: 9px;
    background: #00b0c3;
    color: #eaeaea;
    border-radius: 100%;
    text-align: center;
    padding-top: 4px;
}

.col-address-icon i.fa-envelope {
    font-size: 25px;
    margin-right: 8px;
}

#credit {
    background: #00b0c3;
    padding: 20px 0;
}

#credit p {
    font-size: 14px;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}

@media(max-width: 500px) {
    .col-address-icon i.fa-map {
        display: none;
    }
}

/* End footer */

/* Creator */

#creator {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    background: #fff;
    border: none;
}

.btn-creator {
    height: 58px;
    border: solid 2px #05879e;
    border-radius: 3px;
    background-color: transparent;
    width: 439px;
    max-width: 100%;
    margin-top: 13px;
    color: #05879e;
}

/* End Creator */

.load-dots {}

.dots {
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999999;
    background-color: rgb(255 255 255 / 80%);
    height: 100%;
}

.dots div {
    width: 50px;
    height: 50px;
    background: #03aec0;
    border-radius: 50%;
    margin-left: 15px;
    animation: move 1s ease-in-out infinite alternate;
}

.dots div:nth-child(1) {
    animation-delay: -0.4s;
}

.dots div:nth-child(2) {
    animation-delay: -0.2s;
}

@keyframes move {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(100%);
    }
}