@font-face {
  font-family: 'Foundry Old Style';
  src: url('../fonts/FoundryOldStyle-Normal.eot');
  src: url('../fonts/FoundryOldStyle-Normal.eot?#iefix') format('embedded-opentype'),
      url('../fonts/FoundryOldStyle-Normal.woff2') format('woff2'),
      url('../fonts/FoundryOldStyle-Normal.woff') format('woff'),
      url('../fonts/FoundryOldStyle-Normal.ttf') format('truetype'),
      url('../fonts/FoundryOldStyle-Normal.svg#FoundryOldStyle-Normal') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}



.versalitas {font-variant: small-caps;}

:root {
  --bg-color: #242321;
  --theme-color: #151515; }

/* --------------- Menu --------------- */
.navbar {
  position: absolute;
  left: 0;
  top: 10px;
  padding: 0;
  margin: 0;
  width: 100%;
  background: transparent;
  z-index: 9999999; }

  .navbar-expand-lg .navbar-collapse {
    display: block !important;
  }
  .navbar.nav-scroll {
    padding: 0;
    position: fixed;
    top: -80px;
    padding: 15px 0;
    -webkit-transition: -webkit-transform .8s;
    transition: -webkit-transform .8s;
    -o-transition: transform .8s;
    transition: transform .8s;
    transition: transform .8s, -webkit-transform .8s;
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px); }

    
  .navbar .logo {
    max-width: 200px;
    padding: 7px 15px;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 30px; }
    .nav-scroll .logo img{
      transition: all 0.3s ease ;
      transform: scale(.7);
      margin-top: -50px;
    }
  .navbar .navbar-nav {
    padding: 2px 5px;
   }
   .andespacio {    margin-right: 200px;}
   .navbar .navbar-nav li {
    display: flex;
    align-items: center;
  }
    .navbar .navbar-nav .nav-link {
      padding: 5px 0;
      border-radius: 30px;
      text-transform: uppercase;
      font-size: 14px;
      color: #fff;
      letter-spacing: 2px;}
      .navbar .navbar-nav .nav-link.active {
        color: #c6a76c; }
  .navbar .topnav .butn {
    padding: 7px 20px;
    background: #fff;
    color: #1d1d1d;
    margin-right: 15px; }
    .nav-link {
      transition: opacity 0.1s ease; /* Transición suave de 300ms */
  }
  
  .nav-link:hover {
      cursor: pointer; /* Opcional, para mejorar la experiencia visual */
  }
    .navbar-expand-lg .navbar-nav {        justify-content: space-between;}

    .btn {
      border: 1px solid #76bacd;
      color: #656362;
      color: #76bacd;
      padding: 12px 25px;
      text-align: center;
     
      text-transform: uppercase;
      letter-spacing: 2px;
      font-size: 12px;
      margin-top: 20px;
  }

  .btn:hover{
    background: #76bacd;
    color: white;
  }

/*tooltip */
.tooltip {
  visibility: hidden;
  z-index: 1;
  opacity: .40;
  min-width: 140px;
  width: 130%;
  padding: 0px 20px;
  background: #76bacd;
 
  position: absolute;
  top:-140%;
  left: -25%;
  

  border-radius: 9px;
  font: 16px;

  transform: translateY(9px);
  transition: all 0.3s ease-in-out;
  
  box-shadow: 0 0 3px rgba(56, 54, 54, 0.86);
}

.tooltip  p{
  font-variant: small-caps;
  font-family: 'Foundry Old Style';
  text-align: center;
  font-size: 18px;
}
/* tooltip  after*/
.tooltip::after {
  content: " ";
  width: 0;
  height: 0;
  
  border-style: solid;
  border-width: 12px 12.5px 0 12.5px;
  border-color: #76bacd transparent transparent transparent;

  position: absolute;
  left: 40%;

}

.con-tooltip:hover .tooltip{
  visibility: visible;
  transform: translateY(-10px);
  opacity: 1;
    transition: .3s linear;
  animation: odsoky 1s ease-in-out infinite  alternate;

}
@keyframes odsoky {
  0%{
    transform: translateY(6px);	
  }

  100%{
    transform: translateY(1px);	
  }

}

/*hover ToolTip*/
.bottom {transform: translateY(6px);}

/*bottom*/

.bottom .tooltip { top:115%; left:-10%; }

.bottom .tooltip::after{
  top:-17%;
  left:40%;
  transform: rotate(180deg);
}

.andespacio .bottom .tooltip{ 
  left:-140%;
}

  


/* --------------- cart-pg style1 --------------- */
.cart-pg-1 .product-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 15px;
  border: 1px solid transparent;
  margin-bottom: 15px;
  background-color: #242321;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cart-pg-1 .product-card:hover {
  border-color: #ccc;
}
.cart-pg-1 .product-card:hover .info .butn {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.cart-pg-1 .product-card .top-inf {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 10;
  width: calc(100% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart-pg-1 .product-card .top-inf .dis-card {
  color: #fff;
  background-color: var(--color-green2);
  padding: 5px 10px;
  border-radius: 7px;
  display: inline-block;
  font-size: 12px;
}

.dis-card h6{
  font-size: 16px;
  line-height: 2px;
}

.info h6{
  font-size: 18px
}
.info h5 {
  font-size: 26px;
  line-height: 20px;}

.cart-pg-1 .product-card .top-inf .fav-btn {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  background-color: #e2e4eb;
  color: #999;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  font-size: 16px;
}
.cart-pg-1 .product-card .top-inf .fav-btn.active {
  color: var(--color-green2);
}
.cart-pg-1 .product-card .top-inf .remove-btn {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  background-color:rgb(208 45 39 / 13%);
  color: var(--color-red1);
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
          -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  font-size: 18px;
  color: #76bacd;
}
.cart-pg-1 .product-card .top-inf .remove-btn:hover {
  background-color: rgba(255, 0, 0, 0.6);
  color: #fff;
}
.cart-pg-1 .product-card .img {
  position: relative;
  height: 250px;
  width: 220px;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.cart-pg-1 .product-card .info {
  padding-top: 35px;
}
.cart-pg-1 .product-card .info .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  color: #666;
}
.cart-pg-1 .product-card .info .rating .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}
.cart-pg-1 .product-card .info .rating .stars i {
  color: #ffa500;
}
.cart-pg-1 .product-card .info .meta {
  margin-top: 15px;
}
.cart-pg-1 .product-card .info .meta .meta-item {
  font-size: 10px;
  text-transform: uppercase;
  padding: 3px 10px;
  position: relative;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
  margin-top: 5px;
  border-radius: 6px;
  font-weight: 500;
  color: #ffffff57;
}
.cart-pg-1 .product-card .info .meta .meta-item .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  opacity: 0.05;
  border: 1px solid white;
  background: #ffffff73;
}
.cart-pg-1 .product-card .info .thumbnail-imgs .thumbnail {
  border: 1px solid transparent;
  border-radius: 5px;
  cursor: pointer;
}
.cart-pg-1 .product-card .info .thumbnail-imgs .thumbnail.selected {
  border-color: #cccccc;
}
.cart-pg-1 .product-card .info .butn {
  width: 100%;
  padding: 12px 30px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
}
.cart-pg-1 .product-card .add-more {
  padding: 7px 20px;
  border-radius: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid rgba(153, 153, 153, 0.2);
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  font-size: 10px;
}
.cart-pg-1 .product-card .add-more .qt {
  width: 70px;
  text-align: center;
  color: #ae9871;
  font-weight: bold;
  background-color: transparent;
  font-size: 13px;
}
.cart-pg-1 .cart-card {
  padding: 30px;
  border: 1px solid var(--color-green2);
  border-radius: 10px;
  position: sticky;
  top: 30px;
  border: 1px solid #242321;
  background: #24232175;
}
.cart-pg-1 .cart-card .card-item {
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid #242321;
}

.bg-black2 {
  background: #242321;
}

@media screen and (max-width: 991px) {
  .cart-pg-1 .tc-cart {
    padding: 10px !important;
  }
  .cart-pg-1 .product-card {
    display: block;
  }
  .cart-pg-1 .product-card .top-inf .fav-btn {
    -webkit-margin-start: auto;
            margin-inline-start: auto;
  }
  .cart-pg-1 .product-card .img {
    width: 100%;
    height: 250px;
    -webkit-padding-end: 0;
            padding-inline-end: 0;
    margin-top: 50px;
  }
}
/* --------------- checkout-pg style1 --------------- */
.checkout-pg-1 .tc-checkout .alert {
  
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
          background-color: #2423215e;
          border: 1px solid #242321;
}

.form-select {
  border: 1px solid #242321;
  background: #242321;
}

label {
  display: inline-block;
  color: #fff;
  font-size: 16px;
}

.checkout-pg-1 .tc-checkout .alert .cls {
  cursor: pointer;
}
.checkout-pg-1 .tc-checkout .shopping-table .table thead th {
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
  padding: 15px;
}
.checkout-pg-1 .tc-checkout .shopping-table .table td {
  padding: 25px 15px;
  font-weight: bold;
  font-size: 16px;
}
.checkout-pg-1 .tc-checkout .shopping-table .table td .form-control {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 40px 5px 15px;
  line-height: 1;
  min-height: 40px;
}

.form-control {
  border: 1px solid #242321;
  background-color: #242321;
  color: white;
}

.checkout-pg-1 .tc-checkout .shopping-table .table .prod_img {
  width: 70px;
  height: 70px;
}
.checkout-pg-1 .order {
  position: sticky;
  top: 30px;
}
.checkout-pg-1 .order .order-card {
  padding: 25px;
  background-color: #1a1a19;
  border-radius: 10px;
  position: relative;
  z-index: 10;
}
.checkout-pg-1 .order .order-card .card-title {
  font-size: 12px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #343535;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.checkout-pg-1 .order .order-card .prod-cont {
  border-bottom: 1px solid #343535;
}
.checkout-pg-1 .order .order-card .prod-cont .prod-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
}
.checkout-pg-1 .order .order-card .prod-cont .prod-card .img-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.checkout-pg-1 .order .order-card .prod-cont .prod-card .img-side .img {
  width: 60px;
  height: 60px;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.checkout-pg-1 .order .payment-card {
  padding: 40px 25px 25px 25px;
  background-color: #1a1a19;
  border-radius: 10px;
  margin-top: -15px;
}
.payment-card p {
  font-size: 16px;
  line-height: 22px;
}

.checkout-pg-1 .order .payment-card .form-check {
  margin: 10px 0;
}
.checkout-pg-1 .order .payment-card .form-check .form-check-label {
  width: 100%;
  -webkit-padding-start: 10px;
          padding-inline-start: 10px;
}
.checkout-pg-1 .order .payment-card .form-check .form-check-input {
  width: 13px;
  height: 13px;
  border-radius: 2px;
  position: relative;
  top: 3px;
  background: #3d3d3b;
}

.payment-card h6 {
  font-size: 20px; 
}

.form-check-input[type=checkbox] {
  width: 13px;
  height: 13px;
  border-radius: 2px;
  position: relative;
  top: 3px;
  background: #3d3d3b;
}
.checkout-pg-1 .order .payment-card .form-check .form-check-input:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

/* --------------- cart-pg style1 --------------- */
.profile-pg-1 .tc-profile .tabs-side {
  padding: 20px;
  border-radius: 10px;
  background-color: #fafafa;
}
.profile-pg-1 .tc-profile .tabs-side .main-info .img {
  height: 220px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 25px;
}
.profile-pg-1 .tc-profile .tabs-side .nav-pills {
  display: block;
  margin-top: 30px;
}
.profile-pg-1 .tc-profile .tabs-side .nav-pills .nav-link {
  width: 100%;
  background-color: #fff;
  color: #000;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 8px;
  margin-bottom: 10px;
}
.profile-pg-1 .tc-profile .tabs-side .nav-pills .nav-link.active {
  background-color: var(--color-green2);
  color: #fff;
}
.profile-pg-1 .tc-profile .tabs-side .nav-pills .nav-link.active * {
  color: #fff;
}
.profile-pg-1 .tc-profile .orders-tab .order-card {
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-bottom: 15px;
}
.profile-pg-1 .tc-profile .orders-tab .order-card .order-head {
  background-color: rgba(26, 186, 26, 0.0666666667);
  padding: 15px 30px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.profile-pg-1 .tc-profile .product-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 15px;
  border: 1px solid transparent;
  margin-bottom: 15px;
  background-color: #fafafa;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.profile-pg-1 .tc-profile .product-card:hover {
  border-color: #ccc;
}
.profile-pg-1 .tc-profile .product-card:hover .info .butn {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.profile-pg-1 .tc-profile .product-card .top-inf {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 10;
  width: calc(100% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.profile-pg-1 .tc-profile .product-card .top-inf .dis-card {
  color: #fff;
  background-color: var(--color-green2);
  padding: 5px 10px;
  border-radius: 7px;
  display: inline-block;
}
.profile-pg-1 .tc-profile .product-card .top-inf .fav-btn {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  background-color: #e2e4eb;
  color: #999;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  font-size: 16px;
}
.profile-pg-1 .tc-profile .product-card .top-inf .fav-btn.active {
  color: var(--color-green2);
}
.profile-pg-1 .tc-profile .product-card .top-inf .remove-btn {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(255, 0, 0, 0.0666666667);
  color: var(--color-red1);
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  font-size: 18px;
}
.profile-pg-1 .tc-profile .product-card .top-inf .remove-btn:hover {
  background-color: rgba(255, 0, 0, 0.6);
  color: #fff;
}
.profile-pg-1 .tc-profile .product-card .img {
  position: relative;
  height: 180px;
  width: 150px;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.profile-pg-1 .tc-profile .product-card .info {
  padding-top: 35px;
}
.profile-pg-1 .tc-profile .product-card .info .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  color: #666;
}
.profile-pg-1 .tc-profile .product-card .info .rating .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}
.profile-pg-1 .tc-profile .product-card .info .rating .stars i {
  color: #ffa500;
}
.profile-pg-1 .tc-profile .product-card .info .meta {
  margin-top: 15px;
}
.profile-pg-1 .tc-profile .product-card .info .meta .meta-item {
  font-size: 10px;
  text-transform: uppercase;
  padding: 3px 10px;
  position: relative;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
  margin-top: 5px;
  border-radius: 6px;
  font-weight: 500;
}
.profile-pg-1 .tc-profile .product-card .info .meta .meta-item .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  opacity: 0.05;
}
.profile-pg-1 .tc-profile .product-card .info .thumbnail-imgs .thumbnail {
  border: 1px solid transparent;
  border-radius: 5px;
  cursor: pointer;
}
.profile-pg-1 .tc-profile .product-card .info .thumbnail-imgs .thumbnail.selected {
  border-color: #cccccc;
}
.profile-pg-1 .tc-profile .product-card .info .butn {
  width: 100%;
  padding: 12px 30px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
}
.profile-pg-1 .tc-profile .product-card .add-more {
  padding: 7px 20px;
  border-radius: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid rgba(153, 153, 153, 0.2);
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  font-size: 10px;
}
.profile-pg-1 .tc-profile .product-card .add-more .qt {
  width: 70px;
  text-align: center;
  color: #000;
  font-weight: bold;
  background-color: transparent;
  font-size: 13px;
}

@media screen and (max-width: 991px) {
  .profile-pg-1 .tc-profile .product-card {
    display: block;
  }
  .profile-pg-1 .tc-profile .product-card .top-inf .fav-btn {
    -webkit-margin-start: auto;
            margin-inline-start: auto;
  }
  .profile-pg-1 .tc-profile .product-card .img {
    width: 100%;
    height: 250px;
    -webkit-padding-end: 0;
            padding-inline-end: 0;
    margin-top: 50px;
  }
}

    /* --------------- Careers pg --------------- */
.contact-hed .caption h1 {
  font-size: 120px;
  font-weight: 600;
  text-transform: uppercase; }

.contact-hed .google-map {
  height: 540px;
  width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  border-radius: 15px;
  overflow: hidden; }
  .contact-hed .google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.contact-pg input,
.contact-pg textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  color: #fff;
  padding: 15px 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .contact-pg input:focus,
  .contact-pg textarea:focus {
    border-color: #fff; }

.contact-pg textarea {
  min-height: 180px; }

.contact-pg .butn:hover {
  background: var(--main-color) !important; }


  #mixologia { position: relative; background: #151515;}

.ilu1 img{ 
  position: absolute;
  max-width: 12vw;
  right: 6vw;
  bottom: 1vw;
  mix-blend-mode: hard-light;
  opacity: .3;
  animation: jump 4s infinite ease-in-out; 
}

@keyframes jump {
  0%, 100% {
    transform: translateY(0); /* Posición inicial */
  }
  50% {
    transform: translateY(-20px); /* Sube */
  }
}
.ilu2 img{ 
  position: absolute;
    max-width: 14vw;
    top: -30px;
    display: none;
    left: 7vw;
    mix-blend-mode: difference;
    opacity: .3;
    animation: rotate360 50s linear infinite;

}

@keyframes rotate360 {
  0% {
    transform: rotate(0deg); /* Comienza en 0 grados */
  }
  100% {
    transform: rotate(360deg); /* Gira hasta 360 grados */
  }
}

.text-right { text-align: right;}


  .mixes {
    background: var(--bg-color);
  padding: 0;
    border-radius: 20px;
  }

  .mixes h6 { padding: 18px; }

  .mixes p{
    padding: 0 18px 18px 18px;
    font-size: 16px;
    font-weight: 300;
    min-height: 530px;
    line-height: 22px;
    text-align: justify;
  }
    
    .intro-iner {
      position: relative; }
      .intro-iner .content {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 10%;
        z-index: 4;
        display: none; }
        .intro-iner .content .item {
          position: absolute;
          top: 0;
          left: 0;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none;
          -webkit-transition: none;
          -o-transition: none;
          transition: none; }
          .intro-iner .content .item span {
            font-size: 16px;
            padding: 8px 24px;
            background: var(--bg-color);
            border-radius: 30px; }
            .intro-iner .content .item span.bdark {
              background: #777;
              color: #fff; }
            .intro-iner .content .item span.bred {
              background: var(--main-color);
              color: var(--theme-color); }
          .intro-iner .content .item img {
            width: 50px; }
          .intro-iner .content .item .icon1 img {
            width: 70px; }
      .intro-iner .img-box {
        position: relative; }
        .intro-iner .img-box .states {
          position: absolute;
          bottom: 120px;
          left: -30px;
          background: var(--main-color);
          color: #212121;
          padding: 20px 20px;
          border-radius: 15px;
          z-index: 3; }
        .intro-iner .img-box .just-shape {
          background: var(--theme-color);
          border-radius: 0 0 30px 0;
          display: none;
          width: 200px;
          height: 50px;
          position: absolute;
          top: -1px;
          left: -1px; }
          .intro-iner .img-box .just-shape .shap-right-top {
            position: absolute;
            top: -1px;
            right: -2.05rem; }
            .intro-iner .img-box .just-shape .shap-right-top svg {
              width: 2.1rem;
              height: 2.1rem; }
          .intro-iner .img-box .just-shape .shap-left-bottom {
            position: absolute;
            bottom: -2.05rem;
            left: -1px; }
            .intro-iner .img-box .just-shape .shap-left-bottom svg {
              width: 2.1rem;
              height: 2.1rem; }
        .intro-iner .img-box .butn-vid {
          background: var(--theme-color);
          border-radius: 30px 0 0 0;
          padding: 40px 0 0 30px;
          position: absolute;
          bottom: -1px;
          right: -1px; }
          .intro-iner .img-box .butn-vid .vid {
            width: 55px;
            height: 55px;
            line-height: 55px;
            text-align: center;
            border-radius: 50%;
            background: #fff;
            color: #212121;
            position: relative; }
            .intro-iner .img-box .butn-vid .vid:after {
              content: '';
              position: absolute;
              top: -8px;
              left: -8px;
              right: -8px;
              bottom: -8px;
              border: 1px solid rgba(255, 255, 255, 0.1);
              border-radius: 50%; }
          .intro-iner .img-box .butn-vid .cont {
            padding-left: 20px; }
          .intro-iner .img-box .butn-vid .shap-right-top {
            position: absolute;
            right: 0;
            top: -2.05rem;
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
            .intro-iner .img-box .butn-vid .shap-right-top svg {
              width: 2.1rem;
              height: 2.1rem; }
          .intro-iner .img-box .butn-vid .shap-left-bottom {
            position: absolute;
            left: -2.05rem;
            bottom: -1px;
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
            .intro-iner .img-box .butn-vid .shap-left-bottom svg {
              width: 2.1rem;
              height: 2.1rem; }
      .intro-iner .img {
        height: 580px;
        border-radius: 15px; }
      .intro-iner .sec-head {
        padding-top: 40px; }
      .intro-iner .accordion-item {
        background: transparent;
        border-radius: 10px;
        border: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 0;
        margin-bottom: 5px; }
        .intro-iner .accordion-item .accordion-header {
          background: transparent; }
          .intro-iner .accordion-item .accordion-header button {
            background: transparent;
            color: #fff;
            font-size: 24px;
            font-weight: 500;
            line-height: 32px;
            padding: 30px 0;
            -webkit-box-shadow: none;
            box-shadow: none; }
            .intro-iner .accordion-item .accordion-header button:after {
              background-image: url('../img_guardian/plus-solid.svg');
              -webkit-filter: invert(1);
              filter: invert(1); }
            .intro-iner .accordion-item .accordion-header button:not(.collapsed):after {
              background-image: url('../img_guardian/minus-solid.svg'); }
        .intro-iner .accordion-item .accordion-body {
          padding: 0;
          padding: 0px 100px 30px 0; }
          .intro-iner .accordion-item .accordion-body p {
            font-size: 18px; }
            .intro-iner .img-box {
              width: 100%; }
              .intro-iner .img-box .states {
                left: 30px;
                bottom: 150px; }
                .intro-iner .img-box {
                  width: calc(100% - 100px);
                  margin: 0 auto 80px; }



/* --------------- team --------------- */

.team-mp .item {
  background: #212121;
  border-radius: 15px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .team-mp .item:hover {
    background: var(--main-color);
    color: #212121; }
    .team-mp .item:hover .cont span {
      color: #212121; }
    .team-mp .item:hover .social-icon a {
      border-color: #212121; }
      .team-mp .item:hover .social-icon a:hover {
        border-color: #fff; }
  .team-mp .item .img {
    width: 420px;
    height: 170px;
    overflow: hidden; }
    .team-mp .item .img img {
      -webkit-filter: grayscale(1);
      filter: grayscale(1); }
  .team-mp .item .cont {
    padding: 30px 0 0 50px; }
    .team-mp .item .cont span {
      font-size: 16px;
      color: #b1b1b1;
      margin-top: 15px; }
  .team-mp .item .social-icon {
    padding: 30px 30px 0 0; }
    .team-mp .item .social-icon a {
      width: 45px;
      height: 45px;
      line-height: 45px;
      text-align: center;
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: 50%;
      font-size: 16px;
      margin: 0 5px; }
      .team-mp .item .social-icon a:hover {
        background: #fff;
        color: #212121;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s; }

/* --------------- header --------------- */
.navbar-expand-lg .navbar-collapse { justify-content: center; margin-top: 20px;}
.navbar-expand-lg.nav-scroll  .navbar-collapse {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 3px;}
.header-sa {
  min-height: 100vh;
  padding: 40px 0 40px;
  position: relative;
  overflow: hidden !important;
  background-size: cover;
  background-image: url('../img_guardian/fondo.jpg');
  z-index: 3; }
  .header-sa .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
  
    background: black;
    background-size: cover;
    z-index: -1; }
    .header-sa .vert {
      display: flex;
      align-items: center;
    }
    .header-sa  h1 {
      color: #fff;
    }
    .header-sa .background:before {
      content: '';
      position: absolute;
      top: 0;
      left: -20vw;
      width: 70vw;
      bottom: 0;
      background: #010105;
      pointer-events: none;
      border-radius: 50%;
      -webkit-filter: blur(200px);
      filter: blur(200px);
      opacity: .7; }
   
  .header-sa .caption h1 {
    font-size: 66px;
    line-height: 66px;
    letter-spacing: -4px; }
  .header-sa .caption .text {
    margin-top: 120px; }
  .header-sa .imgs {
    position: relative; }
    .header-sa .imgs .cube img {
      position: relative;
     max-width: 220px;
      right: -300px;
      bottom: -50px; }
      .header-sa .circle  img {
        max-width: 220px;
      }
    .header-sa .imgs .circle {
      position: absolute;
      top: 50%;
      left: 10%;
      z-index: 2; }
      .header-sa .imgs .circle:after {
        content: '';
        position: absolute;
        top: 20px;
        left: 20px;
        right: 20px;
        bottom: 20px;
        background: rgba(255, 255, 255, 0.01);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        border-radius: 50%;
        z-index: -1; }

/* --------------- Neon --------------- */

.versalitas{
  animation: neon3 1.5s ease-in-out infinite alternate;
      -webkit-animation: neon3 1.5s ease-in-out infinite alternate;
      animation: neon3 1.5s ease-in-out infinite alternate;
}


@keyframes neon3 {
  from {
    text-shadow: 0 0 10px #8e6b2a, 0 0 20px #8e6b2a, 0 0 30px #8e6b2a, 0 0 40px #c6a76c,
      0 0 70px #c6a76c, 0 0 80px #c6a76c, 0 0 100px #c6a76c, 0 0 150px #c6a76c;
  }
  to {
    text-shadow: 0 0 5px #8e6b2a, 0 0 10px #8e6b2a, 0 0 15px #8e6b2a, 0 0 20px #c6a76c,
      0 0 35px #c6a76c, 0 0 40px #c6a76c, 0 0 50px #c6a76c, 0 0 75px #c6a76c;
  }
}

/* --------------- Services --------------- */
.services-sa .item {
  background: var(--bg-color);
  padding: 15px;
  border-radius: 20px; }
  .services-sa .item .cont {
    padding: 15px; }
    .services-sa .item .cont .icon {
      width: 52px;
      height: 52px;
      line-height: 50px;
      text-align: center;
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 50%; }
      .services-sa .item .cont .icon img {
        width: 25px; }
      .services-sa .item .cont .icon.invert img {
        -webkit-filter: invert(1);
        filter: invert(1); }
    .services-sa .item .cont .text {
      margin-top: 50px;
      margin-bottom: 20px; }
      .services-sa .item .cont .text p {
        font-size: 20px;
        font-weight: 300;
        text-align: justify;
        line-height: 30px; }

.marq-sa {
  overflow: hidden !important; }
  .marq-sa .item {
    padding: 0 80px !important;
    position: relative; }
    .marq-sa .item:after {
      content: '';
      width: 12px;
      height: 12px;
      background: #76bacd;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .marq-sa .item h2 {
      white-space: nowrap;
      font-size: 96px;
      line-height: 120px;
      letter-spacing: -4px;
      background: -webkit-gradient(linear, left top, right top, from(#474747), to(transparent));
      background: -webkit-linear-gradient(left, #474747, transparent);
      background: -o-linear-gradient(left, #474747, transparent);
      background: linear-gradient(to right, #474747, transparent);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }

/* --------------- Works --------------- */
.work-card .card-item {
  margin-bottom: 30px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  background: var(--bg-color); }
  .work-card .card-item .cont {
    height: 100%;
    padding: 40px 80px 40px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center; }
    .work-card .card-item .cont .tag {
      font-size: 12px;
      line-height: 1;
      padding: 7px 12px;
      margin-right: 2px;
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 30px; }
    .work-card .card-item .cont p {
      font-size: 20px;
      line-height: 30px;
    text-align: justify; }
  .work-card .card-item .img {
    padding: 20px; }
    .work-card .card-item .img img {
      border-radius: 15px; }

/* --------------- Clients --------------- */
.clients-sa .item {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  text-align: center; }
  .clients-sa .item .img {
    width: 100px; }
  .clients-sa .item .cont .icon {
    width: 40px;
    margin: 0 auto 10px; }
  .clients-sa .item .cont span {
    font-size: 16px;
    line-height: 20px; }

/* --------------- Testimonials --------------- */
.testimonials-sa {
  position: relative;
  overflow: hidden; }
  .testimonials-sa:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../imgs/testim/mesh-gradient.png);
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    opacity: .5;
    z-index: 2; }
  .testimonials-sa .gl-rate {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 60px;
    padding: 10px 20px; }
    .testimonials-sa .gl-rate .icon {
      width: 35px; }
    .testimonials-sa .gl-rate .cont {
      padding-left: 30px; }
      .testimonials-sa .gl-rate .cont h6 {
        line-height: 1;
        font-weight: 600;
        font-size: 18px; }
      .testimonials-sa .gl-rate .cont .stars {
        font-size: 13px;
        color: #EF2B10;
        margin-left: 10px; }
      .testimonials-sa .gl-rate .cont p {
        font-size: 12px;
        opacity: .7;
        margin-top: 2px; }
  .testimonials-sa .swiper-slide {
    height: auto; }
  .testimonials-sa .item {
    background: var(--bg-color);
    padding: 40px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%; }
    .testimonials-sa .item .rate h5 {
      font-size: 16px; }
    .testimonials-sa .item .rate .stars {
      font-size: 13px;
      color: #EF2B10;
      margin-left: 10px; }
    .testimonials-sa .item .info .img-author {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      overflow: hidden; }
    .testimonials-sa .item .info .info-text {
      padding-left: 15px; }
      .testimonials-sa .item .info .info-text p {
        font-size: 16px;
        opacity: .7; }

/* --------------- Awards --------------- */
.awards-sa .item-title {
  padding: 0 15px 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
  .awards-sa .item-title > div {
    padding: 0; }
  .awards-sa .item-title h6 {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: .7; }

.awards-sa .item-line {
  padding: 25px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  z-index: 3; }
  .awards-sa .item-line > div {
    padding: 0; }
    .awards-sa .item-line > div:last-of-type {
      text-align: right; }
  .awards-sa .item-line:hover:after {
    height: 100%; }
  .awards-sa .item-line:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: rgba(255, 255, 255, 0.05);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: -1; }
  .awards-sa .item-line .honors h6 {
    font-size: 16px; }
  .awards-sa .item-line .project-date span {
    font-size: 16px;
    opacity: .7; }

/* --------------- Blogs --------------- */
.blog-sa .item .img {
  height: 470px;
  border-radius: 15px; }

.blog-sa .item .cont .info a {
  font-size: 16px; }

.blog-sa .item .cont .info .date {
  opacity: .5;
  margin-left: 5px; }


  .services-dm {
    position: relative;
    z-index: 3; }
    .services-dm .img-patern {
      position: absolute;
      bottom: 10%;
      left: -15%;
      width: 30%;
      -webkit-filter: invert(1);
      filter: invert(1);
      opacity: .07;
      z-index: -1; }
    .services-dm .item {
      padding: 20px 0;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      overflow: hidden;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
      .services-dm .item:last-of-type {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
        .services-dm .item .title {
          width: 50%;
        }
      .services-dm .item .title h2 {
        font-size: 24px;
        letter-spacing: 0px;
        line-height: 30px;
       }
      .services-dm .item p {
        opacity: 0;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s; }
      .services-dm .item .icon {
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 50%;
        margin-left: 150px; }
        .services-dm .item .icon img {
          width: 30px; }
      .services-dm .item:hover .title {
        margin-bottom: 0;
        color: #c6a76c; }
      .services-dm .item:hover p {
        opacity: 1; }

        #adn { background-color: black; }
        #adn video { margin-top: 60px;}

/* --------------- Contact --------------- */
.contact-sa .box {
  padding: 120px 60px;
 
  background-size: cover;
  background-position: center center;
  border-radius: 30px;
  overflow: hidden; }

.contact-sa .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%; }

.contact-sa .contact-form label {
  font-size: 16px;
  margin-bottom: 5px; }
  .contact-sa .contact-form label .star {
    color: red;
    padding-left: 5px; }

.contact-sa .contact-form input,
.contact-sa .contact-form textarea {
  color: #fff;
  background: transparent;
  width: 100%;
  padding: 0 0 10px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 18px; }

.contact-sa .contact-form button {
  background: transparent;
  color: #fff; }
  



  #proceso h6 {font-size: 16px;
    letter-spacing: 2px;}





/* --------------- footer --------------- */
.footer-sa {
  background: var(--bg-color); }
  .footer-sa .logo {
    width: 160px; }
  .footer-sa .contact-info .item {
    margin-bottom: 50px; }
    .footer-sa .contact-info .item span {
      font-size: 12px;
      text-transform: uppercase;
      margin-bottom: 10px; }
  .footer-sa .contact-info .social-icon a {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    font-size: 16px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
    .footer-sa .contact-info .social-icon a:hover {
      border-color: #fff; }
  .footer-sa .sub-footer .copy p {
    font-size: 16px; }
    .footer-sa .sub-footer .copy p a {
      color: #fff; }
  .footer-sa .sub-footer .links {
    width: 100%; }
    .footer-sa .sub-footer .links a {
      font-size: 16px; }
    .footer-sa .sub-footer .links .active {
      color: #fff; }

body {
  font-family: "Inter", sans-serif;
  font-family: 'Foundry Old Style';
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #fff;
  background-color: var(--theme-color); }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin: 0; }

h1 {
  font-size: 64px;
  line-height: 64px;
  letter-spacing: -3px; }

h2 {
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -3px; }

h3 {
  font-size: 30px;
  line-height: 52px;
  letter-spacing: 2px; }

h4 {
  font-size: 36px;
  line-height: 48px;
  letter-spacing: -2px; }

h5 {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -1px; }

h6 {
  font-size: 24px;
  line-height: 32px;
  color: #fff }

.sub-color {
  color: #808080; }

.sub-head {
  font-size: 20px;
  line-height: 28px; }

p {
  font-size: 20px;
  font-weight: 400;
  margin: 0; 
  color: #fff;}


.introheader h1{    margin-bottom: 20px;}
.introheader p {margin-bottom: 40px;}
.introheader span { color: #c6a76c;}

u { color: #c6a76c;}
span { color: #c6a76c;
color: #f0cf91;}

.sec-head .sub-head {
  position: relative;
  padding-left: 0; }


.loader-wrap svg {
  fill: #1d1d1d; }

.butn.butn-bord {
  background: #666361;
  border: none;
  color: white;
  }
  .butn.butn-bord:hover {
    background: #76bacd!important;
    color: white; }

.icon.invert img {
  -webkit-filter: invert(1);
  filter: invert(1); }

.butn .icon {
  width: 18px; }

.butn:hover .icon.invert img {
  -webkit-filter: invert(0);
  filter: invert(0); }


  .imagenhome img {
    max-width: 220px;
    margin: 0 auto;
    display: block;
    margin-top: 120px;
  }

  @media (min-width: 1920px) {  

    .imagenhome img {max-width: 20rem;}
  }

  @media (min-width: 2150px) {  

    .imagenhome img {max-width: 25rem;}
  }

  .imagenhome video {
    position: absolute;
    top: 10%;
  }

  .introvideo video{
    margin: 0 auto;
    display: block;
  }

  .introvideo input{
    background: #18191b;
    border: none;
    padding: 10px;
    text-align: center;
    width: 100%;
    border-radius: 5px;
    color: white;
   
  }
  .introvideo  select {
    background-color: #18191b;
    color: white;
    border: none;
    padding: 14px;
    float: right;
    border-radius: 4px;
  }
  .introvideo span { color: #646567;}
  .introvideo a { color: white;}
.introvideo p {text-align: center;
  margin-bottom: 40px;}
  .introvideo .row {    align-items: center;  margin-top: 0px;}
  .introvideo  input[type=checkbox] { width: auto; display: inline-block;}
  .contenedoredad {     max-width: 32rem;
    margin: 0 auto;}


.top20 { margin-top: 20px;}
.top30 { margin-top: 30px;}
.top40 { margin-top: 40px;}
.top50 { margin-top: 50px;}
.top60 { margin-top: 60px;}

/* ====================== [ Start Responsive ] ====================== */
@media screen and (max-width: 992px) {
  .sec-head .sub-head {
    margin-bottom: 30px !important; }
  .header-sa {
    padding: 180px 0 320px;
    min-height: auto;
    position: relative; }
    .header-sa .caption {
      position: relative;
      z-index: 4; }
      .header-sa .caption .text {
        margin-top: 40px;
        width: 80%; }
    .header-sa .imgs {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 50%;
      -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
      transform: translateY(50%); }
      .header-sa .imgs .circle {
        width: 250px;
        top: 60%; }
  .marq-sa .item h2 {
    font-size: 70px;
    line-height: 1.4;
    -webkit-text-fill-color: #fff;
    background: transparent; } }

@media screen and (max-width: 768px) {
  .header-sa .caption h1 {
    font-size: 50px;
    line-height: 1.4; }
  .header-sa .imgs {
    width: 60%;
    -webkit-transform: translateY(70%);
    -ms-transform: translateY(70%);
    transform: translateY(70%); }
  .header-sa .imgs .cube img {
    right: -30px; }
  .header-sa .imgs .circle {
    width: 200px; }
  .contact-sa .box {
    padding: 120px 40px; } }



.topnav { display: none !important;}


    @media (max-width: 432px) { 

      .cart-pg-1 .product-card .img {height: 360px;}

      .services-dm .item .title {    width: 100%;}
      .services-dm .item {
        display: block !important;
        position: relative; }
      .services-dm .item .title h2 {
        font-size: 30px;
        letter-spacing: -2px;
        margin-bottom: 10px; }
      .services-dm .item .icon {
        position: absolute;
        top: 50%;
        right: 15px;
        margin-left: 30px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .services-cst .item .title h2 {
        font-size: 30px;
        letter-spacing: -1px; }
      .services-cst .item .title .list {
        display: none; }
      .services-cst .item .icon {
        width: 50px;
        height: 50px;
        line-height: 50px; }
        .services-cst .item .icon img {
          width: 25px; }

          .section-padding {  padding-top: 50px;  padding-bottom: 0;}
    
      .navbar .logo {    max-width: 140px;}
      .topnav { display: block !important;
        position: absolute;
        right: 30px;}

        .header-sa {
          padding: 180px 0 90px;}
          .hamenu .menu-links {    padding-left: 60px;
            padding-right: 60px;}
        .hamenu .menu-links .main-menu > li .link {    font-size: 20px;}
        .navbar.nav-scroll {    height: 100px;}
      .navbar-expand-lg .navbar-nav { 
        text-align: center;
        align-items: center;
      }

      .navbar .logo {

        top: 100%;
        left: 50%;
        transform: translate(-50%, -34%);
      }
      .nav-scroll .logo {top: 40%;}
      .introheader h1 {
        font-size: 44px;
        line-height: 44px;
      }

      .loader-wrap .loader-wrap-heading .load-text {font-size: 16px;     letter-spacing: 2px;}

      .navbar .navbar-nav li{ display: none;}
      .logocel { display: flex !important}
    }