.elementor-kit-5{--e-global-color-primary:#0C7F83;--e-global-color-secondary:#1A1A1A;--e-global-color-text:#2A2A2A;--e-global-color-accent:#072136;--e-global-color-3fa0363:#7A7A7A;--e-global-color-670969c:#CFECFABA;--e-global-color-355b48f:#F4F6F7;--e-global-color-d605d5d:#16A34A;--e-global-color-e9a94c1:#32D9C3;--e-global-color-61c5c8b:#D93025;--e-global-color-bb65366:#D9EEF0;--e-global-color-cf2a798:#79C6C3;--e-global-color-07289d2:#085667;--e-global-typography-primary-font-family:"Adineue PRO";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Adineue PRO";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Malmo Sans";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Malmo Sans";--e-global-typography-accent-font-weight:700;--e-global-typography-accent-letter-spacing:0.2px;--e-global-typography-667efe2-font-family:"Poppins";--e-global-typography-667efe2-font-size:16px;--e-global-typography-667efe2-font-weight:400;--e-global-typography-667efe2-word-spacing:0px;--e-global-typography-11ac3ab-font-family:"Poppins";--e-global-typography-11ac3ab-font-size:48px;--e-global-typography-11ac3ab-font-weight:600;--e-global-typography-4d82dde-font-family:"Poppins";--e-global-typography-4d82dde-font-size:48px;--e-global-typography-4d82dde-font-weight:600;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 h2{font-size:40px;}.elementor-kit-5 h3{font-size:30px;}.elementor-kit-5 h4{font-size:22px;}.elementor-kit-5 h5{font-size:18px;line-height:30px;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{font-family:"Malmo Sans", Sans-serif;font-weight:400;text-transform:uppercase;}.elementor-kit-5 label{font-family:"Malmo Sans", Sans-serif;font-weight:700;text-transform:uppercase;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5 h2{font-size:30px;}.elementor-kit-5 h3{font-size:22px;}.elementor-kit-5 h4{font-size:20px;}.elementor-kit-5 h5{font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ========================================
   MÓDULO: AWI TABLA COMPARATIVA - CARRUSEL
   Prefijo único: .awi-comparison-module
======================================== */

/*---foooter--*/





@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

/* Contenedor principal */
.awi-comparison-module {
    background: #FFFFFF;
    padding: 60px 20px;
    font-family: 'Poppins', sans-serif;
}

/* Header del módulo */
.awi-comparison-header {
    text-align: center;
    margin-bottom: 40px;
}

.awi-comparison-title {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #0C7F83;
    margin: 0 0 15px 0;
    line-height: 1.3;
}

.awi-comparison-subtitle {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #373635;
    margin: 0;
    line-height: 1.4;
}

/* ========================================
   TABLA (DESKTOP)
======================================== */

.awi-comparison-table {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    background: #FFFFFF;
    display: table;
}

.awi-comparison-table thead {
    background: linear-gradient(135deg, #0C7F83 0%, #0a6266 100%);
}

.awi-comparison-table th {
    color: #FFFFFF;
    padding: 25px 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.awi-table-negative {
    border-right: 1px solid rgba(255,255,255,0.2);
}

.awi-comparison-table td {
    padding: 20px;
    border-bottom: 1px solid #E0E0E0;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 1.7;
    vertical-align: middle;
}

.awi-comparison-table tbody tr:last-child td {
    border-bottom: none;
}

.awi-col-negative {
    background: #FFEBEE;
    font-weight: 500;
    color: #C62828;
    border-right: 1px solid #E0E0E0;
}

.awi-col-positive {
    background: #E8F5E9;
    font-weight: 500;
    color: #2E7D32;
}

.awi-comparison-table tbody tr {
    transition: all 0.3s ease;
}

.awi-comparison-table tbody tr:hover .awi-col-negative {
    background: #FFCDD2;
}

.awi-comparison-table tbody tr:hover .awi-col-positive {
    background: #C8E6C9;
}

/* Ocultar carrusel en desktop */
.awi-comparison-carousel-wrapper {
    display: none;
}

.awi-comparison-dots {
    display: none;
}

/* ========================================
   CARRUSEL DE CARDS (MÓVIL)
======================================== */

@media (max-width: 768px) {
    .awi-comparison-module {
        padding: 40px 15px;
    }

    .awi-comparison-title {
        font-size: 24px;
    }

    .awi-comparison-subtitle {
        font-size: 18px;
        margin-bottom: 30px;
    }

    /* Ocultar tabla en móvil */
    .awi-comparison-table {
        display: none;
    }

    /* Mostrar carrusel en móvil */
    .awi-comparison-carousel-wrapper {
        display: block;
        position: relative;
        overflow: hidden;
        padding: 0 50px;
        max-width: 500px;
        margin: 0 auto;
        min-height: 350px; /* Altura mínima del contenedor */
    }

    /* Contenedor de cards como carrusel */
    .awi-comparison-cards {
        display: flex;
        transition: transform 0.3s ease;
        align-items: stretch; /* Asegura que todas las cards tengan la misma altura */
    }

    /* Card individual - ALTURA FIJA */
    .awi-card {
        min-width: 100%;
        width: 100%;
        height: 320px; /* ALTURA FIJA PARA TODAS LAS CARDS */
        flex-shrink: 0;
        background: #FFFFFF;
        border-radius: 12px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        overflow: hidden;
        padding: 0 10px;
        display: flex;
        flex-direction: column;
    }

    /* Título de la card - ALTURA FIJA */
    .awi-card-title {
        background: linear-gradient(135deg, #0C7F83 0%, #0a6266 100%);
        color: #FFFFFF;
        font-family: 'Poppins', sans-serif;
        font-size: 18px;
        font-weight: 600;
        padding: 15px 20px;
        margin: 0;
        text-align: center;
        border-radius: 12px 12px 0 0;
        min-height: 60px; /* Altura fija del título */
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* Contenedor de comparación - OCUPA EL RESTO DEL ESPACIO */
    .awi-card-comparison {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1px;
        background: #E0E0E0;
        flex: 1; /* Ocupa todo el espacio restante */
    }

    /* Columnas negativa y positiva - ALTURA UNIFORME */
    .awi-card-negative,
    .awi-card-positive {
        padding: 25px 15px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; /* Centra verticalmente el contenido */
        gap: 10px;
    }

    .awi-card-negative {
        background: #FFEBEE;
        border-radius: 0 0 0 12px;
    }

    .awi-card-positive {
        background: #E8F5E9;
        border-radius: 0 0 12px 0;
    }

    /* Iconos */
    .awi-card-icon {
        font-size: 36px;
        display: block;
        flex-shrink: 0; /* No se comprime */
    }

    /* Labels */
    .awi-card-label {
        font-family: 'Poppins', sans-serif;
        font-size: 11px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        opacity: 0.7;
        flex-shrink: 0; /* No se comprime */
    }

    .awi-card-negative .awi-card-label {
        color: #C62828;
    }

    .awi-card-positive .awi-card-label {
        color: #2E7D32;
    }

    /* Texto de descripción - SE AJUSTA AL ESPACIO */
    .awi-card-negative p,
    .awi-card-positive p {
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        font-weight: 500;
        margin: 0;
        line-height: 1.4;
        flex-grow: 1; /* Ocupa el espacio disponible */
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .awi-card-negative p {
        color: #C62828;
    }

    .awi-card-positive p {
        color: #2E7D32;
    }

    /* Botones de navegación */
    .awi-comparison-nav {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
        background: #0C7F83;
        color: white;
        border: none;
        border-radius: 50%;
        font-size: 24px;
        cursor: pointer;
        z-index: 10;
        box-shadow: 0 2px 10px rgba(0,0,0,0.2);
        transition: all 0.3s ease;
    }

    .awi-comparison-nav:hover,
    .awi-comparison-nav:active {
        background: #0a6266;
        transform: translateY(-50%) scale(1.1);
    }

    .awi-comparison-prev {
        left: 5px;
    }

    .awi-comparison-next {
        right: 5px;
    }

    /* Dots indicadores */
    .awi-comparison-dots {
        display: flex;
        justify-content: center;
        gap: 8px;
        margin-top: 25px;
    }

    .awi-comparison-dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #D0D0D0;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .awi-comparison-dot.active {
        background: #0C7F83;
        width: 30px;
        border-radius: 5px;
    }
}

@media (max-width: 480px) {
    .awi-comparison-title {
        font-size: 20px;
    }

    .awi-comparison-subtitle {
        font-size: 16px;
    }

    /* Card - altura ajustada para pantallas pequeñas */
    .awi-card {
        height: 300px;
    }

    .awi-card-title {
        font-size: 16px;
        padding: 12px 15px;
        min-height: 55px;
    }

    .awi-card-icon {
        font-size: 32px;
    }

    .awi-card-label {
        font-size: 10px;
    }

    .awi-card-negative p,
    .awi-card-positive p {
        font-size: 13px;
    }

    .awi-comparison-carousel-wrapper {
        padding: 0 45px;
        min-height: 320px;
    }

    .awi-comparison-nav {
        width: 35px;
        height: 35px;
        font-size: 20px;
    }
}



/* =====================================
   PROTOCOLO AWI – CON CARRUSEL MÓVIL
   Prefijo único: .protocolo-awi
===================================== */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

.protocolo-awi {
    padding: 60px 20px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    background: #FFFFFF;
}

.protocolo-awi-title h2 {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 10px;
    color: #0C7F83;
    line-height: 1.4;
}

.protocolo-awi-title span {
    font-weight: 400;
    font-size: 22px;
    color: #373635;
    display: block;
    margin-bottom: 50px;
}

/* Wrapper del carrusel */
.protocolo-awi-carousel-wrapper {
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
}

/* Línea conectada (Desktop) */
.protocolo-awi-line {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 20px 0;
    transition: transform 0.3s ease;
}

.protocolo-awi-line::before {
    content: "";
    position: absolute;
    top: 55px;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0C7F83 0%, #0a6266 100%);
    opacity: 0.35;
    z-index: 0;
}

/* Steps individuales */
.p-step-awi {
    width: 12%;
    position: relative;
    z-index: 2;
    text-align: center;
    transition: transform .25s ease;
    flex-shrink: 0;
}

.p-step-awi:hover {
    transform: translateY(-8px);
}

/* Icono circular */
.icon-awi {
    width: 70px;
    height: 70px;
    margin: 0 auto 15px;
    border-radius: 50%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    border: 4px solid #0C7F83;
    box-shadow: 0 0 12px rgba(12, 127, 131, 0.35);
    transition: .3s;
}

.p-step-awi:hover .icon-awi {
    background: #0C7F83;
    color: white;
    transform: scale(1.12);
    box-shadow: 0 0 18px rgba(12, 127, 131, 0.65);
}

/* Textos */
.p-step-awi h3 {
    font-size: 16px;
    font-weight: 700;
    color: #373635;
    margin-bottom: 5px;
}

.p-step-awi p {
    font-size: 14px;
    color: #546e7a;
    line-height: 1.5;
}

/* Botones de navegación (ocultos en desktop) */
.protocolo-awi-nav {
    display: none;
}

/* Dots (ocultos en desktop) */
.protocolo-awi-dots {
    display: none;
}

/* =====================================
   RESPONSIVE - CARRUSEL EN MÓVIL
===================================== */

@media (max-width: 768px) {
    .protocolo-awi {
        padding: 40px 10px;
    }

    .protocolo-awi-title h2 {
        font-size: 24px;
    }

    .protocolo-awi-title span {
        font-size: 18px;
        margin-bottom: 30px;
    }

    /* Wrapper como carrusel */
    .protocolo-awi-carousel-wrapper {
        position: relative;
        overflow: hidden;
        padding: 0 50px;
    }

    /* Línea como contenedor scrolleable */
    .protocolo-awi-line {
        display: flex;
        justify-content: flex-start;
        overflow: visible;
        scroll-behavior: smooth;
        padding: 20px 0 40px;
    }

    .protocolo-awi-line::before {
        display: none;
    }

    /* Steps en móvil - 1 por vez */
    .p-step-awi {
        width: 100%;
        min-width: 100%;
        text-align: center;
        padding: 0 20px;
    }

    .icon-awi {
        width: 90px;
        height: 90px;
        font-size: 40px;
        margin: 0 auto 20px;
    }

    .p-step-awi h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .p-step-awi p {
        font-size: 16px;
    }

    /* Botones de navegación visibles en móvil */
    .protocolo-awi-nav {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
        background: #0C7F83;
        color: white;
        border: none;
        border-radius: 50%;
        font-size: 24px;
        cursor: pointer;
        z-index: 10;
        box-shadow: 0 2px 10px rgba(0,0,0,0.2);
        transition: all 0.3s ease;
    }

    .protocolo-awi-nav:hover {
        background: #0a6266;
        transform: translateY(-50%) scale(1.1);
    }

    .protocolo-awi-prev {
        left: 5px;
    }

    .protocolo-awi-next {
        right: 5px;
    }

    /* Dots indicadores */
    .protocolo-awi-dots {
        display: flex;
        justify-content: center;
        gap: 8px;
        margin-top: 20px;
    }

    .protocolo-awi-dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #D0D0D0;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .protocolo-awi-dot.active {
        background: #0C7F83;
        width: 30px;
        border-radius: 5px;
    }
}



/* ===========================
   MÓDULO 1 – SOLUCIÓN AWI
=========================== */

.solucion-awi {
    padding: 40px 20px;
    font-family: var(--e-global-typography-text-font-family, 'Montserrat');
}

.solucion-awi-container {
    max-width: 1200px;
    margin: 0 auto;
}

.solucion-awi-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.solucion-awi-card {
    background: #fff;
    padding: 35px;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    transition: 0.3s ease;
}

.solucion-awi-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    border-color: #2196f3;
}

.solucion-awi-card .icon {
    font-size: 2.6rem;
    margin-bottom: 20px;
}

.solucion-awi-card h3 {
    font-size: 1.3rem;
    font-weight: 700;
}

.solucion-awi-card p {
    font-size: 1rem;
    color: #555;
    margin: 10px 0 15px;
}

.solucion-awi-card .equipo {
    background: #e1f5fe;
    padding: 8px 14px;
    border-radius: 4px;
    color: #0277bd;
    font-weight: 600;
}

.solucion-awi-cta {
    text-align: center;
    margin-top: 40px;
}

.btn-awi {
    background: #2196f3;
    color: white;
    padding: 15px 35px;
    border-radius: 6px;
    display: inline-block;
    font-weight: bold;
    transition: 0.3s ease;
}

.btn-awi:hover {
    background: #1976d2;
    transform: translateY(-3px);
}
/* ===========================
   MÓDULO 2 – TABLA COMPARATIVA AWI
=========================== */

.comparativa-awi {
    padding: 60px 20px;
    font-family: var(--e-global-typography-text-font-family, 'Montserrat');
}

.comparativa-awi-container {
    max-width: 1200px;
    margin: 0 auto;
}

.tabla-awi {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* CABECERA */
.tabla-awi thead {
    background: linear-gradient(135deg, #2196F3 0%, #1976D2 100%);
}

.tabla-awi thead th {
    color: #ffffff;
    padding: 18px 16px;
    font-weight: 700;
    font-size: 1.05rem;
    text-align: center;
}

/* CUERPO */
.tabla-awi tbody tr {
    border-bottom: 1px solid #e0e0e0;
}

.tabla-awi tbody tr:nth-child(even) {
    background: #f8f9fa;
}

.tabla-awi td {
    padding: 16px 14px;
    font-size: 0.95rem;
    color: #2c3e50;
}

/* Primera columna: texto descriptivo */
.tabla-awi td:first-child {
    font-weight: 700;
    width: 35%;
    text-align: left;
}

/* Columnas comparativas */
.tabla-awi td:nth-child(2),
.tabla-awi td:nth-child(3) {
    text-align: center;
}

/* Estados Sí / No */
.tabla-awi .si {
    color: #27ae60;
    font-weight: 700;
}

.tabla-awi .no {
    color: #e74c3c;
    font-weight: 700;
}

/* HOVER */
.tabla-awi tbody tr:hover {
    background-color: #e3f2fd;
    transition: background-color 0.25s ease;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .tabla-awi thead th {
        font-size: 0.9rem;
        padding: 14px 10px;
    }

    .tabla-awi td {
        font-size: 0.85rem;
        padding: 12px 10px;
    }

    .tabla-awi td:first-child {
        width: 40%;
    }
}

/* ===========================
   MÓDULO 3 – CERTIFICACIONES
=========================== */

.certificaciones-awi-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 500px;
    margin: 0 auto;
}

.cert-awi {
    background: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    font-weight: 700;
    text-align: center;
    transition: 0.3s ease;
}

.cert-awi:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.18);
    color: #2196f3;
}
/* ===========================
   MÓDULO 4 – PROTOCOLO AWI
=========================== */

.protocolo-awi {
    padding: 40px 10px;
    text-align: center;
}

.protocolo-line {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 40px auto 20px;
    position: relative;
}

.protocolo-line::before {
    content: "";
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    height: 4px;
    background: #ccc;
}

.p-step {
    width: 12%;
    position: relative;
}

.p-step .icon {
    background: #2c3e50;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    transition: 0.3s ease;
}

.p-step:hover .icon {
    transform: scale(1.12);
    background: #1b2a38;
}

.p-step .t {
    font-weight: 700;
}

.p-step p {
    font-size: .9rem;
    color: #555;
}

/* MOBILE */
@media(max-width: 768px) {
    .protocolo-line {
        flex-direction: column;
        align-items: flex-start;
    }

    .protocolo-line::before {
        height: 100%;
        width: 4px;
        left: 30px;
        top: 0;
    }

    .p-step {
        margin-bottom: 35px;
        width: 100%;
        text-align: left;
    }
}




/*---foooter--*/
.awi-footer {
  color: #ffffff;
  font-family: 'Poppins', Arial, sans-serif;
}

.awi-footer-wrapper {
  max-width: 1400px;
  margin: auto;
  padding: 60px 20px;
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.awi-footer-col {
  flex: 1;
}

.awi-footer-brand {
  flex: 1.4;
}

.awi-footer-logo {
  max-width: 300px;
}

.awi-footer-text {
  font-size: 14px;
  color: #cfcfcf;
  line-height: 1.6;
  margin-bottom: 20px;
}

.awi-footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.awi-footer-contact li {
  font-size: 14px;
  margin-bottom: 8px;
}

.awi-footer-contact a {
  color: #ffffff;
  text-decoration: none;
}

.awi-footer-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}

.awi-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.awi-footer-links li {
  margin-bottom: 8px;
}

.awi-footer-links a {
  font-size: 14px;
  color: #cfcfcf;
  text-decoration: none;
  transition: color 0.3s ease;
}

.awi-footer-links a:hover {
  color: #27af7d;
}

.awi-footer-bottom {
  border-top: 1px solid #444;
  text-align: center;
  padding: 15px 10px;
  font-size: 13px;
  color: #bdbdbd;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .awi-footer-wrapper {
    flex-direction: column;
    gap: 40px;
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Adineue PRO';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://awimportech.com/wp-content/uploads/2025/12/adineue-PRO.woff') format('woff'),
		url('https://awimportech.com/wp-content/uploads/2025/12/adineue-pro-regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Adineue PRO';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://awimportech.com/wp-content/uploads/2025/12/adineue-PRO-Bold.woff') format('woff'),
		url('https://awimportech.com/wp-content/uploads/2025/12/adineue-PRO-Bold.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Malmo Sans';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://awimportech.com/wp-content/uploads/2025/12/Malmo-Sans-Regular.woff') format('woff'),
		url('https://awimportech.com/wp-content/uploads/2025/12/Malmo-Sans-Regular-1.ttf') format('truetype');
}
@font-face {
	font-family: 'Malmo Sans';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://awimportech.com/wp-content/uploads/2025/12/Malmo-Sans-Bold.woff') format('woff'),
		url('https://awimportech.com/wp-content/uploads/2025/12/Malmo-Sans-Bold.ttf') format('truetype');
}
/* End Custom Fonts CSS */