/*========================================================================================================
    Custom Stylesheet ( Estilo personalizado que você deseja aplicar deve ser definido aqui).
==========================================================================================================*/
/* Fonte padrão - forçada */

.personalizado {
  width: 70px;
  background: red;
}

.container {
  max-width: 1200px;
  border: 0px solid red;
}
* {
  border: 0px solid red;
}
html {
  font-family: "Open Sans", sans-serif !important;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden;
}
/* Alinhar center top */
.center-div-content-top {
  display: flex;
  justify-content: center;
  vertical-align: top !important;
}
/* Alinhar center center */
.center-div-content {
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: top !important;
}
/* Bg área */
.bg-primary {
  background: rgb(19, 20, 97);
  background: linear-gradient(
    90deg,
    rgba(19, 20, 97, 1) 22%,
    rgba(255, 147, 65, 1) 100%
  );
  z-index: 0;
}
/* Header paginas secundárias */
.header-container {
  background: #fff !important;
}
/* Fundo Área Planos*/
.bg-plan {
  background: rgb(19, 20, 97);
  background: linear-gradient(
    90deg,
    rgba(19, 20, 97, 1) 22%,
    rgba(255, 147, 65, 1) 100%
  );
  z-index: 0;
}
/* Fundo Área Planos efeito */
/* Fundo Slide 1 */
.slide-bg-1 {
  background: rgb(19, 20, 97);
  background: linear-gradient(
    90deg,
    rgba(19, 20, 97, 1) 22%,
    rgba(255, 147, 65, 1) 100%
  );
  z-index: 0;
}
/* Fundo Slide 2 */
.slide-bg-2 {
  background: rgb(255, 147, 65);
  background: linear-gradient(
    90deg,
    rgba(255, 147, 65, 1) 22%,
    rgba(19, 20, 97, 1) 100%
  );
  z-index: 0;
}
/* Espaçamento Box Planos */
/* Ilustrações de Fundo */
.bg-sobre {
  position: relative;
  z-index: 5;
  height: auto;
  width: auto;
  color: #000;
}
.bg-sobre-img {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../img/bg-secundarias.jpg);
  background-size: auto;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.4;
  width: 100%;
  height: 100%;
}
.bg-oquedizem {
  position: relative;
  z-index: 5;
  height: auto;
  width: auto;
  color: #000;
  padding: 50px 0px;
}
.bg-oquedizem-img {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../img/bg-secundarias.jpg);
  background-size: auto;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.4;
  width: 100%;
  height: 100%;
}
/* Estilo na Página Quem Somos  */
.bg-quemsomos {
  position: relative;
  z-index: 5;
  height: auto;
  width: auto;
  color: #000;
  padding: 50px 0px;
}
.bg-quemsomos-img {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../img/bg-secundarias.jpg);
  background-size: auto;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.4;
  width: 100%;
  height: 100%;
}

.container-quemsomos .section-title h2 {
  margin-bottom: 0px;
  margin-top: 16px;
}

/* Fundo topo Pagina Clientes*/
.bg-clientes {
  position: relative;
  z-index: 5;
  height: auto;
  width: auto;
  color: #000;
  padding: 50px 0px;
}
.bg-clientes-img {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../img/bg-secundarias.jpg);
  background-size: auto;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.4;
  width: 100%;
  height: 100%;
}
/* Fundo topo Pagina Downloads*/
.bg-downloads {
  position: relative;
  z-index: 5;
  height: auto;
  width: auto;
  color: #000;
  padding: 50px 0px;
}
.bg-downloads-img {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../img/bg-secundarias.jpg);
  background-size: auto;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.4;
  width: 100%;
  height: 100%;
}
/* Fundo topo Pagina Compre*/
.bg-compre {
  position: relative;
  z-index: 5;
  height: auto;
  width: auto;
  color: #000;
  padding: 50px 0px;
}
.bg-compre-img {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../img/bg-secundarias.jpg);
  background-size: auto;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.4;
  width: 100%;
  height: 100%;
}
/* Fundo topo Pagina Contato*/
.bg-contato {
  position: relative;
  z-index: 5;
  height: auto;
  width: auto;
  color: #000;
}
.bg-contato-img {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../img/bg-secundarias.jpg);
  background-size: auto;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.4;
  width: 100%;
  height: 100%;
}
.bg-sobre {
  position: relative;
  z-index: 5;
  height: auto;
  width: auto;
  color: #000;
}
.bg {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../img/bg-secundarias.jpg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.4;
  width: 100%;
  height: 100%;
}

