.otgs-development-site-front-end {
    display: none;
}

.row {
    max-width: 100%;
}

.inner-banner.small_banner,
.inner-banner.small_banner img {
    height: 40vh;
}

.inner-banner.small_banner img {
    object-fit: cover;
}

#sistems-search-results {
    margin-bottom: 100px;
}


:root {
    --icon-size: 36px;
    --icon-color: #B7F397;
    --icon-color-active: #B7F397;
    --icon-background-color: #13230B;
}


.sistems_favourites {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    width: var(--icon-size) !important;
    height: var(--icon-size) !important;
    cursor: pointer !important;
    background: var(--icon-background-color) !important;
}


.sistems_favourites.active {
    background: var(--icon-background-color) !important;
}


.sistems_favourites .icon {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    width: var(--icon-size) !important;
    height: var(--icon-size) !important;
}

.sistems_favourites.active .icon {
    animation: pulse .3s ease-in-out;
}

/* animation */
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}



.sistems_favourites .icon svg path{
    fill: transparent !important;
    stroke: var(--icon-color) !important;
    transition: all .3s ease-in-out !important;
}

.sistems_favourites.active .icon svg path{
    fill: var(--icon-color-active) !important;
    stroke: var(--icon-color-active) !important;
}


/************** CARD AGENDA **************/

.exp-list ul li.agenda .agenda-cont {
    position: absolute;
    left: 0px;
    bottom: 10px;
    color: #fff;
    padding-left: 10px;
    width: 100%;
    text-align: left;
}

.exp-list ul li.agenda .agenda-cont h3 {
    color: #13230B;
    font-size: 18px;
    line-height: 22px;
    font-family: 'FiraSans-SemiBold';
    padding-bottom: 3px;
    transition: all 0.5s ease;
}

.exp-list ul li.agenda .agenda-cont p {
    color: #13230B;
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 0;
}

.exp-list ul li.agenda:hover .agenda-cont h3 {
    color: #386A20;
}

.exp-list ul li.agenda .al-img::after {
    display: none;
}

.exp-list ul li.agenda .al-img img {
    aspect-ratio: 1.5;
}


/************** CARD BLOG **************/

.exp-list ul li.blog a {
    position: relative;
    float: left;
    width: 100%;
}

.exp-list ul li.blog p {
    color: #fff;
    font-family: 'FiraSans-SemiBold';
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    position: absolute;
    bottom: 32px;
    z-index: 9;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
}

.exp-list ul li.blog span.lik {
    position: absolute;
    background: #13230B url(../images/like.svg) no-repeat center;
    width: 32px;
    height: 32px;
    right: 32px;
    top: 16px;
    border-radius: 100px;
}


.exp-list ul li.blog .al-img {
    position: relative;
}

.exp-list ul li.blog .al-img::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: rgba(56, 106, 32, 0.6);
    transition: all 0.5s ease;
}

.exp-list ul li.blog .al-img img {
    width: 100%;
}

.exp-list ul li.blog:hover .al-img::after {
    width: 100%;
}


.exp-list ul li.blog .al-img img {
    aspect-ratio: 1.5;
}

/************** GUTENBERG CONTENT **************/

.gutenberg-the-content {
    width: 100%;
    float: left;
}

.gutenberg-the-content > p {
    width: 1200px;
    margin: auto;
    margin-left: calc((100% - 1200px) / 2);
    padding: 20px 0;
    color: #13230B;
    font-family: 'FiraSans-Regular';
    font-size: 24px;
    line-height: 32px;
}

.gutenberg-the-content .wp-block-image {
    width: 1200px;
    margin: auto;
    margin-left: calc((100% - 1200px) / 2);
    padding: 20px 0;
}

.gutenberg-the-content .wp-block-heading {
    float: left;
    margin: auto;
    margin-left: calc((100% - 1200px) / 2);
    width: calc(100% - (100% - 1200px));
    padding: 40px 0 20px 0;
    color: #386A20;
    font-family: 'FiraSans-SemiBold';
    font-size: 38px;
    line-height: 46px;
}



/************** FOOTER **************/


/* .bulletin-sec #newsletter_form .nice-select .list {
    top: auto !important;
    bottom: 100%;
    border-bottom: 2px solid #ffffff15;
    border-top: none;
    border-radius: 5px 5px 0px 0px;
}

.bulletin-sec #newsletter_form .nice-select.open {
    border-radius: 0px 0px 0px 0px;
} */

.bulletin-sec #newsletter_form .nice-select .list {
    max-height: 265px;
    margin-bottom: 0px;
    overflow-y: auto;
    overflow-x: hidden;
}

.bulletin-sec ul li input[type="text"]::placeholder {
    height: 40px;
    width: 100%;
    border: none;
    border-bottom: 1px solid rgba(19, 35, 11, 0.7);
    background: none;
    font-size: 16px;
    color: #13230B;
    font-family: 'FiraSans-SemiBold';
}

