.brk-bg-style-1 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

/*
* Layouts
* ================ */
.main-wrapper {
  position: relative; }

.main-page {
  position: relative;
  z-index: 2; }

/*
* Global styles
// ================================= */
body {
  font-family: "Open Sans", sans-serif;
  font-display: auto;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #222;
  background: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased; }
  body::-webkit-scrollbar {
    width: 12px; }
  body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #fff; }
  body::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 12px; }


.font__family-montserrat{
  color: #555555;
}

.brk-modal-open {
  overflow: hidden;
  margin-right: var(--mr); }

.brk-boxed {
  background: #fff;
  margin: 0 auto;
  position: relative; }
  @media (min-width: 1230px) {
    .brk-boxed {
      max-width: 1230px;
      box-shadow: rgba(0, 0, 0, 0.6) 0 0 18px; } }

.brk-element-loading {
  transition: all 1s linear 0.5s;
  position: absolute;
  z-index: 1;
  top: -webkit-calc(50% - 50px);
  top: 10%;
  left: 50%;
  width: 60px;
  height: 60px;
  transform-origin: 30px 31px;
  border-radius: 50%;
  box-shadow: 0 1px 0 0 #1d3f72;
  transform: translate(-50%, -50%);
  -webkit-animation: eye 1s linear infinite;
  animation: eye 1s linear infinite; }

@-webkit-keyframes eye {
  from {
    transform: translate(-50%, -50%) rotate(0); }
  to {
    transform: translate(-50%, -50%) rotate(360deg); } }

@keyframes eye {
  from {
    transform: translate(-50%, -50%) rotate(0); }
  to {
    transform: translate(-50%, -50%) rotate(360deg); } }

[data-bg].lazyload,
[data-bg].lazyloading {
  background-size: auto;
  background-position: center; }

.rev-brk-brands [class*="fa-icon-"] {
  font-family: Font Awesome\ 5 Brands; }

.fal {
  font-family: "Font Awesome\ 5 Free" !important; }

.far, .fal {
  font-weight: 600 !important; }

.fa, .fas {
  font-weight: 900 !important; }

@font-face {
  font-family: 'berserk';
  src: url("../fonts/berserk/berserk.eot");
  src: url("../fonts/berserk/berserk.eot?#iefix") format("embedded-opentype"), url("../fonts/berserk/berserk.woff") format("woff"), url("../fonts/berserk/berserk.ttf") format("truetype"), url("../fonts/berserk/berserk.svg#berserk") format("svg");
  font-weight: normal;
  font-style: normal; }