.box-sobre {
  padding: 50px 60px;
}
.box-sobre > * > img {
  padding: 8px 60px;
  width: 170px;
}
.box-sobre > p {
  padding: 14px 41px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

/* Teste gratis */
.bg-teste-gratis {
  position: relative;
  z-index: 5;
  height: auto;
  width: auto;
  color: #000;
  padding: 50px 0px;
}
.bg-teste-gratis-img {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../img/bg-teste-gratis.png");
  background-size: auto;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.2;
  width: 100%;
  height: 100%;
}
/* Área Login*/
.bg-login {
  position: relative;
  z-index: 5;
  height: auto;
  width: auto;
  color: #000;
  background: rgb(19 20 97);
}
.bg-login-img {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../img/bg-area-login.png);
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.4;
  width: 100%;
  height: 100vh;
  transform: scale(1, 1.5);
  transform-origin: 100% 0;
  background-size: 100% 100%;
}

/* #fundo-img {
  width: 400px;
  height: 400px;
  background-image: url('../img/bg-area-login.png');
} */
.bg-contact-form {
  background: #f7f7f7;
  border-radius: 20px;
  box-shadow: 0px 0px 8px #dcdcdc;
  /* height: 100vh; */
  max-height: 600px;
}
/* .contact-form {} */
.contact-form h3 {
  font-size: 20px;
  color: #f88f42;
  font-weight: 700;
}
.contact-form p {
  font-size: 13px;
}
/* Fonte Preço / Planos*/
.single-ch-plan-style-two p span.price {
  font-size: 42px;
  letter-spacing: -2px;
  color: #0161b9 !important;
  line-height: 48px;
  font-weight: 600;
}
.icon-title-download {
  float: left;
  width: 50px;
  margin-right: 20px;
  padding-bottom: 25px;
  padding-top: 25px;
}

.font-title-download {
  font-size: 18px;
  word-wrap: break-word;
  color: #f88f42;
  padding: 20px 0px 7px 0px;
}
.font-description-download {
  font-weight: 400;
  display: block;
  font-size: 14px;
  padding: 5px 0px 30px 0px;
}

/* Pagina Compre */
/* Sombra */
.add-card {
  border: 0px solid #ffffff;
  margin: 0;
  box-shadow: 0px 0px 8px #dcdcdc;
  border-radius: 5px;
  padding: 10px;
}

.col-footer-contact {
  display: inline-table;
}
.col-footer-contact > i {
  display: inline-block;
  margin: 5px;
}

.btn-login-client {
  background: transparent;
  border: 1px solid #f88f42;
  color: #f88f42;
  border-radius: 8px;
  padding: 8px 12px;
}

.btn-login-client:hover {
  background: #f88f42;
  color: #fff;
}

/* Tirar estilos div*/
.card-col {
  border: none !important;
  margin: 0 !important;
  box-shadow: none !important;
  border-radius: inherit !important;
}
.compre-titles {
  font-size: 18px;
  margin-bottom: 40px;
  font-weight: 400;
  color: #929292;
}
.compre-int-title {
  font-size: 18px;
  color: #929292;
  padding-top: 20px;
}
.compre-int-sub-title {
  font-weight: 100;
  display: table;
  font-size: 12px;
  margin: 0px 0px 15px 25px;
}
.compre-int-category {
  font-size: 12px;
  font-weight: 100;
  color: #6f6f6f;
  width: 185px;
  text-align: center;
}
.compre-int-price {
  color: #0161b9;
  width: 265px;
  text-align: right;
  padding-right: 30px;
}
.compre-int-price > sup {
  top: -0.12em;
  margin-right: 5px;
  position: relative;
  font-size: 17px;
  line-height: 0;
  vertical-align: baseline;
}
.compre-int-price > sub {
  font-size: 25px;
  letter-spacing: -1px;
  font-weight: 700;
}
.compre-color-l {
  font-size: 18px;
  color: #f88f42 !important;
}

