
@media (min-width: 1446px) {
    .wrapper-login {
        flex-direction: row;
    }

    .footer-nuevo {
        padding: 1em 12em;
    }

    .logo-cuprum-login {
        width: 100%;
        margin-bottom: 25px;
        text-align: center;
        display: block;
    }

    
    .btn-afp-mobile {
        display: none;
    }


    .coverImageLeft .layout-description {
        width: 700px;
        height: 700px;
        margin-top: 8%;
    }


        .coverImageLeft .layout-description .title  {
            font-size: 4.5em;
            line-height: 1;
            padding: 200px 150px;
            padding-bottom: 0;
            padding-right: 0;
        }

       .coverImageLeft .layout-footer span{
        width: 100%;
        position: relative;
        float: left;
        font-size: 3.5em;
        text-shadow: 1px 1px 20px rgba(0, 0, 0, 0.4);
    }

     .coverImageLeft .description2 {
        top: 15em;

    }
}

/* Large desktops and laptops */

@media (min-width: 1200px) and (max-width: 1445px) {
   .wrapper-login {
        flex-direction: row;
    }

    .footer-nuevo {
        padding: 1em 10em;
    }

    .logo-cuprum-login {
        display: none;
    }

    .logo-cuprum-login {
        width: 100%;
        margin-bottom: 25px;
        text-align: center;
        display: block;
    }

    .btn-afp-mobile {
        display: none;
    }

    .coverImageLeft .layout-footer {
        max-width: 300px;
    }
   
}

/* Ipad PRO */
@media (min-width: 992px) and (max-width: 1199px) {
    .wrapper-login {
        flex-direction: row;
    }

    .wrapper-login .coverImageLeft {
        display: none;
    }

    .contentForm {
        width: 100%;
    }

    .footer-nuevo {
        padding: 1em 4em;
    }

    .logo-cuprum-login {
        width: 100%;
        margin-bottom: 25px;
        text-align: center;
   }

    .btn-afp-desktop {
        display: none;
    }

    .coverImageLeft .layout-footer {
        max-width: 300px;
    }

    .form_lists {
         margin-top: 43em;
     }

}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    .wrapper-login {
        flex-direction: column;
        margin-top:20px;
    }

    .wrapper-login .coverImageLeft {
        display: none;
    }

    .contentForm {
        width: 100%;
    }

    .footer-nuevo {
        flex-direction: column;
        margin: 0 auto;
    }

   .logo-cuprum-login {
       text-align: center;
    }

     .btn-afp-desktop {
        display: none;
    }

     .coverImageLeft .layout-footer {
        max-width: 300px;
    }

     .form_lists {
         margin-top: 20em;
     }

}
/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
    .wrapper-login {
        flex-direction: column;
         margin-top:20px;
    }

    .wrapper-login .coverImageLeft {
        display: none;
    }


    .contentForm {
        width: 100%;
    }

     footer-nuevo {
        flex-direction: column;
        padding-bottom: 0px;
        padding-top:20px;
        text-align: center;
    }

    .footer-nuevo span {
        margin-top: 15px;
    }

    .logo-cuprum-login {
       text-align: center;
    }

     .btn-afp-desktop {
        display: none;
    }

     .list-contact-modal div .number {
        font-size:14px;
        margin-left: 5px;
    }

     .form_lists {
         margin-top: 4em;
     }
}
/* Portrait phones and smaller */
@media (max-width: 575px) {
    .wrapper-login {
        flex-direction: column;
         margin-top:20px;
    }


    .contentForm {
        width: 100%;
    }

    .wrapper-login .coverImageLeft {
        display: none;
    }

    .footer-nuevo {
        flex-direction: column;
        padding-bottom: 0px;
        padding-top:20px;
        text-align: center;
    }

    .footer-nuevo span {
        margin-top: 15px;
    }

    .wrapper-logo {
        display: block;
    }

    .logo-cuprum-login {
       text-align: center;
    }

    .btn-afp-desktop {
        display: none;
    }

    .list-contact-modal div .number {
        font-size:14px;
        margin-left: 5px;
    }

    .form_lists {
         margin-top:4em;
     }
}