/* 1. Painel
--------------*/
#painel .carousel img:not(.brand) {height: calc(100vh - 82.44px); object-fit: cover;}
#painel .carousel .carousel-caption {top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, .5);}
#painel .carousel .carousel-caption h1 {font-weight: 300; text-transform: uppercase; line-height: 1.5; margin-bottom: 1.5rem;}
#painel .carousel .carousel-caption .brands {margin-top: 2.5rem;}
#painel .carousel .carousel-caption .brands .brand {width: 120px; background: #FFF; border-radius: 5px; padding: 0.25rem 0.75rem}
#painel .carousel .carousel-caption .brands .brand:not(:last-child) {margin-right: 1rem;}
#painel .carousel .carousel-indicators button {width: 12.5px; height: 12.5px; border: 0; border-radius: 100%;}
#painel .carousel .carousel-item:not(.active) h1 {opacity: 0;}
#painel .carousel .carousel-item .btn:not(.showing) {opacity: 0;}
#painel .carousel .carousel-item .brands .brand:not(.showing) {opacity: 0;}
#painel .carousel .carousel-item.active .right h1 {animation-name: fadeInTopRight; animation-duration: 1s; animation-iteration-count: 1;}
#painel .carousel .carousel-item.active .right .btn.showing {animation-name: fadeInBottomRight; animation-duration: 1s; animation-iteration-count: 1;}
#painel .carousel .carousel-item.active .right .brands .brand.showing {animation-name: fadeInBottomRight; animation-duration: 1s; animation-iteration-count: 1;}
#painel .carousel .carousel-item.active .left h1 {animation-name: fadeInTopLeft; animation-duration: 1s; animation-iteration-count: 1;}
#painel .carousel .carousel-item.active .left .btn.showing {animation-name: fadeInBottomLeft; animation-duration: 1s; animation-iteration-count: 1;}
#painel .carousel .carousel-item.active .left .brands .brand.showing {animation-name: fadeInBottomLeft; animation-duration: 1s; animation-iteration-count: 1;}

@keyframes fadeInTopRight {
  from {transform: translate(75%, -75%); opacity: 0;}
  to {transform: translate(0, 0); opacity: 1;}
}

@keyframes fadeInBottomRight {
  from {transform: translate(90%, 90%); opacity: 0;}
  to {transform: translate(0, 0); opacity: 1;}
}

@keyframes fadeInTopLeft {
  from {transform: translate(-75%, -75%); opacity: 0;}
  to {transform: translate(0, 0); opacity: 1;}
}

@keyframes fadeInBottomLeft {
  from {transform: translate(-90%, 90%); opacity: 0;}
  to {transform: translate(0, 0); opacity: 1;}
}

/* 2. Know more
-----------------*/
#know-more {background: linear-gradient(50deg, #284E94, #142F61); color: #FFF; text-align: center;}
#know-more p b {color: #FAA72F;}
#know-more .titulo {font-weight: 300; color: inherit;}

/* 3. Vantagens
-----------------*/
#vantagens {overflow-x: hidden;}
#vantagens .nav-tabs {border-bottom: 0; z-index: 1;}
#vantagens .nav-tabs .nav-item {text-align: center; margin-bottom: 40px;}
#vantagens .nav-tabs .nav-item:not(:last-child) {margin-right: 1.5rem;}
#vantagens .nav-tabs .nav-item .nav-link {background: #FFF; border: 0; border-radius: 10px; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25); color: inherit;}
#vantagens .nav-tabs .nav-item .nav-link.active {background: linear-gradient(0deg, #FFD0AE, #FFF);}
#vantagens .nav-tabs .nav-item .nav-link img {width: 100px; height: 60px; margin-bottom: 0.5rem;}
#vantagens .nav-tabs .nav-item .nav-link p {text-align: center; width: 100%;}
#vantagens .nav-tabs .nav-item .nav-link p span {font-weight: 600; color: #284E94;}
#vantagens .tab-content .tab-pane {color: #FFF; padding: 120px 0; position: relative;}
#vantagens .tab-content .tab-pane::before {content: ''; position: absolute; top: -60px; left: -100vw; width: 200vw; height: calc(100% + 60px); z-index: -2;}
#vantagens .tab-content .tab-pane::after {content: ''; position: absolute; top: -60px; left: -100vw; width: 200vw; height: calc(100% + 60px); background: linear-gradient(90deg, #2957A4, rgba(0, 0, 0, .25)); z-index: -1;}
#vantagens .tab-content .tab-pane h1 {font-weight: 900;}
#vantagens .tab-content .tab-pane h2 {font-size: 18px; text-transform: uppercase; color: #F3D19C; letter-spacing: 2px;}
#vantagens #empresa::before {background: url(../images/jpg/background/para-a-empresa.jpg); background-position: 100% 0; background-repeat: no-repeat;}
#vantagens #estabelecimento::before {background: url(../images/jpg/background/para-o-estabelecimento.jpg); background-position: 100% 0;background-repeat: no-repeat;}
#vantagens #voce::before {background: url(../images/jpg/background/para-voce.jpg); background-position: 100% 0;background-repeat: no-repeat;}

