/*
Theme Name:   Engitech Child
Theme URI:    http://wpdemo.archiwp.com/engitech/
Description:  Make your modifications to [Parent Theme] in this Engitech child theme.
Author:       OceanThemes
Author URI:   http://oceanthemes.net/
Template:     engitech
Version:      1.1
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  engitech-child
*/

/* =Theme customization starts here
------------------------------------------------------- */

:root {
    /* Colores propuestos para tus botones sociales */
    --azul: #0a3d74;
    /* Un azul marino profesional */
    --naranja: #ff6b00;
    /* Un naranja vibrante para buen contraste */
    --color-1: #215F80;
    --color-2: #00AEEF;
    --color-3: #141D38;
}



.main-navigation>ul>li.current-menu-item:before {
    width: 0;
}

.main-navigation>ul>li.current-menu-item:hover:before {
    width: 100%;
}

.main-navigation ul>li>a {
    color: var(--color-1);
}

.main-navigation ul>li>a:hover {
    color: var(--color-3);
}

.main-navigation:not(.no-under-line)>ul>li:before {
    background-color: var(--color-3);
}

.elementor-custom-embed-play i,
.elementor-custom-embed-play svg {
    opacity: 1 !important;
}

/* Partners */
.partners .swiper-slide {
    padding: 5px;
}

.partners .swiper-slide-image {
    background-color: #fff;
    border-radius: 25px;
    opacity: 1;
    filter: none;
    padding: 5px 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.partners .swiper-slide-image:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.partners .elementor-swiper-button-prev {
    left: -25px !important;
}

.partners .elementor-swiper-button-next {
    right: -25px !important;
}

/* Acerca de */
#acerca-de .icon-box-s1 .line-box {
    display: none;
}

/* Counter */

.ot-counter2 {
    background-color: transparent;
}

.ot-counter2 .s-num {
    display: none;
}

.ot-counter2 p {
    font-size: 16px;
    line-height: normal;
}

.projects-style-2 .projects-box .portfolio-info {
    bottom: -65px;
    padding: 26px 15px 18px;
}

.projects-style-2 .projects-box .portfolio-info h5 {
    line-height: 20px !important;
}

.projects-box .portfolio-info h5 a {
    font-size: 15px !important;
    line-height: normal;
}

/* Portfolio Carousel Child Override Styles */
.projects-thumbnail .overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.7) !important;
}

.projects-thumbnail .overlay .pf-excerpt {
    color: #fff;
    text-align: center;
    padding: 0 15px;
    font-size: 15px;
    line-height: 1.4;
    opacity: 0;
    transition: all 0.4s ease;
    transform: translateY(15px);
    width: 100%;
}

.projects-thumbnail:hover .overlay .pf-excerpt {
    opacity: 1;
    transform: translateY(0);
}

.projects-style-2 .portfolio-info-inner h5 {
    margin-bottom: 5px;
}

.projects-style-2 .portfolio-info-inner .portfolio-date span {
    font-size: 13px;
    opacity: 0.8;
    color: #fff !important;
    display: inline-block !important;
}

/* Ícono de play para items de video en el carrusel */
.projects-thumbnail .overlay .pf-play-icon {
    font-size: 52px;
    color: #fff;
    opacity: 0;
    transition: all 0.4s ease;
    transform: scale(0.8);
    flex-shrink: 0;
    line-height: 1;
    margin-bottom: 8px;
}

.projects-thumbnail:hover .overlay .pf-play-icon {
    opacity: 1;
    transform: scale(1);
}

/* El overlay para videos muestra los elementos en columna */
.projects-thumbnail:has(.pf-play-icon) .overlay {
    flex-direction: column;
}

/* Popup de video local (HTML5) */
.cometud-local-video-popup {
    background: #000;
    max-width: 900px;
    width: 90vw;
    padding: 0;
    margin: 0 auto;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8);
}

