* {
    font-family: 'Montserrat', sans-serif;
    box-sizing: border-box;
}


body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    flex-grow: 1;
}

.say-header {
    height: 70px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 0 60px;
}

.say-header .container-limited {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.say-header .say-header__logo {
    height: 46px;
    width: 100px;
    flex-shrink: 0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../assets/says-logo.png");
}


.say-header .say-header__nav {
    display: flex;
    list-style-type: none;
}

.say-header .say-header__nav-toggle{
    color: black;
    font-size: 25px;
    width: 45px;
    height: 45px;
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}


.say-header .say-header__nav-toggle:hover {
    background: rgba(0, 0, 0, 0.05);
}
.say-header .say-header__nav-toggle:active {
    background: rgba(0, 0, 0, 0.1);
}

.say-header__nav li {
    font-family: 'Red Hat Display', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    padding: 0 30px;
}

.say-header__nav li a {
    color: #000;
    text-decoration: none;
}

.say-header__nav li.active a {
    color: #FC5234;
}

.say-header__nav li a:hover {
    text-decoration: underline;
}


.container-limited {
    max-width: 1400px;
    margin: auto;
}










.hero-section {
    background: #ECECEC;
    min-height: 900px;
    padding: 30px 30px;
}

.herobox {
    position: relative;
    aspect-ratio: 2 / 1;
    width: 100%;
    max-width: 1400px;
    border-radius: 24px;
    overflow: hidden;
    margin: auto;
    background: none;
    margin-bottom: 65px;
}


.herobox .swiper-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.herobox .swiper-slider .youtube-video{

}

.herobox .swiper-slider .youtube-video iframe{
    width: 100%;
    height: 100%;
}

.herobox .says-swiper-button {
    position: absolute;
    top: 50%;
    margin-top: calc(0px - (55px / 2));
    width: 55px;
    z-index: 10;
    cursor: pointer;
    height: 55px;
    border-radius: 50%;
    background: white;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.herobox .says-swiper-button.swiper-button-disabled {
    opacity: 0.75;
    cursor: not-allowed;
}


.herobox .says-swiper-button-prev {
    left: 20px;
}

.herobox .says-swiper-button-next {
    right: 20px;
}


.hero-section .promotext {
    max-width: 450px;
    margin: auto;
    margin-bottom: 65px;
}

.hero-section .promotext h2 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: 'Red Hat Display', sans-serif;
    text-align: center;
}

.hero-section .promotext p {
    font-size: 14px;
    margin: 0;
    text-align: center;
}


.hero-section .product-slide {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 65px;
}

.hero-section .swiper-slide {
    width: 332px;
}

.hero-section .product-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 332px;
    height: 375px;
    background: white;
    border-radius: 8px;
    border-bottom: 2px solid #E7E7E7;
    padding: 35px 25px;
    color: black;
    text-decoration: none;
}

.hero-section .product-card img {
    width: 205px;
    height: 212px;
    object-fit: contain;
}

.hero-section .product-card h3 {
    margin: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Red Hat Display', sans-serif;
    text-align: center;
}

.hero-section .product-card p {
    margin: 0;
    font-size: 14px;
    text-align: center;
}

.product-slide-button {
    margin: auto;
    display: flex;
    justify-content: space-between;
    height: 55px;
    width: 220px;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    border-radius: 8px;
    background: black;
    color: #fff;
    align-items: center;
    padding: 22px;
    margin-bottom: 75px;

}
.product-slide-button i {
    font-size: 24px;
}


.cards-section {
    display: flex;
    justify-content: center;
    gap: 75px;
    max-width: 1400px;
    margin: auto;
    flex-wrap: wrap;
    padding:  45px;
}

.card {
    height: 300px;
    flex-grow: 1;
    border-radius: 8px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    color: white;
}

