.hero-item .hero-content-2 .btn {
    background-color: #f4edd3;
    color: #606060;
}

.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;
}

.seccion_banner_contacto .btn.btn_wsp:hover {
    background-color: #fff;
    color: #4c585b;
}

.producto_hero {
    padding: 64px 0;
    background: #F4EDD3;
    background: linear-gradient(180deg, rgba(244, 237, 211, 1) 60%, rgba(255, 255, 255, 1) 60%);
}
.producto_hero .producto_hero_titulo {}
.producto_hero .producto_hero_titulo span {
    font-weight: 600;
    color: #7e99a3;
    font-size: 20px;
    line-height: 27px;
}
.producto_hero .producto_hero_titulo h1 {
    font-size: 48px;
    line-height: 57px;
    color: #4c585b;
    font-weight: 700;
}
.producto_hero .producto_hero_titulo h2 {
    font-weight: 600;
    color: #333333;
    font-size: 26px;
    line-height: 40px;
}
.producto_hero .producto_hero_titulo p {
    font-size: 17px;
    font-weight: 400;
    color: #333333;
}
.producto_hero .producto_hero_fotos {}


.seccion_productos {
    background-color: #4c585b;
    color: #fff;
}

.seccion_productos .section-title h2 {
    color: #fff;
}

.seccion_proceso.seccion_productos .box-pasos .pasos-details .title {
    color: #fff;
}

.seccion_proceso.seccion_productos .como-funciona_bottom .btn {
    background-color: #fff;
}

.producto_galeria {
    padding: 48px 0 64px;
    background: #4C585B;
    background: linear-gradient(180deg, rgba(76, 88, 91, 1) 20%, rgba(255, 255, 255, 1) 20%);
}
.producto_galeria .grid_galeria {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.producto_galeria .grid_galeria img {
    border-radius: 16px;
}

.seccion_modelo .box_content .title {
    font-size: 40px;
    line-height: 1;
    color: #4c585b;
    font-weight: 700;
}

.seccion_modelo .box_content p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}

.linea {
    display: block;
    width: 64px;
    height: 6px;
    background-color: #4c585b;
    margin: 16px 0;
}

.wrapper_botonera {
    border-right: 1px solid #4c585b;
    padding: 0 48px 48px 0;
}
.wrapper_botonera .seleccion {}
.filtro-botonera {}
.filtro-botonera button {
    display: block;
    width: 100%;
    text-align: left;
    padding: 10px 24px;
    border: 2px solid #4c585b;
    border-radius: 6px;
    background-color: #4c585b;
    color: #fff;
    margin-bottom: 6px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
}
.filtro-botonera button.active {
    background-color: #fff;
    color: #4c585b;
}
.filtro-botonera button:hover {
    background-color: #fff;
    color: #4c585b;
}

.wrapper_modulo_dinamico {
    padding: 24px;
}
.wrapper_modulo_dinamico .modulo {
    display: none;
}
.wrapper_modulo_dinamico .modulo.active {
    display: block;
}
.wrapper_modulo_dinamico .title {
    font-size: 28px;
    line-height: 1;
    color: #4c585b;
    font-weight: 700;
}
.wrapper_modulo_dinamico .text {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
}

