/*Fonts*/
@font-face {
    font-family: AktivGrotesk-Regular;
    src: url(../fonts/aktive-grotesk/AktivGroteskCorp-Regular.woff);
    font-display: swap;
}

@font-face {
    font-family: AktivGrotesk-Light;
    src: url(../fonts/aktive-grotesk/AktivGroteskCorp-Light.woff);
    font-display: swap;
}

@font-face {
    font-family: AktivGrotesk-Medium;
    src: url(../fonts/aktive-grotesk/AktivGroteskCorp-Medium.woff);
    font-display: swap;
}


@font-face {
    font-family: AktivGrotesk-Bold;
    src: url(../fonts/aktive-grotesk/AktivGroteskCorp-Bold.woff);
    font-display: swap;
}

@font-face {
    font-family: AktivGrotesk-Italic;
    src: url(../fonts/aktive-grotesk/AktivGroteskCorp-Italic.woff);
    font-display: swap;
}

@font-face {
    font-family: Epilogue-Medium;
    src: url(../fonts/epilogue/static/Epilogue-Medium.woff);
    font-display: swap;
}

@font-face {
    font-family: Epilogue-Light;
    src: url(../fonts/epilogue/static/Epilogue-Light.woff);
    font-display: swap;
}

@font-face {
    font-family: Epilogue-ExtraLight;
    src: url(../fonts/epilogue/static/Epilogue-ExtraLight.woff);
    font-display: swap;
}

@font-face {
    font-family: Epilogue-Regular;
    src: url(../fonts/epilogue/static/Epilogue-Regular.woff);
    font-display: swap;
}


/*Generals*/
#accordionExample .accordion-button {
    font-family: Epilogue-Light !important;
    font-weight: 500 !important;
    line-height: 40px !important;
}

.font-42 {
    font-size: 42px;
}

.font-14,
.font-14 p,
.font-14 li,
.font-14 a {
    font-size: 14px;
}

.font-16,
.font-16 p,
.font-16 li,
.font-16 a {
    font-size: 16px;
}

.font-18,
.font-18 p,
.font-18 li,
.font-18 a {
    font-size: 18px !important;
    letter-spacing: 3px;
    text-align: left !important;
    line-height: 18px !important;

}

.font-20,
.font-20 p,
.font-20 li,
.font-20 a {
    font-size: 20px;
}

.font-22,
.font-22 p,
.font-22 li,
.font-22 a {
    font-size: 22px;
}

.font-28,
.font-28 p,
.font-28 li,
.font-28 a {
    font-size: 28px !important;
    letter-spacing: 0px;
    text-align: left;
    line-height: 40px;
}


.font-32,
.font-32 p,
.font-32 li,
.font-32 a {
    font-size: 32px !important;
}


.font-38,
.font-38 p,
.font-38 li,
.font-38 a {
    font-size: 38px !important;
    letter-spacing: 0px;
    text-align: left;
    line-height: 42px;
}



.font-46,
.font-46 p,
.font-46 li,
.font-46 a {
    font-size: 46px !important;
}

.font-64,
.font-64 p,
.font-64 li,
.font-64 a {
    font-size: 64px !important;
    letter-spacing: 0px;
    text-align: left;
    line-height: 64px;
}

.letter-spacing-normal,
.letter-spacing-normal p {
    letter-spacing: normal !important;
}

.letter-spacing-0,
.letter-spacing-0 p {
    letter-spacing: 0px !important;
}

.line-height-28 {
    line-height: 28px !important;
}

.border-left-white-pl-40 {
    padding-left: 40px;
    border-left: 1px solid #EBEBEB;
}

.text-gray {
    color: #646363 !important;
}

.text-beige {
    color: #C4A98B !important;
}

.epilogue,
.epilogue p,
.epilogue li,
.epilogue a {
    font-family: "Epilogue", sans-serif;
}

.epilogue-regular,
.epilogue-regular p,
.epilogue-regular li,
.epilogue-regular a {
    font-family: Epilogue-Regular !important;
    font-weight: 400;
}

.epilogue-medium,
.epilogue-medium p,
.epilogue-medium li,
.epilogue-medium a {
    font-family: Epilogue-Medium !important;
    font-weight: 500;
}

.epilogue-light,
.epilogue-light p,
.epilogue-light li,
.epilogue-light a {
    font-family: Epilogue-Light;
    font-weight: 300;
}

