.menuContainer .menu-icon {
    width: 24px;
    padding-left: 0;
    margin-left: 0;
}

.menuContainer .button {
    background: #ee5c2e;
    background: linear-gradient(to right, #ee5c2e 0%, #f59c2b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee5c2e', endColorstr='#f59c2b',GradientType=1 );
    color: #fff;
    border: none;
    margin-bottom: 0;
    transform: scale(.9);
    margin-left: 5px;
    transition: background 0.5s ease-out,color 0.25s ease-out;
}

.menuContainer .menu li.button a {
    color: #fff;
}

.menuContainer .button:hover {
    background: #000000;
}

.language {
    position: relative;
    text-transform: uppercase;
}

.language .active {
    color: #ee5c2e;
    cursor: pointer
}

.language .dropdown {
    display: none;
    position: absolute;
    margin-left: 0;
    left: -10px;
    background: #fff;
    padding: 0 10px 10px;
    min-width: 60px;
    text-align: left;
}

.language .dropdown li {
    margin-right: 0;
    display: block;
    margin-top: 15px;
}

.language:hover .dropdown,
.language:focus-within .dropdown {
    display: block;
}

.menuContainer {
    overflow: visible
}

.buttons {
    margin-bottom: 1rem
}

.buttons .button + .button {
    margin-left: 1rem
}

.button.orange {
    background: #ee5c2e;
    background: linear-gradient(to right, #ee5c2e 0%, #f59c2b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee5c2e', endColorstr='#f59c2b',GradientType=1 );
    color: #fff;
    border-color: transparent;
    transition: background 0.5s ease-out,color 0.25s ease-out;
    /* border: none; */
}

.button.orange:hover {
    background: black
}

.content-form {
    margin-bottom: 1rem
}

.content-form select {
    border-radius: 20px;
}

.poptin-credit {
    display: none !important
}

.products .contentItem {
    background-color: transparent
}

.products .contentItem.fullClick:hover {
    background-color: transparent;
}

@media print, screen and (min-width: 64em) {
    .products .contentItem .itemTextContainer {
        position: relative;
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        padding: 24px 40px;
    }
}

.products {
	flex-wrap: wrap;
    display: flex;
}

.products .contentItem {
    width: 100%;
}

@media print, screen and (min-width: 40em) {
    .products .contentItem {
        width: 50%;
    }
}

@media print, screen and (min-width: 64em) {
    .products .contentItem {
        width: 33.3333333333%;
    }
}

.products .contentItem .inner {
    height: 100%;
    background-color: #f2f2f2;
}

.products .contentItem:hover .inner {
    background-color: #ededed;
}

.highlights {
    color: #000000;
    z-index: 200;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    position: relative;
}

.highlight {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #000000 !important;
    position: relative;
    margin-bottom: 1rem;
}   
    .highlight .bg {
        z-index: -1;
        position: absolute;
        top: 50%;
        right: 0;
        border-radius: 100%;
        background: #f2f2f2;
        height: 90px;
        width: 90px;
        transform: translateY(-50%);
    }

    .highlight .bg::before {
        content: "";
        background: #f2f2f2;
        position: absolute;
        top: 0;
        right: 50px;
        height: 100%;
        width: calc(100vw - 136px );
        z-index: -1;        
    }

    .highlight figure {
        position: relative;
        padding: 4px;
        border-radius: 50%;
        width: 100px;
        display: grid;
        place-items: center;
        flex-shrink: 0;
    }

    .highlight:nth-child(1) figure {
        background: linear-gradient(to right, #be151b, #ed1c24);
    }
    .highlight:nth-child(2) figure {
        background: linear-gradient(to right, #E75021, #F29417);
    }
    .highlight:nth-child(3) figure {
        background: linear-gradient(to right, #951B81, #D01D7F);
    }

    .highlight img {
        border-radius: 50%;
        width: 200px;
    }

    .highlight h3 {
        font-size: 1.5rem;
        margin-bottom: 0;
        margin-left: 0.75rem;
        margin-right: 0.75rem;
    }

    .highlight p {
        display: none;
    }

    .highlight span {
        display: none;
    }

.menuContainer .menuBorder {
    bottom: 24px;
}

.menuContainer .menu {
    margin-top: 3px;
}

.menuContainer .logo {
    margin-top: 5px;
}

@media print, screen and (min-width: 40em) {

    .menuContainer .logo {
        margin-top: 7px;
        max-width: 150px;
    }

    .menuContainer .menuBorder {
        bottom: 5px;
    }

    .menuContainer .purpleMenuBorder {
        bottom: -5px;
    }

    header.expanded.home {
        height: 80vh
    }

    .sectionTitle {
        display: none;
    }

    .highlights {
        margin-top: -150px;
        text-align: center;
    }

    .highlight {
        width: 33.3333333333%;
        padding: 0 1.4rem;
        flex-direction: column;
    }

    .highlight .bg {
        display: none;
    }

    .highlight figure {
        width: 170px;
        margin-bottom: 1rem;
    }    

        .highlight figure img {
            width: 170px
        }

    .highlight h3 {
        margin-bottom: 10px;
    }

    .highlight p {
        display: block;
        margin-bottom: 1rem;
    }

    .highlight span {
        display: block;
        margin-top: auto;
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

@media print, screen and (min-width: 64em) {

    .menuContainer .logo {
        margin-top: 0px;
        max-width: 216px;
    }

    .menuContainer .menuBorder {
        bottom: 40px;
    }

    .menuContainer .purpleMenuBorder {
        bottom: 16px;
    }

    .highlights {
        margin-top: -210px;
    }

    .highlight figure {
        width: 200px;
        margin-bottom: 1rem;
    }    

        .highlight figure img {
            width: 200px
        }
}

/*
#cookie-boss-modal {
    background-color: #f2f2f2;
    color: #0a0a0a;
    border-radius: 0;
    border:none
}

#cookie-boss-modal h4,
#cookie-boss-modal h3 {
    color: #0a0a0a;
}

#cookie-boss-modal a {
    border-radius: 20px;
    margin: 0 0 1rem 0;
    padding: 0.85em 1.3em;
    font-size: 0.9rem;
    font-weight: 200
}

#cookie-boss-modal a {
    border: 1px solid #0a0a0a;
    color: black;
    border-radius: 20px;
    font-weight: normal;
    background: transparent;
}

#cookie-boss-modal a:hover {
    background: #000000;
}

#cookie-boss-modal a.accept {
    background: #ee5c2e;
    background: linear-gradient(to right, #ee5c2e 0%, #f59c2b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee5c2e', endColorstr='#f59c2b',GradientType=1 );
    color: #fff;
    border: none;
    margin-bottom: 0;
    margin-left: 5px;
    transition: background 0.5s ease-out,color 0.25s ease-out;
}

#cookie-boss-modal a.accept:hover {
    background: #000000;
}

#cookie-boss-modal .consent-group.isToggled {
    border: 1px solid #f59c2b
}

#cookie-boss-modal .consent-group {
    box-shadow: none;
}
*/


header.expanded .menuContainer .menuBorder {
    bottom: 14px;
}

@media print, screen and (max-width: 64em) and (min-width: 40em)  {
    header.expanded .menuContainer .menuBorder {
        bottom: -12px;
    }
}

.tags {
    position: absolute;
    top: 25px;
    right: 0;
    padding: 5px 20px;
    font-size: .9rem;
    background-color: #f59c2b;
    color: #000000;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    font-weight: 600;
}

.tags.offset-right {
    right: .5rem;
}

.tags .tag:not(:last-child):after {
    content: "/";
    margin: 0 10px
}

.relative {
    position: relative
}

@media print, screen and (min-width: 40em) {

    .tags.offset-right {
        right: .9375rem;
    }    
}

/* image compare */
.image-compare .before,
.image-compare .after {
    position: absolute;
    background-color: #fefefe;
    bottom: 25px;
    z-index: 50;
    /* color: black;
    padding: 5px 20px ; */

    padding: 5px 20px;
    font-size: .9rem;
    background-color: #F29417;
    color: #000000;    
}

.image-compare .before {
    left: 0px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
}

.image-compare .after {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    right: 0px;
}

.icv {
    position: relative;
    overflow: hidden;
    cursor: row-resize
}

.icv__icv--vertical {
    cursor: row-resize
}

.icv__icv--horizontal {
    cursor: col-resize
}

.icv__img {
    pointer-events: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-width: none;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    top: 0;
    display: block
}

.icv__is--fluid .icv__img {
    display: none
}

.icv__img-a {
    height: auto;
    position: static;
    z-index: 1;
    left: 0px
}

.icv__img-b {
    height: 100%;
    position: absolute;
    z-index: 2;
    left: auto;
    right: 0px;
    width: auto
}

.icv__icv--vertical .icv__img-b {
    width: 100%;
    height: auto
}

.icv__imposter {
    z-index: 4;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%
}

.icv__wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0px;
    top: 0px;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    z-index: 3
}

.icv__is--fluid .icv__wrapper,
.icv__icv--vertical .icv__wrapper {
    width: 100% !important
}

.icv__is--fluid .icv__wrapper,
.icv__icv--horizontal .icv__wrapper {
    height: 100% !important
}

.icv__fluidwrapper {
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.icv__control {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    top: 0px;
    z-index: 5
}

.icv__icv--vertical .icv__control {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    left: 0;
    width: 100%
}

.icv__control-line {
    height: 50%;
    width: 2px;
    z-index: 6
}

.icv__icv--vertical .icv__control-line {
    width: 50%
}

.icv__theme-wrapper {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    -webkit-transition: all 0.1s ease-out 0s;
    transition: all 0.1s ease-out 0s;
    z-index: 5
}

.icv__icv--vertical .icv__theme-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.icv__arrow-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.1s ease-out 0s;
    transition: all 0.1s ease-out 0s
}

.icv__arrow-a {
    -webkit-transform: scale(1.5) rotateZ(180deg);
    transform: scale(1.5) rotateZ(180deg);
    height: 20px;
    width: 20px;
    -webkit-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.33));
    filter: drop-shadow(0px -3px 5px rgba(0, 0, 0, 0.33))
}

.icv__arrow-b {
    -webkit-transform: scale(1.5) rotateZ(0deg);
    transform: scale(1.5) rotateZ(0deg);
    height: 20px;
    width: 20px;
    -webkit-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.33));
    filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.33))
}

