@import url(../colors.css);
@import url(../fonts.css);

footer{
    background-color: var(--azul-oscuro);
    padding-top: 50px;
    padding-bottom: 120px;
    width: 100%;
    position: relative;
    overflow: none;
}


footer::before{
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 200px;
  height: 200px;
  background-color: var(--azul-claro-1);
  border-radius: 200px 0 0 0;
}

#footer-logotipo{
    width: 300px;
}

#footer-logotipo img{
    margin-left: -10px;
}

#footer-info{
    padding: 0;
    color: white;
}

#footer-info li{
    list-style: none;
    margin-bottom: 15px;
}

#footer-info li h5{
    color: white;
    font-family: FiraSans-SemiBold;
    font-size: 18px;
    margin: 0px;
}

#footer-info li p{
    color: white;
    font-family: FiraSans-Light;
    font-size: 16px;
    margin: 0px;
    padding-top: 6px;
}

#footer-redes{
    width: 250px;
    padding: 0;
    padding: 30px 0px;
    display: flex;
    justify-content: space-between;
}

#footer-redes img{
    max-width: 40px;
}

.list-footer{
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.list-footer .list-item-footer{
    margin: 0px;
    padding: 0px;
}

.list-item-footer div{
    list-style: none;
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 6px;
}

.title-list-footer{
    font-family: FiraSans-SemiBold;
    font-size: 19px;
    margin-top: 0px;
    margin-bottom: 10px;
    color: white;
}

.list-item-footer div a{
    text-align: center;
    text-decoration: none;
    color: white;
    font-family: FiraSans-Light;
    font-size: 16px;
    margin: 0px;
}

#logo-colombia-footer{
    max-width: 180px;
    margin-left: 40%;
}

@media (max-width: 1036px) {
    #logo-colombia-footer{
        max-width: 150px;
        margin-left: 0px;
    }
}

@media (max-width: 991px) {
    #footer-logotipo{
        width: 100%;
        margin-left: 0px;
        display: flex;
        justify-content: center;
    }

    #footer-logotipo img{
        width: 300px;
    }

    #footer-info{
        margin-top: 40px;
    }

    .list-footer{
        display: block;
        margin-top: 40px;
    }

    #logo-colombia-footer{
        margin: 0px;
    }
}

@media (max-width: 575px) {

    #footer-info li *{
        text-align: center;
    }

    .list-footer{
        text-align: center;
    }

    #footer-content-img{
        margin-top: 40px;
        margin-bottom: 40px;
        display: flex;
        justify-content: center;
    }

    #logo-colombia-footer{
        margin: 0px;
    }

    #footer-redes{
        width: 100%;
        justify-content: space-around;
        margin-bottom: 60px;
    }
}