.light-span span {
    font-family: Epilogue-ExtraLight;
    font-weight: 300 !important;
    color: #646363 !important;
}


.color-gray {
    color: #646363;
}

.line-height-28,
.line-height-28 p,
.line-height-28 li,
.line-height-28 a {
    line-height: 28px !important;
}

.bg-gray {
    background-color: #EFF0F0 !important;
}

.bg-dark {
    background-color: #121212 !important;
}

.text-dark {
    color: #000000;
}


#secondary-header {
    min-height: 90px;
    border: 1.5px solid rgba(100, 99, 99, 0.25);
}

#secondary-header ul li {
    margin-left: 26px;
}

#secondary-header ul li a {
    text-decoration: none;
    color: #646363;
}

#secondary-header ul li a:hover {
    text-decoration: none;
    color: #000;
}

.text-footer a:hover {
    text-decoration: none;
    color: #000;
}


#secondary-header ul li a.active {
    font-family: Epilogue-Regular;
    text-decoration: none;
    color: #000;
}

.item-submenu {
    position: relative;
}

#mega-menu-content .title-section-submenu {

    color: #121212;
    font-family: Epilogue-Medium;
    font-size: 28px;
    font-weight: 500;
    font-style: medium;
}

.content-text-item {
    position: relative;
    padding-bottom: 60px;
}

.content-text-item .link-absolute-card {
    left: 0px;
}

.item-submenu .content-text-item .title-item-submenu {
    color: #121212;
    font-family: Epilogue-Medium;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 3px;
    padding-top: 34px;
    padding-bottom: 24px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.item-submenu .content-text-item p a {
    font-family: Epilogue-Regular;
    font-size: 16px;
    font-weight: 400;
    color: #646363;
    display: inline-block;
    width: 100%;
    text-decoration: none;
    margin-bottom: 12px;
}

.item-submenu .content-text-item p a:hover {
    color: #121212;
}

.item-submenu .content-text-item p {
    font-family: Epilogue-Regular;
    font-size: 16px;
    font-weight: 400;
    color: #646363;
    display: inline-block;
    width: 100%;
    text-decoration: none;
}

.style-aboute-menu a {
    font-family: Epilogue-Regular;
    font-size: 16px;
    font-weight: 400;
    color: #646363;
    display: inline-block;
    width: 100%;
    text-decoration: none;
    line-height: 36px;
}

.line-height-26 {
    line-height: 26px !important;
}

.style-aboute-menu a:hover {
    color: #121212;
}

.title-tag {
    letter-spacing: 3px !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 18px !important;
    text-transform: uppercase !important;
    color: #C4A98B;
}

.mt-53 {
    margin-top: 53px;
}

.pt-32 {
    padding-top: 32px;
}

.pb-32 {
    padding-bottom: 32px;
}

.pr-60 {
    padding-right: 60px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-150 {
    padding-top: 150px;
}

.pb-150 {
    padding-bottom: 150px;
}

.title-section h2 {
    font-family: Epilogue-Regular;
    font-size: 48px;
    font-weight: 400;
    font-style: Regular;
    letter-spacing: 4px;
    text-align: left;
    color: #191731;
}

.title-section P {
    opacity: 1;
    color: rgba(100, 99, 99, 1);
    font-family: Epilogue-Regular;
    font-size: 18px;
    font-weight: 400;
    font-style: Regular;
    letter-spacing: 0px;
    text-align: left;
    line-height: 28px;
}

.section {
    padding-top: 140px;
    padding-bottom: 140px;
}

.letter-spacing-4-8 {
    letter-spacing: 4.8px !important;
}

.line-height-70 {
    line-height: 70px !important;
}

.btn-transparent {
    background-color: transparent;
    font-family: Epilogue-Regular;
    font-size: 16px;
    font-weight: 400;
    font-style: Regular;
    letter-spacing: 0px;
    text-align: center;
    line-height: 16px;
    border: 1.5px solid rgba(18, 18, 18, 1);
    padding: 15px 30px 15px 30px;
    border-radius: 0px;
}

.btn-transparent-w {
    background-color: #fff;
    font-family: Epilogue-Regular;
    font-size: 16px;
    font-weight: 400;
    font-style: Regular;
    letter-spacing: 0px;
    text-align: center;
    line-height: 16px;
    border: 1.5px solid rgba(18, 18, 18, 1);
    padding: 15px 30px 15px 30px;
    border-radius: 0px;
}

.btn-transparent:hover {
    opacity: 1;
    background-color: rgba(0, 0, 0, 1);
    font-family: Epilogue-Regular;
    border: 1.5px solid rgba(255, 255, 255, 1);
    color: #fff;
}

.btn-transparent-w:hover {
    opacity: 1;
    background-color: rgba(0, 0, 0, 1);
    font-family: Epilogue-Regular;
    border: 1.5px solid rgba(255, 255, 255, 1);
    color: #fff;
}

.bg-beige {
    background-color: #F3F0ED;
}

.slide-collection {
    display: flex;
}

.item-collection {
    display: flex;
    flex-direction: column;
}

.card-body {
    display: flex;
    flex-direction: column;
}

#cat-product .item-text-card .link-absolute-card {
    bottom: 38px !important;
}

.accordion .accordion-button:focus {
    border-color: grey !important;
    box-shadow: none !important;
}

.accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}