.card-body {
    background: linear-gradient(90deg, rgba(0,0,0,0.15) 25%, rgba(0,0,0,0.75) 100%);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.card-content {
    max-width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-right: 60px;
}

.card-content h3 {
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: right;
}

.card-content a {
    display: flex;
    height: 47px;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    border-radius: 8px;
    background: #FC5234;
    color: #fff;
    align-items: center;
    padding: 0 15px;
}
.card-content a i {
    margin-left: 24px;
}




.say-footer {
    display: flex;
    width: 100%;
    background: black;
    flex-direction: column;
    align-items: center;
}

.say-footer .say-footer__contacts, .say-footer .say-footer__copyright, .say-footer .say-footer__sitemap {
    display: flex;
    justify-content: space-between;
    padding: 10px 60px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    min-height: 35px;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    max-width: 1400px;
    width: 100%;
    flex-wrap: wrap;
}

.say-footer .say-footer__contacts .numbers {
    display: flex;
    align-items: center;
    margin: 2px;
}

.say-footer .say-footer__contacts .address {
    margin: 2px;
}

.say-footer .say-footer__contacts .divider {
    display: inline-block;
    height: 15px;
    width: 1px;
    background: rgba(255, 255,255, 0.5);
    margin: 0 10px;
}

.say-footer .say-footer__contacts i {
    margin-right: 5px;
}


.say-footer .say-footer__sitemap {
    height: auto;
    justify-content: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 35px 0;
    max-width: none;
}

.say-footer .say-footer__sitemap .logo-xl {
    width: 125px;
    height: 125px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url("../assets/says-logo-xl.svg");
}

.say-footer .say-footer__sitemap .divider {
    height: 125px;
    width: 1px;
    background: rgba(255, 255, 255, 0.5);
    margin: 0 50px;
}

.say-footer .say-footer__sitemap .sitemap {
    display: flex;
    gap: 50px;
}

.say-footer .say-footer__sitemap .sitemap .sitemap__column h3 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    margin: 0 0 8px;
}

.say-footer .say-footer__sitemap .sitemap .sitemap__column ul {
    list-style-type: none;
    padding: 0;
    font-size: 13px;
}
.say-footer .say-footer__sitemap .sitemap .sitemap__column ul li {
    margin: 8px 0;
}

.say-footer .say-footer__sitemap .sitemap .sitemap__column ul li a {
    text-decoration: none;
    color: white;
}

.say-footer .say-footer__sitemap .sitemap .sitemap__column ul li a:hover {
    text-decoration: underline;
}

.say-footer .say-footer__copyright {
    justify-content: center;
}


.say-ws-button{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px rgba(80, 80, 80, 0.5);
    z-index:100;
}

.say-ws-button i{
    margin-top:16px;
}

@media screen and (max-width: 550px) {
    .cards-section .card {
        height: 220px;
    }

    .cards-section .card .card-body {
        padding: 15px;
        justify-content: center;
    }
    .cards-section .card .card-body .card-content {
        max-width: 100%;
        margin-right: 0px;
    }
}

@media screen and (max-width: 1100px) {
    .say-header .say-header__nav-toggle {
        display: flex;
    }

    .say-header .say-header__nav {
        padding-top: 75px;
        display: none;
        position: absolute;
        right: 0;
        width: 100%;
        background-color: white;
        max-width: 300px;
        height: 100vh;
        z-index: 1000;
        top: 0;
        flex-direction: column;
        margin: 0;
    }

    .say-header .say-header__nav.active {
        display: flex;
    }

    .say-header .say-header__nav .say-header__nav-toggle {
        position: absolute;
        top: 25px;
        right: 25px;
    }

    .say-header .say-header__nav li {
        height: 50px;
    }
    .say-header .say-header__nav a {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        height: 100%;
        width: 100%;
    }
}




@media screen and (max-width: 900px) {
    .say-footer .say-footer__contacts {
        justify-content: space-around;
    }
    .say-footer .say-footer__sitemap {
        flex-direction: column;
    }

    .say-footer .say-footer__sitemap a {
        margin-bottom: 25px;
    }
    .say-footer .say-footer__sitemap .divider {
        display: none;
    }
}







.distribuidores-head {
    padding: 0 20px;
}


.distribuidores-title {
    font-family: 'Red Hat Display', sans-serif;
    font-size: 48px;
    font-weight: bold;
    margin: 70px auto 45px;
    max-width: 850px;
    text-align: center;
}

.distribuidores-desc {
    margin: 0;
    font-size: 16px;
    max-width: 850px;
    margin:0 auto 80px;
    text-align: center;
}