/* #carousel-lc {width: 100%; height: 100%; object-fit: cover;}
#carousel-lc img {width: 100%; height: 100%;}
#carousel-lc .carousel-inner .carousel-item .overlay .carousel-caption {background: linear-gradient(90deg, #2957A4, rgba(0, 0, 0, .25)); left: 0; bottom: 0; height: 100%; position: absolute; width: 100%; padding-left: 15px; padding-top: 30%;}
#carousel-lc .carousel-inner .carousel-item .carousel-caption {text-align: start;}
#carousel-lc .carousel-inner .carousel-item .carousel-caption h1 {font-weight: 900;}
#carousel-lc .carousel-inner .carousel-item .carousel-caption h2 {font-size: 18px; text-transform: uppercase; color: #F3D19C; letter-spacing: 2px;} */

/* 4. Como Funciona
---------------------*/
#como-funciona h2 {font-size: 18px; font-weight: 300; text-transform: uppercase; letter-spacing: 3px; color: #717171;}
#como-funciona .image {width: 115px; height: 115px; background: linear-gradient(45deg, #F38534, #F5C67C); border-radius: 100%; padding: 1rem 1.35rem; position: relative; margin: 0 auto;}
#como-funciona .image img {height: 100%;}
#como-funciona .image span {position: absolute; top: 0; right: 0; font-size: 20px; font-weight: 900; background: #F38534; border-radius: 100%; width: 40px; height: 40px; display: -ms-flexbox; display: flex; -ms-align-items: center; align-items: center; -ms-justify-content: center; justify-content: center;}
#como-funciona .text h3 {font-weight: 900; color: #274A8C; margin-bottom: 0.25rem;}
#como-funciona .text p {font-size: 14px;}

/* 5. Rede de Credenciados
----------------------------*/
#rede-de-credenciados h2 {font-size: 18px; font-weight: 300; text-transform: uppercase; letter-spacing: 3px; color: #717171;}
#rede-de-credenciados .cellphone {max-height: 400px;}
#rede-de-credenciados .categoria img {height: 60px; margin-bottom: 0.5rem;}
#rede-de-credenciados .categoria h3 {font-size: 14px; font-weight: 600; text-align: center; text-transform: uppercase; margin-bottom: 0;}

/* 6. Associados
------------------*/
#associados h2 {font-weight: 300; text-align: justify; margin-bottom: 0;}
#associados h2 span {width: 34px; height: 34px; background: linear-gradient(45deg, #F38D41, #FAA72F); border-radius: 100%; color: #FFF; font-size: 24px; font-weight: 900; -ms-display: inline-flexbox; display: inline-flex; -ms-align-items: center; align-items: center; -ms-justify-content: center; justify-content: center;}
#associados h3 {font-size: 3.5rem; font-weight: 900; text-align: center; text-shadow: 0 0 3px #284E94, 0 0 3px #284E94, 0 0 3px #284E94, 0 0 3px #284E94; color: #FFF; margin-bottom: 0;}
#associados img {border-radius: 10px; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .15); max-height: 350px;}

/* 7. Lojistas / Parceiros
----------------------------*/
#lojistas h2 {font-weight: 900; text-transform: uppercase; color: #284E94;}
#lojistas p {text-align: justify;}
#lojistas img {height: 200px; object-fit: cover; border-radius: 10px; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25);}

