.login-shape {
    content: "";
    margin-right: 0%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right;
    background-attachment: fixed;
    width: 100%;
    height: 110%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

.loginButton {
    padding: 13px 1rem;
    border: 1px solid black;
    border-radius: 5px;
    display: flex;
    gap: 1rem;
    width: 100%;
    justify-content: center;
    cursor: pointer;
}

.loginButton div {
    color: black;
    margin-left: 1rem;
}

.buttonWithHover:hover {
    background-color: #e7e7e7;
    text-decoration: none;
}

.loginContainerButton {
    display: flex;
}

.buttonsContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.normalLoginButton {
    padding: 13px 29px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.normalLoginButton a {
    color: black;
    font-size: 1rem;
    font-weight: 500;
}

.normalLoginButton:hover {
    border: 1px solid #2ac4b5 !important;
    background-color: #2ac4b5 !important;
    color: white !important;
    transition: all 0.2s ease-in-out;
}

.brandsContainer {
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
}

.paragraphTitle {
    color: #2f323a;
    font-size: 22px !important;
    margin-top: 150px;
}

@media (max-width: 460px) {
    .brandsContainer {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }

    .responsivePadding {
        padding: 1rem !important;
    }

    .responsiveWithoutPadding {
        padding: 0 !important;
    }

    .captchaContainer {
        transform: scale(0.85);
        transform-origin: 0 0;
        width: 100%;
        display: inline-block;
    }
}

@media (max-width: 991px) {
    .lottieImage {
        width: 300px !important;
        height: 300px !important;
    }

    .responsiveMargin {
        margin-top: -100px;
    }

    .paragraphTitle {
        margin-top: -25px;
    }
}

/* .login-image{
    content: "";
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right;
    position: absolute;
    z-index: 1;
    <?php if(Request::get('type')=="user"){ ?>
        top: 20%;
    <?php }elseif (Request::get('type')=="dev"){ ?>
        top: 30%;
    <?php }else{ ?>
        top: 20%;
    <?php } ?> 
} */

.title-dev {
    color: white !important;
}

.bar_img {
    background-image: url("img/bar_img3.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    height: auto;
    padding: 0px 0px;
    margin-top: 5%;
}

@media screen and (max-width: 1200px) {
    .login-image {
        display: none;
    }
    .title-dev {
        display: none;
    }
}

/* @media screen and (max-width: 1345px) {
    .login-image{
        width: 560px !important;
    }
} */

@media screen and (max-width: 414px) {
    .cards {
        margin-bottom: 5%;
    }
    .title-dev {
        display: none;
    }
    .data {
        margin-bottom: 20%;
        margin-top: 15% !important;
    }
    .card-img-top {
        height: 55%;
    }
    .card_center {
        width: 85% !important;
    }
    .target_card {
        display: flex;
        justify-content: center;
    }
    .bar_img {
        background-image: url("img/bar_img2.svg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        position: relative;
        height: auto;
        padding: 0px;
        margin-top: 0%;
    }
    .faqs {
        margin-top: 20%;
    }
    .title_faq {
        text-align: center;
    }
}
.check {
    display: inline-block;
    width: 2em;
    height: 2em;
    background-color: #e1e5fc;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
}

.check::after {
    content: "✓";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #5e60ce;
}

.paragraph {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
}

.paragraph__text {
    font-weight: bold;
    font-size: 1.2rem;
}

.check_dev {
    display: inline-block;
    width: 3em;
    height: 2em;
    border-radius: 50%;
    margin-right: 10px;
    background-color: #e1e5fc;
    position: relative;
}

.check_dev::after {
    content: "✓";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #5e60ce;
}

.checkCircle {
    width: 30px;
    height: 30px;
}

.optionsContainer {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.optionsContainer p {
    margin: 0;
}

.circleContainer {
    width: 160px;
    height: 160px;
    border-radius: 100%;
    border: none;
    object-fit: cover;
}

.devCard {
    display: flex;
    flex-direction: column;
    width: 300px;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.withImage {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    justify-content: center;
}

.testimonialsContainer {
    display: flex;
    gap: 4rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 3rem 1rem;
    background-color: #eef7fe;
    flex: 1;
    width: 100%;
}

.cardTitle {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 0.2rem;
}

.descContainer {
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
}

.cardsContainer {
    display: flex;
    gap: 6rem;
    justify-content: center;
    padding: 0 1rem;
    flex-wrap: wrap;
}

.joinContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 1rem;
    width: 100%;
}

.cardSubtitle {
    font-size: 16px;
    margin: 0;
}

/* Faqs */

.faq {
    padding: 120px 0 90px;
    background: #f7fbff;
    min-height: 100vh;
}

.faq .section-title {
    margin-bottom: 54px;
}

.faq .section-title h1 {
    margin-bottom: 22px;
}

.faq .accordion .card {
    border: none;
    margin-bottom: 30px;
    width: 650px;
}

.faq .accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 10px;
}

.faq .accordion .card .card-header {
    border: none;
    border-radius: 10px;
    padding: 0;
}

.faq .accordion .card .card-header h5 {
    padding: 0;
}

.faq .accordion .card .card-header h5 button {
    color: #1e3056;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    padding: 0 30px 0 70px;
    height: 80px;
    display: block;
    width: 100%;
    color: rgba(30, 48, 86, 0.8);
    text-align: left;
    background: #fff;
    -webkit-box-shadow: 0px -50px 140px 0px rgba(69, 81, 100, 0.1);
    box-shadow: 0px -50px 140px 0px rgba(69, 81, 100, 0.1);
    border-radius: 10px 10px 0 0;
    position: relative;
}

.faq .accordion .card .card-header h5 button:after {
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background-color: transparent;
    color: black;
    text-align: center;
    border: 1px solid black;
    border-radius: 50%;
    line-height: 100%;
    content: "\f067";
    font-size: 10px;
    line-height: 18px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.faq .accordion .card .card-header h5 button.collapsed {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(97, 125, 255, 0.2);
}

.faq .accordion .card .card-header h5 button[aria-expanded="true"]:after {
    content: "\f068";
    color: #fff;
    background-image: -webkit-linear-gradient(-180deg, black 0%, black 100%);
}

.faq .accordion .card .card-body {
    -webkit-box-shadow: 0px 15px 140px 0px rgba(69, 81, 100, 0.1);
    box-shadow: 0px 15px 140px 0px rgba(69, 81, 100, 0.1);
    border-radius: 0 0 10px 10px;
    padding-top: 0;
    margin-top: -6px;
    padding-left: 72px;
    padding-right: 70px;
    padding-bottom: 23px;
    color: rgba(30, 48, 86, 0.8);
    line-height: 30px;
}

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

@media (max-width: 690px) {
    .faq .accordion .card {
        width: 340px;
    }

    .faq .accordion .card .card-header h5 button:after {
        position: absolute;
        left: 15px;
    }

    .faq .accordion .card .card-header h5 button {
        padding: 0 5px 0 55px;
    }

    .btn-link {
        white-space: normal !important; /* Permite el ajuste del texto dentro del botón */
    }
}

/* end faqs */

.line-break {
    display: block;
}

.containerImg {
    height: 700px;
}

.googleIcon {
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem !important;
    text-decoration-line: none;
    height: 19px;
}

.googleButton {
    text-decoration-line: none;
    background-color: #7052fb !important;
}

.alreadyRegistered {
    font-size: 14px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    gap: 0.3rem;
}

.alreadyRegistered a {
    text-decoration: underline !important;
    color: black;
}

.alreadyRegistered a:hover {
    color: #0056b3;
}

@media (max-width: 1200px) {
    .containerImg {
        height: 100% !important;
        margin-bottom: 6rem;
    }

    .displayNone {
        display: none;
    }
}
