
/* HEADER */
.header                         {position: fixed; top: 53px; left: 50%; transform: translateX(-50%); z-index: 10; width: 1200px; height: 70px; background: var(--primario); border: 1px solid var(--primario-dark); border-radius: 28px; display: flex; align-items: center; justify-content: space-between; padding: 0px 14px 0px 15px;
    .ecoladrillos               {display: flex; align-items: center; width: fit-content;}
    .logoImg                    {height: 49px; width: auto;}
    .nav                        {display: flex; align-items: center; gap: 16px;}
    .btLink                     {color: var(--primario-light); font-size: 16px; font-weight: 500; white-space: nowrap; transition: .2s;
        &:hover                 {color: white;}
    }
    .bt1                        {width: 119px; background: var(--secundario); color: var(--secundario-light); font-size: 16px;}
    .icoDona                    {font-size: 16px;}
}



/* BANNER */
.banner                         {
    .info                       {}
    .tag                        {}
    .title                      {}
    .line                       {}
    .txt                        {}

    .imgs                       {}
    .foto                       {}
    .botellas                   {}
}