footer.one-footer{
    width: 100%;
    margin-top: 200px;
    background: var(---colorOnefooter);
    color: #ffff;
}

.one-footer .social-network {
    width: 78%;
    margin-right: 11%;
    margin-top: -100px;
    position: relative;
    background-color: #fff;
    border-radius: 0.3em;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;}

.one-footer .social-network .top {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 50px;
    margin-top: 10px;
}
.one-footer .social-network .top .logo {
    position: absolute;
    top: -36px;
    width: 300px;
    height: 86px;
    background-color: #ffffff;
    z-index: 0;
    text-align: center;
}

.one-footer .social-network .top .logo img {
    width: 128px;
}

.one-footer .social-network .top ul.permissions{
    width: 50%;
    display: flex;
    justify-content:right;
    align-items: center;
    list-style: none;
}

.one-footer .social-network .top ul.permissions li {
    margin-right: 30px;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
    width: 84px;
    height: 91px;
    border-radius: 0.4em;
    background-color: #fff;
    margin-top: 41px;
}

.one-footer .social-network .top ul.permissions li img {
    width: 100%;
    height: auto;
}

.one-footer .social-network .top ul.item-social-network{
    width: 50%;
    display: flex;
    justify-content: left;
    align-items: center;
    list-style: none;
}

.one-footer .social-network .top ul.item-social-network li {
    margin-left: 16px;
    border-radius: 0.4em;
    height: 45px;
    margin-top: 22px;
    width: 45px;
    padding: 0.3em;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
    background-color: var(---colorOnefooter);
    display: flex;
    justify-content: center;
    align-items: center;

}

.one-footer .social-network .top ul.item-social-network li:hover {
    background-color: #fff;
    transition: ease-in-out 1s;
}
.one-footer .social-network .top ul.item-social-network li:hover a i {
    color: var(---colorTextFooter);
}
.one-footer .social-network .top ul.item-social-network li a i {
    font-size: 30px;
    color: var(---colorTextFooter);
}

.one-footer .social-network .link {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    padding:0.9em 0.5em;
    border-top: 1px solid var(---colorOnefooter);
}

.one-footer .social-network .link .link-footer {
    width: 33%;
    color: #000;
}

.one-footer .social-network .link .link-footer:nth-child(2){
    align-items: center;
}

.one-footer .social-network .link .link-footer .title h3 {
    font-size: 12px;
    font-weight: bold;
}

.one-footer .social-network .link .footer-menu {
    width: 85%;
    list-style: none;
}

.one-footer .social-network .link .footer-menu li {
    width: 100%;
}


.download-app {
    width: 88%;
    height: 70px;
    background-color: #fff;
    margin: 30px auto;
    border-radius: 0.4em;
    display: flex;
    justify-content: space-between;
    color: var(---colorOnefooter);
}

.download-app .app ul {
   display: flex;
    height: 100%;
    justify-content: right;
    align-items: center;
    list-style: none;
}

.download-app .app ul li:nth-child(1) {
    margin-right: 30px;
    font-weight: bold;
}

.download-app .app ul li:nth-child(2) {
    margin-right:130px;
}

.download-app .app ul li:nth-child(3) {
    margin-right:10px;
}

.download-app .app ul li:nth-child(2) a, .download-app .app ul li:nth-child(3) a {
    width: 150px;
    padding: 0.4em;
    border-radius: 5px;
}

.download-app .app ul li:nth-child(2) a img, .download-app .app ul li:nth-child(3) a img{
    width: 110px;
}

.download-app .newsletter {
    height: 100%;
    width: 33%;
}

.download-app .newsletter .form-newsletter  {
    display: flex;
    align-items: center;
    height: 100%;
}

.download-app .newsletter .form-newsletter input {
    padding: 3px;
    width: 310px;
    outline: none;
    height: 39px;
    border-radius: 0.5em;
    font-size: 9px;
    font-weight: bold;
    border: 1px solid #ced4da;
}

.download-app .newsletter .form-newsletter button {
    margin-right: 10px;
    outline: none;
    height: 39px;
    width: 80px;
    border-radius: 0.5em;
    border: 0;
    background-color: var(---colorOnefooter);
    color: var(---colorTextFooter);
    font-weight: bold;
}



.content-description-site {
    width: 57% !important;
    position: relative;
    overflow: hidden;
    transition: max-height 0.3s ease-out !important;
    max-height: 104px !important;
    padding: 15px;
    margin: 20px;
    color: var(---colorTextFooter);
}

.content-description-site .title {
    font-size: 14px;
    font-weight: bold;
}

.content-description-site.expanded {
    max-height:fit-content !important;
}

.fade-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(transparent, var(---colorOnefooter));
    pointer-events: none;
}

#show-description {
    margin-right: 2%;
    color: var(---colorTextFooter);
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}