/* CONFIG */

/* COLORS */

:root {
  --mediumGrey: #63676C;
  --darkGrey: #303238
}

.sc-light-grey {
  color: #aac4d5;
}

.sc-medium-gray {
  color: var(--mediumGrey) !important;
}

.sc-dark-grey {
  color: var(--darkGrey);
}

/* COLORS - FIM */

@media (min-width: 576px){
  .container {
    max-width: 100%;
    padding: 0;
  }
}

@media (max-width: 990px){
  .container {
    width: 100%;
  }
}
@media (min-width: 991px){
  .container {
    max-width: 1170px;
  }
}
@media (min-width: 1400px){
  .container {
    width: 100%;
    max-width: 1350px;
  }
}

::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}

::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  background-color: #c2cede;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
h1 {
  margin: 0;
  padding: 0;
}

blockquote {
  margin: 0 0 20px;
  border-left: 5px solid #eee;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

ul {
  margin: 0;
  padding: 0;
}

.font-12 {
  font-size: 12px;
}

.font-14 {
  font-size: 14px;
}

.font-16 {
  font-size: 16px;
}

.font-24 {
  font-size: 24px;
}

.font-20 {
  font-size: 20px;
}

.font-36 {
  font-size: 36px;
}

.line-height-1 {
  line-height: 1;
}

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0 !important;
}

.padding-top-60 {
  padding-top: 60px;
}

.not-allowed {
  opacity: 1;
  cursor: not-allowed !important;
}

.no-pointer-events {
  pointer-events: none;
}

a:hover,
a {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}

.grey {
  color: #999;
}

.black {
  color: #333;
}

.m-b-10 {
  margin-bottom: 10px;
}
.m-b-20 {
  margin-bottom: 20px;
}
.m-b-25 {
  margin-bottom: 25px;
}

.btn.disabled,
.btn:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.st-btn-access {
  justify-content: center;
  border-radius: 4px;
  opacity: 0.95;
  font-size: 12px;
  padding: 10px 20px;
}

.uppercase {
  text-transform: uppercase;
}

.cursor-pointer {
  cursor: pointer;
}

.sc-btn-outline-grey {
  background: transparent !important;
  border-color: #d4e1e9 !important;
  color: #63676C !important;
}

.sc-btn {
  font-size: 12px;
  border-radius: 4px;
  overflow: hidden;
  padding: 8px 14px 7px;
  text-transform: inherit;
  cursor: pointer;
  box-shadow: none;
  outline: none;
  border: 1px solid;
  font-weight: 600;
}

/* HEADER */

.search-input {
  margin-top: 5px;
}

.brand {
  grid-area: logo;
}
.search {
  grid-area: search;
}
.actions {
  grid-area: actions;
}
.shopping {
  grid-area: shopping;
}

.grid-header{
 display: grid;
 grid-template-columns: 25% auto 35% 5%;
 grid-template-rows: auto ;
 grid-template-areas:
 "logo search actions shopping"
 ". . . ."
 ". . . .";
}

.st-search-icon {
  display: none;
  font-size: 24px;
  margin: 0 20px;
  cursor: pointer
}
.header-search {
  margin-top: 70px
}

.header-search.has-banner {
  margin-top: 20px !important
}

.st-icon-shopping {
  transition: .2s ease-in-out;
  cursor: pointer
}

.st-icon-shopping:hover,
.st-icon-shopping.active{
  background: #00000033;
  padding: 10px;
  border-radius: 50%;

}

.st-logo {
  display: inline-block;
  vertical-align: middle;
}


.store-nav.nav-header.no-categories {
  margin-top: 0;
  display: none;
}

/* @media (max-width: 850px) {
  .grid-header{
    display: grid;
    grid-template-columns: 25% auto 45% 10%;
    grid-template-rows: 58px ;
    grid-template-areas:
      'logo . actions shopping'
      'search search search search'
      '. . . .';
  }

  .search-input {
    margin-top: 20px;
  }

} */

@media (max-width: 990px) {
  .grid-header{
    display: grid;
    grid-template-columns: 60% auto 25% 5%;
    grid-template-rows: 80px 0px 0px;
    grid-template-areas:
    "logo logo actions shopping"
    "search search search search"
    ". . . .";
  }

  .search-input {
    margin-top: 20px;
    display: none;
  }

  .st-search-icon {
    display: block
  }

  .brand-menu {
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
  }

  .actions .st-btn-access, .actions .sc-languages {
    display: none
  }

  .store-menu-actions {
    display: block  !important;
  }

  .store-nav.nav-header.no-categories {
    display: block !important
  }
}

@media(max-width: 400px) {
  .store-nav.nav-header .store-menu > .store-menu-item.has-toggler > a {
    padding: 13px !important
  }
}


.store-menu,
.store-sub-menu {
  margin: 0;
  padding: 0;
}

.store-menu {
  height: 100%;
}

 .brand-menu {
  height: 100%;
}

.store-menu .store-menu-item {
  display: block;
  border: solid transparent;
  border-width: 0 0 0 3px;
  transition: border-color .25s ease-in-out;
  height: 100%
}

.store-menu-actions {
  margin: 35px 20px;
  display: none;
}

.store-nav.nav-header {
  height: 100%
}

.store-nav.nav-header .store-menu > .store-menu-item.has-toggler {
  border-width: 0;
}

.store-nav .store-nav-title {
  letter-spacing: -0.32px;
  color: #aac4d5;
  text-transform: uppercase;
  font-size: 16px;
}

.store-nav.nav-header .store-menu > .store-menu-item.has-toggler > a {
  font-size: 23px;
  padding: 18px;
  margin-right: 10px;
}

