﻿

.section-mimPlan {
    display: none;
}

.head-divided.section-divided .text .btn {
    margin-top: 0px;
}

.form .p-space {
    padding-left: 0px;
    padding-right: 0px;
}

.section-divided .bg {
    background-color: #FAFA99;
}

.txtCodigo {
    padding:16px 31px 16px 31px!important;
}

.btn.btn-primary.btnCanjear {
    border-radius: 50px;
    padding: 16px 31px 16px 31px !important;
    padding-left: 45px !important;
    padding-right: 45px !important;
    font-family: 'neue Vektor CNC Medium';
}

.codigoSpace {
    margin-top: 50px;
    margin-right: 50px;
}

.canjeSpace {
    margin-top: 50px;
}

.divCanjear {
    display:flex;
    justify-content:flex-end;
}

.form .eye-login {
    height: 20px !important;
    width: auto !important;
    min-height: 0;
    min-width: 0;
    position: absolute;
    right: 35px;
    top: 25px;
}

.form .form-control {
    background-color: white;
}

#radio_Subscribirme {
}

input#radio_Subscribirme[type='radio']:after, input#radio_Terminos[type='radio']:after {
    top: -10px;
}


#radio_Subscribirme + label {
    font-size: 16px;
    margin-left: 15px;
}

#radio_Terminos + label {
    font-size: 16px;
    margin-left: 15px;
}

.form .a_link {
    font-size: 16px;
    color: var(--c_body);
    font-weight: 500;
}

@media only screen and (min-width: 991px) {
    .section-divided .title {
        font-size: 42px;
        font-weight: 700;
        font-family: 'neue Vektor CNC Medium';
    }

    .section-divided .subtitle {
        font-size: 21px;
        font-weight: 500;
        font-family: 'neue Vektor CNC Medium';
        width: 75%;
    }

    .section-divided .text {
        padding: 0px 100px 0px 80px;
    }
}

@media only screen and (max-width: 1200px) {
    .divCanjear {
        display: block;
        justify-content: center;
        margin-top: 20px;
        margin-bottom:20px;
    }
    .btn.btn-primary.btnCanjear {
        border-radius: 50px;
        padding: 16px 31px 16px 31px !important;
        padding-left: 45px !important;
        padding-right: 45px !important;
        font-family: 'neue Vektor CNC Medium';
        width:100%;
    }
}


@media(max-width: 768px) {
    .head-divided.section-divided .text .btn {
        width: 100%;
    }
}

    @media(max-width: 991px) {

        .form .p-space {
            padding-left: 0px;
            padding-right: 0px;
        }

        input#radio_Subscribirme[type='radio']:after, input#radio_Terminos[type='radio']:after {
            top: 0px;
        }

    }

    /*@media (min-width:768px) and (max-width:1650px) {
        .section-divided .text {
            padding-left: 16px;
            padding-right: 16px;
            width: 100%;
        }
    }*/