/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

*
{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    --color-line-menu: #588157;
    --color-invalid: #e5861f;
}

html{
    scroll-behavior: smooth;   
}
body
{
    height: 100vh;
    font-family: 'Poppins';
}
/* width */
::-webkit-scrollbar {
    width: 10px;
    background-color: white;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #0f5289; 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: green; 
    cursor: -webkit-grab; 
    cursor: grab;
  }
.container::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}
.product-body{
    -ms-scroll-snap-type: none;
        scroll-snap-type: none;
}
.contact-social{
    background-color: #0f5289;
    border-radius: 12px;
}
.contact-info{
    width: 600px;
    display: flex;
    flex-direction: column;
}
.contact-info a{
    color: #2c2c2c;
}
.img-social{
    height: 24px;
    width: 24px;
    margin: 10px 10px;
}
form{
    width: 400px;
}
p{
    color: gray;
    text-align: justify;
    font-weight: 500;
    font-size: 16px;
}
.whatsapp-products{
    height: 24px;
    width: 24px;
    margin-right: 4px;
    background-image: url(../assets/svg/whatsapp.svg);
}
.whatsapp{
    position: fixed;
    overflow: hidden;
    bottom: 80px;
    right: 10px;
    height: 120px;
    width: 120px;
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 11;
    align-items: center;  
    padding: 24px 10px;  
    border-radius: 60px;
    box-shadow: 1px 1px 30px gray; 
    background-color: white; 
  }
  .whatsapp h2{
    width: 300px;
    color: #2c2c2c;
    text-align: center;
  }
  .whatsapp p{
    width: 300px;
    color: #2c2c2c;
    text-align: center;
  }
  .whatsapp .col{
    border-radius: 60px;
  }
  .whatsapp .col:hover{
    cursor: pointer;  
  }
  .closecontact{
    margin-left: auto;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 24px;
    padding: auto;
    border-radius: 20px;
  }
  .closecontact:hover{
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
    cursor: pointer;
    color: white;
    background-color: #0f5289;
  }
  .whatsapp-write-me{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: white;
    color: #2c2c2c;
    border-radius: 10px;
    height: auto;
    width: 320px;
    padding: 10px;
    margin-left: 10px;
    overflow: hidden;
    align-items: flex-end;
    justify-content: end;
  }
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
  
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
  
    /* Support for IE. */
    -webkit-font-feature-settings: 'liga';
            font-feature-settings: 'liga';
  }
  /* Rules for sizing the icon. */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/* Rules for using icons as black on a light background. */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }
.loader{
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0%;
    left: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100vh;
    width: 100%;
    background-color: white;
    z-index: 4;
}
.aprproved{
    width: auto;
    text-align: center;
}
.loader-fade{
    top: 0%;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
    -webkit-animation-name: loader-fade-animation;
            animation-name: loader-fade-animation;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}
@-webkit-keyframes loader-fade-animation {
    0%{top: 0%; display: -webkit-box; display: flex;}
    
    100%{top: -100vh; display: none;}
}
@keyframes loader-fade-animation {
    0%{top: 0%; display: -webkit-box; display: -ms-flexbox; display: flex;}
    
    100%{top: -100vh; display: none;}
}
.loader-swip{
    overflow: hidden;
    position: relative;
    float: right;
    height: 65px;
    padding-top: 10px;
    margin-top: -10px;
}
.loader li{
    color: #0f5289;
    display: inline-block;
    font-size: 48px;
    font-weight: bolder;
    letter-spacing: 10px;
    padding: 0px 10px;
    text-align: center;
    height: 45px;
    margin-bottom: 45px;
    display: block;
}
.flip2 { -webkit-animation: flip2 6s cubic-bezier(0.23, 1, 0.32, 1.2) infinite; animation: flip2 6s cubic-bezier(0.23, 1, 0.32, 1.2) infinite; }
.flip3 { -webkit-animation: flip3 8s cubic-bezier(0.23, 1, 0.32, 1.2) infinite; animation: flip3 8s cubic-bezier(0.23, 1, 0.32, 1.2) infinite; }
.flip4 { -webkit-animation: flip4 10s cubic-bezier(0.23, 1, 0.32, 1.2) infinite; animation: flip4 10s cubic-bezier(0.23, 1, 0.32, 1.2) infinite; }
@-webkit-keyframes flip2 {
    0% { margin-top: -180px; }
    5% { margin-top: -90px;  }
    50% { margin-top: -90px; }
    55% { margin-top: 0px; }
    99.99% { margin-top: 0px; }
    100% { margin-top: -270px; }
}
@keyframes flip2 {
    0% { margin-top: -180px; }
    5% { margin-top: -90px;  }
    50% { margin-top: -90px; }
    55% { margin-top: 0px; }
    99.99% { margin-top: 0px; }
    100% { margin-top: -270px; }
}
@-webkit-keyframes flip3 {
    0% { margin-top: -270px; }
    5% { margin-top: -180px; }
    33% { margin-top: -180px; }
    38% { margin-top: -90px; }
    66% { margin-top: -90px; }
    71% { margin-top: 0px; }
    99.99% { margin-top: 0px; }
    100% { margin-top: -270px; }
}
@keyframes flip3 {
    0% { margin-top: -270px; }
    5% { margin-top: -180px; }
    33% { margin-top: -180px; }
    38% { margin-top: -90px; }
    66% { margin-top: -90px; }
    71% { margin-top: 0px; }
    99.99% { margin-top: 0px; }
    100% { margin-top: -270px; }
}
@-webkit-keyframes flip4 {
    0% { margin-top: -360px; }
    5% { margin-top: -270px; }
    25% { margin-top: -270px; }
    30% { margin-top: -180px; }
    50% { margin-top: -180px; }
    55% { margin-top: -90px; }
    75% { margin-top: -90px; }
    80% { margin-top: 0px; }
    99.99% { margin-top: 0px; }
    100% { margin-top: -270px; }
}
@keyframes flip4 {
    0% { margin-top: -360px; }
    5% { margin-top: -270px; }
    25% { margin-top: -270px; }
    30% { margin-top: -180px; }
    50% { margin-top: -180px; }
    55% { margin-top: -90px; }
    75% { margin-top: -90px; }
    80% { margin-top: 0px; }
    99.99% { margin-top: 0px; }
    100% { margin-top: -270px; }
}
.loader-title{
    color: #0f5289;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    font-size: 64px;
    font-weight: bolder;
}
.loader-text{
    color: #0f5289;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    font-size: 48px;
    font-weight: bolder;
    opacity: 0;
    letter-spacing: 6px;
    -webkit-animation: loader-text-animation 3s infinite alternate;
            animation: loader-text-animation 3s infinite alternate;
}
@-webkit-keyframes loader-text-animation {
    from{opacity: 0;}
    to{opacity: 100;}
}
@keyframes loader-text-animation {
    from{opacity: 0;}
    to{opacity: 100;}
}
.loader-text-center{
    color: #0f5289;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    font-size: 64px;
    font-weight: bolder;
    opacity: 0;
    -webkit-animation: loader-text-center-animation 2s infinite alternate;
            animation: loader-text-center-animation 2s infinite alternate;
}
@-webkit-keyframes loader-text-center-animation {
    from{opacity: 100;}
    to{opacity: 0;}
}
@keyframes loader-text-center-animation {
    from{opacity: 100;}
    to{opacity: 0;}
}
.backbutton{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 4px;
    background-color: transparent;
    border: none;
    cursor: pointer;
}
.tia{
    position: absolute;
    text-align: center;
    color: gray;
    right: 120px;
    top: 120px;
    width: 200px;
    height: 200px;
    font-size: 18px;
    z-index: 2;
  }
