/* FUENTES */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

body {
    background-color: #F2F2F2;
}

/* LOGO */
.img-logo {
    height: 50px;
}

iframe {
    width: 100%;
    height: 80vh;
    border: none;
    border-radius: 5px;
}

.custom-nav {
    padding-top: 2rem !important;
}

.navbar-inside-custom {
    border-radius: 15px;
    background-color: rgb(78, 84, 88);
    padding-left: 5px;
    padding-right: 5px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
    .navbar-inside-custom {
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        background-color: rgba(255, 255, 255, 0.9);
    }

}

.nav-item {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
}

.active {
    font-weight: bolder;
}

/* BOTONES */
.btn-login {
    background-color: #fff;
    color: #143E5C;
    width: 120px;
    height: 42px;
    border-radius: 8px;
    font-weight: bold;
    border: none;
    margin-right: 5px;
    transition: .4s ease-in-out;
}

.btn-login:hover {
    transition: .4s ease-in-out;
    background-color: #B5D0E1;
    color: #000;
}

.btn-ventas {
    background-color: #F5511C;
    color: #E9E8ED;
    width: 160px;
    height: 45px;
    border-radius: 8px;
    border: none;
    transition: .2s ease-in-out !important;
    font-weight: 600;
    font-size: 16px;
}

.btn-ventas:hover {
    background-color: #A33612;
    transition: .2s ease-in-out !important;
}

.btn-demo {
    background-color: #143E5C;
    color: #E9E8ED;
    width: 130px;
    height: 42px;
    border-radius: 8px;
    border: none;
    transition: .4s ease-in-out;
}

.btn-demo:hover {
    background-color: #0D293D;
    transition: .4s ease-in-out;
}

.demo-btn {
    text-decoration: none !important;
    transition: .4s ease-in-out;
}

.get-started {
    background-color: #143E5C;
    color: #E9E8ED;
    width: 140px;
    height: 45px;
    border-radius: 8px;
    border: none;
    margin-right: 5px;
    transition: .4s ease-in-out;
}

.get-started:hover {
    background-color: #0D293D;
    transition: .4s ease-in-out;
}

.get-demo {
    background-color: #E9E8ED;
    color: #143E5C;
    width: 140px;
    height: 45px;
    border-radius: 8px;
    font-weight: bold;
    border: none;
    transition: .4s ease-in-out;
}

.get-demo:hover {
    transition: .4s ease-in-out;
    background-color: #B5D0E1;
    color: #000;
}

/* MAIN */

.content {
    padding-left: 12px;
    padding-right: 12px;
}

.col-md-8 {
    margin: 0 !important;
    padding: 0 !important;
}

.title {
    padding-top: 6rem;
    padding-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.title-demo {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-size: 45px;
}

.text-demo {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-size: 18px;
    width: 65%;
    text-align: center;
    margin-top: 1rem;
}

.asset-img {
    display: flex !important;
    align-items: flex-end !important;
    justify-content: flex-end !important;
}

.img-proyects {
    width: 90%;
}

.text-header-projects {
    margin-top: 2rem;
}

.text-demo-projects {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0;
    padding-bottom: 0;
}

/* MAIN */
.pages {
    background-color: #fff;
    padding-top: 5rem;
}
.content {
    margin-top: 1.6rem;
}

.info-demo-text {
    
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    line-height: 1;
}

.header-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.items {
    display: flex;
    align-items: center;
    justify-content: baseline;
}

.items-cols:nth-child(3) {
    border: none;
}

.items-cols {
    width: auto;
    height: 26px;
    border-right: 2px solid #C4C6C7;
    display: flex;
    align-items: center;
    justify-content: baseline;
    padding: 0px 10px 0px 10px;
    margin-bottom: 10px;
}

.text-projects {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.text-header-project {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 45px;
}

.text-projects-pages {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.project-image {
    max-width: 100%;
    height: auto;
}

/* FOOTER */
.text-footer {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 12px !important;
    color: #6D7E8A;
}

.text-item-footer {
    text-decoration: none;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 12px !important;
    color: #6D7E8A !important;
    margin-bottom: 0;
    padding-bottom: 0;
}

.title-footer {
    text-decoration: none;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
}

.footer-final {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #6D7E8A !important;
    font-size: 13px;
}

footer {
    border-top: 1px solid #E4E5E5;
}

/* MEDIA QUERYS */
@media (max-width: 456px) {
    .software-logos {
        width: 100%;
    }

    .divider {
        width: 80%;
    }
    .text-header-project {
        font-size: 30px !important;
    }
    .text-projects {
        font-size: 13px;
    }
}

@media (max-width: 576px) {

    .nav-footer {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .text-header-project {
        font-size: 38px;
    }
}

@media (max-width: 768px) {
    .text-footer {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .padd-inside {
        margin-bottom: 4rem !important;
    }

    .title-demo {
        font-size: 40px;
    }

    .title {
        padding-top: 4rem;
        padding-bottom: 2rem;
    }

    .text-demo {
        font-size: 16px;
        width: 95%;
    }
    .text-demo-projects {
        font-size: 14px;
    }
}


@media (max-width: 992px) {
    .padd-inside {
        padding: 1rem;
    }
    .header-content {
        display: flex !important;
        justify-content: baseline !important;
        flex-direction: column !important;
    }
    .project-image {
        max-width: 100% !important;
    }
}


@media (max-width: 1200px) {
    .card {
        margin-bottom: 3rem;
    }

    .contact-form-demo {
        padding: 0;
    }

    .info-extra-cards-items {
        padding-bottom: 3rem;
    }
}


@media (max-width: 1400px) {}