body {
    background-color: #cdcdcd;
}
.main-wrapper {
    background-color: #fff;
    padding: 50px;
    min-height: 90vh;
    height: auto;

}

.header, .footer {
    background-color:var(--color-principal);
    color: #fff;
    padding: 10px 0;
}
.form-control.required, .custom-select.required, .cke.required {
    color: #495057;
    background-color: #fff;
    border-color: #D1392D !important;
    outline: 0;
    box-shadow: 0 0 0 .1rem rgba(245, 116, 118, 0.7) !important;
}

#cke_descri {
    border-radius: 5px;
}
.hidden{
	display: none;
}

.alert-fade{
	animation-name: fade-alert;
	animation-delay: 4s;
	animation-duration: 2500;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;
}


.main-title {
  font-size: 20px;
  font-weight: bold;
}
.secondary-title {
  font-size: 20px;
  font-style: italic;
}
.header .navbar-brand {
  height: 80px;
  width: 80px;
  float: left;
  border-radius: 50px;
  overflow: hidden;
  top: 0;
  left: 0;
  /*! margin: 0; */
  padding: 0;
}
.footer-content {
    text-align: center;
    font-size: 13px;
    padding: 20px;
}

.fa-required {
    color: #e45757;
    font-size: 9px !important;
}
#labelValidar {

    visibility: hidden;

}
.info-pqrs-div {
    margin: 5px 0;
}
.info-pqrs-div h3 {
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 10PX;
}
.alert-text div {
    text-align: center;
}


.pre-footer {
  background-color: #fff;
  margin: 0;
  padding: 50px 20px 20px;
}
.row-footer {
  margin: 0;
}
.rate-option i {
    float: left;
    display: block;
    width: 100%;
}
.rate-option:hover {
     color: #000;
}
.rate-option {
    width: 125px;
    height: 100px;
    display: inline-block;
    position: relative;
    text-align: center;
    color: #8c8c8c;
    cursor: pointer;
}

.rate-div {
    border-bottom: 2px solid #cdcdcd;
    padding: 15px;
}

.rate-option:hover,.rate-option.active{
	border-bottom: 3px solid;
	border-radius: 10px;
}

.rate-option.rate-0:hover,.rate-option.rate-0.active {
  color: #c52626;
}
.rate-option.rate-1:hover,.rate-option.rate-1.active {
  color: #e0991d;
}
.rate-option.rate-2:hover,.rate-option.rate-2.active {
  color: #618d22;
}
.rate-option.rate-3:hover,.rate-option.rate-3.active {
  color: #23c30b;
}

.animate{
  animation: animationFrames linear 0.8s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
}

.fa-question-circle {
    font-size: 12px;
    color: #6e6e6e;
}
.input-group.captcha {
    width: 350px;
}
[name="captcha"] {
    margin: 10px 0;
}

.btn-reload-captcha {
    background: transparent;
    border: none;
    font-size: 20px;
    cursor: pointer;
}
.tipo-container {
  /*padding: 10px;*/
}
.tipo-container p {
/*  border-top: 3px solid #ccc;
*/  padding: 5px;
}
.file-group{
  margin: 10px;
}
.file-group .input-group-addon {
    width: 150px;
    padding: 5px;
    text-align: center;
}
.tipo-title {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    display: block;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}
.dia-tipo {
    display: inline-block;
    background-color: #e6e6e6;
    margin: 5px 0;
    padding: 0 10px;
    color: #000;
    border-radius: 3px;
}


.input-group-addon, .button-file, .btn-default.dropdown-toggle {
    background-color: #f8f8f8;
    font-weight: bold;
    color: #575757;
}
.form-control.input-file-label {
  overflow: hidden;
  display: inline-block;
  padding: 7px 4px;
}
.hide{
  display: none;
}
.form-control[type="file"] {
    height: 30px;
    padding: 0;
    margin: 0;
    width: 90%;
    border-radius: 5px 0 0 5px;
}
.form-group.file-input-group {
    position: relative;
}
.clear-file {
    cursor: pointer;
    display: inline-block;
    right: 0;
    float: right;
    top: calc(50% + 1px);
    position: absolute;
    height: 30px;
    width: 10%;
    padding: 2px 10px;
    border: 1px solid;
    color: #ae3535;
    border-radius: 0 5px 5px 0;
}
@keyframes animationFrames{
  0% {
    transform:  translate(0px,0px)  ;
  }
  15% {
    transform:  translate(0px,-25px)  ;
  }
  30% {
    transform:  translate(0px,0px)  ;
  }
  45% {
    transform:  translate(0px,-15px)  ;
  }
  60% {
    transform:  translate(0px,0px)  ;
  }
  75% {
    transform:  translate(0px,-5px)  ;
  }
  100% {
    transform:  translate(0px,0px)  ;
  }
}


