/** Seção de comentários do script - início ------------------------------------------------------------------------------------------- */

/**  1) Estilos globais */
/**  2) Estilos para o loader customizado */

/** Seção de comentários do script - fim ----------------------------------------------------------------------------------------------- */

/** 1) --------------------------------------------------------------------------------------------------------------------------------- */

.hide {
    display: none !important;
}

.ul-customized-text-ordering {
    word-break: break-all;
    text-align: justify;
    hyphens: auto;
}

.container-banner {
    display: inline-grid;
    z-index: 1;
}

@media (min-width: 1921px) {
    .img-banner {
        position: absolute;
        right: 0px;
        height: 100%;
        width: auto !important;
        z-index: 0;
    }
}
@media (max-width: 1920px) and (min-width: 1601px) {
    .img-banner {
        position: absolute;
        right: 0px;
        height: 90%;
        width: auto !important;
        margin-top: 5vh;
        z-index: 0;
    }
}
@media (max-width: 1600px) and (min-width: 1081px) {
    .img-banner {
        position: absolute;
        right: 0px;
        height: 75%;
        width: auto !important;
        margin-top: 10vh;
        z-index: 0;
    }
}

@media (max-width: 1080px) and (min-width: 721px) {
    .img-banner {
        position: absolute;
        right: 0px;
        width: 130% !important;
        z-index: 0;
        bottom: 0px;
    }
}

@media (max-width: 720px) {
    .img-banner {
        position: absolute;
        right: 0px;
        width: 90% !important;
        z-index: 0;
        bottom: 0px;
    }
}

/** 1) --------------------------------------------------------------------------------------------------------------------------------- */

/** 2) --------------------------------------------------------------------------------------------------------------------------------- */

.loader-customized {
    align-items: center;
    top: 0px;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 101;
    margin: 0;
    padding: 0;
    background: linear-gradient(rgb(0 47 101 / 72%), rgb(58 58 58 / 78%)) !important;
}

.loader-customized-icon {
    width: 8rem;
    height: 8rem;
}

/** 2) --------------------------------------------------------------------------------------------------------------------------------- */

/** 3) --------------------------------------------------------------------------------------------------------------------------------- */

.whatsapp-icon {
    z-index: 20;
}

@media (min-width: 768px) {
    .float {
        right: 40px;
        position: fixed;
        height: 60px;
        bottom: 30px;
        z-index: 100;
    }
}

@media (max-width: 767px) {
    .float {
        right: 20px;
        position: fixed;
        height: 35px;
        bottom: 30px;
        z-index: 100;
    }
}

/** 3) --------------------------------------------------------------------------------------------------------------------------------- */

/** 4) --------------------------------------------------------------------------------------------------------------------------------- */

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

@media (max-width: 575px) {

    .modal-content {
        background-color: #fefefe;
        margin: 15vh auto;
        padding: 20px;
        border: 1px solid #888;
        width: 80%;
    }

}

@media (min-width: 576px) {

    .modal-content {
        background-color: #fefefe;
        margin: 20vh auto;
        padding: 20px;
        border: 1px solid #888;
        width: 80%;
    }

}

@media (min-width: 992px) {

    .modal-content {
        background-color: #fefefe;
        margin: 30vh auto;
        padding: 20px;
        border: 1px solid #888;
        width: 80%;
    }

}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/** 4) --------------------------------------------------------------------------------------------------------------------------------- */