* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    border: none
}
body, html {
    height: 100%;
    font-family: 'Work Sans', sans-serif;
    color: #000000;
    font-size: 10px;
    font-weight: 400;
}

main {
    min-height: 600px;
}

*:focus {
    box-shadow: 0 0 0 0 rgba(255,255,255,0) !important;
    outline: 0px !important;
    border-color: transparent;
}

:root {
    --gris-claro: #f1f1f1;
    --gris-medio: #bebdbd;
    --negro: #33332c;
    --blanco: #ffffff;
    --rojo: rgb(203, 16, 16);
}

a {
    font-size: inherit;
    color: inherit;
    text-decoration: none;
}
a:active, a:focus,
.dropdown-item:focus, .dropdown-item:hover {
    font-size: inherit;
    color: inherit;
    text-decoration: none;
    background-color: transparent;
}

.container {
    width: 100% !important;
    max-width: 1470px;
    padding-left: 3rem;
    padding-right: 3rem;
}

a:hover {
    color: inherit;
    cursor: pointer;
    text-decoration: none;
}
a.underline {
    text-decoration: underline;
}

ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}

p, ul, li, form, label, input, .form-control, .form-select {
    font-size: 1.6rem;
}

.bold {
    font-weight: 700;
}

.success, .success-sel {
    background-color: #f3ffee !important;
}
.error, .error-sel {
    background-color: #ffeff0 !important;
}

.missat, .missatgi, .missat-error {
    color: var(--rojo);
    font-size: 1.4rem !important;
}

main {
    min-height: 600px;
}

.mb-6 {
    margin-bottom: 6rem;
}

.titular30 {
    font-size: 2.9rem;
    font-family: 'Gotu', sans-serif;
}
.titular40 {
    font-size: 3.9rem;
    font-family: 'Gotu', sans-serif;
}
.titular40 a {
    text-decoration: underline;
}

.scrollup {
    width: 40px;
    height: 40px;
    opacity: 0.3;
    position: fixed;
    bottom: 50px;
    right: 160px;
    display: none;
    text-indent: -9999px;
    background: url(../img/content/icon_top.png) no-repeat;
    background-size: 40px 40px;
}

.btn-lydlais {
    border: 1px solid var(--negro);
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}
.btn-lydlais:not(.flecha):hover {
    background-color: var(--negro);
    color: var(--blanco);
    transition: all .3s ease-in-out;
}
.btn-lydlais:not(.flecha):hover img {
    filter: brightness(0) invert(1);
    transition: all .3s ease-in-out;
}
.btn-lydlais.flecha {
    display: inline-block;
    padding-left: 3rem;
    padding-right: 3rem;
}
.btn-lydlais.flecha p {
    display: flex;
    gap: 2rem;
    margin-bottom: 0;
}
.btn-lydlais.flecha p::after {
    content: url(../img/content/icon-arrow.svg);
    width: 2rem;
}
.btn-lydlais.flecha:hover p::after {
    transform: translate(10px, 0px);
    transition: transform .3s ease-in-out;
}


/* MODAL */
.modal-content,
.modal-header, 
.modal-footer {
    border-radius: 0;
    border: 0;
    padding: 2rem;
}
.modal-header,
.modal .container,
.modal-footer {
    padding: 0;
}
.modal-header .modal-title {
    font-size: 2rem;
}
.modal-body {
    padding: 2rem 0;
}
.modal .modal-dialog-centered .btn-close {
    position: absolute;
    right: 0px;
    top: -3rem;
    width: 2rem;
    height: 2rem;
    color: var(--blanco);
    padding: 0;
    background: url(../img/content/ico-close.svg);
    filter: brightness(0) invert(1);
    opacity: 1;
}
.modal .btn-modal {
    background-color: var(--negro);
    color: var(--blanco);
    font-size: 1.6rem;
    display: block;
    padding: 0.3rem 3rem;
}
.modal .btn-modal.btn-cerrar {
    background-color: var(--gris-claro);
    color: var(--gris-oscuro);
}
.modal .btn-modal:hover {
    background-color: var(--negro);
    color: var(--blanco);
    transition: all 0.3s ease-in-out;
}