.fal.fa-cog:before,
.fal.fa-comment-alt:before,
.far.fa-clock:before,
.far.fa-envelope-DISABLE:before,
.fa.fa-search-DISABLE:before,
.fa.fa-phone-DISABLE:before,
.fal.fa-play-circle:before,
.fa.fa-share-alt:before,
.fa.fa-shopping-basket-DISABLE:before,
.fal.fa-shopping-cart:before,
.fas.fa-sign-in-alt-DISABLE:before,
.fas.fa-star-DISABLE:before,
.fas.fa-exchange-alt-DISABLE:before,
.fas.fa-arrow-down:before,
.fas.fa-arrow-up:before,
.fa.fa-angle-left-DISABLE:before,
.fa.fa-angle-right-DISABLE:before,
.fal.fa-arrow-left:before,
.fal.fa-arrow-right:before,
.fa.fa-plus:before {
  display: inline-block;
  font-family: 'berserk';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fal.fa-cog:before {
  content: '\0041'; }

.fal.fa-comment-alt:before {
  content: '\0042'; }

.far.fa-clock:before {
  content: '\0043'; }

.far.fa-envelope-DISABLE:before {
  content: '\0044'; }

.fa.fa-search-DISABLE:before {
  content: '\0045'; }

.fa.fa-phone-DISABLE:before {
  content: '\0046'; }

.fal.fa-play-circle:before {
  content: '\0047'; }

.fa.fa-share-alt:before {
  content: '\0048'; }

.fa.fa-shopping-basket-DISABLE:before {
  content: '\0049'; }

.fal.fa-shopping-cart:before {
  content: '\004a'; }

.fas.fa-sign-in-alt-DISABLE:before {
  content: '\004b'; }

.fas.fa-star-DISABLE:before {
  content: '\004c'; }

.fas.fa-exchange-alt-DISABLE:before {
  content: '\004d'; }

.fas.fa-arrow-down:before {
  content: '\004e'; }

.fas.fa-arrow-up:before {
  content: '\004f'; }

.fa.fa-angle-left-DISABLE:before {
  content: '\0050'; }

.fa.fa-angle-right-DISABLE:before {
  content: '\0051'; }

.fal.fa-arrow-left:before {
  content: '\0052'; }

.fal.fa-arrow-right:before {
  content: '\0053'; }

.fa.fa-plus:before {
  content: '\0054'; }

a:hover {
  color: var(--text-base-color-2);
  text-decoration: none; }

a:focus {
  color: var(--text-base-color-2);
  text-decoration: none; }

/*
// Color
// ================== */
.text-primary {
  color: var(--brand-primary); }

.text-light-blue {
  color: var(--brk-base-2) !important; }

.text-blue {
  color: var(--brand-primary) !important; }

.text-gray {
  color: #BFBFBF !important; }

.text-gray-light {
  color: #9F9F9F !important; }

.text-dark {
  color: #868686 !important; }

.text-soft {
  color: #b6c9ff !important; }

.text-light-soft {
  color: var(--brk-base-1) !important; }

.text-blue-1 {
  color: #AABCF1 !important; }

.text-blue-2 {
  color: var(--brk-base-1) !important; }

.text-blue-3 {
  color: #d2d5fe !important; }

.bg-primary {
  background-color: var(--brand-primary) !important; }

.bg-white {
  background: #fff; }

.bg__style {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

@media (max-width: 479px) {
  .no-bg-xs {
    background: none !important; } }

@media (max-width: 767px) {
  .no-bg-sm {
    background: none !important; } }

@media (max-width: 1023px) {
  .no-bg-md {
    background: none !important; } }

@media (max-width: 1199px) {
  .no-bg-lg {
    background: none !important; } }

.bg-purple {
  background: linear-gradient(to right, var(--brk-secondary-4), var(--secondary)); }

.visible {
  overflow: visible !important; }

.full-screen {
  width: 100%;
  min-height: 100vh; }

.w-43 {
  width: 43% !important; }

.brk-footer-icon {
  width: 20px;
  margin-right: 5px; }

.brk-footer-icon + a:hover {
  text-decoration: underline;
  color: currentColor; }

.side-circles {
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .side-circles:before {
    content: '';
    position: absolute;
    top: -535px;
    left: -520px;
    width: 875px;
    height: 875px;
    border: 40px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%; }
  .side-circles:after {
    content: '';
    position: absolute;
    top: -110px;
    right: -180px;
    width: 420px;
    height: 420px;
    border: 21px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%; }

.top-triangle {
  position: relative;
  z-index: 1; }
  .top-triangle:before {
    content: '';
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 24px;
    height: 24px;
    background: #fff; }

.overlay__grad {
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .overlay__grad:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, var(--brand-primary), var(--secondary));
    opacity: 0.9;
    z-index: -1; }

.overlay__gradient {
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .overlay__gradient .overlay_after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, var(--brand-primary), var(--secondary));
    opacity: 0.94;
    z-index: -1;
    margin: 0; }
  .overlay__gradient-left .overlay_after {
    background: linear-gradient(10deg, var(--brand-primary), var(--secondary)); }

.overlay__white {
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .overlay__white:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    opacity: 0.94;
    z-index: -1; }

.overlay__dark {
  position: relative;
  z-index: 1; }
  .overlay__dark:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.75;
    z-index: -1; }

.overlay__purple {
  position: relative;
  z-index: 1; }
  .overlay__purple > .after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, var(--brk-secondary-4) 20%, var(--secondary) 70%);
    opacity: 0.94;
    z-index: -1; }

.overlay__dot {
  position: relative;
  z-index: 1; }
  .overlay__dot:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(23, 40, 68, 0.7);
    background-image: radial-gradient(#101C2F 24%, transparent 25%);
    background-size: 3px 3px;
    opacity: 0.94;
    z-index: -1; }

.overlay__curve {
  position: relative;
  z-index: 1;
  overflow: visible; }
  .overlay__curve:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    background: url("../../img/curve.png") top center no-repeat;
    background-size: 100%;
    z-index: -1; }

.brk-underline-dotted {
  border-bottom: 1px dotted currentColor; }

.all-light, .all-light h1, .all-light h2, .all-light h3, .all-light h4, .all-light h5, .all-light h6, .all-light .h1, .all-light .h2, .all-light .h3, .all-light .h4, .all-light .h5, .all-light .h6 {
  color: #fff; }

.show-inline {
  display: inline !important; }

.link-icon {
  display: inline-block; }
  .link-icon .icon {
    margin: 0 10px;
    vertical-align: baseline;
    font-size: 16px; }
  .link-icon:hover .fa {
    -webkit-animation: icon-move 2s infinite;
            animation: icon-move 2s infinite; }

.wow {
  visibility: hidden; }

.rounded-all {
  border-radius: 50%; }

.rounded-top-left {
  border-top-left-radius: 30px; }

.rounded-top-right {
  border-top-right-radius: 30px; }

.rounded-bottom-left {
  border-bottom-left-radius: 30px; }

.rounded-bottom-right {
  border-bottom-right-radius: 30px; }

.shadow {
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.12); }

.mobile-case-1 {
  position: relative;
  width: 292px;
  height: 609px;
  margin: 0 auto;
  z-index: 2; }
  .mobile-case-1 .mobile-bg {
    position: absolute;
    top: 92px;
    left: 50%;
    margin-left: 2px;
    width: 242px;
    height: 430px;
    transform: translate(-50%, 0);
    background: url("../../img/app-inside-1.jpg") center center; }

.mobile-case-2 {
  position: relative;
  width: 352px;
  height: 721px;
  margin: 0 auto;
  background: url("../../img/app-case-2.png");
  z-index: 2; }
  .mobile-case-2 .mobile-bg {
    position: absolute;
    top: 88px;
    left: 50%;
    width: 306px;
    height: 543px;
    transform: translate(-50%, 0);
    background: url("../../img/app-inside-2.jpg") center center; }

.mobile-case-3 {
  position: relative;
  width: 320px;
  height: 208px;
  margin: 0 auto;
  background: center center no-repeat;
  background-size: contain; }
  @media screen and (min-width: 768px) {
    .mobile-case-3 {
      height: 398px;
      width: 680px;
      margin: 0 auto; } }
  @media screen and (min-width: 992px) {
    .mobile-case-3 {
      width: auto;
      margin: 0 -55px; } }
  .mobile-case-3 .mobile-bg {
    position: absolute;
    top: 23px;
    left: 41px;
    right: 41px;
    height: 148px;
    background: url("../../img/app-inside-3.jpg") center center no-repeat;
    background-size: cover; }
    @media (min-width: 768px) {
      .mobile-case-3 .mobile-bg {
        top: 6%;
        left: 12%;
        right: 12%;
        bottom: 13%;
        height: auto;
        z-index: -1; } }

.mobile-case-4 {
  position: relative;
  width: 320px;
  height: 208px;
  margin: 0 auto;
  background: center center no-repeat;
  background-size: contain; }
  @media screen and (min-width: 768px) {
    .mobile-case-4 {
      height: 398px;
      width: 680px;
      margin: 0 auto; } }
  @media screen and (min-width: 992px) {
    .mobile-case-4 {
      width: 100%; } }
  .mobile-case-4 .mobile-bg {
    position: absolute;
    top: 23px;
    left: 41px;
    right: 41px;
    height: 148px;
    background: url("../../img/app-inside-3.jpg") center center no-repeat;
    background-size: cover; }
    @media (min-width: 768px) {
      .mobile-case-4 .mobile-bg {
        top: 7%;
        left: 12%;
        right: 12%;
        bottom: 14%;
        height: auto;
        z-index: -1; } }

.arrow__pointer-top-left {
  display: none;
  position: absolute;
  top: -60px;
  right: -40px; }
  [dir="rtl"] .arrow__pointer-top-left {
    right: auto;
    left: -40px;
    transform: rotateY(180deg); }
  @media (min-width: 1200px) {
    .arrow__pointer-top-left {
      display: block; } }

.arrow__pointer-bottom-left {
  display: none;
  position: absolute;
  bottom: -60px;
  right: -40px;
  transform: rotateY(180deg) rotate(180deg); }
  [dir="rtl"] .arrow__pointer-bottom-left {
    right: auto;
    left: -40px;
    transform: rotateY(0) rotate(180deg); }
  @media (min-width: 1200px) {
    .arrow__pointer-bottom-left {
      display: block; } }

.arrow__pointer-top-right {
  display: none;
  position: absolute;
  top: -60px;
  left: -40px;
  transform: rotateY(180deg) rotate(0deg); }
  [dir="rtl"] .arrow__pointer-top-right {
    left: auto;
    right: -40px;
    transform: rotateY(0deg) rotate(0deg); }
  @media (min-width: 1200px) {
    .arrow__pointer-top-right {
      display: block; } }

.arrow__pointer-bottom-right {
  display: none;
  position: absolute;
  bottom: -60px;
  left: -40px;
  transform: rotateY(0deg) rotate(180deg); }
  [dir="rtl"] .arrow__pointer-bottom-right {
    left: auto;
    right: -40px;
    transform: rotateY(180deg) rotate(180deg); }
  @media (min-width: 1200px) {
    .arrow__pointer-bottom-right {
      display: block; } }

.circle-number {
  min-width: 51px;
  width: 52px;
  height: 52px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.3);
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--brand-primary);
  display: flex;
  justify-content: center;
  align-items: center; }

.app-img-caption {
  font-family: 'Montserrat', sans-serif;
  font-size: 60px;
  font-weight: 600;
  opacity: 0.06;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  line-height: 1;
  display: block;
  margin-bottom: -15px; }
  @media (min-width: 480px) {
    .app-img-caption {
      font-size: 118px;
      margin-bottom: -30px; } }

.app-img-caption ~ * {
  position: relative;
  z-index: 2; }

.app-dot-line {
  display: inline-block;
  position: relative;
  z-index: 1; }
  .app-dot-line.left > .dot {
    right: -40px; }
    [dir="rtl"] .app-dot-line.left > .dot {
      right: auto;
      left: -40px; }
    .app-dot-line.left > .dot > .line {
      left: 0; }
      [dir="rtl"] .app-dot-line.left > .dot > .line {
        left: auto;
        right: 0; }
  .app-dot-line.right > .dot {
    left: -40px; }
    [dir="rtl"] .app-dot-line.right > .dot {
      left: auto;
      right: -40px; }
    .app-dot-line.right > .dot > .line {
      right: 0; }
      [dir="rtl"] .app-dot-line.right > .dot > .line {
        right: auto;
        left: 0; }
  .app-dot-line > .dot {
    display: none;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--brand-primary); }
    @media (min-width: 1230px) {
      .app-dot-line > .dot {
        display: block; } }
    .app-dot-line > .dot:after {
      content: '';
      position: absolute;
      top: -1px;
      left: -1px;
      right: -1px;
      bottom: -1px;
      border: 3px solid #fff;
      box-shadow: 1px 1.732px 8px 0 rgba(0, 0, 0, 0.2);
      border-radius: 50%; }
    .app-dot-line > .dot .line {
      position: absolute;
      top: 7px;
      width: 300px;
      height: 1px;
      background: var(--brand-primary);
      z-index: -1; }

.svg-md {
  width: 74px;
  height: 74px; }

.svg-91 {
  width: 91px;
  height: 91px; }

.slide-bg-wrap {
  position: relative;
  overflow: hidden; }
  .slide-bg-wrap .slide-bg {
    position: absolute;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: var(--brand-primary);
    transition: width 0.25s ease-in-out, height 0.25s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: -1; }
  .slide-bg-wrap:hover .slide-bg {
    width: 250%;
    height: 250%; }

.hot-panel {
  display: inline-block;
  padding: 4px 24px;
  color: #fff;
  font-weight: 700;
  border-radius: 50px;
  background: linear-gradient(to right, var(--brk-base-2), var(--brk-base-5)); }
  .hot-panel_primary {
    background: linear-gradient(to right, var(--brand-primary), var(--secondary)); }

.horiz-line {
  display: block;
  border: none;
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0.2;
  margin: 34px 0 30px; }

* + .subscr__form {
  margin-top: 30px; }

.subscr__form {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  background: rgba(255, 255, 255, 0.12);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  position: relative; }
  .subscr__form .form-control {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    height: 52px;
    color: #fff;
    padding: 10px 60px 10px 30px;
    background: transparent;
    border: none; }
    .subscr__form .form-control::-webkit-input-placeholder {
      color: #fff;
      opacity: 1; }
    .subscr__form .form-control::-moz-placeholder {
      color: #fff;
      opacity: 1; }
    .subscr__form .form-control::-ms-input-placeholder {
      color: #fff;
      opacity: 1; }
    .subscr__form .form-control:-ms-input-placeholder {
      color: #fff;
      opacity: 1; }
    .subscr__form .form-control::placeholder {
      color: #fff;
      opacity: 1; }
    .subscr__form .form-control:focus {
      box-shadow: none; }
  .subscr__form .btn-subscr {
    position: absolute;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    right: 6px;
    color: #fff;
    background: linear-gradient(to right, var(--brk-base-6), var(--brk-base-2)); }
    .subscr__form .btn-subscr:before {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .subscr__form .btn-subscr:hover {
      transform: translateY(-50%) scale(1.1); }

.video-wrap {
  position: relative;
  z-index: 1;
  cursor: pointer;
  box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.4);
  min-height: 430px; }
  .video-wrap .overlay-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 50;
    transition: all .4s ease; }
    .video-wrap .overlay-image.hid {
      opacity: 0;
      visibility: hidden;
      pointer-events: none; }
  .video-wrap .icon__btn {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .video-wrap .icon__btn .fa-play:before {
      margin-left: 2px; }
  .video-wrap iframe {
    width: 100%;
    height: 100%; }

body .main-icon {
  font-size: 64px;
  width: 170px;
  height: 170px;
  margin: 0 auto;
  border-radius: 50%;
  border: 2px solid var(--brk-base-2);
  position: relative; }
  body .main-icon:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  body .main-icon + * {
    margin-top: 56px; }
  body .main-icon_white {
    border-color: #fff;
    color: #fff; }

.inline-wrap > div {
  flex: 1; }

@media (min-width: 1200px) {
  .inline-wrap {
    display: flex;
    justify-content: space-around;
    align-items: center; } }

.inline-wrap-second .icon__btn {
  width: 63px;
  height: 63px;
  font-size: 28px;
  margin-bottom: 20px; }
  @media (min-width: 1200px) {
    .inline-wrap-second .icon__btn {
      margin-bottom: 10px; } }
  .inline-wrap-second .icon__btn .spike {
    background-color: inherit; }

/*
// Helpers
// ================ */
.maxw-300 {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto; }

.maxw-450 {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto; }

.maxw-500 {
  max-width: 500px; }

.maxw-570 {
  max-width: 570px; }

.maxw-770 {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto; }

.maxw-800 {
  max-width: 800px; }

.maxw-970 {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto; }

.violet-shadow {
  box-shadow: 0 3px 0 0 var(--secondary); }

.dark-shadow {
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.12); }

.z-index-high {
  position: relative;
  z-index: 50; }

.z-index-5 {
  z-index: 5 !important; }

.z-index-3 {
  z-index: 3 !important; }

.z-index-2 {
  z-index: 2 !important; }

.z-index-1 {
  z-index: 1 !important; }

.z-index-0 {
  z-index: 0 !important; }

.width100 {
  width: 100%; }

.height100 {
  height: 100%; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.overflow-hid {
  overflow: hidden !important; }

.overflow-hidden-x {
  overflow-x: hidden; }

.overflow-hidden-y {
  overflow-y: hidden; }

.opacity-5 {
  opacity: 0.05; }

.opacity-10 {
  opacity: 0.1; }

.opacity-15 {
  opacity: 0.15; }

.opacity-20 {
  opacity: 0.2; }

.opacity-25 {
  opacity: 0.25; }

.opacity-30 {
  opacity: 0.3; }

.opacity-35 {
  opacity: 0.35; }

.opacity-40 {
  opacity: 0.4; }

.opacity-45 {
  opacity: 0.45; }

.opacity-50 {
  opacity: 0.5; }

.opacity-55 {
  opacity: 0.55; }

.opacity-60 {
  opacity: 0.6; }

.opacity-65 {
  opacity: 0.65; }

.opacity-70 {
  opacity: 0.7; }

.opacity-75 {
  opacity: 0.75; }

.opacity-80 {
  opacity: 0.8; }

.opacity-85 {
  opacity: 0.85; }

.opacity-90 {
  opacity: 0.9; }

.opacity-95 {
  opacity: 0.95; }

.opacity-100 {
  opacity: 1; }

.opacity-87 {
  opacity: 0.87; }

@media screen and (max-width: 576px) {
  .pl-xs-0 {
    padding-left: 0px !important; } }

@media screen and (max-width: 576px) {
  .pl-xs-5 {
    padding-left: 5px !important; } }

@media screen and (max-width: 576px) {
  .pl-xs-10 {
    padding-left: 10px !important; } }

@media screen and (max-width: 576px) {
  .pl-xs-15 {
    padding-left: 15px !important; } }

@media screen and (max-width: 576px) {
  .pl-xs-20 {
    padding-left: 20px !important; } }

@media screen and (max-width: 576px) {
  .pl-xs-25 {
    padding-left: 25px !important; } }

@media screen and (max-width: 576px) {
  .pr-xs-0 {
    padding-right: 0px !important; } }

@media screen and (max-width: 576px) {
  .pr-xs-5 {
    padding-right: 5px !important; } }

@media screen and (max-width: 576px) {
  .pr-xs-10 {
    padding-right: 10px !important; } }

@media screen and (max-width: 576px) {
  .pr-xs-15 {
    padding-right: 15px !important; } }

@media screen and (max-width: 576px) {
  .pr-xs-20 {
    padding-right: 20px !important; } }

@media screen and (max-width: 576px) {
  .pr-xs-25 {
    padding-right: 25px !important; } }

@media screen and (max-width: 576px) {
  .pb-xs-0 {
    padding-bottom: 0px !important; } }

@media screen and (max-width: 576px) {
  .pb-xs-5 {
    padding-bottom: 5px !important; } }

@media screen and (max-width: 576px) {
  .pb-xs-10 {
    padding-bottom: 10px !important; } }

@media screen and (max-width: 576px) {
  .pb-xs-15 {
    padding-bottom: 15px !important; } }

@media screen and (max-width: 576px) {
  .pb-xs-20 {
    padding-bottom: 20px !important; } }

@media screen and (max-width: 576px) {
  .pb-xs-25 {
    padding-bottom: 25px !important; } }

@media screen and (max-width: 576px) {
  .pb-xs-30 {
    padding-bottom: 30px !important; } }

@media screen and (max-width: 576px) {
  .pb-xs-35 {
    padding-bottom: 35px !important; } }

@media screen and (max-width: 576px) {
  .pb-xs-40 {
    padding-bottom: 40px !important; } }

@media screen and (max-width: 576px) {
  .pb-xs-45 {
    padding-bottom: 45px !important; } }

@media screen and (max-width: 576px) {
  .pb-xs-50 {
    padding-bottom: 50px !important; } }

@media screen and (max-width: 576px) {
  .pt-xs-0 {
    padding-top: 0px !important; } }

@media screen and (max-width: 576px) {
  .pt-xs-5 {
    padding-top: 5px !important; } }

@media screen and (max-width: 576px) {
  .pt-xs-10 {
    padding-top: 10px !important; } }

@media screen and (max-width: 576px) {
  .pt-xs-15 {
    padding-top: 15px !important; } }

@media screen and (max-width: 576px) {
  .pt-xs-20 {
    padding-top: 20px !important; } }

@media screen and (max-width: 576px) {
  .pt-xs-25 {
    padding-top: 25px !important; } }

@media screen and (max-width: 576px) {
  .pt-xs-30 {
    padding-top: 30px !important; } }

@media screen and (max-width: 576px) {
  .pt-xs-35 {
    padding-top: 35px !important; } }

@media screen and (max-width: 576px) {
  .pt-xs-40 {
    padding-top: 40px !important; } }

@media screen and (max-width: 576px) {
  .pt-xs-45 {
    padding-top: 45px !important; } }

@media screen and (max-width: 576px) {
  .pt-xs-50 {
    padding-top: 50px !important; } }

@media screen and (max-width: 576px) {
  .pb-xs-60 {
    padding-bottom: 60px !important; } }

@media screen and (max-width: 576px) {
  .pb-xs-70 {
    padding-bottom: 70px !important; } }

@media screen and (max-width: 576px) {
  .pb-xs-80 {
    padding-bottom: 80px !important; } }

@media screen and (max-width: 576px) {
  .pb-xs-90 {
    padding-bottom: 90px !important; } }

@media screen and (max-width: 576px) {
  .pb-xs-100 {
    padding-bottom: 100px !important; } }

@media screen and (max-width: 576px) {
  .pt-xs-60 {
    padding-top: 60px !important; } }

@media screen and (max-width: 576px) {
  .pt-xs-70 {
    padding-top: 70px !important; } }

@media screen and (max-width: 576px) {
  .pt-xs-80 {
    padding-top: 80px !important; } }

@media screen and (max-width: 576px) {
  .pt-xs-90 {
    padding-top: 90px !important; } }

@media screen and (max-width: 576px) {
  .pt-xs-100 {
    padding-top: 100px !important; } }

@media screen and (max-width: 576px) {
  .ml-xs-0 {
    margin-left: 0px !important; } }

@media screen and (max-width: 576px) {
  .ml-xs-5 {
    margin-left: 5px !important; } }

@media screen and (max-width: 576px) {
  .ml-xs-10 {
    margin-left: 10px !important; } }

@media screen and (max-width: 576px) {
  .ml-xs-15 {
    margin-left: 15px !important; } }

@media screen and (max-width: 576px) {
  .ml-xs-20 {
    margin-left: 20px !important; } }

@media screen and (max-width: 576px) {
  .ml-xs-25 {
    margin-left: 25px !important; } }

@media screen and (max-width: 576px) {
  .mr-xs-0 {
    margin-right: 0px !important; } }

@media screen and (max-width: 576px) {
  .mr-xs-5 {
    margin-right: 5px !important; } }

@media screen and (max-width: 576px) {
  .mr-xs-10 {
    margin-right: 10px !important; } }

@media screen and (max-width: 576px) {
  .mr-xs-15 {
    margin-right: 15px !important; } }

@media screen and (max-width: 576px) {
  .mr-xs-20 {
    margin-right: 20px !important; } }

@media screen and (max-width: 576px) {
  .mr-xs-25 {
    margin-right: 25px !important; } }

@media screen and (max-width: 576px) {
  .mb-xs-0 {
    margin-bottom: 0px !important; } }

@media screen and (max-width: 576px) {
  .mb-xs-5 {
    margin-bottom: 5px !important; } }

@media screen and (max-width: 576px) {
  .mb-xs-10 {
    margin-bottom: 10px !important; } }

@media screen and (max-width: 576px) {
  .mb-xs-15 {
    margin-bottom: 15px !important; } }

@media screen and (max-width: 576px) {
  .mb-xs-20 {
    margin-bottom: 20px !important; } }

@media screen and (max-width: 576px) {
  .mb-xs-25 {
    margin-bottom: 25px !important; } }

@media screen and (max-width: 540px) {
  .mt-xs-0 {
    margin-top: 0px !important; } }

@media screen and (max-width: 540px) {
  .mt-xs-5 {
    margin-top: 5px !important; } }

@media screen and (max-width: 540px) {
  .mt-xs-10 {
    margin-top: 10px !important; } }

@media screen and (max-width: 540px) {
  .mt-xs-15 {
    margin-top: 15px !important; } }

@media screen and (max-width: 540px) {
  .mt-xs-20 {
    margin-top: 20px !important; } }

@media screen and (max-width: 540px) {
  .mt-xs-25 {
    margin-top: 25px !important; } }

@media screen and (min-width: 1230px) {
  .ml-xl-0 {
    margin-left: 0px !important; } }

@media screen and (min-width: 1230px) {
  .ml-xl-5 {
    margin-left: 5px !important; } }

@media screen and (min-width: 1230px) {
  .ml-xl-10 {
    margin-left: 10px !important; } }

@media screen and (min-width: 1230px) {
  .ml-xl-15 {
    margin-left: 15px !important; } }

@media screen and (min-width: 1230px) {
  .ml-xl-20 {
    margin-left: 20px !important; } }

@media screen and (min-width: 1230px) {
  .ml-xl-25 {
    margin-left: 25px !important; } }

@media screen and (min-width: 1230px) {
  .ml-xl-30 {
    margin-left: 30px !important; } }

@media screen and (min-width: 1230px) {
  .ml-xl-35 {
    margin-left: 35px !important; } }

@media screen and (min-width: 1230px) {
  .ml-xl-40 {
    margin-left: 40px !important; } }

@media screen and (min-width: 1230px) {
  .ml-xl-45 {
    margin-left: 45px !important; } }

@media screen and (min-width: 1230px) {
  .ml-xl-50 {
    margin-left: 50px !important; } }

@media screen and (min-width: 1230px) {
  .mr-xl-0 {
    margin-right: 0px !important; } }

@media screen and (min-width: 1230px) {
  .mr-xl-5 {
    margin-right: 5px !important; } }

@media screen and (min-width: 1230px) {
  .mr-xl-10 {
    margin-right: 10px !important; } }

@media screen and (min-width: 1230px) {
  .mr-xl-15 {
    margin-right: 15px !important; } }

@media screen and (min-width: 1230px) {
  .mr-xl-20 {
    margin-right: 20px !important; } }

@media screen and (min-width: 1230px) {
  .mr-xl-25 {
    margin-right: 25px !important; } }

@media screen and (min-width: 1230px) {
  .mr-xl-30 {
    margin-right: 30px !important; } }

@media screen and (min-width: 1230px) {
  .mr-xl-35 {
    margin-right: 35px !important; } }

@media screen and (min-width: 1230px) {
  .mr-xl-40 {
    margin-right: 40px !important; } }

@media screen and (min-width: 1230px) {
  .mr-xl-45 {
    margin-right: 45px !important; } }

@media screen and (min-width: 1230px) {
  .mr-xl-50 {
    margin-right: 50px !important; } }

@media screen and (max-width: 540px) {
  .ml-xs-auto {
    margin-left: auto !important; } }

@media screen and (max-width: 540px) {
  .mr-xs-auto {
    margin-right: auto !important; } }

@media screen and (max-width: 540px) {
  .mx-xs-auto {
    margin-right: auto !important;
    margin-left: auto !important; } }

@media screen and (min-width: 991px) {
  .pl-xl-110 {
    padding-left: 110px; } }

@media screen and (min-width: 991px) {
  .pl-xl-80 {
    padding-left: 80px; } }

.pt-350 {
  padding-top: 350px; }

.pt-280 {
  padding-top: 280px; }

.pt-260 {
  padding-top: 260px; }

.pt-250 {
  padding-top: 250px; }

.pt-240 {
  padding-top: 240px; }

.pt-230 {
  padding-top: 230px; }

.pt-220 {
  padding-top: 220px; }

.pt-200 {
  padding-top: 200px; }

.pt-190 {
  padding-top: 190px; }

.pt-180 {
  padding-top: 180px; }

.pt-170 {
  padding-top: 170px; }

.pt-25 {
  padding-top: 25px; }

.pb-350 {
  padding-bottom: 350px; }

.pb-260 {
  padding-bottom: 250px; }

.pb-250 {
  padding-bottom: 250px; }

.pb-240 {
  padding-bottom: 240px; }

.pb-230 {
  padding-bottom: 230px; }

.pb-200 {
  padding-bottom: 200px; }

.pb-190 {
  padding-bottom: 190px; }

.pb-180 {
  padding-bottom: 180px; }

.pb-170 {
  padding-bottom: 170px; }

.pr-120 {
  padding-right: 120px; }

.pr-90 {
  padding-right: 90px; }

.pl-90 {
  padding-left: 90px; }

@media (min-width: 1200px) {
  .pr-lg-70 {
    padding-right: 70px; } }

.pr-100 {
  padding-right: 90px; }

.pl-100 {
  padding-left: 90px; }

.pl-95 {
  padding-left: 90px; }

@media screen and (min-width: 992px) {
  .pl-lg-100 {
    padding-left: 100px; } }

@media screen and (min-width: 992px) {
  .pr-lg-100 {
    padding-right: 100px; } }

.mb--30 {
  margin-bottom: -30px; }

/*
// Script styles
// ================================= */
#toTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  font-size: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background: var(--brand-primary);
  border-radius: 50%;
  overflow: hidden;
  text-decoration: none;
  z-index: 1200;
  visibility: visible;
  transform: scale(1);
  transition: \transform .3s ease;
  display: none; }
  @media (min-width: 576px) {
    #toTop {
      right: 17px;
      bottom: 73px; } }
  #toTop:before {
    font-family: "Font Awesome\ 5 Free";
    content: '\f106';
    font-weight: 900;
    font-size: 26px; }
  #toTop:hover {
    color: #fff;
    transform: scale(1.1);
    text-decoration: none; }
  @media (max-width: 575px) {
    #toTop {
      right: 17px;
      bottom: 73px;
    }
  }