/* 8. Cadastro
----------------*/
#cadastro h2 {font-size: 18px; font-weight: 300; text-align: center; text-transform: uppercase; letter-spacing: 3px; color: #717171; margin-bottom: 1.75rem;}
#cadastro label {margin-bottom: 0.25rem;}
#cadastro label.titulo {font-size: 22px; text-align: center; width: 100%;}
#cadastro .termos {border: 1px solid #DEE2E6; max-height: 350px; overflow-y: auto; overflow-x: hidden; padding: 15px;}
#cadastro .termos::-webkit-scrollbar {width: 10px;} /* width */
#cadastro .termos::-webkit-scrollbar-track {background: #F1F1F1;} /* Track */
#cadastro .termos::-webkit-scrollbar-thumb {background: #888;} /* Handle */
#cadastro .termos::-webkit-scrollbar-thumb:hover {background: #555;} /* Handle on hover */

/* 9. Contato
---------------*/
#contato-interna {border-top: 1px solid #DEE2E6; min-height: calc(100vh - 66.69px - 28px);}
#contato-interna h2, #contato-interna h3 {font-size: 18px;}
#contato-interna h2 {font-weight: 300; font-style: italic; text-align: center;}
#contato-interna h3 {font-weight: 600; text-transform: uppercase; color: #274A8C;}
#contato-interna img {height: 300px; border-radius: 10px; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .35);}
#contato-interna .social a {font-size: 26px;}
#contato-interna .social a:not(:last-child) {margin-right: 0.65rem;}
#contato-interna .box {text-align: center; border-bottom: 2px solid #274A8C; border-radius: 10px 10px 0 0; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .15); height: 100%; padding: 1rem;}

/* 10. Call-to-login
---------------*/
#call-to-login {position: relative; background: url(../images/jpg/background/call-to-login.jpg); background-position: 50% 20%; background-size: cover; padding: 120px 0; z-index: 0;}
#call-to-login::before {position: absolute; content: ""; width: 100%; height: 100%; top: 0; left: 0; background: rgba(0, 0, 0, .30); z-index: -1;}
#call-to-login h1 {font-weight: 900; color: #fff;}
#call-to-login h2 {font-size: 18px; text-transform: uppercase; color: #F3D19C; letter-spacing: 2px;}
#call-to-login p {color: #FFF;}
#call-to-login img {height: 70px; object-position: left; margin-bottom: 0.5rem;}

/* 11. Login
--------------*/
#login {border-top: 1px solid #DEE2E6;}
#login h1, #login h2 {text-align: center;}
#login h1 {font-size: 18px; font-weight: 600; margin-bottom: 1.75rem;}
#login h2 {font-size: 16px; font-weight: 400;}
#login a {color: #284E94; text-decoration: underline;}
#login a:hover {opacity: .75;}
#login .brand {max-height: 70px; margin-bottom: 1rem;}
#login .btn .front, #login .btn .back {text-transform: initial; border-radius: 5px;}
#login .side-image {background: radial-gradient(ellipse at 20% 5%, #FFCB35, #FF7B00, #A70409, #600001); border-radius: 10px; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .45); max-height: 400px; padding: 1rem; padding-bottom: 0;}
#login .input label {font-size: 14px; top: 0.65rem;}
#login .input .form-control {font-size: 14px; padding: 1rem 1rem 0.75rem 1rem;}
#login .input .form-control:focus {border-color: #B3B3B3;}
#login .input .form-control:focus + label, #login .input .form-control:not(:placeholder-shown) + label {font-weight: 400; color: #B3B3B3; transform: translateX(5px) translateY(-20px);}

/* 12. Categorias
-----------------------*/
#painel-categorias {position: relative; border-bottom: 4px solid #f48633;}
#painel-categorias .carousel img {height: 225px; object-fit: cover; object-position: 50% 25%;}
#painel-categorias .carousel .carousel-caption {top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, .55);}
#painel-categorias .carousel .carousel-caption h1 {color: #FFF; font-size: 30px; opacity: 0;}
#painel-categorias .carousel .carousel-item.active h1 {opacity: 1;}
#painel-categorias .carousel .carousel-item.active .right h1 {animation-name: fadeInRight; animation-duration: 1.5s; animation-iteration-count: 1;}

@keyframes fadeInRight {
  from {transform: translate(-75%, -200%); opacity: 0;}
  to {transform: translate(0, 0); opacity: 1;}
}

