#index .container-alegria-big {
    max-width: 1600px;
}
/* Home Banners */
#index .novedades-image {
    position: relative;
    margin-top: 70px;
    width: 100%;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover !important;
}
#index .home-banners {
    margin-top: 70px;
    margin-bottom: 70px;
}
#index .home-banners .block-title {
    margin-bottom: 25px;
}
#index .home-banners .two-banners-big {
    width: 100%;
    display: flex;
    align-items: initial;
    margin-bottom: 80px;
}
#index .home-banners .two-banners-big .image {
    flex-basis: 65%;
    width: 65%;
    height: 750px;
    background-size: cover !important;
}
#index .home-banners .two-banners-big .text {
    flex-basis: 35%;
    width: 35%;
    background: #f8f9fa;
    padding: 0 4rem;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#index .home-banners .two-banners-big .text h2 {
    font-size: 33px;
    color: #555;
    text-align: center;
    margin-bottom: 35px;
    font-weight: 500;
}
#index .home-banners .two-banners-big .text p {
    font-size: 18px;
    text-align: center;
}
#index .home-banners .two-banners {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}
#index .home-banners .two-banners .left-banner, #index .home-banners .two-banners .right-banner {
    flex-basis: calc(50% - 15px);
    width: calc(50% - 15px);
    height: auto;
    position: relative;
}
#index .home-banners .two-banners .left-banner .image, #index .home-banners .two-banners .right-banner .image {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover !important;
    height: 500px;
}
#index .home-banners .two-banners .left-banner .alegria-button, #index .home-banners .two-banners .right-banner .alegria-button {
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
#index .home-banners .two-banners .left-banner:hover .alegria-button, #index .home-banners .two-banners .right-banner:hover .alegria-button {
    opacity: 1;
}
#index #recomendadoresHomeNavegacion, #index #recomendadoresHomeVendidos {
    margin-top: 50px;
}
/* Marcas */
#index .brandsHome {
    margin-top: 100px;
    margin-bottom: 100px;
}
#index .brandsHome img {
    filter: grayscale(100%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
#index .brandsHome img:hover {
    filter: grayscale(0%);
}
/* Home Options Contact */
#index .footer-menu {
    width: 100%;
    background: url('/themes/poralegria/assets/img/bg-circulos.png') repeat center center;
}
#index .footer-menu .container-alegria-big {
    display: flex;
}
#index .footer-menu .container-alegria-big .item {
    flex-basis: 25%;
    width: 25%;
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#index .footer-menu .container-alegria-big .item p {
    text-align: center;
    margin-bottom: 0;
}
#index .footer-menu .container-alegria-big .item p:first-child {
    font-weight: bold;
}
#index .footer-menu .container-alegria-big .item:hover {
    cursor: pointer;
    background-color: #ffa4c8;
}
#index .footer-menu .container-alegria-big .item:hover * {
    color: #fff;
}
#index .footer-menu .container-alegria-big .item .icon {
    width: 45px;
    height: 45px;
    margin-bottom: 10px;
}
#index .footer-menu .container-alegria-big .item#mail .icon {
    background: url('/themes/poralegria/assets/img/icons_home/mail-icon.png') no-repeat center center;
    background-size: contain;
}
#index .footer-menu .container-alegria-big .item#mail:hover .icon {
    background: url('/themes/poralegria/assets/img/icons_home/mail-icon-hover.png') no-repeat center center;
    background-size: contain;
}
#index .footer-menu .container-alegria-big .item#phone .icon {
    background: url('/themes/poralegria/assets/img/icons_home/phone-icon.png') no-repeat center center;
    background-size: contain;
}
#index .footer-menu .container-alegria-big .item#phone:hover .icon {
    background: url('/themes/poralegria/assets/img/icons_home/phone-icon-hover.png') no-repeat center center;
    background-size: contain;
}
#index .footer-menu .container-alegria-big .item#shipping .icon {
    background: url('/themes/poralegria/assets/img/icons_home/shipping-icon.png') no-repeat center center;
    background-size: contain;
}
#index .footer-menu .container-alegria-big .item#shipping:hover .icon {
    background: url('/themes/poralegria/assets/img/icons_home/shipping-icon-hover.png') no-repeat center center;
    background-size: contain;
}
#index .footer-menu .container-alegria-big .item#devolution .icon {
    background: url('/themes/poralegria/assets/img/icons_home/devolution-icon.png') no-repeat center center;
    background-size: contain;
}
#index .footer-menu .container-alegria-big .item#devolution:hover .icon {
    background: url('/themes/poralegria/assets/img/icons_home/devolution-icon-hover.png') no-repeat center center;
    background-size: contain;
}

#footer .content-subfooter #logo-ue img {
    width: 350px;
}

#footer .content-subfooter #logo-ue {
    background-color: #9d9d9d;
}

@media (max-width: 768px) {
    #footer .content-subfooter #logo-ue img {
        width: 200px;
    }
}