/* Remove the tap highlight color for all elements */
* {
    -webkit-tap-highlight-color: transparent;
}

body {
    min-height: 100vh;
    top: 0;
}

body.page-template-page-about {
    max-height: none !important;
    overflow-y: scroll !important;
}

body.page-template-page-about .about-central-main-container {
    top: 0 !important;
    padding-top: 130px !important;
    padding-bottom: 150px;
}

#SM_Preloader_Container {
    background-color: #000000;
    display: block;
    height: 100% !important;
    left: 0;
    overflow: hidden;
    position: fixed !important;
    top: 0 !important;
    width: 100vw;
    z-index: 99999;
}

#SM_Logo_Animation {
    background-color: transparent;
    height: 200px;
    display: block;
    left: calc(50% - 150px);
    overflow: hidden;
    position: absolute;
    transform: translate3d(0, 0, 0);
    text-align: center;
    top: calc(50% - 100px);
    opacity: 1;
    width: 300px;
}

/* Progress bar for preloader */
#SM_Preloader_Progress_Bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 12px;
    z-index: 1000;
    background: transparent;
    pointer-events: none;
    opacity: 1;
    transition: opacity 200ms ease;
}

#SM_Preloader_Progress_Fill {
    width: 0%;
    height: 100%;
    background: #18fee5;
    transition: width 200ms linear, opacity 200ms ease;
}

/* Percentage label centered in the progress bar */
#SM_Preloader_Progress_Label {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 8px;
    line-height: 1;
    color: #0c070c;
    pointer-events: none;
    user-select: none;
    z-index: 1001;
}


.et-db #et-boc .et-l .et_pb_section {
    padding: 0 !important;
}

.sm-work-template-content-container .et-db #et-boc .et-l .et_pb_row {
    max-width: 100%;
}

.sm-work-template-content-container>.et-db #et-boc .et-l .et_pb_row,
.sm-work-template-content-container .et_pb_row.et_pb_row_fullwidth {
    max-width: 100%;
}

.sm-portfolio-content-row-full .et_pb_row {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.sm-portfolio-content-row-full .et_pb_row .et_pb_column {
    margin-bottom: 0;
}

.sm-portfolio-content-row-full .et_pb_section {
    padding: 0;
}

.et_pb_image_wrap img,
.et_pb_image_wrap span {
    border-radius: 20px !important;
}

.container-goto-project-banner {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 36px;
    display: block !important;
    height: auto;
    padding: 15px;
    text-align: center;
}

.container-goto-project-banner h3 {
    font-size: 2rem !important;
    font-weight: 400 !important;
    text-align: center;
}

a.button-goto-project-cta {
    border: thin solid #000 !important;
    border-radius: 36px !important;
    background: #18fee5 !important;
    color: #000000 !important;
    display: inline-block !important;
    font-size: 1rem;
    line-height: 27px !important;
    height: 39px;
    padding: 5px !important;
    transition: all .3s cubic-bezier(0.2, 0.9, 0.3, 1.5);
    cursor: pointer;
    min-width: 150px;
    text-align: center !important;
    width: auto;
}

a.button-goto-project-cta.goto-project-transparent-icon:hover,
a.button-goto-project-cta:hover {
    background-color: #0fc7b3 !important;
}

a.button-goto-project-cta.goto-project-transparent-icon {
    background-color: transparent !important;
    border: thin solid #000 !important;
    color: #000 !important;
    display: inline-block !important;
    margin-top: 7.5px;
    vertical-align: middle;
}

a.button-goto-project-cta.goto-project-transparent-icon span {
    display: inline-block !important;
    text-align: center;
    vertical-align: middle;
}

a.button-goto-project-cta.goto-project-transparent-icon span.icon-go-proyect-container {
    height: 20px;
    margin-left: 15px;
    margin-right: 15px;
    width: 20px;
    transform: translate(0px, 0px);
}

a.button-goto-project-cta.goto-project-transparent-icon span.text-go-project-container {
    margin-left: 15px;
}

.container-sm-cards-works .sm-card-portfolio-brand-general.sm-work-card-v-2 img.thumb-image-project {
    display: block;
    height: 100% !important;
    object-fit: cover;
    top: 0;
    transform-origin: center;
    transform: scale(1.05);
    -webkit-transition: all 1.5s ease-in-out;
    -moz-transition: all 1.5s ease-in-out;
    -ms-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
    width: 100%;
}

body>.weglot-container:last-child { display: none !important; }
.sm-card-portfolio-brand-general.sm-work-card-v-2 { position: relative; overflow: hidden; }
.work-featured-item .thumb-image-project { position:relative; z-index:2; transition:opacity 0.1s ease; }
.work-featured-item.is-hovering .thumb-image-project { opacity:0; }
.work-featured-video { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; z-index:1; display:none; }
.work-featured-item.is-hovering .work-featured-video { display:block; }

/* Logo accent color — runtime transition */
#SM_Logo_Header svg *[stroke],
#SM_Logo_Header svg *[fill] {
    transition: stroke 0.4s ease, fill 0.4s ease;
}
.icon-menu-header-mobile-first,
.icon-menu-header-mobile-two {
    transition: background 0.4s ease;
}
