@media screen and (min-width: 801px) {

    hr {
        size: 3px;
        color: black;
        width: 95vw;
        margin: 5vh auto 0 auto;
    }

    .foot-50vw {
        width: 50vw;
        padding-left: 1.5vw;
        padding-bottom: 0.5vw;
        justify-content:space-between;
    }

    .foot-25vw {
        width: 25vw
    }

    .foot-25vw h3,
    .foot-50vw ul li h3 {
        font-weight: bolder;
        margin: 1.5vw 0;
        font-size: calc(25vw * 0.06);
    }
    
    #footer {
        display: flex;
        background-color: white;
        padding: 0;
        margin: 0;
        flex-wrap: nowrap;
        max-width: 100%;
        align-self: flex-start;
        justify-content: center;
        
    }

    .foot-50vw h3{
        display: flex;
        justify-content: space-evenly;
        right: calc(50vw / 6);
        position: relative;
        margin: 1.5vw 0 1.5vw 13vw;
        font-weight: bolder;
        font-size: calc(25vw * 0.06);
    }

    .foot-50vw h3 img {
        width: calc(50vw * 0.25);
        margin: 0;
    }

    .foot-li,
    .foot-li>a,
    .info span {
        font-size: calc(50vw * 0.025);
    }

    .foot-ul {
        margin-left: 8vw;
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }

    .info {
        padding: 0vw 2vw;
        align-content:stretch;
    }

    #fin {
        font-size: 1vw;
        padding: 0.5vw;
        margin: 0;
        display: flex;
        align-items: end;
        justify-content: center;
        background-color: black;
        color: white;
        height: 3vw;
        width: 100vw;
    }

    h3 span {
        display: none;
    }

    #movil{
        display: none;
    }

    img.btn-whatsapp {
        display: block !important;
        position: fixed;
        z-index: 9999999;
        bottom: 20px;
        right: 20px;
        cursor: pointer;
        border-radius: 100px !important;
        width: 70px;
        height: 64px;
    }

    img.btn-whatsapp:hover {
        border-radius: 100px !important;
        -webkit-box-shadow: 0px 0px 15px 0px rgba(7, 94, 84, 1);
        -moz-box-shadow: 0px 0px 15px 0px rgba(7, 94, 84, 1);
        box-shadow: 0px 0px 15px 0px rgba(7, 94, 84, 1);
        transition-duration: 1s;
    }
}

@media screen and (max-width: 800px) {

    .foot-50vw,
    .foot-25vw {
        width: 90vw
    }

    .foot-50vw > ul li h3,
    .foot-25vw > h3 {
        font-size: calc(90vw * 0.06);
        align-items: center;
        background-color: rgb(179, 170, 170);
        font-weight: bolder;
        padding: 1vh 1vw;
        display: flex;
        justify-content: space-between;
        margin: 0;
    }

    #footer {
        display: flex;
        background-color: white;
        padding: 0;
        margin: 0;
        flex-wrap: wrap;
        max-width: 100%;
        align-self: flex-start;
        justify-content: space-around;
    }

    .foot-li,
    .foot-li>a,
    .info>span,
    .info>a {
        font-size: calc(90vw * 0.05);
    }

    #footer .info {
        padding: 1vh 0;
    }

    h3 span {
        font-size: calc(100vw * 0.03);
        float: right;
        margin-right: 5vw;
    }

    #pc{
        display: none;
    }

    .foot-ul{
        display:none;
    }

    .foot-50vw h3 img {
        width: calc(50vw * 0.3);
        margin-left: 5vw;
        display: none;
    }

    #fin {
        font-size: 2vw;
        padding: 0.5vw;
        margin: 0;
        display: none;
        align-items: end;
        justify-content: center;
        background-color: black;
        color: white;
        height: 3vw;
        width: 100vw;
    }

    img.btn-whatsapp {
        display: none;
    }
}