/* pallet colors

color-1:#1e1e1e;
color-2:#27292a;
color-3:#1f2122;


866833











*/
@font-face {
    font-family: 'Techna Sans';
    src: url('TechnaSans-Regular.woff2') format('woff2'),
        url('TechnaSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
  --bg-glowonhover-v1: #049C04  ;
  --text-glowonhover-v1: #fff;
  --bg-global-v1: #e4e4e4;
  --color-global-v1: green;
  --text-color-t-v1: green;
  --text-color-global-v1: green;
  --bg-color-body-v1: #ffffff ;
  --bg-color-contentpage-v1: #ffffff;
  --font-family-main:"Arimo";
}


h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: var(--color-global-v1);
  font-weight: 700;
}
/* 
---------------------------------------------
Global Styles
--------------------------------------------- 
*/
html,
body { 
  font-family: var(--font-family-main);
  font-weight: 1000;
  background-image: linear-gradient(180deg, #049C04 50%, #FFFFFF 100%);

}

body .page-content {
  margin-top: 1%;
  background-color: var(--bg-color-contentpage-v1);
  border-radius: 23px;
  padding: 40px;
}

@media (max-width: 767px) {
  body .page-content {
    padding: 30px 20px;
  }
}

.templatemo-item {
	max-width: 80px; 
	border-radius: 23px;
}

.border-no-active a {
  border-color: #666;
  color: #666;
}

.border-no-active a:hover{
  border-color: #666;
  color: #666;
  background-color: transparent;
}

section {
  margin-top: 120px;
}


/* 
---------------------------------------------
Header Style
--------------------------------------------- 
*/

.header-area {
  position: absolute;
  height: 70px;
  /*top: 15px;*/
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 123px;
  display: flex;
  padding: 15px 0px 15px 0px !important;
  border-radius: 50px;
}


.header-area .main-nav #search {
  position: relative;
}
  
.header-area .main-nav .nav {
  display: inline-flex;
  vertical-align: middle;
  text-align: right;
  margin-top: 0px;
  margin-right: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}



.header-area .main-nav .nav li.has-sub ul.sub-menu li:last-child a:hover,
.background-header .main-nav .nav li.has-sub ul.sub-menu li:last-child a:hover {
  padding-left: 25px !important;
}
 



.header-area .main-nav .nav li.has-sub {
  position: relative;
  padding-right: 15px;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  /*top: 23px;*/
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 20px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 17px;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: var(--color-global-v1);
  width: 100%;
}


.header-area.header-sticky {
  min-height: 100px;
}


