.BoxBotonWhatsappFlotante {
    position: fixed;
    right: 25px;
    bottom: 100px;
    z-index: 10;
}
.BoxBotonWhatsappFlotante .BtnLink {
    background: linear-gradient(180deg, rgba(95,252,123,1) 0%, rgba(40,209,70,1) 100%);
    width: 60px;
    height: 60px;
    background-size: contain;
    border-radius: 50%;
    box-shadow: 0px 5px 5px rgb(0 0 0 / 20%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.tiktok::after {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -0.125em;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23363636' d='M16.6 5.82s.51.5 0 0A4.28 4.28 0 0 1 15.54 3h-3.09v12.4a2.59 2.59 0 0 1-2.59 2.5c-1.42 0-2.6-1.16-2.6-2.6c0-1.72 1.66-3.01 3.37-2.48V9.66c-3.45-.46-6.47 2.22-6.47 5.64c0 3.33 2.76 5.7 5.69 5.7c3.14 0 5.69-2.55 5.69-5.7V9.01a7.35 7.35 0 0 0 4.3 1.38V7.3s-1.88.09-3.24-1.48'/%3E%3C/svg%3E");
}

.banner_carpinteria {}
.banner_carpinteria .single-banner-item {
    background-color: #dfdfdf;
    background-size: contain !important;
    background-position: right center !important;
    padding: 100px 0;
}

.card_proyectos {
    text-align: center;
}
.card_proyectos .link {
    display: block;
}
.card_proyectos .link .imagen {}
.card_proyectos .link .titulo {
    color: #2A4B9B;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin-bottom: 0;
    margin-top: 12px;
    text-transform: uppercase;
}

.product-description .text_large {
    font-size: 1.3rem;
    line-height: 1.8rem;
}

.product-description p {
    font-size: 1.063rem;
    line-height: 1.5rem;
}

.product-description h2 {
    font-size: 1.188rem;
    line-height: 1.5rem;
    font-weight: 700;
}

.product-description h3 {
    font-size: 1.063rem;
    line-height: 1;
    font-weight: 700;
}

.product-description .btn.btnWhatsapp {
    background-color: #2DD449;
    font-size: 0.875rem;
    line-height: 1;
    padding: 11px 30px;
}

.product-description .btn.btnWhatsapp i {
    font-size: 20px;
    margin-left: 10px;
    vertical-align: middle;
}

@media (max-width: 991px) {
    .banner_carpinteria .single-banner-item {
        padding: 50px 0px 0;
        background-image: none !important;
    }
    .product-description .text_large {
        font-size: 1.125rem;
        line-height: 1.5rem;
    }
    .product-description p {
        font-size: 1rem;
        line-height: 1.35rem;
    }
    .product-description h2 {
        font-size: 1.125rem;
    }
    .product-description h3 {
        font-size: 1rem;
    }
}

@media (max-width: 575px) {
    .card_proyectos .link .titulo {
        font-size: 1rem;
        line-height: 1.25rem;
    }
}

@media (min-width: 768px) {
    .single-product-section .container {
        max-width: 890px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 1040px;
    }
    .single-product-section .container {
        max-width: 1040px;
    }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
  .single-product-section .container {
        max-width: 1200px;
    }
}