/* START FOOTER */
footer {
    padding-top: 50px;
    position: relative;
}

.footer__logo {
    position: absolute;
    left: 48%;
    top: 0;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    background-color: #f8f8f8;
    border-radius: 50%;
    padding: 15px;
    /*background-image: url(../img/logoBgc.png);*/
    /*background-repeat: no-repeat;*/
}

.footer__logo__bgc {
    width: 273%;
    height: auto;
    position: absolute;
    top: -10%;
    left: -92%;
    z-index: -1;
}

.spanAddress {
    font-weight: bold;
}

.footer__mojavezImg {
    display: flex;
    justify-content: space-around;
}

    .footer__mojavezImg img {
        width: 30%;
    }

.footer__center__text p {
    text-align: justify;
    line-height: 2.3;
    font-size: 13px;
}

.footer__socials {
    display: flex;
    justify-content: center;
}

    .footer__socials img {
        margin: 0 5px;
    }

footer address * {
    font-size: 12px;
}

footer address > * {
    margin-bottom: 10px;
}

.footer__address__location {
    /* text-align: center; */
}

    .footer__address__location span, .footer__address__phone span {
        vertical-align: 8px;
        margin-right: 5px;
        line-height: 2;
    }

.footer__address__phone {
    display: flex;
}

.footer__address__phone__number span {
    display: block;
    margin-top: 8px;
    margin-right: 80px;
}

.footer__address__email {
    display: flex;
    flex-wrap: wrap;
}

.footer__address__email__text span {
    vertical-align: 6px;
    margin-right: 5px;
}

.footer__address__email__number span {
    display: block;
    margin-top: 10px;
    margin-right: 77px;
}


.footer__copyrightHelp {
    padding: 35px 0;
    background-color: #e3e3e3;
    margin-top: 20px;
    font-size: 12px;
    /* height: 66px;
    line-height: 66px; */
}

.footer__copyrightHelp__left {
    text-align: left;
}
/* END FOOTER */






@media (max-width: 1200px) {
}

@media (max-width: 992px) {
    footer address img {
        display: none;
    }

    .footer__address__location {
        line-height: 2;
        text-align: center;
    }

    .footer__address__phone {
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer__address__phone__text {
        margin: auto;
    }

    .footer__address__phone__number span {
        display: block;
        margin-top: 8px;
        margin-right: 0;
    }

    .footer__address__phone__number {
        min-width: 200px;
        text-align: center;
    }

    .footer__address__email {
        justify-content: center;
    }

    .footer__address__email__text {
        margin: auto;
    }

    .footer__address__email__number {
        min-width: 200px;
        text-align: center;
    }

        .footer__address__email__number span {
            margin-right: 0;
        }

    @media (max-width: 768px) {
        .footer__copyrightHelp__left {
            text-align: center;
            margin: 30px auto !important;
        }

        .footer__copyrightHelp {
            padding: 35px 0 0;
        }
    }

    @media (max-width: 576px) {
        .footer__logo__hero {
            position: relative;
            right: 40px;
        }

        .footer__logo__bgc {
            right: -15px;
        }

        .footer {
            margin-top: 40px;
        }
    }

    /* boot */
    @media (min-width: 576px) {
    }

    @media (min-width: 768px) {
    }

    @media (min-width: 992px) {
    }
}

@media (min-width: 1200px) {
}

