@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200;300;400;500;600;700;800&family=Montserrat: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');

* {
    font-family: "Assistant", sans-serif;
    font-style: normal;
}

.logo-main {
    background-image: url(/assets/Innosapiens-logo-01.svg);
    width: 260px;
    height: 35px;
    background-size: contain;
    background-repeat: no-repeat;
}

.btn-login {
    background-image: url(../assets/images/loginbtn2.svg);
    width: 259px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    height: 70px;
    border: none;
    position: relative;
    top: -20px;
}


ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

li {
    float: left;
    margin: 5px 2px;
    display: flex;
    align-items: center;
}



card {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.nav-item-text {
    color: gray;
    margin: 0px 5px;
    font-weight: 600;
}
.nav-item-text:hover {
    color:#FF9015
}
button {
    cursor: pointer;
}

.comunity-inno-title {
    font-size: 35px;
    font-weight: 800;
    color: #444757;
    margin: 7px 0px;
}



.proyecta {

    background: #ff9015;
    padding: 0px 4px;
    color: #444757;
    font-weight: 700;
    border-radius: 7px;
}

.comunity-text {
    display: flex;
    flex-direction: column;
    color: #444757;

}

.banner-comunidad {
    height: 300px;
    background: #d3d3d34a;
    display: flex;
    align-items: center;
    padding: 0px 40px 0px 120px;
    justify-content: space-around;
}

.banner-comunidad-img {
    background-image: url(../assets/images/recurso1.png);
    background-size: contain;
    background-repeat: no-repeat;

    width: 365px;
    height: 100%;

}

.chevron {
    font-size: 40px;
    background: #ff9015;
    border-radius: 50%;
    height: 55px;
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -95px;
}

.card-icon-netsapiens {
    background-image: url(../assets/images/netsapiens2.jpeg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 110px;
    height: 100px;
}

.card-text {
    margin: 20px 0px;
    width: 310px;
    text-align: center;
    color: #444757;
    font-size: 19px
}

.benesapiens-a {
    font-size: 12px;
    color: #ff9015;
    margin-top: 8px;
}

.card-title {
    font-size: 22px;
    font-weight: 700;
    color: #444757;

}

.card-icon-websapiens {
    background-image: url(../assets/images/websapiens2.jpeg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 110px;
    height: 95px;
}

.card-icon-benesapiens {
    background-image: url(../assets/images/benesapiens.jpeg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;

}

.ideosity-img {
    width: 34%;
    height: 300px;
    background-size: contain;
    background-image: url(../assets/images/ideosity.jpeg);
    background-repeat: no-repeat;
}

.banner-ideosity-text {
    display: flex;
    flex-direction: column;
    width: 40%;
    align-items: center;
    color: #444757;

}

.innoboton {
    background: white;
    border: 1px solid #ff9015;
    padding: 10px 20px;
    border-radius: 20px;
    color: #ff9015;
    display: flex;
    align-items: baseline;
    font-size: 14px;
    font-weight: 600;
    transition: 100ms linear;
}

.innoboton:hover {
    color: #ffffff;
    background: #ff9015;
    border: 1px solid #ff9015;



}

.ideotext {
    margin: 20px 0px;
    font-size: 19px;

    display: flex;
    flex-direction: column;

    color: #444757;
}

.strong {
    font-weight: 700;
    font-size: 19px;
    color: #444757;


}

.ideosity {
    font-size: 50px;
    font-weight: 800;
    color: #444757;
}

#comunidad {
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    /*padding: 0px 80px;*/

}

#ideosity {
    height: 500px;
    display: flex;
    align-items: center;
    border-top: 1px solid #ff9015;
    justify-content: space-evenly;
}

.banner-main-text {
    width: 40%;
    display: flex;
    flex-direction: column;
}

.banner-title {

    font-size: 42px;
    font-weight: 800;
    color: #ff9015;
}

.banner-subtitle {
    font-size: 20px;
    color: #ff9015;
}




#cursos {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 0px 80px;
    flex-direction: column;
}

.go_to_tab {
    text-decoration: none;
    display: contents;
    cursor: pointer;
}

.go_to_tab:hover {
    color: #FF9015;
}

.fa-eye {
    color: #444757;

}

.free-access {
    color: green;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.bxs-dollar-circle {
    color: green;
    font-size: 20px;

}

.flex-list {
    display: flex
}

.div-pass {
    display: flex;
}

.div-eye {
    display: flex;
    flex-direction: row;
    width: 48%;
}

nav {
    display: flex;
    justify-content: space-between;
    background: white;
    padding: 20px 20px 0px 50px;
    box-shadow: orange 0px 5px 7px 0px;
    height: 60px;

}


@media (max-width:835px) {
    nav {
        padding: 25px 0px 0px 30px;
        height: 60px;
    }


    .logo-main {
        width: 230px;
        height: 40px;
    }

    .flex-list {
        display: none;
    }

    .banner {
        height: auto !important;
        padding: 0px !important;
        display: flex !important;
        align-items: center !important;
        background-position: center !important;
        flex-direction: column;
    }

    .banner-main-text {
        width: 60%;
        display: flex;
        flex-direction: column;
        padding: 30px 0px;
    }

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

    .banner-subtitle {
        font-size: 20px;
        margin: 10px 0px;
    }

    #signUpForm {
        max-width: 265px;
        background-color: #ffffff;
        border-radius: 30px 30px 0px 0px;
        padding: 20px 25px 23px 25px;
        position: relative;
        top: 45px;
        min-height: 380px;
    }

    .comunity-text {
        display: flex;
        flex-direction: column;
        color: #444757;
        width: 68%;
        text-align: -webkit-center;
    }

    .text-center-title {
        text-align: center;
        margin: 10px;
        font-weight: 700;
        font-size: 16px;
        color: #444757;

        display: block;
    }

    .grid-container {
        display: grid;
        padding: 20px;
        grid-template-columns: 1fr;
        gap: 30px 30px;
        width: 92%;
    }

    .cursos-caracteristicas {
        display: flex;
        width: 100%;
        justify-content: space-evenly;
        margin: 45px 0px;
        flex-direction: column;
    }

    .cursos-container {
        width: 100% !important;


    }

    .banner-comunidad {
        height: 300px;
        background: #d3d3d34a;
        display: flex;
        align-items: center;
        padding: 35px 0px 0px;
        flex-direction: column;
    }

    .banner-comunidad-img {
        background-size: contain;
        background-repeat: no-repeat;
        width: 370px;
        height: 100%;
        background-position: center;
    }

    #comunidad {
        height: auto;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        padding: 0px 80px;
        flex-direction: column;
    }

    #ideosity {
        height: 500px;
        display: flex;
        align-items: center;
        border-top: 1px solid #ff9015;
        justify-content: space-evenly;
        flex-direction: column;
    }

    .grid-container {
        display: grid;
        padding: 20px;
        grid-template-columns: 1fr !important;
        gap: 30px 30px;
        width: 100%;
    }

    card {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-bottom: 40px;
    }

    .chevron {
        top: -25px;
    }

    .error-message {
        font-size: 10px;
    }

    .ideosity-img {
        width: 62%;
        height: 280px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .banner-ideosity-text {
        display: flex;
        text-align: center;
        flex-direction: column;
        width: 66%;
        align-items: center;
        color: #444757;
        margin: 25px 0px 20px;
    }

    #cursos {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        padding: 0px 60px;
        flex-direction: column;
        margin-top: 40px;
    }

    .cursos-caracteristicas {
        display: flex;
        width: 100%;
        justify-content: space-evenly;
        margin: 45px 0px;
        align-items: center;
    }

    .cert-icon {
        width: 50px;
        height: 70px;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .input-names {
        width: 100%;
    }

    .div-pass {
        display: flex;
        flex-direction: column;
    }

    .div-eye {
        display: flex;
        width: 85% !important;
        flex-direction: row;

    }

    .trder {
        top: 375px;
        width: 50px;

    }

    .trizq {
        top: 375px;
        width: 50px;

    }

    .footer-header {
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-direction: column !important;
    }

    .foto-perfil-b {
        display: flex;
        flex-direction: column;
    }

    .menu-down {
        background-image: url(../assets/images/menu.png);
        background-position: center;
        height: 28px;
        width: 35px;
        background-size: contain;
        background-repeat: no-repeat;
        margin: 0px 20px;
    }

    .ul-menu {
        width: 100%;
        background: white;
        font-size: 17px;
        font-weight: 600;
        padding: 12px 2px;
        justify-content: center;
    }
}