@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 992px) {
  .header-area {
    top: 0;
  }
  .header-area .main-nav {
    background-color: transparent;
    border-radius: 0px;
  }
  .header-area .main-nav .nav {
    height: auto;
    flex-basis: 100%;
  }
  .header-area .main-nav .logo {
    position: absolute;
    left: 30px;
    top: 15px;
  }
  .background-header .main-nav .logo {
    top: 0px;
  }
  .background-header .main-nav .border-button {
    top: 0px !important;
  }
  
.background-header .main-nav .menu-trigger {
  /*top: 17px;*/
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li:last-child a:hover,
.background-header .main-nav .nav li.has-sub ul.sub-menu li:last-child a:hover {
  padding-left: 25px !important;
}
 



.background-header .main-nav .logo {
  margin-top: 8px;
}

.background-header .main-nav {
  padding: 0px;
  background-color: transparent;
}
.background-header .main-nav .logo img {
  width: 180px;
}

.background-header {
  background-color: white !important;
  height: 70px!important;
  position: fixed!important;
  top: 0!important;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  display: none;
}

  .header-area .main-nav .border-button {
    position: absolute;
    top: 15px;
    right: 70px;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #ffffff;
    padding: 0px  0px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 0px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area.header-sticky .nav {
   /* margin-top: 65px !important;*/
    text-align: center;
  }
  .background-header.header-sticky .nav {
    margin-top: 70px !important;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
    transition: all 0s;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    height: auto;
  }
  .header-area .main-nav .nav li.has-sub:after {
    color: #3B566E;
    right: 30px;
    font-size: 14px;
    /* top: 15px; */
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}




html, body {
  font-family: var(--font-family-main);
  font-weight: 400;
  background-color:var(--bg-color-body-v1);
  font-size: 18px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}




  .text-color-v1{
    color: #1f2122;
  }

  .text-color-v2{
    color: #ffffff !important;
  }

  .bg-main-color{
    background-color: white !important;

  }

  .border-second{
 
  }

  .heading-v1{
    background-color: transparent  !important;
    border-radius: 32px !important;
    
    /* border-color: rgba(141, 187, 229, 0.3)  !important; 
    border:solid;*/
    align-content: center;
    height: 80px;
  }



  @media (min-width: 992px) {

    .li-v1{
      background-color: #049C04   !important;
      border-radius: 32px !important;
     /* border-color: rgba(141, 187, 229, 0.3)  !important; */
      border:solid;
      margin: 5px;
      display: flex;
      align-content: center;
      height: 50px;
      color:var(--text-color-t-v1) !important;
    }
    
    .li-v1:hover{
      
      background: #049C04  !important;
     /* border-color: rgba(141, 187, 229, 0.3)  !important; */
      color:var(--text-color-t-v1) !important;
      border:solid;
    }
  }

  @media (min-width: 992px) {

    .image-v1{
      max-height: 80px;
      max-width: 300px;
      line-height: 0;
      position: relative;
      background: #fbfbfb;
      opacity: 0.6;
      border: 2px solid #e8ebed;
      padding: 0px;
      margin: 6px;
      cursor: pointer;
      text-align: center;
      transition: all 0.5s ease;
      box-sizing: border-box;
    }
  }

  @media (max-width: 992px) {

    .image-v1{
      max-height: 50px;
      max-width: 150px;
      line-height: 0;
      position: relative;
      background: #fbfbfb;
      opacity: 0.6;
      border: 2px solid #e8ebed;
      padding: 0px;
      margin: 6px;
      cursor: pointer;
      text-align: center;
      transition: all 0.5s ease;
      box-sizing: border-box;
    }
  }

  

  .image-v1.active{
    
    /* border-radius: 18px; */
    opacity: 1;
  }
  
  .header-area .main-nav .logo-trigger {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 20%;
    width: 90px;
    height: 50px;
    z-index: 99;
    left: 20px;
    display: none;
  }

  .background-header .main-nav .logo-trigger {
    top: 20%;
  }


  .header-area .main-nav .logo-trigger span {
    top: 20%;
  }



  .header-area .logo-trigger {
    display: block !important;
  }
    
  .background-header .main-nav .logo-trigger {
    top: 15%;
  }

  .heading-section h4 {
    color: var(--color-global-v1);
    font-size: 34px;
    text-decoration: none;
  }

  .heading-section h4 em {
    color: #fff;
    font-style: normal;
    text-decoration: underline;
  }


  p {
    font-size: 15px;
    color: var( --text-color-global-v1);
    line-height: 30px;
    margin-bottom: 0px;
    font-weight: 900;
  }
      
  p {
    font-size: 15px;
    line-height: 30px;
      color: var( --text-color-global-v1);
      font-weight: 900;
  }
  .text-main {
      color: var( --text-color-global-v1);
    }
  .text-title-main{
    color: var( --text-color-t-v1);
      
  }




  .main-banner {
    background-position: center center;
    background-size: cover;
    min-height: 480px;
    border-radius: 20px;
    padding: 80px 60px;
  }



  .main-banner-edit {
      background-image: url(../assets/images/company/1/page/logo_iniciopage.jpg);
  }  

  @media (max-width: 767px) {

  }

  .main-firsphotobusiness {
      background-image: url(../assets/images/company/1/page/logo_iniciopage.jpg);
  }  


  .main-banner h4 em {
      font-style: normal;
      color: var(--color-global-v1);
  }


  .main-button a {
      font-size: 14px;
      color: var(--color-global-v1);
      background-color: #211f20;
      padding: 12px 30px;
      display: inline-block;
      border-radius: 25px;
      font-weight: 400;
      text-transform: capitalize;
      letter-spacing: 0.5px;
      transition: all .3s;
      position: relative;
      overflow: hidden;
  }

  .main-button a:hover {
      background-color: #141617;
      color: var(--color-global-v1);
  }

  .main-border-button a {
      font-size: 14px;
      color: var(--color-global-v1);
      background-color: transparent;
      border: 1px solid var(--color-global-v1);
      padding: 12px 30px;
      display: inline-block;
      border-radius: 25px;
      font-weight: 400;
      text-transform: capitalize;
      letter-spacing: 0.5px;
      transition: all .3s;
      position: relative;
      overflow: hidden;
  }

  .main-border-button a:hover {
      border-color: #141617;
      background-color: #141617;
      color: var(--color-global-v1);
  }


  .top-downloaded .text-button a {
      font-weight: 600;
      color: var(--color-global-v1);
      font-size: 15px;
  }











  .header-area .main-nav .menu-trigger.active span:before {
      -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
      -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
      -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
      transform: translateY(6px) translateX(1px) rotate(45deg);
      background-color: var(--color-global-v1);
  }

  .background-header .main-nav .menu-trigger.active span:before {
      background-color: var(--color-global-v1);
  }

  .header-area .main-nav .menu-trigger.active span:after {
      -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
      -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
      -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
      transform: translateY(-6px) translateX(1px) rotate(-45deg);
      background-color: var(--color-global-v1);
  }

  .background-header .main-nav .menu-trigger.active span:after {
      background-color: var(--color-global-v1);
  }




  .header-area .main-nav .menu-trigger span,
  .header-area .main-nav .menu-trigger span:before,
  .header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: var(--color-global-v1);
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  }

  .background-header .main-nav .menu-trigger span,
  .background-header .main-nav .menu-trigger span:before,
  .background-header .main-nav .menu-trigger span:after {
  background-color: var(--color-global-v1);
  }

  .header-area .main-nav .menu-trigger span:before,
  .header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: var(--color-global-v1);
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
  }

  .background-header .main-nav .menu-trigger span:before,
  .background-header .main-nav .menu-trigger span:after {
  background-color: var(--color-global-v1);
  }

  @media (max-width: 992px) {
      
      .header-area .main-nav .nav li:first-child {
          border-top: 1px solid #fff;
      }
  }


  .header-area .main-nav .nav li a {
      display: block;
      font-weight: 400;
      font-size:3vh;
      text-transform: capitalize;
      color: var(--text-color-t-v1);
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      border: transparent;
      padding: 1px 10px;
      border-radius: 18px;
      letter-spacing: .3px;
    }

  @media (min-width: 992px) {


      

  }


  .preloader-inner .dots span {
      display: block;
      float: left;
      width: 16px;
      height: 16px;
      margin-left: 16px;
      background: var(--color-global-v1);
      border-radius: 50%;
  }




  .preloader-inner .dot {
      position: absolute;
      width: 16px;
      height: 16px;
      top: 12px;
      left: 15px;
      background: var(--color-global-v1);
      border-radius: 50%;
      -webkit-transform: translateX(0);
      transform: translateX(0);
      -webkit-animation: dot 2.8s infinite;
      animation: dot 2.8s infinite;
  }


  .preloader-inner {
    position: relative;
    width: 142px;
    height: 40px;
    background: transparent;
  }
  
  .preloader-inner .dots {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    -webkit-animation: dots 2.8s infinite;
    animation: dots 2.8s infinite;
  }
  


  ::selection {
      background: var(--color-global-v1);
      color: #ffffff;
  }

  ::-moz-selection {
      background: var(--color-global-v1);
      color: #ffffff;
  }



  .main-profile .main-info span {
      font-size: 14px;
      color: #000000;
      background-color: var(--color-global-v1);
      padding: 8px 20px;
      display: inline-block;
      border-radius: 25px;
      font-weight: 400;
      text-transform: capitalize;
      letter-spacing: 0.5px;
      margin-bottom: 15px;

  }






  /*        NAV MAIN MOBILE*/



  @media (max-width: 992px) {
          
      .header-area .main-nav .nav li {
          width: 100%;
          background: #fff;
          border-bottom: 1px solid #fff;
          padding-left: 0px !important;
          padding-right: 0px !important;
      }
      .header-area .main-nav .nav li a {
          height: 50px !important;
          line-height: 50px !important;
          padding: 0px !important;
          border: none !important;
          background: #fff !important;
          color: var(--text-color-t-v1);
      }

  }


/* 
---------------------------------------------
CSS section-v1
--------------------------------------------- 
*/

@media (min-width: 1025px) {

  .section-v1 {
    max-width: 60%;
    margin-top: 60px;
    padding: 30px;
    border-radius: 23px;
  }
}

/* 
---------------------------------------------
CSS general Style
--------------------------------------------- 
*/
@media (max-width: 992px) {
  
.imagebgsection-v1 { 
  /* 
  background-image: url("../assets//images/cssimages/bgst.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
 */
}
}


@media (min-width: 992px) {
  /* 
  .general-library {
    background-image: url("../assets//images/cssimages/bgst.png");
    background-repeat: round;
    background-size: cover;
    position: relative;
  } */
}


  /* 

.general-library {
  margin-top: 60px;
  padding: 30px;
  border-radius: 23px;
}
  } */

.general-library .item {
  border-bottom: 1px solid #27292a;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.general-library .last-item {
  margin-bottom: 30px;
}

.profile-library .last-item {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.general-library .item ul li {
  margin-top: 15px;
}

.general-library .item ul li img {
  margin-top: -30px;
}

.general-library .item ul li {
  display: inline-block;
  width: 17%;
}
 
.general-library .item ul li h4 {
  font-size: 15px;
  margin-bottom: 5px;
}


.general-library .main-button {
  text-align: center;
  margin-bottom: -53px;
}


  /*        foot section*/


.food_section .filters_menu {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    list-style-type: none;
    margin: 45px 0 20px 0;
  }
  
  .food_section .filters_menu li {
    padding: 7px 25px;
    cursor: pointer;
    border-radius: 25px;
  }
  
  .food_section .filters_menu li.active {
    background-color: #242729;
    color: var(--color-global-v1);
  }
  
  .food_section .box {
    position: relative;
    margin-top: 25px;
    background-color: #242729;
    border-radius: 10px;
    color: var(--color-global-v1);
    border-radius: 15px;
    overflow: hidden;
    background: linear-gradient(to bottom, #f1f2f3 25px, #222831 25px);
  }
  
  .food_section .box .img-box {
    background: #242729;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 215px;
    border-radius: 0 0 0 45px;
    margin: -1px;
    padding: 25px;
  }
  
  .food_section .box .img-box img {
    max-width: 100%;
    max-height: 145px;
    -webkit-transition: all .2s;
    transition: all .2s;
  }
  
  .food_section .box .detail-box {
    padding: 25px;
  }
  
  .food_section .box .detail-box h5 {
    font-weight: 600;
  }
  
  .food_section .box .detail-box p {
    font-size: 15px;
  }
  
  .food_section .box .detail-box h6 {
    margin-top: 10px;
  }
  
  .food_section .box .options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  .food_section .box .options a {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #242729;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .food_section .box .options a svg {
    width: 18px;
    height: auto;
    fill: #ffffff;
  }
  
  .food_section .box:hover .img-box img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  
  .food_section .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 45px;
  }
  
  .food_section .btn-box a {
    display: inline-block;
    padding: 10px 55px;
    background-color: #fff;
    color: #242729;
    border-radius: 45px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: none;
  }
  
  .food_section .btn-box a:hover {
    background-color: #fff;
  }
  
    

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
    background: url("../img/about-bg.jpg") center center;
    background-size: cover;
    position: relative;
    padding: 80px 0;
}
  
  .about:before {
    content: "";
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
  }
  
  .about .content h3 {
    font-weight: 600;
    font-size: 26px;
  }
  
  .about .content ul {
    list-style: none;
    padding: 0;
  }
  
  .about .content ul li {
    padding-bottom: 10px;
  }
  
  .about .content ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #cda45e;
  }
  
  .about .content p:last-child {
    margin-bottom: 0;
  }
  
  @media (min-width: 1024px) {
    .about {
      background-attachment: fixed;
    }
  }


    .about .about-img {
        position: relative;
        transition: .5s;
    }
  
  .about .about-img img {
    max-width: 100%;
    border: 4px solid rgba(255, 255, 255, 0.2);
    position: relative;
  }
  
  .about .about-img::before {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 60px;
    height: 60px;
    z-index: 1;
    content: '';
    border-left: 5px solid #cda45e;
    border-top: 5px solid #cda45e;
    transition: .5s;
  }
  
  .about .about-img::after {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 60px;
    height: 60px;
    z-index: 2;
    content: '';
    border-right: 5px solid #cda45e;
    border-bottom: 5px solid #cda45e;
    transition: .5s;
  }
  
  .about .about-img:hover {
    transform: scale(1.03);
  }
  
  .about .about-img:hover::before {
    left: 10px;
    top: 10px;
  }
  
  .about .about-img:hover::after {
    right: 10px;
    bottom: 10px;
  }

  .breadcrumbs {
    padding: 15px 0;
    background: #1d1b16;
    margin-top: 110px;
  }
  
  @media (max-width: 992px) {
    .breadcrumbs {
      margin-top: 98px;
    }
  }
  .breadcrumbs h2 {
    font-size: 26px;
    font-weight: 300;
  }
  .breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
  }
  .breadcrumbs ol li + li {
    padding-left: 10px;
  }
  .breadcrumbs ol li + li::before {
    display: inline-block;
    padding-right: 10px;
    color: #37332a;
    content: "/";
  }
  @media (max-width: 768px) {
    .breadcrumbs .d-flex {
      display: block !important;
    }
    .breadcrumbs ol {
      display: block;
    }
    .breadcrumbs ol li {
      display: inline-block;
    }
  }
  .most-popular .item span {
    color: #d8d8d8;
    display: block;
    margin-top: 7px;
    font-weight: 400;
  }
  .most-popular .item ul li:first-child i {
    color: var(--color-global-v1);
  }
  .most-popular .item ul li:last-child i {
    color: var(--color-global-v1);
  }





