﻿/*html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}*/


/*.navbar-main {
    padding: 1rem 0;
}*/

@keyframes slidein {
    from {
        margin-left: 100%;
        width: 300%;
    }

    to {
        margin-left: 0%;
        width: 100%;
    }
}

.navbar.navbar-absolute {
    position: absolute;
    z-index: 1050;
    width: 100%;
}

.navbar-nav .nav-link {
    font-size: 0.9rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-transform: normal;
    letter-spacing: 0;
    transition: all 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
    .navbar-nav .nav-link {
        transition: none;
    }
}

.navbar-nav .nav-link .nav-link-inner--text {
    margin-left: .25rem;
}

.navbar-brand {
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    font-size: .875rem;
    letter-spacing: .05px;
}

    .navbar-brand img {
        height: 50px;
    }

.navbar-dark .navbar-brand {
    color: #fff;
}

.navbar-light .navbar-brand {
    color: #32325d;
}

.navbar-nav .nav-item .media:not(:last-child) {
    margin-bottom: 1.5rem;
}

@media (min-width: 992px) {

    .navbar-nav .nav-item {
        /*margin-right: .5rem;*/
    }

        .navbar-nav .nav-item [data-toggle="dropdown"]::after {
            transition: all 0.15s ease;
        }

        .navbar-nav .nav-item.show [data-toggle="dropdown"]::after {
            transform: rotate(180deg);
        }

    .navbar-nav .nav-link {
        padding-top: 1rem;
        padding-bottom: 1rem;
        border-radius: 0.25rem;
    }

        .navbar-nav .nav-link i {
            margin-right: .625rem;
        }

    .navbar-nav .nav-link-icon {
        padding-left: .5rem !important;
        padding-right: .5rem !important;
        font-size: 1rem;
        border-radius: 0.25rem;
    }

        .navbar-nav .nav-link-icon i {
            margin-right: 0;
        }

    .navbar-nav .dropdown-menu {
        opacity: 0;
        pointer-events: none;
        margin: 0;
    }

        .navbar-nav .dropdown-menu:before {
            background: #fff;
            box-shadow: none;
            content: '';
            display: block;
            height: 16px;
            width: 16px;
            left: 5px;
            position: absolute;
            bottom: 100%;
            transform: rotate(-45deg) translateY(1rem);
            z-index: -5;
            border-radius: 0.2rem;
        }

    .navbar-nav .dropdown-menu-right:before {
        right: 20px;
        left: auto;
    }

    .navbar-nav:not(.navbar-nav-hover) .dropdown-menu.show {
        opacity: 1;
        pointer-events: auto;
        animation: show-navbar-dropdown .25s ease forwards;
    }

    .navbar-nav:not(.navbar-nav-hover) .dropdown-menu.close {
        display: block;
        animation: hide-navbar-dropdown .15s ease backwards;
    }

    .navbar-nav.navbar-nav-hover .dropdown-menu {
        opacity: 0;
        display: block;
        pointer-events: none;
        transform: translate(0, 10px) perspective(200px) rotateX(-2deg);
        transition: visibility 0.25s, opacity 0.25s, transform 0.25s;
        animation: none;
    }

    .navbar-nav.navbar-nav-hover .nav-item.dropdown:hover > .dropdown-menu {
        display: block;
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
        transform: translate(0, 0);
        animation: none;
    }

    .navbar-nav.navbar-nav-hover .nav-item.dropdown > .dropdown-menu .dropdown-item.open + .dropdown-menu {
        display: block;
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
        transform: translate(0, 0);
        animation: none;
    }

    .navbar-nav.navbar-nav-hover .nav-item.dropdown > .dropdown-menu .dropdown-item + .dropdown-menu {
        margin-left: 10px;
    }

        .navbar-nav.navbar-nav-hover .nav-item.dropdown > .dropdown-menu .dropdown-item + .dropdown-menu:before {
            left: -16px;
            top: 4px;
        }

    .navbar-nav .dropdown-menu-inner {
        position: relative;
        padding: 1rem;
    }
}

