* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #EBEBEB !important;
}

footer {
    width: 100%;
    height: 50vh;
    background-color: #a3a3a3;
    display: flex;
    flex-direction: row;
    border-left: 1px solid #042433;
    border-right: 1px solid #042433;
}

.footer-center {
    height: 100%;
    width: calc(100% - 200px);
    padding: 20px;
    border-left: 1px solid #042433;
    border-right: 1px solid #042433;
}

.footer-left,
.footer-right {
    width: 100px;
}

.footer-right {
    display: flex;
    align-items: end;
}

.circle-left-footer {
    width: 150px;
    height: 150px;
    border-bottom: 1px solid #042433;
    border-right: 1px solid #042433;
    border-bottom-right-radius: 300px;
}

.circle-right-footer {
    width: 150px;
    height: 150px;
    border-top: 1px solid #042433;
    border-left: 1px solid #042433;
    border-top-left-radius: 300px;
    margin-left: -50px !important;
}

.footer-center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.footer-center-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 80%;
    width: 60%;
}

.footer-center-bottom {
    text-align: center;
    margin-top: 10px !important;
    width: 50%;
    border-top: 2px solid white;
    height: 10%;
    padding: 5px;
}

.footer-center-bottom p {
    color: white;
    font-weight: bold;
    font-family: "Nunito", sans-serif;
    font-size: 18px;
}

.footer-item-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 100%;
    border-right: 2px solid white;
}

.footer-item {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 50%;
    height: 100%;
    padding: 20px;
}

.footer-item-img img {
    width: 300px;
}

.footer-item-top {
    color: white;
    font-family: "Share Tech Mono", monospace;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}

.footer-item-bottom {
    font-size: 17px;
    color: white;
    font-weight: bold;
    font-family: "Nunito", sans-serif;
}

#link {
    color: white;
    text-decoration: underline;
}

#link-email,
#link-insta {
    background-color: transparent;
    border: none;
    text-decoration: none;
    color: white;
    cursor: pointer;
    font-weight: bold;
    font-family: "Nunito", sans-serif;
    height: 30px;
    margin-bottom: 5px !important;
}

#whatsapp-icon {
    margin-right: 5px
}

#email-icon {
    margin-right: 5px;
}

#email {
    cursor: pointer;
}

.footer-item-bottom i {
    margin-right: 5px;
}


@media (max-width: 575.98px) and (max-width: 767.98px) {

    footer {
        height: auto;
    }

    .footer-left,
    .footer-right {
        width: 20px;
    }

    .footer-center {
        width: calc(100% - 40px);
    }

    .circle-left-footer {
        width: 50px;
        height: 50px;
    }

    .circle-right-footer {
        width: 50px;
        height: 50px;
        margin-left: -25px !important;
    }

    .footer-center-top {
        flex-direction: column-reverse;
        width: 100%;
    }

    .footer-center-bottom {
        width: 100%;
    }

    .footer-item-img {
        padding: 0px;
        border: none;
    }

    .footer-item-img,
    .footer-item {
        width: 100%;
    }

    .footer-item {
        padding: 0px;
    }

    #link-email,
    #link,
    .footer-item-bottom {
        font-size: 17px;
    }

}

/* Estilos para telas grandes */
@media (min-width: 768px) and (max-width: 991.98px) {

    .footer-center-bottom {
        width: 90%;
    }

    .footer-item-img,
    .footer-item {
        width: 100%;
    }

    #link-email,
    #link,
    .footer-item-bottom {
        font-size: 15px;
    }

}

/* Estilos para telas extra grandes */
@media (min-width: 992px) and (max-width: 1199.98px) {

    .footer-center-top {
        width: 100%;
    }
    
}

/* Estilos para telas ultra grandes */
@media (min-width: 1200px) {}