/* -------------------------- progress bar */

  @import url("https://fonts.googleapis.com/css2?family=Orbitron&display=swap");
  *, *:before, *:after {
    box-sizing: border-box;
  }
  .range {
    position: relative;
    background-color: #18fb3e;
    width: 300px;
    height: 30px;
    transform: skew(-30deg);
    font-family: "Orbitron", monospace;
  }
  .range:before {
    --width: calc(var(--p) * 1%);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgb(7, 176, 7);
    z-index: 0;
    -webkit-animation: load 0.5s forwards linear, glitch 4s infinite linear;
            animation: load 0.5s forwards linear, glitch 4s infinite linear;
  }
  .range:after {
    --width: calc(var(--p) * 1%);
    counter-reset: progress var(--p);
    content: counter(progress) "%";
    font-weight: 1000 !important;
    font-size: 21px;
    letter-spacing: 3px !important;
    text-align: center;
    color: #ffffff;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%) skewX(-10deg);
    
    -webkit-animation: load 0.8s forwards linear ;
            animation: load 0.8s forwards linear ;
    z-index: 1;
  }
  .range__label {
    transform: skew(30deg) translateY(-100%);
    line-height: 1.5;
  }
  @-webkit-keyframes load {
    to {
      width: var(--width);
    }
  }
  @keyframes load {
    to {
      width: var(--width);
    }
  }
  @-webkit-keyframes glitch {
    0%, 5% {
      transform: translate(0, 0);
    }
    1% {
      transform: translate(-5%, -10%);
    }
    2% {
      transform: translate(10%, 30%);
    }
    3% {
      transform: translate(-43%, 10%);
    }
    4% {
      transform: translate(2%, -23%);
    }
  }
  @keyframes glitch {
    0%, 5% {
      transform: translate(0, 0);
    }
    1% {
      transform: translate(-5%, -10%);
    }
    2% {
      transform: translate(10%, 30%);
    }
    3% {
      transform: translate(-43%, 10%);
    }
    4% {
      transform: translate(2%, -23%);
    }
  }