.bulletin-sec ul li input[type="submit"] {
    cursor: pointer;
    transition: all 0.4s ease;
    font-size: 15px;
    border: none;
    color: #13230B;
    font-family: 'FiraSans-Medium';
    background: #ffffff;
    padding: 15px 30px;
    border-radius: 25px;
}

.bulletin-sec ul li input[type="submit"]:hover {
    background: #386B20;
    color: #fff;
}

.bulletin-sec ul li input[type="text"].error,
.bulletin-sec ul li .nice-select.error {
    border-bottom: 1px solid #ff0000;
}


.sticky-wrapper .top-menu {
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0.3029586834733894) 0%, rgba(0,0,0,0) 100%);
}


ul.hd-links li a.wish-ico:hover span,
ul.hd-links li a.wish-ico.active span {
    background: url(../images/wishlist-icon-hover.svg) no-repeat scroll 0 0;
}








.fixta-slide2 .owl-nav {
    top: 51%;
    left: 0;
    width: 100%;
}

.fixta-slide2 .fa-chevron-right {
    background: url("../images/arrow pass right.svg") no-repeat;
    box-shadow: 0px 2px 18px rgba(0,0,0,0.1);
    left: -30px;
    width: 40px;
    height: 40px;
    border-radius: 60px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s ease;
    border: none;
}

.fixta-slide2 .fa-chevron-left {
    background: url("../images/arrow pass right.svg") no-repeat;
    box-shadow: 0px 2px 18px rgba(0,0,0,0.1);
    right: 0;
    width: 40px;
    height: 40px;
    border-radius: 60px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(180deg);
    transition: all .5s ease;
    border: none;
}

.fixta-slide2 .fa-chevron-right:hover::after, .fixta-slide2 .fa-chevron-left:hover::after {
    color: #fff;
}

.fa-chevron-right::before, .fa-chevron-left::before {
    display: none;
}

.fixta-slide2 .fa-chevron-left {
    right: auto;
    left: 15px;
}

.fixta-slide2 .fa-chevron-right {
    right: 15px;
    position: absolute;
    cursor: pointer;
    left: auto;
}

.fixta-slide2 .fa-chevron-right:hover {
    opacity: 0.6;
}

.fixta-slide2 .fa-chevron-left:hover {
    opacity: 0.6;
}

.fixta-slide2 .fa-chevron-left > span, .fixta-slide2 .fa-chevron-right > span {
    display: none;
}




/***************** FAVOURITES *****************/




/* .info-contacte ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1.5%;
    row-gap: 18px;
} */

.info-contacte ul li {
    flex: 0 1 32.3%;
    position: relative;
}

.info-contacte .exp-list.map-hght {
    height: auto;
}

.info-contacte .exp-img {
    float: left;
    width: 100%;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.info-contacte .exp-img img {
    float: left;
    width: 100%;
}

.info-contacte .exp-img::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: rgba(56, 106, 32, 0.6);
    transition: all 0.5s ease;
}

.info-contacte .exp-cont {
    position: absolute;
    text-align: left;
    left: 20px;
    bottom: 20px;
}

.info-contacte .exp-cont p {
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
}

.info-contacte .exp-cont h4 {
    font-size: 32px;
    line-height: 38px;
    color: #ffffff;
    font-family: 'FiraSans-Bold';
    padding-bottom: 10px;
}

.info-contacte ul li span.lik {
    position: absolute;
    background: #13230B url(../images/like.svg) no-repeat center;
    width: 32px;
    height: 32px;
    right: 20px;
    top: 16px;
    border-radius: 100px;
}

.info-contacte ul li .exp-img::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: rgba(56, 106, 32, 0.6);
    transition: all 0.5s ease;
}

.info-contacte ul li:hover .exp-img::after {
    width: 100%;
}

.info-contacte .exp-img img, .info-contacte .al-img img {
    height: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}

.info-contacte ul li:hover h4 {
    color: white !important;
}

.info-contacte ul li {
    border-top: unset !important;
    padding: unset !important;
}


/***************** MAPS *****************/

.gm-style .gm-style-iw-d {
    max-width: 200px;
}



.gm-style-iw-d .exp-img {
    float: left;
    width: 100%;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.gm-style-iw-d .exp-img img {
    float: left;
    width: 100%;
}

.gm-style-iw-d .exp-img::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: rgba(56, 106, 32, 0.6);
    transition: all 0.5s ease;
}

.gm-style-iw-d .exp-cont {
    position: absolute;
    text-align: left;
    left: 20px;
    bottom: 20px;
}

.gm-style-iw-d .exp-cont p {
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
}