@keyframes fade-alert{
	0%{
		opacity: 0.6;
		border:1px solid red;
	}
	75%{
		opacity: 0.1;
		border:1px solid blue;
	}
	100%{
		opacity: 0;
		display: none;
		border:1px solid yellow;
	}
}

@media (max-width:770px) {
	.header .navbar-brand {
    	height: 50px;
    	width: 50px;
	}
	.main-title {
	    font-size: 18px;
	    font-weight: bold;
	}
	.secondary-title {
	    font-size: 15px;
	    font-style: italic;
	    left: 65px;
	    position: relative;
	}
	.footer-content {
	    font-size: 12px;
	}
	.rate-option {
    width: 80px;
    font-size: 12px;
	}
}

@media (max-width:460px) {
	.main-title {
	    font-size: 12px;
	    font-weight: bold;
	}
	.secondary-title {
	    font-size: 10px;
	    left: 0;
	    position: relative;
	}
	.main-wrapper {
	    padding: 30px 15px;
	}
	.rate-option {
    width: 70px;
    font-size: 11px;
    height: 45px;
	}

}
@media (max-width:334px) {
	.secondary-title {
	    left: 65px;
	    position: relative;
	}
	.main-wrapper {
	    padding: 20px 10px;
	}
}

.mr-auto,.mx-auto{
    margin-right:auto!important
}

}
.ml-auto,.mx-auto{
    margin-left:auto!important

* {
    --color-principal: rgba(0, 69, 99, 1);
}

.fa-required {
    color: #e45757;
    font-size: 9px !important;
}

}
.fa-asterisk:before {
    content:"\f069"
}

}
.fa-xs {
    font-size:.75em
}

.form-control.required, .custom-select.required, .cke.required {
    color: #495057;
    background-color: #fff;
    border-color: #D1392D !important;
    outline: 0;
    box-shadow: 0 0 0 .1rem rgba(245, 116, 118, 0.7) !important;
}

.form-control {
      display: block;
      width: 100%;
      height: calc(2.25rem + 2px);
      padding: .375rem .75rem;
      font-size: 1rem;
      line-height: 1.5;
      color: #495057;
      background-color: #fff;
      background-clip: padding-box;
      border: 1px solid #ced4da;
      border-radius: .25rem;
      transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-group {
  margin-bottom: 1rem;
}

.editor-container {
   margin-bottom: 20px;
}

.select-placeholder {
  color: gray;
}

#n_description {
    width: 100%;
    height: 200px;
}

.large-text {
    font-size: 5.5rem;
    font-weight: bold;
}

#n_description_editor {
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
}

.ql-container {
    height: 150px;

.ql-toolbar {
    width: 100%;
}

@media (max-width: 108px) {
    #n_description_editor {
        height: auto;
    }
}
.welcome-card {
    background-color: #f8f9fa;
    border-left: 4px solid;
    t-att-border-left-color: color;
.pqrs-card {
    background-color: #ffffff;
    border-left: 4px solid;
    t-att-border-left-color: color;
    transition: transform 0.3s ease;
}
.pqrs-card:hover {
    transform: translateY(-5px);
}
.pqrs-title {
    color: #343a40;
    font-weight: 600;
}
.pqrs-description {
    color: #495057;
    text-align: justify;
}
.response-badge {
    font-size: 0.9rem;
    padding: 0.5rem 0.8rem;
    color: white;
}
.radicar-btn {
    color: white !important;
    min-width: 200px;
}
.consultar-btn {
    min-width: 200px;
}
.action-buttons {
    padding-top: 2rem;
    border-top: 1px solid #dee2e6;
}