#slider-collection .swiper-pagination-collection {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 37px;
}

#slider-collection .swiper-pagination-bullet-active {
    background: #000 !important;
    opacity: 1 !important;
}

#slider-collection .swiper-pagination-bullet {
    background: transparent;
    opacity: 1;
    border: 1px solid #000 !important;
}

.slider-collection .swiper-pagination-collection {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.item-text-collection a {
    text-decoration: none;
}

.item-text-collection {
    background-color: #fff;
    width: 100%;
    padding: 50px 50px 70px 50px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 300px;
    position: relative;
}

.item-text-collection h3 {
    opacity: 1;
    color: #121212;
    font-family: Epilogue-Regular;
    font-size: 28px;
    font-weight: 400;
    font-style: Regular;
    letter-spacing: 3px;
    text-align: left;
    line-height: 40px;
}

.item-text-collection p {
    color: #646363;
    font-family: Epilogue-Regular;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: left;
    line-height: 26px;
}

.link-absolute-card {
    position: absolute;
    bottom: 26px;
    color: #121212;
    font-family: Epilogue-Regular;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: left;
    line-height: 16px;

}

.link-card {
    bottom: 26px;
    color: #121212 !important;
    font-family: Epilogue-Regular;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: left;
    line-height: 16px;

}

.link-dark {
    bottom: 26px;
    color: #121212;
    font-family: Epilogue-Regular;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: left;
    line-height: 16px;
    text-decoration: none;
}

.link-absolute-card:hover {
    color: #121212;
    text-decoration: underline;
}

.icon-arrow-blue {
    top: 4px;
    background-image: url(../img/icon-ramon-soler-arrow-azul.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.icon-20 {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
}


.item-text-card {
    width: 100%;
    padding: 40px 48px 90px 48px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 300px;
    position: relative;
}

.item-text-card h3 {
    opacity: 1;
    color: #121212;
    font-family: Epilogue-Regular;
    font-size: 28px;
    font-weight: 400;
    font-style: Regular;
    letter-spacing: 3px;
    text-align: left;
    line-height: 40px;
}

.item-text-card a {
    text-decoration: none;
}

.item-text-card p {
    color: #646363;
    font-family: Epilogue-Regular;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: left;
    line-height: 26px;
}

.cta-section .h2 {
    color: #FFFFFF;
    font-family: Epilogue-Medium;
    font-size: 38px;
    font-weight: 500;
    letter-spacing: 0px;
    text-align: left;
    line-height: 46px;
}

.cta-section .h2 span {
    font-family: Epilogue-Light;
}

.cta-section p {
    color: #EBEBEB;
    font-family: Epilogue-Regular;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 3px;
    text-align: left;
    line-height: 28px;
}

.btn-white-transparent {
    background-color: transparent;
    font-family: Epilogue-Regular;
    font-size: 16px;
    font-weight: 400;
    font-style: Regular;
    letter-spacing: 0px;
    text-align: center;
    line-height: 16px;
    border: 1.5px solid #EBEBEB;
    padding: 15px 30px 15px 30px;
    border-radius: 0px;
    color: #EBEBEB;
}


.btn-white-transparent:hover {
    opacity: 1;
    background-color: #fff;
    font-family: Epilogue-Regular;
    border: 1.5px solid #EBEBEB;
    color: #000;
}

.pt-150 {
    padding-top: 150px;
}

.pb-150 {
    padding-bottom: 150px;
}

.tab-news {
    padding-top: 100px;
}

.section-two-columns h3 {
    opacity: 1;
    color: #121212;
    font-family: Epilogue-Regular;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 2px;
    text-align: left;
    line-height: 40px;
    margin-bottom: 30px;
}

.section-two-columns p {
    opacity: 1;
    color: #646363;
    font-family: Epilogue-Regular;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: left;
    line-height: 26px;
}


.content-according .accordion-item {
    background-color: #fff;
    border: 0px !important;
}

.tabs-resources {
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 36px !important;
}


.tabs-resources #menu-sections a.active {
    color: #121212 !important;
    border-bottom: 1px solid rgba(18, 18, 18, 1);
}


.tabs-resources a {
    color: #646363;
    font-family: Epilogue-Regular;
    font-size: 16px;
    font-weight: 400;
    margin-right: 50px;
}

.tabs-resources #menu-sections {
    width: 100%;
    border-bottom: 1px solid rgba(100, 99, 99, 0.5);
}

.menu-sections a.active {
    color: #121212 !important;
    border-bottom: 1px solid rgba(18, 18, 18, 1);
}

.menu-sections a {
    color: #646363;
    font-family: Epilogue-Regular;
    font-size: 16px;
    font-weight: 400;
    margin-right: 50px;
}


.accordion-button {
    opacity: 1;
    color: #121212;
    font-family: Epilogue-Medium;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0px;
    text-align: left;
    line-height: 24px;
    padding: 10px;
    border-bottom: 1px solid rgba(100, 99, 99, 0.25);
}


.accordion-button:not(.collapsed) {
    color: #121212;
    background-color: #fff;
}

.content-according .accordion-item p {
    color: #646363;
    font-family: Epilogue-Regular;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: left;
    line-height: 26px;
}

.content-according .accordion-body {
    padding: 30px;
    border-bottom: 1px solid rgba(100, 99, 99, 0.25);
}

.accordion-body h4 {
    font-size: 17px;
}

.cta-footer {
    background-image: url(../img/bg-ramon-soler-solerbath-contacta-con-nosotros.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 120px;
}

.cta-footer h2 {
    color: #FFFFFF;
    font-family: Epilogue-Medium;
    font-size: 38px;
    font-weight: 500;
    letter-spacing: 0px;
    text-align: left;
    line-height: 46px;
    margin-bottom: 30px;
}

.cta-footer p {
    color: #EBEBEB;
    font-family: Epilogue-Regular;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: left;
    line-height: 28px;
}

.nav-bottom p,
a {
    color: #F3F0ED;
    font-family: Epilogue-Regular;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: left;
    line-height: 24px;
    text-decoration: none;
}




.title-footer {
    opacity: 1;
    color: #121212;
    font-family: Epilogue-Medium;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 3px;
    text-align: left;
    line-height: 18px;
    text-transform: uppercase;
    border-bottom: 1.5px solid rgba(100, 99, 99, 0.25);
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.text-footer {
    opacity: 1;
    color: #646363;
    font-family: Epilogue-Regular;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: left;
    line-height: 26px;
}

.text-footer a {
    color: #646363;
    font-family: Epilogue-Regular;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: left;
    line-height: 32px;
    display: block;
    text-decoration: none;
}


/*Slider Home*/
#slider-home {
    height: 800px;
}

#slider-home .swiper {
    width: 100%;
    height: 100%;
}


#slider-home .swiper-pagination {
    position: absolute;
    left: calc(6.5vw - 35px);
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}


