﻿/* Add custom CSS */
.g-widget-fototext a {
    /*color: #ff9010 !important;*/
    cursor: pointer;
}

.g-widget-hero p {
    margin: 0;
    padding: 0;
}

/*GAnyTechWidget*/
.g-anytech-title {
    grid-area: texto;
    font-size: 17px;
    line-height: 26px;
    font-weight: 700;
    text-align: center;
}

/* modal  */

.modal-open {
    overflow: hidden;
}

    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto;
    }

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}


@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    /*max-height: calc(100% - 1rem);*/
}

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 1rem);
        overflow: hidden;
    }


    .modal-dialog-scrollable .modal-body {
        overflow-y: auto;
    }

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    /*min-height: calc(100% - 1rem);*/
}

    .modal-dialog-centered::before {
        display: block;
        height: calc(100vh - 1rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content;
        content: "";
    }

    .modal-dialog-centered.modal-dialog-scrollable {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%;
    }

        .modal-dialog-centered.modal-dialog-scrollable .modal-content {
            max-height: none;
        }

        .modal-dialog-centered.modal-dialog-scrollable::before {
            content: none;
        }

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0.25rem;
    outline: 0;
    box-shadow: 0px 11px 15px -7px rgb(0 0 0 / 20%), 0px 24px 38px 3px rgb(0 0 0 / 14%), 0px 9px 46px 8px rgb(0 0 0 / 12%);
}


.modal-open .modal-content {
    transform: scale(1);
}

.modal-backdrop {
    //position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    transition: opacity 150ms linear
}

    .modal-backdrop.fade {
        opacity: 0;
    }

    .modal-backdrop.show {
        opacity: 0.32;
    }

.modal .close {
    padding: 0;
    border: 0;
    background-color: transparent;
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    font-size: 1rem;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.5rem;
    overflow: auto;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}




@media (min-width: 576px) {
    .modal-dialog {
        max-width: 480px;
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }

        .modal-dialog-scrollable .modal-content {
            max-height: calc(100vh - 3.5rem);
        }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

        .modal-dialog-centered::before {
            height: calc(100vh - 3.5rem);
            height: -webkit-min-content;
            height: -moz-min-content;
            height: min-content;
        }

    .modal-sm {
        max-width: 480px;
    }

    .modal-dialog-top {
        justify-content: flex-start !important;
        margin-top: 0;
        min-height: 100%;
        max-height: 100%;
    }

    .modal-dialog-bottom {
        justify-content: flex-end !important;
        margin-bottom: 0;
        min-height: 100%;
        max-height: 100%;
    }

    .modal-dialog-left {
        margin-left: 0;
    }

    .modal-dialog-right {
        margin-right: 0;
    }
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

@media (max-width: 575px) {
    .modal-dialog {
        margin: 0;
        display: block;
        /*max-height: 100vh !important;*/
        height: 100% !important;
    }

    .modal-content {
        height: 100% !important;
    }
}

.modal-open .g-widget-modal {
    z-index: 2000;
}

.fade-scale .modal-content {
    transform: scale(0.8);
    opacity: 0;
    transition: transform 150ms 0ms cubic-bezier(0, 0, 0.2, 1);
}

.fade-scale.show .modal-content {
    transform: scale(1);
    opacity: 1;
}

.modal-open .g-widget-modal {
    overflow-y: hidden;
}

/* end of modal    */

/* hero */

/*@media (max-width: 992px) {
    .g-widget-hero {
        background-image: none !important;
    }
}*/
@media (max-width: 1023px) {
    .g-widget-hero:not(.new), .g-widget-hero.addPadding:not(.new) {
        background-image: none !important;
    }
}


/* custom range style */
.custom-range {
    width: 100%;
    height: 7.5px;
    padding: 0;
    background-color: #b7b7b7;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 3px;
}

.container-password-generator.LG .password-generator input {
    width: 634px;
}


.custom-range:focus {
    outline: 0;
}

.custom-range::-moz-focus-outer {
    border: 0;
}

.custom-range::-webkit-slider-thumb {
    width: 1.5rem;
    height: 1.5rem;
    margin-top: -0.5rem;
    background-color: #ff9010;
    border: 0;
    border-radius: 1.5rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none;
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #ff9010;
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
}

.custom-range::-moz-range-thumb {
    width: 1.5rem;
    height: 1.5rem;
    margin-top: -0.5rem;
    background-color: #ff9010;
    border: 0;
    border-radius: 1.5rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none;
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #ff9010;
}

.custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: b7b7b7;
    border-color: transparent;
    border-radius: 1rem;
}