/*
// Header
// ================ */
.no-wrap {
  white-space: nowrap; }

.main-header {
  position: relative; }

/*
// Main
// ================ */
/*
// Footer
// ================ */
/*.main-footer {

}*/
.brk-svg-pattern-container {
  position: absolute;
  width: 100%;
  overflow: hidden;
  z-index: 3; }
  .brk-svg-pattern-container svg {
    position: absolute;
    width: calc(100% + 2px); }
  .brk-svg-pattern-container_top {
    top: 0; }
    .brk-svg-pattern-container_top svg {
      top: -5px; }
  .brk-svg-pattern-container_bottom {
    bottom: 0; }
    .brk-svg-pattern-container_bottom svg {
      bottom: -5px; }

.img-icon {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto; }

.brk-wave-line {
  display: block;
  width: 100%;
  height: 7px;
  background-image: url("../../img/wave-line.png");
  background-repeat: repeat-x;
  background-color: transparent;
  border: 0; }

.brk-wave-line-blue {
  display: block;
  width: 100%;
  height: 7px;
  background-image: url("../../img/wave-line-2.png");
  background-repeat: repeat-x;
  background-color: transparent;
  border: 0; }

.centering-child-img img,
.centering-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

/*shapes*/
.full__size-absolute {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block; }

.brk-rating {
  position: relative;
  width: 89px; }
  .brk-rating__layer {
    opacity: .6; }
    .brk-rating__layer:before, .brk-rating__layer:after {
      content: " ";
      display: table; }
    .brk-rating__layer:after {
      clear: both; }
    .brk-rating__layer i {
      display: inline-block;
      float: left;
      font-size: 0.875rem;
      margin: 0 1px; }
  .brk-rating__imposition {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0; }
    .brk-rating__imposition:before, .brk-rating__imposition:after {
      content: " ";
      display: table; }
    .brk-rating__imposition:after {
      clear: both; }
    .brk-rating__imposition .visible {
      width: 89px;
      height: 15px; }
    .brk-rating__imposition i {
      display: inline-block;
      float: left;
      font-size: 0.875rem;
      margin: 0 1px; }