.store-nav.nav-header .store-menu .store-menu-toggler {
  height: 100%;
  align-items: center;
  padding: 0 18px !important
}

.store-menu .store-menu-item.has-children,
.store-menu .store-menu-item.has-children .store-menu-item {
  position: relative;
}

.store-menu .store-menu-item a {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}

.store-menu .store-sub-menu {
  visibility: hidden;
  opacity: 0;
  height: 0;
  width: 0;
  font-size: 0;
  overflow: hidden;
  transition: visibility 0.25s, opacity 0.25s ease-in-out;
}
.store-nav.nav-header .store-menu .store-menu-item.has-toggler > .store-sub-menu {
  width: 225px;
  box-shadow: -1px 3px 16px 0px rgba(0, 0, 0, 0.3);
}

.store-menu .store-sub-menu .store-menu-item {
  visibility: hidden;
}
.store-menu .store-menu-item.opened > .store-sub-menu {
  opacity: 1;
  height: auto;
  width: auto;
  font-size: inherit;
  overflow: visible;
}

.store-menu .store-menu-item.opened > .store-sub-menu,
.store-menu .store-menu-item.opened > .store-sub-menu .store-menu-item {
  visibility: visible;
}

.store-menu .store-dropdown-icon {
  padding: 15px;
  margin: -15px -4px -15px 0;
  border-width: 0;
  color: #dcdcdc;
  transition: transform 0.25s ease-in-out;
  transform: rotate(90deg);
}

.store-nav .store-menu .store-menu-item:not(.has-toggler).opened .store-dropdown-icon {
  transform: rotate(-90deg);
}

.store-nav.nav-header {
  display: inline-block;
  vertical-align: middle;
}

.store-nav.nav-header .store-menu .store-menu-item > .store-menu-toggler:hover,
.store-nav.nav-header .store-menu .store-menu-item > .store-menu-toggler:active,
.store-nav.nav-header .store-menu .store-menu-item > .store-menu-toggler:focus {
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}
.store-nav.nav-header .store-sub-menu {
  background-color: #fff;
}

.store-nav:not(.nav-header) .store-sub-menu,
.store-nav.nav-header .store-sub-menu .store-sub-menu {
  padding-left: 10px;
}

.store-nav .store-menu .store-menu-item > a,
.store-nav.nav-header .store-menu .store-sub-menu .store-menu-item > a {
  font-weight: 600;
  color:var(--darkGrey);
}

.store-nav .store-menu .store-menu-item.selected > a,
.store-nav.nav-header .store-menu .store-sub-menu .store-menu-item.selected > a {
  font-weight: 600;
  color: var(--category-color);
}

.store-nav .store-sub-menu .store-menu-item > a,
.store-nav.nav-header .store-menu .store-sub-menu .store-sub-menu .store-menu-item > a {
  font-weight: 400;
}

.store-nav .store-menu-item.opened,
.store-nav .store-menu-item:hover,
.store-nav .store-menu-item:active,
.store-nav .store-menu-item:focus {
  border-left-color: var(--category-color);
}

.store-nav:not(.nav-header) .store-sub-menu .store-menu-item.opened,
.store-nav:not(.nav-header) .store-sub-menu .store-menu-item:hover,
.store-nav:not(.nav-header) .store-sub-menu .store-menu-item:active,
.store-nav:not(.nav-header) .store-sub-menu .store-menu-item:focus,
.store-nav .store-sub-menu .store-sub-menu .store-menu-item.opened,
.store-nav .store-sub-menu .store-sub-menu .store-menu-item:hover,
.store-nav .store-sub-menu .store-sub-menu .store-menu-item:active,
.store-nav .store-sub-menu .store-sub-menu .store-menu-item:focus {
  border-left-color: transparent;
}

.store-nav.nav-header .store-menu .store-menu-item.has-toggler > .store-sub-menu {
  position: absolute;
  z-index: 3000;
  top: 100%;
  left: 0;
  border-width: 0;
  max-height: calc(100vh - 75px);
  overflow-y: auto;
  overflow-x: hidden;
}

.st-banner {
  background-size: 100% auto;
  background-repeat: no-repeat;
  height: 0;
  width: 100%;
  margin-top: 75px;
  padding-bottom: 12.544%;
  background-position: center;
}

.st-buy-teacher-content-image {
  border-radius: 100%;
  width: 105px;
  height: 105px;
  overflow: hidden;
}

body .container {
  padding-top: 80px;
  padding-bottom: 50px;
}

.navbar .container {
  padding-top: 0;
  padding-bottom: 0;
}

/* PRODUCT */
.buttonSearchClass {
  left: auto;
  right: 25px;
  top: -27px;
  font-size: 16px;
  float: right;
  position: relative;
  color: #bfbfbf !important;
  text-decoration: none !important;
}

.st-product .comming-soon:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1;
}

.st-product .comming-soon:after {
  content: 'Em Breve';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% - 0.75em);
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  z-index: 2;
}

.st-product {
  text-align: center;
  /* min-height: 370px; */
  background-color: #fff;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
  margin: 25px 30px;
  width: calc((100% / 4) - 60px);
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.st-product .ribbon-top-right span {
  left: -10px;
  top: 20px;
  transform: rotate(45deg);
}

.st-product .ribbon span {
  position: absolute;
  display: block;
  width: 130px;
  padding: 5px 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  font-weight: 700;
  font-size: 0.8em;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center;
}

.st-product .ribbon-top-right {
  top: -10px;
  right: -10px;
}

.st-product .ribbon-top-right::before {
  top: -1px;
  left: 1px;
}

.st-product .ribbon-top-right::after {
  bottom: 2px;
  right: 0;
}

.st-product .ribbon::before,
.st-product .ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
}