.compre-chck {
  width: 15px;
  height: 15px;
  display: initial;
}
/*checkboxs*/
input[type="checkbox"]:checked {
  background-color: #0e65b5 !important;
}
input[type="checkbox"] + label {
  color: #929292 !important;
}
input[type="checkbox"]:checked + label {
  color: #f88f42 !important;
  font-style: normal !important;
}

/*radiobutton*/
input[type="radio"] {
  margin-left: 20px;
  width: 20px;
  height: 20px;
  vertical-align: sub;
}
input[type="radio"]:checked {
  background-color: #0e65b5 !important;
}
input[type="radio"] + label {
  color: #929292;
}
input[type="radio"]:checked + label {
  color: #f88f42 !important;
  font-style: normal !important;
}

/* Espaçamento do Botão*/
.btn-download {
  padding: 9.5px 52px;
}
.btn-final-compra {
  padding: 9.5px 52px;
  color: #fff;
  background-color: #f88f42;
  border-color: #f88f42;
  font-size: 18px;
}
.btn-final-compra:hover {
  color: #fff;
  background-color: #f39652;
}

.btn-final-compra-login {
  padding: 9.5px 52px;
  color: #fff;
  background-color: #060747;
  border-color: #060747;
  font-size: 18px;
}
/* Fonte forma de pagamento */
.single-ch-plan span a.pag {
  color: #0161b9 !important;
  font-weight: 600;
}
.single-ch-plan span a.pag:hover {
  background: transparent !important;
}
.single-partner {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* Accordion */

.btn-accordion {
  font-size: 14px;
  border-radius: 5px;
  padding: 8.5px 0px;
  background: transparent;
}

.btn-accordion:before {
  font-family: "FontAwesome";
  content: "\f0d8";
  font-size: 25px;
  position: absolute;
  top: 3px;
  left: 0;
  right: 278px;
  width: 120px;
  height: 19px;
  margin: 0 auto;
  display: block;
  background-size: 12px 22px;
}

.custom-accordion .accordion-item .btn-accordion[aria-expanded="true"]:before {
  font-family: "FontAwesome";
  content: "\f0d7 ";
  position: absolute;
  color: #050505;
  top: 33%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 278px;
}

.btn-accordion:focus {
  outline: 0;
  box-shadow: 0 0 0 0rem rgb(0 123 255 / 0%);
}

/* * to hide dots
.owl-theme .owl-dots .owl-dot{ display:none!important;}
* */

/*========================================================================================================
  PÁGINA DE CADASTRO 
==========================================================================================================*/

#page-cadastro {
  background: -webkit-linear-gradient(left, #141461, #141461);
}

#page-cadastro .bg-auth {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../img/bg-area-login.png);
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.4;
  width: 100%;
  height: 100vh;
  transform: scale(1, 1.5);
  transform-origin: 100% 0;
  background-size: 100% 100%;
}

#page-cadastro .register {
  padding: 3%;
}

#page-cadastro .card-logo {
  position: sticky;
  top: 36px;
  background-color: #f8f9fa;
  border-radius: 32px;
  margin-bottom: 36px;
}

#page-cadastro .card-logo .logo {
  width: 300px;
  filter: drop-shadow(2px 2px 2px white);
  margin-bottom: 14px;
}

#page-cadastro .card-logo h3 {
  color: #000;
  font-weight: bold;
}

#page-cadastro .card-logo p {
  color: #000;
}

#page-cadastro .register-form .form-control {
  border-radius: 20px;
  margin-bottom: 25px;
  padding: 10px 20px;
  display: block;
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#page-cadastro label {
  font-size: 15px;
  font-weight: 700;
}

#page-cadastro label span {
  font-weight: 100;
}

