/* * { border: 1px solid red; } */
/* INPUTS  */
.custom-file {
  border: 1px solid #e2503f !important;
  line-height: 1.85;
  border-radius: 0;
  font-family: GalanoGrotesque, sans-serif;
  font-size: 1rem;
  color: #FFFFFF;
  background: #242220;
}

.custom-file-input {
  width: 0px;
  height: 0px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
section.section.section-scroll.bg-moot.border-0.p-0.mt-5 {
    margin-top: 8rem!important;
}
.custom-file-input+label {
  outline: 1px dotted white;
  outline: -webkit-focus-ring-color auto 5px;
  outline: none;
  padding: 0 .75rem;
}
.notice-bottom-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #2c3645;
  z-index: 1000;
}
.custom-file-label-frutasclasse {
  color: #FFF;
  text-transform: uppercase;
  font-family: GalanoGrotesque, sans-serif !important
}

.form-control:not(.form-control-sm):not(.form-control-lg)::placeholder {
  color: #2c3645 !important;
  text-transform: uppercase;
}

.form-control:focus {
  background: transparent !important;
}

input[type=checkbox] {
  position: relative;
  cursor: pointer;
}

input[type=checkbox]:before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  top: 0;
  left: 0;
  border: 1px solid #FFF;
  border-radius: 0;
  background-color: #242220;
}

input[type=checkbox]:checked:after {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 2px;
  left: 6px;
}

textarea {
  resize: none!important;
}

textarea::-webkit-input-placeholder {
  color: #2c3645 !important;
  text-transform: uppercase;
}

textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #2c3645 !important;
  text-transform: uppercase;
}

textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #2c3645 !important;
  text-transform: uppercase;
}

textarea:-ms-input-placeholder {
  color: #2c3645 !important;
  text-transform: uppercase;
}

textarea::placeholder {
  color: #2c3645 !important;
  text-transform: uppercase;
}

/* FONTS */
.client-semi-bold {
  font-family: BergeSemiBold !important;
}

.client-bold {
  font-family: BergeBold !important;
}

.client-regular {
  font-family: BergeRegular !important;
}

.client-bold2 {
  font-family: BrotherBold !important;
}

.client-regular2 {
  font-family: BrotherRegular !important;
}

/* BACKGROUNDS */
.bg-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-image-home-left {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: left;
}

.bg-image-home-right {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: right;
}

.bg-image.blog-detail {
  height: 100vh;
}

.news-img-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #707070;
  opacity: 0.5;
  mix-blend-mode: multiply;
}

.bg-slide {
  background-position: center top;
  background-repeat: repeat-x;
}

.bg-black {
  background-color: #171716;
}

.bg-blackgrey {
  background-color: #242220;
}

.bg-yellow {
  background-color: #e2503f;
}

/* GENERAL */
.menu-img-fluid {
  width: 70%;
}

.menu-img-fluid-drop {
  width: 8%;
}

.z-index-fix {
  z-index: 1001 !important;
}

.academy-submenu {
  margin-top: 2.5rem;
  padding: .7rem 1rem;
  background: #171716;
}

.academy-link a {
  color: #FFF;
  font-family: GalanoGrotesque, sans-serif;
}

.academy-link a:hover, .academy-sublink a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.academy-active a {
  color: inherit;
  font-family: GalanoGrotesqueMedium, sans-serif;
  text-decoration: underline;
  text-decoration-color: #e2503f;
  text-decoration-thickness: 1px;
  text-underline-offset: 10px;
}

.academy-active a:hover {
  text-decoration: underline;
  text-decoration-color: #e2503f;
  text-decoration-thickness: 1px;
  text-underline-offset: 10px;
  opacity: 1;
}

.academy-sublink a {
  color: #FFF;
  font-family: GalanoGrotesque, sans-serif;
}

.academy-subactive a:hover {
  text-decoration: none;
  opacity: 1;
}

.academy-subactive a {
  color: #e2503f;
  font-family: GalanoGrotesqueMedium, sans-serif;
}