.cometud-local-video-popup video {
    display: block;
    width: 100%;
    max-height: 80vh;
    background: #000;
}

.topbar-custom {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    min-height: 52px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.topbar-custom__social,
.topbar-custom__contact {
    display: flex;
    align-items: stretch;
}

.topbar-custom__social a,
.topbar-custom__item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    color: #fff;
    text-decoration: none;
    border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.topbar-custom__social a:last-child,
.topbar-custom__contact .topbar-custom__item:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.topbar-custom__social a {
    width: 46px;
    font-size: 15px;
}

.topbar-custom__contact {
    margin-left: auto;
}

.topbar-custom__item {
    gap: 10px;
    padding: 0 24px;
    white-space: nowrap;
}

.topbar-custom__icon i {
    font-size: 13px;
}

.topbar-custom__item a {
    color: #d9deea;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
}

@media (max-width: 991px) {
    .topbar-custom {
        flex-direction: column;
    }

    .topbar-custom__social,
    .topbar-custom__contact {
        justify-content: center;
        flex-wrap: wrap;
    }

    .topbar-custom__item {
        padding: 12px 18px;
    }
}

.footerbar-custom {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    min-height: 52px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.footerbar-custom__social,
.footerbar-custom__contact {
    display: flex;
    align-items: stretch;
}

.footerbar-custom__social a,
.footerbar-custom__item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    color: #fff;
    text-decoration: none;
    border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.footerbar-custom__social a:last-child,
.footerbar-custom__contact .footerbar-custom__item:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.footerbar-custom__social a {
    width: 46px;
    font-size: 15px;
}

.footerbar-custom__contact {
    margin-left: auto;
}

.footerbar-custom__item {
    gap: 10px;
    padding: 0 24px;
    white-space: nowrap;
}

.footerbar-custom__icon i {
    font-size: 13px;
}

.footerbar-custom__item a {
    color: #d9deea;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
}

@media (max-width: 991px) {
    .footerbar-custom {
        flex-direction: column;
    }

    .footerbar-custom__contact {
        margin-right: auto;
    }

    .footerbar-custom__social,
    .footerbar-custom__contact {
        justify-content: center;
        flex-wrap: wrap;
    }

    .footerbar-custom__item {
        padding: 12px 18px;
    }
}

@media (max-width: 764px) {

    #back-to-top {
        right: 5px;
    }

    #site-footer section {
        padding-bottom: 80px;
        padding-top: 40px;
    }

    .footerbar-custom__item {
        padding-bottom: 20px;
    }

    .footerbar-custom__contact .footerbar-custom__item:first-child {
        padding-bottom: 0;
        border: 0;
    }

    .footerbar-custom__contact .footerbar-custom__item:last-child {
        padding-bottom: 0;
        border: 0;
    }
}

/* Fix for royal preloader sticking at the bottom */
#royal_preloader.complete {
    display: none !important;
}

/* Nuestra historia */
.ot-image-box:not(.basic) img {
    filter: none;
}

/* Contact */

.wpcf7 .main-form {
    background-color: var(--color-1);
    background-image: none;
}

.wpcf7 .main-form h2 {
    font-weight: 600;
    font-family: "Montserrat", Sans-serif;
}

.contact-info.box-style1:hover {
    box-shadow: none;
}

/* ==============================
   Social Desktop
============================== */

/* Stack fijo a media altura */
.floating-stack {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-end;
    pointer-events: none;
}

.floating-item {
    width: fit-content;
}

.social-desktop-2 {
    position: relative;
    top: auto;
    transform: none;
}

@media (max-width: 764px) {
    .social-desktop-2 {
        display: none;
    }
}

.social-desktop-2 a {
    display: flex;
    align-items: center;
    width: auto;
    height: auto;
    position: relative;
    margin: 10px 0;
    color: #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    transform: translateX(90px);
    transition: 0.5s ease-in-out;
    text-decoration: none;
    pointer-events: auto;
}