#page-cadastro select.form-control:not([size]):not([multiple]) {
  height: auto;
}

#page-cadastro .register-left {
  text-align: center;
  color: #fff;
}

#page-cadastro .register-left a {
  border: none;
  border-radius: 1.5rem;
  padding: 10px 20px;
  width: 60%;
  background: #17a2b8;
  font-weight: bold;
  color: #fff;
  margin-bottom: 3%;
  cursor: pointer;
  transition: 0.5s;
}

#page-cadastro .register-left a:hover {
  background: none;
  border: #17a2b8 1px solid;
  transition: 0.5s;
  color: black;
}

#page-cadastro .register-right .tab-content {
  background: #f8f9fa;
  border-radius: 30px;
}

#page-cadastro .register-left img {
  margin-top: 15%;
  margin-bottom: 5%;
  width: 25%;
  -webkit-animation: mover 2s infinite alternate;
  animation: mover 1s infinite alternate;
}

#page-cadastro .invalid-feedback {
  font-size: 100%;
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-20px);
  }
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-20px);
  }
}

#page-cadastro .register-left p {
  font-weight: lighter;
  padding: 12%;
  margin-top: -9%;
}

#page-cadastro .register .register-form {
  padding: 10%;
  margin-top: 10%;
}

#page-cadastro .btnRegister {
  border-radius: 30px !important;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: bold;
  background-color: #17a2b8 !important;
  border: none;
  color: white;
  margin-top: 20px;
  width: 100%;
  cursor: pointer;
  transition: 0.5s;
}

#page-cadastro .btnRegister:hover {
  box-shadow: 0px 12px #aaccd1;
  transition: 0.5s;
}

#page-cadastro .register .nav-tabs {
  margin-top: 3%;
  border: none;
  background: #0062cc;
  border-radius: 1.5rem;
  width: 28%;
  float: right;
}

#page-cadastro .register .nav-tabs .nav-link {
  padding: 2%;
  height: 34px;
  font-weight: 600;
  color: #fff;
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

#page-cadastro .register .nav-tabs .nav-link:hover {
  border: none;
}

#page-cadastro .register .nav-tabs .nav-link.active {
  color: #0062cc;
  border: 2px solid #0062cc;
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

#page-cadastro .register-heading {
  text-align: center;
  margin-top: 8%;
  margin-bottom: -15%;
  color: #000;
  font-weight: bold;
}

@media (max-width: 1200px) {
  #page-cadastro .bg-auth {
    transform: scale(1, 1.9);
  }
}

@media (max-width: 768px) {
  #page-cadastro .bg-auth {
    transform: scale(1, 2.5);
  }
}

/*========================================================================================================
  PÁGINA DE LOGIN 
==========================================================================================================*/

#page-login {
  background: -webkit-linear-gradient(left, #141461, #141461);
}

#page-login .bg-auth {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../img/bg-area-login.png);
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.4;
  width: 100%;
  height: 100vh;
  transform: scale(1, 1.5);
  transform-origin: 100% 0;
  background-size: 100% 100%;
}

#page-login .register {
  padding: 3%;
}

#page-login .register .card-logo {
  position: sticky;
  top: 36px;
  background-color: #f8f9fa;
  border-radius: 30px;
  margin-bottom: 36px;
}

#page-login .register .card-logo .logo {
  width: 300px;
  filter: drop-shadow(2px 2px 2px white);
  margin-bottom: 14px;
}

#page-login .register .card-logo h3 {
  color: #000;
  font-weight: bold;
}

#page-login .register .card-logo p {
  color: #000;
}

#page-login .register-form .form-control {
  border-radius: 20px;
  margin-bottom: 25px;
  padding: 10px 20px;
  display: block;
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#page-login label {
  font-size: 15px;
  font-weight: 700;
}

#page-login label span {
  font-weight: 100;
}

#page-login select.form-control:not([size]):not([multiple]) {
  height: auto;
}

#page-login .register-left {
  text-align: center;
  color: #fff;
}