.distribuidores-banner {
    position: relative;
    background-image: url("../assets/distribuidores.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    aspect-ratio: 3.6/1;
    width: 100%;
    margin-bottom: 80px;
}

.distribuidores-banner-ws-button-container {
    position: absolute;
    top: -35px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.distribuidores-banner-ws-button {
    display: flex;
    margin: auto;
    width: 345px;
    height: 70px;
    background: white;
    border-radius: 8px;
    color: black;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    box-shadow: 0px 50px 150px 50px rgba(0,0,0,0.35);
    justify-content: center;
    align-items: center;
}

.distribuidores-banner-ws-button:hover {
    color: white;
    background: #25d366;
}
.distribuidores-banner-ws-button:hover i {
    color: white;
}

.distribuidores-banner-ws-button i {
    font-weight: bold;
    color:#25d366;
    font-size: 22px;
    margin-left: 15px;
}


@media screen and (max-width: 500px) {
    .distribuidores-title {
        font-size: 36px;
    }

    .distribuidores-desc {
        font-size: 14px;
    }

    .distribuidores-banner-ws-button {
        width: 310px;
        height: 55px;
        font-size: 14px;
    }


    .distribuidores-banner-ws-button i {
        font-size: 18px;
    }
}










.postventa-head {
    padding: 0 20px;
    margin-bottom: 30px;
    display: flex;
}

.postventa-titlebox {

    width: 50%;
    max-width: 760px;
    margin: 0 20px;
}

.postventa-titleimage {
    background: url("../assets/postventa.jpg");
    background-position: center;
    background-size: cover;
    flex-grow: 1;
}

.postventa-title {
    font-family: 'Red Hat Display', sans-serif;
    font-size: 48px;
    font-weight: bold;
    margin: 70px auto 45px;
    max-width: 760px;
    text-align: center;
}

.postventa-desc {
    margin: 0;
    font-size: 16px;
    max-width: 760px;
    margin:0 auto 80px;
    text-align: center;
}

.postventa-contacts {
    display: flex;
    max-width: 1400px;
    flex-wrap: wrap;
    margin: 0 auto 80px;
    justify-content: center;
}

.postventa-contacts .postventa-card {
    background: #FFD4CD;
    border-radius: 16px;
    padding: 36px 31px;
    width: 380px;
    margin: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    color: black;
    font-family: 'Red Hat Display', sans-serif;
    align-items: center;
}

.postventa-contacts .postventa-card div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.postventa-contacts .postventa-card i {
    color: #FC5234;
    font-size: 54px;
    margin: auto;
    display: block;
    margin-bottom: 15px;
}

.postventa-contacts .postventa-card h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}

.postventa-contacts .postventa-card p {
    font-size: 14px;
    text-align: justify;
    margin: 35px 0;
}

.postventa-contacts .postventa-card h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

@media screen and (max-width: 1090px) {
    .postventa-head {
        flex-direction: column;
    }
    .postventa-titlebox {
        margin: 0 auto;
        width: auto;
    }
}



@media screen and (max-width: 500px) {
    .postventa-title {
        font-size: 36px;
    }

    .postventa-desc {
        font-size: 14px;
    }
}














.product-category-slide {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}

.product-category-slide .swiper-slide {
    width: 150px;
}


.product-category-slide .product-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 150px;
    height: 150px;
    background: #F0F0F0;
    border-radius: 8px;
    border-bottom: 2px solid #E7E7E7;
    padding: 15px;
    color: black;
    text-decoration: none;
}

.product-category-slide .product-card img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.product-category-slide .product-card h3 {
    margin: 0;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    font-family: 'Red Hat Display', sans-serif;
    text-align: center;
}


.product-category-section {
    padding: 30px;
    padding-top: 45px;
}

.product-list-section {
    padding: 30px;
    max-width: 1400px;
    margin: auto;
}


.product-section-title {
    text-transform: uppercase;
    font-family: 'Red Hat Display', sans-serif;
    font-size: 16px;
    font-weight: bold;
margin: 0;
    margin-bottom: 25px;
}

.product-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 20px;
}

.product-detail-card {
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: white;
    border: 1px solid rgba(231, 231, 231, 0.5);
    box-shadow: 0 7px 4px -4px rgba(0,0,0,0.05);
    border-radius: 8px;
    padding: 35px 20px;
    height: 415px;
    width: 300px;
    align-items: center;
    text-decoration: none;
    color: black;
}


.product-detail-card img {
    width: 212px;
    height: 212px;
    object-fit: contain;
}

.product-detail-card h3 {
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
}

.product-detail-card p {
        margin: 0;
     font-size: 14px;
     width: 100%;
 }






.nosotros-section {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1400px;
    column-gap: 60px;
    margin: 70px auto 100px;
    padding: 0 40px;
}


.nosotros-section img {
    width: 50%;
    height: 643px;
    object-fit: cover;
    border-radius: 8px;
}

.nosotros-section .nosotros-content {
    flex-grow: 1;
    padding-top: 10px;
}