.breadcrumb-item+.breadcrumb-item::before {
    color: white !important;
}


#slider-home .swiper-pagination-bullet {
    background: transparent;
    opacity: 1;
    border: 1px solid #fff;
}

#slider-home .swiper-pagination-bullet-active {
    background: white !important;
}

.sh {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    /* Centra horizontalmente */
    align-items: center;
    /* Centra verticalmente */

}

/*Sliders General*/

.title-tag-sh {
    color: rgba(255, 255, 255, 1);
    font-family: Epilogue-Medium;
    font-size: 18px;
    letter-spacing: 3px;
    text-align: left;
    line-height: 18px;
    text-transform: uppercase;
}

.title-sh {
    color: rgba(255, 255, 255, 1);
    font-family: Epilogue-ExtraLight;
    font-size: 58px;
    letter-spacing: 0px;
    text-align: left;
    line-height: 60px;
}

.title-sh b {
    color: rgba(255, 255, 255, 1);
    font-family: Epilogue-Medium;
    font-size: 58px;
    letter-spacing: 0px;
    text-align: left;
    line-height: 60px;
}


.text-sh-descrption {
    color: rgba(239, 240, 242, 1);
    font-family: Epilogue-Regular;
    font-size: 18px;
    letter-spacing: 0px;
    text-align: left;
    line-height: 26px;
}

