.rrss {
    position: absolute;
    right: 0;
    bottom: 10vh;
    z-index: 3;
}

@media (max-width: 979px) and (orientation: portrait) {
    .rrss {
        bottom: 200px;
    }
}

@media (max-width: 979px) and (orientation: landscape) {
    .rrss {
        bottom: 10vh;
    }
}

.rrss a{
    text-decoration: underline;
    color: var(--additional--darkorange);
}

.rrss ul{
    list-style: none;
}

.rrss ul.options{
    display: flex;
    flex-direction: column;
    align-items: end;
}

.rrss ul.options > li{
    background-color: var(--secondary--orange);
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 15px;
    width: 80px;
    position: relative;
}

.rrss ul li .columns{
    flex-direction: row !important;
}

@media (max-width: 979px) {
    .rrss ul.options > li{
        width: 50px;
    }
}

.rrss ul.options > li#rrsscontacto.active, .rrss ul.options > li#rrsschat.active .expand.active{
    width: 350px;
    padding: 0px;
}

.rrss ul.options > li#rrsschat.active .expand.active{
    height: 450px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 4;
}

.rrss ul.options > li#rrsschat.active{
    width: auto;
    display: flex;
    gap: 10px;
}

.rrss ul.options li:nth-of-type(2){
    margin-top: 10px;
}

.rrss ul li img{
    width: auto;
}

.rrss ul li#rrsscontacto > div, .rrss ul li#rrsschat > button{
    display: none;
}


.rrss ul li#rrsscontacto.active > img{
    display: none;
}

.rrss ul li#rrsscontacto.active > .expand, .rrss ul li#rrsschat.active > .expand.active{
    display: block;
    background-color: var(--additional--orange);
    color: var(--additional--darkorange);
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 15px;
    padding-bottom: 50px;
}

.rrss ul li#rrsscontacto.active > .expand p{
    font-size: var(--font-size-24);
}

.rrss ul li#rrsscontacto.active > .expand p .s{
    font-size: var(--font-size-10);
}

.rrss ul li#rrsscontacto.active > .expand div.bottom, .rrss ul li#rrsschat.active > .expand.active > .columns{
    border-radius: 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: var(--secondary--orange);
    color: white;
    padding: 10px;
    text-align: center;
}

.rrss ul li#rrsschat.active > .expand.active > .columns{
    padding: 15px;
}

.rrss ul li#rrsschat.active > .expand.active > .columns .column input{
    border-radius: 30px;
    height: 25px;
    width: 95%;
    border: 0;
    color: var(--secondary--orange);
    background-color: white;
    padding-left: 15px;
}

.rrss ul li#rrsschat.active > .expand.active > .columns .column:nth-of-type(2){
    flex: 0;
} 

.rrss ul li#rrsschat.active > button{
    display: block;
    background-color: white;
    color: var(--additional--darkorange);
}

.rrss ul li#rrsschat > .expand{
    display: none;
}

.rrss ul li#rrsschat.active > .expand > button{
    display: none;
}

.rrss ul li#rrsschat.active > .expand.active{
    display: block;
}

.rrss ul li#rrsschat.active > .expand.active > .close{
    width: 45px;
    height: 45px;
    background-color: var(--secondary--orange);
    color: white;
    border-radius: 100%;
    position: absolute;
    left: -15px;
    top: -15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--font-size-64);
}

.rrss ul li#rrsschat.active > .expand.active > button{
    display: block;
}

.rrss ul li#rrsschat.active:has(.expand.active) > img{
    display: none
}

.rrss ul li#rrsschat.active:has(.expand.active) > button{
    display: none
}