.center-absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.brk-lightning-effect {
  position: relative;
  overflow: hidden;
  display: inline-block; }
  .brk-lightning-effect:before {
    content: '';
    width: 50px;
    position: absolute;
    top: 0;
    left: -50px;
    bottom: 0;
    z-index: 9;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.2) 0%, white 50%, rgba(255, 255, 255, 0.2) 100%); }
  .brk-lightning-effect:hover:before {
    -webkit-animation: lightning-effect 2s infinite ease-in-out;
            animation: lightning-effect 2s infinite ease-in-out; }

@-webkit-keyframes lightning-effect {
  0% {
    left: -50px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.2) 0%, white 50%, rgba(255, 255, 255, 0.2) 100%); }
  50% {
    left: 100%; }
  100% {
    left: -50px;
    background: transparent; } }

@keyframes lightning-effect {
  0% {
    left: -50px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.2) 0%, white 50%, rgba(255, 255, 255, 0.2) 100%); }
  50% {
    left: 100%; }
  100% {
    left: -50px;
    background: transparent; } }

.brk-bg-center-cover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .brk-bg-center-cover .container {
    z-index: 2;
    position: relative; }

.brk-bg-right-center {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain; }

.brk-bg-left-center {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain; }

/* brk-gutters-5 */
.brk-gutters-5 {
  margin-right: -5px;
  margin-left: -5px; }
  .brk-gutters-5 > [class*="col-"]:not(.vc_column_container),
  .brk-gutters-5 > .vc_column_container > .vc_column-inner {
    padding-left: 5px;
    padding-right: 5px; }

