#page {
    position: relative;
}

.menu ul li a {
    font-size: 17px;
}

.head-top-link .logo {
    display: none;
}

.header-top .logo {
    display: block;
}

.fitxa-main {
    align-items: flex-start;
}

.fitxa-cont .fitxa-btn {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn {
    display: inline-block;
    background: #007F40;
    color: #ffffff;
    padding: 0 29px;
    font-family: 'DMSans-Bold';
    height: 48px;
    font-size: 18px;
    line-height: 48px;
    letter-spacing: -0.45px;
    border-radius: 6px;
    transition: all .5s ease;
}

.btn:hover,
.btn:focus {
    background: #18382D;
    color: #ffffff;
}

.contactar .oficina-list ul li .oficina-cnt p strong {
    font-family: 'DMSans-Bold';
}

/* begin CONTACT FORM */

.log-form .wpcf7-form .frm-input .floating-label-group {
    float: left;
    width: 100%;
    position: relative;
}

.log-form .wpcf7-form .frm-input .floating-label {
    text-align: left;
    cursor: pointer;
    line-height: 26px;
    width: auto;
    display: inline-block;
    font-family: 'DMSans-Medium';
    color: #444444;
    font-size: 18px;
    top: 14px;
}

.log-form .wpcf7-form .frm-input .floating-label-group:has(.form-control:focus) .floating-label,
.log-form .wpcf7-form .frm-input .floating-label-group:has(.form-control:not(:placeholder-shown)) .floating-label {
    top: -3px;
    bottom: 0px;
    left: 20px;
    font-size: 10px;
    opacity: 1;
    color: #444444;
    font-family: 'DMSans-Regular';
    letter-spacing: 0.44px;
}

.log-form .wpcf7-form .form-control {
    width: 100%;
    padding: 10px 20px 5px;
    height: 55px;
    border: none;
    transition: all .5s ease;
    background: #FAFAFA;
    color: #444444;
    font-size: 18px;
    letter-spacing: 0;
    font-family: 'DMSans-Medium';
    border-radius: 6.67px;
}

.log-form .wpcf7-form textarea.form-control {
    background: #fff;
    border: none;
    width: 100%;
    height: 145px;
    padding: 20px;
    color: #444444;
    font-size: 18px;
    resize: none;
}

/* checkbox */

.log-form ul li .wpcf7-acceptance input[type="checkbox"] {
    visibility: hidden;
    width: 0;
    height: 0;
    margin: 0;
}

.log-form ul li .wpcf7-acceptance label {
    pointer-events: inherit;
    cursor: pointer;
    padding-left: 30px;
    position: relative;
    float: left;
    width: 100%;
    line-height: 17px;
    text-align: left;
    color: #ffffff;
    font-size: 14.44px;
    letter-spacing: 0px;
    font-family: 'DMSans-Regular';
}

.log-form ul li .wpcf7-acceptance label::before {
    cursor: pointer;
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 10px;
    left: 5px;
    position: absolute;
    top: 5px;
    transition: all 0.3s ease-in-out 0s;
    width: 10px;
    z-index: 9;
    border-radius: 100%;
}

.log-form ul li .wpcf7-acceptance label::after {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #002B43;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 0px;
    width: 20px;
    border-radius: 100%;
}

.log-form ul li .wpcf7-acceptance label:has(input:checked)::before {
    background: #002b43 none repeat scroll 0 0;
}

.log-form ul li .wpcf7-acceptance a {
    color: #ffffff;
    text-decoration: underline;
    transition: all .5s ease;
}

.log-form ul li .wpcf7-acceptance a:hover {
    opacity: 0.6;
}

.frm-sent .chk-rgt p {
    width: 100%;
}

.frm-sent .chk-rgt .wpcf7-spinner {
    margin: 20px auto 0;
    display: block;
}

.frm-sent .chk-rgt .env-btn {
    float: none;
}

.frm-sent .chk-rgt .env-btn:disabled {
    opacity: 0.5;
    color: #FFF;
    background: #18382D;
}

.login-cnt-form .wpcf7 form.sent .wpcf7-response-output {
    color: #FFF;
}

/* end CONTACT FORM */

.header-simple {
    float: left;
    width: 100%;
    padding: 60px 0 20px;
}

.header-simple h1 {
    float: left;
    width: 100%;
    font-size: 70px;
    line-height: 72px;
    color: #18382D;
    font-family: 'DMSans-Black';
    letter-spacing: -2.55px;
    margin-bottom: 27px;
}

.header-simple p {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color: #444444;
    letter-spacing: -0.82px;
    padding-right: 400px;
    margin-bottom: 35px;
}

.serveis-sec {
    padding-top: 10px;
}

.comarq-cont {
    width: 1170px;
    margin: auto;
}

.comarq-left .comarq-cont {
    justify-content: left;
    text-align: left;
}

.comarq-center .comarq-cont {
    justify-content: center;
    text-align: center;
}

.comarq-right .comarq-cont {
    justify-content: right;
    text-align: right;
}

.la-zona-sec h4 strong {
    font-family: 'DMSans-BoldItalic';
}

.equip-sec::after {
    content: none;
}

.la-zona-main {
    display: block;
    columns: 2;
    column-gap: 5%;
}

.la-zona-main,
.la-zona-main p,
.la-zona-main a {
    float: none;
}

.serveis-list ul li .serveis-img {
    aspect-ratio: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.relacio-sec h2 {
    float: left;
    width: 100%;
    font-size: 50px;
    line-height: 60px;
    color: #18382D;
    font-family: 'DMSans-Black';
    letter-spacing: -1.82px;
    margin-bottom: 50px;
    text-align: center;
}

.inner .menu ul li.current-menu-item a {
    opacity: 1;
    background: #007F40;
    color: #ffffff;
}

.float-left-6tems {
    float: left;
    width: 100%;
}

body.home .banner-top-cnt {
    margin-bottom: 30px;
}

body.home .banner-top-cnt .net2rent-page-container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background-color: transparent;
}

/* begin NOTICIES */

.noticies-sec {
    float: left;
    width: 100%;
    padding: 5px 0 75px;
}

.noticies-count {
    margin-bottom: 20px;
}

.noticies-count strong {
    color: #007f40;
}

ul.noticies-list {
    display: grid;
    grid-template-columns: repeat(var(--n-columns), 1fr);
    gap: 40px 25px;
    --n-columns: 3;
}

.noticia-card {
    display: block;
}

.noticia-card .noticia-img {
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 10px;
    position: relative;
    aspect-ratio: 16 / 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.noticia-card .noticia-img span.category {
    position: absolute;
    top: 15px;
    right: 20px;
    background-color: #007f40;
    color: #FFF;
    font-family: DMSans-SemiBold;
    padding: 3px 12px;
    border-radius: 40px;
    font-size: 14px;
    z-index: 1;
    transition: all 0.35s ease;
}

.noticia-card a:hover .noticia-img span.category,
.noticia-card a:focus .noticia-img span.category {
    background-color: #18382D;
}

.noticia-card .noticia-img img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: all 0.35s ease;
}

.noticia-card a:hover .noticia-img img,
.noticia-card a:focus .noticia-img img {
    scale: 1.05;
}

.noticia-card .noticia-cnt span.fecha {
    transition: all 0.35s ease;
    font-family: DMSans-Bold;
    margin-bottom: 5px;
    color: #a5c56c;
    display: block;
    font-size: 16px;
    line-height: 20px;
}

.noticia-card a:hover .noticia-cnt span.fecha,
.noticia-card a:focus .noticia-cnt span.fecha,
.noticia-card a:hover .noticia-cnt h2,
.noticia-card a:focus .noticia-cnt h2 {
    color: #18382D;
}

.noticia-card .noticia-cnt h2 {
    font-family: DMSans-ExtraBold;
    color: #007f40;
    font-size: 23px;
    line-height: 28px;
}

.pagination {
    margin-top: 40px;
}

.pagination ul.page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.pagination ul.page-numbers .page-numbers {
    transition: all 0.35s ease;
    width: 32px;
    height: 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    font-family: DMSans-SemiBold;
    font-size: 16px;
    line-height: 16px;
    background-color: transparent;
    color: #282828;
}

.pagination ul.page-numbers .page-numbers.prev,
.pagination ul.page-numbers .page-numbers.next {
    width: auto;
    padding: 0 10px;
}

.pagination ul.page-numbers .page-numbers.prev {
    margin-right: 10px;
}

.pagination ul.page-numbers .page-numbers.next {
    margin-left: 10px;
}

.pagination ul.page-numbers .page-numbers.current,
.pagination ul.page-numbers a.page-numbers:hover,
.pagination ul.page-numbers a.page-numbers:focus {
    background-color: #007f40;
    color: #FFF;
}

.noticies-filtres {
    display: flex;
    width: 100%;
    margin: 0 0 20px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.noticies-filtres .filtre {
    flex: 0 1 33%;
}

.noticies-filtres .nice-select {
    border: 1px solid;
    float: none;
    padding: 10px 20px;
    color: #282828;
    font-family: DMSans-SemiBold;
}

.noticies-filtres .nice-select::after {
    right: 15px;
}

.noticies-filtres .nice-select ul.list,
.noticies-filtres .nice-select ul.list .option {
    width: 100%;
}

.noticies-filtres .nice-select ul.list .option:hover,
.noticies-filtres .nice-select ul.list .option:focus {
    background-color: #007f40;
}

.noticies-filtres .filtre input.filter-field {
    width: 100%;
    padding: 10px 20px;
    border: 1px solid;
    color: #282828;
    border-radius: 5px;
    font-size: 13px;
    line-height: 20px;
}

.noticies-not-found {
    margin-top: 30px;
}

/* end NOTICIES */

/* begin FICHA NOTICIA */

section.noticia-body {
    float: left;
    width: 100%;
    padding: 0 0 95px;
}

section.noticia-body .noticia-img img {
    display: block;
    width: 100%;
}

section.noticia-body .noticia-sub {
    display: flex;
    float: left;
    width: 100%;
    margin-bottom: 15px;
    align-items: center;
    gap: 15px;
}

section.noticia-body .noticia-sub .noticia-fecha p {
    font-family: DMSans-SemiBold;
    color: #007f40;
    font-size: 20px;
    line-height: 28px;
}

section.noticia-body .noticia-sub .noticia-cats {
    display: flex;
    gap: 7px;
}

section.noticia-body .noticia-sub .noticia-cats a {
    transition: all 0.35s ease;
    background-color: #007f40;
    color: #FFF;
    padding: 3px 15px;
    font-size: 14px;
    border-radius: 30px;
    font-family: DMSans-SemiBold;
}

section.noticia-body .noticia-sub .noticia-cats a:hover,
section.noticia-body .noticia-sub .noticia-cats a:focus {
    color: #007f40;
    background-color: transparent;
}

section.noticia-body .noticia-img {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.noticia-body .noticia-cont {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

section.noticia-body .noticia-cont p {
    margin-bottom: 10px;
    font-family: DMSans-Regular;
    font-size: 16px;
    line-height: 24px;
}

section.noticia-body .noticia-links {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

section.noticia-body .noticia-links ul.links {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

section.noticia-body .noticia-links ul.links li p.title a {
    transition: all 0.35s ease;
    font-size: 20px;
    line-height: 28px;
    color: #007f40;
}

section.noticia-body .noticia-links ul.links li p.title a:hover,
section.noticia-body .noticia-links ul.links li p.title a:focus {
    color: #A5C56C;
}

section.noticia-body .noticia-links ul.links li p.subtitle {
    font-family: DMSans-Italic;
}

/* end FICHA NOTICIA */

/* begin LEGAL */

section.lopd {
    float: left;
    width: 100%;
    padding: 20px 0 75px;
    counter-reset: header1 header2;
}

section.lopd p {
    font-family: DMSans-Regular;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}

section.lopd ul>li,
section.lopd ol>li {
    font-family: DMSans-Regular;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
}

section.lopd h2 {
    margin: 15px 0;
    font-family: DMSans-Bold;
    font-size: 35px;
    line-height: 45px;
}

section.lopd h2::before {
    content: counter(header1);
    counter-increment: header1;
    margin-right: 15px;
}

section.lopd h3 {
    margin: 12px 0;
    font-family: DMSans-Bold;
    font-size: 24px;
    line-height: 32px;
}

section.lopd h3::before {
    content: counter(header1) '.' counter(header2);
    counter-increment: header2;
    margin-right: 10px;
}

section.lopd ul {
    list-style: disc;
}

section.lopd ol {
    list-style: auto;
}

section.lopd ul>li {
    list-style: inherit;
    margin-left: 20px;
}

section.lopd ol>li {
    list-style: inherit;
    margin-left: 20px;
}

section.lopd a {
    transition: all 0.35s ease;
    color: #007f40;
    text-decoration: underline;
    font-family: DMSans-SemiBold;
}

section.lopd a:hover,
section.lopd a:focus {
    color: #282828;
    text-decoration-color: transparent;
}

/* end LEGAL */

/** JIRA CM-224 **/

.sect-but .descri {
    float: left;
    width: 100%;
    margin-bottom: 60px;
}

.sect-but .descri p {
    font-family: 'DMSans-Medium';
}

.sect-but .dis-but {
    float: left;
    width: 100%;
    margin-bottom: 60px;
    display: flex;
    justify-content: space-evenly;
}

.sect-but .dis-but a {
    float: left;
    border: 2px solid #18382d;
    width: 30%;
    place-items: center;
    border-radius: 14px;
    height: 35vh;
    display: flex;
    flex-direction: column;
    background: #e6f2ec;
}

.sect-but .dis-but a .cont-but {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.sect-but .dis-but a .cont-but img {
    height: 80%;
    width: 100%;
    object-fit: cover;
    border-bottom: 2px solid #18382d;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.sect-but .dis-but a .cont-but p {
    text-align: center;
    height: 13%;
    padding-top: 25px;
    font-family: 'DMSans-Black';
    font-size: 25px;
    color: #18382d;
}

/** JIRA CM-225 **/
button.preres__modal {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, var(--n2r-color-main2, #17aff5)), color-stop(1, var(--n2r-color-main, #0787c3)));
    color: white;
    font-family: 'DMSans-SemiBold';
    padding: 7px 0;
    width: 100%;
    display: block;
    border-radius: 5px;
    border: 1px solid #449259;
    text-transform: uppercase;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    cursor: pointer;
}

a.preres__modal:hover {
    background: #fff;
    border: 1px solid #449259;
    color: #449259;
}

/* The Modal */
header {
    z-index: 2;
}

#myModal {
    z-index: 9 !important;
    max-width: 100% !important;
    width: 100% !important;
    height: 100%;
    justify-self: anchor-center;
    background: #00000082 !important;
    position: fixed !important;
    top: 0;
    left: 0;
    display: block !important;
    visibility: hidden;
    opacity: 0;
    transition: opacity .5s ease, visibility .5s ease;
}

#myModal.is-open {
    visibility: visible;
    opacity: 1;
}

/* El resto de tu CSS permanece igual */
#myModal .modal-content {
    background-color: #fefefe;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    height: 82%;
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -40%);
    overflow: auto;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/*__--__*/
.modal.is-open .two-col {
    display: flex;
    width: 100%;
    justify-content: space-around;
}

.modal.is-open span.obt {
    color: red;
    font-weight: bold;
}

.modal.is-open input[type="submit"],
.modal.is-open input[type="button"],
.modal.is-open input[type="text"],
.modal.is-open input[type="password"],
.modal.is-open input[type="email"],
.modal.is-open input[type="tel"],
.modal.is-open textarea {
    border: 2px solid #255436;
    width: 100%;
    padding: 10px 7px;
    font-size: 15px;
}

.modal.is-open textarea {
    padding: 7px 7px;
    height: 8vh;
}

.modal.is-open ul>li {
    margin-bottom: 15px;
}

.modal.is-open .two-col .frm-input {
    width: 45%;
}

.modal.is-open .two-col .frm-input input {
    width: 100%;
    border: 2px solid #255436;
    width: 100%;
    padding: 10px 7px;
    font-size: 15px;
}

.modal.is-open .frm-sent .chk-mid p {
    color: #255436;
    padding: 0px;
    font-size: 12px;
}

.modal.is-open .frm-sent {
    row-gap: 15px;
}

.frm-sent .chk-mid p span.item-bold {
    display: contents;
}

.frm-sent .chk-mid a {
    color: #007f40;
    text-decoration: underline;
}

.modal.is-open input[type="submit"] {
    cursor: pointer;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
}

.modal.is-open input[type="submit"]:hover {
    background: #255436;
    color: white;
}

.modal.is-open .wpcf7 form .wpcf7-response-output {
    margin: 0em 0.5em 1em;
}

.modal.is-open .frm-sent .chk-rgt .wpcf7-spinner {
    margin: 0px auto 0;
    display: block;
}

.modal.is-open ul>li:last-child {
    margin: 0px;
}

.modal.is-open .one-col {
    padding: 0 20px;
}

.modal.is-open .wpcf7-list-item {
    margin: 0px;
}

.page-template-contactar .frm-sent .chk-mid a {
    color: white;
}

.comarq-cont {
    z-index: 0;
}

/** JIRA CM-227 **/

.mbl-social-link {
    float: left;
    margin-top: 25px;
}

.quick-links ul.top-lft-list li.idioma ul>li {
    color: #007f40;
    background: none;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.quick-links ul.top-lft-list li.idioma span {
    color: #007f40;
    padding: 0px 5px 0 15px;
}

.idioma .nice-select.open .list {
    gap: 0px;
    top: 16px;
    left: 0px;
    min-width: 0px;
}

/** JIRA CM-228 **/
.is-sticky .header-pad {
    z-index: 9999999999999999999999999;
}

.n2r__list {
    z-index: 1;
    position: relative;
}

.net2rent-page-container .net2rent-contenedor-buscador {
    background-image: linear-gradient(180deg, rgba(85,85,85,0.85) 1%, #555555 43%) !important;
}

.n2r__search__field--submit .n2r__btn {
    background: #449259 !important;
    border: 1px solid #449259 !important;
    transition: all .5s ease !important;
    -moz-transition: all .5s ease !important;
    -webkit-transition: all .5s ease !important;
    -o-transition: all .5s ease !important;
    -ms-transition: all .5s ease !important;
}

button.n2r__search__submit.n2r__btn:hover {
    border: 1px solid #18382d !important;
    background: #18382d !important;
}