.footer-container{
    position: relative;
    display: flex;
    padding: 1rem;
    /* background-color: #2D2172; */
    background-color: #002952;
    color:  #fff;
}

.footer-void{
    width: 30%;
}
.footer-data-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.footer-logos{
    position: relative;
    display: flex; 
    justify-content: center;
    align-items: center;
    margin: 1rem;
    width: 14%;
}

.footer-address{
    width: 50%;
    text-align: center;
    margin-top: 1rem;
    font-size: 1.2rem;
}
.footer-terminos a{
    text-decoration: none;
    color: #fff;
    transition: color .2s ease-in-out;
}
.footer-terminos a:hover{
    color: #EE2A24;
}
/* .footer-escudo{
    width: 100%;
    margin: .5rem;
} */

.footer-logo{
    display: inherit;
    width: 40%;
    margin: 0 auto;   
    object-fit: cover; 
}

.footer-info{
    margin: 1rem 0;
}
.footer-info a{
    text-decoration: none;
    color: #fff;
    transition: color .2s ease-in-out;
}
.footer-info a:hover{
    text-decoration: none;
    color: #EE2A24;
}

.footer-copy{
    margin-top: 1rem;
}

.footer-certifications{
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    margin-right: 2rem;
    width: 20%;
}
.footer-certifications p{
    width: 100px;
    height: 100px;
    margin: .2rem;
}
.footer-certifications p img{
    width: 90%;
}

.footer-certifications .sellos{
    display: inline-block;
    margin: 0;
}

.stamp-box{
    width: 100px;
    height: 100px;
    position: relative;
}
.stamp{
    width: 100%;
    height: 100%;
    position: absolute;
}
a.stack-top{
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
}