/* CUSTOM CHECKBOXES */
.custom-checkbox {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 2rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.custom-checkbox a {
    text-decoration: underline;
}
.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 2rem;
    width: 2rem;
    border: 0;
    background-color: var(--gris-claro);
    margin-top: 0.2rem;
}
.custom-checkbox input:checked ~ .checkmark {
    background-color: var(--negro);
    border: 0;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.custom-checkbox input:checked ~ .checkmark:after {
    display: block;
}
.custom-checkbox .checkmark:after {
    left: 7px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.custom-checkbox + .missat {
    margin-top: -1.5rem;
    display: block;
    margin-bottom: 2rem;
}
/**/



/* HEADER */
header .navbar {
    font-family: 'Gotu', sans-serif;
    background-color: transparent;
    border-bottom: 1px solid var(--gris-medio);
    padding-bottom: 0;
    padding-top: 3rem;
}
header .navbar-brand img {
    height: 5.5rem;
}
header .navbar-collapse {
    margin-top: auto;
}
header .navbar-nav {
    margin-left: auto;
    gap: 2rem;
}
header .navbar-light .navbar-nav .nav-link {
    font-size: 1.7rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 1.2rem;
    color: var(--negro);
    border-bottom: 9px solid var(--blanco);
}
header .navbar-light .navbar-nav .btn-lydlais {
    padding-left: 3rem;
    padding-right: 3rem;
    font-size: 1.7rem;
    margin-top: -1rem;
    line-height: 1.5rem;
}
header .navbar-light .navbar-nav .btn-lydlais img {
    height: 2rem;
    filter: brightness(0);
}
header .navbar-light .navbar-nav .btn-lydlais:hover img {
    filter: brightness(0) invert(1);
}


/* HOME */
.banner-home {
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 67rem;
    overflow: hidden;
    margin-bottom: 6rem;
}
.banner-home img {
    width: 100%;
}
.banner-home .text {
    position: absolute;
    color: var(--blanco);
    text-align: center;
}
.banner-home .text h1 {
    font-family: 'Gotu', sans-serif;
    font-size: 5rem;
    margin-bottom: 2rem;
}
.banner-home .text a {
    font-family: 'Gotu', sans-serif;
    font-size: 2.4rem;
    line-height: 4rem;
}
.banner-home .text a::after {
    content: url(../img/content/icon-arrow.svg);
    width: 3rem;
    display: inline-block;
    margin-left: 1.5rem;
    filter: brightness(0) invert(1);
}
.subtitulo-home {
    font-size: 3.9rem;
    text-align: center;
    font-family: 'Gotu', sans-serif;
    margin-bottom: 6rem;
}
.tratam-home {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.tratam-home > img {
    padding-left: 15%;
    padding-right: 15%;
    width: 100%;
}
.tratam-home .content {
    border: 1px solid var(--negro);
    padding: 2rem 3.5rem;
    text-align: center;
    margin: 0 1rem 6rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.tratam-home .content .title {
    font-family: 'Gotu', sans-serif;
    font-size: 2.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
            line-clamp: 2; 
    -webkit-box-orient: vertical;
}
.tratam-home .content .price {
    font-size: 1.5rem;
    line-height: 2.3rem;
    margin-bottom: 1.5rem;
}
.tratam-home .content .price span {
    font-size: 1.5rem;
	font-weight: 600;
    display: block;
}
.tratam-home .content .btn-lydlais,
.productData .btn-lydlais {
    font-size: 1.6rem;
    padding: 0;
    justify-content: flex-start;
    margin-bottom: 1.5rem;
}
.tratam-home .content .btn-lydlais .imgContainer,
.productData .btn-lydlais .imgContainer {
    padding: 1rem 2rem;
    border-right: 1px solid var(--negro);
}
.tratam-home .content .btn-lydlais .imgContainer img,
.productData .btn-lydlais .imgContainer img {
    height: 2.5rem;
}
.tratam-home .content .btn-lydlais p,
.productData .btn-lydlais p {
    margin-bottom: 0;
    margin: 0 auto;
    color: #9e9691;
}
.tratam-home .content .btn-lydlais:hover,
.productData .btn-lydlais:hover {
    background-color: var(--negro);
    transition: all .3s ease-in-out;
}
.tratam-home .content .btn-lydlais:hover p,
.productData .btn-lydlais:hover p {
    color: var(--blanco);
    transition: all .3s ease-in-out;
}
.tratam-home .content .btn-lydlais:hover .imgContainer,
.productData .btn-lydlais:hover .imgContainer {
    border-right-color: var(--blanco);
    transition: all .3s ease-in-out;
}
.tratam-home .content .btn-lydlais:hover .imgContainer img,
.productData .btn-lydlais:hover .imgContainer img {
    filter: brightness(0) invert(1);
    transition: all .3s ease-in-out;
}
.tratam-home .content .text {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
}
.tratam-home .content .linea-mas {
    display: none;
    font-size: 2.3rem;
    border-top: 1px solid black;
    padding-top: 1rem;
    margin-top: auto;
}
.tratam-home .content .linea-mas.show {
    display: block;
}

.tratam-home .content .linea-mas::after {
    content: '+';
}
.tratam-home.active .content .linea-mas::after {
    content: '-';
}

.col-img-txt {
    display: flex;
    flex-direction: column;
}
.contact-home {
    margin-bottom: 7rem;
    padding-bottom: 7rem;
    border-bottom: 1px solid var(--gris-medio);
}
.contact-home.border0 {
    border-bottom: 0;
}
.contact-home p {
    font-family: 'Gotu', sans-serif;
    font-size: 1.7rem;
}
.contact-home iframe {
    width: 100%;
    height: 100%;
    filter: saturate(0);
}
.empresas-home {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap: 6rem;
}
.empresas-home img {
    height: 105px;
}


/* RUTA */
#div_ruta {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    color: var(--negro) !important;
    z-index: 1;
    margin-bottom: 7rem;
}
#div_ruta ul {
    list-style: none;
    padding-inline-start: 0px;
}
#div_ruta ul li a::after {
    content: '/';
    display: inline-block;
    margin: 0 0 0 5px;
}
#div_ruta ul li:last-child a::after {
    content: none;
}
#div_ruta ul li, #div_ruta ul li a {
    font-size: 1.3rem;
    display: inline;
    font-weight: 500;
    text-decoration: none;
    color: var(--negro) !important;
}
#div_ruta ul li a:hover {
    color: var(--negro) !important;
}
#div_ruta a:hover {
    text-decoration: underline;
}
/**/


