.nv_grid_five_columns{
    display: grid;
     grid-template-columns: repeat(5, 1fr);
      grid-gap: 30px;
      margin: 30px;
}

.nv_grid_four_columns{
    display: grid;
     grid-template-columns: repeat(4, 1fr);
      grid-gap: 30px;
      margin: 30px;
}

.nv_grid_three_columns{
    display: grid;
     grid-template-columns: repeat(3, 1fr);
      grid-gap:30px;
}

.nv_grid_three_columns_group{
    display: grid;
     grid-template-columns: repeat(3, 1fr);
      grid-gap:30px;
      margin: 30px;
}


.nv_grid_two_columns{
    display: grid;
     grid-template-columns: repeat(2, 1fr);
      grid-gap:30px;
}

.nv_grid_one_columns{
    display: grid;
     grid-template-columns: repeat(1, 1fr);
      grid-gap:5px;
}


.nv_center{
    align-items: center;
    justify-content: center;
    text-align: center;
}

hr{
    heigth: 10px;
    background-color: #565555;
}


/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#captcha_code {
  width: 50%;
  float: left;
  margin: 0;
}

.refreshCaptcha {
  margin: -3px;
  padding:  0 !important;
  height: 35px;
  width: 40%;
  float: right;
  margin-right: 16px;
}

#captImg {
  margin: 0;
  padding: 0;
}

body {
    background-color: #cdcdcd;
}
.main-wrapper {
    background-color: #fff;
    padding: 50px;
    min-height: 90vh;
    height: auto;
/*    box-shadow: 0 0 8px #004563;*/
}

.header, .footer {
    /*background-color: #004563;
    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;
  color: #fff
}
.secondary-title {
  font-size: 20px;
  font-style: italic;
  color: #fff
}
.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: 15px;
    padding: 20px;
    font-weight: bold;
    color: #fff
}

.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: 16px;
    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;
	}
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #80808049;
}

input:focus {
    outline: none;
}

.btn {
  display: inline-block;
  font-family: $btn-font-family;
  font-weight: $btn-font-weight;
  line-height: $btn-line-height;
  color: $body-color;
  text-align: center;
  text-decoration: if($link-decoration == none, null, none);
  white-space: $btn-white-space;
  vertical-align: middle;
  cursor: if($enable-button-pointers, pointer, null);
  user-select: none;
  background-color: transparent;
  border: $btn-border-width solid transparent;
  @include button-size($btn-padding-y, $btn-padding-x, $btn-font-size, $btn-border-radius);
  @include transition($btn-transition);

  &:hover {
    color: $body-color;
    text-decoration: if($link-hover-decoration == underline, none, null);
  }

  .btn-check:focus + &,
  &:focus {
    outline: 0;
    box-shadow: $btn-focus-box-shadow;
  }

  .btn-check:checked + &,
  .btn-check:active + &,
  &:active,
  &.active {
    @include box-shadow($btn-active-box-shadow);

    &:focus {
      @include box-shadow($btn-focus-box-shadow, $btn-active-box-shadow);
    }
  }

  &:disabled,
  &.disabled,
  fieldset:disabled & {
    pointer-events: none;
    opacity: $btn-disabled-opacity;
    @include box-shadow(none);
  }
}

.btn-app {
    border-radius: 3px;
    position: relative;
    padding: 15px 5px;
    margin: 0 0 10px 10px;
    min-width: 80px;
    height: 60px;
    text-align: center;
    color: #666;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
    font-size: 12px
}