.arrow-button {
  position: absolute;
  top: 75%;
  right: 15%;
}

.recrut-popup-close {
  position: absolute;
  right: 2rem;
  top: 2rem;
}

.custom-button {
  background: transparent;
  color: white;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-family: GalanoGrotesque, sans-serif;
  letter-spacing: 1px;
  background: transparent;
  border: none;
  outline: none;
}

.custom-button:focus {
  outline: none;
  border: none;
}

.btn-button {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 28px;
  /* line-height: 35px; */
  font-family: GalanoGrotesqueMedium, sans-serif;
  color: #892133;
}

.table-overflow {
  overflow-x: auto !important;
}

.table {
  color: #2c3645;
  text-align: center;
}

.table th {
  font-family: GalanoGrotesqueMedium;
  background-color: #e2503f;
  text-transform: uppercase;
  border-bottom: none !important;
  vertical-align: middle !important;
  border: 1px solid #e2503f;
}

.table td {
  border: 1px solid #e2503f;
  vertical-align: middle !important;
}

/* MENU */
.toggle toggle-minimal toggle-primary a:hover {
  text-decoration: none !important;
}

.hamburguer {
  margin-top: 10px;
  margin-left: 20px;
}

.hamburguer-close {
  margin-top: 10px;
  margin-left: 20px;
}

.hamburguer span {
  display: block;
  width: 40px;
  height: 2px;
  margin-bottom: 10px;
  position: relative;
  background: #FFFFFF;
  border-radius: 0;
  z-index: 1;
}

.hamburguer span:nth-child(2) {
  float: left;
  width: 30px;
  height: 2px;
}

.hamburguer-close span {
  display: block;
  width: 40px;
  height: 2px;
  position: relative;
  background: #FFFFFF;
  border-radius: 0;
  z-index: 1;
}

.menu-lang span {
  color: #FFF;
  font-family: GalanoGrotesque;
  border-left: 2px solid white;
  padding-left: 2rem;
}

.full-menu {
  position: fixed;
  width: 15vw;
  height: 100vh;
  background: #2c3645;
  z-index: 1031;
  overflow: hidden;
}

.close-full-menu-wrapper {
  width: 100%;
  background: #fff;
  color: #000;
  text-align: center;
}

.side-float-menu {
  position: fixed;
  right: 0;
  z-index: 999999999;
}

.cart-number {
  background: #e2503f;
  padding: 0;
  height: 15px;
  width: 15px;
  border-radius: 10px;
  margin-left: -12px;
  position: absolute;
}
.cart-number p {
  font-size: 0.8em;
  color: #ffffff;
  line-height: 0;
  padding: 5px;
  margin-top: 2px;
}

.menu-mob-float {
  position: fixed;
  top: 0;
  z-index: 1030;
}

.float-search {
  position: fixed;
  background: #dfe1e3;
  z-index: 9999999999;
  width: 100vw;
  height: 100vh;
}

.close-float-search {
  position: fixed;
  top: 25px;
  right: 20px;
  margin-top: 0;
}

.side-menu-item {
  transition: transform .3s;
  max-width: 100%;
}

.side-menu-item:hover {
  transform: scale(1.2);
}

.toggle-link {
  color: #e2503f;
  text-transform: uppercase;
}

.toggle-link:hover {
  color: #e2503f !important;
}

.menu-bottom {
  position: absolute;
  bottom: 2rem;
}

.menu_menos {
  display: none;
}

.toggle-content p:last-child {
  margin-bottom: 20px;
}

/* HOMEPAGE */
.video-container {
  width: 100vw;
  height: 100vh;
}

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-text {
  position: absolute;
  text-transform: uppercase;
  top: 40vh;
  left: 10vw;
}

.video-text h2 {
  line-height: 4rem;
}

.video-button {
  position: absolute;
  right: 4vw;
  bottom: 10vh;
}