#page-login .register-left a {
  border-radius: 1.5rem;
  padding: 10px 20px;
  width: 80%;
  background: #17a2b8;
  font-weight: bold;
  color: #fff;
  margin-bottom: 3%;
  cursor: pointer;
  transition: 0.5s;
  border: #17a2b8 1px solid;
}

#page-login .register-left a:hover {
  background: #fff;
  border: #17a2b8 1px solid;
  transition: 0.5s;
  color: black;
}

#page-login .register-right .tab-content {
  background: #f8f9fa;
  border-radius: 30px;
}

#page-login .register-left img {
  margin-top: 15%;
  margin-bottom: 5%;
  width: 25%;
  -webkit-animation: mover 2s infinite alternate;
  animation: mover 1s infinite alternate;
}

#page-login .invalid-feedback {
  font-size: 100%;
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-20px);
  }
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-20px);
  }
}

#page-login .register-left p {
  font-weight: lighter;
  padding: 12%;
  margin-top: -9%;
}

#page-login .register .register-form {
  padding: 10%;
  margin-top: 10%;
}

#page-login .btnRegister {
  border-radius: 30px !important;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: bold;
  background-color: #17a2b8 !important;
  border: none;
  color: white;
  margin-top: 20px;
  width: 100%;
  cursor: pointer;
  transition: 0.5s;
}

#page-login .btnRegister:hover {
  box-shadow: 0px 12px #aaccd1;
  transition: 0.5s;
}

#page-login .register .nav-tabs {
  margin-top: 3%;
  border: none;
  background: #0062cc;
  border-radius: 1.5rem;
  width: 28%;
  float: right;
}

#page-login .register .nav-tabs .nav-link {
  padding: 2%;
  height: 34px;
  font-weight: 600;
  color: #fff;
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

#page-login .register .nav-tabs .nav-link:hover {
  border: none;
}

#page-login .register .nav-tabs .nav-link.active {
  color: #0062cc;
  border: 2px solid #0062cc;
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

#page-login .register-heading {
  text-align: center;
  margin-top: 8%;
  margin-bottom: -15%;
  color: #000;
  font-weight: bold;
}

@media (max-width: 768px) {
  #page-login .bg-auth {
    transform: scale(1, 1.7);
  }
}

/*========================================================================================================
  PÁGINA RECUPERAR SENHA 
==========================================================================================================*/

#page-recuperar-senha {
  background: -webkit-linear-gradient(left, #141461, #141461);
}

#page-recuperar-senha .bg-auth {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../img/bg-area-login.png);
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.4;
  width: 100%;
  height: 100vh;
  transform: scale(1, 1.5);
  transform-origin: 100% 0;
  background-size: 100% 100%;
}

#page-recuperar-senha .register {
  padding: 3%;
}

#page-recuperar-senha .register-form .form-control {
  border-radius: 20px;
  margin-bottom: 25px;
  padding: 10px 20px;
  display: block;
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#page-recuperar-senha label {
  font-size: 15px;
  font-weight: 700;
}

#page-recuperar-senha label span {
  font-weight: 100;
}

#page-recuperar-senha select.form-control:not([size]):not([multiple]) {
  height: auto;
}

#page-recuperar-senha .register-right .tab-content {
  background: #f8f9fa;
  border-radius: 30px;
}
#page-recuperar-senha .invalid-feedback {
  font-size: 100%;
}

#page-recuperar-senha .btnRegister {
  border-radius: 30px !important;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: bold;
  background-color: #17a2b8 !important;
  border: none;
  color: white;
  margin-top: 20px;
  width: 100%;
  cursor: pointer;
  transition: 0.5s;
}

#page-recuperar-senha .btnRegister:hover {
  box-shadow: 0px 12px #aaccd1;
  transition: 0.5s;
}

#page-recuperar-senha .register .nav-tabs {
  margin-top: 3%;
  border: none;
  background: #0062cc;
  border-radius: 1.5rem;
  width: 28%;
  float: right;
}

#page-recuperar-senha .register .nav-tabs .nav-link {
  padding: 2%;
  height: 34px;
  font-weight: 600;
  color: #fff;
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