.custom-range::-moz-range-progress {
    background-color: #ff9010;
    height: .5rem;
    border-radius: 3px;
}

.custom-range::-ms-thumb {
    width: 1.5rem;
    height: 1.5rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #ff9010;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none;
    }
}

.custom-range::-ms-thumb:active {
    background-color: #ff9010;
}

.custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
    background-color: transparent;
    border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: transparent;
    border-radius: 1rem;
}





/* password gerenartor  */
.g-widget-password .mat-checkbox-input:checked ~ .mat-checkbox-background .mat-checkbox-checkmark {
    opacity: 1;
    fill: #fafafa;
}

.g-widget-password .mat-primary .mat-checkbox-input:checked ~ .mat-checkbox-background {
    background-color: #1e8925;
}


.g-widget-password .mat-checkbox-input:checked ~ .mat-checkbox-background .mat-checkbox-checkmark-path {
    stroke-dashoffset: 0;
    animation: 180ms linear 0ms mat-checkbox-unchecked-checked-checkmark-path
}

.g-widget-password .custom-range {
    margin-bottom: 1.5rem;
}

.g-widget-password .cdk-visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.g-widget-password .mat-input-element {
    font: inherit;
    background: transparent;
    color: currentColor;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
    vertical-align: bottom;
    text-align: inherit;
}


@keyframes mat-checkbox-unchecked-checked-checkmark-path {

    0%, 50% {
        stroke-dashoffset: 22.910259
    }

    50% {
        animation-timing-function: cubic-bezier(0, 0, 0.2, 0.1)
    }

    100% {
        stroke-dashoffset: 0
    }
}

.mat-checkbox-background,
.mat-checkbox-frame {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    border-radius: 2px;
    box-sizing: border-box;
    pointer-events: none
}

.mat-checkbox {
    transition: background 400ms cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    -webkit-tap-highlight-color: transparent
}


    .mat-checkbox .mat-ripple-element:not(.mat-checkbox-persistent-ripple) {
        opacity: .16
    }

.mat-checkbox-layout {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: inherit;
    align-items: baseline;
    vertical-align: middle;
    display: inline-flex;
    white-space: nowrap
}