.gm-style-iw-d .exp-cont h4 {
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
    font-family: 'FiraSans-Bold';
    padding-bottom: 10px;
}

.gm-style-iw-d li span.lik {
    display: none !important;
    position: absolute;
    background: #13230B url(../images/like.svg) no-repeat center;
    width: 32px;
    height: 32px;
    right: 20px;
    top: 16px;
    border-radius: 100px;
}

.gm-style-iw-d li .exp-img::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: rgba(56, 106, 32, 0.6);
    transition: all 0.5s ease;
}

.gm-style-iw-d li:hover .exp-img::after {
    width: 100%;
}


/***************** COLUMNS IN FULL WIDTH *****************/


.gutenberg-the-content > .fixta-allot-rgt,
.gutenberg-the-content > .fixta-allot-lft {
    width: 1200px;
    margin: auto;
    padding: 0px;
    margin-left: calc((100% - 1200px) / 2);
}

.gutenberg-the-content > .fixta-allot-rgt h2 {
    float: left;
    width: 100%;
    font-family: 'FiraSans-Bold';
    color: #386A20;
    font-size: 32px;
    line-height: 40px;
    padding-bottom: 20px;
}

.gutenberg-the-content > .fixta-allot-rgt h2 {
    font-size: 48px;
    line-height: 56px;
}

.gutenberg-the-content > .fixta-allot-rgt h2.mob-title {
    display: none;
}

.gutenberg-the-content > .fixta-allot-rgt h3 {
    float: left;
    width: 100%;
    font-family: 'FiraSans-Bold';
    color: #386A20;
    font-size: 32px;
    line-height: 40px;
    padding-bottom: 20px;
}

.gutenberg-the-content > .fixta-allot-rgt h4 {
    float: left;
    width: 100%;
    color: #000000;
    font-size: 18px;
    line-height: 22px;
}

.gutenberg-the-content > .fixta-allot-rgt p {
    float: left;
    width: 100%;
    max-width: 1200px;
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 20px;
    color: #13230B;
}


.gutenberg-the-content > .fixta-allot-rgt p.para-pad {
    font-size: 24px;
    line-height: 32px;
    font-family: 'FiraSans-Bold';
}


.gutenberg-the-content > .fixta-allot-rgt .fixta-slide, 
.gutenberg-the-content > .fixta-allot-rgt .fixta-slide .owl-carousel .owl-stage-outer, 
.gutenberg-the-content > .fixta-allot-rgt .fixta-slide .owl-carousel .owl-stage-outer .owl-stage, 
.gutenberg-the-content > .fixta-allot-rgt .fixta-slide .owl-carousel .owl-stage-outer .owl-stage .owl-item, 
.gutenberg-the-content > .fixta-allot-rgt .fixta-slide .owl-carousel .owl-stage-outer .owl-stage .owl-item .item, 
.gutenberg-the-content > .fixta-allot-rgt .fixta-slide .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .banner-vid, 
.gutenberg-the-content > .fixta-allot-rgt .fixta-slide .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .banner-vid .videoWrapper {
    aspect-ratio: 2;
}

.exper-sec .exp-grid > .exp-grid-list {
    display: block !important;
}


.info-contacte .post_types ul li.post_type {
    padding: 20px 0px !important;
}


@media screen and (min-width: 768px) and (max-width: 1023px) {

    .sticky-wrapper.is-sticky .m-menu span {
        background: #13230B !important;
    }
}

.mobile-menu {
    max-width: 100vw;
}


/* .gm-style .gm-style-iw-c {
    padding: 0px !important;
} */
/* .social-ftr.ftr-logo ul li img {
    max-width: 100px !important;
    max-height: 70px !important;
}

.social-ftr ul {
    display: grid !important;
    grid-template-columns: repeat(7,1fr) !important;
    grid-auto-rows: 1fr !important;
    grid-gap: 10px !important;
    align-items: center !important;
    justify-content: center;
    justify-items: center;
}


/* 7th child */
/*
.social-ftr ul li:nth-child(7) img{
    max-width: 140px !important;
}
.social-ftr ul li:nth-child(8) img{
    max-width: 140px !important;
}
.social-ftr ul li:nth-child(8) {
    grid-column: span 2;
}
.social-ftr ul li:nth-child(9) img{
    max-width: 140px !important;
}
.social-ftr ul li:nth-child(9) {
    grid-column: span 2;
}
.social-ftr ul li:nth-child(10) img{
    max-width: 180px !important;
    margin-left: 50px;
}
.social-ftr ul li:nth-child(10) {
    grid-column: span 2;
} */

.ftr-grn .others .promouen .social-ftr.ftr-logo ul li:last-child img {
    max-width: 180px !important;
}

.ftr-grn .others .financien .social-ftr.ftr-logo ul li:last-child img {
    max-width: 180px !important;
}


.ftr-grn .others {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
}