/* STYLE TITLE v1 */



:root {
  --gold: #ffffff;
  --light-shadow: #ffffff;
  --dark-shadow: #049C04 ;

 


}
.fontstyle-v1 {
  display: grid;
  grid-template-areas: 'overlap';
  place-content: center;
  text-transform: uppercase;
  height: 5vh;
}
.fontstyle-v1 > span {
  background-clip: text;  
  -webkit-background-clip: text;
  color: #049C04 ;
  src: url('TechnaSans-Regular.woff2') format('woff2'),
  url('TechnaSans-Regular.woff') format('woff');
  font-family: 'Techna Sans';
  font-weight: 900;
  font-size: clamp( 1em, 3vw, 3rem);
  grid-area: overlap;
  letter-spacing: 1px;
  -webkit-text-stroke: 4px transparent;
}
span.sub1fontstyle-v1 {
  background-image: repeating-linear-gradient( 105deg, 
    var(--gold) 0% , 
    var(--dark-shadow) 5%,
    var(--gold) 12%);
  color: transparent;
  filter: drop-shadow(5px 15px 15px var(--dark-shadow));
  transform: scaleY(1.05);
  transform-origin: top;
}
span.sub2fontstyle-v1{
  background-image: repeating-linear-gradient( 5deg,  
    var(--gold) 0% , 
    var(--light-shadow) 23%, 
    var(--gold) 31%);
  color: #049C04 ;
  transform: scale(1);
}