.st-product .ribbon-top-right::before,
.st-product .ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}

.st-product .ribbon {
  width: 90px;
  height: 90px;
  overflow: hidden;
  position: absolute;
  z-index: 5;
}

.st-product .st-product-details {
  background: rgba(0, 0, 0, 0.7);
  color: #ffff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  text-transform: uppercase;
  opacity: 0;
  transition: opacity 200ms ease-in-out;
}

.st-product:hover .st-product-details {
  opacity: 1;
}

@media (min-width: 992px) {
  .st-product:hover {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.3);
    transform: scale(1.05);
  }
}

.st-product.with-category {
  width: calc((100% / 3) - 60px);
}

.st-product-not-found-icon {
  font-size: 69px;
  transform: rotate(90deg);
  opacity: 0.5;
}

.st-product:hover {
  box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1235px) {
  .st-product {
    width: calc((100% / 3) - 60px);
  }
  .st-product.with-category {
    width: calc((100% / 2) - 60px);
  }
}

@media screen and (max-width: 986px) {
  .st-product {
    width: calc((100% / 2) - 60px);
  }
  .st-product.with-category {
    width: 70%;
  }
}

@media screen and (max-width: 576px) {
  .st-product,
  .st-product.with-category {
    width: 80%;
  }
}

.st-product-title {
  width: 100%;
  padding: 5px 12px;
  min-height: 76px;
}

.st-product-img a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f6f8fa;
  background-size: cover;
  background-position: center;
  display: block;
}

.st-product-title h5 {
  font-weight: 600;
  letter-spacing: -0.02em;
  font-size: 15px;
  line-height: 1.3em;
  margin-bottom: 0;
  padding: 30px 0 0;
  color: var(--darkGrey);

  display: -webkit-box;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.st-product .st-product-sale {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  bottom: -12px;
  left: -10px;
  z-index: 2;
  font-weight: 700;
  line-height: 1.2em;
  width: 75px;
  height: 75px;
  border-radius: 50%;
}

.st-product .st-product-sale .value {
  font-size: 1.5em;
}

.st-product .st-product-sale small {
  font-weight: 700;
  font-size: 0.75em;
}

.st-product .st-product-hours {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  z-index: 5;
  background: rgba(0, 0, 0, 0.7);
  font-size: 0.75em;
  font-weight: 600;
  padding: 5px 10px;
  color: #fff;
}

.st-product .st-product-hours i {
  font-weight: 600;
  margin-right: 5px;
}

.st-product-sale span {
  padding: 2px 4px;
  border-radius: 5px;
  font-size: 12px;
}

.st-product .st-product-before-price {
  color: #aac4d5;
  text-decoration: line-through;
}

.st-product .tag {
  padding: 5px 15px;
  margin: 20px 0 0;
  background: #aac4d5;
  display: inline-block;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
}

.st-buy-product .tag {
  display: inline-block;
  border-radius: 15px;
  font-size: 14px;
  padding: 2px 7px;
  font-weight: bold;
  margin-bottom: 0px;
}

.st-product .st-product-buy {
  margin-bottom: 10px;
  padding: 0 20px;
}

@media screen and (max-width: 992px) {
  .st-product .st-product-buy {
    padding-bottom: 20px;
  }
}

.st-product .st-product-buy a {
  width: 100%;
}

.st-buy-button {
  line-height: 20px;
  padding: 15px 20px !important;
  font-weight: 600;
  border-radius: 0 !important;
  text-transform: uppercase;
  background: #35bbc8;
}

.st-buy-button:hover {
  opacity: 0.9;
}

.st-buy-button.disabled:hover {
  opacity: 0.5 !important;
}

.st-product-price > b {
  color: #52a352;
  font-size: 30px;
}

.st-product-price {
  min-height: 94px;
}

.st-product-price .st-product-price-value {
  font-size: 22px;
}

.st-product-price-sale {
  font-size: 14px;
  cursor: pointer;
  margin-bottom: 3px;
  color: #505050;
  position: relative;
  top: -10px;
}

/* FOOTER */

.st-stats {
  background: #333333;
  color: #999;
  line-height: 10px;
}

/* .st-stats .container {
  padding: 37px 0
} */

.st-stats ul li i {
  margin-right: 10px;
}

.st-stats-social a i {
  font-size: 28px;
  margin-right: 15px;
  transition: 0.1s ease-in;
}

.st-stats-social a i:hover {
  color: #cacaca;
}

.st-stats h3 {
  font-size: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgb(153, 153, 153, 0.5);
}

.st-stats a {
  color: #999;
}
.st-stats .col-md-4 {
  padding: 0 30px;
}

.st-footer {
  background: #222222;
  text-align: center;
  padding: 10px 0;
  color: #4b4b4b;
  font-size: 12px;
}

.theme-header {
  box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1);
}

/* FOOTER */

.st-footer .container {
  padding-top: 0;
  padding-bottom: 0;
}

.st-footer .container .sc-logo img {
  height: 50px;
}

.st-footer .st-footer-powered {
  margin: 0 auto;
}

.st-footer a {
  color: #6d6d6d;
}

.st-footer img {
  max-width: 120px;
}

.center {
  text-align: center;
}

/* BUTTONS */

.container .row .btn {
  padding: 9px 14px;
}

.btn {
  border: 0 !important;
  border-radius: 0 !important;
}

.btn-default {
  background-color: #e8e8e8;
}

.btn-success {
  transition: 0.2s ease-in-out;
}

.st-yellow {
  color: #ff9900;
}

/* TESTIMONIALS */

