body{
    position: relative;
    overflow-x: hidden;
}
.gradient__background {
    background: linear-gradient(180deg, 
    #696952 0%, 
    #71735C 22%,
    #7D7E6C 49%, 
    #80806F 49%,
    #878979 62%, 
    #8F9584 84%,
    #959485 100%);
}

.header__container{
    margin: 0 auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.header__container img{
    margin: auto;
    width: 150px;
}

.content {
    color: #fff;
    background-color: #696952;
    overflow: hidden;
}

.content__container{
    background-color: #696952;
    margin: 0 auto;
}

.content__section{
    display: grid;
    gap: 2rem;
    padding: 2rem;
    position: relative;
}

.download__container{
    display: flex;
    gap: 2rem;
}

.display__center{
    justify-items: center;
    align-items: center;
}

.button{
    padding: 20px;
    border-radius: 100%;
    border: 2px solid white;
    background: rgba(0, 0, 0, .2);
    box-shadow: 0 0 5px rgba(255, 255, 255, 1);
    transition: all 0.25s ease-out allow-discrete;
}

.button:hover{
    box-shadow: 0 0 20px rgba(255, 255, 255, 1);
}

.button img{
    width: 40px;
    height: 40px;
}

.footer {
    background-color: #000;
    color: #fff;
    padding: 2rem;
}

.footer__container {
    max-width: 1200px;
    margin: 0 auto;
}

.footer__tagline {
    font-size: 1.2rem;
    font-weight: 300;
    margin-bottom: 1rem;
}

.footer__brand {
    font-size: 4rem;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 2rem;
}

.footer__info {
    display: grid;
    justify-content: start;
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer__section h3 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.footer__section p,
.footer__section address {
    font-size: 0.9rem;
    line-height: 1.4;
}

.footer__legal {
    font-size: 0.8rem;
    opacity: 0.6;
}

.footer__rss{
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.footer__link {
    text-decoration: underline;
}

.footer__link:focus,
.footer__link:hover {
    outline: 2px dashed #fff;
    outline-offset: 4px;
    text-decoration: none;
}

.w-full{
    width: 100%;
}   

#description {
    padding: 0;
    margin-top: -20%;
}

#benefits {
    padding: 8rem 2rem;
    margin-top: -6rem;
    z-index: 10;
    position: relative;
}

.benefits__list {
    list-style: none;
    padding: 0;
    margin: 2rem 0 0 0;
    max-width: 60%;
}

.benefits__list li {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.benefits__list li img {
    width: 24px;
    height: 24px;
    margin-top: 4px;
}

.benefits__image {
    position: absolute;
    right: -25%;
    top: 0;
    width: 300px;
    height: auto;
    z-index: -1;
}

.esfera {
    position: absolute;
    top: 0;
    width: 20%;
    z-index: 1;
}

#esfera-izq {
    left: 0;
}

#esfera-der {
    right: 0;
}

.video__container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, 
    #8E8F7F 0%, 
    #969C8D 100% );
    padding: 2rem 0;
}