.navbar-transparent {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
    background-color: transparent !important;
    border: 0;
    box-shadow: none;
}

    .navbar-transparent .navbar-brand {
        color: white;
    }

    .navbar-transparent .navbar-toggler {
        color: white;
    }

    .navbar-transparent .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.95)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

.bg-white .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (min-width: 768px) {
    .navbar-transparent .navbar-nav .nav-link {
        color: rgba(255, 255, 255, 0.95);
    }

        .navbar-transparent .navbar-nav .nav-link:hover,
        .navbar-transparent .navbar-nav .nav-link:focus {
            color: rgba(255, 255, 255, 0.65);
        }

        .navbar-transparent .navbar-nav .nav-link.disabled {
            color: rgba(255, 255, 255, 0.25);
        }

        .navbar-transparent .navbar-nav .show > .nav-link,
        .navbar-transparent .navbar-nav .active > .nav-link,
        .navbar-transparent .navbar-nav .nav-link.show,
        .navbar-transparent .navbar-nav .nav-link.active {
            color: rgba(255, 255, 255, 0.65);
        }

    .navbar-transparent .navbar-brand {
        color: rgba(255, 255, 255, 0.95);
    }

        .navbar-transparent .navbar-brand:hover,
        .navbar-transparent .navbar-brand:focus {
            color: rgba(255, 255, 255, 0.95);
        }
}

.navbar-collapse-header {
    display: none;
}

@media (max-width: 991.98px) {

    .navbar-nav .nav-link {
        padding: .625rem 0;
        color: #172b4d !important;
    }

    .navbar-nav .dropdown-menu {
        box-shadow: none;
        min-width: auto;
    }

        .navbar-nav .dropdown-menu .media svg {
            width: 30px;
        }

    .navbar-collapse {
        width: calc(100% - 1.4rem);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1050;
        margin: .7rem;
        overflow-y: auto;
        height: auto !important;
        opacity: 0;
    }

        .navbar-collapse .navbar-toggler {
            width: 20px;
            height: 20px;
            position: relative;
            cursor: pointer;
            display: inline-block;
            padding: 0;
        }

            .navbar-collapse .navbar-toggler span {
                display: block;
                position: absolute;
                width: 100%;
                height: 2px;
                border-radius: 2px;
                opacity: 1;
                background: #283448;
            }

            .navbar-collapse .navbar-toggler :nth-child(1) {
                transform: rotate(135deg);
            }

            .navbar-collapse .navbar-toggler :nth-child(2) {
                transform: rotate(-135deg);
            }

        .navbar-collapse .navbar-collapse-header {
            display: block;
            padding-bottom: 1rem;
            margin-bottom: 1rem;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        }

        .navbar-collapse .collapse-brand img {
            height: 36px;
        }

        .navbar-collapse .collapse-close {
            text-align: right;
        }

        .navbar-collapse.collapsing,
        .navbar-collapse.show {
            padding: 1.5rem;
            border-radius: 0.25rem;
            background: #FFF;
            box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1), 0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
            animation: show-navbar-collapse .2s ease forwards;
        }

        .navbar-collapse.collapsing-out {
            animation: hide-navbar-collapse .2s ease forwards;
        }
}

@keyframes show-navbar-collapse {
    0% {
        opacity: 0;
        transform: scale(0.95);
        transform-origin: 100% 0;
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes hide-navbar-collapse {
    from {
        opacity: 1;
        transform: scale(1);
        transform-origin: 100% 0;
    }

    to {
        opacity: 0;
        transform: scale(0.95);
    }
}

@keyframes show-navbar-dropdown {
    0% {
        opacity: 0;
        transform: translate(0, 10px) perspective(200px) rotateX(-2deg);
        transition: visibility 0.25s, opacity 0.25s, transform 0.25s;
    }

    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}

@keyframes hide-navbar-dropdown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate(0, 10px);
    }
}

h1,
.h1 {
    font-size: 2.5rem;
}

.display-1 span,
.display-2 span,
.display-3 span,
.display-4 span {
    display: block;
    font-weight: 300;
}

.h3 span {
    font-weight: 300;
}

.display-3 {
    font-size: 2.1875rem;
    font-weight: 600;
    font-weight: 600;
    line-height: 1.3;
}