.infobutton{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 4px;
    background-color: transparent;
    border: none;
    cursor: pointer;
}
.footer-snap{
    scroll-snap-align: end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    
}
footer{
    width: 100%;
    height: 600px;
    margin-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    scroll-snap-align: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: white;
    padding: 100px 40px 0px 40px;
    border-radius: 25px 25px 0px 0px;
    background-color: #0f5289;
}
footer img{
    max-width: 100px;
    max-height: 100px;
}
.container-footer{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
footer p{
    color: white;
    font-size: 16px;
    font-weight: 100;
    text-align: center;
}
.footer-products{
    scroll-snap-align: none;
    height: 600px;
}
.footer-caption{
    font-size: 24px;
    width: 900px;
    height: 300px;
    margin-top: 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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center;
}
footer a{
    color: white;
    font-size: 16px;
    text-align: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 25px;
    padding: 20px;
    -webkit-filter: brightness(60%);
            filter: brightness(60%);
}
footer a:hover{
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: white;
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
}
footer h2{
    margin: 10PX;
}
footer h3{
    margin: 20px 0px;
    font-weight: 500;
    font-size: 18px;
}
.webgl{
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    height: auto;    
    outline: none;
    overflow-x: hidden;
    max-width: 100%;
    
}
.webglproducts{
    display: block;
    position: absolute;
    top: 172px;
    left: 0px;
    z-index: 0;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    max-width: 100%;
}
.section-product-webgl{
    height: 600px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-scroll-snap-type: none;
        scroll-snap-type: none;
    scroll-snap-align: none;
}
.instructions{
    width: 100%;
    position: relative;
    left: 60px;
    z-index: 1;
    margin: 10px;
    border-radius: 6px;
    padding: 0px;
    height: 110px;
    -webkit-animation: section-product-webgl-p 2s infinite alternate;
            animation: section-product-webgl-p 2s infinite alternate;
}
.to-top-button{
    display: none;
    position: fixed;
    right: 10px;
    bottom: 10px;
    border-radius: 25px;
    background-color: gray;
    border: 1px solid white;
    color: white;
    padding: 10px;
    z-index: 2;
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
}
.to-top-button:hover{
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
    background-color: #0f5289;
}
.product-3dview{
    display: none;
    width: 100px; 
    height: 100px;
    z-index: 1;
    border-radius: 200px;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: solid 4px #0f5289;
    color: #0f5289;
    font-size: 24px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding-top: 30px;
    -webkit-animation: button-rotation 1s infinite alternate;
            animation: button-rotation 1s infinite alternate;
}
.absolutecenter{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
@-webkit-keyframes button-rotation {
    from{width: 100px; height: 100px;}
    to{width: 110px; height: 110px;}
}
@keyframes button-rotation {
    from{width: 100px; height: 100px;}
    to{width: 110px; height: 110px;}
}
.product-3dview:hover{
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background-color: #0f5289;
    color: white;
    padding: 200px;
    border-radius: 200px;
}
.product-more-info{
    z-index: 9;
    border-radius: 25px;
    width: 200px;
    text-align: center;
    background-color: gray;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 10px;
}
.more-info{
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: gray;
    z-index: 2;
    border-radius: 25px;
    width: 200px;
    text-align: center;

    -webkit-transition: 0.3s;

    -o-transition: 0.3s;

    transition: 0.3s;
    padding: 10px;
}
.product-more-info:hover{
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background-color: #0f5289;
    color: white;
}
.section-product-webgl p{
    color: black;
}
@-webkit-keyframes section-product-webgl-p{
    from{padding-left: 0px;}
    to{padding-left: 10px;}
}
@keyframes section-product-webgl-p{
    from{padding-left: 0px;}
    to{padding-left: 10px;}
}
.slideshow-container {
    width: 1200px;
    height: 600px;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
  }
  .fullscreen-slider{
      width: 900px;
      height: 675px;
  }
  .slide-product {
    display: none;
    padding: auto;
  }
  .slide-product img{
    width: auto;
    height: 675px;    
    margin: auto;
  }
  .prev, .next {
    cursor: pointer;
    position: absolute;
    bottom: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    -webkit-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease;
    border-radius: 60px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-color: gray;
  }
  .fullscreen-slider-button, .exit-fullscreen-slider-button{
      display: block;    
      position: absolute;
      bottom: 0px;
      right: 0px;
      padding: 10px;
      border-radius: 25px;
      background-color: gray;
      -webkit-transition: 0.6s ease;
      -o-transition: 0.6s ease;
      transition: 0.6s ease;
  }
  .exit-fullscreen-slider-button{
      display: none;
  }
  .next {
    right: 0;
  }
  .prev:hover, .next:hover, .fullscreen-slider:hover, .exit-fullscreen-slider-button:hover, .fullscreen-slider-button:hover{
    background-color: #0f5289;
  }
  .text {
    color: white;
    text-shadow: 1px 1px 2px gray;
    font-size: 24px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
    background-color: #0f528991;
  }
  /* Number text (1/3 etc) */
  .numbertext {
    color: white;
    text-shadow: 1px 1px 2px gray;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 54px;
    width: auto;
    margin: 0 1px;
    background-color: white;
    border-radius: 4px;
    display: inline-block;
    -webkit-transition: background-color 0.6s ease;
    -o-transition: background-color 0.6s ease;
    transition: background-color 0.6s ease;
  }
  .dot img{
    height: 100%;
    width: 100%;
  }
  
  .active, .dot:hover {
    background-color: #0f5289;
  }
  
  /* Fading animation */
  .fade{
    -webkit-animation-name: fade;
    -webkit-animation-duration: 0.6s;
    animation-name: fade;
    animation-duration: 0.6s;
  }
  @-webkit-keyframes fade{
    from {opacity: 0}
    to {opacity: 1}
  }
  @keyframes fade {
    from {opacity: 0}
    to {opacity: 1}
  }
.container{
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    background-color: #0f5289;
    scroll-snap-align: center;
    padding: 20px;
    overflow-x: hidden;
}
.container-contact {
    width: 100%;
    height: 100%;
    scroll-snap-align: center;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    scroll-snap-align: center;
  }
  iframe{
    width: 100%;
    border-radius: 8px;
  }
  .container-img{
      width: 100%;
      height: 100%;
      background-image: url(../assets/images/equipment/tortilla-line-production.jpg);
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-position: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 20% 40px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 20px;
      scroll-snap-align: center;
      border-bottom: 400px;
  }
  .img-title{
      color: white;
      font-size: 36px;
      font-weight: 300;
      text-shadow: 2px 2px 5px gray;
      font-style: italic;
      font-weight: 700;
      max-width: 600px;
  }
  .container-img p{
      text-align: end;
      color: white;
      font-size: 24px;
      
  }
  img{
    -o-object-fit: scale-down;
       object-fit: scale-down;
    max-width: 100%;
    display: block;
}

h1{
    font-size: 34px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: left;
    font-weight: 700;
}
.h1-webgl{
    color: #0f5289;
    border-bottom: solid 1px;
    text-shadow: 1px 1px 1px white;
}
h2{
    text-align: center;
}
.container-product{
    padding-top: 100px;
    height: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-scroll-snap-type: none;
        scroll-snap-type: none;
    scroll-snap-align: none;
    padding-bottom: 100px;
}
.contacts-page{
    max-width: 1200px;
    margin: auto;
}
.container-product img{
    height: 100%;
    width: 100%;
}
.product-video{
    max-height: 675px;
    max-width: 1200px;
    border-radius: 6px;
}
.product-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px;
    color: #0f5289;
    font-size: 14px;
    text-align: center;
    -webkit-transition-duration: 0.4s;
         -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
    border: none;
    border-radius: 50px;
    letter-spacing: 2px;
}
.product-list:hover{
    background-color: gray;
    -webkit-transition: 00.6s;
    -o-transition: 00.6s;
    transition: 00.6s;
}
.product-list p{
    color: white;
    padding: 10px 20px 10px 20px;
}
.bottom-app-bar{
    background-color: white;
    width: 800px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 0px;
    left: 50%;
    z-index: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-radius: 10px 10px 0px 0px;
    -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
}
.menu-bar{
    width: 800px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.dividerSections{
    margin: auto;
    height: 2px;
    width: 80%;
    background-color: var(--color-line-menu);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 12px;
    text-align: start;
}
.divider{
    height: 50px;
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 12px;
    padding: 10px 0px 10px 0px;
    text-align: start;
}
.product-buttons{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-height: 40px;
}
.button-video{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 135px;
    width: 240px;
    background-color: #0f5289;
    background-image: url(../assets/images/equipment/tortilla-line-production-thumbnail-002.jpg);
    background-position: center;
    background-size: cover;
    border-radius: 4px;
    padding: 10px;
    transition: 0.2 ease-in-out;
}
.button-video div{
    height: 90px;
    width: 160px;
    background-image: url(../assets/svg/play.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: 0.2s ease-in-out;
    cursor: pointer;
}
.button-video:hover{
    padding: 0px;
    transition: 0.2s ease-in-out;
}
.button-more-information{
    color: white;
    border-style: solid;
    border-color: #0f5289;
    background-color: #0f5289;
    border-width: 1px;
    border-radius: 50px;
    padding: 10px 20px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 240px;
    height: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    margin-right: 10px;
    margin-top: 10px;
}
.button-more-information:hover{
    background-color: gray;
    border-color: #0f528900;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}
.product-container-info{
    padding: 0px 60px 0px 0px;
    max-width: 600px;
}
.center{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.product-container-info a{
    background-color: 36833a;
    border-radius: 25px;
    height: 50px;
    width: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.product-container-info a:hover{
    background-color: #0f5289;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.product-container{
    position: absolute;
    left: 40px;
    bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 1;
    padding: 10px;
    max-width: 500px;
}
.product-container p{
    color: #0f5289;
    font-weight: 700;
}
.product-header{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-bottom: 20px;
}
.product-image-container{
    width: 70%;
    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;
    padding: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.product-image-container h2{
    width: 100%;
    text-align: left;
}

.product-image{
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
    margin: 0px;
}
.titleInfo{
    font-size: 40px;
    font-weight: bold;
    z-index: 2;
    text-transform: uppercase;
}
.product-content{
    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-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 12px;
}
.category-product-description{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding: 0px 40px 10px 40px;    
    min-width: 350px;
    -webkit-box-shadow: 0px 0px 10px rgb(245, 245, 245) ;
            box-shadow: 0px 0px 10px rgb(245, 245, 245) ;
    border-radius: 10px;
    margin: auto;
    font-size: 24px;
}
.category-product-description p{    
    line-height: 2;
}
.category-product-description img{    
    border-radius: 10px;
    min-width: 350px;
    max-width: 700px;
    margin-right: 40px;
    
}
.product-description{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10px;
    padding-right: 0px;
    border-radius: 10px;
}
.product-description h3{
    padding-top: 20px;
    padding-bottom: 10px;
}
 .product-content p::before{
     content: "• ";
     color: var(--color-line-menu);
 }
.features-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: scroll;
    text-align: justify;
}
hr{
    border: 1px solid;
    margin-top: 40px;
    width: 100%;
}
li{
    list-style: none;
    padding-bottom: 10px;
}
section{
    scroll-snap-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    overflow: hidden;
    padding: 40px;
    min-height: 700px;
}
section img{
    border-radius: 10px;
}
.about{
    background-color: #0f5289;
}
.section-home{
    height: 100vh;
}
.section-div{
    padding: 100px 40px 10px 40px;
    width: 50%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    opacity: 0;
    background-color: white;
}
.section-div-animation{
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
    -webkit-animation-name: section-1-animation;
            animation-name: section-1-animation;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}
@-webkit-keyframes section-1-animation {
    from{opacity: 0; right: -400px;}
    to{opacity: 1; right: 0px;}
}
@keyframes section-1-animation {
    from{opacity: 0; right: -400px;}
    to{opacity: 1; right: 0px;}
}
.section-div-2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 1000px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    background-color: #0f5289;
    background-image: url(../assets/images/enviromental-friendly.png);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section-row-title{
    display: block;
    text-align: start;
    background-color: tomato;    
}
.section-row{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 400px 20px 100px / auto;
    grid-template-columns: 400px 100px / auto;
    grid: 100px / auto auto auto;
    padding: 10px;
    gap: 20px;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0);
}
.section-row p{
    max-width: 800px;
    color: white;
    text-shadow: 1px 1px black;
}
.section-div-2-img{
    height: 150px;
    width: 150px;
    margin: 20px;
    -o-object-fit: contain;
       object-fit: contain;
}
@-webkit-keyframes environmnetal-friendly {
    from{padding-bottom: 0px;}
    to{padding-bottom: 10px;}
}
@keyframes environmnetal-friendly {
    from{padding-bottom: 0px;}
    to{padding-bottom: 10px;}
}
.energysaving{
    padding: 100px 40px 10px 40px;
    height: auto;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    opacity: 1;
    background-image: url('../assets/images/green-city-blur.jpg');
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
.energysaving h2{
    color: white;
    box-shadow: 1px 1px 2xp white;
}
.energysaving .dividerSections{
    background-color: white;
}
.energysaving-item{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    text-align: center;    
    width: 400px;
    margin: 20px;
    padding: 10px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.7);
    min-height: 320px;
}
.energysaving-item h2, p{
    color: var(--color-line-menu);
    box-shadow: 1px 1px 2xp white;
}
.section-div-3 h2{
    color: white;
    max-width: 400px;
    margin-bottom: 20px;
}
.section-div-3 ul{
    padding-top: 10px;
}
.section-div-3 li{
    color: white;
    list-style: inside;
    padding: 0px;
}
.section-div-3 p{
    font-size: 18px;
    font-weight: 600;
    color: white;
    max-width: 400px;
    text-align: center;
    margin-bottom: 20px;
}

.section-div-animation-3{
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
    -webkit-animation-name: section-3-animation;
            animation-name: section-3-animation;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}
@-webkit-keyframes section-3-animation {
    from{opacity: 0; left: -100px;}
    to{opacity: 1; left: 0px;}
}
@keyframes section-3-animation {
    from{opacity: 0; left: -100px;}
    to{opacity: 1; left: 0px;}
}
section img{
    width: 600px;
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden;
}
.bg{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 80px;
    padding: 20px;
  }
.bg ul{
    list-style: none;
}
.show {
    background: rgb(15, 82, 137, 0.9);
    -webkit-box-shadow: 1px 0px 5px grey;
            box-shadow: 1px 0px 5px grey;
  }
  
.transition {    
    -webkit-transition: all 1s ease-in-out;
      -o-transition: all 1s ease-in-out;
      transition: all 1s ease-in-out;
  }
.down {
    top: 150px;
  }
  
.up {
    top: 1800px;
  }
nav{
    z-index: 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 10px;
    position: fixed;
    top: 0px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    
}
.social-media-menu{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 460px;
    padding-left: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-left: 2px solid white;
    color: white;
}
.social-media-menu p{
    color: white;
}
.social-media-menu h2{
    text-align: start;
    color: white;
}
.main-menu{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.nav-links{
    position: fixed;
    left: 0px;
    top: 0px;
    background-color: #0f5289fa;
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    width: 100%;
    z-index: 2;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.5s ease-in;
    transition: -webkit-transform 0.5s ease-in;
    -o-transition: transform 0.5s ease-in;
    transition: transform 0.5s ease-in;
    transition: transform 0.5s ease-in, -webkit-transform 0.5s ease-in;
    padding: 40px;
}
.nav-links-show{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.nav-links li{
    opacity: 0;
    -webkit-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
    width: 500px;
}
.nav-links li:hover{
    padding-left: 40px;
    -webkit-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}
.nav-links-a{
    color: white;
    text-decoration: none;
    letter-spacing: 4px;
    font-size: 36px;
    text-transform: uppercase;
}
.burger{
    cursor: pointer;
}
.burger div{
    width: 30px;
    height: 3px;
    background-color: var(--color-line-menu);
    margin: 5px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.drag{
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: -webkit-grab;
    cursor: grab;
    color: #0f5289;
    position: absolute;
    bottom: 60px;
    right: 60px;
    z-index: 1;
    scroll-behavior: smooth;
    -webkit-animation: buttonanimation 2s infinite alternate;
            animation: buttonanimation 2s infinite alternate;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0.9;
    text-align: center;
}
@-webkit-keyframes buttonanimation {
    from{right: 200px;}    
    to{right: 220px;}
}
@keyframes buttonanimation {
    from{right: 200px;}    
    to{right: 220px;}
}
.nav-active{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
}
@-webkit-keyframes navLinkFade {
    from{
        display: none;
        opacity: 0.0;
        -webkit-transform: translateX(-100px);
                transform: translateX(-100px);
    }
    to{
        display: block;
        opacity: 1;
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
    }
}
@keyframes navLinkFade {
    from{
        display: none;
        opacity: 0.0;
        -webkit-transform: translateX(-100px);
                transform: translateX(-100px);
    }
    to{
        display: block;
        opacity: 1;
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
    }
}
a{
    text-decoration: none;
    color: white;
}
.toggle .line1{
    -webkit-transform: rotate(-45deg) translate(-5px, 6px);
        -ms-transform: rotate(-45deg) translate(-5px, 6px);
            transform: rotate(-45deg) translate(-5px, 6px);
    background-color: var(--color-line-menu);
}
.toggle .line2{
    opacity: 0;
    background-color: rgb(255, 255, 255);
}
.toggle .line3{
    -webkit-transform: rotate(45deg) translate(-5px, -6px);
        -ms-transform: rotate(45deg) translate(-5px, -6px);
            transform: rotate(45deg) translate(-5px, -6px);
    background-color: var(--color-line-menu);
}
.contact-list-wrapper{
    padding: 50px;
  }
  .container-contact h2{
    color: #0f5289;
    font-size: 2rem;
}
  .contact-list a{
    text-decoration: none;
    padding: 10px;
    margin-right: 0px;
    border-radius: 50px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    color: #0f5289;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    
  }
  .contact-list a:hover{
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    margin-right: 0px;
    color: white;
    background-color: gray;
  }
  .contact-list p{
      color: #0f5289;
  }
.contact-list{
    width: 90%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: auto;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .w-inline-block{
      max-width:100%;
      display: inline-block;
}
  .contact-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: rgb(24, 27, 33);
  }
  .contact-item-title{
    font-size: 24px;
    text-decoration: none;
    margin-right: 10px;
  }
.contact-item-link {
    display: block;
    width: 80%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 36px;
    overflow-x: hidden;
  }
  .logo{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-transform: uppercase;
      padding: 0px 40px 0px 20px;
        
  }
  .logo-name{
      color: gray;
      padding-left: 20px;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      letter-spacing: 0px;
      font-weight: 700;
      font-family: 'Poppins', sans-serif;
      font-size: 24px;
  }
  .approved{
    color: gray;
    font-size: 16px;
    padding-left: 4px;
    margin-left: 2px;
    font-weight: 700;
  }

  .certificationlogos{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 40px;
  }

  
  
  /* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0;
    right: 0;
    background-color: #0f5289; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    z-index: 3;
  }
  .unexpanded{
    height: 70px;
  }
  .productlistmenu{
    background-color: #0f5289;
    height: 40px;
    width: 300px;
    position: absolute;
    top: 80px;    
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 3;
    border-radius: 20px;
    padding: 0px 20px 25px 15px;
    -webkit-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    overflow-y: hidden;
    cursor: pointer;
  }
  .productlistmenu h3{
    color: white;
    padding: 5px 0px 50px 0px;
    text-align: center;
    width: auto;
    height: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }  
  .productlistmenu button{
    background-color: #0f5289;
    border-radius: 40px;
    border: 2px solid white;
    height: 30px;
    width: 30px;
    color: white;
  }
  .tittlebuttons{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    color: white;
  }
  .tittlebuttons span{
    padding: 8px;
  }
  .productlistmenu a{
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 4px 0px;
  }
  .active, .productlistmenu a:hover{
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding-left: 10px;
  }
  .productlistmenu a:active{
    color: var(--color-line-menu);
  }
  
  /* The navigation menu links */
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 14px;
    color: white;
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  .disclaimer{
    margin-left: 40px;
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    font-size: 12px;
    color: gr
    ;
  }
  
  /* When you mouse over the navigation links, change their color */
  .sidenav a:hover {
    padding-left: 60px;
  }
  
  /* Position and style the close button (top right corner) */
  .sidenav .closebtn {
    position: absolute;
    top: 80px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  
  /* Style page content - use this if you want to push the page content to the right when you open the side navigation */
  #main {
    -webkit-transition: margin-left .5s;
    -o-transition: margin-left .5s;
    transition: margin-left .5s;
    padding: 20px;
  }  
  .modal{
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10; /* Sit on top */
    padding-top: 0; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
  }
  .modal-content {
    margin: auto;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 100%;
    width: 100%;
    padding: 60px;
  }
  .modal-content video{
      max-width: 100%;
      max-height: 100%;
  }
  #caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
  }

  .modal-content, #caption {
    -webkit-animation-name: zoom;
            animation-name: zoom;
    -webkit-animation-duration: 0.6s;
            animation-duration: 0.6s;
  }
  
  @-webkit-keyframes zoom {
    from {-webkit-transform:scale(0);transform:scale(0)}
    to {-webkit-transform:scale(1);transform:scale(1)}
  }
  
  @keyframes zoom {
    from {-webkit-transform:scale(0);transform:scale(0)}
    to {-webkit-transform:scale(1);transform:scale(1)}
  }

  .close {
    position: absolute;
    top: 100px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  
  .close:hover,
  .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }
  .social-menu{
      position: fixed;
      right: 0px;
      top: 50%; 
      z-index: 10;
      -webkit-transform: translate(0%, -50%);
          -ms-transform: translate(0%, -50%);
              transform: translate(0%, -50%);
      background-color: #0f528900;
  }
  .social-menu li{
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    font-size: smaller;
    padding: 0px 10px 0px 10px;
    border-radius: 40px;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  .social-menu li:hover{
      background-color: #0f5289;
  }
  .social-menu a{
      padding: 20px 10px 20px 10px;
      color: gray;
        
  }
    .social-menu a:hover{
    color: white;
}
.products{
    background-color: white;
}
.header-title{
    padding: 60px 40px 40px 40px;
    z-index: 1;
}
.header-title-section{
    padding: 60px 00px 40px 0px;
}
.header-title h1{
    padding-right: 20px;
    white-space: nowrap;
    color: black;
    border-style: none;
    font-weight: 700;
    letter-spacing: 0px;
}
.header-title a{
    color: gray;
}
.logo-name-products{
    color: gray;
    text-shadow: none;
}
.search-input{
    width: 100%;
    height: 50px;
    font-size: 16px;
    padding: 12px 20px 12px 40px;
    border: 2px solid #ddd;
    border-radius: 25px;
    margin-bottom: 12px;
  }
  .search-nav{
    font-size: 16px;
    padding: 12px 20px 12px 40px;
    border: 2px solid #ddd;
    border-radius: 25px;
    margin-bottom: 12px;
    height: 50px;
    width: 20px;
    background-image: url(../assets/svg/search.svg);
    background-repeat: no-repeat;
    padding-left:30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .textarea-contact{
    width: 100%;
    height: 200px;
    font-size: 16px;
    padding: 12px 20px 12px 40px;
    border: 4px solid #ddd;
    border-radius: 25px;
    margin-bottom: 12px;
  }
.product-section{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    scroll-snap-align: none;
    margin: 0px;
    padding: 40px;
}

.product-gallery-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: start;
}
.backgroundTortillas{
    background-image: url('../assets/images/tortilla-back-hand.jpg');
    background-position: right;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: contain;
}
.product-gallery-container a{
    
    color: black;
}
.product-card{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;    
    width: 360px;
    height: 410px;
    overflow: hidden;
    margin: 10px 10px;
    -webkit-box-shadow: 1px  1px 20px rgb(226, 226, 226);
            box-shadow: 1px  1px 20px rgb(226, 226, 226);
    border-radius: 1px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 4px;
    font-size: 22px;
    font-weight: 5500;
    padding-left: 8px;
    padding-bottom: 20px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-color: white;
    opacity: 0.0;
}
.product-card-loader{
    opacity: 1;
    color: #2c2c2c;
    margin: 20px 40px;
}
.product-card p{
    text-align: start;
    height: 50px;
    overflow: hidden;
}

@-webkit-keyframes productitemanimation {
    from{
        opacity: 0.0;
        -webkit-transform: translateY(-20px);
                transform: translateY(-20px);
    }
    to{
        opacity: 1;
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
}

@keyframes productitemanimation {
    from{
        opacity: 0.0;
        -webkit-transform: translateY(-20px);
                transform: translateY(-20px);
    }
    to{
        opacity: 1;
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
}
.related-products{
    margin: 40px 10px;
    width: 320px;
}
.product-card:hover{
    padding-left: 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: white;
    background-color: #0f5289;
}
.product-card h3{
    position: absolute;
    bottom: 0px;
    left: 10px;
}
.tortillalineproduction{
    background-image: url(../assets/images/equipment/tortilla-line-production-thumbnail.jpg);
}
.mixer{
    background-image: url(../assets/images/equipment/mixer001.jpg);
}
.mixer-sigma{
    background-image: url(../assets/images/equipment/dough-mixer-sigma-thumbnail.jpg);
}
.columnliftelevator{
    background-image: url(../assets/images/equipment/column-lift-elevator-thumbnail.jpg);
}
.roundeddivider{
    background-image: url(../assets/images/equipment/rounded-divider-thumbnail.jpg);
}
.proofer{
    background-image: url(../assets/images/equipment/proofer-thumbnail.jpg);
}
.press{
    background-image: url(../assets/images/equipment/press-thumbnail.jpg);
}
.transfer{
    background-image: url(../assets/images/equipment/transfer-thumbnail.jpg);
}
.oven{
    background-image: url(../assets/images/equipment/oven-thumbnail.jpg);
}
.tortilla-chip-oven{
    background-image: url(../assets/images/equipment/tortilla-chip-oven-thumbnail.jpg);
}
.double-corn{
    background-image: url(../assets/images/equipment/double-corn-oven-thumbnail.jpg);
}
.oven-single-pass-infrared{
    background-image: url(../assets/images/equipment/oven-single-pass-infrared-thumbnail.jpg);
}
.oven-with-plate{
    background-image: url(../assets/images/equipment/oven-with-plate-thumbnail.jpg);
}
.oven-with-sheeter-head{
    background-image: url(../assets/images/equipment/oven-with-sheeter-head-thumbnail.jpg);
}
.vacuumconveyor{
    background-image: url(../assets/images/equipment/vacuum-conveyor-thumbnail.jpg);
}
.coolingconveyor{
    background-image: url(../assets/images/equipment/cooling-conveyor-thumbnail.jpg);
}
.straightconveyor{
    background-image: url(../assets/images/equipment/conveyor-straight-thumbnail.jpg);
}
.verticalconveyor{
    background-image: url(../assets/images/equipment/vertical-conveyor-vertical.jpg);
}
.sshapeconveyor{
    background-image: url(../assets/images/equipment/s-shape-conveyor.jpg);
}
.degreesconveyor{
    background-image: url(../assets/images/equipment/90dconveyorplane-thumbnail.jpg);
}
.uturn-conveyor{
    background-image: url(../assets/images/equipment/u-turn-conveyor-thumbnail.jpg);
}
.spiral-conveyor{
    background-image: url(../assets/images/equipment/spiral-conveyor-thumbnail.jpg);
}
.z-shape-conveyor{
    background-image: url(../assets/images/equipment/spiral-conveyor-thumbnail.jpg);
}
.counterstacker{
    background-image: url(../assets/images/equipment/counter-stacker-thumbnail.jpg);
}
.visionsystem{
    background-image: url(../assets/images/equipment/vision-system-thumnail.jpg);
}
.packagesystem{
    background-image: url(../assets/images/equipment/package-system-thumbnail.jpg);
}
.tortillachipsfryer{
    background-image: url(../assets/images/equipment/tortilla-chips-fryer-thumbnail.jpg);
}
.tortillachipsfryer-continuous-fryer{
    background-image: url(../assets/images/equipment/tortilla-chips-fryer-continuous-thumbnail.jpg);
}
.tortillachipsfryer-batch-fryer{
    background-image: url(../assets/images/equipment/batch-fryer-thumbnail.jpg);
}
.tortillachipsfryer-chips-continuous{
    background-image: url(../assets/images/equipment/tortilla-chips-fryer-continuous-thumbnail.jpg);
}
.sheeterhead{
    background-image: url(../assets/images/equipment/sheetet-headas-thumbnail.jpg);
}
.comboline{
    background-image: url(../assets/images/equipment/combo-line-thumbnail.jpg);
}
.corngrinder{
    background-image: url(../assets/images/equipment/corn-grinder-thumbnail.jpg);
}
.cornwasher{
    background-image: url(../assets/images/equipment/corn-whaser-thumbnail.jpg);
}
.coockingtank{
    background-image: url(../assets/images/equipment/cooking-tank-thumbnail.jpg);
}
.masacizer{
    background-image: url(../assets/images/equipment/masacizer-thumbnail.jpg);
}
.masafeeders{
    background-image: url(../assets/images/equipment/masa-feeders-thumbnail.jpg);
}
.tortillachopper{
    background-image: url(../assets/images/equipment/tortilla-chopper-thumbnail.jpg);
}
.spiralmixer-major{
    background-image: url(../assets/images/equipment/spiral-mixer-major-thumbnail.jpg);
}
.spiralmixer-mag{
    background-image: url(../assets/images/equipment/spiral-mixer-mag-60-thumbnail.jpg);
}
.spiralmixer-fbf{
    background-image: url(../assets/images/equipment/spiral-mixers-FBF60-S-thumbnail.jpg);
}
aside{
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    padding-top: 0px;
    padding-left: 10px;
}
aside h2{
    font-weight: 500;
    margin-bottom: 20px;
    text-align: start;
}
.aside-a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: black;
    background-color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-weight: 300;
    width: 200px;
    border-radius: 25px;
}
.aside-a:hover{
    padding-left: 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background-color: #0f5289;
    color: white;
}
.row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.row-footer{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
    -webkit-box-orient: horizontal; 
    -webkit-box-direction: normal; 
        -ms-flex-direction: row; 
            flex-direction: row;
}
.social-media-menu img{
    margin: 10px;
}
.col{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.center{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.space-between{
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.block200{
    width: 300px;
    height: 300px;
    margin: 20px;
    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-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 10px 0px;
}
.footer-link{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
}
.footer-link span{
    margin-right: 10px;
}

@media screen and (max-width:1024px) {  
    
}
@media screen and (max-width:768px) {
    .webglproducts{
        top: 193px;
        left: 0px;
    }
    .section-product-webgl{
        height: 600px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        padding: 20px;
    }
    body{
        overflow-x: hidden;
    }
    .row{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .header-title{
        padding: 60px 40px 10px 40px;
    }
    .header-title h1{
        white-space: normal;
    }
    .container{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .container-product{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 0px;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .logo{
        padding: 0px;
    }
    .burger{
        padding: 14px;
    }
    .logo-name{
        padding-left: 10px;
        font-size: 16px;
        letter-spacing: 0px;
    }
    .approved{
        display: none;
    }
    .nav-links{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: baseline;
            -ms-flex-align: baseline;
                align-items: baseline;
        padding: 100px 40px 40px 20px;
    }
    .nav-links ul{
        padding-bottom: 100px;
    }
    .nav-links li{
        width: 300px;
    }
    .nav-links-a{
        letter-spacing: 0px;
        font-size: 24px;
    }
    .product-image-container{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-height: 360px;
        min-width: 90%;
        max-width: 98%;
        overflow: hidden;
        padding: 0px;
    }
    section{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        scroll-snap-align: none;
    }
    .contact-list-wrapper{
        padding: 10px 0px;
    }
    .contact-item-link{
        font-size: 14px;
    }
    .contact-item-title{
        font-size: 12px;
        width: 70px;
    }
    .footer-snap{
        scroll-snap-align: none;
    }
    .container-contact {
        scroll-snap-align: none;
    }
    .container-img{
        scroll-snap-align: none;
    }
    .section-div{
        padding: 40px;
        position: relative;
        width: 100%;
        overflow: scroll;
    }
    .section-row{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .section-div-3{
        padding: 20px;
        position: relative;
        width: 100%;
        text-align: start;
    }    
    section div{
        width: auto;
    }
    section img{
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -webkit-box-align: baseline;
            -ms-flex-align: baseline;
                align-items: baseline;
    }
    .product-content{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .product-description{
        min-width: 90%;
        min-height: auto;
    }
    .product-container{
        left: 0px;
    }
    .section-row-title{
        max-width: 400px;
        margin: 0px;
    }
    aside{
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .product-card{
        width: 360px;
    }
    .aside-a{
        display: none;
    }
    .header-title{
        padding-left: 0px;
    }    
    footer{
        margin-top: 0px;        
        padding:40px 10px 0px 10px;
        height: auto;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .social-icons{
        width: 24px;
        height: 24px;
    }
    .footer-caption{
        width: 100%;
        height: 100%;
        font-size: 14px;
        padding: 10px 0px;
        margin-top: 0px;
    }
    .container-footer{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .product-list{
        padding: 10px;
        font-size: 14px;
        letter-spacing: 0px;
    }
    .bottom-app-bar{
        width: 100%;
        border-radius: 10px;
    }
    .block200{
        height: auto;
        margin: 0px;
    }
    .menu-bar{
        display: none;
    }
    
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-width: 450px) {    
    .search-nav{
        display: none;
    }
    .section-div-2-img{
        height: 60px;
        width: 60px;
        margin: 4px;
        -o-object-fit: contain;
           object-fit: contain;
    }
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
    .product-section{
        padding: 0px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    section{
        padding: 0px;
    }
    hr{
        margin-top: 0px;
        border-color: #0f5289;
    }
    .menu-bar{
        display: none;
    }
    .category-product-description{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .category-product-description img{
        margin-right: 0px;
        margin-bottom: 20px;
        width: 100px;
    }
    .button-video{
        display: none;
    }
    .product-buttons{
        display: none;
    }
    .h1-webgl{
        font-size: 24px;
    }
    .tia{
        right: 20px;
        width: 100px;
        height: 100px;
      }
  }