body .st-testimonials {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.st-bg-white {
  background: #ffffff;
}

.st-module-avatar {
  width: 100%;
}

.st-round-icons h3 {
  margin-top: 10px;
}

.st-round-icon {
  text-align: center;
  padding: 15px;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 30px;
  margin: 10px 0;
}

/* BUY PRODUCT */

.st-buy {
  margin: 0;
  align-items: stretch;
}

.st-buy-product {
  margin-top: 30px;
}

.st-buy-product-info {
  font-size: 11px;
  padding: 6px 12px;
  margin: 0 15px 10px;
}

.st-buy-product-info i {
  margin-right: 5px;
  color: #167382;
}

.st-buy-values {
  padding: 18px 40px;
}

.st-buy-values-small {
  position: fixed;
  display: none;
  top: 80px;
  background-color: #efefef;
  z-index: 99;
}

.st-buy-title-product {
  margin-bottom: 30px;
  width: 100%;
  color: #434343;
  font-size: 24px;
}

.st-main-price {
  font-size: 28px;
}

.st-parcel {
  font-size: 16px;
  font-weight: bold;
}

.st-buy-category-name {
  width: 100%;
  margin-left: 20px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}

.st-buy-cash {
  font-size: 14px;
  margin-bottom: 5px;
  padding: 0 5px !important;
  color: #aac4d5;
  font-weight: bold;
}

.st-buy-title {
  color: #807c7c;
}

.st-buy-text {
  line-height: 22px !important;
  margin-top: 30px !important;
  font-weight: 100 !important;
}

.st-buy-type-media {
  position: relative;
  top: -27px;
  width: 42px;
  border-radius: 0px 2px 2px 0px;

  color: #f6f6f6;
  font-size: 12px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.st-buy-type-media::after {
  content: '';
  position: absolute;
  top: 0px;
  height: 0;
  border-style: solid;
  right: -18px;
  border-width: 9px;
}

.st-buy-meta {
  margin-left: 15px;
}

.st-buy-meta-description {
  color: #807c7c;
}

.st-buy-img-teacher {
  width: 85px;
  border-radius: 100px;
}

.st-buy-name-teacher {
  margin-top: 10px;
  margin-bottom: -15px;
}

.st-buy-teacher-social {
  transition: 0.2s ease-in-out;
  opacity: 0;
}

.st-buy-teacher:hover .st-buy-teacher-social {
  opacity: 1;
}

.st-buy-coupom-content .add-coupon {
  text-decoration: underline;
}

.st-buy-coupom-content .delete-coupon {
  cursor: pointer;
  position: relative;
  top: -1px;
  left: 4px;
}

#modalCoupon .modal-title {
  text-transform: uppercase;
}

.btn-shop {
  color: #fff;
}

.st-buy-steps {
  background-color: #f3f3f5;
}

.st-buy-steps-number {
  font-size: 72px;
}

.st-buy-steps-description {
  margin-top: 15px;
  padding-left: 5px;
}

.v-center {
  margin: auto 0;
  width: 100%;
}

@media (max-width: 768px) {
  .banner {
    display: none;
  }
  .container {
    padding-top: 15px !important;
  }

  .head {
    position: inherit;
  }
  .st-buy {
    margin-top: 0px;
    justify-content: center;
  }
  .navbar-header {
    padding: 0 0 10px 0;
  }

  .header-search {
    margin-top: 20px !important
  }



  @media (max-width: 576px) {
    .brand {
      display: flex;
      justify-content: center;
    }
  }

  .st-buy-values-small {
    top: 0;
  }

  .step-anchor {
    display: none;
  }
  .st-buy-values {
    padding: 20px 16px;
  }
  .v-center {
    flex-direction: column;
  }
  .btn-shop {
    width: 100%;
    margin-top: 5px;
  }
  .st-buy-steps ul {
    flex-direction: column;
  }
  .st-buy-teacher-social {
    margin-bottom: 10px;
  }

  .sw-btn-group,
  .sw-btn-group-extra,
  .sw-toolbar-bottom {
    display: flex;
    flex-direction: column;
    margin: 0;
  }

  .sw-btn-next,
  .sw-btn-prev,
  .btn-finalizar-compra,
  .btn-cancelar {
    margin: 10px 9px !important;
  }
}

.sc-btn-cancel {
  color: var(--mediumGrey);
  background: none;
  border: none;
  outline: none;
  font-size: 16px;
  cursor: pointer;
  padding: 0;
  height: 23px;
}

@media (max-width: 992px) {
  .st-buy-product-text {
    margin-top: 60px;
  }
  .st-buy-product {
    margin: 10px 0;
  }
}

/* CARROUSEL */
.carousel-indicators .active {
  background: #31708f;
}
.content {
  margin-top: 20px;
}
.adjust1 {
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.adjust2 {
  margin: 0;
}
.carousel-indicators li {
  border: 1px solid #ccc;
}
.carousel-control {
  color: #31708f;
  width: 5%;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #31708f;
}
.carousel-control.left,
.carousel-control.right {
  background-image: none;
}
.media-object {
  margin: auto;
  margin-top: 15%;
}
@media screen and (max-width: 768px) {
  .media-object {
    margin-top: 0;
  }
}
.adjust1 {
  padding-bottom: 20px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  margin-left: -30px !important;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  font-size: 19px !important;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  margin-right: -30px !important;
}
.thumbnail {
  border: 0;
}

/* CONFIG STORE */
.font-light {
  color: rgba(255, 255, 255, 0.8) !important;
}
.font-dark {
  color: rgba(0, 0, 0, 0.5) !important;
}
.navbar-inverse .navbar-brand {
  color: #f4f4f4;
}

.navbar {
  height: 100%;
  max-height: 75px;
  padding: 0;
}

.st-brand-store {
  white-space: inherit !important;
  font-size: 18px !important;
  vertical-align: middle;
  align-self: center;
}

/* RECURRENT BUY  */

.st-recurrent-buy-payment {
  text-align: center;
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 700;
}

.st-recurrent-buy-payment-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px 30px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

.st-recurrent-buy-payment-item:hover .st-recurrent-buy-payment-image-content,
.st-recurrent-buy-payment-item.active .st-recurrent-buy-payment-image-content {
  background: #f6f8fa;
  opacity: 1;
}

.st-recurrent-buy-payment-image-content {
  border-radius: 50%;
  padding: 14px 10px;
  transition: 0.2s ease-in-out;
  opacity: 0.4;
}

.st-recurrent-buy-payment-description {
  margin-top: 14px;
  font-size: 12px;
  color: var(--darkGrey);
  transition: 0.2s ease-in-out;
}

.content-payment {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}

/* SMART WIZARD CSS */

.sw-theme-dots .sw-container {
  margin-top: 15px;
  min-height: 320px;
  padding: 0 10px;
}

.sw-theme-dots .justify-content-end {
  text-align: right;
}

.sw-theme-dots .justify-content-end.btn-toolbar .btn-group {
  float: none !important;
}

.sw-theme-dots > ul.step-anchor > li {
  padding: 0;
  width: 33.33333%;
}

.sw-btn-next {
  background-color: #26a040;
  margin-left: 10px !important;
}

.sw-btn-next:hover {
  background-color: #1f7530;
}

.sw-theme-dots > ul.step-anchor > li > a {
  padding: 5px 0px 15px 0px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: normal;
  background-color: transparent !important;
  cursor: default;
}

.sw-theme-dots > ul.step-anchor:before {
  top: 42px;
  background-color: #e8e8e8;
}

.sw-theme-dots > ul.step-anchor > li > a:before {
  left: calc(50% - 15px);
  background-color: #e8e8e8;
}

.sw-theme-dots > ul.step-anchor > li > a:after {
  left: calc(50% - 7.5px);
  bottom: -5px;
  background-color: #e8e8e8;
}

.sw-theme-dots > ul.step-anchor > li.done > a {
  color: #888;
  cursor: pointer;
}

.sw-theme-dots > ul.step-anchor > li.done > a:after {
  background-color: #888;
}

.sw-theme-dots .sw-toolbar-bottom {
  margin-bottom: 15px !important;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.store-menu-actions .sc-languages a { display: block !important}
.sc-languages { margin:10px 0; white-space: nowrap; display: flex;}
.sc-languages a:not(:last-child) { display: inline-block; margin-right: 10px;}
.sc-languages img {width:25px; opacity:.3; }
.sc-languages .sc-active-language { opacity:1; }

.st-buy-steps li,
.st-stats li,
.list-style-none li {
  list-style: none;
}

.product-description pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.product-description blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

/* Shopping-cart */

.sc-btn-transparent {
  position: relative;
  overflow: hidden;
  background: #fff;
  color: #000;
  transition: all 150ms ease-in-out;
  border: 0px;

  padding: 9px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #D4E1E9;
  font-weight: 600;
}

.sc-btn-transparent:hover {
  background: #F6F8FA;
}

.sc-btn-transparent:hover:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.st-content-cart {
  position: absolute;
  top: 80px;
  right: 10px;
  width: 490px;
  z-index: 9;
  background: #ffffff;
  min-height: 178px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
  text-align: center;
}

.st-cart-empty h3 {
  color: #35bbc8;
  font-size: 24px;
  font-weight: 100;
}

.st-cart-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--darkGrey);
  font-size: 14px;
  height: 178px;
}

.st-cart-quantity {
  font-family: 'Open sans', Arial, Helvetica, sans-serif;
  position: absolute;
  top: -13px;
  right: -16px;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%;
  color: blue;
  align-items: center;
  display: flex;
  font-size: 14px;
  justify-content: center;
}

@-moz-document url-prefix() {
  .st-cart-quantity {
    font-size: 11px;
  }
}

.st-cart-items {
  display: flex;
  justify-content: space-between;
  padding: 35px 20px;
  border-bottom: 1px solid #d4e1e9;
}

.st-cart-items .thumb {
  width: 80px;
  background-position: center;
  height: 45px;
  background-size: cover;
  margin-right: 10px;
}

.st-cart-items .name {
  color: var(--darkGrey);
  font-size: 14px;
  font-weight: 600;
  width: 176px;
  overflow: hidden;
  text-align: left;
  max-height: 42px;
}

.st-cart-items .category-name {
  text-transform: uppercase;
}

.st-cart-items .coupon-container {
  color:var(--mediumGrey);
  font-size: 14px;
}

.st-cart-items .coupon-container .coupon-id {
  padding: 5px 10px;
  background: #FF4D3B;
  color: #ffff;
  border-radius: 16px;
  font-weight: 600;
  margin-left: 5px;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
}

.st-cart-items .coupon-container .coupon-id .fa {
  margin-left: 5px;
}

.clamp {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.st-cart-items .before-price {
  font-size: 12px;
  color: #aac4d5;
}

.st-cart-items .before-price b {
  text-decoration: line-through;
}

.st-cart-items .cart-price {
  font-size: 16px;
  font-weight: bold;
}

.st-cart-items .delete {
  color: #aac4d5;
  font-size: 22px;
  margin: 0 0px 0 22px;
  cursor: pointer;
}

.st-content-cart .st-cart-total,
.st-modal-content-items .st-cart-total {
  display: flex;
  justify-content: space-between;
  padding: 16px 20px;
  color: #35bbc8;
  background: #f6f8fa;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  border: 1px solid #f6f8fa;
}

.st-modal-content-items .st-cart-total {
  color: var(--darkGrey);
  border: none;
}

.st-modal-content-items #modalTotal {
  color: #FF4D3B;
}

.st-btn {
  border: 1px solid #d4e1e9;
  border-radius: 4px;
  padding: 10px;
  font-weight: 600;
  cursor: pointer;
  outline: none !important;
  margin-bottom: 5px;
}

.st-cart-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 178px;
  font-size: 30px;
}

