body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    list-style: none;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

footer {
    width: 100%;
    background-color: #2D2D2D;
}

footer div {
    font-size: 12px;
    padding: 10px;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}

.content {
    margin-top: 78px;
    background-color: #ECECEA;
}

.carousel-item .card {
    border: none;
}

.design-header {
    min-height: 200px;
    background-image: url('../assets/home/Image4.jpg');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.design-header div {
    display: flex;
    align-items: center;
    padding-left: 1rem;
    min-height: 200px;
    background-color: rgba(255, 193, 19, 0.8);
}

#carouselDesign .content-image {
    width: 100%; 
    display: flex; 
    justify-content: center;
}

#carouselDesign .content-image img {
    width: auto; 
    height: 300px;
}

#carouselDesign .content-info {
    padding: 0;
}

#carouselDesign .content-info div {
    width: 100%;  
    height: 100%; 
    text-align: center; 
    display: flex; 
    justify-content: center; 
    align-items: center;
    background-color: rgba(0, 0, 0, 0.4); 
}

.categories-header {
    min-height: 200px;
    background-image: url('https://img.freepik.com/free-psd/corporate-stationery-branding-mockup-top-view_144389-206.jpg?t=st=1652915250~exp=1652915850~hmac=fd28a03fb8d3cf10e656bc9d953eeaae58a4999ed4bcb9fdd3948dc22e9761cc&w=996');
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}

.categories-header div{
    display: flex;
    align-items: center;
    padding-left: 1rem;
    min-height: 200px;
    background-color: rgba(0, 0, 0, 0.4);
}

.categories {
    min-height: 300px;
    padding-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
    background-color: #EBEFF2;

    background-image: url('https://img.freepik.com/free-photo/popcorn-yellow-background-with-copy-space_23-2148425061.jpg?w=996');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.categories .content-icon {
    width: 210px;
    margin-top: 50px;
    display: flex;
    align-items: center;
    text-decoration: none;
    flex-direction: column;
    justify-content: flex-start;
}

.categories .content-icon:hover {
    padding: 15px;
    border-radius: 10px;
    background-color: #EB8C38;
}

.categories .content-icon:hover span {
    color: #EBEFF2;
}

.categories .content-icon img {
    width: 96px;
    height: 96px;
    margin-bottom: 30px;
}

.categories .content-icon span {
    color: #2D2D2D;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.categories .content-icon .btn-categories {
    color: #2D2D2D;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    background-color: transparent;
}

.categories .content-icon .btn-categories:hover {
    font-size: 16px;
}

.list-social-networks {
    margin-top: 20px;
    list-style: none;
    padding: 0;
    width: 40%;
}

.list-social-networks li a{
    color: inherit;
}

::-webkit-scrollbar {
    height: 4px;
    width: 4px;
}
  
::-webkit-scrollbar-thumb {
    background: #707070; 
    border-radius: 10px;
}

.contact-info {
    padding: 3rem;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: url('https://img.freepik.com/free-photo/young-woman-using-audio-headset-computer-call-center-job-offering-helpline-assistance-people-female-consultant-talking-clients-customer-care-service-helping-with-telemarketing_482257-43318.jpg?w=826');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-info .name{
    display: flex;
    align-items: center;
    font-size: 1.5rem;
}

.contact-info .name .text{
    color: white;
    font-size: 1.5rem;
    font-weight: 600;
    margin-left: 20px;
    font-family: 'Roboto';
    text-shadow: 2px 2px 3px black;
}

.contact-info .name .icon{
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    background-color: #55A6AE;
}

.img-thumbnail {
    min-height: 250px;
    max-height: 250px;
    min-width: 250px;
    max-width: 250px !important;
    background-position: center;
    background-size: cover;
}

.gallery-images {
    display: flex;
    overflow: auto;
    margin-bottom: 3rem;
}

.gallery-images .content-img-gallery {
    margin: 0 10px;
}

.services {
    margin-top: 20px;
}

.title-home-one {
    margin-right: 25px;
    letter-spacing: 3px;
}

@media (max-width: 600px) {
    .services {
        margin-top: 0;
    }
    .title-home-one {
        letter-spacing: 0;
        margin-right: 0;
    }
    .contact-info .name .email-contact {
        font-size: 1.2rem;
    }
}

.services .options{
    max-height: 192px;
    overflow: auto;
}

#branding:hover{
    color: white;
    background-color: #7EADE6;
}

#print:hover {
    color: white;
    background-color: #84D2F0;
}

#large-format:hover {
    color: white;
    background-color: #83D7D9;
}

#atl:hover {
    color: white;
    background-color: #84F0D3;
}

#btl:hover {
    color: white;
    background-color: #7EE6AD;
}

#activation:hover {
    color: white;
    background-color: #7EADE6;
}