/*
------------------------------------
FOOTER
------------------------------------
*/

footer{
    background-color: #000000;
}

.footer-content{
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 0;
}

.first-footer-section{
    width: 23%;
    text-align: center;
}

.first-footer-section p{
    color: #ffffff;
    padding: 20px 0;
}

.logo-footer img{
    margin: 0 auto;
}

.social-icons-footer{
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.social-icons-footer img{
    margin: 0 10px;
}

.second-footer-section{
    width: 23%;
    display: inline-flex;
    flex-direction: column;
    text-align: left;
}

.text-second-footer-section h4,
.third-footer-section h4,
.fourth-footer-section h4{
    color: var(--partneryellow);
}

.text-second-footer-section a,
.third-footer-section a,
.fourth-footer-section a{
    color: #ffffff;
    font-family: var(--pharagraph-font-family);
	font-size: var(--pharagraph-normal);
    font-weight: 400;
    line-height: 30px;
}

.third-footer-section p {
    color: #ffffff;
    font-family: var(--pharagraph-font-family);
	font-size: var(--pharagraph-normal);
    line-height: 24px;
    margin-bottom: 20px;
}

.btns-second-footer-section .container-btn{
    margin-top: 40px;
}

.third-footer-section{
    width: 26%;
}

.fourth-footer-section{
    width: 20%;
}

.img-legal-footer{
    margin-top: 30px;
}

.img-legal-footer img{
    margin-bottom: 10px;
}

@media only screen and (max-width: 1240px) {   
    .first-footer-section{
        width: 23%;
    }

    .second-footer-section,
    .third-footer-section{
        width: 26%;
    }

    .fourth-footer-section{
        width: 20%;
    }

    .yellow-btn{
        padding: 10px 20px;
        font-size: 1.3rem;
        letter-spacing: 0px;
    }
    
    .dark-yellow-btn{
        padding: 10px 20px;
        font-size: 1.3rem;
        letter-spacing: 0px;
    }
}

@media only screen and (max-width: 1024px) {
    .first-footer-section{
        width: 23%;
        padding: 0 10px;
    }

    .second-footer-section,
    .third-footer-section{
        width: 25%;
    }

    .fourth-footer-section{
        width: 20%;
    }
}

@media only screen and (max-width: 768px) {
    .footer-content h4{
        margin-bottom: 10px;
    }
    
    .first-footer-section{   
        width: 80%;
        margin: 0 auto 50px;
    }

    .second-footer-section,
    .third-footer-section{
        width: 100%;
        text-align: center;
        margin-bottom: 50px;
    }

    .btns-second-footer-section{
        display: inline-flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .btns-second-footer-section .container-btn {
        margin: 30px 10px 0;
    }

    .fourth-footer-section{
        width: 100%;
        text-align: center;
    }

    .img-legal-footer {
        display: inline-flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}


/*
------------------------------------
CREDENTIALE
------------------------------------
*/

#credentials{
    background-color: var(--blue);
    padding: 10px 0;
}

.credentials-content {
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.credentials-left a,
.credentials-right a,
.credentials-right p{
    color: #000000;
    font-family: var(--pharagraph-font-family);
	font-size: var(--pharagraph-small);
}


@media only screen and (max-width: 1240px) {
    
}

@media only screen and (max-width: 1024px) {
    
}

@media only screen and (max-width: 768px) {
    .credentials-content {
        width: 100%;
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 480px) {
    
}