.st-content-cart .st-cart-actions {
  padding: 20px;
  display: flex;
  padding: 20px;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}

.st-content-items {
  overflow-y: auto;
  max-height: 358px;
}

.js-add-to-cart-btn .fa {
  margin-right: 5px;
}

@media (max-width: 796px) {
  .st-icon-shopping {
    margin-right: 13px;
  }
}

@media (max-width: 484px) {
  .st-content-cart {
    width: 370px;
    right: -13px;
  }

  .st-cart-items .name {
    width: 109px;
  }
}
/*
modal */

.modal {
  background: rgba(0, 0, 0, 0.85);
  z-index: 10070;
}

.st-modal-title {
  width: 100%;
  text-align: center;
}

.modal-header {
  border-radius: inherit;
}

.modal-content {
  border-radius: inherit;
}

input::placeholder {
  font-style: italic;
}

/* fim-modal */

.icon-basket-loaded__secondary {
  font-size: 24px;
  font-weight: 500;
  color: #acc5d5;
  margin-right: 10px;
}

.st-cart-summary {
  padding: 30px;
  border: 1px solid #d4e1e9;
  border-radius: 16px;
  top: 150px;
  position: sticky;
}

.st-cart-summary h3 {
  font-size: 20px;
  font-weight: 700;
  color: #35bbc8;
  padding: 8px 0 16px 0;
}