.social-desktop-2 a:hover {
    transform: translateX(0);
}

.social-desktop-2 a:nth-child(odd) {
    border: 1px solid var(--azul);
    background-color: var(--azul);
}

.social-desktop-2 a:nth-child(even) {
    border: 1px solid var(--naranja);
    background-color: var(--naranja);
}

.social-desktop-2 a i {
    padding: 5px 10px;
    font-size: 23px;
    border-right: 1px solid #fff;
    width: 46px;
    text-align: center;
}

.social-desktop-2 a span {
    color: #fff;
    padding: 0 5px;
}

/* ==============================
   Social Mobile
============================== */

.social-mobile {
    display: none;
}

@media (max-width: 764px) {
    .social-mobile {
        display: block;
        position: fixed;
        bottom: -5px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #fff;
        border-radius: 1.5rem;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        padding: 0.5rem;
        z-index: 9;
        box-shadow:
            inset 8px 8px 16px rgba(0, 0, 0, 0.2),
            inset -8px -8px 16px rgba(255, 255, 255, 0.1);
    }

    .social-mobile .show-socials {
        display: flex;
        justify-content: center;
        align-items: center;
        width: auto;
        /* height: 3rem; */
        margin: 0 auto;
        border-radius: 50%;
        cursor: pointer;
        transition: transform 0.2s ease-in-out;
        color: var(--azul);
        font-size: 18px;
        font-weight: 800;
    }

    .social-mobile .show-socials i {
        color: #fff;
        font-size: 14px;
        transition: transform 0.3s ease-in-out;
    }

    .social-mobile .show-socials:hover {
        transform: translateY(-3px);
    }

    .social-mobile .show-socials.active+.box-socials {
        display: flex;
        max-height: 100px;
        height: 75px;
    }

    .social-mobile .box-socials {
        display: flex;
        margin-top: 0;
        gap: 1rem;
        justify-content: center;
        transition: all 0.5s ease-in-out;
        height: 0;
        opacity: 0;
        overflow: hidden;
    }

    .social-mobile .box-socials a {
        width: 2rem;
        height: 2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        color: var(--azul);
        text-decoration: none;
        background-color: #fff;
        border-radius: 50%;
        box-shadow:
            8px 8px 16px rgba(0, 0, 0, 0.2),
            -8px -8px 16px rgba(255, 255, 255, 0.1);
        transition: transform 0.2s ease-in-out;
    }

    .social-mobile .box-socials a:hover {
        transform: translateY(-3px);
    }
}

.elementor-2274 .elementor-element.elementor-element-065153c iframe {
    filter: none !important;
}

/* Blog */

.ot_portfolio-template-default .page-header {
    position: relative;
}

.ot_portfolio-template-default .page-header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-3);
    opacity: 0.3;
    z-index: 0;
}

.ot_portfolio-template-default .page-header .container {
    z-index: 1;
}

.ot_portfolio-template-default .page-header .breadcrumbs li a {
    color: #fff;
    font-weight: 800;
}

.ot_portfolio-template-default .page-header .page-title {
    font-size: 4rem;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    display: none;
}


/* ── Reset local ── */
.cev-widget *,
.cev-widget *::before,
.cev-widget *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* ── Wrapper ── */
.cev-widget {
    display: flex;
    height: 480px;
    font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35);
    max-width: 1200px;
    margin: 0 auto;
}