.bounce {
    animation: bounce 2s infinite;
}

@keyframes bounce {

    0%, 20%, 50%, 80%, 100% {
        transform: translateY(20px);
    }

    40% {
        transform: translateY(-20px);
    }

    60% {
        transform: translateY(-10px);
    }
}


figcaption,
figure,
main {
    display: block;
}

main {
    overflow: hidden;
}

.section-nucleo-icons .icons-container {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    z-index: 1;
}

.section-nucleo-icons {
    --icon-size: 5rem;
    --icon-sm-size: 3.75rem;
    --gutter: 7rem;
    height: 100vh;
}

    .section-nucleo-icons .icons-container i {
        position: absolute;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #fff;
        z-index: 1;
        transform: translate(-50%, -50%);
        box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
        transition: all 0.2s cubic-bezier(0.25, 0.65, 0.9, 0.75);
    }

        .section-nucleo-icons .icons-container i.icon {
            width: var(--icon-size);
            height: var(--icon-size);
            font-size: 1.7em;
        }

        .section-nucleo-icons .icons-container i.icon-sm {
            width: var(--icon-sm-size);
            height: var(--icon-sm-size);
            font-size: 1.5em;
        }

        .section-nucleo-icons .icons-container i:nth-child(1) {
            font-size: 42px;
            color: #fb6340;
            z-index: 2;
        }

    .section-nucleo-icons .icons-container:not(.on-screen) i {
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
    }

        .section-nucleo-icons .icons-container:not(.on-screen) i:not(:nth-child(1)) {
            opacity: 0;
        }

    .section-nucleo-icons .icons-container.on-screen i {
        opacity: 1;
    }

        .section-nucleo-icons .icons-container.on-screen i:nth-child(1) {
            left: calc(50% - var(--icon-size)/2);
            top: 50%;
            font-size: 42px;
            color: #fb6340;
        }

        .section-nucleo-icons .icons-container.on-screen i:nth-child(2) {
            left: calc(50% + (var(--gutter) * 1.7));
            top: 50%;
        }

        .section-nucleo-icons .icons-container.on-screen i:nth-child(3) {
            left: calc(50% + var(--gutter));
            top: calc(50% + var(--gutter));
        }

        .section-nucleo-icons .icons-container.on-screen i:nth-child(4) {
            left: calc(50% + var(--gutter));
            top: calc(50% - var(--gutter));
        }

        .section-nucleo-icons .icons-container.on-screen i:nth-child(5) {
            left: calc(50% + (var(--gutter) * 3));
            top: 50%;
        }

        .section-nucleo-icons .icons-container.on-screen i:nth-child(6) {
            left: calc(50% + (var(--gutter) * 2.7));
            top: calc(50% + (var(--gutter) * 1.5));
        }

        .section-nucleo-icons .icons-container.on-screen i:nth-child(7) {
            left: calc(50% + (var(--gutter) * 2.7));
            top: calc(50% - (var(--gutter) * 1.5));
        }

        .section-nucleo-icons .icons-container.on-screen i:nth-child(8) {
            left: calc(50% - (var(--gutter) * 1.7));
            top: 50%;
        }

        .section-nucleo-icons .icons-container.on-screen i:nth-child(9) {
            left: calc(50% - var(--gutter));
            top: calc(50% + var(--gutter));
        }

        .section-nucleo-icons .icons-container.on-screen i:nth-child(10) {
            left: calc(50% - var(--gutter));
            top: calc(50% - var(--gutter));
        }

        .section-nucleo-icons .icons-container.on-screen i:nth-child(11) {
            left: calc(50% - (var(--gutter) * 4));
            top: 50%;
        }

        .section-nucleo-icons .icons-container.on-screen i:nth-child(12) {
            left: calc(50% - (var(--gutter) * 2.7));
            top: calc(50% + (var(--gutter) * 1.5));
        }

        .section-nucleo-icons .icons-container.on-screen i:nth-child(13) {
            left: calc(50% - (var(--gutter) * 2.7));
            top: calc(50% - (var(--gutter) * 1.5));
        }

@media (max-width: 991.98px) {
    .section-nucleo-icons {
        overflow: hidden;
    }
}

