#kitchen .import-section {
    padding: 30px;
    margin: 20px 0px;
    color: @color-slate-gray;
    h3 {
        font-weight: @font-semibold;
        text-align: center;
        font-size: 24px;
        margin-bottom: 18px;
        text-transform: uppercase;
    }
    h4{
        font-size: 18px;
        font-weight: 100;
        margin-bottom: 48px;
    }
    h2 {
        margin: 100px 0 50px;
        text-align: center;
        text-transform: uppercase;
        font-size: 24px;
    }
    .btn {
        margin: 100px auto 0;
        display: block;
        font-size: 1.2em;
        line-height: 34px;
    }
    form {
        text-align: center;
        margin: 30px auto;
        overflow: auto;
        input {
            font-size: 18px;
        }
        input[type=checkbox] + label {
            height: 22px;
            width: 22px;
            border-radius: 100%;
            div {
                width: 20px;
                height: 20px;
                border-radius: 100%;
                margin: -1px;
                i{
                    font-size: 13px;
                    color: #fff;
                    display: block;
                    padding: 4px;
                }
            }
        }
        img {
            margin-right: 15px;
           
        }
        .form-group {
            font-size: 1.2em;
            &.check-uniko{
                font-size: 16px;
                float: left;
                margin-top: 35px;
                margin-left: 4px;
            }
        }
    }
     img.palacio-hierro{
        float: right;
    }
}
