/* region Header */
#home-header {
    background-color: #C8171D;
    border-bottom-right-radius: 100px;
    min-height: 650px;
    background-image: url("../../img/website/masks/jachegou_site_bg2.png");
    background-repeat: no-repeat;
    background-position: right bottom;
}

#home-header .navbar {
    background-color: rgba(255, 255, 255, 0) !important;
}



#home-header a:hover {
    color: #F6A703;
}

#home-header .nav-item {
    margin-left: 20px;
}

.search-container {
    margin-top: 100px;
    margin-bottom: 100px;
}

#home-header h1 {
    font-size: 50px;
    font-weight: 800;
}

.search {
    z-index: 2;
}

#home-header .search {
    border-radius: 25px;
    height: 50px;
    background-color: white;
    border: solid 1px #e9e9e9;
    display: flex;
    padding-left: 24px;
    padding-right: 24px;
    width: 60%;
    position: relative;
}

#home-header .search img {
    margin-top: auto;
    margin-bottom: auto;
}

#home-header .search input {
    border: none;
    width: 100%;
}

.last-used-addresses {
    width: 60%;
    background-color: white;
    border: solid 1px #e9e9e9;
    border-radius: 10px;
    margin-top: 10px;
    z-index: 2;
}

#address-login {
    color: #F6A703;
}



.address-item {
    display: flex;
    margin-bottom: 16px;
    border: solid 1px #e9e9e9;
    border-radius: 10px;
    padding: 8px 16px;
    gap: 15px;
    cursor: pointer;
}

.address-data {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.address-selected {
    align-self: center;
    width: 15px;
}

.address-item img {
    width: 20px;
    height: 20px;
}

.address-item h4 {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 0;
}

.address-item p {
    margin-bottom: 0;
    font-size: 14px;
}

/* region AutoComplete */
.ui-menu h4,
.ui-menu h4:visited {
    font-size: 14px;
    font-weight: 800;
}

.ui-menu p,
.ui-menu p:visited {
    font-size: 12px;
}

.ui-state-active h4,
.ui-state-active p {
    color: black;
}

.ui-menu-item{
    height: 42px;
    border: 1px solid #ececf9;
}
.ui-widget-content .ui-state-active {
    background-color: white !important;
    border: none !important;
}

.image {
    width: 5%;
    float: left;
    padding: 10px;
}
.image img{
    width: 15px;
}
.label{
    padding: 8px 0;
    width: 95%;
    float:right;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
}

.spinner {
    position: absolute;
    right: 16px;
    top: 16px;
}
/* endregion */

@media screen and (max-width: 1024px) {
    #home-header .search, .last-used-addresses {
        width: 80%;
    }
}

@media screen and (max-width: 768px) {
    #home-header .search, .last-used-addresses {
        width: 100%;
    }

    #home-header button {
        margin-left: 30px;
    }
}
/* endregion */

/* region Categories */
#home-categories {
    padding-top: 80px;
    padding-bottom: 80px;
}

#home-categories h2 {
    font-weight: 800;
}

#home-categories .category-item {
    background-image: url("../../img/website/masks/categoria.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 40px;
}

#home-categories .background-image {
    width: 55px;
    height: 55px;
    border-radius: 28px;
    margin: auto;
}

#home-categories .background-image img {
    margin: auto;
    position: relative;
    top: 15px;
}

#home-categories .background-image i {
    color: white;
    font-size: 22px;
    position: relative;
    top: 16px;
}

#home-categories h5 {
    font-weight: 900;
    font-size: 23px;
    margin-top: 20px;
}

/* endregion */

/* region Work */
#home-work {
    background-color: #C8171D;
    border-bottom-left-radius: 80px;
    min-height: 530px;
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url("../../img/website/masks/jachegou_site_bg.png");
    background-repeat: no-repeat;
    background-position: left bottom;
}

#home-work h2 {
    text-align: center;
    color: white;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 60px;
}

.work-item {
    background-color: white;
    border-radius: 40px;
    padding: 40px;
}

.work-item h3 {
    font-size: 24px;
    font-weight: 700;
}

/* endregion */

/* region Apps */
#home-apps {
    min-height: 720px;
    padding-top: 200px;
    background-image: url("../../img/website/banners/app_banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    /*background-attachment: fixed;*/
}

#home-apps h2 {
    font-weight: 900;
    font-size: 50px;
}

#home-apps p {
    font-size: 26px;
    margin-top: 10px;
    margin-bottom: 40px;
}

#home-apps img {
    height: 50px;
    margin-right: 20px;
}

.hover-address {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100vw;
    height: 100vh;
    display: none;
}
/* endregion */