.text-over-left {
  position: absolute;
  min-width: 52vw;
  right: 0;
  margin-top: 4rem;
  z-index: 2;
}

.text-over-right {
  position: absolute;
  min-width: 52vw;
  /* left: 15vw; */
  left: 4vw;
  margin-top: 4rem;
  z-index: 2;
}

.text-over-blog {
  position: absolute;
  /* min-width: 42vw; */
  left: -4vw;
  right: 0;
  margin-top: -4rem;
  z-index: 2;
  word-wrap: break-word;
}

.text-over-company {
  position: absolute;
  left: -7vw;
  right: 0;
  margin-top: 2rem;
  z-index: 2;
  word-wrap: break-word;
}

.text-over-company-p,
.text-over-consultancy-p {
  padding-top: 35vh;
}

.text-over-about-p {
  padding-top: 40vh;
}

.text-over-consultancy {
  position: absolute;
  left: -9vw;
  right: 0;
  /* margin-top: 2rem; */
  z-index: 2;
  word-wrap: break-word;
}

.text-over-about {
  position: absolute;
  left: -11vw;
  right: 0;
  z-index: 2;
  word-wrap: break-word;
  top: 6rem;
  width: 25vw;
}

.text-over-management {
  position: absolute;
  margin-top: -3rem;
  z-index: 2;
  word-wrap: break-word;
}

.text-over-revenue {
  position: absolute;
  left: -3vw;
  right: 0;
  z-index: 2;
  word-wrap: break-word;
}

.text-over-revenue-p {
  margin-top: 24vh;
  margin-left: -4vw;
}

.text-over-cloud {
  position: absolute;
  left: 1vw;
  right: 0;
  z-index: 2;
  word-wrap: break-word;
  width: 50vw;
}

.text-over-rate {
  position: absolute;
  left: -5vw;
  right: 0;
  z-index: 2;
  word-wrap: break-word;
  width: 32vw;
}

.text-over-reports {
  position: absolute;
  left: -1vw;
  right: 0;
  z-index: 2;
  word-wrap: break-word;
  width: 60vw;
}

.text-over-sales {
  position: absolute;
  left: 11vw;
  right: 0;
  z-index: 2;
  word-wrap: break-word;
  width: 38vw;
}

.text-over-services {
  position: absolute;
  left: 0;
  right: 0;
  margin-top: -23vh;
  z-index: 2;
  word-wrap: break-word;
}

.product .product-thumb-info-badges-wrapper {
  right: 0;
  left: auto !important;
  top: 0 !important;
}

.product-thumb-info-badges-wrapper.days {
  bottom: 0;
  top: auto !important;
  background: #36302B;
  opacity: 0.76;
  width: 100%;
  left: 0 !important;
}

.product .badge.badge-ecommerce.badge-danger {
  font-size: 1rem;
  background-color: #892133;
}

.product-thumb-info-badges-wrapper.days span {
  color: #e2503f;
}

.owl-carousel .owl-item img {
  width: auto;
}

