.imginformacion{
    width: 100%;
}

@media (min-width: 320px) {
    .ModalInformacion{
        width: 80%;
    }
}

@media (max-width: 425px) {

    input,
    input::-webkit-input-placeholder {
        font-size: 8px;
        line-height: 4;
    }

    .TituloPersonalizado {
        font-size: 15px !important;
    }

    .spanPersonalizada {
        font-size: 15px !important;
    }

    #TerminosCondiciones {
        font-size: 10px !important;
    }

    #PoliticaPrivacidad {
        font-size: 10px !important;
    }

    .btnTitulo {
        font-size: 10px !important;
    }
}

@media (max-width: 768px) {

    input,
    input::-webkit-input-placeholder {
        font-size: 10px;
        line-height: 4;
    }

    .TituloPersonalizado {
        font-size: 15px !important;
    }

    .spanPersonalizada {
        font-size: 15px !important;
    }

    .notes {
        font-size: 15px !important;
    }

    .btnTitulo {
        font-size: 15px !important;
    }

    #TerminosCondiciones {
        font-size: 15px !important;
    }

    #PoliticaPrivacidad {
        font-size: 15px !important;
    }

    #divCopyright {
        display: none;
    }

}

/*Hasta*/
@media (min-width: 1024px) {

    .footer {
        margin-top: 10px !important;
    }

    .ModalInformacion{
        width: 600px !important;
    }

}


@media (min-width: 820px) and (min-height: 1180px){

    #content{
        height: 62vh !important;
        background: #f5f5f5 !important;
    }

    .soft-shadow {
        box-shadow: none;
    }

    #footer{
        min-height: 0px !important;
        height: auto !important;
    }

}

@media (min-width: 834px) and (min-height: 1194px){

    #content{
        height: 63vh !important;
        background: #f5f5f5 !important;
    }
    
    .soft-shadow {
        box-shadow: none;
    }

    #footer{
        min-height: 0px !important;
        height: auto !important;
    }

}

@media (min-width: 800px) and (min-height: 1280px){

    #content{
        height: 65vh !important;
        background: #f5f5f5 !important;
    }
    
    .soft-shadow {
        box-shadow: none;
    }

    #footer{
        min-height: 0px !important;
        height: auto !important;
    }

}

@media (max-width: 1440px) {

    input,
    input::-webkit-input-placeholder {
        font-size: 15px;
        /* line-height: 4; */
    }

    .TituloPersonalizado {
        font-size: 15px;
    }

    .notes {
        font-size: 15px !important;
    }

    .btnTitulo {
        font-size: 15px !important;
    }
}

/*desde*/
@media (min-width: 1920px) {

    input,
    input::-webkit-input-placeholder {
        font-size: 15px;
        /* line-height: 4; */
    }

    .TituloPersonalizado {
        font-size: 15px;
    }

    .footer {
        margin-top: 40px !important;
    }

    .notes {
        font-size: 15px !important;
    }
}