body {
    font-family: Barlow, Arial, sans-serif;
    font-size: 14px;
    color: #666666;
    background-color: #fff;
    cursor: default;
    margin: 0;
}

a {
    color: #e90101;
    text-decoration: none;
    transition: all .3s;
}

    a:hover {
        color: #e90101;
    }

input,
input:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

.topbar {
    background-color: #e90101;
}

.topbar-content {
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.topbar .logo-miautosoriana {
    height: 50px;
}

.topbar .logo-soriana {
    height: 40px;
}

.main {
    background-color: #ffffff;
}

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

.main .main-section {
    flex: 1;
}

.main .bx-wrapper {
    margin-bottom: 0;
    box-shadow: none;
    border: none;
}

.bxslider img {
    border-radius: 0px !important;
}

.login {
    text-align: center;
    max-width: 400px;
    margin: auto;
    padding: 25px;
}

    .login .login-logo {
        height: 75px;
    }

    .login h3 {
        font-size: 30px;
        font-weight: 700;
        margin: 0;
        padding: 0;
        color: #444444;
    }

    .login .login-input {
        font-size: 14px;
        font-weight: 500;
        padding: 12px;
        border-radius: 12px;
        background: #f2f7fb;
        border: 1px solid #f2f7fb;
        color: #8d8d8d;
        width: 100%;
        text-align: center;
        letter-spacing: 1px;
    }

        .login .login-input:hover,
        .login .login-input:focus,
        .login .login-input:active {
            border: 1px solid #f2f7fb !important;
        }

    .login .login-button {
        font-size: 14px;
        font-weight: 500;
        padding: 10px 35px;
        border-radius: 12px;
        background: #e90101;
        border: 1px solid #e90101;
        color: #ffffff;
        transition: all .5s;
    }

        .login .login-button:hover {
            background: #4d4f53;
            border: 1px solid #4d4f53;
        }

    .login .intermediado-por {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 16px;
    }

        .login .intermediado-por .texto {
            font-weight: 600;
            color: #666;
            font-size: 14px;
        }

        .login .intermediado-por img {
            height: 50px;
        }

    .login .message {
        text-align: center;
    }

        .login .message span {
            display: block;
            font-size: 12px;
            font-weight: 500;
        }

.link {
    background-color: #4d4f53;
}

.link-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.link a {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    padding: 20px 0;
    transition: all .5s;
}

    .link a:hover {
        color: #d7d7d7;
    }

.contact {
    background-color: #ffffff;
}

.section-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}

.contact .section-card {
    flex: 1;
    margin: 25px 0;
    padding: 25px;
}

.contact .section-info {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact .section-icon {
    width: 90px;
    height: 90px;
    border: 3px solid #b3c100;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
}

    .contact .section-icon.alt {
        border: 3px solid #e90101;
    }

    .contact .section-icon img {
        width: 65px;
    }

.contact .section-detail h5 {
    margin: 0;
    font-size: 18px;
    color: #666666;
}

.contact .section-detail h6 {
    margin: 5px 0 0 0;
    font-size: 18px;
    font-weight: 600;
    color: #444444;
}

.contact .section-meta {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

    .contact .section-meta span {
        font-size: 16px;
        font-weight: 500;
    }

        .contact .section-meta span i {
            display: inline;
            padding-right: 10px;
        }

        .contact .section-meta span a {
            display: inline;
            text-decoration: none;
            color: #666666;
            transition: all .5s;
        }

            .contact .section-meta span a:hover {
                color: #e90101;
            }

.footer {
    background-color: #ffffff;
}

.footer-content {
    padding: 45px 0;
    border-top: 2px solid #eaedef;
    text-align: center;
}

    .footer-content p {
        font-size: 12px;
        font-weight: 600;
        color: #606060;
        margin: 0 0 5px 0;
        padding: 0 0 0 0;
    }

        .footer-content p:last-child {
            margin-bottom: 0;
        }