.section {
    position: relative;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.section-xl {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.section-lg {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.section-sm {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

@media (min-width: 768px) {
    .section-hero {
        min-height: 500px;
    }
}

.section-shaped {
    position: relative;
    overflow: hidden;
}

    .section-shaped.section-hero:before {
        top: 680px;
    }

    .section-shaped .stars-and-coded {
        margin-top: 8rem;
    }

    .section-shaped .shape {
        position: absolute;
        top: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
    }

        .section-shaped .shape span {
            position: absolute;
        }

        .section-shaped .shape + .container {
            position: relative;
            height: 100%;
        }

        .section-shaped .shape.shape-skew + .container {
            padding-top: 0;
        }

            .section-shaped .shape.shape-skew + .container .col {
                margin-top: -100px;
            }

        .section-shaped .shape.shape-skew + .shape-container {
            padding-top: 18rem;
            padding-bottom: 19rem;
        }

    .section-shaped .shape-skew {
        transform: skewY(-4deg);
        transform-origin: 0;
    }

        .section-shaped .shape-skew span {
            transform: skew(4deg);
        }

    .section-shaped .shape-primary {
        background: linear-gradient(150deg, #281483 15%, #8f6ed5 70%, #d782d9 94%);
    }

        .section-shaped .shape-primary :nth-child(1) {
            background: #53f;
        }

        .section-shaped .shape-primary :nth-child(2) {
            background: #4553ff;
        }

        .section-shaped .shape-primary :nth-child(3) {
            background: #4f40ff;
        }

        .section-shaped .shape-primary :nth-child(4) {
            background: #25ddf5;
        }

        .section-shaped .shape-primary :nth-child(5) {
            background: #1fa2ff;
        }

    .section-shaped .shape-default {
        background: linear-gradient(150deg, #7795f8 15%, #6772e5 70%, #555abf 94%);
       
    }

        .section-shaped .shape-default :nth-child(1) {
            background: #7795f8;
        }

        .section-shaped .shape-default :nth-child(2) {
            background: #7b9aff;
        }

        .section-shaped .shape-default :nth-child(3) {
            background: #6f8ff8;
        }

        .section-shaped .shape-default :nth-child(4) {
            background: #76eea7;
        }

        .section-shaped .shape-default :nth-child(5) {
            background: #6adaff;
        }

    .section-shaped .shape-light {
        background: linear-gradient(150deg, shapes-light-color("step-1-gradient-bg") 15%, shapes-light-color("step-2-gradient-bg") 70%, shapes-light-color("step-3-gradient-bg") 94%);
    }

        .section-shaped .shape-light :nth-child(1) {
            background: shapes-light-color("span-1-bg");
        }

        .section-shaped .shape-light :nth-child(2) {
            background: shapes-light-color("span-2-bg");
        }

        .section-shaped .shape-light :nth-child(3) {
            background: shapes-light-color("span-3-bg");
        }

        .section-shaped .shape-light :nth-child(4) {
            background: shapes-light-color("span-4-bg");
        }

        .section-shaped .shape-light :nth-child(5) {
            background: shapes-light-color("span-5-bg");
        }

    .section-shaped .shape-dark {
        background: linear-gradient(150deg, #32325d 15%, #32325d 70%, #32325d 94%);
    }

        .section-shaped .shape-dark :nth-child(1) {
            background: #2e2e57;
        }

        .section-shaped .shape-dark :nth-child(2) {
            background: #2b2b58;
        }

        .section-shaped .shape-dark :nth-child(3) {
            background: #25254d;
        }

        .section-shaped .shape-dark :nth-child(4) {
            background: #d782d9;
        }

        .section-shaped .shape-dark :nth-child(5) {
            background: #008169;
        }

    .section-shaped .shape-style-1 span {
        height: 120px;
        width: 120px;
        border-radius: 50%;
    }

    .section-shaped .shape-style-1 .span-200 {
        height: 200px;
        width: 200px;
    }

    .section-shaped .shape-style-1 .span-150 {
        height: 150px;
        width: 150px;
    }

    .section-shaped .shape-style-1 .span-100 {
        height: 100px;
        width: 100px;
    }

    .section-shaped .shape-style-1 .span-75 {
        height: 75px;
        width: 75px;
    }

    .section-shaped .shape-style-1 .span-50 {
        height: 50px;
        width: 50px;
    }

    .section-shaped .shape-style-1 :nth-child(1) {
        left: -4%;
        bottom: auto;
        background: rgba(255, 255, 255, 0.1);
    }

    .section-shaped .shape-style-1 :nth-child(2) {
        right: 4%;
        top: 10%;
        background: rgba(255, 255, 255, 0.1);
    }

    .section-shaped .shape-style-1 :nth-child(3) {
        top: 280px;
        right: 5.66666%;
        background: rgba(255, 255, 255, 0.3);
    }

    .section-shaped .shape-style-1 :nth-child(4) {
        top: 320px;
        right: 7%;
        background: rgba(255, 255, 255, 0.15);
    }

    .section-shaped .shape-style-1 :nth-child(5) {
        top: 38%;
        left: 1%;
        right: auto;
        background: rgba(255, 255, 255, 0.05);
    }

    .section-shaped .shape-style-1 :nth-child(6) {
        width: 200px;
        height: 200px;
        top: 44%;
        left: 10%;
        right: auto;
        background: rgba(255, 255, 255, 0.15);
    }

    .section-shaped .shape-style-1 :nth-child(7) {
        bottom: 50%;
        right: 36%;
        background: rgba(255, 255, 255, 0.04);
    }

    .section-shaped .shape-style-1 :nth-child(8) {
        bottom: 70px;
        right: 2%;
        background: rgba(255, 255, 255, 0.2);
    }

    .section-shaped .shape-style-1 :nth-child(9) {
        bottom: 1%;
        right: 2%;
        background: rgba(255, 255, 255, 0.1);
    }

    .section-shaped .shape-style-1 :nth-child(10) {
        bottom: 1%;
        left: 1%;
        right: auto;
        background: rgba(255, 255, 255, 0.05);
    }

@media (max-width: 991.98px) {
    .section-shaped .shape-style-1 span {
        height: 120px;
    }
}

@media (max-width: 767px) {
    .container-head {
        display: block !important;
    }

    .navbar-nav {
        align-items: end;
    }

    .txtVentas {
        justify-content: end !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .message_fixed {
        max-width: 100% !important;
        left: 0;
    }
}

.container1 {
    display: grid;
    grid-template-rows: 1fr .5fr;
}

.container-section1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(80px, auto);
    grid-gap: 0px;
    gap: 0px;
}

.container2-section1 {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item1-section1 {
    padding-right: 15px;
}

.img-section1 {
    max-height: 500px;
    max-width: 500px;
}

.item2-section1 {
    padding-left: 15px;
}

.icon-section1 {
    margin-top: 0 !important;
}

@media (max-width: 991px), (max-height: 780px) and (min-width: 550px) {
    .img-section1 {
        max-height: 250px;
        max-width: 250px;
    }
}

@media (max-width: 991px) {
    .container-section1 {
        display: grid;
        grid-template-rows: 1fr .5fr;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 375px) {
    .img-section1 {
        max-height: 230px;
        max-width: 230px;
    }

    .text-section1 {
        font-size: .7rem;
    }
}

@media (max-width: 355px) {
    .text-nav {
        display: none;
    }

    .txtVentas {
        font-size: large !important;
    }
}

@media (max-width: 168px) {
    .item2-section1 {
        display: none !important;
    }

    .container1 {
        padding-top: 60px;
    }
}

@media (max-width: 430px), (max-height: 720px) {
    .text1-section1 {
        font-size: 1rem;
    }
}

@media (max-height: 600px), (min-height: 790px) and (min-width: 350px) and (max-width: 500px) {
    .img-section1 {
        max-height: 300px;
        max-width: 300px;
    }
}

/*@media (max-height: 600px) and (max-width: 991px){
    .icon-section1 {
        display: none;
    
}*/

@media (max-height: 700px) and (max-width: 991px), (max-height: 464px) {
    .section-nucleo-icons .icons-container i.icon {
        width: calc(var(--icon-size)/2) !important;
        height: calc(var(--icon-size)/2) !important;
        font-size: 1.7em !important;
    }

    .section-nucleo-icons .icons-container.on-screen i:nth-child(1) {
        left: calc(50% - var(--icon-size)/4) !important;
    }
}

@media (max-height: 640px) and (max-width: 991px), (max-height: 430px) {
    .container2-section1 {
        display: none;
    }
}

@media (max-height: 450px) {
    .container2-section1 {
        display: none;
    }
}

@media (max-height: 430px) {
    .item2-section1 {
        display: none !important;
    }

    /*.container1 {
        grid-template-rows: 1fr;
        grid-template-columns: 1fr 1fr;
    } */

    .container-section1 {
        display: block;
    }
}

/*@media (max-height: 335px) {
    .container2-section1 {
        display: none;
    }
}*/

@media (max-height: 300px) {
    .btn-inner--icon {
        top: calc(50% - var(--icon-size)/1.5) !important;
    }
}

@media (min-height: 790px) and (min-width: 350px) and (max-width: 500px), (min-height: 1000px) {
    .text-section1 {
        font-size: 1rem;
    }

    .text1-section1 {
        font-size: 2rem;
    }
}

@media (max-width: 430px), (min-height: 430px) and (max-height: 599px) and (min-width: 400px) {
    .container1 {
        grid-template-rows: 1fr 1fr;
        grid-template-columns: 1fr;
    }
}

@media (min-height: 430px) and (max-height: 599px) and (min-width: 400px) {
    .item2-section1 {
        display: flex !important;
    }

    .container-section1 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr;
    }

    /*.container2-section1 {
        display: none !important;
    }*/
}

@media (max-width: 310px), (min-height: 430px) and (max-height: 599px) and (min-width: 400px), (min-height: 465px) and (max-height: 599px), (max-width: 991px) and (max-height: 680px) {
    .img-section1 {
        max-height: 200px;
        max-width: 200px;
    }
}

@media (min-height: 1000px) {
    .img-section1 {
        max-height: 500px;
        max-width: 500px;
    }
}

@media (min-height: 295px) {
    .text1-section1 {
        display: block !important;
    }
}

@media (max-height: 460px) {
    .text1-section1 {
        display: none !important;
    }
}

@media (max-width: 399px) and (max-height: 431px) {
    .item2-section1, .container2-section1, icon-section1 {
        display: none !important;
    }
}

@media (max-width: 400px) and (max-height: 550px) {
    .item2-section1 {
        display: none !important;
    }
}

@media (max-width: 375px) and (max-height: 300px) {
    .section-nucleo-icons .icons-container.on-screen i:nth-child(1) {
        left: calc(75% - var(--icon-size)/4) !important;
    }
}

@media (max-width: 767.98px) {
    .section-shaped .shape-style-1 span {
        height: 90px;
    }
}

.section-shaped .shape-style-1.shape-primary {
    background: linear-gradient(150deg, #281483 15%, #8f6ed5 70%, #d782d9 94%);
}

.section-shaped .shape-style-1.shape-default {
    background: linear-gradient(150deg, #7795f8 15%, #6772e5 70%, #555abf 94%);
}

.section-shaped .shape-style-1.shape-light {
    background: linear-gradient(150deg, shapes-light-color("step-1-gradient-bg") 15%, shapes-light-color("step-2-gradient-bg") 70%, shapes-light-color("step-3-gradient-bg") 94%);
}

.section-shaped .shape-style-1.shape-dark {
    background: linear-gradient(150deg, #32325d 15%, #32325d 70%, #32325d 94%);
}

.section-shaped .shape-style-2 span {
    height: 190px;
}

.section-shaped .shape-style-2 .span-sm {
    height: 100px;
}

.section-shaped .shape-style-2 :nth-child(1) {
    width: 33.33333%;
    top: 0;
    left: -16.66666%;
}

.section-shaped .shape-style-2 :nth-child(2) {
    width: 33.33333%;
    top: 0;
    left: 16.66666%;
    right: auto;
}

.section-shaped .shape-style-2 :nth-child(3) {
    width: 33.33333%;
    left: 49.99999%;
    bottom: auto;
}

.section-shaped .shape-style-2 :nth-child(4) {
    width: 33.33333%;
    top: 55%;
    right: -16.66666%;
}

.section-shaped .shape-style-2 :nth-child(5) {
    width: 33.33333%;
    bottom: 0;
}

@media (max-width: 991.98px) {
    .section-shaped .shape-style-2 span {
        height: 120px;
    }
}

@media (max-width: 767.98px) {
    .section-shaped .shape-style-2 span {
        height: 90px;
    }
}

.section-shaped .shape-style-3 span {
    height: 140px;
}

.section-shaped .shape-style-3 .span-sm {
    height: 100px;
}

.section-shaped .shape-style-3 :nth-child(1) {
    width: 66%;
    left: -16.66666%;
    bottom: auto;
}

.section-shaped .shape-style-3 :nth-child(2) {
    width: 40%;
    top: 54%;
    right: -16.66666%;
}

.section-shaped .shape-style-3 :nth-child(3) {
    width: 33.33333%;
    top: 34%;
    left: -16.66666%;
    right: auto;
}

.section-shaped .shape-style-3 :nth-child(4) {
    width: 60%;
    bottom: 0;
    right: -16.66666%;
    opacity: .6;
}

.section-shaped .shape-style-3 :nth-child(5) {
    width: 33.33333%;
    bottom: 0;
}

@media (max-width: 991.98px) {
    .section-shaped .shape-style-3 span {
        height: 120px;
    }
}

@media (max-width: 767.98px) {
    .section-shaped .shape-style-3 span {
        height: 90px;
    }
}

.headroom {
    will-change: transform;
    background-color: inherit;
    transition: all 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
    .headroom {
        transition: none;
    }
}

.index-page .progress-wrapper {
    padding-top: 1rem;
}

    .index-page .progress-wrapper .progress-label {
        position: absolute;
        top: auto;
        bottom: 10px;
    }

    .index-page .progress-wrapper .progress {
        margin-bottom: 0;
    }

.btn-neutral {
    color: #5e72e4;
}

.badge {
    text-transform: uppercase;
}

    .badge a {
        color: #FFF;
    }

.badge-circle {
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    font-size: .875rem;
}

.section-components > .nav + .nav,
.section-components > .alert + .alert,
.section-components > .navbar + .navbar,
.section-components > .progress + .progress,
.section-components > .progress + .btn,
.section-components .badge,
.section-components .btn {
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.section-components .badge {
    margin-right: .1rem;
}

.badge-success {
    color: #1aae6f;
    background-color: rgba(147, 231, 195, 0.5);
}

.bg-gradient-warning {
    background: linear-gradient(35deg, #fb6340 0, #fbb140 100%) !important;
}

.icon-shape {
    padding: 12px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
}

    .icon-shape i,
    .icon-shape svg {
        font-size: 1.25rem;
    }

    .icon-shape.icon-lg i,
    .icon-shape.icon-lg svg {
        font-size: 1.625rem;
    }

    .icon-shape.icon-sm i,
    .icon-shape.icon-sm svg {
        font-size: .875rem;
    }

    .icon-shape i {
        width: 30px;
        height: 30px;
    }

.bg-gradient-white {
    background: linear-gradient(35deg, #fff 0, white 100%) !important;
}

.bg-gradient-blue {
    background: linear-gradient(35deg, #5e72e4 0, #825ee4 100%) !important;
}

.bg-gradient-green {
    background: linear-gradient(35deg, #2dce89 0, #2dcecc 100%) !important;
}

.bg-gradient-yellow {
    background: linear-gradient(35deg, #ffd600 0, #beff00 100%) !important;
}

.bg-gradient-default {
    background: linear-gradient(35deg, #172b4d 0, #1a174d 100%) !important;
}

hr {
    margin-top: 150px;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    background-color: white;
}

.footer a {
    color: #FFFFFF !important;
}

.bg-gradient-success {
    background: linear-gradient(35deg, #2dce89 0, #2dcecc 100%) !important;
}

@media (max-width: 575px) {
    .footer div:nth-child(1) {
        margin-bottom: 5px;
    }
}

.text-gold {
    color: #ffbf00;
}