body {
    font-family: "Archivo", sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    padding-top: 135px;
}

img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 0;
    line-height: normal;
}

h2 {
    color: #000000;
    font-size: 40px;
    font-weight: 300;
}

h6 {
    color: #000000;
    font-size: 24px;
    font-weight: 300;
}

a {
    text-decoration: none;
    transition: all 1s ease;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form-control:focus,
.form-select:focus {
    box-shadow: unset;
    border-color: #848688;
}

.navbar {
    background-color: #000;
    min-height: 140px;
    width: 100%;
    flex-wrap: wrap;
    transition: background-color 0.3s ease-in-out, min-height 0.3s ease-in-out;
}

.navbar-expand-lg .navbar-nav {
    width: 90%;
    justify-content: space-between;
    align-items: center;
}

.form-search-product .input-group {
    border-bottom: 1px solid #ffffff;
}

.form-search-product .form-control {
    background-color: transparent;
    border: 0;
    color: #ffffff;
    font-family: "Archivo";
    font-size: 14px;
    font-weight: 500;
}

.form-search-product .input-group-text {
    background-color: transparent;
    border: 0;
}

::placeholder {
    font-family: "Archivo";
    font-weight: 400;
    font-size: 14px;
    color: #757A7B !important;
}

.navbar-nav .nav-link {
    color: #ffffff;
    font-family: "Archivo";
    font-size: 14px;
    font-weight: 600;
    transition: color 0.3s ease-in-out;
    position: relative;
}

.navbar-nav .nav-link:hover {
    color: #757a7b;
}

.navbar-icons .cart-icon {
    position: relative;
}

.navbar-icons .dropdown-item {
    color: #000;
    font-family: "Archivo";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.navbar-icons .dropdown-item:focus,
.navbar-icons .dropdown-item:hover {
    color: #848688;
    background-color: transparent;
}

.drop-down-menu-services,
.drop-down-home-menu {
    display: none;
    position: fixed;
    top: auto;
    left: 0;
    width: 100%;
    height: 250px;
    background-color: #000;
    color: #FFFFFF;
    padding: 0;
    text-align: center;
}

.drop-down-left-services-menu {
    left: 480px;
    position: relative;
    width: 200px;
    text-align: start;
}

.drop-down-left-services-menu a {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.drop-down-menu-left-home {
    left: 250px;
    position: relative;
    width: 120px;
}

#services-item:hover .drop-down-menu-services,
.drop-down-menu-services:hover,
#home-item:hover .drop-down-home-menu,
.drop-down-home-menu:hover {
    display: block;
}

.drop-down-menu-services h6,
.drop-down-home-menu h6 {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.drop-down-menu-services ul,
.drop-down-home-menu ul {
    list-style-type: none;
    padding: 0;
}

.drop-down-menu-services li,
.drop-down-home-menu li {
    margin: 0;
    font-size: 14px;
    display: block;
    position: relative;
    cursor: pointer;
    width: fit-content;
}

.drop-down-menu-services li::after,
.drop-down-home-menu li::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #FFFFFF;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease-in-out;
}

.drop-down-menu-services li:hover::after,
.drop-down-home-menu li:hover::after {
    transform: scaleX(1);
}

/* MOBILE DROPDOWN ARROWS - HIDDEN BY DEFAULT */
.mobile-dropdown-arrow {
    display: none;
}

/* END DROPDOWN MENU SERVICES */

.navbar-icons .cart-icon .badge {
    position: absolute;
    bottom: -10px;
    right: -6px;
    background-color: #ffffff;
    width: 13px;
    height: 13px;
    color: #000;
    font-family: "Archivo";
    font-size: 8px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* STYLES FOR WHEN USER SCROLLS */
.scrolled-navbar {
    min-height: 100px !important;
}

/* ADD SMOOTH TRANSITIONS */
#search-form {
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}

/* HIDE FORM WITH SMOOTH TRANSITION */
.hide-search {
    height: 0;
    opacity: 0;
    visibility: hidden;
}

/* SHOW FORM WITH SMOOTH TRANSITION */
.show-search {
    opacity: 1;
    visibility: visible;
}

.mb-10px {
    margin-bottom: 10px;
}

.mb-18px {
    margin-bottom: 18px;
}

/* CAROUSEL */
.carousel-home img {
    max-width: 100%;
    width: 100%;
    height: calc(100vh - 135px);
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

.carousel-home .carousel-caption {
    position: absolute;
    width: 100%;
    height: calc(100vh - 135px);
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 0;
    padding-bottom: 0;
    flex-direction: column;
    justify-content: center;
}

.carousel-home h2 {
    color: #f8f8f8;
    /* webkit-text-fill-color: #F8F8F8;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #000000; */
    font-family: "Archivo";
    font-size: 48px;
    font-weight: 400;
    text-transform: uppercase;
}

.carousel-indicators {
    bottom: 65px;
    margin-bottom: 0;
    align-items: center;
}

.carousel-indicators [data-bs-target] {
    width: 30px;
    height: 5px;
    border-radius: 0;
    background-color: transparent;
    border: 1px solid #ffffff;
    opacity: 1;
    margin-right: 6px;
    margin-left: 6px;
}

.carousel-indicators .active {
    border-radius: 0;
    width: 30px;
    height: 5px;
    background-color: #ffffff;
}

#carouselBlog .carousel-indicators [data-bs-target],
#carouselBlog .carousel-indicators .active {
    border-radius: 0;
    background-color: transparent;
    border: 1px solid #ffffff;
    width: 30px;
    height: 5px;
}

#carouselBlog .carousel-indicators .active {
    background-color: #ffffff;
}

.carousel-article {
    height: 500px;
    overflow: hidden;
}

/* HISTORY */
.container-story .offset-xl-1 {
    margin-left: 5%;
    margin-right: 3%;
}

.container-story p.thirty {
    font-family: "Archivo";
    color: #dfdcdc;
    font-size: 185px;
    font-style: italic;
    font-weight: 100;
    margin-bottom: 0;
    text-align: right;
}

.container-story p.years {
    font-family: "Archivo";
    color: #bfbfbf;
    font-size: 61px;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 15.86px;
    margin-bottom: 0;
    text-align: right;
}

.container-story h2 {
    font-size: 48px;
    margin-bottom: 30px;
}

.container-story p {
    color: #757a7b;
    font-family: "Lato";
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 18px;
}

a.btn-see-more {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    width: 139px;
    height: 45px;
    text-align: center;
    border: 2px solid #000000;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.btn-see-more:hover {
    background: #000000;
    border: 2px solid #ffffff;
    color: #ffffff;
}

/* CHANGEABLE BANNER */
.container-banner-categories {
    position: relative;
    background-size: cover;
    background-position: center;
    transition: background-image 1s ease-in;
    height: 525px;
    display: flex;
    align-items: center;
}

.container-banner-categories::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(61, 61, 61, 0) 19.49%, #000 99.98%);
    z-index: 1;
}

.banner-menu {
    width: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.banner-menu a {
    margin: 0 15px;
    text-transform: uppercase;
    transition: color 0.3s;
    color: #fff;
    font-family: "Archivo";
    font-size: 40px;
    font-weight: 400;
}

.banner-menu a:hover {
    color: #757a7b;
}

/* FEATURED PRODUCTS */
.container-featured-products .product {
    position: relative;
}

.container-featured-products .product img {
    width: 100%;
    display: block;
    margin: 0 auto;
    transition: opacity 0.3s ease;
    height: 213px;
}

.container-featured-products .product .product-image-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.9s ease;
}

.container-featured-products .product:hover .product-image-hover {
    opacity: 1;
}

.container-featured-products .product:hover .product-image {
    opacity: 0;
}

.container-featured-products p,
.container-featured-products p span {
    color: #757a7b;
    font-family: "Lato";
    font-size: 16px;
    font-weight: 300;
}

.container-featured-products p span {
    font-weight: 400;
}

/* QUALITY OFFICE BANNER */
.banner-office-home {
    background: url("../images/banners/banner-office-home.jpg");
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    min-height: 536px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.banner-office-home img {
    width: 361.581px;
    height: 145.891px;
}

.btn-learn-more {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    width: 188px;
    height: 35px;
    display: block;
    margin: 42px auto 0 auto;
    text-align: center;
    border: 2px solid #ffffff;
    background: rgba(255, 255, 255, 0);
}

a.btn-learn-more:hover {
    color: #757a7b;
    border: 2px solid #757a7b;
    background-color: #ffffff;
}

/* SOCIAL */
.container-social p {
    color: #757a7b;
    font-family: "Lato";
    font-size: 16px;
    font-weight: 400;
}

.container-social a {
    color: #757a7b;
    font-family: "Lato";
    font-size: 20px;
    font-weight: 400;
}

.container-social a img {
    width: 22px;
    height: 22px;
}

/* FOOTER */
footer {
    background: #000000;
    padding-top: 30px;
    min-height: 257px;
}

footer h6 {
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 23px;
}

footer a {
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    display: block;
    margin-bottom: 17px;
}

footer p {
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
}

footer img.network-social {
    width: 15px;
    height: 15px;
}

footer .btn-whatsapp {
    width: 49px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .btn-whatsapp a {
    margin-bottom: 0;
}

footer .btn-whatsapp img {
    width: 28px;
    height: 28px;
    margin: 0 auto;
    display: block;
}

.carousel-historia .carousel-item {
    opacity: 0;
    filter: blur(10px);
    transition: opacity 2s ease, filter 2s ease;
}

.carousel-historia .carousel-item.active {
    opacity: 1;
    filter: blur(0);
}

.carousel-historia .slide1,
.carousel-historia .slide2,
.carousel-historia .slide3,
.carousel-historia .slide4 {
    background-image: url("../images/banners/slider-historia1.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: size;
    height: calc(100vh - 140px);
}

.carousel-historia .slide2 {
    background-image: url("../images/banners/slider-historia2.jpg");
}

.carousel-historia .slide3 {
    background-image: url("../images/banners/slider-historia3.jpg");
    background-position: bottom;
}

.carousel-historia .slide4 {
    background-image: url("../images/banners/slider-historia4.jpg");
}

.carousel-historia img,
.carousel-blog img {
    width: 100%;
    max-width: 100%;
    height: calc(100vh - 140px);
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

.carousel-article img {
    height: 500px;
}

.carousel-historia .carousel-caption,
.carousel-blog .carousel-caption {
    position: absolute;
    width: 100%;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    height: 500px;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 0;
    padding-bottom: 0;
    flex-direction: column;
    justify-content: center;
}

.carousel-blog h1 {
    color: #F8F8F8;
    font-family: "Archivo";
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.carousel-historia h2 {
    color: #ffffff;
    text-align: center;
    font-family: "Lato";
    font-size: 32px;
    font-weight: 400;
    max-width: 730px;
}

.carousel-historia img.quality-center {
    height: 230px;
    object-fit: contain;
}

.container-our-internal-story {
    padding-top: 30px;
    padding-bottom: 30px;
}

.container-our-internal-story h2 {
    color: #757a7b;
    font-family: "Lato";
    font-size: 44px;
    font-weight: 300;
}

.container-our-internal-story p {
    color: #757a7b;
    font-family: "Lato";
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    line-height: normal;
}

.container-our-internal-story img {
    width: 370px;
    height: 472px;
}

.container-signature img {
    width: 116px;
    height: 116px;
}

.container-signature p {
    color: #757a7b;
    font-family: "Lato";
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.our-services-container h2 {
    color: #000;
    font-family: "Archivo";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.our-services-container h3 {
    color: #000;
    font-family: "Lato";
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.our-services-container p {
    color: #757a7b;
    font-family: "Lato";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.our-services-container img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.service-item-container .paragraph {
    height: 120px;
}

img.service1 {
    height: 298px;
    width: 511px;
    object-fit: cover;
}

.paragraph2 {
    height: 130px;
}

#form,
#formMobile {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.btn-interested {
    color: #fff;
    font-family: "Archivo";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.4px;
    width: 350px;
    height: 60px;
    text-align: center;
    border-radius: 36.025px;
    border: 2px solid #fff;
    background: #000;
    box-shadow: -1px -1px 7.3px 1px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.btn-interested img.whatsapp-icon {
    width: 37px;
    height: 37px;
    margin-right: 15px;
    transition: all 0.3s ease;
}

.btn-interested:hover img.whatsapp-icon {
    content: url("../images/services/whatsapp-black.svg");
}

form.form-container {
    border: 1px solid #848688;
    background: #fff;
    padding: 30px;
    position: relative;
}

form.form-container .close-btn {
    position: absolute;
    right: -10px;
    top: -10px;
    cursor: pointer;
}

form.form-container .close-btn img {
    width: 31px;
    height: 31px;
}

form label {
    color: #000;
    font-family: Archivo;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

form input[type="text"],
form input[type="email"],
form input[type="tel"],
form input[type="date"],
form input[type="number"],
form input[type="password"],
form input[type="time"],
form textarea {
    max-width: 340px;
    height: 33px;
    border: 1px solid #848688;
    background: #fff;
    border-radius: 0;
    font-size: 16px;
    color: #000;
    font-weight: 300;
}

form textarea.form-control {
    max-width: 100%;
    border: 1px solid #848688;
    height: 124px;
    min-height: 124px;
    max-height: 124px;
    border-radius: 0;
    font-size: 16px;
    color: #000;
    font-weight: 300;
}

form .btn-send {
    color: #fff;
    font-family: Archivo;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 159px;
    height: 33px;
    border: 1px solid #000;
    background: #000;
    border-radius: 0;
    margin-top: 20px;
}

form .btn-send:hover {
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
}

.input-container {
    max-width: 340px;
    height: 33px;
    position: relative;
}

.calendar-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-image: url("../images/services/calendar.svg");
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}

.article-item {
    max-width: 1029px;
    min-height: 597px;
    border: 1px solid #000;
    background: #FFF;
}

.article-item img {
    width: 1030px;
    height: 360px;
    object-fit: cover;
}

.article-item .text {
    padding: 30px 40px;
}

.article-item h6 {
    color: #757A7B;
    font-family: Archivo;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.article-item p {
    color: #757A7B;
    font-family: "Lato";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.article-item a.btn-leer-mas {
    color: #000;
    font-family: Archivo;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: 1px solid #000;
    background: #FFF;
    width: 126px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.internal-item-article {
    max-width: 1100px;
}

.internal-item-article h4 {
    color: #000;
    text-align: center;
    font-family: Archivo;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.internal-item-article p {
    color: #757A7B;
    font-family: "Lato";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 30px;
}

.internal-item-article img {
    width: 866px;
    height: 348px;
    display: block;
    margin: 0 auto 30px auto;
    object-fit: cover;
    border-radius: 9px;
}

.btn-return {
    color: #000;
    font-family: Archivo;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
}

.previous-posts .background-black {
    background: #000000;
    padding-top: 20px;
    padding-bottom: 20px;
}

.previous-posts h6 {
    color: #000;
    font-family: Archivo;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.previous-posts img {
    width: 172px;
    height: 156px;
    object-fit: cover;
}

.previous-posts p {
    color: #FFF;
    font-family: Archivo;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.previous-posts span {
    color: #FFF;
    font-family: Archivo;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
}

.previous-posts img.white-line {
    width: 170px;
    height: 2px;
    object-fit: contain;
}

.post-anterior h6 {
    color: #4F4F4F;
    font-family: Archivo;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.post-anterior img {
    width: 107px;
    height: 1px;
}

.post-anterior a {
    color: #4F4F4F;
    font-family: "Lato";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
}

.contact-form label {
    color: #000;
    font-family: "Archivo";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="number"],
.contact-form select {
    border: 1px solid #ACACAC;
    background: #FFF;
    border-radius: 0;
}

.contact-form textarea {
    height: 190px;
    border: 1px solid #ACACAC;
    background: #FFF;
    border-radius: 0;
}

.contact-form input[type="submit"] {
    width: 159px;
    border: 1px solid #000000;
    background: #000000;
    border-radius: 0;
    color: #FFF;
    font-family: "Archivo";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transition: all 0.5s ease;
}

.contact-form input[type="submit"]:hover {
    background: #ffffff;
    color: #000000;
}

.contact-form .custom-arrow {
    background-image: url("../images/general/down-arrow.svg");
    background-position: calc(100% - 20px) 8px, 100% 0;
    background-repeat: no-repeat;
    background-size: 14px;
    appearance: none;
}

.contact-information h5 {
    color: #000;
    font-family: Archivo;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.contact-information p {
    color: #757A7B;
    font-family: "Lato";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.banner-office {
    background-image: url("../images/banners/banner-office.jpg");
    min-height: 600px;
    background-size: cover;
    background-position: center;
}

.office-information p {
    color: #757A7B;
    font-family: "Lato";
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.container-projects h1,
.brands-container h1 {
    color: #000;
    font-family: Archivo;
    font-size: 48px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-align: center;
}

.banner-japones,
.banner-project {
    background: url("../images/banners/banner-school.jpg");
    background-attachment: fixed !important;
    background-position: center;
    background-size: cover;
    min-height: 464px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.banner-huawei {
    background: url("../images/banners/banner-huawei.jpg");
}

.banner-project h6 {
    color: #F8F8F8;
    font-family: Archivo;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.customers-section {
    text-align: center;
}

.customers-logos {
    color: #848688;
    font-family: "Lato";
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.customers-logos span {
    display: inline-block;
    margin: 0 10px;
}

.brand-item {
    width: 200px;
}

.brand-item h6 {
    color: #000;
    font-family: "Archivo";
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-align: center;
}

.brand-item img {
    height: 114px;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}

.brand-item p {
    color: #757A7B;
    font-family: "Lato";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.btn-quote {
    color: #000;
    font-family: Archivo;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 3.6px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 390px;
    height: 72px;
    border-radius: 36.025px;
    border: 2px solid #000;
    background: #FFF;
    box-shadow: -1px -1px 7.3px 1px rgba(0, 0, 0, 0.25);
    transition: all 1s ease;
}

.btn-quote:hover {
    color: #ffffff;
    background: #000000;
}

.history-video {
    width: 100%;
    height: auto;
}

.banner-school {
    background-image: url("../images/banners/banner-school.jpg");
    min-height: 600px;
    background-size: cover;
    background-position: center;
}

.office-container h1 {
    color: #000;
    font-family: Archivo;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.office-container p {
    color: #757A7B;
    font-family: "Archivo";
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.gallery-office img {
    width: 100%;
    height: 564px;
    display: block;
    margin: 0 auto;
    object-fit: cover;
}

.welcome {
    background-color: #000000;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.welcome h1 {
    color: #FFF;
    font-family: "Archivo";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 12px;
    text-align: center;
    text-transform: uppercase;
}

.user-registration-content {
    border: 1px solid #903646;
    background: #FFF;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.12);
    padding: 30px 50px;
}

.user-registration-content h2 {
    color: #903646;
    font-family: "Archivo";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}

.user-registration-content h3 {
    color: #6C6C6C;
    font-family: "Lato";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
}

.user-registration-content p {
    color: rgba(83, 83, 83, 0.80);
    font-family: "Lato";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;
}

.user-registration-content a {
    color: #9E292B;
    font-family: "Lato";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.user-registration-content .btn-send {
    width: 100%;
    height: 33px;
    flex-shrink: 0;
    background: #903646;
    border: 1px solid #903646;
    color: rgba(255, 255, 255, 0.80);
    font-family: Archivo;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.user-registration-content .btn-send:hover {
    border: 1px solid #903646;
    color: #903646;
}

.user-registration-content .input-group-text {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #9E292B;
}

.user-registration-content .input-group-text img {
    width: 14px;
    height: 14px;
}

.user-registration-content form input[type="password"],
.user-registration-content form input[type="email"],
.user-registration-content form input[type="text"],
.user-registration-content form input[type="number"] {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #9E292B;
    color: rgba(83, 83, 83, 0.80);
    font-family: "Lato";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.user-registration-content h6 {
    color: #6C6C6C;
    text-align: center;
    font-family: "Lato";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}

.welcome-profile {
    background-color: #000000;
    height: 90px;
    display: flex;
    align-items: center;
}

.welcome-profile img {
    height: 47px;
    margin-right: 10px;
}

.welcome-profile p {
    color: #FFF;
    font-family: "Archivo";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.welcome-profile .btn-logout {
    color: #000;
    font-family: "Archivo";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    width: 137px;
    height: 31px;
    background: #FFF;
    border-color: #ffffff;
    border-radius: 0;
    float: right;
    transition: all 1s ease;
}

.welcome-profile .btn-logout:hover {
    background-color: #000000;
    color: #ffffff;
}

.profile-container h1 {
    color: #903646;
    font-family: "Archivo";
    font-size: 48px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.profile-container form {
    border: 1px solid #848688;
    background: #FFF;
    padding: 50px;
}

.profile-container h2 {
    color: #000;
    font-family: "Archivo";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.profile-container label {
    color: #903646;
    font-family: "Archivo";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.suggested-related-products h3 {
    color: #000;
    font-family: "Archivo";
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.suggested-related-products .card {
    border: 0;
}

.suggested-related-products .card img {
    height: 315px;
}

.suggested-related-products p {
    color: #000;
    font-family: "Archivo";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.gray-line {
    width: 100%;
    height: 3px;
    background: #848688;
}

.nav-cart {
    min-height: 100px;
}

.nav-cart .navbar-nav {
    width: 50%;
}

.nav-cart .nav-link {
    font-size: 16px;
    text-transform: uppercase;
}

.white-border {
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 15px;
}

.shopping-cart-container h1 {
    color: #000;
    font-family: "Archivo";
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
}

.shopping-cart-container h2,
.purchase-summary h2 {
    color: #000;
    font-family: "Archivo";
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.shopping-cart-container h6 {
    color: #000;
    font-family: "Archivo";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 10px;
    height: 20px;
}

.shopping-cart-container p {
    color: #4F4F4F;
    font-family: "Archivo";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shopping-cart-container .border-light,
.shopping-cart-container .border-end {
    border-color: #848688 !important;
}

.shopping-cart-container .card {
    border-radius: 0;
    border: none;
    background: transparent;
}

.shopping-cart-container img {
    height: 150px;
}

.shopping-cart-container input[type="number"] {
    max-width: 100%;
    width: 50px;
    height: 50px;
    text-align: center;
    border-left: none;
    border-right: none;
    border-top: none;
    text-align: center;
    margin: 0 auto;
}

.shopping-cart-container .btn-send {
    width: 229px;
    height: 43px;
}

.shopping-cart-container .white-border .row {
    min-height: 120px;
    align-items: center;
}

.shopping-cart-container .btn {
    border: none;
    padding: 0;
}

.shopping-cart-container .total h6 {
    height: auto;
    font-weight: 600;
    display: inline-block;
    font-size: 20px;
    margin-bottom: 0;
}

.shopping-cart-container .total p {
    display: inline-block;
    min-height: auto;
    font-weight: 600;
    color: #CC3434;
    font-size: 20px;
}

/* PRODUCTS */
.banner-categories,
.banner-garden,
.banner-somier,
.banner-deco,
.banner-diningroom,
.banner-living {
    background-image: url("../images/banners/banner-living.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.banner-diningroom {
    background-image: url("../images/banners/banner-dining-room.jpg");
}

.banner-garden {
    background-image: url("../images/banners/banner-outdoor.jpg");
}

.banner-somier {
    background-image: url("../images/banners/banner-bedroom.jpg") !important;
}

.banner-deco {
    background-image: url("../images/banners/banner-deco.jpg") !important;
}

.banner-categories h6 {
    color: #FFF;
    font-family: "Archivo";
    font-size: 64px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.bg-black {
    background-color: #000000;
    min-height: 730px;
}

/* PRODUCT CATEGORIES CONTAINER */
.container-category-products .breadcrumb-item a {
    text-decoration: none;
    color: #000;
    font-family: "Archivo";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.container-category-products .breadcrumb-item li.active {
    text-decoration: none;
    color: #4F4F4F;
    font-family: "Archivo";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.container-category-products .filter-row {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.container-category-products .form-check .form-check-input {
    border-radius: 0;

}

.container-category-products .form-check-input:checked[type=radio] {
    background-color: #000000;
    border-color: #000000;
}

.container-category-products .form-check label {
    color: #000;
    font-family: "Archivo";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.container-category-products .gray-line {
    max-width: 100%;
    height: 1px;
    background: #848688;
}

.container-category-products .categorias {
    margin-top: 10px;
}

.container-category-products .categorias ul {
    margin-left: 0;
    padding-left: 15px;
}

.container-category-products .order-section {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.container-category-products h6 {
    color: #000;
    font-family: "Archivo";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.container-category-products h3 {
    color: #000;
    font-family: "Archivo";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.container-category-products a.nav-link,
.container-category-products h2.button,
.container-category-products button.nav-link {
    color: #757A7B;
    font-family: "Archivo";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-decoration: none;
}

.container-category-products button.jplist-selected {
    color: #000;
    font-weight: 700;
}

.container-category-products .product-card {
    text-align: center;
    border: none;
}

.container-category-products .product-card img {
    max-width: 100%;
    height: 214px;
    object-fit: cover;
}

.container-category-products .product-card a,
.container-category-products .product-card p {
    color: #000;
    font-family: "Archivo";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.product-price span{
    color: #757A7B;
    font-family: "Archivo";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: line-through;
    display: inline-block;
}

.product-price span.sale-price {
    color: #000000;
    margin-left: 10px;
    text-decoration: none;
}

.product-price span.price {
    color: #000000;
    margin-left: 0px;
    text-decoration: none;
}

.product-detail h2 {
    color: #000;
    font-family: "Archivo";
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.product-detail h3 {
    color: #757A7B;
    font-family: "Archivo";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: line-through;
    display: inline-block;
}

.product-detail h3.discounted-price {
    color: #000000;
    margin-left: 20px;
    text-decoration: none;
}

.product-detail h3.price {
    color: #000000;
    margin-left: 0px;
    text-decoration: none;
}

.product-detail p {
    color: #757A7B;
    font-family: "Lato";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.product-detail h6 {
    color: #4F4F4F;
    font-family: "Archivo";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.product-detail .materials img {
    height: 71px;
}

.product-detail .line-gray {
    border-top: 1px solid #848688;
    margin: 20px 0;
}

.product-detail .accordion-button {
    color: #000000;
    font-family: 'Archivo', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    background-color: transparent;
    border: none;
}

.product-detail .accordion-button::after {
    background-image: url('../images/general/materialmore.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.product-detail .accordion-item h2 {
    color: #000000;
    font-family: "Archivo";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    border: 0;
}

.product-detail .accordion-item h2 button {
    border: 0;
    padding: 0;
}

.product-detail .accordion-button {
    box-shadow: none;
}

.category-btn,
.subcategory-btn {
    cursor: pointer;
}

.product-detail .accordion-item {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #848688;
}

.product-detail .category-btn {
    cursor: pointer;
    padding: 0;
    display: block;
    color: #000000;
}

.product-detail .category-btn:hover {
    text-decoration: underline;
}

.product-detail .category-btn.active {
    font-weight: bold;
}


.product-detail .accordion-body {
    padding: 5px 15px;
}

.container-add-cart h5 {
    color: #757A7B;
    font-family: "Archivo";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.container-add-cart .input-group {
    justify-content: space-between;
}

.container-add-cart input[type="number"] {
    width: 118px;
    border: 1px solid #000;
    background: #FCFCFC;
    color: #000;
    font-family: "Archivo";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    border-radius: 0;
    flex: none;
    text-align: center;
    line-height: 14px;

}

.container-add-cart .btn-add-cart {
    border-radius: 0;
    width: 200px;
    border: 1px solid #000000;
    background: #000000;
    color: #FFF;
    font-family: "Archivo";
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all 1s ease;
}

.container-add-cart .btn-add-cart:hover {
    color: #000000;
    background: #ffffff;
}

.product-detail .carousel-item img {
    width: auto;
    height: 498px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.product-detail .carousel-thumbnails img {
    width: auto;
    height: 112px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    transition: box-shadow 0.3s ease;
}

.product-detail .carousel-thumbnails img.active-thumbnail {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.product-detail .carousel-control-prev-icon {
    background-image: url("../images/general/left-arrow.svg");
    width: 34px;
    height: 65px;
}

.product-detail .carousel-control-next-icon {
    background-image: url("../images/general/right-arrow.svg");
    width: 34px;
    height: 65px;
}

.wcs_button {
    background: transparent !important;
    background-image: url('../images/general/whatsapp-green.png') !important;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain !important;
    padding: 0;
    border-radius: 0 !important;
}

.wcs_button_label {
    color: #FFFFFF !important;
    background: #757A7B !important;
}

.wcs_popup_header,
.wcs_popup_person_status {
    background: #757A7B !important;
}

.wcs_popup_person_img img {
    border: none !important;
}

#modalSuscription .modal-body {
    padding: 0;
    font-family: "Archivo";
}

#modalSuscription .modal-body img {
    object-fit: cover;
    height: 540px;
}

#modalSuscription h6 {
    font-size: 22px;
    font-weight: 700;
    color: #000;
}

#modalSuscription p {
    font-size: 16px;
    color: #757A7B;
}

#modalSuscription input[type="email"] {
    max-width: 100%;
    height: auto;
    font-size: 16px;
    color: #757A7B;
    text-align: center;
}

#modalSuscription input[type="submit"] {
    background-color: #000000;
    border: 1px solid #000000;
    width: 100%;
    text-transform: uppercase;
    border-radius: 0;
    color: #FFFFFF;
    transition: all 1s ease;
}

#modalSuscription input[type="submit"]:hover {
    background-color: #FFFFFF;
    color: #000000;
}

#accordionProductos .accordion-item {
    border: 0;
}

#accordionProductos .agregar-boton-mas::after {
    background-image: url(../images/general/materialmore.svg) !important;
    background-size: contain;
    background-repeat: no-repeat;
}

#accordionProductos .accordion-button::after {
    background-image: none;
}

#accordionProductos h2 button {
    padding: 0;
    color: #757A7B;
    font-family: "Archivo";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    border: 0;
}

.content-paging button {
    margin-bottom: 0;
    border: 1px solid #212529;
    background: transparent;
    color: #212529;
    border-radius: 5px;
    width: 27px;
    height: 32px;
}

.content-paging .jplist-selected {
    border: 1px solid #212529;
    background: #212529;
    color: #FFFFFF !important;
}

.trash-btn {
    border: 0;
    background: transparent;
}

.trash-icon {
    height: 20px;
    width: 20px;
}

.purchase-summary h6 {
    color: #903646;
    font-family: "Archivo";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
}

.purchase-summary span {
    color: #656565;
    font-family: "Archivo";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.purchase-summary input[type="time"] {
    width: 110px;
    display: inline-block;
    margin-left: 10px;
}

.purchase-summary textarea.form-control {
    min-height: 60px;
    height: auto;
    max-width: 65%;
}

.purchase-summary iframe {
    width: 100%;
    height: 270px;
}

.purchase-summary .btn-send {
    width: 229px;
    height: 43px;
    margin-top: 0;
}

.shopping-cart-container .btn-return {
    font-size: 16px;
    font-weight: 300;
}

.shopping-cart-container .my-orders .view-detail {
    color: #42AF4A;
    font-family: "Archivo";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: block;
}

.btn-back {
    color: #000;
    font-family: "Archivo";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.breadcrumb-item.current,
.breadcrumb-item a {
    color: #000;
}

.breadcrumb-item.pending,
.breadcrumb-item.pending a {
    color: #6c757d;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #6c757d;
}

.small-w70{
    width: 70%;
    display: block;
    margin-top: 5px;
    font-size: 0.75em;
}