/* .testimonial.testimonial-style-2 {
  position: relative;
  text-align: center;
}

.testimonial.testimonial-style-2 .testimonial-text {
  position: absolute;
} */
/* .testimonial-text {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
} */
label.custom-control-label.text-2.pl-2 {
    font-family: 'BergeBold', sans-serif;
}
.owl-testemunhos {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* WEBINARS */
.play-btn {
  /* top: 50%;
  left: 50%; */
  position: relative;
}

.basic-lightbox {
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  position: fixed;
  z-index: 10000;
  top: 0px;
  left: 0px;
  text-align: center;
}

.lightbox-close {
  position: absolute;
  right: 0px;
  top: 2vh;
  font-size: 3em;
  width: 38px;
  height: 38px;
  color: #e2503f;
  z-index: 999;
}

.lightbox-close:hover {
  color: #e2503f;
  text-decoration: none;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  margin: 0 auto;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* CONTACT */
.checkbox-label {
  margin-left: .7rem;
  position: absolute;
}

input[type=checkbox] {
  position: relative;
  cursor: pointer;
}

input[type=checkbox]:before {
  content: "";
  display: block;
  position: absolute;
  width: 17px;
  height: 17px;
  top: 0;
  left: 0;
  border: 1px solid #e2503f;
  border-radius: 0;
  background-color: #dfe1e3;
}

input[type=checkbox]:checked:after {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  border: solid #e2503f;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 2px;
  left: 6px;
}

textarea {
  resize: none;
}

/* BLOG */
.blog-arrow .arrow-button {
  top: 58%;
}

.news-section {
  width: 100%;
  height: 75vh;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .team-secion.news-section {
  background-position: top center;
} */

.events-section {
  width: 100%;
  height: 64vh;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

.row-news-description {
  width: 100%;
  margin-left: inherit;
}

.news-description-background {
  opacity: 0.8;
  width: 100%;
  height: 22vh;
  position: absolute;
  bottom: 0;
}

.news-description-background.webinars {
  display: flex;
  align-items: center;
}

.news-description-title {
  padding-top: 2vh;
  padding-left: 6vh;
  padding-right: 6vh;
  margin-bottom: 2.5vh;
}

.news-description-text {
  padding-left: 6vh;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}

.blog-button-prev,
.blog-button-next {
  background: transparent;
  border: none;
  text-transform: uppercase;
}

.blog-button-prev {
  color: #e2503f;
}

.blog-button-next {
  color: #FFF;
}

.blog-button-prev img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* TEAM  */
.team-description {
  opacity: 0.8;
  background: black;
  width: 100%;
  height: 17vh;
  position: absolute;
  bottom: 0;
  /* padding-left: 2rem; */
}

.team-arrow {
  position: absolute;
  /* right: 1vw; */
  /* bottom: 2vw; */
}

/* MODAL */
.modal {
  height: 95vh !important;
  padding-right: 0 !important;
}

.modal-dialog {
  max-width: 95vw;
  margin: 0 auto;
  margin-top: 5vh;
  overflow: hidden;
}

.modal-content {
  height: 90vh !important;
  border-radius: 0;
}

.modal-scroll {
  height: calc(100vh - 200px);
  overflow-y: auto;
  padding-right: 3rem;
}

.modal-scroll::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

.modal-scroll::-webkit-scrollbar-thumb {
  background: linear-gradient(13deg, #e2503f 14%, #e2503f 64%);
  border-radius: 15px;
}

.modal-scroll::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(13deg, #e2503f 14%, #e2503f 64%);
}

.modal-scroll::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 5px;
  box-shadow: inset 7px 0px 12px #f0f0f0;
  margin-top: 5rem;
  margin-bottom: 3rem;
}

.close {
  position: absolute;
  top: 1rem;
  right: 2rem;
  opacity: 1;
  font-size: 2.5rem;
  font-weight: normal;
  z-index: 1;
  text-shadow: none;
}

.close:focus {
  outline: none;
  border: none;
}

/* END MODAL */
/* COURSE DETAIL */
.product-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /* height: 100vh; */
}

/* FAQs */
.faq-toggle-title {
  background: #171716;
}

html .toggle-primary .toggle.active>label, html .toggle-primary .toggle.active>.faq-toggle-link {
  color: #e2503f !important;
}

.faq-toggle-link:hover {
  color: #e2503f !important;
}

/* FOOTER */
footer .row-top {
  border-top: 1px solid #FFF;
}

footer p {
  line-height: 22px;
}

.list-item {
  display: flex;
  align-items: start;
}

.btn-footer {
  border: 2px solid #e2503f !important;
  border-radius: 0px 4px 4px 0px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

footer .input-group .form-control,
footer .input-group-append {
  height: 35px;
}

.header-social-icons {
  display: flex;
  list-style: none;
}

.img-cart-icon {
  margin-top: 2.1rem;
}

/* MEDIA QUERIES */
/* MOBILE DEVICES */
@media only screen and (max-width: 480px) {
  .first-img-footer {
    width: 50%;
  }

  .video-text {
    left: 5vw;
  }
}

/* IPADS, TABLETS */
@media only screen and (max-width: 768px) {

  .video-text {
    top: 50vh;
  }

  .text-over-left,
  .text-over-right {
    min-width: auto;
    right: 0;
    left: 3vh;
    z-index: 2;
    margin-top: -2vh;
  }

  .text-over-left-accelerate {
    left: 1px;
  }

  .text-over-about {
    left: -32vw;
    right: 0;
    top: 13rem;
    word-wrap: normal;
  }

  .text-over-about-p {
    padding-top: 5vh;
  }

  .text-over-company {
    left: 24vw;
    margin-top: -10rem;
    width: 80vw;
  }

  .text-over-company-p {
    padding-top: 0;
  }

  .text-over-revenue {
    left: 3vw;
    top: -9vh;
  }

  .text-over-revenue-p {
    margin-top: 0;
    margin-left: 0;
  }

  .text-over-cloud {
    right: 4vw;
    left: 0vw;
    top: -3vh;
    width: auto;
  }

  .text-over-rate {
    left: 5vw;
    width: 60vw;
    top: -3vh;
  }

  .text-over-reports {
    right: 4vw;
    left: 0vw;
    top: -3vh;
    width: auto;
  }

  .text-over-sales {
    left: 0;
    width: 60vw;
    top: 8vh;
  }

  .text-over-consultancy {
    left: -72vw;
    margin-top: 3rem;
  }

  .text-over-consultancy-p {
    padding-top: 5vh;
  }

  .text-over-management {
    margin-top: -1rem;
  }

  .bg-slide {
    background-size: contain;
  }

  .news-section,
  .events-section {
    height: 50vh;
  }

  .news-description-background.blog {
    height: 20vh;
  }

  .news-description-background.events {
    height: 14vh;
  }

  .news-description-background.webinars {
    height: 15vh;
  }

  .text-over-blog {
    min-width: auto;
    left: -24vw;
    right: 0;
    margin-top: 9rem;
  }

  /* Menu  */
  .dropdown-item {
    padding: .6rem !important;
  }

  .menu-lang span {
    padding-left: .7rem;
  }

  .hamburguer, .hamburguer-close {
    margin: 0;
  }

  .modal-col-height {
    height: 50vh;
  }

  .modal-img-height {
    height: inherit;
    object-fit: cover;
    object-position: top;
  }
  .modal-scroll {
    height: calc(100vh - 62vh);
    padding-right: 1rem;
  }
}

.side-header-narrow-bar {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

.side-header-narrow-bar-logo a img{
  transform: rotate(270deg);
  margin-top: 7.5vh;
  width: 15vh;
  max-width: 20vw;
}

.side-header-narrow-bar-logo {
  height: 30vh;
	max-height: 30vw;
}

.no-bg {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.giga-title {
  font-size: 19em;
}

.giga-title-ghost {
  font-size: 15em;
}

.btn-moot-red {
  background-color: #e2503f;
  color: #ffffff;
  border-radius: 0;
}

.select-color {
  float: left;
  height: 36px;
  width: 36px;
  margin-left: 0.5em;
  border-radius: 18px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.2);
  border: 2px solid #fff;
  cursor: pointer;
}

.bg-color-moot {
  background-color: #2c3645;
}

.full-menu-h-25 {
  height: 25vh;
  max-height: 25vw;
}

.full-menu-h-50 {
  height: 50vh;
  max-height: 50vw;
}

.div-mapa {
  height: 50vh;
}

.bg-moot {
  background-color: #dfe1e3 !important;
}

.text-moot {
  color: #2c3645 !important;
}
.text-moot-shadown {
  color: #d6dbde !important;
}
.text-moot-red {
  color: #e2503f !important;
}

.moot-line {
  margin: 3em 0; padding: 0;
  background-color: #FFF;
  height: 5px;
  width: 100%;
  position: absolute;
  top: 40%;
  z-index: -1;
}

.moot-prod-img {
  -moz-box-shadow: 10px 10px 50px #ccc;
  -webkit-box-shadow: 10px 10px 50px #ccc;
  box-shadow: 10px 10px 50px #ccc;
}

.float-bg-text-moot {
  position: absolute;
  top: 0;
  z-index: -1;
}

.float-bg-text-moot-prods {
  position: fixed;
  top: 0;
}

/* SMALL SCREENS, LAPTOPS */
@media only screen and (max-width: 1023px) {
  .product-image {
    height: 50vh;
  }
  button.hamburguer-btn.m-0 {
      left: 50%;
      transform: translate(-50%, -50%);
      margin-top: 1.6rem!important;
  }
  .container.menu-mob-float {
      padding-left: 0rem;
      padding-right: 0rem;
  }

}

/* DESKTOPS, LARGE SCREENS */
@media only screen (min-width: 992px) and (max-width: 1200px) {
  h2 {
    font-size: 4.5rem;
  }

  .video-text h2 {
    line-height: 2rem;
  }

  .text-over-left {
    position: absolute;
    min-width: 54vw;
    right: 0;
    margin-top: 4rem;
    z-index: 2;
  }
}

@media only screen and (min-width: 1200px) {
  .text-over-right {
    left: 2vw;
  }
}

/* EXTRA LARGE SCREENS, TV */
@media only screen and (min-width: 1284px) {

}

@media only screen and (min-width: 769px) and (max-width: 1303px) {
  .news-description-background.blog {
    height: 28vh;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1199px) {
  .giga-title {
    font-size: 10em;
  }
  .giga-title-ghost {
    font-size: 10em;
    margin-top: -0.2em;
  }
  .moot-line {
    margin: -3em 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .giga-title {
    font-size: 13.5em;
  }
  .giga-title-ghost {
    font-size: 10em;
    margin-top: -0.2em;
  }
  .moot-line {
    margin: 0;
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1649px) {
  .giga-title {
    font-size: 13.5em;
  }
  .giga-title-ghost {
    font-size: 10em;
    margin-top: -0.2em;
  }
  .moot-line {
    margin: -3em;
  }
}


@media only screen and (min-width: 1630px) {
  .text-over-about {
    top: 15rem;
  }
}

@media only screen and (min-height: 601px) {
  .text-over-services {
    margin-top: -14vh;
  }
}


@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .modal-mobile-height {
    height: 50vh;
  }

  .modal-mobile-img {
    height: inherit;
    object-fit: cover;
    object-position: top;
  }
  .modal-scroll {
    height: calc(100vh - 70vh);
    padding-right: 1rem;
  }

  .text-over-about {
    left: -11vw;
    top: 35rem;
  }

  .academy-link {
    line-height: 1.5;
  }

  .text-over-consultancy {
    left: 9vw;
    margin-top: -8rem;
  }

  .text-over-sales {
    left: 0;
    top: 30rem;
  }

  .text-over-services {
    margin-top: -7vh;
    left: -6vw;
  }
}


.grand-total-wrap h4,
.grand-total-wrap .grand-total-content ul li {
  font-weight: normal!important;
}

.grand-total-wrap {
  border: 1px solid #e2503f;
}

.grand-total-wrap .grand-total-content ul li:first-child {
  border-bottom: 1px solid #e2503f!important;
}

.grand-total-wrap .grand-total-content ul li span {
  margin-right: 0!important;
}

.go-checkout,
.go-back,
#place-order-btn,
.login-button,
.create-button,
.purge-cart,
.back-button,
.save-button,
.logout,

.go-checkout:focus,
.go-back:focus,
#place-order-btn:focus,
.login-button:focus,
.create-button:focus,
.purge-cart:focus,
.back-button:focus,
.save-button:focus,
.logout:focus,

.go-checkout:active,
.go-back:active,
#place-order-btn:active,
.login-button:active,
.create-button:active,
.purge-cart:active,
.back-button:active,
.save-button:active,
.logout:active {
  background-color: #e2503f!important;
  border-radius: 0!important;
  border: 1px solid #e2503f!important;
  color: white !important;
  font-family: BergeBold, 'sans-serif';
}

.go-checkout:hover,
.go-back:hover,
#place-order-btn:hover,
.login-button:hover,
.create-button:hover,
.purge-cart:hover,
.back-button:hover,
.save-button:hover,
.logout:hover {
  background-color: #e2503f;
  border-radius: 0;
  border: 1px solid #e2503f;
  color: #892133;
  opacity: 0.8;
}

abbr[data-original-title], abbr[title] {
  text-decoration: none;
  color: #e2503f!important;
}

.billing-info-wrap h3::before,
.your-order-area h3::before {
  background-color: #e2503f!important;
}

.billing-info-wrap .billing-info input {
  border: 1px solid #e2503f!important;
}

.billing-info-wrap .additional-info-wrap textarea {
  background-color: #dfe1e3 !important;
  border: none !important;
  border-bottom: 1px solid #e2503f!important;
}

.card-header {
  background-color: #D6DBDE;
}

.card {
  background: none !important;
  border: none !important;
}

select {
  border-radius: 0!important;
  border: 1px solid #e2503f!important;
}

.your-order-area {
  border: 1px solid #e2503f!important;
}

.your-order-area .your-order-wrap .condition-wrap p a,
.your-order-area .your-order-wrap .condition-wrap .condition-form span,
.cart-table-content table thead > tr th {
  color: #e2503f!important;
}


.custom-control-label::before {
  display: none;
}

/* Chrome, Safari, Edge, Opera */
input[name="tel2"]::-webkit-inner-spin-button,
input[name="tel2"]::-webkit-outer-spin-button,
input[name="nif"]::-webkit-inner-spin-button,
input[name="nif"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[name="tel2"],
input[name="nif"] {
  -moz-appearance: textfield;
}

.actions .btn-primary {
  background: #242220;
  color: #e2503f;
  border-color: #242220;
  border-radius: 0;
}

.actions .btn-primary:hover {
  background: #242220;
  color: #e2503f;
  border-color: #242220;
  border-radius: 0;
  opacity: 0.8;
}

.actions .btn-dark {
  background: #FFFFFF;
  color: #e2503f;
  border-color: #FFFFFF;
  border-radius: 0;
}

.actions .btn-dark:hover {
  background: #FFFFFF;
  color: #e2503f;
  border-color: #FFFFFF;
  border-radius: 0;
  opacity: 0.8;
}

.edit-img {
  vertical-align: inherit;
}

.full-menu p {
  color: #FFF;
  margin: 0 0 20px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 32px;
  /* font-family: GalanoGrotesque, sans-serif; */
}

/* checkout laoder */

.payment-loader{
  background: rgba(36, 34, 32, 0.9);
  width: 100%;
  height: 100%;
  z-index: 10000;
  position: fixed;
}

.atb-selected {
  color: #e2503f !important;
}

.select-color-active {
  border: 2px solid #e2503f;
}

.detail-qty input {
  background-color: #dfe1e3;
  border: 1px solid #2c3645 !important;
  border-radius: 0px !important;
}

.detail-qty .qty {
  border: none !important;
}

.img-arrows {
  position: absolute;
  top: 50vh;
  z-index: 100;
}
.right-arrow {
  right: 5px;
}
.left-arrow {
  left: 5px;
}

@media(max-width:991px){
  .full-menu {
    width: 100vw;
    height: 100vh;
  }
  .full-menu-h-25 {
    height: 25vh;
    max-height: 25vh;
  }
  .full-menu-h-50 {
    height: 50vh;
    max-height: 50vh;
  }
  .giga-title {
    font-size: 8em;
  }
  .giga-title-ghost {
    font-size: 6em;
  }
  .float-bg-text-moot{
    position: relative;
    top: 0;
    z-index: 0;
  }
}
