/* * {
    transition: color 0.3s ease-in;
} */
html {
    font-family: 'Maven Pro',Arial,sans-serif;
    font-size: 16px;
    scroll-behavior: smooth;
    transition: width 0.3s ease, opacity 0.2s ease;
}
html.htmlTransitioning::-webkit-scrollbar{
    width: 0px;
}
body {
    overflow-x: hidden;
    /*  */
    height: 100vh;
}
#myScrollContent {
    height: 100vh;
    overflow-x: hidden;
    /* overflow: hidden; */
}
.hd-page {
    position: relative;
    width: 100%;
    overflow: hidden;
}
h1 {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 65px;
    line-height: 4.063rem;
}
h5 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 42px;
    line-height: 2.625rem;
}
h3 {
    font-size: 48px;
    font-size: 3rem;
    line-height: 55px;
    line-height: 3.438;
}
h6 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 28px;
    line-height: 1.75rem;
}
p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 16px;
    line-height: 1rem;
}
.hd-header-text-font, .hd-header-text-font h1, .hd-header-text-font h2, .hd-header-text-font h3, .hd-header-text-font p {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 16px;
    line-height: 1rem;
    margin: 0;
    font-weight: 600;
    transition: all 0.3s ease-in;
}
.hd-text-small {
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: 300;
    line-height: 28px;
    line-height: 1.75rem;
}
.hd-text-upper {
    text-transform: uppercase;
}
.hd-font-weight-500 {
    font-weight: 500;
}
/* CSS Containers */
@media (min-width: 640px) {
    .hd-px-main-container {
        padding-left: 100px;
        padding-right: 100px;
    }
    .hd-px-header-container {
        padding-left: 80px;
        padding-right: 80px;
    }
    .hd-pl-main-container {
        padding-left: 100px;
    }
    .hd-remove-padding-lg {
        padding: 0;
    }
}
@media (min-width: 960px) {
    .hd-px-main-container {
        padding-left: 110px;
        padding-right: 110px;
    }
    .hd-pl-main-container {
        padding-left: 110px;
    }
    .hd-contact-bg-lg {
        background-color: #F9F9F9;
    }
    .hd-p-lg-30 {
        padding: 70px;
    }
    .hd-py-lg-100 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .hd-pt-lg-100 {
        padding-top: 100px;
    }
    .hd-pb-lg-100 {
        padding-bottom: 100px;
    }
    .hd-pt-lg-50 {
        padding-top: 50px;
    }
    .hd-py-lg-50 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
/* Background Colors */
.hd-bg-white {
    background-color: #FFFFFF;
}
.hd-bg-red {
    background-color: #EC1F2F;
}
.hd-bg-light-grey {
    background-color: #F0F0F0;
}
.hd-bg-dark-grey {
    background-color: #E5E5E5;
}
.hd-bg-dark {
    background-color: #0B0A0A;
}
.hd-bg-transparent-button {
    background-color: transparent;
}
/* Colors */
.hd-text-dark, .hd-text-dark h1, .hd-text-dark h2, .hd-text-dark h3, .hd-text-dark p, .hd-text-dark p a {
    color: #0B0A0A;
}
.hd-text-grey, .hd-text-grey h1, .hd-text-grey h2, .hd-text-grey h3, .hd-text-grey p, .hd-text-grey p a {
    color: #494848;
}
.hd-text-white, .hd-text-white h1, .hd-text-white h2, .hd-text-white h3, .hd-text-white p, .hd-text-white p a {
    color: #FFFFFF;
}
.hd-text-red, .hd-text-red h1, .hd-text-red h2, .hd-text-red h3, .hd-text-red p, .hd-text-red p a {
    color: #EC1F2F;
}
.hd-text-disabled, .hd-text-disabled h1, .hd-text-disabled h2, .hd-text-disabled h3, .hd-text-disabled p {
    color: #ACABAB;
}
.hd-product-banner-white, .hd-product-banner-white h1, .hd-product-banner-white h2, .hd-product-banner-white h3, .hd-product-banner-white p {
    color: #FFFFFF;
}
.hd-super-size {
    font-size: 300px !important;
    font-weight: 100 !important;
}
.hd-result-grey {
    color: #706F6F;
}
.hd-text-red:hover {
    color: inherit;
}
/* Margin & Paddings */
/* .hd-py-lg-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.hd-pt-lg-100 {
    padding-top: 100px;
}
.hd-pb-lg-100 {
    padding-bottom: 100px;
}
.hd-pt-lg-50 {
    padding-top: 50px;
}
.hd-py-lg-50 {
    padding-top: 50px;
    padding-bottom: 50px;
} */
.hd-py-lg-24 {
    padding-top: 24px;
    padding-top: 24px;
}
.hd-py-lg-14 {
    padding-top: 14px;
    padding-bottom: 14px;
}
.hd-pl-lg-32 {
    padding-left: 32px;
}
/* box Shadow */
.hd-box-shadow {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
}
/* list bullets */
ul.hd-slideshow-markers li::marker {
    color: #494848;
}
ul.hd-slideshow-markers li.uk-active::marker {
    color: #EC1F2F;
}
/* Buttons */
.hd-btn {
    cursor: pointer;
} 
.hd-btn-action {
    padding: 10px 24px;
    border-radius: 40px;
    width: fit-content;
    border: 0;
    font-family: 'Maven Pro', sans-serif;
    outline: none;
    box-shadow: none;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 16px;
    line-height: 1rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease-in;
    position: relative;
    z-index: 5;
}
.hd-btn-main-form {
    padding: 16px 32px;
    border-radius: 40px;
    width: fit-content;
    border: 0;
    font-family: 'Maven Pro', sans-serif;
    outline: none;
    box-shadow: none;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 16px;
    line-height: 1rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    height: fit-content;
    text-transform: uppercase;
    position: relative;
    z-index: 5;
}
.hd-btn-action::after, .hd-btn-main-form::after {
    content: '';
    position: absolute;
    border-radius: 40px;
    background-color: #EC1F2F;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    transition: transform 0.4s ease;
}
.hd-btn-action:hover:after, .hd-btn-main-form:hover:after   {
    transform: scaleX(1.05);
}
.hd-down-arrow-svg {
    cursor: pointer;
}
/*--- Fonts ---*/
/* On Kirby Panel - Maven Pro only */
/* Common - Utility classes */
.hd-list {
    list-style-type: none;
    margin: 0;
} 
.hd-z-index-1 {
    z-index: 1;
}
.hd-z-index-2 {
    z-index: 2;
}
.hd-z-index-3 {
    z-index: 3;
}
.hd-bg-image {
    background-size: cover;
    background-repeat: no-repeat;
}
.hd-br-3 {
    border-radius: 3px;
}
.hd-font-bold {
    font-weight: bold;
}
.hd-standard-title, .hd-standard-title h1, .hd-standard-title h2, .hd-standard-title h3, .hd-standard-title p {
    font-style: normal;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 30px;
    line-height: 1.875rem;
    text-transform: uppercase;
    margin: 0;
    font-weight: 500;
}
.hd-title-underline {
    position: relative;
    margin-bottom: 40px;
}
.hd-title-underline::after {
    position: absolute;
    content: '';
    width: 10%;
    bottom: 0;
    height: 6px;
    background-color: #EC1F2F;
    left: 50%;
    bottom: -18px;
    transform: translate(-50%, -50%);
}
/* Header */
.hd-sticky-header {
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.hd-sticky-header + #mainContent {
    padding-top: 60px;
}
.hd-top-navbar-container {
    padding: 8px 0px;
}
ul.hd-top-navbar-list {
    margin-right: 40px;
}
ul.hd-top-navbar-list li {
    display: inline;
    padding: 12px;
}
ul.hd-top-navbar-list li a {
    font-weight: 700;
    font-size: 12px;
    font-size: 0.75rem;
    font-style: normal;
    line-height: 20px;
    line-height: 1.25rem;
}
ul.hd-top-navbar-list li a.hd-text-grey:hover {
    color: #0B0A0A;
}
ul.hd-top-navbar-list li a.hd-text-red {
    opacity: 0.8;
}
ul.hd-top-navbar-list li a.hd-text-red:hover {
    color: #EC1F2F;
    opacity: 1;
}
.hd-accessibility-svg {
    display: inline-block;
}
#fontSizeDecrease.hd-accessibility-svg > svg > path, #fontSizeIncrease.hd-accessibility-svg > svg > path  {
    fill: rgb(172, 171, 171);
}
#fontSizeDecrease.hd-accessibility-svg.active > svg > path, #fontSizeIncrease.hd-accessibility-svg.active > svg > path {
    fill: rgb(73, 72, 72);
}
/* Second Header */
.hd-navbar-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    min-height: 65px;
    min-height: 4.063rem;
    padding: 0 15px;
    font-family: 'Maven Pro', sans-serif;
}
.hd-dark-logo {
    display: block;
}
.hd-white-logo {
    display: none;
}
.hd-navbar-divider.uk-grid-divider>:not(.uk-first-column)::before {
    border-color: #c4c4c4;
}
.hd-navbar-divider.uk-grid-divider>:not(.uk-first-column)::before {
    left: 15px;
}
.hd-navbar-divider.uk-grid-divider>:not(.uk-first-column) {
    padding-left: 30px;
}
.hd-nav-link {
    opacity: 1;
    transition: opacity 0.3s ease-in;
}
/* .hd-nav-link:hover {
    opacity: 1;
}
.hd-nav-link-active {
    opacity: 1;
} */
/* Homepage Slideshow */
section.hd-slideshow {
    position: relative;
    z-index: 1;
}
.hd-slideshow-img {
    position: absolute;
    width: 70%;
    height: 100%;
    z-index: -1;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
}
/* .hd-transition-fade {
    transition: 0s ease-in;
} */
.hd-transition-slide-bottom-small {
    transition: 0.3s ease-in;
}
div.hd-slide-fixed {
    min-height: 112px;
    min-height: 7rem;
    display: flex;
    padding-left: 24px;
}
.hd-slide-fixed svg {
    align-self: center;
}
.hd-slide-fixed p {
    margin: 0;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
    line-height: 1.25rem;
    text-transform: uppercase;
    font-weight: 500;
    font-style: normal;
    align-self: center;
    /* padding-left: 24px; */
}
.hd-slide-content {
    margin-bottom: 24px;
}
.hd-slide-title h1, .hd-slide-title h2, .hd-slide-title h3, .hd-slide-title p{
    margin: 0;
    font-style: normal;
    font-weight: bold;
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 65px;
    line-height: 4.063rem;
}
.hd-slide-description h1, .hd-slide-description h2, .hd-slide-description h3, .hd-slide-description p{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 24px;
    line-height: 1.5rem;
}
.hd-watts-app-position {
    position: absolute;
    top: 200px;
    right: 0;
    right: -135px;
    /* right: -8.438rem; */
    right: -9rem;
    z-index: 2;
    transition: all 0.4s ease;
}
.hd-watts-app {
    padding: 16px 16px 16px 16px;
    border-radius: 20px 0px 0px 20px;
}
.hd-watts-app-text {
    margin-left: 16px;
}
.hd-watts-modal-dialog {
    width: 400px;
}
/* Homepage Grid */
.hd-pseudo-grey {
    position: relative;
}
.hd-pseudo-grey::after {
    position: absolute;
    content: '';
    z-index: -1;
    width: 100%;
    height: 100%;
    top: -112px;
    left: 0;
    background-color: #F0F0F0;
}
/* .hd-grid-main-img{
    max-height: 480px;
} */
.hd-title-grid-height {
    height: 60px;
    height: 3.75rem;
}
.hd-grid-p {
    margin: 40px 0px;
}
.hd-grid-p > p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}
.hd-small-form-container {
    padding: 32px 32px;
    border-radius: 3px;
}
.hd-small-form-info {
    font-style: normal;
}
.hd-small-form-info h6 {
    text-transform: uppercase;
    font-weight: bold;
    color: #0B0A0A;
}
.hd-small-form-info p {
    font-weight: 500;
    color: #484949;
}
.hd-input-container {
    border: 1px solid #ACABAB;
    padding: 0;
}
.hd-input {
    background: none;
    height: 40px;
}
.hd-input::placeholder {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #484949;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 28px;
    line-height: 1.75rem;
    text-transform: capitalize
}
.hd-input::-webkit-input-placeholder {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 28px;
    line-height: 1.75rem;
    text-transform: capitalize;
    color: #484949;
}
.hd-input:-moz-placeholder {
    /* FF 4-18 */
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 28px;
    line-height: 1.75rem;
    text-transform: capitalize;
    opacity: 1;
    color: #484949;
}
.hd-input::-moz-placeholder {
    /* FF 19+ */
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 28px;
    line-height: 1.75rem;
    text-transform: capitalize;
    opacity: 1;
    color: #484949;
}
.hd-input:-ms-input-placeholder {
    /* IE 10+ */
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 28px;
    line-height: 1.75rem;
    text-transform: capitalize;
    color: #484949;
}
.hd-input::-ms-input-placeholder {
    /* Microsoft Edge */
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 28px;
    line-height: 1.75rem;
    text-transform: capitalize;
    color: #484949;
}
.hd-input::placeholder {
    /* modern browser */
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 28px;
    line-height: 1.75rem;
    text-transform: capitalize;
    color: #484949;
}
.hd-select, .hd-select > option, .hd-select-open, .hd-select-open > option {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #484949;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 28px;
    line-height: 1.75rem;
    text-transform: capitalize
}
.hd-input:focus {
    background-color: transparent;
}
.hd-checkbox:checked, .hd-checkbox:checked:focus {
    background-color: #494848;
}
.hd-grid-info-box {
    padding: 32px 50px;
}
.hd-grid-info-box2 {
    padding: 32px 50px;
    /* right: -15px;
    position: relative;
    z-index: 1; */
}
#hdDistricts.hd-input, #hdLocations.hd-input, .hd-select, .hd-select:focus, .hd-select-open, .hd-select-open:focus  {
    background-color: transparent;
}
.hd-select {
    background-image: url(../media/common/form-select-down.png) !important; 
    cursor: pointer;
}
.hd-select-open {
    background-image: url(../media/common/form-select-up.png) !important; 
    cursor: pointer;
}
.hd-form-line svg path{
    stroke: rgba(196, 196, 196, 0.6);
}
/* Contact Form Section */
.hd-contact-bg {
    background-color: #F9F9F9;
}
.hd-contact-form-title h1,.hd-contact-form-title h2, .hd-contact-form-title h3, .hd-contact-form-title p {
    font-weight: bold;
    font-size: 48px;
    font-size: 3rem;
    line-height: 55px;
    line-height: 3.438rem;
    margin: 0;
}
.hd-form-line svg {
    width: 100%;
}
.hd-form-rgpd p {
    margin: 0;
    /* font-family: 'Nunito Sans', sans-serif; */
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 12px;
    line-height: 0.75rem;
    margin-left: 12px;
}
.hd-form-rgpd > p a:not(.uk-button)::before {
    background-color: transparent;
}
/* Form ul custom selects */
.hd-input-holder {
    cursor: pointer;
}
span.hd-select-form-label, span.hd-custom-select-label , ul.hd-custom-select-menu > li {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    /* font-weight: 300; */
    color: #484949;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 28px;
    line-height: 1.75rem;
    text-transform: capitalize;
    cursor: pointer;
    transition: none;
}
span.hd-custom-select-label {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-right: 60px;
    box-sizing: border-box;
}
.hd-custom-select-label::after {
    background: url(../media/common/form-select-down.png) no-repeat center center transparent;
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0px;
    display: block;
}
ul.hd-custom-select.open .hd-custom-select-label::after {
    z-index: 12;
}
ul.hd-custom-select {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
ul.hd-custom-select.open .hd-custom-select-label::after{
    background: url(../media/common/form-select-up.png) no-repeat center center white;
    /* box-shadow: 1px 2px rgb(0 0 0 / 25%); */
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
ul.hd-custom-select-menu {
    position: absolute;
    background-color: #FFFFFF;
    width: 100%;
    max-width: 88%;
    max-width: -webkit-fill-available;
    padding: 16px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 0px;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.25);
    display: none;
}
ul.hd-custom-select.open ul.hd-custom-select-menu {
    display: block;
    max-height: 235px;
    overflow: auto;
    z-index: 11;
}
ul.hd-custom-select-menu li:not(.hd-select-disabled):hover {
    background-color: #EC1F2F;
    color: #FFFFFF;
    font-weight: 600;
    transition: none;
    border-radius: 4px;
    padding-left: 8px;
}
/* Default Pages */
.hd-default-banner {
    height: 23.125rem;
}
.hd-title-leftline {
    margin-left: 20%;
    position: relative;
}
.hd-title-leftline::before {
    position: absolute;
    content: '';
    width: 5%;
    height: 6px;
    background-color: #EC1F2F;
    bottom: -18px;
    margin: 0;
    left: -10%;
    top: 10px;
}
.hd-about-us-grey-pseudo {
    position: relative;
}
.hd-about-us-grey-pseudo::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 80%;
    height: 100%;
    content: '';
    z-index: 0;
    background-color: #F9F9F9;
}
.hd-about-gallery-img {
    height: 21.563rem;
}
.hd-about-gallery-img > img {
    max-height: 100%;
    width: 100%;
    object-fit: cover;
}
.hd-uk-grid-divider>:not(.uk-first-column)::before  {
    height: 80%; /* fallback */
    height: calc(100% - 2.5rem);
    top: auto;
}
.hd-advantage-icon {
    max-height: 40px;
    max-width: 40px;
    max-height: 2.5rem;
    max-width: 2.5rem;
}
.hd-advantage-icon > svg, .hd-advantage-icon > img {
    width: 100%;
    height: fit-content;
    height: 40px;
}
.hd-advantage-title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 20px;
    line-height: 1.438;
}
.hd-references-grid .uk-grid-margin {
    margin-top: 8px;
}
.hd-default-block-list > ul {
    padding: 0;
}
.hd-default-block-list > ul > li::marker {
    color: #EC1F2F;
}
.hd-default-block-text {
    margin-bottom: 25px;
}
.hd-contacts-page-address > p, .hd-phones-block > p {
    margin: 0;
    line-height: 1.3rem;
}
.hd-phones-block, .uk-margin-large-top a {
    width: fit-content;
}
.hd-contacts-page-city {
    text-transform: uppercase;
}
.hd-underline-left {
    position: relative;
} 
.hd-underline-left::after {
    position: absolute;
    content: '';
    width: 1.75rem;
    height: 6px;
    background-color: #EC1F2F;
    left: 0;
    bottom: -25px;
}
.hd-contacts-page-address {
    margin-top: 50px;
}
/*------------------------------ MAPBOX --------------------------------*/
.marker {
    border: none;
    cursor: pointer;
    height: 56px;
    width: 56px !important;
    background-image: url(../media/common/marker.png);
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
}
/* Marker tweaks */
.mapboxgl-popup-close-button {
    display: none;
}
  
