#conten_planes {
    width: 100%;   
}

#conten_planes_sup {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 700px) {
    #conten_planes_sup {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
    }
}

#conten_planes_sup_izq {
    width: 100%;
}

@media (min-width: 700px) {
    #conten_planes_sup_izq {
        width: 50%;
    }
}

#conten_planes_sup_izq img {
    width: 100%;
}

#conten_planes_sup_der {
    width: 100%;
}

@media (min-width: 700px) {
    #conten_planes_sup_der {
        width: 50%;
    }
}

#conten_planes_sup_der img {
    width: 100%;
}



#conten_planes_inf {
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 700px) {
    #conten_planes_inf {
        display: flex;
        flex-wrap: nowrap;
    }
}

#conten_planes_inf_izq {
    width: 100%;
}

@media (min-width: 700px) {
    #conten_planes_inf_izq {
        width: 67%;
    }
}

#conten_planes_inf_izq_sup {
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 700px) {
    #conten_planes_inf_izq_sup {
        display: flex;
        flex-wrap: nowrap;
    }
}

.bloque_planes_inf_izq_sup {
    width: 100%;
    padding: 2rem 1rem;
}

@media (min-width: 700px) {
    .bloque_planes_inf_izq_sup {
        width: 25%;
        padding: 2rem 1rem;
    }
}

.bloque_planes_inf_izq_sup label {
/*    border: 1px solid red;*/
    display: flex;
    justify-content: center;
    align-items: center;
    height: 8rem;
    background-color: #000041;
    color: white;
    font-size: 1.7rem;
    
}

.bloque_planes_inf_izq_sup p {
/*    border: 1px solid blue;*/
    padding: .5rem;
    font-size: 1.2rem;
    line-height: 1.8rem;
}

#conten_planes_inf_izq_inf {
/*    border: 1px solid blue;*/
    display: flex;
    flex-wrap: wrap;
    justify-content:space-around;    
    padding: 1rem;
}

.bloque_planes_inf_izq_inf {
    width: 30rem;
    height: 25rem;
    text-align: center;
}

.bloque_planes_inf_izq_inf_img {
    height: 8rem;
}

.bloque_planes_inf_izq_inf_img img {
    height: 8rem;
}

.bloque_planes_inf_izq_inf_p {
/*    height: 8rem;*/
}

.bloque_planes_inf_izq_inf_p p {
    font-size: 1.3rem;
    text-align: left;
    line-height: 1.7rem;
/*    border: 1px solid red;*/
/*    height: 12rem;*/
}

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

.bloque_planes_inf_izq_inf_lbl label {
/*    border: 1px solid red;*/
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3rem;
    width: 15rem;
    color: white;
    border-radius: .4rem;
}

#boton_1_ingresar:hover,
#boton_2_ingresar:hover,
#boton_3_ingresar:hover,
#boton_4_ingresar:hover,
#boton_5_ingresar:hover {
    transition: all .3s;
}


#boton_1_ingresar:hover,
#boton_2_ingresar:hover,
#boton_3_ingresar:hover,
#boton_4_ingresar:hover,
#boton_5_ingresar:hover {
    cursor: pointer;
    font-size: 1.7rem;
    border: 1px solid #989898;
}

#boton_1_ingresar {
    background-color: green;
    color: white;
}

#boton_2_ingresar {
    background-color: orange;
    color: white;
}

#boton_3_ingresar {
    background-color: purple;
    color: white;
}

#boton_4_ingresar {
    background-color: deepskyblue;
    color: white;
}

#boton_5_ingresar {
    background-color: yellow;
    color: black;
}


/* Contenedor del formulario de contacto de planes */
#conten_planes_inf_der {
    width: 100%;
}


@media (min-width: 700px) {
    #conten_planes_inf_der {
        width: 33%;
    }  
}

#conten_form_solicitar_credito {
    position: relative;
    margin-top: 0rem;
/*    width: 45rem;*/
    width: 100%;
    max-width: 40rem;
    border-radius: 2rem;
    text-align: center;
    color: white;
    font-size: 1.3rem;
    margin-bottom: 2rem;
}

@media (min-width: 700px) {
    #conten_form_solicitar_credito {
        position: absolute;
        margin-top: -5rem;
        width: 45rem;
        max-width: auto;
        border-radius: 2rem;
        text-align: center;
        color: white;
        font-size: 1.3rem;
        margin-bottom: 0rem;
    }
}

#conten_form_solicitar_credito_titulo {
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    background-color: #04af04;
    height: 7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 2.5rem;
}

#conten_form_solicitar_credito_form {
    background-color: blue;
}

#conten_form_solicitar_credito_form p {
    padding-top: 1rem;
}

#conten_form_solicitar_credito_form input {
    border-style: none;
/*    border: 1px solid blue;*/
    padding: .5rem 1rem;
    margin-top: 2rem;
    border-radius: .4rem;
    width: 70%;
}

#conten_form_solicitar_credito_enviar {
/*    border: 1px solid blue;*/
    background-color: blue;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    padding: 2rem;
}

#chk_condiciones_credito {
    display: flex;
    justify-content: flex-start;
    padding-left: 6.5rem;
    background-color: blue;
    margin-top: 1rem;
/*    height: 2rem;*/
/*    border: 1px solid black;*/
}

#chk_condiciones_credito input {
    display: flex;
    width: 2rem;
/*    border: 1px solid orange;*/
}

#chk_condiciones_credito label {
    display: flex;
    margin-top: 2rem;
/*    text-align: left;*/
/*    border: 1px solid white;*/
}

#conten_form_solicitar_credito_enviar label {
    background-color: orange;
    padding: .8rem 4rem;
    border-radius: .5rem;
}