.st-cart-summary h4 {
  font-size: 12px;
  font-weight: 800;
  color: #aac4d5;
  margin-bottom: 0;
}

.st-cart-summary .st-cart-summary__btn-checkout {
  font-size: 16px;
  font-weight: 700;
  border: 0;
  border-radius: 3px;
  padding: 8px;
  margin-bottom: 12px;
  cursor: pointer;
  outline: none !important;
}

.st-cart-summary__btn-checkout:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

.st-cart-summary .st-cart-summary__btn-buying {
  font-size: 14px;
  font-weight: 700;
  background-color: transparent;
  border: 1px solid;
  border-radius: 3px;
  padding: 8px 0 8px 0;
  margin-bottom: 20px;
  cursor: pointer;
  outline: none !important;
  color: #303238;
  border-color: #AAC4D5;
  text-transform: capitalize;
}

.st-cart-summary .st-cart-summary__btn-buying:hover {
  background-color: #F6F8FA;
}

.st-cart-detail-header {
  margin-bottom: 16px;
}
.st-cart-detail-header h3 {
  margin-bottom: 28px;
}

.st-cart-card {
  display: flex;
  justify-content: space-between;
  padding: 24px 0 24px 0;
  border-top: 0.75px solid #d4e1e9;
}

.st-cart-card img {
  max-width: 150px;
  margin-right: 16px;
  height: 85px;
}

.st-cart-card__content {
  flex: 1;
}

.st-cart-card__title {
  max-width: 300px;
  font-size: 16px;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.st-cart-card__title a {
  color: var(--darkGrey);
}

.st-cart-card__title a:hover {
  color: #9a9ca1;
}

.st-cart-card__category {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 12px;
  opacity: 0.8;
}

.st-cart-card__delete {
  color: #aac4d5;
  margin: 8px;
  padding: 0;
  font-size: 20px;
  border: 0;
  cursor: pointer;
  background-color: transparent;
}

.st-cart-card__delete:focus {
  outline: none;
}

.st-cart-card__pricemodule {
  display: flex;
  align-items: center;
  text-align: center;
}

.st-cart-card_pricetag {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 40px;
}

.st-cart-card__pricetag__before {
  font-size: 14px;
  font-weight: 300;
  color: #aac4d5;
}

.st-cart-card__pricetag__current {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
}

.st-cart-card__coupon {
  font-size: 12px;
  color: #aac4d5;
  text-decoration: underline;
}

.st-cart-card__badge {
  font-weight: 700;
  border: 0;
  padding: 4px 10px 4px 10px;
  border-radius: 30px;
  color: #fff;
}

.st-cart-card__badge--coupon {
  font-size: 12px;
  margin-left: 8px;
  text-decoration: none;
  display: inline-block;
}

.st-cart-card__badge--validity {
  font-size: 13px;
  background-color: #aac4d5;
  text-align: center;
  display: inline-block;
}

@media (max-width: 768px) {
  .st-cart-summary {
    position: static;
    border: 0;
    border-top: 1px solid #d4e1e9;
  }
}

@media (max-width: 484px) {
  .st-cart-card {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5px;
    text-align: center;
  }
  .st-cart-card > div {
    margin: 10px;
  }
  .st-cart-card > img {
    margin-top: 15px;
  }
}

/* Checkbox */

.content-checkbox {
  display: flex;
  align-items: flex-start;
  color: var(--darkGrey);
}

.tooltiptext {
  background-color: #ff4d3b;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  font-weight: 700;
  padding: 4px 12px;
  position: absolute;
  z-index: 1;
  top: 31px;
  left: -41px;
}

.tooltiptext::after {
  content: '';
  position: absolute;
  top: -10px;
  left: 25%;
  margin-left: -9px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #ff4d3b transparent;
}

.mt-checkbox span.error {
  border-color: red;
}

.mt-checkbox,
.mt-radio {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.3s;
}

.mt-checkbox > input,
.mt-radio > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.mt-checkbox > span,
.mt-radio > span {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
  width: 18px;
  height: 18px;
  transition: all 0.3s;
  border: 1px solid #d9d9d9;
  background: 0 0;
}

.mt-checkbox > input:checked ~ span:after {
  display: block;
  left: 6px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #666;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  content: '';
  position: absolute;
}

/* Checkbox */

.terms-acceptance {
  border: 1px solid #d4e1e9;
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 31px;
  transition: opacity 0.5s ease-out;
  display: none;
  opacity: 0;
  max-height: 220px;
  overflow-y: auto;
}

.terms-acceptance ul {
  margin: 10px;
}

.terms-acceptance.show {
  display: block;
  opacity: 1;
}

.terms-acceptance .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--darkGrey);
  font-weight: 800;
  margin-bottom: 10px;
}

