﻿body {
    background-color: #fff;
    font-family: Arial, sans-serif;
}

.ingresos-prin {
    padding: 10px;
    margin-bottom: 10px;
}
.ingresos {
    border: 1px solid #66cce8;
    border-radius: 15px;
    padding:12px;
    margin-bottom:10px;
}
.titulo-vertical {
    font-size: 12px;
    color: #63bbdb;
}
.PEN-celeste{
    font-size:18px;
    color: #00AAD9;
    font-weight:bold;
}
.PEN-azul {
    font-size: 18px;
    color: #0075AF;
    font-weight: bold;
}
@media (max-width: 500px) {
    .form-control{
        width: 120px;
    }
}
@media (max-width: 767px) {
    .titulo-vertical {
        font-size: 12px;
        color: #63bbdb;
    }

    .PEN-celeste {
        font-size: 18px;
        color: #00AAD9;
        font-weight: bold;
    }

    .PEN-azul {
        font-size: 18px;
        color: #0075AF;
        font-weight: bold;
    }
}

@media (min-width: 768px) and (max-width: 900px) {
    .ingresos {
        border: 1px solid #66cce8;
        border-radius: 15px;
        padding: 5px;
        margin-bottom: 10px;
    }
    .titulo-vertical {
        font-size: 7.5px;
        color: #63bbdb;
        align-content:center;
    }

    .PEN-celeste {
        font-size: 10px;
        color: #00AAD9;
        font-weight: bold;
    }

    .PEN-azul {
        font-size: 10px;
        color: #0075AF;
        font-weight: bold;
    }
}

@media (min-width: 901px) and (max-width: 1045px) {
    .ingresos {
        border: 1px solid #66cce8;
        border-radius: 15px;
        padding: 5px;
        margin-bottom: 10px;
    }

    .titulo-vertical {
        font-size: 10px;
        color: #63bbdb;
    }

    .PEN-celeste {
        font-size: 14px;
        color: #00AAD9;
        font-weight: bold;
    }

    .PEN-azul {
        font-size: 14px;
        color: #0075AF;
        font-weight: bold;
    }
}
.div-datoscliente {
    border: 1px solid #E0E1E4;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 10px;
    text-align: left;
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.125);
}
.div-datoscliente .titulo {
    color: #b3b3b3;
    font-size:15px;
}
.div-datoscliente span {
    font-size:12px;
    color: #565454;
}
.btn-vercliente {
    font-size: 12px;
    text-align: center;
    width: 100%;
    color: #fff;
    font-weight: bold;
    background-color: #66cce8;
    padding: 10px 0px;
    border-radius: 8px;
}
.btn-vercliente:hover {
    background-color: #33bbe1;
    color: #fff;
}
.btn-vercliente:active {
    background-color: #0075af;
    color: #fff;
    border: 0px solid #fff;
}

.div-alertas {
    border: 1px solid #E0E1E4;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 10px;
    text-align: left;
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.125);
}
.div-alertas .titulo {
    color: #b3b3b3;
    font-size: 14px;
}
.div-alertas_1 .titulo {
    color: #b3b3b3;
    font-size: 14px;
}
    
.div-alertas .etiqueta {
    color: #000;
    font-size: 13px;
    font-weight: bold;
}
.div-alertas_1 .etiqueta {
    color: #000;
    font-size: 13px;
    font-weight: bold;
}
.btn-renovacion {
    font-size: 10px;
    text-align: center;
    width: 100%;
    color: #fff;
    font-weight: bold;
    background-color: #0075AF;
    padding: 10px 0px;
    border-radius: 8px;
    height:33px;
}
.btn-renovacion:hover {
    background-color: #33bbe1;
    color: #fff;
}
.btn-renovacion:active {
    background-color: #0075af;
    color: #fff;
    border: 0px solid #fff;
}

.btn-mantprevio {
    font-size: 10px;
    text-align: center;
    width: 100%;
    color: #fff;
    font-weight: bold;
    background-color: #00aad9;
    padding: 10px 0px;
    border-radius: 8px;
    height: 33px;
}
.btn-mantprevio:hover {
    background-color: #66cce8;
    color: #fff;
}
.btn-mantprevio:active {
    background-color: #0075af;
    color: #fff;
    border: 0px solid #fff;
}

.btn-contrato {
    font-size: 10px;
    text-align: center;
    width: 100%;
    color: #fff;
    font-weight: bold;
    background-color: #faaf18;
    padding: 10px 0px;
    border-radius: 8px;
    height: 33px;
}
.btn-contrato:hover {
    background-color: #F3C15C;
    color: #fff;
}
.btn-contrato:active {
    background-color: #B47C0B;
    color: #fff;
    border: 0px solid #fff;
}

@media (min-width: 768px) {
    .scrollme_movil {
        display: none;
    }
}