.mat-checkbox-label {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.mat-checkbox-inner-container {
    display: inline-block;
    height: 16px;
    line-height: 0;
    margin: auto;
    margin-right: 8px;
    order: 0;
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
    width: 16px;
    flex-shrink: 0
}

[dir=rtl] .mat-checkbox-inner-container {
    margin-left: 8px;
    margin-right: auto
}

.mat-checkbox-inner-container-no-side-margin {
    margin-left: 0;
    margin-right: 0
}

.mat-checkbox-frame {
    background-color: transparent;
    transition: border-color 90ms cubic-bezier(0, 0, 0.2, 0.1);
    border-width: 2px;
    border-style: solid
}


.cdk-high-contrast-active .mat-checkbox.cdk-keyboard-focused .mat-checkbox-frame {
    border-style: dotted
}

.mat-checkbox-background {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    transition: background-color 90ms cubic-bezier(0, 0, 0.2, 0.1), opacity 90ms cubic-bezier(0, 0, 0.2, 0.1)
}


.cdk-high-contrast-active .mat-checkbox .mat-checkbox-background {
    background: none
}

.mat-checkbox-persistent-ripple {
    width: 100%;
    height: 100%;
    transform: none
}

.mat-checkbox-inner-container:hover .mat-checkbox-persistent-ripple {
    opacity: .04
}

.mat-checkbox.cdk-keyboard-focused .mat-checkbox-persistent-ripple {
    opacity: .12
}

.mat-checkbox-persistent-ripple,
.mat-checkbox.mat-checkbox-disabled .mat-checkbox-inner-container:hover .mat-checkbox-persistent-ripple {
    opacity: 0
}

@media(hover: none) {
    .mat-checkbox-inner-container:hover .mat-checkbox-persistent-ripple {
        display: none
    }
}

.mat-checkbox-checkmark {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    width: 100%
}

.mat-checkbox-checkmark-path {
    stroke-dashoffset: 22.910259;
    stroke-dasharray: 22.910259;
    stroke-width: 2.1333333333px
}

.cdk-high-contrast-black-on-white .mat-checkbox-checkmark-path {
    stroke: #000 !important
}

.mat-checkbox-mixedmark {
    width: calc(100% - 6px);
    height: 2px;
    opacity: 0;
    transform: scaleX(0) rotate(0deg);
    border-radius: 2px
}

.cdk-high-contrast-active .mat-checkbox-mixedmark {
    height: 0;
    border-top: solid 2px;
    margin-top: 2px
}

.mat-checkbox-label-before .mat-checkbox-inner-container {
    order: 1;
    margin-left: 8px;
    margin-right: auto
}

.mat-checkbox-input {
    bottom: 0;
    left: 50%
}

.mat-form-field-wrapper {
    position: relative;
}

.mat-form-field-underline {
    position: absolute;
    width: 100%;
    pointer-events: none;
    transform: scale3d(1, 1.0001, 1);
}

.mat-form-field-appearance-legacy .mat-form-field-wrapper {
    padding-bottom: 1.25em;
}

.mat-form-field-appearance-legacy .mat-form-field-underline {
    bottom: 1.25em;
}

/* end of password gerenartor  */

.g-widget-launguages .clang i {
    position: absolute;
    top: 45%;
    right: 17px;
    font-size: 1.41rem;
    color: #646464;
}

.g-widget-launguages .clang {
    text-align: left;
    margin-top: 0;
    position: relative;
    width: 15rem;
}

.g-widget-launguages select {
    width: 330px;
    height: 3.6rem;
    margin: 16px 0 0;
    background-color: #fff;
    padding: 0.4rem 0 0.4rem 1.1rem;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #fff;
    font-size: 1rem;
    color: #2f3343;
}

.g-widget-launguages.LG .clang select {
    width: 15rem;
    height: 2.52rem
}


/* card double  */
.g-widget-card-double .items .item {
    margin: 0 0 1.1rem;
}

.g-widget-card-double .items > div:last-of-type {
    margin: 0;
}

.g-widget-card-double .title p {
    margin-block-start: 0;
    margin-block-end: 0;
}

.g-widget-card-double i {
    font-style: normal;
}
/* FotoText */
.g-widget-fototext h3 {
    text-align: center;
}

.g-widget-fototext h4 {
    text-align: center;
}

.g-widget-fototext h5 {
    text-align: center;
}

.g-widget-fototext.LG h3 {
    text-align: left;
}

.g-widget-fototext.LG h4 {
    text-align: left;
}

.g-widget-fototext.LG h5 {
    text-align: left;
}


.icon-left {
    display: flex;
    justify-content: end;
}

.icon-right {
    display: flex;
}

.icon-fototext {
    display: flex;
    padding: 0.8rem 0;
}

#icon-center {
    display: flex;
    justify-content: center;
    padding: 0.1rem 0;
}

#left-icon {
    padding: 0.8rem 0;
}

#right-icon {
    padding: 0.8rem 0;
}

#icons-hero {
    padding: 0.2rem 0;
}

/* Hero */
.icon-center {
    display: flex;
    justify-content: center;
}

@media (max-width: 992px) {
    .icon-fototext-center {
        justify-content: center;
    }
}

/* Container */

@media (max-width: 575px) {
    .modal-dialog.modal-dialog-centered.modal-dialog-scrollable {
        width: 100%;
    }
}


.body-a a {
    color: #ff9010;
}


.subtitle1 a {
    color: #ff9010;
}

.new .right i {
    font-size: 1.55rem;
    color: #2C85D5;
}

    .new .right i.large {
        font-size: 2rem;
    }

.new .right .menuicono div {
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #2F3343;
}

    .new .right .menuicono div:hover {
        color: #2C85D5;
    }

.new .right .menuicono {
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

    .new .right .menuicono:hover > .new .right .menuicono div, .new .right .menuicono:hover > .new .right i {
        color: #2C85D5;
    }

.new .container-menuhu #menu-desktop li a.backcolor {
    padding: 0 6px;
}

.new .container-menuhu #tinymenu-desktop li a.tinyoferta {
    padding: 1px 16px;
    border-radius: 11px;
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    margin-left: 0.8rem;
}

