.bg-yellow {
    background-color: #f6cf3c;
}

.texto-menu1 {

    color: black;
    font-weight: bolder;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.texto-menu2 {

    color: #f6cf3c;
    font-weight: bolder;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.text-menu2 {
    font-size: 14px;
    line-height: 25px;
    font-weight: normal;
    text-transform: uppercase;
    color: #bdbdbd;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto C

}

.nav-item {
    margin-right: 10px;
}

.bg-black {
    background-color: black;
}



.navbar-02 .navbar-toggler-icon {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0.5rem;
    --bs-navbar-color: rgba(0, 0, 0, 0.55);
    --bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
    --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
    --bs-navbar-active-color: rgba(0, 0, 0, 0.9);
    --bs-navbar-brand-padding-y: 0.3125rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.25rem;
    --bs-navbar-brand-color: rgba(0, 0, 0, 0.9);
    --bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
    --bs-navbar-nav-link-padding-x: 0.5rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    --bs-navbar-toggler-font-size: 1.25rem;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
    --bs-navbar-toggler-border-radius: 0.375rem;
    --bs-navbar-toggler-focus-width: 0.25rem;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
    background-image: url(./img/descarga.svg) !important;
    background-repeat: no-repeat;
}

.searchButton {
    width: 155px;
    height: 23px;
    background: white;
    border-radius: 1rem;
}

.copy-menu {
    list-style: none;
    display: inline-flex;
    font-size: 14px;
    padding-left: 0;
    align-items: center;
}

.border-bottom-nav {
    border-bottom: 1px solid white;
}


.menu3 li {
    font-size: 14px;
    color: white;
    padding-right: 10px;
}

.titulo {
    font-size: 34px;
    line-height: 39px;
    font-weight: bolder;
    text-transform: uppercase;
    color: black;
    text-align: center;
    margin-top: 100px;
}

.m-0-auto {
    margin: 0 auto;
}

.subtitulo {
    font-size: 20px;
    line-height: 22px;
    font-weight: normal;
    text-transform: none;
    color: black;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    text-align: center;
    margin-top: 20px;
}



.light {
    fill: yellow;
  }

  .light.animate {
    animation-name: flicker;
    animation-duration: 1s;
    animation-iteration-count: infinite;
  }



  @keyframes flicker {
    0% {
      fill: yellow;
      opacity: 1;
    }
    50% {
      fill: orange;
      opacity: 0.5;
    }
    100% {
      fill: red;
      opacity: 1;
    }
  }




.nav-link:focus, .nav-link:hover {
    color: none !important;
}












@media only screen and (max-width: 800px) {

    .titulo {
        font-size: 20px;
        line-height: 18px;
        font-weight: bolder;
        text-transform: uppercase;
        color: black;
        text-align: center;
        margin-top: 100px;
    }

    .subtitulo {
        font-size: 18px;
        line-height: 18px;
        font-weight: normal;
        text-transform: none;
        color: black;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        text-align: center;
        margin-top: 20px;
    }

    .copy-menu {
        list-style: none;
        display: unset;
        font-size: 14px;
        padding-left: 0;
        align-items: center;
    }
    .flex-row {
        flex-direction: column!important;
        align-items: center;
    }
  }

  .navbar-expand-lg .navbar-nav {
    align-items: center;
}