/* brk-gutters-5 */
/* brk-gutters-10 */
.brk-gutters-10 {
  margin-right: -10px;
  margin-left: -10px; }
  .brk-gutters-10 > [class*="col-"]:not(.vc_column_container),
  .brk-gutters-10 > .vc_column_container > .vc_column-inner {
    padding-left: 10px;
    padding-right: 10px; }

/* brk-gutters-10 */
/* brk-gutters-30 */
.brk-gutters-30 {
  margin-right: -30px;
  margin-left: -30px; }
  .brk-gutters-30 > [class*="col-"]:not(.vc_column_container),
  .brk-gutters-30 > .vc_column_container > .vc_column-inner {
    padding-left: 30px;
    padding-right: 30px; }

/* brk-gutters-30 */
/*backgrounds*/
.bg-cover {
  background-size: cover; }

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

@media screen and (min-width: 1200px) {
  .bg-lg-contain {
    background-size: contain; } }

.bg-norepeat {
  background-repeat: no-repeat; }

.bg-repeat {
  background-repeat: repeat; }

.bg-position_top-left {
  background-position: left top; }

.bg-position_top-center {
  background-position: center top; }

.bg-position_top-right {
  background-position: right top; }

.bg-position_bottom-left {
  background-position: left bottom; }

.bg-position_bottom-center {
  background-position: center bottom; }

.bg-position_bottom-right {
  background-position: right bottom; }

.bg-position_left-center {
  background-position: left center; }

.bg-position_right-center {
  background-position: right center; }

.bg-position_center {
  background-position: center center; }

/* brk-subscribe */
.brk-subscribe {
  position: relative; }
  .brk-subscribe [type="email"] {
    border-radius: 27px;
    padding: 0 33px;
    font-size: 0.875rem;
    border: 0; }
  .brk-subscribe button,
  .brk-subscribe [type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    width: 54px;
    height: 54px;
    border-radius: 50%; }
    [dir="rtl"] .brk-subscribe button, [dir="rtl"]
    .brk-subscribe [type="submit"] {
      right: auto;
      left: 0; }
    .brk-subscribe button i,
    .brk-subscribe [type="submit"] i {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 1rem;
      font-weight: 400;
      vertical-align: 0; }

.brk-subscribe-map [type="email"] {
  background-color: var(--white);
  box-shadow: 0 5px 16px rgba(165, 165, 165, 0.5);
  color: var(--brk-base-3);
  padding: 16px 33px;
  width: 100%; }
  .brk-subscribe-map [type="email"]::-webkit-input-placeholder {
    color: var(--brk-base-3);
    opacity: 1; }
  .brk-subscribe-map [type="email"]::-moz-placeholder {
    color: var(--brk-base-3);
    opacity: 1; }
  .brk-subscribe-map [type="email"]::-ms-input-placeholder {
    color: var(--brk-base-3);
    opacity: 1; }
  .brk-subscribe-map [type="email"]:-ms-input-placeholder {
    color: var(--brk-base-3);
    opacity: 1; }
  .brk-subscribe-map [type="email"]::placeholder {
    color: var(--brk-base-3);
    opacity: 1; }

.brk-subscribe-map button,
.brk-subscribe-map [type="submit"] {
  background-color: var(--white);
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.3); }
  .brk-subscribe-map button i,
  .brk-subscribe-map [type="submit"] i {
    color: var(--brand-primary); }

.brk-subscribe-solid .brk-form-wrap {
  margin-top: 0;
  flex-grow: 1; }

@media screen and (min-width: 992px) {
  .brk-subscribe-solid .brk-form-strict {
    margin-left: 25px; } }

.brk-subscribe-solid button {
  margin-left: 0;
  padding-left: 55px;
  padding-right: 55px; }
  @media screen and (min-width: 992px) {
    .brk-subscribe-solid button {
      margin-left: 20px; } }
  .brk-subscribe-solid button:hover {
    background-color: rgba(255, 255, 255, 0.8); }

.brk-subscribe-solid .brk-form-strict [type=text],
.brk-subscribe-solid .brk-form-strict [type=password],
.brk-subscribe-solid .brk-form-strict [type=email],
.brk-subscribe-solid .brk-form-strict [type=tel] {
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: #fff !important; }

.brk-subscribe-solid .brk-form-strict [type=text] + .input-label,
.brk-subscribe-solid .brk-form-strict [type=password] + .input-label,
.brk-subscribe-solid .brk-form-strict [type=email] + .input-label,
.brk-subscribe-solid .brk-form-strict [type=tel] + .input-label {
  color: #fff !important; }

.brk-subscribe-mail {
  position: relative; }

.brk-subscribe-message {
  position: absolute;
  left: 0;
  bottom: -25px;
  width: 100%;
  z-index: 3;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  color: #fff; }
  .brk-subscribe-mail_dark .brk-subscribe-message {
    color: #000; }
  .brk-subscribe-message .brk-subscribe-mail_overlay {
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: #ffffff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center; }

/* trapezoid  */
.brk-trapezoid-left {
  -webkit-clip-path: polygon(0 70px, 100% 0, 100% 100%, 0 calc(100% - 70px));
          clip-path: polygon(0 70px, 100% 0, 100% 100%, 0 calc(100% - 70px));
  position: relative;
  margin-top: -70px;
  margin-bottom: -70px;
  z-index: 1;
  overflow: hidden; }

.brk-trapezoid-left-2 {
  -webkit-clip-path: polygon(0 180px, 100% 0, 100% 100%, 0 calc(100% - 120px));
          clip-path: polygon(0 180px, 100% 0, 100% 100%, 0 calc(100% - 120px));
  margin-top: -180px;
  margin-bottom: -120px; }
  @media screen and (max-width: 576px) {
    .brk-trapezoid-left-2 {
      -webkit-clip-path: none;
              clip-path: none;
      margin-top: 0; } }

@supports not ((-webkit-clip-path: polygon(0 180px, 100% 0%, 100% calc(100% - 180px), 0% 100%)) or (clip-path: polygon(0 180px, 100% 0%, 100% calc(100% - 180px), 0% 100%))) {
  .brk-parallelogram-1 {
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 30px;
    margin-bottom: -50px; } }

@supports ((-webkit-clip-path: polygon(0 180px, 100% 0%, 100% calc(100% - 180px), 0% 100%)) or (clip-path: polygon(0 180px, 100% 0%, 100% calc(100% - 180px), 0% 100%))) {
  .brk-parallelogram-1 {
    -webkit-clip-path: polygon(0 180px, 100% 0%, 100% calc(100% - 180px), 0% 100%);
            clip-path: polygon(0 180px, 100% 0%, 100% calc(100% - 180px), 0% 100%);
    padding-top: 220px;
    padding-bottom: 210px;
    margin-top: -150px;
    margin-bottom: -150px; } }

@media (max-width: 991px) {
  @supports ((-webkit-clip-path: polygon(0 120px, 100% 0%, 100% calc(100% - 120px), 0% 100%)) or (clip-path: polygon(0 120px, 100% 0%, 100% calc(100% - 120px), 0% 100%))) {
    .brk-parallelogram-1 {
      -webkit-clip-path: polygon(0 120px, 100% 0%, 100% calc(100% - 120px), 0% 100%);
              clip-path: polygon(0 120px, 100% 0%, 100% calc(100% - 120px), 0% 100%);
      margin-top: -120px; } } }

@media (max-width: 575px) {
  @supports ((-webkit-clip-path: polygon(0 100px, 100% 0%, 100% calc(100% - 100px), 0% 100%)) or (clip-path: polygon(0 100px, 100% 0%, 100% calc(100% - 100px), 0% 100%))) {
    .brk-parallelogram-1 {
      -webkit-clip-path: polygon(0 100px, 100% 0%, 100% calc(100% - 100px), 0% 100%);
              clip-path: polygon(0 100px, 100% 0%, 100% calc(100% - 100px), 0% 100%);
      padding-top: 150px;
      padding-bottom: 150px;
      margin-top: -120px;
      margin-bottom: -30px; } } }

.brk-left-overflow-image {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: -450px 20px; }

.brk-bg-circle {
  position: relative; }
  .brk-bg-circle::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-52%, -50%);
    width: calc(100% + 250px);
    padding-top: 150%;
    border-radius: 100%;
    z-index: -1;
    background-image: linear-gradient(to right, rgba(var(--brand-primary-rgb), 0.88) 0%, rgba(var(--secondary-rgb), 0.88) 100%); }
    @media screen and (max-width: 576px) {
      .brk-bg-circle::after {
        width: 500%;
        padding-top: 500%;
        border-radius: 0; } }

.brk-top-triangle {
  position: relative;
  margin-top: -92px;
  padding-top: 220px; }
  .brk-top-triangle::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 149px;
    background-color: #fff;
    z-index: 1;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
            clip-path: polygon(0 0, 0 100%, 100% 0); }
  @media screen and (max-width: 991.98px) {
    .brk-top-triangle {
      margin-top: 0;
      padding-top: 90px; }
      .brk-top-triangle::after {
        -webkit-clip-path: none;
                clip-path: none;
        height: 0; } }

.brk-bottom-triangle {
  position: relative; }
  .brk-bottom-triangle::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 200px;
    background-color: #fff;
    z-index: 1;
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
            clip-path: polygon(100% 0, 0% 100%, 100% 100%); }

.grayscale-100 {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%); }

