@media screen and (min-width: 768px) {
  body {
    text-align: center;
    font-family: arial;
    background: #ffffff;
    color: #000000;
    font-size: 0.9em;
  }
  .navbar {
    height: 70px;
    padding: 0.2% 0%;
  }
  .nav-item {
    width: 10vw;
    margin-left: 0.1rem;
    margin-right: 0.1rem;
  }
  .logo {
    width: 90px;
    height: auto;
  }
  .carousel-image {
    width: 40vw;
    height: auto;
    border-radius: 2%;
  }
  .video {
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
       object-fit: fill;
  }
  .unmute img {
    width: 40px;
    display: none;
    position: relative;
  }
  .mute img {
    width: 40px;
    position: relative;
  }
  .mute-buttons {
    margin-left: 94vw;
    padding-top: 23vh;
  }
  .container-paragraph-bottom {
    margin-left: auto;
    margin-right: auto;
    width: 75vw;
  }
  #objective {
    margin-top: 3vw;
  }
  .dropdown-item {
    font-size: 0.8em;
  }
  .normal-section {
    padding-top: 71px;
    padding-bottom: 71px;
  }
  .carousel-inner {
    position: relative;
    z-index: -1;
  }
  .carousel-inner .carousel-item {
    position: relative;
    z-index: -1;
  }
  .black-section {
    padding-top: 71px;
    padding-bottom: 71px;
    background-image: url("/assets/images/fondo_negro.avif");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: -1;
  }
  .black-section p {
    color: #ffffff;
  }
  .paragraph {
    text-align: justify;
  }
  .paragraph-container {
    margin-top: 0px;
  }
  .paragraph-container-bottom {
    margin-top: 2.5vw;
    margin-left: 5vw;
    margin-right: 5vw;
  }
  .list {
    display: flex;
    justify-content: center;
  }
  .aero-container-info {
    display: flex;
    margin-left: 4vw;
    margin-right: 4vw;
    justify-content: space-between;
  }
  .aero-container-info div {
    margin-top: 4vw;
    margin-left: 15px;
    margin-right: 15px;
    width: 25vw;
  }
  .advertising-list {
    list-style-position: outside;
    padding-top: 10px;
    padding-left: 5vw;
    width: 20vw;
  }
  .advertising-list li {
    text-align: left;
    color: #ffffff;
  }
  .premium-container-info {
    display: flex;
    margin-left: 15vw;
    margin-right: 15vw;
    justify-content: space-between;
  }
  .premium-container-info div {
    margin-top: 4vw;
    margin-left: 15px;
    margin-right: 15px;
    width: 25vw;
  }
  .contact-container {
    padding-left: 6vw;
    padding-right: 6vw;
    display: flex;
    flex-direction: unset;
    justify-content: space-evenly;
    flex-wrap: nowrap;
  }
  .contact-container div {
    width: 30vw;
  }
  .logo-footer {
    width: 20vw;
    padding-bottom: 30px;
  }
  .social-media-container {
    padding: 4%;
    margin-bottom: 10px;
  }
  .address {
    padding-top: 0;
  }
  .advertising-list {
    list-style-position: outside;
    padding-top: 10px;
    width: 27vw;
    padding-left: 7.5vw;
  }
  .advertising-list-black {
    list-style-position: outside;
    padding-top: 10px;
    width: 27vw;
    padding-left: 7.5vw;
  }
  .list-container {
    display: flex;
    margin-left: 15vw;
    margin-right: 15vw;
    padding-top: 2vw;
    justify-content: center;
  }
  .advertising-list-margin-left {
    margin-left: -5.5vw;
  }
  @keyframes scroll2 {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-6768px);
    }
  }
  .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: 370px;
    z-index: 2;
  }
  .slider2::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
  }
  .slider2::before {
    left: 0;
    top: 0;
  }
  .slider2 .slide-track2 {
    width: 6768px;
  }
  .slider2 .slide2 {
    margin-left: 3px;
    margin-right: 3px;
    height: auto;
    width: 370px;
  }
  .img-slide {
    height: auto;
    width: 370px;
  }
}/*# sourceMappingURL=index_tablet.css.map */