/* FOOTER */
footer {
    background-color: #fafafa;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
    font-family: 'Gotu', sans-serif;
    font-size: 1.5rem;
    margin-top: 3rem;
}
footer .footerWrapper {
    display: flex;
    justify-content: space-between;
    padding-bottom: 5rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid var(--negro);
}
footer .logo-footer {
    width: 12rem;
}
footer ul li {
    margin-bottom: 1.5rem;
}
footer a:hover {
    text-decoration: underline;
}
footer .btn-lydlais {
    padding-left: 3rem;
    padding-right: 3rem;
    font-size: 1.7rem;
    margin-top: -1rem;
    line-height: 1.5rem;
    background-color: var(--blanco);
    text-decoration: none;
}
footer .btn-lydlais:hover {
    text-decoration: none;
}
footer .btn-lydlais img {
    height: 2rem;
    filter: brightness(0);
}
footer .redes img {
    height: 2.5rem;
}
footer .kitDigital {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer .kitDigital img {
    height: 3.5rem;
}
footer .kitDigital .col-auto:nth-child(2) img {
    height: 4rem;
}
.language.nav-link {
    padding-bottom: 0;
}
.language a, .language a:active, .language a:focus, .language a:hover {
    color: var(--negro);
}
.language .dropdown-menu {
    top: auto;
    padding: 0.5rem 1rem;
    min-width: 7rem;
    text-align: center;
}


/* ABOUT */
.aboutCards {
    text-align: center;
    margin-bottom: 5rem;
}
.aboutCards > * {
    margin-bottom: 2rem;
}
.aboutCards img {
    max-width: 100%;
    margin-bottom: 2.5rem;
}
.aboutCards .title {
    font-family: 'Gotu', sans-serif;
    font-size: 2.3rem;
    margin-bottom: 0.5rem;
}



/* CONTACT */
.contact {
    border-bottom: 1px solid var(--gris-medio);
    margin-bottom: 6rem;
    padding-bottom: 6rem;
}
.contact form .form-group {
    margin-bottom: 2rem;
}
.contact form .form-group label {
    margin-bottom: 0.5rem;
}
.contact form .form-group input {
    height: 4rem;
}
.contact form .form-group input,
.contact form .form-group textarea {
    background-color: var(--gris-claro);
    border: 0;
}
.contact form .btn-lydlais {
    border: 1px solid var(--negro);
    padding: 0.6rem 7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    background: white;
}


/* CENTER */
.modulos-img {
    display: flex;
    gap: 1.5rem;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}
.modulos-img .mod40 {
    display: flex;
    align-items: center;
    width: 40%;
    max-height: 335px;
    overflow: hidden;
}
.modulos-img .mod60 {
    width: 60%;
    max-height: 335px;
    overflow: hidden;
}
.modulos-img p {
    font-family: 'Gotu', sans-serif;
    font-size: 2.9rem;
}
.modulos-img img {
    object-fit: cover;
    width: 100%;
}


/* PRODUCTS */
.nav-pills.products {
    margin-right: 5rem;
}
.nav-pills.products .nav-link {
    font-size: 1.7rem;
    color: var(--negro);
    text-align: left;
    padding-left: 3rem;
}
.nav-pills.products .nav-link.active,
.nav-pills.products .nav-link:hover,
.nav-pills.products .nav-link:focus {
    color: var(--blanco);
    background-color: var(--negro);
}
.productItem {
    border-top: 1px solid var(--gris-medio);
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
}
.productItem:last-child {
    border-bottom: 1px solid var(--gris-medio);
}
.productItem .imgWrapper {
    width: 25%;
    margin-right: 5%;
}
.productItem .imgWrapper img {
    max-width: 100%;
}
.productItem .productData {
    width: 70%;
}
.productItem .productData .title {
    font-family: 'Gotu', sans-serif;
    font-size: 2.5rem;
    margin-bottom: 0;
}
.productItem .productData .price {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}
.productItem .productData .text {
    font-size: 1.5rem;
    margin-bottom: 2rem;
}
.productItem .productData .btn-lydlais {
    max-width: fit-content;
    margin-bottom: 0;
}
.productItem .productData .btn-lydlais p {
    padding-left: 2rem;
    padding-right: 2rem;
}



/* POLITICAS PRIVACIDAD, COOKIES, AVISO LEGAL */
.politicas {
    font-size: 1.5rem;
}
.politicas h1 {
    font-family: 'Gotu', sans-serif;
}
.politicas h2 {
    font-size: 2.5rem;
    font-weight: 300;
    border-bottom: 1px solid var(--negro);
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
    margin-top: 3.5rem;
}
.politicas h3 {
    font-size: 2.2rem;
    margin-top: 3rem;
    margin-bottom: 1rem;
}
.politicas ul {
    margin-top: 0;
    margin-bottom: 9px;
    padding-left: 20px;
}
.politicas ul li {
    list-style: disc;
}
.politicas p {
    margin-bottom: 5px;
}
.politicas hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: #03b8dc;
}
.politicas a:hover {
    text-decoration: underline;
}
.politicas .table-container {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.politicas .table {
    min-width: 900px;
}
/**/



/* MEDIA QUERIES */
@media (min-width:768px) {
    .tratam-home .content .text {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        line-clamp: 6;
        -webkit-box-orient: vertical;
    }
    .tratam-home.active {
        position: relative;
    }
    .tratam-home.active .content {
        position: absolute;
        max-width: 100%;
        top: 164px;
        background: white;
        -webkit-line-clamp: initial;
        box-shadow: 1px 4px 10px 0px #b4b2b2;
        transition: all 0.3s ease-in-out;
    }
    .tratam-home.active .content .text {
        text-overflow: unset;
        display: block;
        overflow: initial;
    }
    
    .aboutCards {
        margin-left: 5rem;
        margin-right: 5rem;
    }
}
@media (min-width:992px) {
    header .navbar-brand {
        padding-bottom: 2rem;
    }

    header .navbar-light .navbar-nav .nav-link:hover,
    header .navbar-light .navbar-nav .nav-link.active,
    header .navbar-light .navbar-nav .show>.nav-link {
        border-bottom: 9px solid var(--negro);
    }

    .toggleProducts,
    .v-pills-select {
        display: none;
    }
}
@media (min-width:1200px) {
    .aboutCards {
        margin-left: 5rem;
        margin-right: 5rem;
    }
}
@media (min-width:1450px) {
    .mod40, .mod60 {
        max-height: 435px;
    }

    .productItem .productData {
        width: 60%;
    }
}

@media (max-width:1500px) {
    header .navbar-light .navbar-nav .btn-lydlais {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        font-size: 1.45rem;
        margin-top: 0;
    }
    header .navbar-light .navbar-nav .btn-lydlais img {
        height: 1.5rem;
    }
}
@media (max-width:1400px) {
    .scrollup{
		bottom:20px;
    	right:30px
	}

    header .navbar-brand img {
        height: 4.5rem;
    }
    header .navbar-nav {
        gap: 1.1rem;
    }
    header .navbar-light .navbar-nav .nav-link {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        font-size: 1.4rem;
    }

    footer .btn-lydlais {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .banner-home .text h1 {
        font-size: 4rem;
    }
}
@media (max-width:1200px) {
    header .navbar-brand img {
        height: 3.1rem;
    }
    header .navbar-light .navbar-nav .btn-lydlais img {
        display: none;
    }

    footer .footerWrapper,
    footer .kitDigital {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 2rem;
    }
    .language.dropdown-menu {
        text-align: center;
        width: 100%;
    }

    .empresas-home {
        gap: 1rem 10rem;
    }

    .modulos-img .mod40, .modulos-img .mod60 {
        width: 50%;
    }
    .modulos-img .mod40 img, .modulos-img .mod60 img {
        width: auto;
    }
}
@media screen and (max-width:991.9px) {
    header .navbar-nav {
        display: block;
    }
    .navbar-light .navbar-brand,
    .navbar-light .navbar-toggler {
        margin-bottom: 2rem;
    }
    header .navbar-light .navbar-nav {
        padding-bottom: 3rem;
    }
    header .navbar-light .navbar-nav .nav-item {
        padding-bottom: 1rem;
    }
    header .navbar-light .navbar-nav .nav-link {
        border-bottom: 9px solid var(--blanco);
        padding-bottom: 0;
        padding-left: 0;
    }
    header .navbar-light .navbar-nav .nav-link:hover,
    header .navbar-light .navbar-nav .nav-link.active,
    header .navbar-light .navbar-nav .show>.nav-link {
        font-weight: 600;
    }
    header .navbar-light .navbar-nav .mobile-shrink {
        display: inline-block;
        width: 70%;
        margin-right: 4%;
    }
    header .navbar-light .navbar-nav .mobile-shrink .btn-lydlais img {
        display: block;
    }
    header .navbar-light .navbar-nav .dropdown {
        display: inline-block;
        max-width: 30%;
    }
    header .navbar-light .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-light .navbar-toggler {
        border: 0;
    }
    header .nav-hamburguer {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 22px;
        width: 28px;
    }
    header .nav-hamburguer .bars {
        height: 3px;
        width: 100%;
        background-color: black;
        transition: all 100ms ease-in-out;
    }
    header .nav-hamburguer:hover {
        cursor: pointer;
    }
    header .nav-hamburguer .opened:nth-of-type(1) {
        transition: all 100ms ease-in-out;
        transform: rotate(45deg);
        transform-origin: top left;
        width: 28px;
    }
    header .nav-hamburguer .opened:nth-of-type(2) {
        transition: all 100ms ease-in-out;
        transform-origin: center;
        width: 0;
    }
    header .nav-hamburguer .opened:nth-of-type(3) {
        transition: all 100ms ease-in-out;
        transform: rotate(-45deg);
        transform-origin: bottom left;
        width: 28px;
    }

    #div_ruta {
        margin-bottom: 5rem;
    }

    .banner-home img {
        width: auto;
        height: 38rem;
    }
    .banner-home .text a {
        font-size: 1.8rem;
    }
    .contact-home iframe {
        height: 26rem;
        margin-top: 3rem;
    }

    .nav-pills.products {
        display: none;
    }
    .toggleProducts {
        padding-bottom: 1rem;
        display: flex;
        justify-content: space-between;
        cursor: pointer;
    }
    .v-pills-select {
        font-size: 2rem;
        font-weight: 500;
        color: var(--negro);
        background-color: var(--blanco);
        padding: 1rem;
        border: 1px solid var(--negro);
        border-radius: 0;
        margin-bottom: 5rem;
    }
}
@media screen and (max-width:767.9px) {
    .container {
        width: 100% !important;
        max-width: 1220px;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    
    main {
        min-height: 400px;
    }
    
    .mb-6 {
        margin-bottom: 4rem;
    }

    .titular30 {
        font-size: 2.3rem;
    }
    .titular40 {
        font-size: 3.4rem;
    }

    #div_ruta ul{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 90vw;
    }

    .contact {
        margin-bottom: 4rem;
        padding-bottom: 4rem;
    }

    .tratam-home .content .text {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        line-clamp: 6;
        -webkit-box-orient: vertical;
    }
    .tratam-home.active .content .text {
        text-overflow: unset;
        display: block;
        overflow: initial;
    }

    .modulos-img {
        flex-direction: column;
    }
    .modulos-img .mod40, .modulos-img .mod60,
    .modulos-img .mod40 img, .modulos-img .mod60 img {
        width: 100%;
    }

    .productItem {
        flex-direction: column;
    }
    .productItem .imgWrapper,
    .productItem .productData {
        width: 100%;
    }
    .productItem .imgWrapper {
        margin-bottom: 2rem;
        margin-right: 0;
    }
    .productItem .productData .btn-lydlais {
        max-width: 100%;
    }
}