.nosotros-content h1, .nosotros-content h3 {
    font-family: 'Red Hat Display', sans-serif;
    font-size: 48px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 50px;
}

.nosotros-content h3 {
    font-size: 24px;
    margin-top: 50px;
    margin-bottom: 25px;
}

.nosotros-content p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    margin: 0;
    margin-bottom: 20px;
    text-align: justify;
}

.nosotros-content__divider
{
    height: 50px;
}

@media screen and (max-width: 1100px) {
    .nosotros-section {
        flex-direction: column-reverse;
        align-items: center;
    }

    .nosotros-section img {
        width: 100%;
        height: auto;
    }

    .nosotros-section .nosotros-content {
        padding-top: 50px;
    }
}






.tiendas-section {
    display: flex;
    flex-direction: column;
    max-width: 1400px;
    margin: 70px auto 100px;
    padding: 0 40px;
}

.tiendas-section h1 {
    font-family: 'Red Hat Display', sans-serif;
    font-size: 48px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 50px;
    text-align: center;
}

.tiendas-section .tiendas-banner {
    position: relative;
    width: 100%;
    height: 315px;
    background-image: url("../assets/says-facade.jpg");
    border-radius: 16px;
    background-repeat: no-repeat;
    background-size: cover;

}


.tiendas-section .tiendas-banner .gradient {
    width: 100%;
    height: 100%;background: linear-gradient(0deg, rgba(0,0,0,0.15) 18%, rgba(255,255,255,1) 95%);
}

.tiendas-section .tiendas-banner .estado-select {
    position: absolute;
    bottom: -40px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.tiendas-section .tiendas-banner .estado-select select {
    height: 80px;
    background-color: white;
    border-radius: 8px;
    border: 1px solid rgba(231, 231, 231, 0.8);
    box-shadow: 0 7px 4px -4px rgba(0,0,0,0.05);
    font-family: 'Red Hat Display', sans-serif;
    font-size: 24px;
    min-width: 500px;
    text-align: center;
    appearance: none;
    padding: 10px 30px;
}

.tiendas-results-section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 1400px;
    margin: 70px auto 100px;
    padding: 0 40px;
    gap: 20px;
}

.tiendas-results-section .store-container{
    display: flex;
    flex-direction: row;

}

.tiendas-results-section .tienda-card   {
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: white;
    border: 1px solid rgba(231, 231, 231, 0.8);
    box-shadow: 0 7px 4px -4px rgba(0,0,0,0.05);
    border-radius: 8px;
    padding: 35px 20px;
    width: 300px;
    align-items: center;
    text-decoration: none;
    color: black;
}


.tiendas-results-section .tienda-card h3 {
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
}
.tiendas-results-section .tienda-card p {
    margin: 0;
    font-size: 14px;
    width: 100%;
}

.tiendas-results-section .tienda-card  p i {
    margin-right: 6px;
}

.tienda-card .socials {
    margin: 25px 0;
}

.tienda-card .socials  a {
    color: black;
    text-decoration: none;
    margin: 0 8px;
}


@media screen and (max-width: 700px) {
    .tiendas-section {
        padding: 0 20px;
    }

    .tiendas-section h1 {
        font-family: 'Red Hat Display', sans-serif;
        font-size: 40px;
        font-weight: bold;
        margin: 0;
        margin-bottom: 50px;
        text-align: center;
    }

    .tiendas-section .tiendas-banner .estado-select select {
        height: 60px;
        font-size: 20px;
        min-width: 150px;
    }
}






.product-header {
    display: flex;
    flex-direction: row;
    /*align-items: center;*/
    width: 100%;
    align-items: stretch;
}

.product-header .pre-header {
    background-color: white;
    display: flex;
    justify-content: flex-end;
    width: 50%;
}

.pre-header .swiper-container{
    display: flex;
    width: 75%;
    height: 500px;
    margin: auto;
    overflow: hidden;
    position: relative;
    align-items: stretch;
}

.pre-header .swiper-container .swiper-wrapper{
    position: relative;
    width: 100%;
    height: 100%;
}

.pre-header .swiper-container .swiper-slide{
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}

.product-header .pre-header .swiper-container .fixed-image img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    max-width: 100% ;
}