/* STYLE TITLE v2 */

:root {

  
  --colorv2-1: rgb(255, 255, 255);
  --colorv2-2: #ffffff;
  --colorv2-3: #049C04 ;

}

.fontstyle-v2 {
  display: grid;
  grid-template-areas: 'overlap';
  place-content: center;
  text-transform: uppercase;
  height: 5vh;
}

.fontstyle-v2 > span {
  background-clip: text;  
  -webkit-background-clip: text;
  color: #049C04 ;
  
  src: url('TechnaSans-Regular.woff2') format('woff2'),
  url('TechnaSans-Regular.woff') format('woff');
  font-family: 'Techna Sans';

  font-weight: 900;
  font-size: clamp( 1em, 3vw, 3rem);
  grid-area: overlap;
  letter-spacing: 1px;
  -webkit-text-stroke: 4px transparent;
}

span.sub1fontstyle-v2 {
  background-image: repeating-linear-gradient( 105deg, 
    var(--colorv2-1) 0% , 
    var(--colorv2-3) 5%,
    var(--colorv2-1) 12%);
  color: transparent;
  filter: drop-shadow(5px 15px 15px #049C04 );
  transform: scaleY(1.05);
  transform-origin: top;
}
span.sub2fontstyle-v2{
  background-image: repeating-linear-gradient( 5deg,  
    var(--colorv2-1) 0% , 
    var(--colorv2-2) 23%, 
    var(--colorv2-1) 31%);
  color: #049C04 ;
  transform: scale(1);
}



/* STYLE TITLE v3 */

:root {

  
  --colorv2-1: rgb(255, 255, 255);
  --colorv2-2: #ffffff;
  --colorv2-3: #049C04 ;

}

.fontstyle-v3 {
  display: grid;
  grid-template-areas: 'overlap';
  place-content: center;
  text-transform: uppercase;
  height: 5vh;
}

.fontstyle-v3 > span {
  background-clip: text;  
  -webkit-background-clip: text;
  color: #049C04 ;
  font-family: 'Techna Sans';

  font-weight: 900;
  font-size: clamp( 1em, 1vw, 1rem);
  grid-area: overlap;
  letter-spacing: 1px;
  -webkit-text-stroke: 4px transparent;
}

span.sub1fontstyle-v3 {
  background-image: repeating-linear-gradient( 105deg, 
    var(--colorv2-1) 0% , 
    var(--colorv2-3) 5%,
    var(--colorv2-1) 12%);
  color: transparent;
  filter: drop-shadow(5px 15px 15px #049C04 );
  transform: scaleY(1.05);
  transform-origin: top;
}
span.sub2fontstyle-v3{
  background-image: repeating-linear-gradient( 5deg,  
    var(--colorv2-1) 0% , 
    var(--colorv2-2) 23%, 
    var(--colorv2-1) 31%);
  color: #049C04 ;
  transform: scale(1);
}




/* STYLE TITLE v4 */

.fontstyle-v4 {
  display: grid;
  grid-template-areas: 'overlap';
  place-content: center;
  text-transform: uppercase;
  align-content: space-around ;
}

.fontstyle-v4 > span {
  background-clip: text;  
  -webkit-background-clip: text;
  color: #049C04 ;
  font-family: 'Techna Sans';

  font-weight: 900;
  font-size: clamp( 1.1em, 1vw, 1rem);
  grid-area: overlap;
  letter-spacing: 1px;
  -webkit-text-stroke: 4px transparent;
}

span.sub1fontstyle-v4 {
  background-image: repeating-linear-gradient( 105deg, 
    var(--colorv2-1) 0% , 
    var(--colorv2-3) 5%,
    var(--colorv2-1) 12%);
  color: transparent;
  filter: drop-shadow(5px 15px 15px #049C04 );
  transform: scaleY(1.05);
  transform-origin: top;
}
span.sub2fontstyle-v4{
  background-image: repeating-linear-gradient( 5deg,  
    var(--colorv2-1) 0% , 
    var(--colorv2-2) 23%, 
    var(--colorv2-1) 31%);
  color: #049C04 ;
  transform: scale(1);
}


/* STYLE TITLE v5 */



:root {
  --goldv5: #fff;
  --light-shadowv5: #fff;
  --dark-shadowv5: #049C04 ;

 


}
.fontstyle-v5 {
  display: grid;
  grid-template-areas: 'overlap';
  place-content: center;
  text-transform: uppercase;
  height: 5vh;
}
.fontstyle-v5 > span {
  background-clip: text;  
  -webkit-background-clip: text;
  color: #049C04 ;
  font-family: 'Poppins', sans-serif;
  font-weight: 900;
  font-size: clamp( 1em, 2vw, 2rem);
  grid-area: overlap;
  letter-spacing: 1px;
  -webkit-text-stroke: 4px transparent;
}
span.sub1fontstyle-v5 {
  background-image: repeating-linear-gradient( 105deg, 
    var(--goldv5) 0% , 
    var(--dark-shadowv5) 5%,
    var(--goldv5) 12%);
  color: transparent;
  filter: drop-shadow(5px 15px 15px var(--dark-shadowv5));
  transform: scaleY(1.05);
  transform-origin: top;
}
span.sub2fontstyle-v5{
  background-image: repeating-linear-gradient( 5deg,  
    var(--goldv5) 0% , 
    var(--light-shadowv5) 23%, 
    var(--goldv5) 31%);
  color: #049C04 ;
  transform: scale(1);
}






/* STYLE TITLE v6 */



:root {
  --colorstv6: #fff;
  --color2stv6: #fff;
  --color3stv6: #049C04 ;
  --color4stv6: #049C04 ;
}
.fontstyle-v6 {
  display: grid;
  grid-template-areas: 'overlap';
}
.fontstyle-v6 > span {
  background-clip: text;  
  -webkit-background-clip: text;
  color: var(--color4stv6);
  font-family: 'Poppins', sans-serif;
  font-weight: 900;
  font-size: clamp( 0.8em, 1vw, 1rem);
  grid-area: overlap;
  letter-spacing: 0px;
  -webkit-text-stroke: 3px transparent;
}
span.sub1fontstyle-v6 {
  background-image: repeating-linear-gradient( 105deg, 
    var(--colorstv6) 0% , 
    var(--color3stv6) 5%,
    var(--colorstv6) 8%);
  color: transparent;
  filter: drop-shadow(5px 10px 10px rgb(67, 67, 67));
  transform: scaleY(1.05);
  transform-origin: top;
}
span.sub2fontstyle-v6{
  background-image: repeating-linear-gradient( 5deg,  
    var(--colorstv6) 0% , 
    var(--color2stv6) 1%, 
    var(--colorstv6) 1%);
  color: var(--color4stv6);
  transform: scale(1);
}




/* STYLE TITLE v7 sorteos no disponibles */



:root {
  --colorstv7: #fff;
  --color2stv7: #fff;
  --color3stv7: #049C04 ;
  --color4stv7: #049C04 ;
}
.fontstyle-v7 {
  display: grid;
  grid-template-areas: 'overlap';
}
.fontstyle-v7 > span {
  background-clip: text;  
  -webkit-background-clip: text;
  color: var(--color4stv7);
  font-family: 'Poppins', sans-serif;
  font-weight: 900;
  font-size: clamp( 1.5em, 3vw,  2rem);
  grid-area: overlap;
  letter-spacing: 0px;
  -webkit-text-stroke: 3px transparent;
}
span.sub1fontstyle-v7 {
  background-image: repeating-linear-gradient( 105deg, 
    var(--colorstv7) 0% , 
    var(--color3stv7) 5%,
    var(--colorstv7) 8%);
  color: transparent;
  filter: drop-shadow(5px 10px 10px rgb(67, 67, 67));
  transform: scaleY(1.05);
  transform-origin: top;
}
span.sub2fontstyle-v7{
  background-image: repeating-linear-gradient( 5deg,  
    var(--colorstv7) 0% , 
    var(--color2stv7) 1%, 
    var(--colorstv7) 1%);
  color: var(--color4stv7);
  transform: scale(1);
}


/* input v1 */




.inp-border{
	padding: 5px;

	margin: 2vh 1vh;
	border-radius: 67px;
  
}

input{
	font-size: 17px;
}

.input{
  text-align:center;
	padding: 15px;
	outline: none;
	border:double 0;
	background: #1e1e1e;
	border-radius: 67px;
	position: relative;
	box-sizing: border-box;
	display: block;
  width: 100%;
}



/* input v1 */




.inp-border-v2{
	padding: 2.5px;
	border-radius: 67px;
  
}


.input-v2{
  text-align:center;
	padding: 15px;
	outline: none;
	border:double 0;
	background: #ffffff;
	color: #000;
	border-radius: 67px;
	position: relative;
	box-sizing: border-box;
	display: block;
  width: 100%;
}



/*
.a1{
  background: linear-gradient(330.28deg,#FF6E1D  100%,#FF6E1D  100%,#FF6E1D  100%);
  
}
.a1 >input{
  color: #FF6E1D;
}
.a1 >input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ /
  color: #FF6E1D;
  opacity: 0.6; /* Firefox /
}
.a2{
   background: linear-gradient(330.28deg,#2CFFF2  100%,#2CFFF2  100%,#2CFFF2  100%);
}
.a2 >input{
  color: #2CFFF2;
}
.a2 >input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ /
  color: #2CFFF2;
  opacity: 0.6; /* Firefox /
}
.a3{
  background: linear-gradient(330.28deg,#FF54A6  100%,#FF54A6  100%,#FF54A6  100%);
}
.a3 >input{
  color: #FF54A6;
}
.a3 >input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ /
  color: #FF54A6;
  opacity: 0.6; /* Firefox /
}

*/
.a4{
  	background: linear-gradient(330.28deg,#049C04   100%,#049C04   100%,#049C04   100%);
}
.a4 > input{
 color:#000000;
}
.a4 >input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000000;
  opacity: 0.4; /* Firefox */
}
.inp-border:focus-within{
		background: linear-gradient(330.28deg,#cecaca       0%, #aca7a7  30.73%, #049C04   55.73%, #049C04        79.17%, #049C04   100%);
}
.inp-border:hover{
		background: linear-gradient(330.28deg,#cecaca       0%, #aca7a7  30.73%, #049C04   55.73%, #049C04        79.17%, #049C04   100%);
}



/* button v1 */

.glow-on-Active {
  color: var(--text-glowonhover-v1) !important;
}

.glow-on-hover , .glow-on-Active:after {
  background: transparent !important;
}

@media only screen and (hover: none) and (pointer: coarse){

  /* Regular CSS rules here*/
  
} 

@media (min-width: 991px) {
   
.glow-on-hover:hover:after {
  background: transparent !important;
} 
.glow-on-hover:hover { 
    color: var(--text-glowonhover-v1) !important;;
    background: transparent !important;

}
  .glow-on-hover {
    min-width: 12%;
    height: 50px;
    border: none;
    outline: none;
    color: var(--text-glowonhover-v1);
    background: var(--bg-glowonhover-v1);
    cursor: pointer;
    position: relative;
    z-index: 0;
    margin-bottom: 4px;
    border-radius: 10px;
  }
  
.glow-on-hover-v2:hover:after {
  background: transparent !important;
} 
.glow-on-hover-v2:hover { 
    color: var(--text-glowonhover-v1) !important;;
    background: transparent !important;

}
  .glow-on-hover-v2 {
    min-width: 12%;
    height: 50px;
    border: none;
    outline: none;
    color: var(--text-glowonhover-v1);
    background: var(--bg-glowonhover-v1);
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
  }
}

@media (min-width: 768px ) and (max-width: 991px)  {
  
  .glow-on-hover {
    min-width: 15%;
    height: 50px;
    border: none;
    outline: none;
    color: var(--text-glowonhover-v1);
    background: var(--bg-glowonhover-v1);
    cursor: pointer;
    position: relative;
    margin-bottom: 4px;
    z-index: 0;
    border-radius: 10px;
  }
  .glow-on-hover-v2 {
    min-width: 15%;
    height: 50px;
    border: none;
    outline: none;
    color: var(--text-glowonhover-v1);
    background: var(--bg-glowonhover-v1);
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
  }
}

@media (min-width: 528px ) and (max-width: 768px)  {
  
  .glow-on-hover {
    min-width: 22%;
    height: 50px;
    border: none;
    outline: none;
    color: var(--text-glowonhover-v1);
    background: var(--bg-glowonhover-v1);
    margin-bottom: 4px;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
  }
  
  .glow-on-hover-v2 {
    min-width: 22%;
    height: 50px;
    border: none;
    outline: none;
    color: var(--text-glowonhover-v1);
    background: var(--bg-glowonhover-v1);
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
  }
}

@media (max-width: 528px) {
  
  .glow-on-hover {
    min-width: 30%;
    height: 50px;
    border: none;
    outline: none;
    color: var(--text-glowonhover-v1);
    background: var(--bg-glowonhover-v1);
    cursor: pointer;
    position: relative;
    margin-bottom: 4px;
    z-index: 0;
    border-radius: 10px;
  }
  .glow-on-hover-v2 {
    min-width: 30%;
    height: 50px;
    border: none;
    outline: none;
    color: var(--text-glowonhover-v1);
    background: var(--bg-glowonhover-v1);
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
  }
}

.glow-on-hover:before {
  content: '';
  background: linear-gradient(45deg, #049C04 , #049C04 , #049C04 , #049C04 , #049C04 , #049C04 , #049C04 , #049C04 , #049C04 );
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  height: 100%;
  width: 100%;
  transition: opacity .3s ease-in-out;
  border-radius: 10px;
  /*animation: glowing 20s linear infinite; */
}

.glow-on-hover-v2:before {
  content: '';
  position: absolute;
  top: -2px;
  left:-2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  transition: opacity .3s ease-in-out;
  border-radius: 10px;
  /*animation: glowing 20s linear infinite; */
}
.glow-on-hover:active {
  color: #fff;
}

.glow-on-hover:active:after {
  background: transparent;
}

.glow-on-hover:hover:before {
  opacity: 1;
}

.glow-on-hover:after {
  z-index: -1;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--bg-glowonhover-v1);
  left: 0;
  top: 0;
  border-radius: 10px;
}

@keyframes glowing {
  0% { background-position: 0 0; }
  50% { background-position: 400% 0; }
  100% { background-position: 0 0; }
}



/* scrollbar overflow v1 */


.overflowscroll-v1 {
  border-radius: 10px;
  float: left;
  min-height: 90px;
  max-height: 300px;
  overflow-y: auto;
  width: 100%;
}

.force-overflow {
  min-height: 450px;
}

.overflowscroll-v1::-webkit-scrollbar-track {
  border: 1px solid var(--color-global-v1);
  border-radius: 50%;
  padding: 2px 0;
  background-color: #ffffff;
}

.overflowscroll-v1::-webkit-scrollbar {
  width: 10px;
}

.overflowscroll-v1::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: var(--color-global-v1);
  border: 1px solid var(--color-global-v1);
}


/*  ------------------------------------ number imput increment v-1 */





input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.number-input-v1 {
  display: inline-flex;
  
}
.number-input-v1,
.number-input-v1 * {
  box-sizing: border-box;
}
.number-input-v1 button {
  outline:none;
  -webkit-appearance: none;
  background: #049C04 ;
  border: none;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  margin: 2%;
  position: relative;
}
.number-input-v1 button:before,
.number-input-v1 button:after {
  display: inline-block;
  position: absolute;
  content: '';
  width: 1rem;
  height: 2px;
  background-color: white;
  transform: translate(-50%, -50%);
}
.number-input-v1 button.plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.number-input-v1 input[type=number] {
  font-family: sans-serif;
  border: solid;
  border-radius: 10%;
  max-width: 4.5rem;
  padding: 0.5rem;
  border-color: #b7d2b4;
  background-color: #ccffc775 !important;
  color: #049C04 !important;
  font-size: 2rem;
  height: 4.5rem;
  font-weight: bold;
  text-align: center;
}
/* ------------------------------------------ invalid-feedback v-1 */

.invalid-feedback-v1{
  background-color: rgb(255, 0, 0);
  width:100%;
  margin-top:.25rem;
  font-size:.875em;
  color:#ffffff;
  border-radius: 35px;
}

/* ------------------------------------------ badge v-1 */

.badge-v1{
  margin-bottom: 1% !important;
  margin-right: 1% !important;
  max-width: 15% !important;
}
.badge-v1:active{
  background-color: #ff0000 !important;
  color: #fff !important;
  border-color: #ff0000;
}
@media (min-width: 991px) {
  .badge-v1:hover{
    background-color: #ff0000 !important;
    color: #fff !important;
    border-color: #ff0000;
  }
}
@media (max-width: 991px) {
  .badge-v1:hover{
    border:none !important;
  }

}


/* ------------------------------------------ badge v-2 */

.badge-aprob{
  margin-bottom: 1% !important;
  margin-right: 1% !important;
}

/* ------------------------------------------ text-bg v-1 */


.text-bg-v1{

  background-color: #049C04  !important;
  color: #fff !important;

}




/* ------------------------------------------ text-bg v-1 */


.text-bg-aprob{

  background-color: #0eff32 !important;
  color: #fff !important;

}


/* ------------------------------------------ badge v-3 */

.badge-v3{
  background-color: #fff !important;
  color: var(--color-global-v1);
  border-radius: 15%;
  margin-bottom: 1% !important;
  margin-right: 1% !important;
  min-width: 20% !important;
}




/* ------------------------------------------ Verificador v-1 */

.card-box-v1 {
  border-radius: 30px;
  border: solid;
  border-color: linear-gradient(330.28deg,#cecaca       0%, #aca7a7  30.73%, #878383  55.73%, #636060       79.17%, #4a4848  100%);

  background-image: url("../assets/images/verificador/fondo-card1.png");
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: darken;
  

  max-height: 350px;
  max-width: 350px;
}

/* ticket-v1 */




.ticket {
  width: 300px;
  background-color:rgb(184, 152, 98);
  margin: 25px auto;
  position: relative;
}

.holes-top {
  height: 45px;
  width: 50px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  top: -25px;
}
.holes-top:before, .holes-top:after {
  content: "";
  height: 50px;
  width: 50px;
  background-color: white;
  position: absolute;
  border-radius: 50%;
}
.holes-top:before {
  left: -150px;
}
.holes-top:after {
  left: 150px;
}

.holes-lower {
  position: relative;
  margin: 25px;
  border: 1px dashed white;
}
.holes-lower:before, .holes-lower:after {
  content: "";
  height: 50px;
  width: 50px;
  background-color: white;
  position: absolute;
  border-radius: 50%;
}
.holes-lower:before {
  top: -25px;
  left: -78px;
}
.holes-lower:after {
  top: -25px;
  left: 250px;
}


.bigger {
  font-size: 48px;
}

.serial {
  padding-top:5px;
  padding-bottom:25px;
  padding-left:25px;
  padding-right:25px;
}
.serial table {
  border-collapse: collapse;
  margin: 0 auto;
}
.serial td {
  width: 3px;
  height: 50px;
}

.numbers td {
  font-size: 16px;
  text-align: center;
}










/* footer */


.footer {
  background-color: #049C04;
  color: white;
  padding: 15px 20px;
  margin: 0 auto;
}

.ticket-info {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 40px;
  line-height: 1.4;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  margin: 40px 0;
}

.social-section {
  text-align: center;
}

.social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}

.social-icon {
  width: 40px;
  height: 40px;
  border: 2px solid white;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: all 0.3s ease;
}

.social-icon:hover {
  background-color: white;
  color: #4CAF50;
}

.instagram-icon::before {
  content: "📷";
}

.tiktok-icon::before {
  content: "🎵";
}

.brand-name {
  font-size: 24px;
  font-weight: 600;
}

.contact-info {
  font-size: 16px;
  margin: 15px 0;
  text-align: left;
}

.contact-email {
  color: white;
  text-decoration: none;
}

.contact-email:hover {
  text-decoration: underline;
}

.location {
  font-size: 16px;
  margin: 15px 0;
  text-align: left;
}

.footer-bottom {
  margin-top: 40px;
  font-size: 14px;
  line-height: 1.6;
}

.copyright {
  margin-bottom: 15px;
}

.links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}

.footer-link {
  color: white;
  text-decoration: none;
  font-weight: 700;
}

.footer-link:hover {
  text-decoration: underline;
}

.separator {
  color: white;
  font-size: 16px;
}

@media (max-width: 768px) {
  .footer {
      padding: 15px 15px;
  }

  .ticket-info {
      font-size: 16px;
  }

  .brand-name {
      font-size: 20px;
  }
}