@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');

/* GENERAL */
.fade-in {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

html {
  scroll-behavior: smooth;
}

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

.contenido {
    /* background-image: url('../src/img/fondo.png'); */
    background-repeat: no-repeat, repeat;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    background-color: #FCFCFC;
}

.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.2);
    }

}

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

.add-info-img {
    height: 27px;
    margin-right: 5px;
}

.add {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: transparent;
}

.add-info {
    border-radius: 30px;
    border: 1px solid #6D7E8A;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 185px;
    height: 42px;
    margin-top: 5rem;
    background-color: transparent;
}

h6 {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.add-text {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: bolder;
    font-style: normal;
    font-size: 15px;
}

#imgAnimada {
  position: relative;
  will-change: transform;
}

.cover-letter {
    display: flex;
    align-items: center;
    justify-content: center;
    /* flex-direction: column; */
    padding-bottom: 4rem;
    margin-top: 6rem;
}

.cover-letter-text {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-size: 52px;
}

.demos {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 1rem;
}

.branding {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 5rem;
    padding-right: 5rem;
}

.branding-img {
    margin-top: 5rem;
    border-radius: 10px 10px 0 0;
}

/* BOTONES */
.btn-login {
    background-color: #E9E8ED;
    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-demo {
    background-color: #143E5C !important;
    width: 130px !important;
    height: 42px !important;
    border-radius: 8px !important;
    border: none !important;
    transition: .4s ease-in-out;
    color: #E9E8ED;
}

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

.demo-btn {
    text-decoration: none !important;
}

.references-inside-site {
    text-decoration: none;
}

.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: 160px;
    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;
}

.active {
    font-weight: bolder;
}

.welcome-img {
    width: 550px;
    margin-left: 2rem;
    margin-right: 2rem;

}

.slogan {
    display: flex;
    padding-top: 1rem;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 19px !important;
    text-align: left;
}

