@media only screen and (min-width: 320px) {
  body {
    text-align: center;
    background: #ffffff;
    color: #000000;
    font-size: 0.85em;
    font-family: "Noto Sans Kawi", sans-serif;
  }
  .navbar {
    height: 46px;
    padding: 1% 0%;
  }
  .nav-link {
    color: rgb(0, 0, 0);
    font-size: 0.8em;
    padding: 0;
    font-family: "Kanit", sans-serif;
  }
  .nav-link:hover {
    color: #f90;
  }
  .dropdown-item {
    color: #000000;
    font-family: "Kanit", sans-serif;
    font-size: 0.6em;
  }
  .nav-link:focus {
    color: #f90;
  }
  .dropdown-item:hover {
    background-color: #f90;
  }
  .nav {
    background-color: #d6d2d2;
  }
  .nav-item {
    width: 17vw;
    border-radius: 30px;
    background-color: #d6d2d2;
    padding: 0.4rem;
    margin-left: 0.1rem;
    margin-right: 0.1rem;
  }
  .list-white {
    color: #ffffff;
    padding: 0;
  }
  .list-white li {
    text-align: left;
  }
  .list-black {
    color: #000000;
    padding: 0;
    margin-bottom: 2vw;
  }
  .list-black li {
    text-align: left;
  }
  .logo {
    width: 60px;
  }
  .video {
    width: 100%;
    height: auto;
  }
  .mute-buttons {
    margin-top: -30vw;
    position: absolute;
    z-index: 999;
    margin-left: 90vw;
    align-content: flex-end;
    padding-top: 7vh;
  }
  input#un-mute {
    display: none;
    position: relative;
  }
  .unmute img {
    width: 30px;
    display: none;
    position: relative;
  }
  .mute img {
    width: 30px;
    position: relative;
  }
  input#un-mute:checked ~ .unmute img {
    display: initial;
    position: relative;
  }
  input#un-mute:checked ~ .mute img {
    display: none;
    position: relative;
  }
  .carousel-inner {
    position: relative;
    z-index: -1;
  }
  .carousel-image {
    width: 100%;
    height: auto;
    padding: 0%;
  }
  .carousel-image-prom {
    width: 320px;
    height: 320px;
    padding: 0%;
  }
  input {
    color: #000000;
  }
  .us {
    display: flex;
    align-items: center;
  }
  .paragraph {
    text-align: justify;
    padding: 0% 5% 0% 5%;
  }
  .normal-section {
    padding-top: 49px;
    padding-bottom: 49px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: -1;
  }
  .normal-section h1 {
    position: relative;
    z-index: 999;
    color: #f90;
  }
  .black-section {
    padding-top: 49px;
    padding-bottom: 49px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: -1;
  }
  .black-section h1 {
    color: #f90;
  }
  .black-section p {
    color: #ffffff;
  }
  .black-section-2 {
    margin-top: -3vw;
  }
  .about-us-container {
    margin-top: 3vw;
  }
  .paragraph-container {
    margin-top: 35px;
    margin-left: 1vw;
    margin-left: 1vw;
  }
  footer {
    color: #ffffff;
    background-position: bottom;
    background-image: url("/assets/images/FONDOS/fondo-6.jpg");
    padding-top: 15px;
    background-size: cover;
  }
  .social-media-container {
    padding: 2%;
    margin-bottom: 10px;
  }
  .social-media-container a {
    text-decoration: none;
  }
  .logo-container-footer {
    display: flex;
    justify-content: center;
  }
  .social-media {
    width: 25px;
    height: 25px;
  }
  .contact-container {
    padding: 0% 3% 0% 3%;
    display: flex;
    flex-direction: column;
  }
  .logo-footer {
    width: 120px;
  }
  .address {
    padding-top: 4vw;
  }
  .advertising-list {
    list-style-position: outside;
    padding-top: 10px;
    padding-left: 5vw;
    width: 35vw;
  }
  .advertising-list li {
    text-align: left;
    color: #ffffff;
  }
  .list-container {
    display: flex;
    margin-left: 20vw;
    margin-right: 20vw;
    padding-top: 2vw;
    justify-content: center;
  }
  .advertising-list {
    list-style-position: outside;
    padding-top: 10px;
    padding-left: 8.5vw;
    width: 40vw;
  }
  .advertising-list li {
    text-align: left;
    color: #ffffff;
  }
  .advertising-list-black {
    list-style-position: outside;
    padding-top: 10px;
    padding-left: 8.5vw;
    width: 40vw;
  }
  .advertising-list-black li {
    text-align: left;
    color: #000000;
  }
  .advertising-list-margin-left {
    margin-left: -3vw;
  }
  .list-container {
    display: flex;
    margin-left: 6vw;
    margin-right: 6vw;
    padding-top: 2vw;
    justify-content: center;
  }
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-1310px);
    }
  }
  .slider {
    background: white;
    height: 50px;
    margin: auto;
    margin-top: 1%;
    margin-bottom: 1%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .slider::before, .slider::after {
    content: "";
    height: 100px;
    position: absolute;
    width: 125px;
    z-index: 2;
  }
  .slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
  }
  .slider::before {
    left: 0;
    top: 0;
  }
  .slider .slide {
    margin-left: 3px;
    margin-right: 3px;
    height: 50px;
    width: 125px;
  }
  @keyframes scroll-1 {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-1441px);
    }
  }
  @keyframes scroll-2 {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-1572px);
    }
  }
  .slide-track-1 {
    animation: scroll-1 35s linear infinite;
    display: flex;
    width: 1441px;
  }
  .slide-track-2 {
    animation: scroll-2 35s linear infinite;
    display: flex;
    width: 1572px;
  }
  .client-img {
    height: 50px;
    width: 125px;
  }
  @keyframes scroll2 {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-3438px);
    }
  }
  .slider2 {
    background: white;
    height: auto;
    margin: auto;
    margin-top: 1%;
    margin-bottom: 1%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .slider2::before, .slider2::after {
    content: "";
    height: 100px;
    position: absolute;
    width: 185px;
    z-index: 2;
  }
  .slider2::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
  }
  .slider2::before {
    left: 0;
    top: 0;
  }
  .slider2 .slide-track2 {
    animation: scroll2 35s reverse linear infinite;
    display: flex;
    width: 6876px;
  }
  .slider2 .slide2 {
    margin-left: 3px;
    margin-right: 3px;
    height: auto;
    width: 185px;
  }
  .img-slide {
    height: auto;
    width: 185px;
  }
}/*# sourceMappingURL=index_mobile.css.map */