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;
}
.btn-primary,.btn-primary:active{
	background-color:var(--color-principal);
    color: #fff;
    border-color:var(--color-principal);
}

.main-title {
  font-size: 25px;
  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;
}
.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;
}
@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;
	}
}