#categorias .ofertas input {margin-bottom: 10px;}
#categorias .ofertas label {font-size: 15px;}
#categorias .categoria input {margin-bottom: 10px;}
#categorias .subcategoria input {margin-bottom: 10px;}
#categorias .filtros .box {border: 1px solid #dedede; padding: 10px; height: 100%;}
#categorias .filtros .box .column {background: #eaeaea; padding: 10px; border-radius: 5px; margin: 0 0 0 10px;}
#categorias .filtros .box .column p {color: rgb(169, 169, 169); font-size: 15px; margin-bottom: -20px;}
#categorias .filtros .box .column h2 {font-size: 17px; font-weight: 100;}
#categorias .filtros .caixa-filtro {width: 100%;}
#categorias .resultados .box {border-radius: 10px; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .15); overflow: hidden;}
#categorias .resultados .box .image {height: 200px;}
#categorias .resultados .box .image img {height: 100%; object-fit: cover;}
#categorias .resultados .box .text {padding: 0.5rem 0.75rem;}
#categorias .resultados .box .text p > span {background: #eaeaea; color: rgb(138 138 138); font-size: 13px; padding: 5px; border-radius: 5px;}
#categorias .resultados .box .body {height: 110px;}
/*#categorias .resultados .box .body .tarja {background: rgb(236, 235, 235); border-radius: 20px; margin: 0.5rem 0.8rem;}*/
/*#categorias .resultados .box .body .tarja p {font-size: 13px; color: #767676; padding: 0.2rem; margin: 0 14px 0 6px; text-align: center;}*/
#categorias .resultados .box .body .title {padding: 0.5rem 1rem; font-weight: 700; color: #6e6e6e;}
#categorias .return-to-top {font-weight: 600; text-transform: uppercase; color: #274A8C;}
#categorias .return-to-top i {font-size: 26px; vertical-align: middle;}
#categorias .return-to-top a:hover {opacity: .75;}
#categorias #sort-menu {font-size: 13px; padding: 0.2rem; border: solid 1px #ccc;}

