div{
    box-sizing: border-box;
    width: 100%;
}

span{
    box-sizing: border-box;
    width: 100%;
}

.pie-diseo-cdti{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 0px 0px;
    gap: 30px;
    position: absolute;
    height: 296.64px;
    left: 0;
    button:0;
    background: linear-gradient(0deg, rgba(249, 200, 206, 0.7), rgba(249, 200, 206, 0.7)), #FFFFFF;
}

.anchura-desktop{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    width: 1080px;
    height: 42.64px;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.sirocco-azul-icon{
    width: 240px;
    height: auto;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.pginas-legales-parent{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    gap: 24px;
    width: fit-content;
    height: 40px;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.pginas-legales {
    width: fit-content;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    gap: 32px;
    height: 23px;
    flex: none;
    flex-grow: 0;
}


/* Cookies policy */
.cookies-policy-pie {
    white-space: nowrap;
    width: 97px;
    height: 23px;
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #004976;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.rrss{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    gap: 8px;
    width: 88px;
    height: 40px;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.pie-icon {
    width: 456px;
    height: 83.94px;
    align-content: flex-start;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.pie-icon2 {
    align-content: flex-end;
    width: 163.46px;
    height: 84px;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.pie-icon3 {
    align-content: flex-end;
    width: 244px;
    height: 64px;
    flex: none;
    order: 1;
    flex-grow: 0;
}
.frame-start{
    display: flex;
    flex-direction: row;
    justify-content: flex-start ;
    align-items: center;
    padding: 0;
    width: 50%;
    height: 84px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.frame-end{
    gap:24px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end ;
    align-items: center;
    padding: 0;
    width: 50%;
    height: 84px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;

}