.grayscale-50 {
  -webkit-filter: grayscale(50%);
          filter: grayscale(50%); }

/* Base background-image */
.brk-bgi-1 {
  background-image: url("../../img/bg-patterns/1.png") !important; }

.brk-bgi-2 {
  background-image: url("../../img/bg-patterns/2.png") !important; }

.brk-bgi-3 {
  background-image: url("../../img/bg-patterns/3.png") !important; }

.brk-bgi-4 {
  background-image: url("../../img/bg-patterns/4.png") !important; }

.brk-bgi-5 {
  background-image: url("../../img/bg-patterns/5.png") !important; }

.brk-bgi-6 {
  background-image: url("../../img/bg-patterns/6.png") !important; }

.brk-bgi-7 {
  background-image: url("../../img/bg-patterns/7.png") !important; }

.brk-bgi-8 {
  background-image: url("../../img/bg-patterns/8.png") !important; }

.brk-bgi-9 {
  background-image: url("../../img/bg-patterns/9.png") !important; }

.brk-bgi-10 {
  background-image: url("../../img/bg-patterns/10.png") !important; }

.brk-bgi-11 {
  background-image: url("../../img/bg-patterns/11.png") !important; }

.brk-bgi-12 {
  background-image: url("../../img/bg-patterns/12.png") !important; }

.brk-bgi-13 {
  background-image: url("../../img/bg-patterns/13.png") !important; }

.brk-bgi-14 {
  background-image: url("../../img/bg-patterns/14.png") !important; }

.brk-bgi-15 {
  background-image: url("../../img/bg-patterns/15.png") !important; }

.brk-bg-pattern {
  background-repeat: repeat !important;
  background-size: auto !important;
  background-position: 0 0 !important; }

.brk-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 22, 41, 0.4);
  z-index: 98; }

.added_to_cart {
  display: inline-block;
  margin: 10px;
  background-color: #fff;
  border-radius: 27px;
  padding: 15px 20px;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 5px 16px rgba(var(--brand-primary-rgb), 0.5);
  color: var(--brand-primary); }

.border-top-3 {
  border-top-width: 3px;
  border-top-style: solid; }

.border-right-3 {
  border-right-width: 3px;
  border-right-style: solid; }

.border-bottom-3 {
  border-bottom-width: 3px;
  border-bottom-style: solid; }

.border-left-3 {
  border-left-width: 3px;
  border-left-style: solid; }

.pseudo-border-bottom-3 {
  position: relative; }
  .pseudo-border-bottom-3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%; }

.brk-abs-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }

.brk-abs-bg-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.brk-abs-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: -2; }

/* alignment blocks */
.brk-align-left {
  margin-right: auto; }

.brk-align-right {
  margin-left: auto; }

.brk-align-center {
  margin-left: auto;
  margin-right: auto; }

/* alignment blocks */
/* positioning */
@media screen and (min-width: 576px) {
  .position-sm-absolute {
    position: absolute !important; } }

@media screen and (min-width: 576px) {
  .position-sm-relative {
    position: relative !important; } }

@media screen and (min-width: 576px) {
  .position-sm-static {
    position: static !important; } }

@media screen and (min-width: 768px) {
  .position-md-absolute {
    position: absolute !important; } }

@media screen and (min-width: 768px) {
  .position-md-relative {
    position: relative !important; } }

@media screen and (min-width: 768px) {
  .position-md-static {
    position: static !important; } }

@media screen and (min-width: 992px) {
  .position-lg-absolute {
    position: absolute !important; } }

@media screen and (min-width: 992px) {
  .position-lg-relative {
    position: relative !important; } }

@media screen and (min-width: 992px) {
  .position-lg-static {
    position: static !important; } }

@media screen and (min-width: 1200px) {
  .position-xl-absolute {
    position: absolute !important; } }

@media screen and (min-width: 1200px) {
  .position-xl-relative {
    position: relative !important; } }

@media screen and (min-width: 1200px) {
  .position-xl-static {
    position: static !important; } }

/* positioning */
/* z-index */
.brk-z-index-0 {
  z-index: 0; }

.brk-z-index-10 {
  z-index: 10; }

.brk-z-index-20 {
  z-index: 20; }

.brk-z-index-30 {
  z-index: 30; }

.brk-z-index-40 {
  z-index: 40; }

.brk-z-index-50 {
  z-index: 50; }

.brk-z-index--1 {
  z-index: -1; }

.brk-z-index--2 {
  z-index: -2; }

.brk-z-index--3 {
  z-index: -3; }

.brk-z-index--4 {
  z-index: -4; }

.brk-z-index--5 {
  z-index: -5; }

/* z-index */
/* brk-before/after-element */
.brk-before-element,
.brk-after-element {
  position: absolute;
  left: 0;
  right: 0; }
  .brk-before-element svg,
  .brk-after-element svg {
    max-width: 100%; }
  .brk-before-element-svg,
  .brk-after-element-svg {
    position: absolute;
    left: 0;
    right: 0;
    max-width: 100%; }
  .brk-before-element_bevel-right,
  .brk-after-element_bevel-right {
    overflow: hidden;
    height: 80px;
    background: #fff; }
    @media (max-width: 991px) {
      .brk-before-element_bevel-right,
      .brk-after-element_bevel-right {
        display: none; } }

.brk-before-element {
  top: 0; }
  .brk-before-element svg {
    margin-top: -1px; }
  .brk-before-element-svg {
    top: -1px; }
  .brk-before-element_bevel-right {
    -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
    clip-path: polygon(0 0, 100% 100%, 100% 0); }

.brk-after-element {
  bottom: 0; }
  .brk-after-element svg {
    margin-bottom: -1px; }
  .brk-after-element-svg {
    bottom: -1px; }
  .brk-after-element_bevel-right {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0);
    clip-path: polygon(0 100%, 100% 100%, 100% 0); }

/* brk-before/after-element */
/* brk-layer */
.brk-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1; }

/* brk-layer */
.brk-dashed-divider {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  background-image: url("../../img/dashed-divider.svg");
  background-repeat: repeat-x;
  border: 0; }

.brk-dashed-border-transparent {
  border: 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2); }

.brk-text-fill {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.brk-text-clip {
  -webkit-background-clip: text; }

.parallax-bg {
  position: relative;
  background-attachment: fixed;
  background-size: cover;
  will-change: background-position;
  transform: translateZ(0); }

.w-50 {
  width: 50%; }

.w-40 {
  width: 40%; }

.brk-fa-replace:before {
  content: '' !important;
  display: none; }

.brk-fa-replace svg {
  width: 14px;
  height: 14px; }

@media screen and (min-width: 1270px) {
  .brk-wided-container {
    margin-left: -40px;
    margin-right: -40px; } }

.brk-error-page-title {
  font-size: 140px;
  text-align: center;
  line-height: 140px; }
  @media screen and (min-width: 550px) {
    .brk-error-page-title {
      font-size: 250px;
      line-height: 250px; } }
  @media screen and (min-width: 750px) {
    .brk-error-page-title {
      font-size: 320px;
      line-height: 320px; } }
  @media screen and (min-width: 991.98px) {
    .brk-error-page-title {
      font-size: 386px;
      line-height: 390px;
      margin-left: -20px;
      text-align: left; } }

.brk-styled-scroll-y {
  overflow-y: auto; }
  .brk-styled-scroll-y::-webkit-scrollbar {
    width: 7px; }
  .brk-styled-scroll-y::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px; }
  .brk-styled-scroll-y::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 10px; }

