﻿

.section-mimPlan {
    display: none;
}

.head-divided.section-divided .text .btn {
    margin-top: 0px;
}

.head-divided.section-divided .btn:hover {
    background: var(--color_active)!important;
    border: 1px solid #fff;
    border-color: #fff;
    border-radius: 50px;
    color: #fff!important;
}
.form .p-space {
    padding-left: 0px;
    padding-right: 0px;
}


.form .eye-login {
    height: 20px !important;
    width: auto !important;
    min-height: 0;
    min-width: 0;
    position: absolute;
    right: 35px;
    top: 18px;
}

.form .form-control {
/*    background-color: #E5E5E5;*/
}

#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: 28px;
        font-weight: 500;
    }

    .section-divided .subtitle {
        font-size: 18px;
    }

    .section-divided .text {
        padding: 0px 100px 0px 80px;
    }
}


@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%;
        }
    }*/