/* ══════════════════════════════
   LEFT PANEL
══════════════════════════════ */
.cev-left {
    flex: 0 0 45%;
    background: #141D38;
    color: #fff;
    padding: 36px 32px 32px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

/* Decoración esquina superior derecha */
.cev-left::before {
    content: '';
    position: absolute;
    top: -40px;
    right: -40px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: rgba(0, 174, 239, 0.07);
    pointer-events: none;
}

/* Título */
.cev-title {
    font-size: 1.45rem;
    font-weight: 800;
    line-height: 1.25;
    color: #fff;
    margin-bottom: 6px;
    letter-spacing: -0.3px;
}

.cev-subtitle {
    font-size: 12px;
    font-weight: 500;
    color: #00AEEF;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 22px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* ── Tab Buttons ── */
.cev-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 6px;
    margin-bottom: 24px;
}

.cev-tab-btn {
    padding: 5px 11px;
    background: transparent;
    border: 1.5px solid rgba(255, 255, 255, 0.22);
    border-radius: 20px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 10.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    cursor: pointer;
    transition: all 0.22s ease;
    font-family: inherit;
    white-space: nowrap;
}

.cev-tab-btn:hover {
    border-color: #00AEEF;
    color: #00AEEF;
}

.cev-tab-btn.active {
    background: #00AEEF;
    border-color: #00AEEF;
    color: #fff;
}

/* ── Tab Content ── */
.cev-tab-content {
    display: none;
    flex: 1;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.15) transparent;
}

.cev-tab-content::-webkit-scrollbar {
    width: 4px;
}

.cev-tab-content::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 4px;
}

.cev-tab-content.active {
    display: block;
    animation: cevFadeUp 0.3s ease;
}

@keyframes cevFadeUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ── General fields ── */
.cev-field {
    margin-bottom: 10px;
}

.cev-field-label {
    font-size: 10px;
    font-weight: 700;
    color: #00AEEF;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 3px;
}

.cev-field-value {
    font-size: 14.5px;
    color: rgba(255, 255, 255, 0.92);
    font-weight: 500;
    line-height: 1.4;
}

/* ── List ── */
.cev-list {
    list-style: none;
}

.cev-list li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    padding: 7px 0;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.85);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    line-height: 1.35;
}

.cev-list li::before {
    content: '';
    flex-shrink: 0;
    width: 6px;
    height: 6px;
    background: #ff6b00;
    border-radius: 50%;
    margin-top: 5px;
}

/* ── Stats rows ── */
.cev-stats {}

.cev-stat-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    gap: 12px;
}

.cev-stat-label {
    font-size: 12.5px;
    color: rgba(255, 255, 255, 0.7);
    flex: 1;
    line-height: 1.3;
}

.cev-stat-value {
    font-size: 13px;
    font-weight: 800;
    color: #fff;
    white-space: nowrap;
}

.cev-stat-value.highlight {
    color: #00AEEF;
    font-size: 14px;
}

.cev-stat-divider {
    border: none;
    border-top: 1px solid rgba(0, 174, 239, 0.3);
    margin: 8px 0;
}

/* ══════════════════════════════
   RIGHT PANEL — CAROUSEL
══════════════════════════════ */
.cev-right {
    flex: 1;
    position: relative;
    background: #0a3d74;
    overflow: hidden;
    min-height: 400px;
}

.cev-carousel {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.cev-slides {
    display: flex;
    height: 100%;
    transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

.cev-slide {
    flex: 0 0 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.cev-slide img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.cev-slide:hover img {
    transform: scale(1.03);
}

/* Placeholder (sin imagen) */
.cev-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(145deg, #0a3d74 0%, #215F80 100%);
    color: rgba(255, 255, 255, 0.35);
    font-size: 13px;
}

.cev-placeholder svg {
    opacity: 0.25;
    width: 56px;
    height: 56px;
}

/* Overlay gradient bottom */
.cev-slide-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: linear-gradient(to top, rgba(20, 29, 56, 0.6), transparent);
    pointer-events: none;
}

/* ── Arrows ── */
.cev-arr {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: none;
    background: rgba(20, 29, 56, 0.55);
    backdrop-filter: blur(6px);
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    transition: background 0.2s, transform 0.2s;
    line-height: 1;
}

.cev-arr:hover {
    background: rgba(0, 174, 239, 0.75);
    transform: translateY(-50%) scale(1.08);
}

.cev-prev {
    left: 14px;
}

.cev-next {
    right: 14px;
}

/* ── Dots ── */
.cev-dots {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 9;
}

.cev-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.35);
    border: none;
    cursor: pointer;
    transition: all 0.25s;
}