.swiper-container .says-swiper-button{
    position: absolute;
    top: 50%;
    margin-top: calc(0px - (55px / 2));
    width: 40px;
    z-index: 10;
    cursor: pointer;
    height: 40px;
    border-radius: 100%;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

.swiper-container .says-swiper-button-prev{
    left: 5px;
}
.swiper-container .says-swiper-button-next{
    right: 5px;
}

.swiper-container .swiper-slide:not(.fixed-image) {
    display: grid;
}

.product-header .post-header {
    background-color: #F0F0F0;
    display: flex;
    justify-content: flex-start;
    width: 50%;
    padding: 50px;
    /*align-items: stretch;*/

}


.product-header .post-header h1 {
    color: #FC5234;
    font-weight: bold;
    margin: 0 0 20px;
    font-size: 48px;
    font-family: 'Red Hat Display', sans-serif;
    text-align: center;
}


.product-header .post-header h2 {
    font-weight: bold;
    font-size: 25px;
    font-family: 'Red Hat Display', sans-serif;
    text-align: center;
}

.product-title {
    width: 100%;
    max-width: 700px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}


.product-details {
    display: flex;
    max-width: 1400px;
    margin: 100px auto 100px;
    padding: 0 40px;
    justify-content: center;
    column-gap: 120px;
    row-gap: 70px;
    flex-wrap: wrap;
}

.product-details .detail-item {

    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
}

.product-details .detail-item .item-icon {

    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F0F0F0;
    border-radius: 16px;
    color: #FC5234;
    font-size: 25px;
    font-weight: bold;
    width: 70px;
    height: 70px;
}


.product-details .detail-item h2 {
    font-weight: bold;
    margin: 0;
    font-size: 24px;
    font-family: 'Red Hat Display', sans-serif;
    text-align: center;
}


.product-details .detail-item h3 {
    font-weight: normal;
    margin: 0;
    font-size: 16px;
    font-family: 'Red Hat Display', sans-serif;
    text-align: center;
}

.product-table {
    display: flex;
    max-width: 1400px;
    margin: 70px auto 100px;
    padding: 0 40px;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
}

.product-table  h2 {
    text-align: center;
}

.product-table  table {
    max-width: 700px;
}

.product-table  table th {
    white-space: nowrap;
    text-align: start;
    padding: 10px 70px 10px 0;
}


@media screen and (max-width: 700px) {
    .product-header {
        flex-direction: column;
    }

    .product-header .pre-header {
        width: 100%;
        padding: 20px;
    }

    .product-header .pre-header img {
        width: 100%;
        max-width: 100%;
    }

    .product-header .post-header {
        width: 100%;
    }

    .product-header .post-header h1 {
        font-size: 35px;
    }

    .product-header .post-header h2 {
        font-size: 20px;
    }

    .product-table  table th {
        padding: 10px 20px 10px 0;
    }
}

.say-errors-section {
    color: #000;
    padding: 0 20px;
    text-align: center;
    font-size: 24px;
}
.say-errors-title {
    font-family: 'Red Hat Display', sans-serif;
    font-size: 48px;
    font-weight: bold;
    margin: 70px auto 45px;
    max-width: 850px;
    text-align: center;

}

.say-errors-cont{
    font-size: 16px;
    max-width: 850px;
    margin:0 auto 80px;
    text-align: center;

}

.say-error-section-logo{
    position: relative;
    background-size: cover;
    background-position: center;
    width: 100%;
    aspect-ratio: 3.6/0.2;
    margin-bottom: 80px;
}

.say-error-logo-container{
    position: absolute;
    top: -35px;
    display: flex;
    justify-content: center;
    width: 100%;

}
.say-error-home-logo{
    width: 125px;
    height: 125px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url("../assets/says-logo.png");
}




.say-manual-section{
    color: #000;
    padding: 0 20px;
    text-align: center;
    font-size: 24px;
}

.say-manuals-title {
    font-family: 'Red Hat Display', sans-serif;
    font-size: 48px;
    font-weight: bold;
    margin: 70px auto 45px;
    max-width: 850px;
    text-align: center;
}

/* Estilos para la tabla de manuales */
.say-manual-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto; /* Centra la tabla horizontalmente */
}

.say-manual-table th, .say-manual-table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
}

.say-manual-table th {
    background-color: #f2f2f2;
}

/* Estilos para hacer la tabla responsive */
@media (max-width: 768px) {
    .say-manual-table th, .say-manual-table td {
        padding: 5px; /* Reduce el espacio entre filas y columnas en dispositivos más pequeños */
    }
}

/* Estilos para los enlaces de descarga */
.say-manual-table a {
    color: #007bff; /* Cambia el color del enlace a azul, puedes ajustarlo según tu preferencia */
    text-decoration: none; /* Elimina la subraya del enlace */
}