.text-sh-v b {
    color: rgba(255, 255, 255, 1);
    font-family: Epilogue-Regular;
    font-size: 96px;
    letter-spacing: 0px;
    text-align: right;
}

.text-sh-v {
    color: rgba(255, 255, 255, 1);
    font-family: Epilogue-Regular;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    transform: rotate(270deg);
    /* Gira el texto 180 grados */
}

.text-sh-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}

.bt {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    /* Centra horizontalmente */
    align-items: center;
    /* Centra verticalmente */
}

.title-bt {
    color: #fff;
    font-family: Epilogue-Regular;
    font-size: 58px;
    letter-spacing: 4.83px;
    text-align: left;
}

.description-bt {
    color: #fff;
    font-family: Epilogue-Regular;
    font-size: 18px;
    letter-spacing: 0px;
    text-align: left;
    line-height: 28px;
}

.content-cats-products p {
    color: #121212;
    font-family: Epilogue-Regular;
    font-size: 16px;
    letter-spacing: 1.33px;
    text-align: center;
    line-height: 20px;
    text-transform: uppercase;
}


.dropdown-toggle::after {
    display: none;
}

.bi-chevron-down {
    font-size: 16px;
    color: #333;
}

.dropdown-toggle:hover .bi {
    color: white;
    /* Cambia el color del ícono a blanco */
}


.item-filter .btn-transparent {
    font-family: Epilogue-Regular;
    font-size: 14px;
    letter-spacing: 0px;
    text-align: left;
    line-height: 16px;
}

.btn-dark {
    border: 1.5px solid #121212;
    background-color: #121212;
    color: #fff;
    font-family: Epilogue-Regular;
    font-size: 14px;
    letter-spacing: 0px;
    text-align: left;
    line-height: 16px;
    border-radius: 0px;
    padding: 15px 30px 15px 30px;
}

/*products*/
.item-product
{
    position: relative;
}
.item-product .cat-product {
    color: #646363;
    font-family: Epilogue-Regular;
    font-size: 14px;
    letter-spacing: 3px;
    text-align: left;
    line-height: 26px;
    text-transform: uppercase;
}

.item-product .name-product {
    color: #121212;
    font-family: Epilogue-Medium;
    font-size: 18px;
    letter-spacing: 0px;
    text-align: left;
    line-height: 24px;
}

.item-product .dimensions-product {
    color: #646363;
    font-family: Epilogue-Regular;
    font-size: 16px;
    letter-spacing: 0px;
    text-align: left;
    line-height: 22px;
}

.item-product .model
{
    position: absolute;
    bottom: 20px;
}

.page-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.page-item a {
    height: 44px;
    width: 44px;
    background-color: #F3F0ED !important;
    color: #121212 !important;
    font-family: Epilogue-Regular;
    font-size: 14px;
    letter-spacing: 0px;
    text-align: center;
    line-height: 16px;
    border: 0px;
    border-radius: 0px;

}

.page-item.active a {
    background-color: #121212 !important;
    color: #F3F0ED !important;
}

.icon-mx-w {
    max-width: 75px !important;
    margin-bottom: 50px;
}

.style-breadcrumb li,
.style-breadcrumb li a {
    color: #EBEBEB;
    font-family: Epilogue-light;
    font-size: 15px;
    letter-spacing: 0px;
    text-align: left;
    line-height: 16px;
    text-decoration: none;
}

.style-breadcrumb-d li {
    color: #646363;
    font-family: Epilogue-light;
    font-size: 15px;
    letter-spacing: 0px;
    text-align: left;
    line-height: 16px;
    text-decoration: none;
}

.style-breadcrumb-d li a {
    color: #121212;
    font-family: Epilogue-light;
    font-size: 15px;
    letter-spacing: 0px;
    text-align: left;
    line-height: 16px;
    text-decoration: none;
}

#nav-buttons a {
    color: #121212;
    font-family: Epilogue-Regular;
    font-size: 16px;
    letter-spacing: 0px;
    text-align: right;
    line-height: 16px;
    text-decoration: none;
}