.terms-acceptance .close-terms {
  cursor: pointer;
  font-size: 14px;
}

/* WAIT CONFIRM */

.st-wait-confirm .title,
.st-buy-cancel .title {
  color: var(--darkGrey);
  margin: 20px 0;
  font-weight: 600;
}

.st-wait-confirm .icon-clock,
.st-buy-cancel .icon-close,
.st-wait-confirm .icon-check,
.st-wait-confirm .icon-hourglass,
.st-wait-confirm .icon-exclamation {
  font-size: 88px;
}

.st-wait-confirm .description,
.st-buy-cancel .description {
  font-size: 16px;
  color: var(--darkGrey);
  text-align: center;
}

.st-wait-confirm .link {
  text-decoration: underline;
  cursor: pointer;
}

@media (max-width: 375px) {
  .content-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .content-buttons a {
    width: 100%;
    margin-top: 5px;
  }
}

.lgpd-label {
  background-color: var(--system-colors-theme-btn);
  color: #ffffff;
  padding: 5px;
  border-radius: 15px;
  font-weight: 600 !important;
  font-size: 10px !important;
}

/* WAIT CONFIRM */

/* CCART CHECKOUT */

.sc-cart-checkout-title {
  font-size: 28px;
  font-weight: 100;
  color: #707070;
  margin-top: 50px;
  margin-bottom: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lgpd-label {
  background-color: var(--system-colors-theme-btn);
  color: #ffffff;
  padding: 5px;
  border-radius: 15px;
  font-weight: 600 !important;
  font-size: 10px !important;
  display: block;
  width: fit-content;
  margin-bottom: 15px;
}

.legal-basis {
  padding: 20px 20px 25px;
  border: 1px solid #d4e1e9;
  border-left: 5px solid #fdba4d;
  margin-bottom: 20px;
}

.legal-basis .legal-basis-title {
  color: var(--darkGrey);
  font-weight: 600;
  font-size: 14px;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.legal-basis .legal-basis-text {
  color: var(--darkGrey);
  margin: 0 0 20px;
  font-weight: normal;
  font-size: 14px;
}

.sc-container-lgpd-label {
  margin-left: 20px;
  margin-top: 5px;
}

.st-add-product-sucess-message {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==') !important;
  background-color: #4ab969;
  padding: 15px 15px 15px 50px;
  background-repeat: no-repeat;
  background-position: 15px center;
  color: #ffff;
  font-weight: 600;
  font-size: 14px;
  width: 100%;
  text-align: left;
}

.st-last-item {
  background-color: rgba(74, 185, 105, 0);
  animation: lastItemGlow 1s ease-in-out;
}

@keyframes lastItemGlow {
  0% {
    background-color: rgba(74, 185, 105, 0.15);
  }
  50% {
    background-color: rgba(74, 185, 105, 0.15);
  }
  100% {
    background-color: rgba(74, 185, 105, 0);
  }
}

.modal-order-details .modal-dialog {
  max-width: 800px;
}

.modalCookies {
  background: #FDD44D;
  border-radius: 4px;
  padding: 15px;
  gap: 10px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10069;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.modalCookies p {
  font-size: 14px;
  color:#000;
  line-height: 21px;
  margin: 0 10px;
  font-weight: 400;
}

.modalCoookies-content {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  width: 100%;
  justify-content: space-around;
}

.modalCoookies-content button {
  background-color: transparent;
  border: 1px solid #000000;
  color: #000;
  border-radius: 4px;
  padding: 8px 15px;
  line-height: 16px;
  margin: 0 5px;
  font-weight: 600;
  cursor: pointer;
  min-width: 120px;
}

.fullBlack {
  background-color: #000000 !important;
  color: #FDD44D !important;
}

@media screen and (max-width: 990px) {
  .modalCookies {
    align-items: flex-start;
  }

  .modalCoookies-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    width: 100%;
  }
  .modalCoookies-content button {
    margin-top: 10px;
  }
}

.wrapper-button {
  display: flex;
  min-width: 375px;
}

@media screen and (max-width: 425px) {
  .wrapper-button {
    min-width: auto;
  }
}

.modalAlert {
  display: flex;
  justify-content: center;
  align-items: center;

  @media screen and (max-width: 768px) {
    display: flex;
    flex-direction: row;
    padding: 0px;
    justify-content: flex-start;
    align-items: baseline;
  }
}

.fa .fa-exclamation-triangle {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hidden {
  display: none !important;
}

#closeModalCookies {
  cursor: pointer;
  color:#000;
}

.whastapp-footer {
  position: fixed;
  z-index: 999;
  bottom: 5px;
  right: 5px;
}

/* Cookies Modal */

.modal-master-container {
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-master {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  background-color: #ffffff;
  position: relative;
  margin: auto;
  padding: 0;
  width: 75%;
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  animation-name: animatetop;
  animation-duration: 0.4s;
  border-radius: 17px !important;
  max-width: 90vw;
  max-height: 90vh;
  min-width: 90vw;
  width: min-content;
}
@media screen and (min-width: 577px) {
  .modal-master {
    min-width: 500px;
  }
}
@media screen and (min-width: 577px) {
  .modal-master-450w {
    min-width: 450px;
  }
}
@media (min-width: 200px) {
  .modal-master-dialog {
    width: fit-content !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.modal-master-header {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  background-color: var(--system-colors-theme-bg);
  color: var(--system-colors-theme-title) !important;
  padding: 20px 20px 20px 30px !important;
  border-radius: 16px 16px 0 0;
}
.modal-master-header-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 10px;
}
.modal-master-header-wrapper-text {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 0 !important;
  gap: 10px;
  flex: 1 0 0;
  color: inherit !important;
  margin: 0 !important;
  font-family: Open Sans;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 115% !important;
}
.modal-master-header-wrapper-close {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 500px;
}
.modal-master-header-wrapper-close button {
  align-self: flex-start;
  font-size: 30px;
  line-height: 1;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
}
.modal-master-header-wrapper-close button:hover {
  border-color: transparent;
  background: transparent !important;
}
.modal-master-content {
  margin: 0 !important;
  padding: 30px 30px 50px 30px;
  align-self: stretch;
  overflow: auto;
}
.modal-master-footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-top: 1px solid #d4e1e9;
  width: 100%;
}
.modal-master-footer-wrapper {
  display: flex;
  width: 100%;
  padding: 20px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.modal-certificate-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  align-self: stretch;
}
.modal-certificate-status {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  align-self: stretch;
}
.modal-certificate-status-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
.modal-certificate-status-text h2 {
  color: var(--system-colors-medium-grey);
  text-align: center;
  font-family: Open Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 115%;
  margin: 0;
  width: 100%;
}
.modal-certificate-status-text span {
  color: var(--system-colors-dark-grey);
  text-align: center;
  width: 100%;
}
.modal-certificate-requirements {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  align-self: stretch;
}
.modal-certificate-requirements-item {
  display: flex;
  align-items: center;
  gap: 30px;
  align-self: stretch;
  width: 100%;
}
.modal-certificate-requirements-item-content {
  display: flex;
  align-items: center;
  gap: 15px;
  flex: 1 0 0;
}
.modal-certificate-requirements-item-content span {
  color: var(--system-colors-dark-grey);
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}
.modal-certificate-select-companies {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
}
.modal-certificate-select-companies span {
  color: var(--system-colors-dark-grey);
}
.modal-certificate-select-companies.disabled {
  opacity: 0.5;
}
.modal-certificate-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}
@media screen and (max-width: 768px) {
  .modal-certificate-buttons {
    flex-direction: column;
  }
}
.modal-certificate-buttons.flex-direction-column {
  flex-direction: column;
}

.modalInformationCookies .modal-master-content {
  padding: 30px;
  min-width: 800px;
}
@media screen and (max-width: 900px) {
  .modalInformationCookies .modal-master-content {
    min-width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .modalInformationCookies .modal-master-content {
    min-width: auto;
  }
}
.modalInformationCookies .component-switch-toggle {
  display: block;
  height: 22px;
  width: 40px;
}
.modalInformationCookies .component-switch-toggle input:empty {
  margin-left: -9999px;
}
.modalInformationCookies .component-switch-toggle input:empty ~ label {
  position: relative;
  float: left;
  width: 150px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.modalInformationCookies .component-switch-toggle input:empty ~ label:before,
.modalInformationCookies .component-switch-toggle input:empty ~ label:after {
  position: absolute;
  display: block;
  content: " ";
  -webkit-transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.modalInformationCookies .component-switch-toggle input:empty ~ label:before {
  top: 3px;
  left: 0px;
  width: 28px;
  height: 13px;
  border-radius: 12px;
  background-color: var(--system-colors-grey-switch);
}
.modalInformationCookies input.switch:empty ~ label:after {
  top: 1px;
  left: -9px;
  width: 1.4em;
  height: 8px;
  bottom: 0.1em;
  margin-left: 0.1em;
  background-color: #fff;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: solid 2px;
  border-color: #fff;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
}
.modalInformationCookies input.switch:checked ~ label:after {
  left: 15px;
}
.modalInformationCookies .component-switch-toggle.disabled {
  opacity: 0.5;
}
.modalInformationCookies .modal-master-header-wrapper-text {
  justify-content: flex-start;
}
.modalInformationCookies .modal-master-content .sub-title {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 115%;
  color: var(--system-colors-dark-grey);
}
.modalInformationCookies .modal-master-content .sub-title-text {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--system-colors-dark-grey);
}
.modalInformationCookies .general-switch {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 25px 0px;
}
.modalInformationCookies .informations-switch {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-left: 15px;
}
.modalInformationCookies .title-switch {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: var(--system-colors-dark-grey);
}
.modalInformationCookies .subtitle-switch {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #63676C;
}
.modalInformationCookies .buttons-cookie-container {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .modalInformationCookies .buttons-cookie-container {
    flex-direction: column;
  }
}
.modalInformationCookies .button-cookie {
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: all 150ms ease-in-out;
  background-color: transparent;
  padding: 18px 25px;
  width: auto;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modalInformationCookies .button-cookie:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .modalInformationCookies .button-cookie {
    width: 100%;
  }
}
.modalInformationCookies .more-info-cookies {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--system-colors-dark-grey);
}
.modalInformationCookies .more-info-cookies a {
  text-decoration: underline;
}

.modalInformationCookies .modal-dialog {
  width: auto !important;
  max-width: fit-content !important;
}

.close-cookies {
  color: var(--system-colors-theme-title) !important;
}
