.footer {
    background-color: black;
}

.textsFooter {
    padding-top: 10px;
}
.boxFooter1 {
    color: white;
    padding: 10px;
    font-size: 13px;
    text-align: center;
}

.textFooter1 {
    font-size: 11.8px;
    margin-top: 10px;
    font-weight: bold;
    text-align: center;
    padding: 5px;
}

/* ************************************************** */
.boxFooter2 {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
}

.ulFooter {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.iconPhoneFooter {
    list-style-type: none;
    text-align: left;
}

.fas.fa-phone-alt{
    padding: 15px;
    font-size: 15px;
    color: white ;
   
}
.numberPhoneFooter1 {
    text-decoration: none;
    display: block;
    margin-left: 20px;
    margin-top: -27px;
    color: white !important;
    font-weight: bold;
}

/********** */

.iconMessageFooter {
    list-style-type: none;
    padding: 15px;
    color: white;
    margin-left: 10px;
}
.fas.fa-envelope {
    color: white;
    font-size: 15px;
}
/* *********************************************** */
.address {
    list-style-type: none;
    color: white;
    padding: 15px;
}
.fas.fa-map-marker{
    font-size: 15px;
}

/*************************************************************/
@media screen and (max-width: 1200px) {
    .boxFooter2 {
        width: 80%;
    }
    .iconFooter {
        width: 12%;
    }
}
@media screen and (max-width: 945px) {
    .footer section {
        width: 100%;
        padding-right: 10px;
    }
}

@media screen and (max-width: 860px) {
    .boxFooter2 {
        font-size: 10px;
    }
   
    .fas.fa-phone-alt {
        font-size: 15px;
    }
   
    .fas.fa-globe {
        font-size: 20px;
    }
    .numberPhoneFooter1 {
        margin-top: -25px;
    }
}
@media screen and (max-width: 654px) {
    .boxFooter2 {
        width: 100%;
    }
}
@media screen and (max-width: 530px) {
    .ulFooter {
       flex-direction: column;
    }
    .iconPhoneFooter{
        text-align: center;
    }
    .fas.fa-phone-alt{
        margin-right: 90px;
        padding: 5px !important;
    }
    .iconMessageFooter {
        padding: 5px !important;
    }
    .address {
        padding: 5px;
    }
}