.btn.tarja {background: rgb(236, 235, 235); border-radius: 20px; margin: 0.5rem 0.8rem; font-size: 13px; color: #767676; padding: 0.3rem 0.5rem;  text-align: center; text-transform: inherit; font-weight: 500;}


/* 13. Credenciado / Loja
---------------------------*/
#credenciado {border-top: 1px solid #DEE2E6;}
#credenciado .box h2 {font-size: 18px; font-weight: 600; text-transform: uppercase; color: #274A8C; margin-bottom: 1rem;}
#credenciado .box h3 {font-size: 18px;}
#credenciado .box h3 i {color: #F48633;}
#credenciado .box .brand {max-height: 110px; margin-bottom: 1rem; object-position: left;}
#credenciado .box .small {color: #767676;}
#credenciado .section-title {font-size: 20px; font-weight: 600; text-transform: uppercase; color: #274A8C;}
#credenciado .section-title i {color: #F48D59;}
#credenciado .text {font-size: 16px; font-weight: 300; line-height: 1.5;}
#credenciado .text:not(:last-child) {margin-bottom: 1.75rem;}
#credenciado .destaque {box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .15);}
#credenciado .destaque:hover {color: inherit;}
#credenciado .destaque .image {height: 190px; overflow: hidden;}
#credenciado .destaque .image img {height: 100%; object-fit: cover; transition: .4s ease-in-out;}
#credenciado .destaque:hover .image img {transform: scale(1.2);}
#credenciado .destaque .description {text-align: center; padding: 0.75rem;}
#credenciado .destaque .description h2 {font-weight: 900; color: #F48532; margin-bottom: 0.5rem;}
#credenciado .destaque .description h2 span {font-size: 16px; font-weight: 400; text-decoration: line-through; color: #767676;}
#credenciado .destaque .description h3 {font-size: 16px; font-weight: 600; text-transform: uppercase; margin-bottom: 0.15rem;}
#credenciado .destaque .description h3:last-child {margin-bottom: 0;}
#credenciado .destaque .description h4 {font-size: 16px; color: #404040;}
#credenciado .destaque .description p {font-size: 14px; color: #767676; margin-bottom: 0.5rem;}
#credenciado .slick-slider .slick-slide {margin: 5px 15px;}
#credenciado .carousel img {max-height: 350px;}
#credenciado .credenciado {border-radius: 10px; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .15); overflow: hidden;}
#credenciado .credenciado .image {height: 200px; margin-bottom: 10px;}
#credenciado .credenciado .image img {height: 100%; object-fit: cover;}
#credenciado .credenciado .text {padding: 0.5rem 0.75rem;}
#credenciado .credenciado .text p > span {background: #eaeaea; color: rgb(138 138 138); font-size: 13px; padding: 5px; border-radius: 5px;}
#credenciado .sticky-top {top: 90px; z-index: 0;}

/* 14. Área do Cliente
------------------------*/
#area-do-cliente {border-top: 1px solid #DEE2E6;}
#area-do-cliente .button-nav {-ms-flex-wrap: wrap; flex-wrap: wrap;}
#area-do-cliente .button-nav a:not(:last-child) {margin-right: 1.25rem;}
#area-do-cliente .nav-tabs {height: 100%; background: #F7F7F7; border-radius: 5px; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .15); -ms-flex-direction: column; flex-direction: column;}
#area-do-cliente .nav-tabs .nav-item {width: 100%;}
#area-do-cliente .nav-tabs .nav-item .nav-link {background: transparent; border: 0; color: inherit; text-align: left; width: 100%;}
#area-do-cliente .nav-tabs .nav-item:not(:last-child) .nav-link {border-bottom: 1px solid #DEE2E6;}
#area-do-cliente .nav-tabs .nav-item .nav-link:hover {background: #EEE;}
#area-do-cliente .nav-tabs .nav-item .active {background:#E8E8E8;}
#area-do-cliente .client-header {margin-bottom: 1.75rem;}
#area-do-cliente .client-header button {background: transparent; border: 0; padding: 0; font-weight: 600; line-height: 1;}
#area-do-cliente .client-header p {border: 2px solid #666; border-top: 0; border-bottom: 0; margin: 0 1rem; padding: 0 1rem;}
#area-do-cliente .client-header p a {font-weight: 600; text-transform: uppercase; color: #274A8C;}
#area-do-cliente .client-header p a:hover {opacity: .75;}
#area-do-cliente .client-header a i {color: #D40000;}
#area-do-cliente .box {border: 1px solid #E8E8E8; border-radius: 5px; padding: 1rem;}
#area-do-cliente .box .saldo {position: relative;}
#area-do-cliente .box .saldo:not(:last-child) {margin-bottom: 1.75rem;}
#area-do-cliente .box .saldo h1 {font-weight: 600; color: #274A8C;}
#area-do-cliente .box .saldo h2 {font-size: 14px; text-transform: uppercase; color: #767676; margin-bottom: 0.15rem;}
#area-do-cliente .box .saldo p {/*padding-left: 1rem;*/ margin-bottom: 0.35rem;}
#area-do-cliente .box .saldo i {position: absolute; top: 0; right: 0; color: #767676;}
#area-do-cliente .adicionar-saldo {text-align: center;}
#area-do-cliente .adicionar-saldo h1, #area-do-cliente .adicionar-saldo h2 {text-transform: uppercase;}
#area-do-cliente .adicionar-saldo h1 {font-weight: 600; margin-bottom: 1.25rem;}
#area-do-cliente .adicionar-saldo h2 {font-size: 16px;}
#area-do-cliente .adicionar-saldo .brand {max-height: 52px;}
#area-do-cliente .adicionar-saldo .btn {width: auto; padding: 0.5rem 3.25rem 0.5rem;}
#area-do-cliente .data h1 {font-weight: 600; color: #274A8C; margin: 0; /*padding-left: 1rem;*/}
#area-do-cliente .data h2 {font-size: 14px; text-transform: uppercase; color: #767676;}

/* Extrato do Cliente interna
-------------------------------*/
#extrato {background: #FFF;}
#extrato .titulo {font-weight: 600; color: #E67E22;}
#extrato th {color: #274A8C;}
#extrato .btn-default {background: #274A8C; color: #FFF;}
#extrato .btn-default:hover {background: #204180; color: #FFF;}
/* Modal Área do Cliente
---------------------*/
/* #modal-extrato .modal-title {font-weight: 600; color: #E67E22;}
#modal-extrato .modal-body {background: #FFF;}
#modal-extrato .modal-body th {color: #274A8C;}
#modal-extrato .modal-footer .btn-default {background: #274A8C; color: #FFF;}
#modal-extrato .modal-footer .btn-default:hover {background: #204180; color: #FFF;} */

/* 15. Área do Lojista
------------------------*/
#area-do-lojista {border-top: 1px solid #DEE2E6;}
#area-do-lojista .button-nav {flex-wrap: wrap;}
#area-do-lojista .button-nav a:not(:last-child) {margin-right: 1.25rem;}
#area-do-lojista .nav-tabs {height: 100%; background: #F7F7F7; border-radius: 5px; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .15); -ms-flex-direction: column; flex-direction: column;}
#area-do-lojista .nav-tabs .nav-item {width: 100%;}
#area-do-lojista .nav-tabs .nav-item .nav-link {background: transparent; border: 0; color: inherit; text-align: left; width: 100%;}
#area-do-lojista .nav-tabs .nav-item:not(:last-child) .nav-link {border-bottom: 1px solid #DEE2E6;}
#area-do-lojista .nav-tabs .nav-item .nav-link:hover {background: #EEE;}
#area-do-lojista .nav-tabs .nav-item .dropdown-toggle {position: relative;}
#area-do-lojista .nav-tabs .nav-item .dropdown-toggle::after {position: absolute; top: 50%; right: 0.5rem; transform: translateY(-50%);}
#area-do-lojista .nav-tabs .nav-item .dropdown-menu {background: #F1F1F1; border: 0; border-radius: 0; padding: 0; position: initial !important; transform: unset !important;}
#area-do-lojista .nav-tabs .nav-item .dropdown-menu.show, #area-do-lojista .nav-tabs .nav-item .dropdown-menu li:not(:last-child) {border-bottom: 1px solid #DEE2E6;}
#area-do-lojista .nav-tabs .nav-item .dropdown-menu .dropdown-item {padding: 0.5rem 1rem; padding-left: 2rem;}
#area-do-lojista .nav-tabs .nav-item .dropdown-menu .dropdown-item:hover {background: #DEDEDE;}
#area-do-lojista .nav-tabs .nav-item .active {background:#E8E8E8; color: #212529;}
#area-do-lojista .client-header {margin-bottom: 1.75rem;}
#area-do-lojista .client-header button {background: transparent; border: 0; padding: 0; font-weight: 600; line-height: 1;}
#area-do-lojista .client-header p a {font-weight: 600; text-transform: uppercase; color: #274A8C;}
#area-do-lojista .client-header p a:hover {opacity: .75;}
#area-do-lojista .client-header a i {color: #D40000;}
#area-do-lojista .client-header ul {display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; list-style: none; margin-bottom: 0;}
#area-do-lojista .client-header ul li {padding-right: 1rem;}
#area-do-lojista .client-header ul li:not(:last-child) {border-right: 1px solid #666; margin-right: 1rem;}
#area-do-lojista .client-header .loja {text-transform: uppercase; color: #767676;}
#area-do-lojista .box {border: 1px solid #E8E8E8; border-radius: 5px; height: 100%; padding: 1rem;}
#area-do-lojista .box.warning h2 {font-weight: 600; text-transform: uppercase; color: #274A8C;}
#area-do-lojista .box.info h1 {font-size: 22px; font-weight: 900; color: #274A8C; margin-bottom: 0;}
#area-do-lojista .box.info h1 i {font-size: 32px;}
#area-do-lojista .box.info h2 {font-size: 14px; text-transform: uppercase; color: #767676; margin-bottom: 0.15rem;}
#area-do-lojista .box.info p {color: #274A8C;}
#area-do-lojista .panels i {color: red;}
#area-do-lojista .panels .image {height: 300px; overflow: hidden; position: relative;}
#area-do-lojista .panels .image img {height: 100%; object-fit: cover;}
#area-do-lojista .panels .image .overlay {position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: rgba(0, 0, 0, .75); border: 2px dashed #FFF; color: #FFF; padding: 1rem; width: 100%; height: 100%; font-size: 18px; text-align: center; text-transform: uppercase; display: -ms-flexbox; display: flex; -ms-justify-content: center; justify-content: center; -ms-align-items: center; align-items: center; -ms-flex-direction: column; flex-direction: column; cursor: pointer;}
#area-do-lojista .panels .image .overlay small {font-size: 70%; text-transform: initial;}
#area-do-lojista .table img {max-width: 100px;}
#area-do-lojista .titulo {margin-bottom: 0;}
#area-do-lojista .btn.sign-up i {background: #274A8C; border-radius: 4px; color: #FFF; padding: 0.25rem 0.5rem;}
#area-do-lojista .btn.sign-up:hover i {background: #1A3B77;}
#area-do-lojista .table tr {vertical-align: middle;}
#area-do-lojista .table button {font-size: 17px; border-radius: 4px; border: 0; line-height: 1; padding: 0.35rem 0.5rem;}
#area-do-lojista .table button:first-child {background: #E67E22; color: #FFF;}
#area-do-lojista .table button:first-child:hover {background: #DB7419;}
#area-do-lojista .table button:last-child {background: #A51212; color: #FFF;}
#area-do-lojista .table button:last-child:hover {background: #880B0B;}

/* LC POINTS GLOBAL
--------------------*/
/*#lcglobal #vantagens .carousel-inner .carousel-item img {height: 400px; width: 100%;}*/
#lcglobal .image {height: 190px; overflow: hidden;}
#lcglobal .image img {height: 100%; object-fit: cover; transition: .4s ease-in-out;}
#lcglobal .image:hover img {transform: scale(1.2);}
#lcglobal .slick-lcglobal {margin: 5px 15px; align-items: center;}
#lcglobal h1 {font-weight: 600;}

#lcglobal #vantagens .carousel-inner .carousel-caption {/*background: rgba(0, 0, 0, 0.1);*/ top: 0; left: 0; bottom: 0; right: 0; padding: 2rem; padding-top: calc; z-index: 0; height: calc(80vh - 132.44px); }
#lcglobal #vantagens .carousel-inner .carousel-item img {height: calc(74vh - 238.44px); object-fit: cover;}
#lcglobal #vantagens .carousel-inner .carousel-caption h1 {font-weight: 600; text-transform: uppercase; margin-bottom: 5%; color: #FFF; font-size: 30px;}
#lcglobal #vantagens .carousel-inner .carousel-caption .brands {margin-top: 2.5rem;}
#lcglobal #vantagens .carousel-inner .carousel-caption .brands .brand {width: 120px; background: #FFF; border-radius: 5px; padding: 0.25rem 0.75rem}
#lcglobal #vantagens .carousel-inner .carousel-caption .brands .brand:not(:last-child) {margin-right: 1rem;}
#lcglobal #vantagens .carousel-inner .carousel-indicators button {width: 12.5px; height: 12.5px; border: 0; border-radius: 100%;}
#lcglobal #vantagens .carousel-inner .carousel-item:not(.active) h1 {opacity: 0;}
#lcglobal #vantagens .carousel-inner .carousel-item .btn:not(.showing) {opacity: 0;}
#lcglobal #vantagens .carousel-inner .carousel-item .brands .brand:not(.showing) {opacity: 0;}
#lcglobal #vantagens .carousel-inner .carousel-item.active .right h1 {animation-name: fadeInTopRight; animation-duration: 1s; animation-iteration-count: 1;}
#lcglobal #vantagens .carousel-inner .carousel-item.active .right .btn.showing {animation-name: fadeInBottomRight; animation-duration: 1s; animation-iteration-count: 1;}
#lcglobal #vantagens .carousel-inner .carousel-item.active .right .brands .brand.showing {animation-name: fadeInBottomRight; animation-duration: 1s; animation-iteration-count: 1;}
#lcglobal #vantagens .carousel-inner .carousel-item.active .left h1 {animation-name: fadeInTopLeft; animation-duration: 1s; animation-iteration-count: 1;}
#lcglobal #vantagens .carousel-inner .carousel-item.active .left .btn.showing {animation-name: fadeInBottomLeft; animation-duration: 1s; animation-iteration-count: 1;}
#lcglobal #vantagens .carousel-inner .carousel-item.active .left .brands .brand.showing {animation-name: fadeInBottomLeft; animation-duration: 1s; animation-iteration-count: 1;}


/* POLITICA DE PRIVACIDADE */
#legal_majority {background-color:#fff; font-size: 10pt; margin: 0 auto; padding: 15px 7px; position: absolute; text-align: center;box-sizing: border-box;width: 100%; z-index: 99; box-shadow: rgba(0,0,0,.5) 0px 5px 50px; left: 0px; font-weight: 300;}
#legal_majority p {padding: 0;}