.brk-styled-scroll-x {
  overflow-x: auto; }
  .brk-styled-scroll-x::-webkit-scrollbar {
    width: 7px; }
  .brk-styled-scroll-x::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px; }
  .brk-styled-scroll-x::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 10px; }

.translate-top-50 {
  transform: translateY(-50%); }

.brk-line-bottom-2 {
  position: relative; }
  .brk-line-bottom-2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 2px;
    background-color: currentColor; }

.brk-hover-opacity {
  opacity: .3;
  transition: .3s; }
  .brk-hover-opacity:hover {
    opacity: 1; }

.brk-box-shadow-none {
  box-shadow: none !important; }

@media screen and (min-width: 992px) {
  .brk-img-no-max-width {
    max-width: none; } }

.brk-divider-white-1 {
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #fff; }

.text-transform-none {
  text-transform: none !important; }

.fancybox-image-wrap {
  background-color: #f3f3f3 !important; }

blockquote,
q {
  padding: 0 0 0 40px;
  position: relative;
  display: block; }
  blockquote:before,
  q:before {
    content: '\201d';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 2.25rem;
    line-height: 1.25;
    font-weight: 700;
    color: var(--brand-primary); }

/* Default TABLE Style */
table {
  border-collapse: collapse;
  width: 100%;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.12); }
  @media (max-width: 767px) {
    table {
      box-shadow: none; } }
  table thead {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.06), inset 0 -3px #fafafa;
    font-weight: bold;
    font-size: 1rem;
    line-height: 18px;
    position: relative;
    z-index: 9; }
    @media (max-width: 767px) {
      table thead {
        display: none; } }
  table th {
    padding-top: 25px;
    padding-bottom: 25px;
    position: relative; }
  table tbody {
    font-weight: 300;
    font-size: 1rem;
    line-height: 18px; }
    @media (max-width: 767px) {
      table tbody {
        font-size: 0.875rem;
        line-height: 16px; } }
    table tbody tr {
      border-bottom: 1px solid #eaeaea; }
      @media (max-width: 767px) {
        table tbody tr {
          display: block;
          margin-bottom: 15px;
          border: none;
          box-shadow: 0 6px 30px rgba(0, 0, 0, 0.12); } }
  table td {
    padding-top: 28px;
    padding-bottom: 28px;
    transition: all .3s ease-in-out; }
  table th, table td {
    text-align: center;
    padding-right: 15px;
    padding-left: 15px; }
    @media (max-width: 767px) {
      table th, table td {
        text-align: right; } }

/* End Default TABLE Style */


/* Estilos home */

.mw170 img{
  max-width: 170px;
}

.btn-rh{
  border: solid 1px #ff8f27 !important;
}


.btn-rh:hover{
  background-color: #ff8f27 !important;
  color: #fff !important;

}


.text-o{
  color: #ff8f27 !important;
}


.cfa__outer .cfa__heading {
  padding: 20px 20px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.mt--50{
  margin-top: -50px;
}

.titulo2{
  font-weight: 600;
  font-size: 20px;
  color: rgb(58, 58, 58);
}

.cfa__outer p {
  max-width: 1010px;
  margin: 0 auto;
  padding: 25px 15px;
  padding-bottom: 25px !important;
}

.mlp{
  padding-left: 11%;
    background-color: #f4f4f4;
    padding-top: 71px;
}

.pw30{
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.p000{
  padding: 0 !important;
  padding-top: 30px !important;
}

.container2{
  padding-left: 12%;
}

.highlight-underline {
  position: relative;
  margin-top: 0px;
  text-transform: uppercase;
  padding: 6px 0 8px 20px;
}

.mt--40{
  margin-top: -40px;
}

.fwhite{
  color: #fff !important;
}

.fwhite .input-label{
  color: #fff !important;
}

.brk-form-strict .input-label{
  color: rgb(230, 138, 76) !important;
}
.carac{
  padding: 0px 25px;
}
.carac img{
  max-width: 100px;
}

.titulo3{
  font-weight: 600;
  font-size: 18px;
  color: #ff8f27;
}

.subtt{
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  color: #666666;
  
}


.mtfoo{
  margin-top: 4.7%;
}


/* Estilos nosotros */

.noarrow .tparrows {
  display: none !important;
}

.videonos{
  padding: 18%;
  margin-top: 6%;
}

.mh750{
  max-height: 740px;
}

.pb-200{
  padding-bottom: 200px;
}

.ico-nos img{
  max-width: 40px;
  padding-bottom: 20px;
}


.timeline--mosaic .timeline__title {
  color: #000000 !important;
}

.timeline--mosaic {
  color: #000 !important;
}

.timeline--mosaic .timeline__date:after, .timeline--mosaic .timeline__date:before {
  background: #000 !important;
}

.numero{
  font-size: 26px;
  font-weight: 700;
  font-family: raleway;
}

.inline-wrap{
  display: initial;
}

.sobriso img{
  max-width: 250px;
  margin-left: 10%;
    margin-top: 55%;
}

.valores{
 font-family: raleway;
 font-size: 26px;
 font-weight: 600;
 text-align: center;
}


.mw150 img{
  max-width: 150px !important;
  margin: auto;
}

.tac{
  text-align: center;
}


.ml-80{
  margin-right: 80px !important;
}

.mlp2{
    margin-left: 13%;
}

.brk-testimonials-dash-four {
  min-height: 406px;
  box-shadow: 0 5px 16px rgba(0,0,0,.0);
  position: relative;
  padding-bottom: 120px;
  background-color: var(--white);
}


/* Estilos catalogo */

.breadcrumbs__section-thin .breadcrumbs__title::after {
    content: '';
    position: absolute;
    right: -15px;
    height: 100%;
    width: 1px;
    background-color: #ff9c07 !important;
}

.breadcrumbs__section-thin {
  padding-bottom: 0 !important;
}

.brk-form-strict .jq-selectbox{
margin-top: 0 !important;
}


.ml-por{
  margin-left: 20% !important;
}


 .brk-pagination-four .nav-links2 {

    padding: 0px !important;
    justify-content: right !important;
}

.padlinks{
    padding-right: 30px;
    padding-top: 10px;
    color: orange;
}
.padlinks2 {
    right: -3px !important;
    padding-left: 27px;
}

.btn-prime:hover{
  color:#fff !important;
}

.btn-prime {

     box-shadow: 0 5px 16px rgba(0,0,0,.0); 

}

.breadcrumbs__section-thin .breadcrumbs__wrapper {
    padding-top: 0 !important;
    position: relative;
}

.fw300{
  font-weight: 500 !important;
}

.fw700{
  font-weight: 700 !important;
  color: orange !important;
}

.mt0{
  margin-top: 0 !important;
}


.margincon{
  margin-top: 100px !important;
}

.pt-6{
  padding-top: 6px;
}


.brk-form-strict [type=email], .brk-form-strict [type=password], .brk-form-strict [type=search], .brk-form-strict [type=tel], .brk-form-strict [type=text] {
  width: 100%;
  height: 54px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0 15px 0 21px;
  transition: all .4s ease-in-out;
  border-bottom: 1px solid #00024326;
  color: var(--brk-dark-base);
}

.brk-form-strict textarea {
  min-height: 170px;
  padding: 10px 15px;
  line-height: 18px;
  transition: all .4s ease-in-out;
  border: 1px solid #00024326;
}

.slider-thumbnailed_shop .slider-thumbnailed-for .slick-slide, .slider-thumbnailed_shop-sidebar .slider-thumbnailed-for .slick-slide {
  background-color: #ffffff !important;
  border-radius: 10px;
  overflow: hidden;
}
.menui img{
  max-width: 20px;
  position: absolute;
  margin-top: 10px;
  margin-left: 7px;
  margin-right: 7px !important;
}

@media (min-width: 992px){
.brk-nav__sub-menu {
    position: absolute;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    min-width: 165px;
    background-color: #fff;
  }
  .brk-cart__remove {
    margin: 0px;
  }   

  .brk-cart__img{
    margin: 0px 40px;
  }   
}

.tacen{
  padding-left: 70px !important;
}

@media (max-width: 1229px){
.brk-cart__footer-total {
    padding: 50px 15px 28px 35px !important;
  }
}

.all-light h4{
  color: #696969;
}

.services__wrapper-honeycomb .services__wrapper .divide:after {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 1px !important;
  background: #6b6b6b !important;
  opacity: 0;
  transition: all .4s ease;
}

.services__wrapper-honeycomb .services__wrapper .divide {
  display: block;
  height: 0;
  width: 100%;
  border-top: 1px dashed #525252 !important;
  margin: 24px 0;
  position: relative;
  z-index: 1;
}

.icon__cover {
  background: #fff0 !important;
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0) !important;

}


/* Estilos celu */


@media (max-width: 479px) {

  .btn-sm-1 {
    margin-left: 13% !important;
    padding: 8px 26px;
    margin-top: 25px !important;
}
  .brk-header-mobile__logo img {
    width: 132px;
    } 

    .brk-header-mobile-wrap__logo img {
    width: 132px;
    } 

    .tacenter {
      text-align: center !important;
      line-height: 18px !important;
      }

      .cont3{
        width: 80% !important;
      }

      .ptcero{
      padding-top: 0 !important;

    }

    .brk-checkout-order-item {
      display: flex;
      align-items: center;
      border: 1px solid #e9e9e9;
      margin-bottom: 12px;
      min-width: 100px !important;
      }

      .sobriso img {
        max-width: 110px;
        margin-left: 31%;
        margin-top: 15%;
      }
      .mobile-case-1 {
        position: relative;
        width: 292px;
        height: 199px;
        margin: 0 auto;
        z-index: 2;
      }

      .videonos {
        display: none;
      }

      .slick-prev {
        left: -32px;
      }

      .nodisplay{
        display: none !important;
      }

      

      .redessoc{
        padding-bottom: 40px;
        padding-left: 20px;
      }

      .mmobile{
        margin-top: -160px !important;
         
      }

      .mmob00{
        margin-right: -9px !important;
      
      }
        
      .maxwmob{
        min-height: 642px !important;
      }

      .tp-bullet.selected, .tp-bullet:hover {
        background: #fff0;
    }
    .tp-bullet {
        width: 15px;
        height: 15px;
        position: absolute;
        background: #fff0;
        background: rgba(255,255,255,0);
        cursor: pointer;
    }

    .mlp {
      padding-left: 11% !important;
      background-color: #f4f4f4;
      padding-top: 0;
    }

    .mbm30{
      margin-bottom: 30px !important;
    }

    .mtm30{
      margin-top: 30px !important;
    }
    .mtmobile{
      margin-top: 30px !important;

    }

    .brk-sc-sorting {
      padding: 7px 0 29px;
      display: flex;
      align-items: center;
      border-bottom: 0 !important;
      margin-bottom: 0 !important;
  }

  .page-numbers.prev {
    left: -57px !important;
}

}

@media (min-width: 600px) {
  .nodispdes {
    display: none !important;
  }
}

.brk-header-mobile-wrap .brk-nav__menu>li>a {
    color: #000!important;
    font-size: 13px;
    font-weight: 700;
    line-height: 45px;
    padding: 0 7px 0 25px!important;
}

.brk-header-mobile-wrap .brk-header__element--label {
    font-size: 13px;
}

.icon__cover .icon__btn {
    font-size: 28px;
    width: 95px !important;
    height: 95px !important;
    background: #ffffff !important;
    border-radius: 50%;
    box-shadow: 0 6px 30px 0 rgba(var(--brand-primary-rgb),.5);
}

 .icon__btn img{
    padding: 15px;
}

.icon__btn>.after, .icon__btn>.before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff !important;
    border-radius: 50%;
    z-index: -1;
}

.cfa__outer p {
    max-width: 1510px !important;
    background-color: #ff9600 !important;
}

.titulo2 {
    font-weight: 600;
    font-size: 20px;
    color: rgb(255, 255, 255);
}

.txtcna {
    font-size: 21px;
    line-height: 32px;
    color: #fff;
}


.brk-dark-font-color-13{
  color: #ffffff !important;
}


.overlay__gradient .overlay_after {
  
  background: linear-gradient(to right, #ff9501, #ff9501) !important ;
  opacity: 1 !important;
  
}

.violet-shadow {
  box-shadow: 0 3px 0 0 #ff9501 !important;
}

.cfa__outer .cfa__heading {
  padding-top: 35px !important;
  padding-bottom: 0 !important;
}

.mw650{
  max-width: 780px !important;
}



@media (min-width: 992px){
.brk-header.brk-header_scroll .brk-header__main-bar:not(.top-bar-bg) {
    background: #fff!important;
    height: 92px !important;
}

.mw170 img {
  max-width: 203px;
  padding-top: 5px;
  padding-bottom: 10px;
}
.menui img {
  max-width: 18px !important;
}
}

.info-box__wrapper-image2 {
  padding: 66px 20px;
  position: relative;
  z-index: 1;
  background-color: #ff8f27;
  border-radius: 10px;
  margin: 10px;
}

.info-box__wrapper-image.light p {
    color: #ffffff !important;
}

.mtm44{
  margin-top: -44px ;
}


.brk-form-strict .input-label {
  color: rgb(255, 255, 255) !important;
}

.brk-form-strict2 .input-label {
  color: rgb(122, 122, 122) !important;
}

.timeline--mosaic .timeline__title .fcgrey{
  color: #666666 !important;
}

.timeline--mosaic .timeline__title {
  color: #6f6f6f !important;
}

.mb100{
  margin-bottom: 100px ;
}

@media screen and (min-width: 770px){
  .imgmobile img{
    display: none !important;
  }
}


.imgmobile img{
  position: absolute;
  /* top: 392px; */
  top: 405px;
  max-width: 230px;
  /* left: 15%; */
  left: 20%;
}

@media (max-width: 576px){
  .arrows-classic-ellipse-mini .slick-prev {
      left: -30px !important;
  }
  .breadcrumbs__section-thin {
    padding-top: 51px !important;
  }
  .mtm10{
    margin-top: -10px !important;
  }

  .brk-pagination-four .pagination {

    margin-left: -59px !important;
    overflow: inherit !important;
}

.brk-pagination-four .page-numbers.next:before, .brk-pagination-four .page-numbers.prev:before {

  left: 150% !important;
  color: #ff8f27 !important;
}
}

.services__wrapper-honeycomb .services__wrapper p {
  opacity: 0.8 !important;
}

.mt-150{
  margin-top: 150px !important;
}

.padformcon{
  padding-left: 40px !important;
  padding-right: 40px !important;
}

@media (max-width: 767px) {
  .nodisp2{
    display: none !important;
  }

  .mapagoogle{
    /*width: 340px !important;*/
    width: 100% !important;
  }

  .breadcrumbs__section-thin2 {
    padding-top: 60px !important;
    padding-bottom: 47px;
    overflow: hidden;
  }

  .mttt{
    margin-top: 0 !important;
  }

  .padformcon{
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .padmobbread{
    padding-left: 40px !important;
  }

  .d-flexmob{
    display: initial !important;
  }
  .tacenter{
    text-align: center !important;
  }

}


@media (min-width: 992px){
.brk-search:not(.brk-search_interactive) .brk-search__block {
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    transform-origin: calc(100% - 30px) 0;
    transition-property: opacity,visibility,\transform;
    transition-duration: .3s;
    z-index: 98;
    position: absolute;
    top: 100%;
    width: calc(100vw - 60px);
    max-width: 300px;
    height: auto;
    text-align: left;
    background-color: #fff;
    box-shadow: inset 0 3px 5px rgba(0,0,0,.03),inset 0 -3px var(--brk-base-6);
}
}


.fontgrey{
  color: rgb(102, 102, 102) !important;
}

.brk-categories__item {
  font-size: 13px !important;
  padding: 0px 19px 7px !important;
}

.brk-sc-sorting2 {
  padding: 20px 0 0px !important;
  display: flex;
  align-items: center;
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.brk-search__form [type=search] {
  width: 100%;
  height: 53px !important;
  border-radius: 0 !important;
  box-shadow: none;
  border: 0;
  color: #272727;
  padding: 0 50px 7px 29px;
  line-height: 34px;
  font-size: .875rem;
}

.margenbus{
  margin-top: 73px;
  margin-bottom: 0;
  max-height: 0px;
}

.brk-header-mobile-wrap .brk-header__element {

  text-transform: none !important;

}

.easy-autocomplete {
	border: 1px solid #e5e5e5;
}


.easy-autocomplete {
  border: 1px solid #e5e5e500 !important;
}


.displaynot{
  display: none !important;
}

.imglogomob{
    position: absolute;
    left: 32%;
}

.carritomob{
    position: absolute;
    left: 78%;
    top: 63%;
}

.carcol{
color: #ff8f27 !important;

}


.brk-header_scroll .brk-mini-cart__open {
  color: #ff8f27 !important;
}



.brk-cart .btn-icon-right i {
  right: 32px !important;
}

.alertan{
  background-color: #fff !important;
  border: 0 !important;
  color: #ff8f27 !important;
  font-size: 13px !important;

}

.btn-prime:focus {
	color: var(--brand-primary) !important;
}

@media (max-width: 768px) {
  .ajust-redes-mobile {
    display: inline !important;
    margin-left: -15px;
  }

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