﻿.container-fluid {
    padding: 0 100px;
}

.logo {
    height: 35px;
}

.section-main {
    position: relative;
    padding-top: 75px;
    padding-bottom: 20px;
    height: 750px;
}

    .section-main .section-title {
        margin-top: 124px;
        font-size: 50px;
        color: #302E38;
        font-weight: 500;
        max-width: 800px;
    }

    .section-main .section-description {
        max-width: 530px;
        font-size: 18px;
        font-weight: 400;
        margin-top: 35px;
        line-height: 35px;
    }

    .section-main .card-body {
        padding: 10px 30px 30px 30px;
    }

    .section-main .card-form {
        max-width: 570px;
        box-shadow: -8px 8px 16px 0 rgba(0, 0, 0, 0.11);
        margin-top: 60px;
        margin-left: auto;
        margin-right: auto;
    }

    .section-main .card-form-title {
        font-family: 'Montserrat' !important;
        font-size: 20px;
    }

    .section-main .card-form-info {
        font-family: 'Montserrat' !important;
        font-size: 16px;
        padding-top: 20px;
    }

    .section-main .scroll {
        position: absolute;
        right: 90px;
        bottom: 100px;
        max-width: 25px;
    }

    .section-main .tramite-info {
        position: absolute;
        top: 35px;
        right: 0px;
        width: 20px;
        cursor: pointer;
    }

    .section-main .dni-preview {
        display: none;
        z-index: 5;
        position: absolute;
        top: 65px;
        right: 0px;
        padding: 10px;
        background-color: #fff;
        max-width: 270px;
        border-radius: 10px;
        box-shadow: -8px 8px 16px 0 rgba(0, 0, 0, 0.11);
    }

        .section-main .dni-preview img {
            max-width: 250px;
        }

    .section-main .btn-submit {
        min-width: 390px;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .section-main .info-politicas {
        display: block;
        line-height: 1.5;
        margin-top: 25px;
    }

    .section-steps {
        margin-top: 0px;
    }

    .section-steps .step.not-first:before {
        content: "";
        position: absolute;
        background-color: #ddd;
        top: 80px;
        width: 42%;
        height: 2px;
        left: -21%;
    }

.step {
    text-align: center;
    padding: 50px 0px;
}

.step-img {
    height: 65px;
}

.step-img-credencial{
    width: 90px;
    margin-top: -13px;
    margin-bottom: -11px;
}

.step-description {
    margin-top: 20px;
    font-family: 'Montserrat';
    font-size: 16px;
}

.section-faq {
    margin-top: 80px;
}

.faq-list {
    margin: 30px 0px 90px 0px;
}

.faq-item {
    width: 100%;
    border-bottom: 2px solid #f3f4fa;
}

.faq-body {
    text-align: justify;
/*    height: 0;*/
    overflow: hidden;
    transition: .5s;
    padding: 0 14px;
}

.faq-title {
    padding: 12px 0px;
    display: flex;
    cursor: pointer;
    font-size: 20px;
    font-weight: 400;
}

    .faq-title i {
        display: block;
        margin-left: auto;
        width: 20px;
        margin-top: 5px;
        margin-right: 10px;
        font-size: 15px
    }

.footer {
    padding: 75px 140px;
    font-size: 12px;
}

    .footer h5 {
        font-family: 'Montserrat' !important;
    }

    .footer .logo {
        max-width: 200px;
    }

    .footer a {
        color: #fff !important;
        text-decoration: none !important;
        font-family: 'Montserrat' !important;
        font-size: 14px;
    }

        .footer a.underline {
            text-decoration: underline !important;
        }

    .footer .social {
        max-width: 200px;
        margin: 55px 0px;
    }

        .footer .social i {
            font-size: 20px;
        }

    .footer .store {
        max-width: 150px;
        margin: 10px 0;
    }


    .footer .financieros {
        width: 170px;
        height: 60px;
        margin-top: 20px;
    }

    .footer .sid {
        width: 100px;
        height: auto;
        margin-left: 20px;
    }

@media only screen and (max-width: 1200px) {
    .container-fluid {
        padding: 75px 50px 20px 50px;
    }
}

@media only screen and (max-width: 992px) {
    .container-fluid {
        padding: 32px 24px;
    }

    .section-main .section-title {
        margin-top: 32px;
        font-size: 32px;
    }

    .section-main .section-description {
        margin-top: 16px;
        font-size: 16px;
        line-height:1.5;
        margin-bottom:1px;
    }

    .section-main .card-form {
        max-width: 100%;
        box-shadow: none;
        margin-top: 0px;
    }

        .section-main .card-form .card-body {
            padding: 0px;
        }

    .section-steps h3 {
        font-weight: 600;
        max-
    }

    .section-steps .step.not-first:before {
        top: -40px;
        left: 50%;
        height: 30%;
        width: 2px;
    }

    .section-steps .alert {
        font-size: 17px;
    }

    .section-faq .faq-title {
        font-size: 15px;
    }

    .section-faq .faq-title span {
        margin-right: 30px;
    }

    .section-faq .faq-title i {
        min-width: 20px;
    }
    .section-faq .faq-body {
        min-width: 16px;
    }

    .footer {
        padding: 32px 24px;
    }

        .footer .social {
            max-width: 350px;
        }
}

