header {
    background-color: rgba(255, 255, 255, 0.04) !important;
}


.navbar {
    flex-direction: column;
}
.contact-links a,
footer a {
    text-decoration: none !important;
}

.card-tecn {
    padding-top: 80px;
    margin-top: 120px;
}

.card-img-abs {
    top: -120px;
    left: 0; 
    right: 0; 
    margin-inline: auto; 
    width: fit-content;
    border-radius: 6px;
}


.info {
    flex: 2;
}

.big-img {
    border-radius: 10px;
    aspect-ratio: 6.4/6.2;
    object-fit: cover;
}

.apps {
    align-items: center;
}

.galeria {
    flex: 3;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
    overflow: hidden;

    align-items: center;
}
.galeria-item {
    max-width: 100%;
    width: 100%;
    aspect-ratio: 5/4;
    object-fit: cover;
    border-radius: 8px;
}


/* WhatsApp Widget */
.whatsapp-button {
    display: block;
    width: 64px;
    height: 64px;
    background-color: #25D366;
    
    border: none;
    border-radius: 50%;
    
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999999;
    
    box-shadow:  1.4px 3px 12px rgba(0, 0, 0, 0.25);
    
    cursor: pointer;
    
    display: flex;
    align-items: center;
    justify-content: center;
}
.whatsapp-button:hover {
    background-color: #1da851;
}

.whatsapp-button::before {
    content: "";
    width: 14px;
    height: 14px;
    background-color: #cf1b1b;
    border-radius: 50%;
    
    position: absolute;
    top: 3px;
    right: 3px;
}

.whatsapp-chat {
    width: 335px;
    font-family: 'Roboto','Helvetica Neue',Helvetica,Arial,sans-serif;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 12px 24px 0px;
    
    position: fixed;
    bottom: 70px;
    right: 20px;
    margin-bottom: 0px;
    z-index: 999999;
    
    opacity: 0;
    visibility: hidden;
    
    transition: opacity 0.3s ease 0s, margin 0.3s ease 0s, visibility 0.3s ease 0s;
}

.wp-active {
    opacity: 1;
    visibility: visible;
    margin-bottom: 26px;
}

.whatsapp-chat-header {
    display: flex;
    align-items: center;
    padding: 24px;
    
    
    background-color: #128C7E;
    color: white;
}
.whatsapp-chat-body {
    background-color: #ECE5DD;
    padding: 24px;
}
.whatsapp-chat-footer {
    background-color:white;
    padding: 24px;
}
.whatsapp-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 20px;
    height: 20px;
    opacity: 0.4;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.whatsapp-close:hover {
    opacity: 0.8;
}
.whatsapp-close::before,
.whatsapp-close:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 2px;
    background-color: rgb(255, 255, 255);
    display: block;
    border-radius: 2px;
}
.whatsapp-close::before {
    transform: rotate(45deg);
}
.whatsapp-close:after {
    transform: rotate(-45deg);
}

.whatsapp-pic {
    width: 52px;
    height: 52px;
    background-image: url('https://sando.com.mx/resources/images/wp-profile-pic.jpeg');
    background-size: cover;
    border-radius: 50%;
}
.whatsapp-contact-info {
    margin-left: 10px;
    margin-right: 10px;
}
.whatsapp-contact-name {
    display: block;
    font-weight: bold;
    margin-bottom: 4px;
}
.whatsapp-contact-time {
    font-size: 13px;
}
.whatsapp-message {
    display: inline-block;
    padding: 10px;
    border-radius: 8px;
    font-size: 14px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
    line-height: 1.6;
}
.whatsapp-start-chat {
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    background-color: #128C7E;
    color: white;
    padding: 10px;
    margin-top: 20px;
    border-radius: 20px;
}
.whatsapp-start-chat:hover {
    text-decoration: underline;
    color: white;
}



#jumbis * {
    /* outline: 1px solid sandybrown; */
}

@media (max-width: 499px) {
    .contact-bar .contact-links {
        flex-direction: column;
    }

    .galeria {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr;
    }
}

@media (min-width: 500px) {
    .product-intro {
        max-width: 550px;
    }
}