@font-face {
    font-family: "nunitoRegular";
    src: url("../fonts/NunitoSans-Regular.ttf");
}
@font-face {
    font-family: "nunitoBold";
    src: url("../fonts/NunitoSans-Bold.ttf");
}
body {
    margin: 0;
    font-family: "nunitoRegular";
}
b {
    font-family: "nunitoBold";
}
.form-control {
    padding: 5px 10px;
    width: 100%;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    color: #495057;
    background-color: #fff;
    border-bottom-color: #495057;
    outline: 0;
    box-shadow: 0 0 0 0 #fff;
    border-bottom: 2px solid #495057;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-bottom-color: #f7b614;
    outline: 0;
    box-shadow: 0 0 0 0 #fff;
    border-bottom: 2px solid #f7b614;
}
.colorCorporativo {
    color:#f7b614;
}
.btnIniciar {
    width: 100%;
    color: #ffb600;
    line-height: 3;
    margin-top: 15px;
    border: none;
    font-weight: bold;
}
.btnIniciar:hover {
    color: white;
    background: #ffb700;
}
.imgInicio {
    width: 100%;
    margin-left: -30px;
}
.padding {
    padding-top: 300px;
    padding-right: 50px;
}
.paddingTop {
    padding-top: 20px;
}
.label1 {
    font-family: 'nunitoBold';
}
.divDanger {
    color: white;
    background: #d90000;
    text-decoration: line-through;
    padding: 0px;
    border-radius: 5px;
    font-size: 14px;
}
.divOrange {
    color: white;
    background: #f7b614;
    padding: 0px 8px;
    border-radius: 5px;
    font-size: 14px;
}
.divBlue {
    color: white;
    background: #456574;
    padding: 0px 8px;
    border-radius: 5px;
    font-size: 14px;
}
.divGreen {
    color: white;
    background: #28a745;
    padding: 0px 8px;
    border-radius: 5px;
    font-size: 14px;
}
.divClaro {
    color: white;
    background: #17a2b8;
    padding: 0px 8px;
    border-radius: 5px;
    font-size: 14px;
}
.btnLlamarDomi {
    border: none;
    padding: 0px 4px;
}
.radio-item {
    display: inline-block;
    position: relative;
    padding: 0 6px;
    margin: 10px 0 0;
}
.radio-item input[type='radio'] {
    display: none;
}
.radio-item label {
    color: #666;
    font-weight: normal;
    cursor: pointer;
    text-align: center;
}
.radio-item label:before {
    content: " ";
    display: inline-block;
    position: relative;
    top: 10px;
    margin: 0 5px 0 0;
    width: 35px;
    height: 35px;
    border-radius: 30px;
    border: 2px solid #495057;
    background-color: transparent;
}
.radio-item input[type=radio]:checked + label:after {
    border-radius: 11px;
    width: 21px;
    height: 21px;
    position: absolute;
    top: 17px;
    left: 13px;
    content: " ";
    display: block;
    background: #f8b614;
}
.dataTables_wrapper .dataTables_length select {
    border: 1px solid #aaa;
    border-radius: 0px;
    padding: 5px;
    background-color: transparent;
    padding: 4px;
    border: none;
    border-left: 4px solid #f7b614;
    font-size: 18px;
    font-weight: 600;
    color: #212529;
}
.dataTables_wrapper .dataTables_length select:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.dataTables_wrapper .dataTables_filter input {
    margin-left: 3px;
    border-radius: 0px;
    padding: 5px;
    background-color: transparent;
    border: none;
    border-bottom: 4px solid #f7b614;
    font-size: 18px;
    color: #212529;
}
.dataTables_wrapper .dataTables_filter input:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: none;
    border: none;
    border-bottom: 2px solid #f7b614;
    border-radius: 0px;
    font-weight: bold;
    color: #212529 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    border: none;
    border-radius: 0px;
    font-weight: bolder !important;
    color: #212529 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    background: #f7b614;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    background: #f7b614;
    border: none;
}
.boxPerfil {
    width: 100%;
    height: 160px;
    overflow: hidden;
    border-radius: 100%;
    border-bottom: 6px solid #d1d2d2;
    border-top: 5px solid #717273;
    margin-bottom: 15px;
}
.boxPerfil .imageDePerfil {
    width: 100%;
    height: auto;
    cursor: pointer;
}
.boxCedula {
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 15px;
}

    .boxCedula .imgCedula {
        width: 100%;
        height: auto;
        cursor: pointer;
    }

.boxLicencia {
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 15px;
}

    .boxLicencia .imgLicencia {
        width: 100%;
        height: auto;
        cursor: pointer;
    }

.boxTPropiedad {
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 15px;
}

    .boxTPropiedad .imgTPropiedad {
        width: 100%;
        height: auto;
        cursor: pointer;
    }

.boxSoat {
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 15px;
}

    .boxSoat .imgSoat {
        width: 100%;
        height: auto;
        cursor: pointer;
    }

.boxTecno {
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 15px;
}

    .boxTecno .imgTecno {
        width: 100%;
        height: auto;
        cursor: pointer;
    }

.boxCajon {
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 15px;
}

    .boxCajon .imgCajon {
        width: 100%;
        height: auto;
        cursor: pointer;
    }
.iconoTitulo {
    position: absolute;
    margin: -5px 8px;
    background: #e5e5e5;
    padding: 12px;
    border-radius: 3px;
    color: #f7b614;
    border-right: 1px solid #343a40;
}

@supports(object-fit: cover) {
    .boxPerfil .imageDePerfil, .boxCedula .imgCedula, .boxLicencia .imgLicencia, .boxTPropiedad .imgTPropiedad, .boxSoat .imgSoat, .boxTecno .imgTecno, .boxCajon .imgCajon {
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }
}
/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .padding {
        padding-top: 55px;
        padding-right: 15px;
    }
    .radio-item input[type=radio]:checked + label:after {
        left: 25px;
    }
    .boxPerfil {
        width: 50%;
    }
}
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .padding {
        padding-top: 55px;
    }
    .radio-item input[type=radio]:checked + label:after {
        left: 36px;
    }
    .boxPerfil {
        width: 50%;
    }
}
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
}
/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) and (max-width: 1500px) {
}
@media (min-width: 1500px) {
}