.footer-container{
    background-color: var(--blue);
     padding: 20px;
    height: 100%;
    position: relative;
    top: -10px;
}

.footer-semicontainer1{
    position: relative;
    display: flex;
    flex-direction: row;
}

.footer-img{
    width: 100%;
    min-height: 1px;
    height: auto;
    max-height: 600px;
    margin: 10px;
}

.footer-text-container{
    margin-top: 10px;
    width: 100%;
}

.footer-text1{
    display: flex;
    word-break: break-word;
    outline: 2px ridge rgba(255,255,255,0.12);
    margin: 35px;
    margin-bottom: 20px;
    margin-top: 0;
    font-weight: 500;
    color: var(--text-color2);
}

.footer-text1-img{
    padding: 10px;
    padding-top: 10px;
}

.footer-text2{
    display: flex;
    word-break: break-word;
    padding: 10px;
    outline: 2px ridge rgba(255,255,255,0.12);
    margin: 35px;
    margin-bottom: 20px;
    font-weight: 500;
    color: var(--text-color2);
}

.footer-text2-img{
    padding: 5px;
    padding-top: 10px;
}

.footer-text3{
    display: flex;
    word-break: break-word;
    padding: 10px;
    outline: 2px ridge rgba(255,255,255,0.12);
    margin: 35px;
    margin-bottom: 20px;
    font-weight: 500;
    color: var(--text-color2);
}

.footer-text3-img{
    padding: 5px;
    padding-top: 10px;
}

.footer-text4{
    /*visibility: hidden;*/
    display: flex;
    word-break: break-word;
    padding: 10px;
    outline: 2px ridge rgba(255,255,255,0.12);
    margin: 35px;
    font-weight: 500;
    color: var(--text-color2);
}

.footer-text4-img{
    padding: 5px;
    padding-top: 10px;
}

.footer-redes{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px;
}

.footer-redes-facebook{
    padding: 10px;
}

.footer-redes-facebook:hover{
    filter: brightness(0.5)
}

.footer-redes-instagram{
    padding: 10px;
}

.footer-redes-instagram:hover{
    filter: brightness(0.5)
}

.footer-lema{
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-color2);
    font-weight: 900;
    font-size: 200%;
    text-align: center;
    word-break: break-word;
}

.footer-links{
    list-style: none;
    align-items: center;
    display: flex;
    flex-direction: row;
    text-align: center;
    justify-content: space-around;
}



.footer-links-container{
    margin-bottom: 20px;
}

.footer-links-container:hover{
    filter: brightness(0.5)
}

.footer-links-text{
    word-break: break-word;
    font-weight: 500;
    font-size: 70%;
    color: var(--text-color2);
}

.Copyright{
    word-break: break-word;
    color: var(--text-color2);
    font-weight: 500;
    font-size: 70%;
    list-style: none;
    align-items: center;
    display: flex;
    flex-direction: row;
    text-align: center;
    justify-content: space-around;
}

.footer-pagos{

  color: var(--text-color2);
  font-weight: 500;
  font-size: 150%;
  text-align: center;
  word-break: break-word;
}

.pagos-icons{
    display: flex;
  justify-content: center;
  margin: 20px;
}




@media (max-width: 1200px){



}

@media (max-width: 750px){
    .footer-lema{
        font-size: 120%;
    }

    .footer-links{
        flex-direction: column;
    }

    .footer-img{
        width: 95%;
    }

    .footer-text-container{
        width: 97%;
        text-align: initial!important;
    }

    .footer-semicontainer1{
        flex-direction: column;
    }
    .pagos-icons{
        flex-direction: column;
        align-items: center;
    }
    
}