#slider-ficha-product .swiper-pagination-collection {
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
    padding-top: 37px;
}

#slider-ficha-product .swiper-pagination-bullet-active {
    background: #000 !important;
    opacity: 1 !important;
}

#slider-ficha-product .swiper-pagination-bullet {
    background: transparent;
    opacity: 1;
    border: 1px solid #000 !important;
}

.content-text-ficha .tag {
    color: #646363;
    font-family: epilogue-medium;
    font-size: 18px;
    letter-spacing: 3px;
    text-align: left;
    line-height: 18px;
    text-transform: uppercase;
}

.content-text-ficha .title {

    color: #121212;
    font-family: epilogue-medium;
    font-size: 38px;
    letter-spacing: 0px;
    text-align: left;
    line-height: 42px;
}

.content-text-ficha p {

    color: #646363;
    font-family: epilogue-regular;
    font-size: 16px;
    letter-spacing: 0px;
    text-align: left;
    line-height: 26px;
}

.content-text-ficha .inlcude {
    color: #121212 !important;
    font-family: epilogue-medium;
    font-size: 16px;
    letter-spacing: 0px;
    text-align: left;
    line-height: 26px;
}

.content-text-ficha .aliment span {
    color: #121212;
    font-family: epilogue-regular;
    display: block;
    width: 100%;
    font-size: 14px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: uppercase;
}

.accordion-item-pi button {
    background-color: #F3F0ED !important;
    opacity: 1;
    color: #121212;
    font-family: epilogue-medium;
    font-size: 18px;
    letter-spacing: 3px;
    text-align: left;
    line-height: 18px;
    text-transform: uppercase;
}

.composition .number {
    color: #121212;
    font-family: epilogue-medium;
    font-size: 16px;
    letter-spacing: 0px;
    text-align: left;
    line-height: 26px;
}

.composition a {
    color: #121212;
    font-family: epilogue-medium;
    font-size: 16px;
    letter-spacing: 0px;
    text-align: left;
    line-height: 26px;
}

#documentation ul {
    list-style: none;
    padding-left: 0px;
}

#documentation ul li {
    padding-top: 6px;
    padding-bottom: 6px;
}

#documentation ul li i {
    font-size: 26px;
    margin-right: 30px;
}

.composition .description {

    color: #646363;
    font-family: epilogue-regular;
    font-size: 16px;
    letter-spacing: 0px;
    text-align: left;
    line-height: 26px;
}

#slider-products .swiper-pagination-collection {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 37px;
}

#slider-products .swiper-pagination-bullet-active {
    background: #000 !important;
    opacity: 1 !important;
    border: 1px solid #000;
}

#slider-products .swiper-pagination-bullet {
    background: transparent;
    opacity: 1;
    border: 1px solid #000 !important;
}

#cta-dark-disclaimer p {
    color: #fff;
    font-family: epilogue-light;
    font-size: 38px;
    letter-spacing: 0px;
    text-align: left;
    line-height: 48px;
}

#cta-dark-disclaimer .name {
    color: #fff;
    font-family: epilogue-medium;
    font-size: 16px;
    letter-spacing: 2.67px;
    text-align: left;
    text-transform: uppercase;
}

.space-cta-border {
    padding-left: 80px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.item-year {
    height: 40px;
    text-align: center;
    position: relative;
    cursor: pointer;
    color: #9DA8B0;
    font-family: AktivGrotesk-Regular;
    font-size: 16px;
    letter-spacing: 0.4px;
    line-height: 16px;
}

.item-year i {
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -6px;
    font-size: 12px;
}

.item-year.active i {
    color: #191731 !important;
}

.item-year.active {
    color: #191731 !important;
}

.item-filter .dropdown-menu {
    min-width: max-content;
}

.buttons-blue .swiper-button-next {
    color: #000 !important;
}

.buttons-blue .swiper-button-prev {
    color: #000 !important;
}

.timeline p {
    font-family: epilogue-regular;
    font-size: 16px;
    letter-spacing: 0px;
    text-align: left;
    line-height: 26px;
}

.item-project-resources .location {
    color: rgba(100, 99, 99, 1);
    font-family: Epilogue-Regular;
    font-size: 16px;
    font-weight: 400;
}

.item-project-resources h3 {
    color: rgba(25, 23, 49, 1);
    font-family: Epilogue-Medium;
    font-size: 32px;
    font-weight: 500;
    font-style: medium;
}

.item-project-resources p {
    color: rgba(100, 99, 99, 1);
    font-family: Epilogue-Regular;
    font-size: 16px;
    font-weight: 400;
}

.item-guaranties {
    padding: 53px 70px 120px 70px;
    background-color: #fff;
}

.item-guaranties:hover {
    background-color: rgba(100, 99, 99, 1) !important;
}


.item-guaranties:hover .title {
    color: #fff !important;
}

.item-guaranties:hover p {
    color: #fff !important;
}

.item-guaranties .title {
    color: #191731;
    font-family: Epilogue-Regular;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.item-guaranties p {
    color: #646363;
    font-family: Epilogue-Regular;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 28px;
}

/*Contacto*/
#form-contact input[type=text] {
    height: 48px;
    width: 100%;
    border: 0px solid #9DA8B0;
    border-bottom: 1px solid rgba(157, 168, 176, 1);
}

#form-contact input[type=email] {
    height: 48px;
    width: 100%;
    border: 0px solid #9DA8B0;
    border-bottom: 1px solid rgba(157, 168, 176, 1);
}

