@import url('https://fonts.googleapis.com/css2?family=Avenir:ital,wght@0,500;0,600;0,700;0,800;1,500;1,600;1,700;1,800&family=Avenir:ital,wght@0,300;0,400;0,700;1,300;1,400;1,500;1,700&display=swap');

@font-face {
    font-family: "Avenir";
    src: url(asset("imagenes/utec/fonts/Avenir.ttc"))
}

@font-face {
    font-family: "Avenir Black";
    src: url(asset("imagenes/utec/fonts/AvenirBlack.ttc"))
}

:root {
    /**
    @font family declaration
    */
    --tp-ff-body: 'Avenir Black', sans-serif;
    --tp-ff-heading: 'Avenir Black', sans-serif;
    --tp-ff-p: 'Avenir', sans-serif;
    --tp-ff-primary: 'Avenir Black', sans-serif;
    --tp-ff-secondary: 'Avenir', serif;
    --tp-ff-manrope: 'Avenir', sans-serif;
    --tp-ff-fontawesome: "Font Awesome 6 Pro";
    /**
    @color declaration
    */
    --tp-common-white: #ffffff;
    --tp-common-black: #70A33F;
    --tp-common-black-1: #010F1C;
    --tp-grey-1: #F6F4EE;
    --tp-grey-2: #84807B;
    --tp-grey-3: #55585B;
    --tp-grey-4: #EFEDE7;
    --tp-grey-5: #636366;
    --tp-grey-6: #4F5158;
    --tp-red-1: #1f1646;
    --tp-red-2: #1f1646;
    --tp-red-3: #1f1646;
    --tp-blue-1: #F1F3F9;
    --tp-heading-primary: #161613;
    --tp-heading-2: #031F42;
    --tp-heading-3: #0A1D3A;
    --tp-heading-4: #161821;
    --tp-text-body: #57595F;
    --tp-theme-primary: #70A33F;
    --tp-theme-secondary: #1f1646;
    --tp-theme-3: #FF7162;
    --tp-theme-4: #B1040E;
    --tp-theme-5: #F0EC51;
    --tp-theme-6: #1E1E2F;
    --tp-theme-7: #4661FD;
    --tp-theme-8: #006B61;
    --tp-theme-9: #5956E9;
    --tp-dashboard-primary: #556DF5;
    --tp-dashboard-secondary: #5169F1;
    --tp-dashboard-3: #5B7D55;
    --tp-dashboard-danger: #FF4D4F;
    --tp-dashboard-sucess: #0F9F55;
    --tp-dashboard-warning: #F59B12;
    --tp-dashboard-info: #5974FF;
    --tp-border-primary: #EAEBED;
    --tp-border-2: #E4E2DC;
}

.tp-service-bg {
    background-color: var(--tp-theme-secondary);
}

.tp-counter-bg {
    background-color: var(--tp-theme-secondary);
}

.tp-btn:hover {
    background-color: var(--tp-theme-secondary);
    border-color: var(--tp-theme-secondary);
}

.tp-hero-bg::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0);
    z-index: -1;
}

.tp-header-logo-1 img {
    width: 200px;
    height: auto;
}