.grilla {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20em, 1fr));
    gap: 20px;
}

.logo-container {
    display: flex;
    width: 100%;
    align-items: center;
    margin: 8px 0px;
}

.logo-punto {
    border-radius: 40px;
    width: 45px;
    height: 45px;
    background-image: url('../puntoestrategico.png');

    display: flex;
    margin-right: 20px;
    background-size: contain;
    border: solid 1px #0000000d;
}

.course-title {
    font-size: 20px;
    font-weight: 600;
}

.course-details-card {
    display: flex;
    align-items: center;
    font-size: 16px;
    width: 100%;
    justify-content: space-between;
    margin: 15px 0px;
}

.grid-container {
    display: grid;
    padding: 20px;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px 30px;
    width: 92%;
}

.grid-item {
    box-shadow: 0px 0px 3px 0px #30303033;
}

@media (min-width: 1800px) {
    .grid-container {
        grid-template-columns: repeat(4, 1fr);
    }
}

curso {
    background: white;
    display: flex;
    width: auto;
    height: 400px;
    border-radius: 12px;
    box-shadow: 0px 0px 5px 1px #00000012 !important;
    flex-direction: column;

}

.strongs {
    font-weight: 700;
    color: #444757;

}

.cursos-virtuales-title {
    font-size: 24px
}

