.mui-textfield>input {
    height: calc(32px + 1px);
    margin-bottom: -1px;
}

.btn-primary-pagos{
    background-color: #CC2B37!important;
    cursor: pointer;
    border-color: #CC2B37!important;
    border-radius: 5px;
    text-transform: initial;
    font-size: 15px;
    border-color: #fff;
}

.table>:not(caption)>*>* {
    border-bottom-width: 0px !important;
}
.btn-primary-pagos:hover{
    background-color: #CC2B37 !important;
    color:#fff;
}
.btn-primary-cancelar{
    font-weight: bold;
    text-transform: initial;
    color: #333 !important;
    background-color: #fff !important;
    border-color: #adadad !important;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid ;
    border-radius: 4px;
}
.swal2-container {
    zoom: 1.5;
}
#contenidoPqrPrincipal {
    min-height: 500px;
}
.DNNContainer_noTitle {
    margin-top: 0!important;
}
.btn-submit {
    font-size: 20px;
    color: #CC2B37;
    background-color: #fff;
    border-bottom: solid 2px #ccc;
    border-radius: 0px;
    border-top: solid 10px #CC2B37;
    width: 300px;
    margin: 5px 20px;
    padding: 25px;
    cursor:pointer;
    display: inline-block;
}
.btn-submit a {
    margin: 20px;
    text-decoration: none;
    color: #CC2B37;
    font-weight: 300;
    font-family: 'Quicksand', sans-serif;
}
.btn-submit:hover {
    background-color: #CC2B37!important;
    border-bottom: solid 2px #CC2B37!important;
    color: #fff;
}
.btn-submit:disabled {
    background-color: #CC2B37!important;
    border-color: #CC2B37!important;
}
.btn-submit:hover a {
    color: #fff;
}

.btn-submit a i {
    margin-bottom: 10px;
}

.btn-primary {
    background-color: #CC2B37!important;
    cursor:pointer;
    border-color: #CC2B37!important;
}
.btn-primary:disabled {
    background-color: #CC2B37!important;
    border-color: #CC2B37!important;
}
.btn-primary:hover, .btn-primary:focus {
    background-color: #bd2832;
    cursor: pointer;
    border-color: #bd2832;
}
input[type=checkbox] {
    transform: scale(1.3);
}

ul > li > p,
ol > li > p,
.paragraph {
    font-size: 17px;
    text-align: justify;
}

/* para recaptcha*/
.rc-anchor-alert {
    display:none!important;
}
.mui-textfield--float-label>label,
.mui-select:focus>label {
    color: rgba(0,0,0,.45)!important;
}
.mui-textfield>input:focus,
.mui-textfield>textarea:focus,
.mui-select>select:focus,
.mui-select:focus>select {
    border-color: #CC2B37DD!important;
}
.mui-select>select:focus~label,
.mui-textfield>input:focus~label,
.mui-textfield>textarea:focus~label {
    color: #CC2B37DD!important;
}
button.kv-file-upload {
    display: none!important;
}

.botones-submit a {
    margin: 5px 25px;
    width: 210px;
    height: 240px;
    cursor: pointer;
    display: inline-block;
    color: #CC2B37!important;
}
.botones-submit a h1 {
    color: #CC2B37!important;
}
.botones-submit a#btn-new-pqr > img {
    width: 180px;
    height: 180px;
    background-image: url('images/pqrs-radica-01.png');
    background-repeat: no-repeat;
    background-size: 180px 180px;
}
.botones-submit a#btn-new-pqr:hover > img {
    background-image: url('images/pqrs-radica-02.png');
    background-repeat: no-repeat;
    background-size: 180px 180px;
}
.botones-submit a#btn-search-pqr > img {
    width: 180px;
    height: 180px;
    background-image: url('images/pqrs-consulta-01.png');
    background-repeat: no-repeat;
    background-size: 180px 180px;
}
.botones-submit a#btn-search-pqr:hover > img {
    background-image: url('images/pqrs-consulta-02.png');
    background-repeat: no-repeat;
    background-size: 180px 180px;
}
form .error {
    color: #CC2B37!important;
}
#siteWrapper {
    background-color: #f8f8f8;
}

hr {
    border-top: 1px solid #dadada !important;
}

.TitleH3 > h3{
    font-size: 30px;
    font-weight: 700;
    color: #404040;
    text-transform: uppercase;
    margin-bottom: 30px !important;
    text-align: center;
}
.select2-container--bootstrap .select2-selection {
    -webkit-box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%); 
    background-color: #fff;
    border: 0px;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    color: #555;
    font-size: 14px;
    outline: 0;
    margin-top: 13px;
}
.hidden {
    display: none;
}