.wrapper_modulo_dinamico .tamano {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.wrapper_modulo_dinamico .tamano .tamano_inner {
    border-radius: 6px;
    overflow: hidden;
}
.wrapper_modulo_dinamico .tamano .tamano_inner .tamano_imagen {
    background-color: #ededed;
    padding: 32px 24px;
}
.wrapper_modulo_dinamico .tamano .tamano_inner .tamano_imagen img {
    width: 100%;
}
.wrapper_modulo_dinamico .tamano .tamano_inner .tamano_content {
    background-color: #f4edd3;
    text-align: center;
    font-size: 20px;
    line-height: 1;
    color: #4c585b;
    font-weight: 600;
    padding: 24px;
    position: relative;
}
.wrapper_modulo_dinamico .tamano .tamano_inner .tamano_content::before {
    content: '';
    display: block;
    width: 28px;
    height: 18px;
    background-image: url('../images/productos/Flecha.svg');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -9px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.wrapper_modulo_dinamico .colores {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.wrapper_modulo_dinamico .colores .colores_inner {
    border-radius: 6px;
    overflow: hidden;
}
.wrapper_modulo_dinamico .colores .colores_inner .colores_imagen {
    border-radius: 6px;
    overflow: hidden;
}
.wrapper_modulo_dinamico .colores .colores_inner .colores_imagen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wrapper_modulo_dinamico .colores .colores_inner .colores_content {
    text-align: center;
    font-size: 17px;
    line-height: 1;
    color: #4c585b;
    font-weight: 600;
    padding: 16px 12px;
    border: 2px solid #4c585b;
    border-radius: 6px;
    position: relative;
    margin-top: 5px;
}
.wrapper_modulo_dinamico .colores .colores_inner .colores_content::before {
    content: '';
    display: block;
    width: 28px;
    height: 18px;
    background-image: url('../images/productos/Flecha.svg');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

/* Ocultar select en desktop */
.filtro-select-mobile {
  display: none;
}

.filtro-select-mobile select {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #4c585b;
    height: 44px;
    padding: 10px 16px;
    border: 2px solid #4c585b;
    border-radius: 6px;
}

/* .filtro-select-mobile .nice-select::after {
    border-bottom: 2px solid #4c585b;
    border-right: 2px solid #4c585b;
    height: 10px;
    margin-top: -7px;
    right: 24px;
    width: 10px;
}

.filtro-select-mobile .nice-select .list {
    width: 100%;
} */

.carrusel-producto .slick-arrow {
    opacity: 0;
    visibility: hidden;
}

.carrusel-producto .slick-slide img {
    border-radius: 16px;
}

.flecha-float {
    position: absolute;
    top: 64px;
    left: -50px;
    width: 100px;
    z-index: 1;
    pointer-events: none;
}

.flecha-float-02 {
    position: absolute;
    bottom: -70px;
    right: 24px;
    width: 300px;
    z-index: 1;
    pointer-events: none;
}

.carrusel-producto.slick-slider .slick-dots {
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    padding-right: 15px;
    margin-left: 48px;
}

.carrusel-producto.slick-slider .slick-dots li {
    margin: 0 8px;
}

.carrusel-producto.slick-slider .slick-dots li button {
    width: 10px;
    height: 10px;
    border: 1px solid #f4edd3;
    background-color: #f4edd3;
}

.carrusel-producto.slick-slider .slick-dots li.slick-active button {
    border: 1px solid #7e99a3;
    background-color: #7e99a3;
}

/*--------------------------------------------------------------
##  List Check
--------------------------------------------------------------*/
.list_check li::before {
    display: inline-block;
    width: 1.7rem;
    height: 1.7rem;
    vertical-align: -0.125em;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E%3Cpath fill='%234c585b' stroke='%234c585b' stroke-miterlimit='10' stroke-width='6' d='M48.3 103.45L12.65 67.99a2.2 2.2 0 0 1 0-3.12l9-9.01c.86-.86 2.25-.86 3.11 0l23.47 23.33c.86.86 2.26.85 3.12-.01l51.86-52.36c.86-.87 2.26-.87 3.13-.01l9.01 9.01c.86.86.86 2.25.01 3.11l-56.5 57.01l.01.01l-7.45 7.49c-.86.86-2.26.86-3.12.01z'/%3E%3C/svg%3E");
    float: left;
}

.list_check li .list_inner {
    padding-left: 40px;
}

.list_check li .list_inner h3 {
    font-size: 1.5rem;
    line-height: 1.1;
    color: #1a1a1a;
    font-weight: 600;
    margin-bottom: 0;
}

.list_check li .list_inner p {
    font-size: 1.063rem;
}

.producto_detalle .box_content .title {
    font-size: 32px;
    line-height: 1.1;
    color: #4c585b;
    font-weight: 700;
}

.wrapper_modulo_dinamico.modulo_calcareos .tamano {
    grid-template-columns: repeat(3, 1fr);
}

.wrapper_modulo_dinamico .modulo2,
.wrapper_modulo_dinamico .modulo3 {
    display: none;
}

.wrapper_modulo_dinamico .modulo2.active,
.wrapper_modulo_dinamico .modulo3.active {
    display: block;
}

@media (max-width: 1199px) {
    .wrapper_modulo_dinamico .colores .colores_inner .colores_content {
        font-size: 18px;
    }
    .wrapper_modulo_dinamico .text {
        font-size: 18px;
        line-height: 24px;
    }
    .flecha-float-02 {
        bottom: -80px;
        width: 300px;
    }
}

@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;
    }
    .wrapper_botonera {
        border-right: 0;
        padding: 0;
    }
    .wrapper_modulo_dinamico {
        padding: 0;
    }
    .filtro-select-mobile {
        display: block;
        margin-bottom: 1rem;
    }
    .filtro-botonera {
        display: none;
    }
    .flecha-float {
        top: -10px;
        left: -10px;
        transform: rotate(45deg);
    }
}

@media (max-width: 767px) {
    .producto_hero .producto_hero_titulo h1 {
        font-size: 32px;
        line-height: 40px;
    }
    .producto_hero .producto_hero_titulo h2 {
        font-size: 20px;
        line-height: 26px;
    }
    .producto_hero .producto_hero_titulo p {
        font-size: 16px;
    }
    .producto_galeria .grid_galeria {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .card_proyectos .link .titulo {
        font-size: 1rem;
        line-height: 1.25rem;
    }
    .wrapper_modulo_dinamico .title {
        font-size: 24px;
    }
    .wrapper_modulo_dinamico .tamano .tamano_inner .tamano_imagen {
        padding: 24px 12px;
    }
    .wrapper_modulo_dinamico .tamano .tamano_inner .tamano_content {
        padding: 16px;
    }
    .wrapper_modulo_dinamico .colores {
        grid-template-columns: repeat(2, 1fr);
    }
    .wrapper_modulo_dinamico .colores .colores_inner .colores_content {
        font-size: 16px;
    }
    .seccion_modelo .box_content .title {
        font-size: 40px;
    }
    .seccion_modelo .box_content p {
        font-size: 18px;
        line-height: 24px;
    }
    .wrapper_modulo_dinamico .text {
        font-size: 16px;
        line-height: 22px;
    }
    .flecha-float {
        top: -28px;
        left: inherit;
        right: -10px;
        transform: rotate(90deg);
        width: 56px;
    }
    .flecha-float-02 {
        bottom: 0;
        width: 100%;
        position: relative;
        right: 0;
        margin-top: 24px;
    }
    .carrusel-producto.slick-slider .slick-dots {
        justify-content: center;
        padding-right: 0;
        margin-left: 0;
        max-width: 100%;
    }
    .producto_detalle .box_content .title {
        font-size: 24px;
    }
    .list_check li::before {
        width: 1.5rem;
        height: 1.5rem;
    }
    .list_check li .list_inner {
        padding-left: 30px;
    }
    .list_check li .list_inner h3 {
        font-size: 1.125rem;
        line-height: 1.2;
    }
    .list_check li .list_inner p {
        font-size: 0.875rem;
        line-height: 1.2;
    }
}

@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;
    }
}