.class-test{
    overflow: initial;
}

#coloniasList li:hover{
    background-color: #056dae;
    cursor: pointer;
    color: white;
}

#coloniasList li{
    background-color: white;
}

#coloniasList2 li:hover{
    background-color: #056dae;
    cursor: pointer;
    color: white;
}

#coloniasList2 li{
    background-color: white;
}

#warning-not-fount-cp{
    display: none;
}

.loader-cp{
    display: none !important;
}
.loader-cp2{
    display: none !important;
}

.maillist_pt{
    margin-top: -1.7vw;
}


.text_benef_af1{
    padding: 0vw 3vw;
}

.text_benef_af2{
    padding: 0vw 3vw;
}

@media screen and (max-width : 420px){
    .maillist_pt{
        margin-top: -5vw;
    }
}

@media screen and (max-width : 300px){
    .maillist_pt{
        margin-top: -7vw;
    }
}
/* #maskBirthday1{
    display: none;
} 

@media screen and (min-width : 0px) and (max-width : 900px){
    #maskBirthday1{
        display: flex;
    } 
    #maskBirthday{
        display: none;
    } 
}

@media screen and (min-width : 900px) and (max-width : 4000px){
    #maskBirthday{
        display: flex;
    } 
    #maskBirthday1{
        display: none;
    }
} */

@media screen and (min-width : 421px) and (max-width : 500px){
    .maillist_pt{
        margin-top: -4.7vw;
    } 
}


@media screen and (min-width : 501px) and (max-width : 630px){
    .maillist_pt{
        margin-top: -3.7vw;
    } 
}

@media screen and (min-width : 631px) and (max-width : 900px){
    .maillist_pt{
        margin-top: -2.7vw;
    } 
}