.mapboxgl-popup-content {
    font: 400 15px/22px 'Source Sans Pro', 'Helvetica Neue', Sans-serif;
    padding: 0;
    width: 180px;
}
.mapboxgl-popup-content-wrapper {
    padding: 1%;
}
.mapboxgl-popup-content h3 {
    background: #91c949;
    color: #fff;
    margin: 0;
    display: block;
    padding: 10px;
    border-radius: 3px 3px 0 0;
    font-weight: 700;
    margin-top: -15px;
}
.mapboxgl-popup-content h4 {
    margin: 0;
    display: block;
    padding: 10px;
    font-weight: 400;
}
.mapboxgl-popup-content div {
    padding: 10px;
}
.mapboxgl-container .leaflet-marker-icon {
    cursor: pointer;
}
.mapboxgl-popup-anchor-top > .mapboxgl-popup-content {
    margin-top: 15px;
}
.mapboxgl-popup-anchor-top > .mapboxgl-popup-tip {
    border-bottom-color: #91c949;
}
/*-------------------------------------------------- FIM MAPBOX -----------------------------------------*/
/*-- Privacy Page ---*/
.hd-privacy-policy-title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 28px;
    line-height: 1.75rem;
    text-transform: uppercase;
}
.hd-privacy-block-heading {
    margin-top: 50px;
}
.hd-privacy-block-heading h2 {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 16.45px;
    line-height: 1.028rem;
    text-transform: uppercase;
}
.hd-privacy-block-list > ul {
    list-style-type: none;
    padding-left: 50px;
}
.hd-privacy-block-list > ul > li {
    margin-bottom: 32px;
    font-size: 0.875rem;
}
button.hd-to-top {
    border: none;
    background: none;
    width: 50px;
    height: 50px;
    cursor: pointer;
}
/* error page */
.hd-position-center {
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.hd-position-center h1 {
    color: #000000;
    font-size: 250px;
    font-weight: 400;
    line-height: 150px;
}
.hd-error-bottom-text {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
}
.hd-voltar-error {
    margin-right: 16px;
    margin-bottom: 0px;
}
/* PRODUCTS PAGES */
.hd-product-banner-gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(89.74deg, #494848 -34.43%, rgba(73, 72, 72, 0) 77.84%);
    mix-blend-mode: multiply;
    opacity: 0.7;
    z-index: 1;
    top: 0;
}
.hd-product-intro-red-pseudo {
    position: relative;
    /* margin-top: -112px; */
    /* top: -112px; */
    z-index: 1;
}
.hd-product-intro-red-pseudo::after {
    position: absolute;
    content: '';
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #EC1F2F;
}
.hd-product-intro-red-pseudo::before {
    position: absolute;
    content: '';
    z-index: 1;
    width: 100%;
    height: 100%;
    left: -99%;
    top: 0;
    background-color: #EC1F2F;
}
.hd-product-intro-box {
    padding-top: 112px;
    padding-bottom: 112px;
    padding-right: 112px;
}
.hd-pseudo-grey-product-grid {
    position: relative;
}
.hd-pseudo-grey-product-grid::after {
    position: absolute;
    content: '';
    z-index: -1;
    width: 100%;
    height: 90%;
    top: -112px;
    left: 0;
    background-color: #F0F0F0;
}
.hd-product-carousel-item {
    position: relative;
}
.hd-product-carousel-item::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease-in;
    z-index: 2;
    background: #494848;
}
.hd-product-carousel-item-title {
    opacity: 0;
    transition: opacity 0.3s ease-in;
}
.hd-product-carousel-item:hover div > .hd-product-carousel-item-title {
    opacity: 1;
}
.hd-product-carousel-item:hover:after {
    opacity: 0.3;
}
.hd-product-grid-item {
    height: 420px;
    height: 26.25rem;
    width: 100%;
    transition: all 0.3s ease;
    overflow: hidden;
}
.hd-product-grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}
.hd-product-caract-p > p {
    margin: 0;
}
.hd-product-grid-item-caract {
    opacity: 0;
    transition: opacity 0.3s ease-in;
}
img.hd-product-grid-img-gradient {
    position: relative;
    z-index: -1;
}
.hd-product-grid-item::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease-in;
    z-index: 2;
    background: #494848;
}
.hd-product-grid-item:hover:after {
    opacity: 0.3;
}
.hd-product-grid-item:hover .hd-product-grid-item-caract {
    opacity: 1;
}
.hd-product-grid-item:hover img {
    transform: scale(1.1);
}
.hd-services-grid-svg {
    /* margin-right: 16px; */
    margin-top: 8px;
    width: 60px;
}
.hd-services-grid-svg > div > svg, .hd-services-grid-svg img {
}
.hd-product-main-img {
    height: 440px;
    height: 27.5rem;
}
.hd-product-main-img img {
    width: 100%;
}
.hd-product-slider {
    height: 614px;
}
ul.hd-product-slider-markers {
    padding-left: 0;
}
ul.hd-product-slider-markers > li {
	display: inline-block;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    background-color: #494848;
    margin-right: 8px;
    cursor: pointer;
}
ul.hd-product-slider-markers > li.uk-active {
    background-color: #EC1F2F;
}
.hd-default-product-block-text p:first-child {
    margin-bottom: 0;
}
.hd-default-block-text p:not(:first-child) {
    margin-top: 0;
}
.hd-default-block-text p {
    line-height: 1.25rem;
}
.hd-product-link-text p {
    margin: auto;
    margin-left: 8px;
    transition: color 0.3s ease-in;
}
.hd-product-link-text:hover p {
    color: #0B0A0A;
}
.hd-product-position-shift {
    margin-top: -300px;
    position: relative;
}
/* footer */
.hd-footer-height {
    min-height: calc(100vh - 60px);
}
.hd-footer-container hr {
    border: 1px solid #c4c4c4;
    margin-top: 0;
}
ul.hd-footer-menu {
    padding-left: 0;
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    /* width: calc(100% - 150px); */
    /* width: 70%; */
    padding: 24px 0px;
}
ul.hd-footer-menu > li {
    display: inline-block;
    /* padding: 24px 16px; */
    font-size: 0.875rem;
    line-height: 1rem;
}
ul.hd-footer-menu > li:first-child {
    padding-left: 0;
}
/* ul.hd-footer-menu > li:nth-child(2) {
    margin-left: 16px;
} */
ul.hd-footer-product-menu {
    padding-left: 0;
    list-style-type: none;
}
ul.hd-footer-product-menu > li > a, ul.hd-footer-menu > li > a {
    font-size: 0.875rem;
    line-height: 1rem;
    transition: color 0.5s ease;
}
ul.hd-footer-product-menu > li > a:hover, ul.hd-footer-menu > li > a.hd-text-grey:hover {
    color: inherit;
    color: #0B0A0A;
    font-weight: 500;
}
.hd-footer-product-category-link {
    margin-top: 16px;
}
.hd-footer-product-category-link > a > p.hd-text-red:hover {
    color: #EC1F2F;
    opacity: 0.9;
    transition: opacity 0,3s ease;
}
.hd-footer-to-top-container {
    top: -20px;
    width: 60px;
}
.hd-footer-to-top {
    padding: 20px 16px 20px 16px;
    border-radius: 0px 0px 5px 5px;
    transition: all 0.3s ease;
}
.hd-footer-to-top  svg {
    height: 18px;
    margin: auto;
    transition: transform 0.5s ease;
}
.hd-footer-to-top:hover svg {
    /* top: -5px; */
    position: relative;
    transform: translateY(-5px);
    transition: transform 0.5s ease;
}
.hd-copyright-py {
    padding: 16px 0px;
}
.hd-footer-website {
    margin: 0;
    color: #C4C4C4;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.1rem;
    font-weight: normal;
}
.hd-social-icon {
    opacity: 0.6;
    color: #c4c4c4;
}
.hd-social-icon:hover {
    opacity: 1;
    color: #c4c4c4;
}
ul.hd-copyright-footer {
    list-style-type: none;
    margin: 0;
}
ul.hd-copyright-footer > li {
    padding-right: 16px;
    position: relative;
}
ul.hd-copyright-footer > li:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: 7px;
    border-left: 1px solid #494848;
    right: 8px;
    height: calc(100% - 16px);
}
.hd-copyright-footer > li > a:hover {
    color: #c4c4c4;
}
@media screen and (max-width: 960px){
    .hd-pb-sm-50 {
        padding-bottom: 50px;
    }
    .hd-pt-sm-50 {
        padding-top: 50px;
    }
    .hd-py-sm-50 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .hd-ml-0 {
        margin-left: 0;
    }
    .hd-ml-md-30 {
        margin-left: 30px;
    }
    .hd-mr-md-30 {
        margin-right: 30px;
    }
    .hd-mt-sm--60 {
        margin-top: -60px;
    }
    .hd-mb-md-10 {
        margin-bottom: 10px;
    }
    .hd-slideshow-img {
        width: 100%;
    }
    ul.hd-top-navbar-list {
        margin: 0;
        padding: 0;
    }
    ul.hd-top-navbar-list li:last-child {
        float: right;
        padding: 0;
    }
    .hd-grid-main-img {
        height: 300px;
        margin-bottom: 15px;
        background-position: center;
    }
    .hd-title-leftline {
        margin: 0;
    }
    .hd-title-leftline::before {
        display: none;
    }
    .hd-grid-info-box, .hd-grid-info-box2 {
        padding: 30px 8px;
    }
    .hd-uk-grid-divider.uk-grid-stack>.uk-grid-margin::before  {
        display: none;
        border: none;
    }
    .hd-uk-grid-divider.uk-grid-stack>.uk-grid-margin {
        margin-top: 32px;
    }
    .hd-position-center h1 {
        font-size: 140px;
        line-height: 100px;
    }
    .hd-error-bottom-text {
        font-size: 20px;
        line-height: 24px;
    }
    .hd-product-slider {
        height: 520px;
    }
    .hd-product-position-shift {
        margin-top: -150px;
    }
    .hd-product-main-img {
        height: 260px;
        background-position: center;
    }
    ul.hd-footer-menu {
        padding-left: 0;
        padding: 24px 0;
        /* padding: 24px 0px; */
        /* width: 95%; */
    }
    ul.hd-footer-menu > li {
        /* padding: 24px 0px 0px 0px; */
        margin-right: 16px;
        margin-left: 0;
    }
    ul.hd-footer-menu > li:nth-child(2) {
        margin-left: 0px;
    }
    .hd-default-block-list {
        padding-left: 15px;
    }
}
@media screen and (max-width: 640px){
    .hd-py-sm-50 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    ul.hd-top-navbar-list li {
        padding: 8px;
    }
    .hd-default-banner {
        height: 13.25rem;
    }
    .hd-about-gallery-img {
        height: 14.37rem;
    }
    .hd-about-gallery-img > img {
        width: 90%;
    }
    .hd-map-container {
        margin-right: -30px;
    }
    .hd-map {
        height: 550px;
        background-position: center;
        background-size: contain;
    }
    .hd-product-intro-box {
        padding-top: 80px;
        padding-bottom: 80px;
        padding-right: 50px;
        padding-left: 16px;
    }
    .uk-grid-divider.uk-grid-stack>.uk-grid-margin::before {
        border: none;
    }
    .hd-service-grid-divider {
        margin-left: -30px;
    }
    .hd-service-grid-divider>* {
        padding-left: 30px;
    }
    .uk-grid-divider.uk-grid-stack.hd-service-grid-divider > .uk-grid-margin {
        margin-top: 30px;
    }
    .hd-p-sm-30 {
        padding: 30px;
    }
    .hd-pb-sm-0 {
        padding-bottom: 0px;
    }
    .hd-product-slider {
        height: 400px;
    }
    .hd-sm-mr--30 {
        margin-right: -30px;
    }
    .hd-footer-product-category-link {
        margin-top: 0;
    }
    .uk-grid+.uk-grid, .hd-footer-grid.uk-grid>.uk-grid-margin, *+.uk-grid-margin {
        margin-top: 0;
    }
    ul.hd-copyright-footer {
        padding-left: 8px;
    }
    .hd-social-icon {
        max-width: 30px;
    }
    .hd-footer-website {
        font-size: 12px;
    }
    ul.hd-copyright-footer > li > a, ul.hd-copyright-footer > li {
        font-size: 8px;
        line-height: 13px;
    }
    ul.hd-copyright-footer > li:not(:last-child)::after {
        height: 7px;
        bottom: 3px;
    }
    .hd-about-us-grey-pseudo-mobile-none::after {
        display: none;
    }
    .hd-navbar-svg {
        width: 22px;
    }
    .hd-watts-app-position {
        top: 165px;
        right: 0;
    }
    .hd-watts-app-text {
        display: none;
    }
    .hd-footer-height {
        min-height: auto;
    }
    ul.hd-footer-menu > li {
        width: 100%;
    }
    ul.hd-footer-menu {
        padding-left: 0;
        padding:  0;
        /* padding: 24px 0px; */
        /* width: 95%; */
    }
    ul.hd-footer-menu > li {
        padding: 24px 0px 0px 0px !important;
        margin-right: 16px;
    }
    .hd-pb-temporary {
        padding-bottom: 24px;
    }
    .hd-footer-to-top {
        padding: 14px 12px;
        width: fit-content;
    }
    .hd-bg-transparent-mobile {
        background-color: transparent;
    }
    .hd-home-grid-small-img-mobile {
        height: 235px;
    }
    .hd-title-grid-height {
        margin-bottom: 0;
        height: auto;
    }
    .hd-grid-p {
        margin: 15px 0px;
    }
    #map {
        height: 400px;
    }
    /*-- Fonts --*/
    .hd-slide-title h1, .hd-slide-title h2, .hd-slide-title h3, .hd-slide-title p {
        font-size: 3rem;
        line-height: 3rem;
    }
    ul.hd-top-navbar-list li a {
        font-size: 0.65rem;
    }
}
/* titles */
@media screen and (max-width: 960px){
    .hd-contact-form-title h1,.hd-contact-form-title h2, .hd-contact-form-title h3, .hd-contact-form-title p {
        font-size: 36px;
        font-size: 2.15rem;
        line-height: 40px;
        line-height: 2.5rem;
        margin: 0;
    }
    .hd-standard-title, .hd-standard-title h1, .hd-standard-title h2, .hd-standard-title h3, .hd-standard-title p {
        font-size: 1.25rem;
    }
}
body {
    transform-origin: bottom;
    /* transform: scaleY(0); */
}
.hd-preloader-container {
    background: #FFFFFF;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transform-origin: bottom;
}
.hd-preloader-logo {
    text-align: center;
}
.hd-preloader-text {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    text-align: center;
}
/* CSS ANIMATIONS */
.hd-bounce {
	-moz-animation: bounce 1.5s infinite;
	-webkit-animation: bounce 1.5s infinite;
	animation: bounce 1.5s infinite;
}
@-moz-keyframes bounce {
  0% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes bounce {
  0% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(0);
  }
}
.hd-location-button {
    cursor: pointer;
}
#map-content {
    padding: 16px;
}
#map-heading {
    font-size: 2rem;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Maven Pro';
}
.map-p {
    font-size: 0.85rem;
    line-height: 16px;
    font-weight: 400;
    font-family: 'Maven Pro';
    margin: 0;
}
.gm-ui-hover-effect {
    width: 40px !important;
    height: 40px !important;
}
.gm-ui-hover-effect img {
    width: 20px !important;
    height: 20px !important;
}
/*---------- JAVASCRIPT ANIMATION SPECIFIC CLASSES -----------*/
.hd-dark-mode-bg-dark {
    background-color: transparent;
}
.hd_red_box_anim {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #EC1F2F;
    transform-origin: left top;
    z-index: 0;
}
.hd_advantages_content {
    position: relative;
    z-index: 2;
}
.hd_gallery_img_rectangle {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    margin-left: 40px;
    height: 50px;
    background-color: #C4C4C4;
    transform-origin: left top;
}
.hd_gallery_img_rectangle_line {
    position: absolute;
    left: -10%;
    width: 5%;
    height: 6px;
    margin: 0;
    top: 10px;
    bottom: -18px;
    background-color: #C4C4C4;
    transform-origin: left top;
    opacity: 0;
    position: absolute;
    left: 110px;
    width: 30px;
    height: 30px;
    margin: 0;
    top: 0;
    bottom: 0;
    background-color: #C4C4C4;
    transform-origin: left top;
    opacity: 1;
}
.hd_gallery_img_overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #C4C4C4;
    /* transform-origin: right bottom; */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.hdGalleryProductGreyOverlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #C4C4C4;
    transform-origin: right right;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 15;
    transform: scaleX(1);
}
.hdProductBannerIntro {
    position: absolute;
    /* top: 0; */
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #EC1F2F;
    transform-origin: bottom;
    z-index: 14;
}
.hdAdvantagesTitle {
    position: relative;
}
/*-- Page transition --*/
.hd-uk-sticky {
    position: sticky;
    right: 0;
    left: 0;
    top: 0;
    z-index: 980;
}
ul.transition {
    display: flex;
    position: fixed;
    z-index: 981; /*- Z index superior to .uk-sticky z-index -*/
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
    pointer-events: none;
    list-style-type: none;
    padding: 0;
}
ul.transition > li {
    transform: scaleY(1);
    background-color: #EC1F2F;
    width: 20%;
    border: solid 4px #ec1f2f;
}
/* .hd-transition-container {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2;
} */
.hd-preloading-title {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    z-index: 982;
}
.hd-preloading-title h1 {
    font-size: 20px;
    font-size: 3.75rem;
    font-family: 'Maven Pro',Arial,sans-serif;
    line-height: 1.2;
}
.hd-modal-watts-button {
    cursor: pointer;
    padding: 0;
    background: none;
    border: none;
}
ul.hd-slider-anim {
    list-style-type: none;
    padding: 0;
}
ul.hd-slider-anim > li {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
ul.hd-slider-anim > li:not(#firstSlide) {
    opacity: 0;
}
/* .wrapper {
    position: sticky;
}
.sectionSlideShow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    z-index: 1;
}
.section1 {
    opacity: 1;
} */
/* .sectionSlideShow {
    height: 100%;
    width: 100%;
    z-index: 1;
    min-height: 100vh;
}
.hd-red-box-slideshow {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 3;
    background-color: transparent;
} */
.wrapper {
    height: 100%;
    position: relative;
}
.sectionSlideShow, .slide-show-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.sectionSlideShow:not(.section1) {
    opacity: 0;
    visibility: hidden;
    /* transform: scale(0); */
} 
.sectionSlideShow.section1 .hdSlideShowImgEntry {
    opacity: 0;
}
/*-- SlideShow Animations --*/
.hdSlideShowImgEntry {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    transform-origin: top top;
    background-color: #C4C4C4;
    /* transform: scaleY(1); */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: scaleY(0);
}
#slideShowObservations {
    background-color: #EC1F2F;
}
.hd-red-box-slideshow {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 3;
    background-color: transparent;
    width: 100%;
}
.hd-slideshow-pseudo-grey::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 112px;
    background-color: #F0F0F0;
    content: '';
    z-index: -2;
}
@media screen and (max-width: 960px){
    .hd_gallery_img_rectangle_line {
        opacity: 0 !important;
    }
}
.swal2-styled.swal2-confirm {
    background-color: transparent !important;
}
.swal2-styled.swal2-confirm:focus {
    box-shadow: none !important; 
}
.grecaptcha-badge {
    visibility: hidden;
}
p a:not(.uk-button) {
    position: relative;
    padding-bottom: 3px;
    z-index: 1;
    color: #EC1F2F;
}
::-moz-selection { background: #EC1F2F;}
::selection { background: #EC1F2F; }