#form-contact input[type=tel] {
    height: 48px;
    width: 100%;
    border: 0px solid #9DA8B0;
    border-bottom: 1px solid rgba(157, 168, 176, 1);
}



#form-contact .hs-form-field {
    width: 46%;
    margin-right: 2%;
    margin-left: 2%;
    margin-bottom: 42px;
}


#form-contact .hs-form-field.hs-fieldtype-textarea label {
    margin-bottom: 15px;
}

#form-contact select {
    width: 100%;
    height: 48px;
    border: 0px solid #9DA8B0;
    border-bottom: 1px solid #9DA8B0;
}


#form-contact fieldset {
    max-width: 100%;
}

#form-contact input,
#form-contact textarea,
#form-contact select {
    color: #121212;
    font-family: Epilogue-Regular;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 16px;
    background-color: #EFF0F0 !important;
}

#form-contact textarea {
    height: 60px;
    border: 0px solid #9DA8B0;
    border-bottom: 1px solid #9DA8B0 !important;
    background-color: #EFF0F0 !important;
}



#form-contact .hs-form-field.hs-fieldtype-textarea {
    width: 100% !important;
}

#form-contact ::placeholder {
    color: #646363;
    font-family: Epilogue-Regular;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 16px;
}

#form-contact input {
    color: rgba(100, 99, 99, 1);
    font-family: Epilogue-Regular;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 16px;
}

.inputs-list {
    list-style: none;
    padding-left: 0px;
}

#form-contact .hs-button {
    width: 212px;
    height: 53px;
    color: #121212;
    font-family: Epilogue-Regular;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 16px;
    background-color: #fff;
    border: 1px solid #121212;
}

#form-contact .hs-button:hover {
    background-color: #121212;
    color: #fff;
}

.hs-error-msg {
    color: #E00B61 !important;
}

.legal-consent-container {
    margin-top: 20px;
    position: relative;
    display: inline-block;
}

#form-contact .hs-form-field.hs-fieldtype-booleancheckbox {
    width: 100% !important;
    font-family: Epilogue-Regular;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 22px;
}

#form-contact .hs-form-field.hs-fieldtype-booleancheckbox a {
    font-family: Epilogue-Regular;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 22px;
    color: #121212;
}


#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
    z-index: 1;
}


.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 26px;
    color: rgba(100, 99, 99, 1);
}


.item-cat-img img {
    border: 2px solid #fff;
}

.item-cat-img img {
    width: 100px !important;
    height: 100px !important;
}

.item-cat-img.active img {
    border: 2px solid #000;
}

.item-cat-img:hover img {
    border: 2px solid #000;
}

.menu-btn-mobile {
    display: none;
}

#mobileMenu .accordion-button {
    border-bottom: 0px solid rgba(100, 99, 99, 0.25) !important;
}

#mobileMenu a {
    font-family: Epilogue-Regular;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: left;
    line-height: 24px;
    text-decoration: none;
    color: #646363;
}

#mobileMenu .accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: 0px solid rgba(0, 0, 0, .125);
}

#form-contact input[type=date] {
    height: 48px;
    width: 100%;
    border: 0px solid #9DA8B0;
    border-bottom: 1px solid rgba(157, 168, 176, 1);
}

#search-input {
    height: 48px;
    width: 100%;
    border: 0px solid #9DA8B0;
    border-bottom: 1px solid rgba(157, 168, 176, 1);
}