.icv__circle {
    width: 50px;
    height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 999px
}

.icv__label {
    position: absolute;
    bottom: 1rem;
    z-index: 12;
    background: rgba(0, 0, 0, 0.33);
    color: white;
    border-radius: 3px;
    padding: 0.5rem 0.75rem;
    font-size: 0.85rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.icv__label.vertical {
    bottom: auto;
    left: 1rem
}

.icv__label.on-hover {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.25s cubic-bezier(0.68, 0.26, 0.58, 1.22);
    transition: 0.25s cubic-bezier(0.68, 0.26, 0.58, 1.22)
}

.icv:hover .icv__label.on-hover {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.icv__label-before {
    left: 1rem
}

.icv__label-after {
    right: 1rem
}

.icv__label-before.vertical {
    top: 1rem
}

.icv__label-after.vertical {
    bottom: 1rem;
    right: auto
}

.icv__body {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    overflow: visible !important
}

h2.productGroupTitle a {
    color: #000000;
}

h2.productGroupTitle a:hover {
    color: #EB6E1F;
}

h1 {
    font-size:  1.75rem !important;
}

h2 {
    font-size: 1.4rem !important;
}

@media print, screen and (min-width: 40em) {
    h1 {
        font-size: 2.4rem !important;
    }

    h2 {
        font-size: 1.9375rem !important;
    }    
    
    h3 {
        font-size: 1rem !important;
    }    
}





body.explorar {
    --primary: #000049;
    --secondary: #14EFB5;
    --primary-rgb: 0, 0, 73;
    --secondary-rgb: 20, 239, 181;  
    --bg: linear-gradient(to right, var(--primary), var(--secondary));
    --bg-button: linear-gradient(to right, var(--primary) 0%, var(--secondary) 120%);
    --bg-counter: linear-gradient(145deg, var(--primary) 0px, var(--secondary) 100%);
    --bg-counter-reverse: linear-gradient(125deg, var(--secondary) 0px, var(--primary) 100%);
    color: var(--primary);
}

.explorar header.expanded {
    background: #fff;
}

.explorar .button {
    border: 1px solid var(--primary);
    color: var(--primary);
}

.explorar .accordion .accordion-title {
    color: var(--primary);
}

.explorar .projectItem a.projectTitle img {
    display: none;
}

.explorar .projectItem a.projectTitle {
    padding: 16px 0 16px;
    background: rgba(var(--primary-rgb), .75);
}

.explorar .button:hover {
    background: var(--primary);
    color: #fff;
}

.explorar .socialIcon {
    background-color: var(--primary);
    border: 2px solid var(--primary);
}

.explorar [type='text'], .explorar [type='password'], .explorar [type='date'], .explorar [type='datetime'], .explorar [type='datetime-local'], 
.explorar [type='month'], .explorar [type='week'], .explorar [type='email'], .explorar [type='number'], .explorar [type='search'], .explorar [type='tel'], 
.explorar [type='time'], .explorar [type='url'], .explorar [type='color'], textarea {
    color: var(--primary);
    border: 1px solid var(--primary)
}

.explorar .socialIcon:hover {
    color: var(--primary);
    background-color: transparent;
    border: 2px solid var(--primary);
}

.explorar header.expanded .menuContainer {
    background: #fff;
    height: 54px;
    box-shadow: 0px -5px 15px rgb(0 0 0 / 25%);
}

.explorar header .projectInfo {
    bottom: 0;
    background: rgba(var(--secondary-rgb), .75);
}

.explorar header .projectInfo .titleInfo {
    margin-top: 0;
}

.explorar footer .footerContent {
    padding: 16px 0 16px;
    background: var(--bg);
}

.explorar .image-compare .before,
.explorar .image-compare .after {
    background-color: var(--secondary)
}

.explorar .slick-prev,
.explorar .slick-next {
    background: var(--secondary);
    border-radius: 100%;
}


.explorar .stats {
    color: var(--primary);
}

.explorar .stats .counterNr.vari1,
.explorar .stats .counterNr.vari3 {
    color: var(--primary)
}

.explorar .stats .counterNr.vari2,
.explorar .stats .counterNr.vari4 {
    color: var(--secondary)
}

.backgroundcliptext .explorar .counterNr.vari1,
.backgroundcliptext .explorar .counterNr.vari3 {
    background-image: var(--bg-counter);
}

.backgroundcliptext .explorar .counterNr.vari2,
.backgroundcliptext .explorar .counterNr.vari4 {
    background-image: var(--bg-counter-reverse);
}

.explorar footer .footerContent {
    font-size: 12px;
}

.explorar .menuContainer .back a {
    font-size: 12px;
    color: var(--primary);
}

@media print, screen and (min-width: 40em) {
    .explorar .menuContainer .back a {
        font-size: 14px;
    }
}


.explorar footer .footerContent a {
    color: #fff;
}

.explorar .menuContainer .back a,
.explorar footer .footerContent a {
    display: inline-flex;
    position: relative;
    justify-content: end;
    align-items: center;
}


.explorar footer .footerContent a::before { 
    color: #fff;
}

.explorar .menuContainer .back a {
    color: var(--primary);
}

.explorar .menuContainer .back a::before,
.explorar footer .footerContent a::before {
    content:"\e801";
    font-family: "fontello";
    font-size: 8px;
    line-height: 1;
    opacity: 1;
    margin-right: 5px;
    -webkit-font-smoothing: antialiased;
}

.explorar footer .footerContent span.copyright {
    text-align: left
}

@media print, screen and (min-width: 64em) {
    .explorar header.expanded .menuContainer {
        height: 84px;
    }
}


.explorar .button.orange {
    border: transparent;
    color: #fff;
    background: var(--bg-button);
}

.explorar .button.orange:hover {
    border: transparent;
    color: #fff;
    background: var(--primary);
}