.btn-preguntas{
    color: #fff !important;
    text-decoration: none !important;
    font-weight: bolder;
    font-size: 1.6rem;
    padding: 10px 30px 10px 10px;
}
.btn-preguntas i{
    position: absolute;
    transform: rotate(11deg);
    font-size: 26px;
    color: #fff !important;
    margin: -2px 2px 0px;
}
.accordion > .panel {
    border: .3px groove;
    border-left: none;
    border-right: none;
}
.accordion > .panel > .panel-heading {
    border-left: .3px groove;
    border-right: .3px groove;
    background: #f8f8f8 !important;
    transition: all .5s ease-in-out;
}
.accordion > .panel > .panel-heading.active {
    /* background: #CC2B37 !important; */
    border-bottom: 0.4px solid #cc2b3773;
    box-shadow: 1px 1px 2px #cc2b3773;
    /* box-shadow: none !important; */
}
.accordion > .panel > .panel-heading:hover {
    /* background: #CC2B37 !important; */
    box-shadow: 1px 1px 2px #cc2b3773;
}
.accordion > .panel > .panel-heading .accordion-toggle::after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: #CC2B37;
    transition: all .5s ease-in-out;
}
.accordion > .panel > .panel-heading .accordion-toggle.collapsed::after {
    content: "\e080"; 
    transition: all .5s ease-in-out;
}
.accordion > .panel > .panel-heading > .panel-title > a {
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.accordion > .panel > .panel-heading > .panel-title > a > span:nth-child(1) {
    padding: 3px;
    border-radius: 40%;
    color: #fff;
    background: #CC2B37;
    font-weight: 700;
    min-width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s ease-in-out;
}
.accordion > .panel > .panel-heading.active > .panel-title > a > span:nth-child(1) {
    background: #f8f8f8;
}
.accordion > .panel > .panel-heading:hover > .panel-title > a > span:nth-child(1) {
    background: #f8f8f8;
}
.accordion > .panel > .panel-heading.active > .panel-title > a > span:nth-child(2) {
    /* color: #fff; */
    /* text-transform: uppercase; */
    font-weight: 700;
    transition: all .5s ease-in-out;
}
.accordion > .panel > .panel-heading:hover .panel-title > a > span:nth-child(2) {
    /* color: #fff; */
    font-weight: 700;
    transition: all .5s ease-in-out;
}
.accordion > .panel > .panel-heading > .panel-title > a > span:nth-child(2) {
    color: #000;
    margin-left: 60px;
    position: absolute;
    transition: all .5s ease-in-out;
}
.accordion .panel-body {
    background-color: #f8f8f8;
    padding: 3% 3% 3% 5%;
}
.accordion .panel-body > a {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    min-width: 100px;
}
.accordion .fa,
.accordion .fab,
.accordion .far,
.accordion .fas {
    font-size: 22px;
    transition: all .2s ease-in-out;
}
.accordion > .panel > .panel-heading.active .fa,
.accordion > .panel > .panel-heading.active .fab,
.accordion > .panel > .panel-heading.active .far,
.accordion > .panel > .panel-heading.active .fas {
    color: #CC2B37;
    font-size: 30px;
    transition: all .5s ease-in-out;
}
.accordion > .panel > .panel-heading:hover .fa,
.accordion > .panel > .panel-heading:hover .fab,
.accordion > .panel > .panel-heading:hover .far,
.accordion > .panel > .panel-heading:hover .fas {
    color: #CC2B37;
    font-size: 30px;
    transition: all .5s ease-in-out;
}

.estado-icon{
    font-size: 70px;
    padding-bottom: 10px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}

input[type=number] { -moz-appearance:textfield; }

.social-top a {
  font-size: 19px !important;
}

::-webkit-scrollbar {
  width: 6px!important;
  height: 6px!important
}

::-webkit-scrollbar-track {
  background: rgba(255,255,255,.1)
}

::-webkit-scrollbar-thumb {
  background-color: rgba(11,20,26,.2)
}

::-webkit-scrollbar-track{
  background-color: #f0f2f5;
}

@media screen and (max-width: 575px) {
    #p-header {
        position: relative;
        top: -106px;
        height: 144px;
    }
}

@media screen and (max-width: 575px) {
    #p-header > img {
        height: 240px !important;
    }
}


@media screen and (max-width: 575px) {
    #p-home {
        position: relative;
        top: -106px;
        height: 30vw !important;
    }
}

@media screen and (max-width: 575px) {
    #p-home > img {
        height: 240px !important;
    }
}