#search-results {
    list-style: none;
    padding-left: 0px;
}

#search-results li {
    padding: 10px;
    border-bottom: 1px solid #000;
    font-weight: 600;
    cursor: pointer;
}

#form-news select {
    height: 30px;
    width: 100%;
    border: 0px solid #9DA8B0;
    border-bottom: 1px solid #9DA8B0;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #191731;
    color: #fff;
}

@media screen and (max-width: 1024px) {

    .only-desktop {
        display: none;
    }

    .menu-btn-mobile {
        display: block;
    }
}

.no-desktop {
    display: none;
}

footer {
    margin-bottom: -24px;
}

@media screen and (max-width: 767px) {
    .no-movil-768 {
        display: none;
    }

    .space-ficha-pi {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .item-guaranties {
        padding: 50px;
    }

    .item-guaranties .title {
        font-size: 22px;
    }

    .order-1 img {
        margin-bottom: 20px;
    }

    .title-bt {
        font-size: 26px;
    }

    .btn-transparent {
        text-align: center !important;
    }

    .btn-white-transparent {
        text-align: center !important;
    }

    .btn-transparent-w {
        text-align: center !important;
    }

    .mt-53 {
        margin-top: 33px;
    }

    .style-m .title-tag {
        margin-top: 20px;
    }

    #accordionExample .accordion-button {
        line-height: 26px !important;
    }

    .card-future {
        padding: 40px 40px 50px 40px !important;
    }

    .no-movil {
        display: none;
    }

    #slider-home {
        height: 360px;
    }

    #slider-home .mt-53 {
        margin-top: 20px !important;
    }

    .title-tag-sh {
        font-size: 16px;
        line-height: 16px;
    }

    .pt-32 {
        padding-top: 22px;
    }

    .pb-32 {
        padding-bottom: 22px;
    }

    #secondary-header {
        min-height: 70px;
    }

    #slider-home .btn-white-transparent {
        text-align: center !important;
    }

    .item-text-collection h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .only-desktop {
        display: none;
    }

    .title-sh {
        font-size: 16px;
        line-height: 22px;
    }

    .title-sh b {
        font-size: 16px;
        line-height: 22px;
    }

    .font-42 {
        font-size: 24px;
    }

    .pt-150 {
        padding-top: 70px;
    }

    .pb-150 {
        padding-bottom: 70px;
    }

    .pt-100 {
        padding-top: 30px;
    }

    .pb-100 {
        padding-bottom: 50px;
    }

    .section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .btn-transparent {
        width: 100% !important;
    }

    .btn-white-transparent {
        width: 100% !important;
    }

    .title-section h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .item-text-card h3 {
        color: #121212;
        font-size: 22px;
        line-height: 28px;
    }


    .accordion-item {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .mb-50 {
        margin-bottom: 50px;
    }

    #links-bottom p,
    a {
        font-size: 12px;
        text-align: left !important;
    }

    #links-bottom .text-end {
        font-size: 12px;
        text-align: left !important;
    }

    .title-footer {
        font-size: 18px;
        margin-bottom: 15px;
        margin-top: 20px;
    }

    #cta-dark-disclaimer p {
        font-size: 20px;
        line-height: 28px;
    }

    .space-cta-border {
        padding-left: 15px;
        border-left: 0px solid rgba(255, 255, 255, 0.5);
    }

    .timeline .font-64 {
        font-size: 26px !important;
        line-height: 32px !important;
    }

    footer .section {
        padding-top: 50px !important;
        padding-bottom: 0px !important;
    }

    .section-two-columns h3 {
        font-size: 24px !important;
        line-height: 30px;
    }

    .btn-transparent-w {
        width: 100% !important;
    }

    .content-300-hide {
        max-width: 300px;
        margin: 0 auto;
        overflow-x: scroll;
    }

    .item-project-resources .pe-5 {
        padding-right: 10px !important;
    }

    .line-height-70 {
        line-height: 40px !important;
    }

    #menu-projects-m {
        width: 1500px !important;
    }

    #form-contact .hs-form-field.hs-fieldtype-textarea {
        width: 100% !important;
    }

    #form-contact .hs-form-field {
        width: 100% !important;
    }

    #form-contact input[type=date] {
        height: 48px;
        width: 100%;
        border: 0px solid #9DA8B0;
        border-bottom: 1px solid rgba(157, 168, 176, 1);
    }
}