.btn-subir{
    position: absolute;
    width: 3rem;
    height: 3rem;
    top: 0;
    right: 0;
    margin-top: -1.5rem;
    margin-right: 5rem;
    font-size: 1.2rem;
    border-style: none;
    border-radius: .2rem;
    background-color: #EE2A24;
    color: #fff;
    cursor: pointer;
}
@media  screen and (min-width: 100px) and (max-width: 768px){

    .footer-container{
        width: 100%;
    }

    .footer-data-container{
        font-size: 12px;
    }

    .footer-void, .footer-certifications{
        display: none;
    }

    .footer-title{
        text-align: center;
    }

    .footer-logos{
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50%;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .footer-escudo{
        position: relative;
        width: 30%;
        margin: 0;
        margin-right: 2rem;
       
    }

    .footer-logos > a{
        display: flex;
        justify-content: center;
        align-items: center;
        /* background-color: black; */
    }
    .footer-logo{
        width: 30%;
        right: 0;
        top: 0;
        
    }

    .footer-info{
        text-align: center;
        line-height: 1.5rem;
        font-size: .9rem;
        margin: 0;
    }

    .footer-address{
        width: 100%;
        text-align: center;
        margin-top: 1rem;
        font-size: .9rem;
    }

    .footer-terminos{
        display: none;
    }
    .footer-copy{
        text-align: center;
    }

    .btn-subir{
        position: absolute;
        width: 2rem;
        height: 2rem;
        top: 0;
        right: 0;
        margin-top: -1rem;
        margin-right: 2rem;
        font-size: 1.2rem;
        border-style: none;
        border-radius: .2rem;
        background-color: #EE2A24;
        color: #fff;
        cursor: pointer;
    }
}
@media  screen and (min-width: 769px) and (max-width: 992px){

    .footer-container{
        width: 100%;
        /* background-color: darkcyan; */
    }

    .footer-data-container{
        font-size: 12px;
    }

    .footer-void, .footer-certifications{
        display: none;
    }

    .footer-title{
        text-align: center;
    }

    .footer-logos{
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50%;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .footer-escudo{
        position: relative;
        width: 30%;
        margin: 0;
        margin-right: 2rem;
       
    }

    .footer-logos > a{
        display: flex;
        justify-content: center;
        align-items: center;
        /* background-color: black; */
    }
    .footer-logo{
        width: 30%;
        right: 0;
        top: 0;
        
    }

    .footer-info{
        text-align: center;
        line-height: 1.5rem;
        font-size: .9rem;
        margin: 0;
    }

    .footer-address{
        width: 100%;
        text-align: center;
        margin-top: 1rem;
        font-size: .9rem;
    }

    .footer-terminos{
        display: none;
    }
    .footer-copy{
        text-align: center;
    }

    .btn-subir{
        position: absolute;
        width: 2rem;
        height: 2rem;
        top: 0;
        right: 0;
        margin-top: -1rem;
        margin-right: 2rem;
        font-size: 1.2rem;
        border-style: none;
        border-radius: .2rem;
        background-color: #EE2A24;
        color: #fff;
        cursor: pointer;
    }
}
@media  screen and (min-width: 993px) and (max-width: 1200px){

    .footer-container{
        width: 100%;
        /* background-color: darkgreen; */
    }

    .footer-data-container{
        font-size: 12px;
    }

    .footer-void, .footer-certifications{
        width: 40%;
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-end;
        align-items: center;
        margin-right: 0;
    }

    .footer-certifications p{
        height: 100px;
        margin: .2rem;
    }

    .footer-certifications p img{
        width: 100%;
    }

    .footer-title{
        text-align: center;
    }

    .footer-logos{
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50%;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .footer-escudo{
        position: relative;
        width: 30%;
        margin: 0;
        margin-right: 2rem;
       
    }

    .footer-logos > a{
        display: flex;
        justify-content: center;
        align-items: center;
        /* background-color: black; */
    }
    .footer-logo{
        width: 30%;
        right: 0;
        top: 0;
        
    }

    .footer-info{
        text-align: center;
        line-height: 1.5rem;
        font-size: .9rem;
        margin: .5rem 0;
    }

    .footer-address{
        width: 100%;
        text-align: center;
        margin-top: 1rem;
        font-size: .9rem;
    }

    .footer-terminos{
        margin: .5rem 0;
    }
    .footer-copy{
        text-align: center;
    }

    .btn-subir{
        position: absolute;
        width: 2rem;
        height: 2rem;
        top: 0;
        right: 0;
        margin-top: -1rem;
        margin-right: 2rem;
        font-size: 1.2rem;
        border-style: none;
        border-radius: .2rem;
        background-color: #EE2A24;
        color: #fff;
        cursor: pointer;
    }
}
@media  screen and (min-width: 1201px) and (max-width: 1440px){

    .footer-container{
        width: 100%;
    }

    .footer-data-container{
        font-size: 12px;
    }

    .footer-void, .footer-certifications{
        width: 30%;
        display: flex;
        justify-content: flex-end;
    }

    .footer-title{
        text-align: center;
    }

    .footer-logos{
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50%;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .footer-escudo{
        position: relative;
        width: 30%;
        margin: 0;
        margin-right: 2rem;
       
    }

    .footer-logos > a{
        display: flex;
        justify-content: center;
        align-items: center;
        /* background-color: black; */
    }
    .footer-logo{
        width: 30%;
        right: 0;
        top: 0;
        
    }

    .footer-info{
        text-align: center;
        line-height: 1.5rem;
        font-size: .9rem;
        margin: .5rem 0;
    }

    .footer-address{
        width: 100%;
        text-align: center;
        margin-top: 1rem;
        font-size: .9rem;
    }

    .footer-terminos{
        margin: .5rem 0;
    }
    .footer-copy{
        text-align: center;
    }

    .btn-subir{
        position: absolute;
        width: 2rem;
        height: 2rem;
        top: 0;
        right: 0;
        margin-top: -1rem;
        margin-right: 2rem;
        font-size: 1.2rem;
        border-style: none;
        border-radius: .2rem;
        background-color: #EE2A24;
        color: #fff;
        cursor: pointer;
    }
}
@media  screen and (min-width: 1441px){

    .footer-container{
        width: 100%;
        /* background-color: #fff; */
    }

    .footer-data-container{
        font-size: 12px;
    }

    .footer-title{
        text-align: center;
    }

    .footer-logos{
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50%;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .footer-escudo{
        position: relative;
        width: 30%;
        margin: 0;
        margin-right: 2rem;
       
    }

    .footer-logos > a{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 20%;
        /* background-color: black; */
    }
    .footer-logo{
        width: 100%;
        right: 0;
        top: 0;
        
    }

    .footer-info{
        text-align: center;
        line-height: 1.5rem;
        font-size: .9rem;
        margin: .5rem 0;
    }

    .footer-address{
        width: 100%;
        text-align: center;
        margin-top: 1rem;
        font-size: .9rem;
    }

    .footer-terminos{
        margin: .5rem;
    }
    .footer-copy{
        text-align: center;
    }

    .btn-subir{
        position: absolute;
        width: 2rem;
        height: 2rem;
        top: 0;
        right: 0;
        margin-top: -1rem;
        margin-right: 2rem;
        font-size: 1.2rem;
        border-style: none;
        border-radius: .2rem;
        background-color: #EE2A24;
        color: #fff;
        cursor: pointer;
    }
    .btn-subir:hover{
        background-color: #fff;
        color: #EE2A24;
        
    }
}