.new .container-menuhu.LG .menu-desktop .container ul#menu-desktop, .new .container-menuhu.LG .menu-desktop .container ul#tinymenu-desktop {
    grid-column-gap: 0.5rem;
}
/*MOBILE*/

.new .container-menuhu .menu-mobile .container .right button i {
    color: #2C85D5;
}

.new .container-menuhu .menu-mobile .container button i {
    font-size: 1.6rem;
    color: #2C85D5;
    text-align: right;
    cursor: pointer;
    transform: rotate(-45deg);
}

.new .container-menuhu .menu-mobile .container button {
    border: 0;
    padding: 0;
    background: #0000;
    left: 1rem;
    cursor: pointer;
    outline: none !important;
}


.new .menuicono i {
    font-size: 1.55rem;
    color: #2C85D5;
}

    .new .menuicono i.large {
        font-size: 2rem;
    }

.new .right .menuicono {
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

.new .container-menuhu .menu-mobile .container {
    width: auto;
    display: grid;
    display: -ms-grid;
    grid-template-columns: 40px auto 40px;
    -ms-grid-columns: 32px auto 2rem;
    padding: 0.7rem 0 0;
    border-bottom: 1px solid #D8D8D8;
}

    .new .container-menuhu .menu-mobile .container .left {
        justify-self: right;
        align-self: center;
    }

    .new .container-menuhu .menu-mobile .container .right {
        justify-self: left;
        align-self: center;
    }

    .new .container-menuhu .menu-mobile .container .logo {
        text-align: center;
    }

.new .container-menuhu #g-navSubmenu.submenu {
    background-color: #ffffff;
    height: 100%;
    position: fixed;
}

.new .container-menuhu .submenu li.group {
    background: none;
}

.new .container-menuhu #g-navSubmenu.submenu .group i {
    transform: none;
}

.new .container-menuhu #g-navSubmenu.submenu li {
    border-bottom: 1px solid #D8D8D8;
}

.new .mainmenu div, .new .listGroup .submenuInt div {
    grid-template-columns: auto auto;
    display: grid;
    align-items: center;
}

.new .container-menuhu .submenu .mainmenu a, .new .listGroup .submenuInt a, .new .sublistGroup a {
    color: #2f3343;
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    padding: 0.75rem 0;
    text-decoration: none;
}

    .new .container-menuhu .submenu .mainmenu a:hover, .new .container-menuhu .submenu .sublistGroup a:hover, .new .listGroup .submenuInt a:hover {
        color: #2C85D5;
    }

.new .container-menuhu .submenu .mainmenu div, .new .container-menuhu .submenuInt div, .new .sublistGroup a {
    border-bottom: 1px solid #D8D8D8;
}

    .new .container-menuhu .submenu .mainmenu div:last-of-type {
        border-bottom: 0;
    }

.new .mainmenu div i, .new .listGroup .submenuInt i {
    font-size: 1.5rem;
    text-align: right;
    padding-right: 0.5rem;
    color: #2C85D5;
    position: relative;
    right: 0;
}

.new .listGroup .title, .new .sublistGroup .title {
    font-size: 22px;
    line-height: 33px;
    font-weight: 700;
    text-align: center;
    position: relative;
}

    .new .listGroup .title i, .new .sublistGroup i {
        position: absolute;
        left: 0;
        top: 4px;
        cursor: pointer;
        color: #2C85D5;
    }

.new .listGroup .submenuInt a, .new .container-menuhu .submenu .sublistGroup a {
    text-align: left;
    color: #2f3343;
}

.new .listGroup, .new .sublistGroup {
    display: none;
}

    .new .sublistGroup div {
        display: flex;
        flex-direction: column;
    }

.new .menu-mobile .logo img {
    width: 150px;
    height: 40px;
}

.new .menu-mobile.teaser {
    cursor: pointer;
    text-align: center;
    font-weight: 700;
    padding: 10px;
}

.new .SM .teaser {
    display: none;
}

.new .SM .offerresponsive {
    display: block;
}

.new .LG #GMenuHu2Mobile {
    display: none;
}

/*new hero*/
.new.container-hero .down-hero {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.new.container-hero.LG .awards-hero img {
    display: block;
    width: auto;
}

.new.container-hero.LG .awards-hero {
    display: flex;
    flex-direction: row;
    align-items: center;
}