/* PORTFOLIO */
.portfolio-content {
    margin-top: 3.5rem;
    padding-top: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.portfolio-header {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: bolder;
    font-style: normal;
    font-size: 56px !important;
}

.portfolio-text {
    color: #6D7E8A;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 19px !important;
    text-align: center;
    padding-bottom: 2rem;
    margin-bottom: 0;
}

.cards-demo {
    display: flex;
    align-self: center;
    justify-content: space-between;
    padding-left: 8rem;
    padding-right: 8rem;
}

.card-title {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-size: 28px !important;
    height: 80px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.card-body {
    padding: 1.5rem;

}

.card-text {
    color: #6D7E8A;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 15px !important;
    padding-bottom: 0;
    margin-bottom: 0;
    height: 90px;
}

.pill {
    background-color: #E0F2FE;
    border-radius: 10px;
    width: auto;
    height: 30px;
    text-align: center;
    color: #143E5C;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: bolder;
    font-style: normal;
    font-size: 15px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 9px;
    margin-bottom: 9px;
    cursor: pointer;
}

.pill-text {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 0;
    padding-bottom: 0;
    font-family: "Inter", sans-serif;
    font-weight: bolder;
    font-style: normal;
    font-size: 14px !important;
}

.pill_badges {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: baseline;
    flex-wrap: wrap;
    padding-bottom: 0.8rem;
}

.inside-text {
    margin-left: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-view:hover {
    background-color: #BAE6FD;
    transition: all .3s ease-in-out;
}

.btn-view>.inside-text>i {
    margin-left: 8px;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: bolder;
    font-style: normal;
    font-size: 16px !important;
}

.btn-view {
    text-decoration: none;
    border-radius: 5px;
    width: 170px;
    height: 40px;
    color: #143E5C;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: bolder;
    font-style: normal;
    font-size: 16px !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: all .3s ease-in-out;
}

.card {
    transition: .2s ease-in-out;
}

.card:hover {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
    transition: .2s ease-in-out;
}

.col {
    padding: 10px;
}

.more-projects {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2.5rem;
}

.more-projects-button {
    border: 2px solid #BAE6FD;
    border-radius: 9px;
    background-color: transparent;
    color: #143E5C;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: bolder;
    font-style: normal;
    font-size: 16px !important;
    width: 190px;
    height: 45px;
    transition: .2s ease-in-out;
}

.more-projects-button:hover {
    background-color: #BAE6FD;
    transition: .2s ease-in-out;
}

.conver-text {
    text-align: left;
}

.content-service {
    background-color: #F7F7F7;
    padding-bottom: 4rem;
}

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

.services-title {
    font-weight: 800;
    font-size: 23px;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    margin-top: 9px;
    margin-bottom: 9px;
}

.service-text {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #6D7E8A;
    font-size: 16px;
}

.btn-view>.inside-text>i {
    margin-left: 8px;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: bolder;
    font-style: normal;
    font-size: 16px !important;
}

.col-services>.card>#service-icon>.bx {
    font-size: 35px !important;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #7DC2E2;
}

.col-services {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 410px;
    padding: 0.8rem;
}

/* TEAM */
.container-team {
    padding: 2rem;
}

.team {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 3rem;
    padding-right: 3rem;

}

.col-team {
    padding: 0.7rem;
}

.team-title {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
}

.team-software {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    color: #0293D7;
    margin-bottom: 1.9rem;
}

.team-text {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-size: 14px;
    color: #6D7E8A;
}

.pill-team {
    background-color: #E0F2FE;
    border-radius: 20px;
    width: auto;
    height: 25px;
    text-align: center;
    color: #143E5C;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: bolder;
    font-style: normal;
    font-size: 15px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}

.pill-text-team {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 0;
    padding-bottom: 0;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px !important;
}

.bi {
    margin-right: 8px;
    font-size: 19px;
    color: #6D7E8A;
    cursor: pointer;
    transition: .2s ease-in-out;
}

.bi:hover {
    transition: .2s ease-in-out;
    color: #0293D7;
}

/* CONTACT */
.contact {
    padding: 5rem;
}

.contact-form {
    padding-left: 5rem;
    padding-right: 5rem;
}

.data-form {
    border: 1px solid #D7D9D9;
    padding: 1.5rem;
    border-radius: 10px;
    margin: 10px 20px 0px 0px;
}

.info {
    border: 1px solid #D7D9D9;
    padding: 1.5rem;
    border-radius: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.map {
    padding: 0.1rem;
    border-radius: 10px;
    margin-top: 10px;
}

#map {
    height: 250px;
    border-radius: 10px;
}

.contact-title {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 21px;
}

.contact-text {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    margin-bottom: 15px;
    color: #6D7E8A;
}

.form-control-text {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px !important;
}

.label-contact {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 13px !important;
}

.btn-contact {
    border-radius: 9px;
    width: 100%;
    height: 45px;
    background: #38BCF7;
    background: linear-gradient(90deg, rgba(56, 188, 247, 1) 0%, rgba(59, 130, 246, 1) 100%);
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 14px !important;
    border: none;
    color: white;
}

.banner-info-contact>i {
    margin-right: 10px;
}

.banner-info-contact {
    display: flex;
    align-items: self-start;
    justify-content: flex-start;
    padding-bottom: 10px;
    padding-top: 10px;
}

.banner-contact-title {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 14px !important;
    margin-bottom: 0;
    padding-bottom: 0;
}

.banner-contact-text {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px !important;
    color: #6D7E8A;
    margin-bottom: 0;
    padding-bottom: 0;
}

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

.form-info {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.contact-content {
    margin-top: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

/* 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;
}

/* SPLASH SCREEN */
body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
    /* Evitar scroll durante splash */
    background: #ffffff;
}

.splash-screen {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 1s ease;
}

.splash-screen.fade-out {
    opacity: 0;
}

.splash-logo {
    width: 7rem;
    height: auto;
    animation: blinker 2s linear infinite;
}

.splash-screen-active .chat-window-wrapper {
    display: none !important;
}

#main {
    display: none;
}

/* MEDIA QUERYS */

@media (max-width: 456px) {
    .cover-letter-text {
        font-weight: 900;
        font-size: 15px !important;
    }
    .demos {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    .slogan {
        font-size: 17px !important;
    }

    .cards-demo {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .form-info {
        margin: 0 !important;
        padding: 0 !important;
    }
}

@media (max-width: 576px) {
    .portfolio-header {
        font-size: 40px !important;
    }

    .portfolio-text {
        font-size: 16px !important;
        font-weight: 400;
    }

    .add {
        padding-top: 1rem !important;
    }

    .conver-text {
        padding-top: 1.5rem !important;
    }

    .container-team {
        padding: 1rem !important;
    }

    .team {
        display: grid;
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .nav-footer {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

@media (max-width: 768px) {

    .add {
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        background-color: transparent;
    }


    .add-text {
        font-size: 13px !important;
    }

    .add-info {
        width: 180px;
        margin-top: 3rem;
        font-size: 13px !important;
    }

    .cover-letter {
        padding-bottom: 2rem !important;
        margin-top: 2rem !important;
    }

    .cover-letter-text {
        font-size: 35px !important;
    }

    .branding {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .branding-img {
        margin-top: 4rem;
    }

    .col-services {
        width: 100%;
    }

    .container-team {
        padding: 0;
    }

    .form-info>.row {
        margin: 0 !important;
        padding: 0 !important;
    }

    .data-form {
        margin: 10px 0px 0px 0px;
    }

    .map {
        width: 100% auto;
    }

    #map {
        width: auto !important;
    }

    .info {
        margin-top: 20px;
    }

    .text-footer {
        margin-bottom: 0;
        padding-bottom: 0;
    }
}


@media (max-width: 992px) {
    .slogan {
        font-size: 16px !important;
    }
    .demos {
        padding-bottom: 1rem;
    }
    .welcome-img {
        width: 400px !important;
    }
    .cover-letter {
        display: flex;
        flex-direction: column;
        padding-bottom: 3rem;
        margin-top: 3rem;
    }

    .cover-letter-text {
        font-size: 46px;
    }

    .branding {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .col-services {
        width: 100%;
    }

    .team {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .contact {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }


    .footer-final {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column !important;
        text-align: center;
    }
}


@media (max-width: 1200px) {
    .welcome-img {
        width: 400px !important;
    }
    .cover-letter-text {
        font-size: 46px;
    }
    .slogan {
        font-size: 16px !important;
    }
    .min-cards {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .cards-demo {
        display: grid;
        grid-template-columns: 1fr;
        width: 600px;
    }

    .card {
        width: 100% !important;
    }

    .services {
        display: grid;
        grid-template-columns: 1fr;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .contact-form {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    #map {
        height: 225px;
    }
}


@media (max-width: 1400px) {
    .cards-demo {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .team {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .contact-form {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}