#page-recuperar-senha .register .nav-tabs .nav-link:hover {
  border: none;
}

#page-recuperar-senha .register .nav-tabs .nav-link.active {
  color: #0062cc;
  border: 2px solid #0062cc;
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

#page-recuperar-senha .register-heading {
  text-align: center;
  margin-top: 8%;
  color: #000;
  font-weight: bold;
}

@media (max-width: 768px) {
  #page-recuperar-senha .bg-auth {
    transform: scale(1, 1.7);
  }
}

/*========================================================================================================
  PÁGINA DE NOVA SENHA
==========================================================================================================*/
#page-nova-senha {
  background: -webkit-linear-gradient(left, #141461, #141461);
}

#page-nova-senha .bg-auth {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../img/bg-area-login.png);
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.4;
  width: 100%;
  height: 100vh;
  transform: scale(1, 1.5);
  transform-origin: 100% 0;
  background-size: 100% 100%;
}

#page-nova-senha .register {
  padding: 3%;
}

#page-nova-senha .register-form .form-control {
  border-radius: 20px;
  margin-bottom: 25px;
  padding: 10px 20px;
  display: block;
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#page-nova-senha label {
  font-size: 15px;
  font-weight: 700;
}

#page-nova-senha label span {
  font-weight: 100;
}

#page-nova-senha select.form-control:not([size]):not([multiple]) {
  height: auto;
}

#page-nova-senha .register-right .tab-content {
  background: #f8f9fa;
  border-radius: 30px;
}
#page-nova-senha .invalid-feedback {
  font-size: 100%;
}

#page-nova-senha .btnRegister {
  border-radius: 30px !important;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: bold;
  background-color: #17a2b8 !important;
  border: none;
  color: white;
  margin-top: 20px;
  width: 100%;
  cursor: pointer;
  transition: 0.5s;
}

#page-nova-senha .btnRegister:hover {
  box-shadow: 0px 12px #aaccd1;
  transition: 0.5s;
}

#page-nova-senha .register .nav-tabs {
  margin-top: 3%;
  border: none;
  background: #0062cc;
  border-radius: 1.5rem;
  width: 28%;
  float: right;
}

#page-nova-senha .register .nav-tabs .nav-link {
  padding: 2%;
  height: 34px;
  font-weight: 600;
  color: #fff;
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

#page-nova-senha .register .nav-tabs .nav-link:hover {
  border: none;
}

#page-nova-senha .register .nav-tabs .nav-link.active {
  color: #0062cc;
  border: 2px solid #0062cc;
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

#page-nova-senha .register-heading {
  text-align: center;
  margin-top: 8%;
  color: #000;
  font-weight: bold;
}

@media (max-width: 768px) {
  #page-nova-senha .bg-auth {
    transform: scale(1, 1.7);
  }
}

/*========================================================================================================
  PÁGINA ATUALIZA CADASTRO
==========================================================================================================*/

#atualiza-cadastro .register {
  padding: 3%;
}

#atualiza-cadastro .form-control {
  border-radius: 20px;
  margin-bottom: 25px;
  padding: 10px 20px;
  display: block;
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #495057;
  font-weight: 600;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#atualiza-cadastro .form-control:disabled,
.form-control[readonly] {
  background-color: #49505767;
}

#atualiza-cadastro label {
  font-size: 15px;
  font-weight: 700;
}

#atualiza-cadastro label span {
  font-weight: 100;
}

#atualiza-cadastro select.form-control:not([size]):not([multiple]) {
  height: auto;
}

#atualiza-cadastro .btn-atualiza {
  position: initial;
  width: 100%;
  color: white;
  font-weight: 700;
  background-color: #17a2b8;
  border-radius: 5px;
  padding: 12px;
  transition: 0.5s;
}

#atualiza-cadastro .btn-atualiza:hover {
  box-shadow: 0px 12px #aaccd1;
  transition: 0.5s;
}

#atualiza-cadastro .register-heading {
  text-align: center;
  margin-top: 3%;
  margin-bottom: 3%;
  color: #000;
  font-weight: bold;
  font-size: 1.5rem;
}

