.footer-tab {
    cursor: pointer;
    display: flex;
    margin: 0%;
    background-color: #fff;
    box-shadow: -8px -8px 20px 0px rgba(0, 0, 0, 0.25);
}

.footer {
    position: fixed;
    display: block;
    background-color: #fff;
    bottom: 0;
    color: #000000;
    text-align: center;
}

.footerup {
    position: fixed;
    bottom: 0;
    width: 100%;
   background-color: #fff;
    color: rgb(0, 0, 0);
    z-index: 99;
}

.footerdown {
    position: relative;
    bottom: 0;
    width: 100%;
    height: 30px;
    background-color: #fff;
    color: rgb(2, 2, 2);
    text-align: center;
    padding-top: 5px;
}

.iconposition {
    display: inline-flex;
    margin-left: 50px;
    height: 50px;
    width: 150px;
    background-color: #ffff;
    box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 0.25);
    margin-top: -25px;
    justify-content: center;
}

.logo {
    position: absolute;
    height: 45px;
    margin-top: 5px;
    transition: height 0.4s ease-in-out;
}

.footer-content {
    overflow: hidden;
        background-color: #ffff;
    color: #1F2638;
    transition: height 0.3s ease-in-out;
}

.footer-tab:hover .footer-content style {
    height: 300px;
}

.footer-tab:hover .logo {
    display: inline-block;
}


.whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    right: 40px;
    /* background-color: #C0930E; */
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    top: 15px;
    margin-right: -34px;
    transition: bottom 0.4s ease-in-out;

}

.whatsapp-icon {
    margin-top: 15px;
    transition: height 0.3s ease-in-out;

}
.border_design{
    border-left: 3px solid #D79A2A;
    border-right: 3px solid #D79A2A;
  padding-left: 10px;
}
.border_design_end{
   
    border-right: 3px solid #D79A2A;
  padding-left: 10px;
}


.footer_info {
    color: var(--686059, #686059);
    font-family: 'lato';
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.last_{
    margin: 0px 48px 0px 15px!important;
}

@media (max-width: 536px) {

    

    .mobil_footer_logo img {
        display: none;
    }

    .mobil_footer_logo {
        display: none !important;

    }

    .separator {
        display: none !important;
    }


    .mobil_siguenos {
        display: none !important;

    }

    .mobil_iconos {
        margin-top: 11em;
        position: absolute;

    }

    .iconos_box {
        width: 19em !important;
        width: 20em!important;
    }

    .footerdown {
        height: 15px;
        padding-top: 1px;
        font-size: 0.8em;
    }

    .iconposition {
        margin-left: 13px;
        height: 42px;
        width: 105px;
    }

    .logo {
        height: 30px !important;
    }

    .title_footer {
        margin-bottom: 0.1em !important;
    }

    .adress_container {
        margin-left: 1.4em !important;
    }
}

@media (max-width: 802px) {
    .border_design{
        border: none;
       padding-left: 10px;
     }
     .border_design_end{
        
         border: none;
       padding-left: 10px;
     }
    .mobil_footer_logo img {
        display: none;
    }

    .mobil_footer_logo {
        display: none !important;

    }
}

@media(max-width:540px) {
    .iconos_box {
        gap: 1.1rem !important;
    }
}