.cev-dot.active {
    background: #00AEEF;
    width: 22px;
    border-radius: 4px;
}

/* ── Counter badge ── */
.cev-counter {
    position: absolute;
    top: 14px;
    right: 14px;
    background: rgba(20, 29, 56, 0.6);
    backdrop-filter: blur(6px);
    color: rgba(255, 255, 255, 0.85);
    font-size: 11px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 20px;
    z-index: 9;
    letter-spacing: 0.5px;
}

/* ══════════════════════════════
   RESPONSIVE
══════════════════════════════ */
@media (max-width: 900px) {
    .cev-left {
        flex: 0 0 50%;
        padding: 28px 22px;
    }

    .cev-title {
        font-size: 1.2rem;
    }
}

@media (max-width: 680px) {
    .cev-widget {
        flex-direction: column;
        height: auto;
        border-radius: 10px;
    }

    .cev-left {
        flex: none;
        width: 100%;
        max-height: 520px;
    }

    .cev-right {
        min-height: 280px;
    }
}

/* ── Nuevos estilos: General tab ── */
.cev-section-title {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #00AEEF;
    margin: 14px 0 6px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding-bottom: 5px;
}

/* Tarifas */
.cev-rates {
    display: flex;
    flex-direction: column;
    gap: .35rem;
    margin-bottom: .5rem;
}

.cev-rate-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(255, 255, 255, .06);
    border-radius: 6px;
    padding: .4rem .7rem;
}

.cev-rate-label {
    font-size: 12.5px;
    color: rgba(255, 255, 255, .8);
}

.cev-rate-price {
    font-size: 13px;
    font-weight: 800;
    color: #e8a020;
}

/* Incluye */
.cev-includes {
    list-style: none;
    margin: 0 0 .5rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: .25rem;
}

.cev-includes li {
    font-size: 13px;
    color: rgba(255, 255, 255, .85);
    padding: 4px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .05);
}

/* Notas legales */
.cev-notes {
    font-size: 10.5px;
    color: rgba(255, 255, 255, .4);
    line-height: 1.6;
    margin-bottom: 6px;
    border-left: 2px solid rgba(255, 255, 255, .1);
    padding-left: 8px;
}

/* Experiencia extra */
.cev-extra {
    background: rgba(255, 255, 255, .06);
    border-radius: 8px;
    padding: .55rem .75rem;
    margin-bottom: .4rem;
}

.cev-extra-name {
    font-size: 13.5px;
    font-weight: 600;
    color: #fff;
}

.cev-extra-price {
    font-size: 14px;
    font-weight: 800;
    color: #e8a020;
}

.cev-extra-desc {
    font-size: 12px;
    color: rgba(255, 255, 255, .65);
    margin-top: 3px;
}

/* Botones WhatsApp — estilo integrado al diseño */
.cev-contacts {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.cev-whatsapp-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(37, 211, 102, .12);
    border: 1px solid rgba(37, 211, 102, .3);
    border-radius: 8px;
    padding: 8px 12px;
    text-decoration: none;
    transition: background .2s, border-color .2s;
}

.cev-whatsapp-btn:hover {
    background: rgba(37, 211, 102, .22);
    border-color: rgba(37, 211, 102, .6);
}

.cev-whatsapp-btn__icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #25d366;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.cev-whatsapp-btn__icon svg {
    width: 16px;
    height: 16px;
    fill: #fff;
}

.cev-whatsapp-btn__text {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.cev-whatsapp-btn__label {
    font-size: 9.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #25d366;
}

.cev-whatsapp-btn__number {
    font-size: 13.5px;
    font-weight: 700;
    color: #fff;
    letter-spacing: .02em;
}