.cursos-container {
    width: 90%;
    background: white;
    border-radius: 35px 35px 0px 0px;
    box-shadow: 0px -6px 9px 5px #acacac33;
    padding: 0px 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.course-go {
    background: orange;
    color: white;
    font-size: 16px;
    font-weight: 700;
    padding: 5px 25px;
    border-radius: 5px;
    border: none;
    box-shadow: 1px 1px 1px #0003;
}


.course-img {
    width: 100% !important;
    height: 55% !important;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 12px 12px 0px 0px;
}


.csc {
    margin: 0px 20px;
    color: #444757;

}

.cursos-caracteristicas {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    margin: 45px 0px;
}

.caracteristicas {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 248px;
}

.book-icon {
    background-image: url(../assets/images/libro.png);
    width: 67px;
    height: 70px;
    background-size: contain;
    background-repeat: no-repeat
}

.foco-icon {
    background-image: url(../assets/images/foco.png);
    width: 67px;
    height: 70px;
    background-repeat: no-repeat;
    background-size: contain;
}


.cert-icon {
    background-image: url(../assets/images/certificado.png);
    width: 67px;
    height: 70px;
    background-repeat: no-repeat;
    background-size: contain;
}

.banner-new {
    display: flex;
    flex-direction: column;
    padding: 20px 30px;
    border-top: 1px #e4e4e4 solid;
}

.circle-contact {
    width: 40px;
    height: 40px;
    background: #ff9015;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sizebanner {
    font-size: 23px;
    color: white;
}

.logo-puntoestrategico {
    background-image: url(../images/logoPE.svg);
    width: 253px;
    height: 90px;
    background-position: center;
    background-repeat: no-repeat;
}

.list-banner {
    display: flex;
    flex-direction: column;
    margin: 12px 0px;
}

.center-ic {
    display: flex;
    align-items: center;
    color: gray;
    margin: 5px 0px;
}

@media (max-width:835px) {

    .logo-puntoestrategico {
        width: 125px;

        height: 70px;
    }

}

.font-10-x {
    font-size: 13px;

}