/*========================================================================================================
  PÁGINA SOBRE
==========================================================================================================*/

#sobre .accordion .card button {
  background-color: #131461;
  color: #fff;
  padding: 1rem;
  text-align: start;
}
#sobre .accordion .card-header h2 button {
  color: #fff;
}

/*========================================================================================================
  PÁGINA PRODUTO
==========================================================================================================*/

.card-produto {
  padding: 16px;
  text-align: left;
  background-color: #fff;
  border-radius: 0.25rem;
}

.card-produto h1 {
  font-size: 22px;
  font-weight: bold;
}

.card-produto p {
  font-size: 14px;
  color: #6f6f6f;
}

.card-produto span {
  font-size: 26px;
  color: #0161b9;
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 5px;
}

.card-produto .aumenta {
  border-radius: 12px;
}
.card-produto .diminui {
  border-radius: 12px;
}
#qtd-produto input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  text-align: center;
  max-width: 40px;
}
#qtd-produto input[type="number"]::-webkit-inner-spin-button,
#qtd-produto input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
#qtd-produto input[type="number"] {
  outline: none;
  border: 1px solid #0169b3;
  border-radius: 12px;
  padding: 1%;
}
#qtd-produto label {
  font-size: inherit;
  padding: 0.2em;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

#qtd-produto input {
  font-size: inherit;
  padding: 0.2em;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
#qtd-produto button {
  font-size: inherit;
  padding: 0.2em;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
#qtd-produto button {
  height: 20px;
  width: 20px;
  padding: 1%;
  background: transparent;
  border: 1px solid #0169b3;
  padding-left: 2%;
  padding-right: 2%;
  outline: none;
  cursor: pointer;
}
#qtd-produto button:hover {
  background-color: #124a71;
  transition: 0.4s;
  color: #fff;
}

/*========================================================================================================
  PÁGINA CARRINHO DE COMPRAS
==========================================================================================================*/

#pag-carrinho {
  margin-left: 32px;
  margin-right: 32px;
}

#pag-carrinho h1 {
  font-weight: bold;
}

#pag-carrinho h3 {
  color: #f68e49;
}

#pag-carrinho .body-produtos {
  background: #f1f1f199;
  padding: 18px;
  border-radius: 16px;
}

#pag-carrinho .icon-box {
  position: absolute;
  right: 8px;
  bottom: 8px;
  opacity: 0.2;
}

#pag-carrinho .icon-delete {
  position: absolute;
  top: 8px;
  right: 8px;
}

#pag-carrinho .icon-delete a {
  color: red;
}

#pag-carrinho .card-body .card-text {
  font-size: 16px;
}

.gateway-pagamento {
  /* margin-top: 32px; */
  margin-bottom: 32px;
  border-radius: 30px;
  padding: 20px;
  position: sticky;
  top: 36px;
}

.gateway-pagamento h3 {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  color: #f39652;
}

.gateway-pagamento a {
  background-color: #17a2b8;
  color: #fff;
  padding: 8px 26px;
  text-align: center;
}

.gateway-pagamento a:hover {
  background-color: #fff;
  color: #17a2b8;
  border: 1px solid #17a2b8;
}

.gateway-pagamento .btn-green {
  background-color: #f88f42;
  color: #fff;
}

.gateway-pagamento .btn-green:hover {
  background-color: #138496;
}

.gateway-pagamento span {
  font-size: 16px;
}

#page-carrinho .login-cadastro {
  position: sticky;
  top: 36px;
}

#pag-carrinho .blog-link {
  background: #32c262;
  color: #fff;
}

#pag-carrinho .btn-login {
  color: #fff;
  background-color: #f39652;
  width: 100%;
}

#pag-carrinho .btn-login:hover {
  background-color: #131461;
}

#pag-carrinho .btn-cadastro {
  color: #fff;
  background-color: #f39652;
  width: 100%;
}

#pag-carrinho .btn-cadastro:hover {
  background-color: #131461;
}
