:root {
  --purple: #AE3E97;
  --orange: #FF8403;
  --green: #00904c;
  --light-blue: #477ba6;
  --light-blue2: #00AEEF;  
  --green-blue: #00b09c;
  --blue-Gov: #3366CC;
  --blue-Gov-dark: #004884;
  --gray: #A8A2A2;
  --light-gray: #F4F4F4;
  --dark-blue: #15202B;
  
  --blue: #007bff;
  --indigo: #6610f2;
  --pink: #e83e8c;
  --red: #dc3545;
  --yellow: #ffc107;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans:'word Sans', sans-serif;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.bg-purple {
	background-color: #AE3E97;
}
.bg-orange {
	background-color: #FF8403;
}
.bg-green {
	background-color: var(--green);
}
.bg-light-blue {
	background-color: var(--light-blue);
}
.bg-green-blue {
	background-color: var(--green-blue);
}
.bg-light-blue2 {
	background-color: var(--light-blue2);
}
.bg-blue-Gov {
	background-color: var(--blue-Gov);
}
.bg-blue-Gov-dark {
	background-color: var(--blue-Gov-dark);
}
.bg-grey {
	background-color: var(--gray);
}
.bg-light-grey {
	background-color: var(--light-gray);
}
.bg-black-text {
	background-color: #1E1E1E;
}
.bg-black {
	background-color: #000000;
}
.bg-running-text {
	background-color: #4B4B4B;
}
.bg-text-photo {
	background-color: #4B4B4B;
}
.bg-gray-dark{
	background-color: var(--gray-dark);
}
.bg-light{
	background-color: var(--light);
}
.bg-dark-blue {
    background-color: var(--dark-blue);
}
.purple {
	color: var(--purple);
}
a.purple:focus,
a.purple:hover {
	color: var(--purple);
}
.orange {
	color: var(--orange);
}
a.orange:focus,
a.orange:hover {
	color: var(--orange);
}
.green {
	color: var(--green);
}
a.green:focus,
a.green:hover {
	color: #0DAF62;
}
.light-blue {
	color: var(--light-blue);
}
a.light-blue:focus,
a.light-blue:hover {
	color: #4FCCEE;
}
.green-blue {
	color: var(--green-blue);
}
a.green-blue:focus,
a.green-blue:hover {
	color: #0DDBC4;
}
.light-blue2 {
	color: var(--light-blue2);
}
a.light-blue2:focus,
a.light-blue2:hover {
	color: #65CEF5;
}
.blue-Gov {
	color: var(--blue-Gov);
}
a.blue-Gov:focus,
a.blue-Gov:hover {
	color: #437AE7;
}
.blue-Gov-dark {
	color: var(--blue-Gov-dark);
}
a.blue-Gov-dark:focus,
a.blue-Gov-dark:hover {
	color: #0863AF;
}
.grey {
	color: var(--gray);
}
a.grey:focus,
a.grey:hover {
	color: #909090;
}
.light-grey {
	color: var(--light-gray);
}
a.light-grey:focus,
a.light-grey:hover {
	color: #E7E3E3;
}
.black-text {
	color: #1E1E1E;
}
a.black-text:focus,
a.black-text:hover {
	color: #4B4949;
}
.black {
	color: #000000;
}
a.black:focus,
a.black:hover {
	color: #383636;
}
.msj-expli-gov {
	color: #18191a;
	font-size:13px;
	line-height : 21px;
	margin: 5px;
}
.tx-error-gov {
	color: #A80521;
}
.msj-error-gov {
	color: #A80521;
	font-size:13px;
	line-height : 21px;
	margin: 5px;
}
.running-text {
	color: #4B4B4B;
}
.text-photo {
	color: #FFFFFF;
}
.text-monospace {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-justify {
	text-align: justify;
}
.text-wrap {
	white-space: normal;
}
.text-nowrap {
	white-space: nowrap;
}
.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
hr{
    box-sizing:content-box;
    height:0;
    overflow:visible
}
h1,h2,h3,h4,h5,h6{
    margin-top:0;
    margin-bottom:.5rem
}
p{
    margin-top:0;
    margin-bottom:1rem
}
a{
    color:#007bff;
    text-decoration:none;
    background-color:transparent
}
a:hover{
    color:#0056b3;
    text-decoration:underline
}
a:not([href]):not([tabindex]){
    color:inherit;
    text-decoration:none
}
a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{
    color:inherit;
    text-decoration:none
}
a:not([href]):not([tabindex]):focus{
    outline:0
}
label{
    display:inline-block;
    margin-bottom:.5rem
}
button{
    border-radius:0
}
button:focus{
    outline:1px dotted;
    outline:5px auto -webkit-focus-ring-color
}
button,input,optgroup,select,textarea{
    margin:0;
    font-family:inherit;
    font-size:inherit;
    line-height:inherit
}
button,input{
    overflow:visible
}
button,select{
    text-transform:none
}
[type=button],[type=reset],[type=submit],button{
    -webkit-appearance:button
}
[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){
    cursor:pointer
}
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{
    padding:0;
    border-style:none
}
.headline-xl,.headline-l,.headline-m,.headline-s,.headline-xs,.subtitle{
	font-family: 'Montserrat', sans-serif;
	font-weight:600; /*Semi Bold*/
	text-transform: inherit;
}
.headline-xl{
	font-size:27px;
	line-height : 34px;
}
.headline-l{
	font-size:25px;
	line-height : 27px;
}
.headline-m{
	font-size:19px;
	line-height : 21px;
}
.headline-s{
	font-size:18px;
	line-height : 20px;
}
.headline-xs{
	font-size:16px;
	line-height : 18px;
	font-weight:bold; /* Bold */
}
.subtitle{
	font-size:18px;
	line-height : 21px;
}
.p-description,.body-1,.body-2,.button,.field,.caption{
	font-family: var(--font-family-sans);
	font-weight:500; /*Medium*/
	text-transform: inherit;
}
.p-description{
	font-size:18px;
	line-height : 22px;
}
.body-1{
	font-size:16px;
	line-height : 19px;
}
.body-2{
	font-size:14px;
	line-height : 18px;
}
.field{
	font-size:13px;
	line-height : 16px;
}
.caption{
	font-size:14px;
	line-height : 16px;
	font-weight:400; /*Regular*/
}
.btn-gov{
	display: inline-block;
	font-family: var(--font-family-sans);
	font-size: 12px;
	line-height: 19px;
	padding: 8px 30px 0px 30px;
	padding-bottom: 9px;
	font-weight: bold; /* Bold */
	border-radius: 1.25rem;
	border: 1px solid var(--light-gray);
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	
}
@media (prefers-reduced-motion: reduce) {
  .btn-gov {
    transition: none;
  }
}
.btn-gov:hover {
  color: #212529;
}
.btn-check:focus + .btn-gov, .btn-gov:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.btn-gov:disabled, .btn-gov.disabled, fieldset:disabled .btn-gov {
  pointer-events: none;
  opacity: 0.65;
}
.btn-gov-contents {
  color: var(--light-gray);
  background-color: var(--light-blue);
  border-color: var(--light-blue);
}
.btn-gov-contents:hover {
  color: var(--light-gray);
  background-color: var(--orange);
  border-color: var(--light-blue);
}
.btn-gov-default {
  color: #000000;
  background-color: var(--light-gray);
}
.btn-gov-default:hover {
  color: var(--dark);
  background-color: #EDEBEB;
}
.btn-gov-primary {
  color: var(--light-gray);
  background-color: var(--light-blue);
  border-color: var(--light-blue);
}
.btn-gov-primary:hover {
  color: var(--light-gray);
  background-color: #00AEEF;
  border-color: var(--light-blue);
}
.btn-gov-secondary {
  color: var(--light-gray);
  background-color: var(--orange);
}
.btn-gov-secondary:hover {
  color: var(--light-gray);
  background-color: #FC9931;
}
.btn-gov-disabled {
  color: var(--light-gray);
  background-color: var(--gray);
}
.btn-gov-disabled:hover {
  color: var(--light-gray);
  background-color: #B1ADAD;
}
.btn-gov-border {
  color: var(--light-blue);
  background-color: var(--white);
  border-color: var(--light-blue);
}
.btn-gov-border:hover {
  color: var(--light-gray);
  background-color: #00AEEF;
  border-color: var(--light-blue);
}
.btn-gov-link {
  font-weight: 400;
  color: #0d6efd;
  background-color: var(--white);
  text-decoration: underline;
}
.btn-gov-link:hover {
  color: #0a58ca;
   background-color: var(--orange);
}
.btn-gov-link:disabled, .btn-link.disabled {
  color: #6c757d;
}
.btn-basic-default {
  color: #B2ABAB;
  background-color: var(--white);
  border-color: #B2ABAB;
}
.btn-basic-default:hover {
  color: var(--dark);
  background-color: #EDEBEB;
}
.btn-basic-primary {
  color: var(--light-blue);
  background-color: var(--white);
  border-color: var(--light-blue);
}
.btn-basic-primary:hover {
  color: var(--light-gray);
  background-color: var(--orange);
  border-color: var(--light-blue);
}
.btn-basic-secondary {
  color: var(--orange);
  background-color: var(--white);
  border-color: var(--orange);
}
.btn-basic-secondary:hover {
  color: var(--light-gray);
  background-color: #FC9931;
}
.btn-gov-danger {
  color: var(--white);
  background-color: var(--danger);
  border-color: var(--light-blue);
}
.btn-gov-danger:hover {
  color: var(--red);
  background-color: var(--white);
  border-color: var(--red);
}
.btn-gov-success {
  color: var(--white);
  background-color: var(--green);
  border-color: var(--light-blue);
}
.btn-gov-success:hover {
  color: var(--green);
  background-color: var(--white);
  border-color: var(--green);
}
.alert-gov {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-gov-heading {
  color: inherit;
}
.alert-gov-primary {
  color: #00904c;
  background-color: #FBF9F9;
  border-color: #00904c;
}
.alert-gov-danger {
  color: #dc3545;
  background-color: #FBF9F9;
  border-color: #dc3545;
}
.alert-gov-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.alert-gov-warning .alert-link {
  color: #523e02;
}
.modal-gov-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: center;
    padding: 0.75rem;
    /* border-top: 1px solid #dee2e6; */
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-gov-footer > * {
  margin: 0.25rem;
}
.modal-header,.modal-gov-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.modal-gov-footer {
  flex-shrink: 0;
}

// Footer (for actions)
.modal-gov-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center; // vertically center
  justify-content: flex-end; // Right align buttons with flex property because text-align doesn't work on flex items
  padding: $modal-inner-padding - $modal-footer-margin-between * .5;
  border-top: $modal-footer-border-width solid $modal-footer-border-color;
  @include border-bottom-radius($modal-content-inner-border-radius);

  // Place margin between footer elements
  // This solution is far from ideal because of the universal selector usage,
  // but is needed to fix https://github.com/twbs/bootstrap/issues/24800
  > * {
    margin: $modal-footer-margin-between * .5;
  }
}
.modal-gov-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    /* border-bottom: 1px solid #dee2e6; */
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.p-text{
	font-family: var(--font-family-sans);
	font-size:15px;
	line-height : 16px;
	color: #18191a;
	font-weight:500; /*Medium*/
}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{
    margin-bottom:.5rem;
    font-weight:500;
    line-height:1.2
}
.h1,h1{
    font-size:2.5rem
}
.h2,h2{
    font-size:2rem
}
.h3,h3{
    font-size:1.75rem
}
.h4,h4{
    font-size:1.5rem
}
.h5,h5{
    font-size:1.25rem
}
.h6,h6{
    font-size:1rem
}
.input-gov-text{
    display:block;
    width:100%;
    height:40px;
    padding:16px;
    font-size:15px;
	font-family:var(--font-family-sans);
    font-weight:400;
    line-height:1.5;
    color:#495057!important;
    background-color:#fff!important;
    border:1px solid #E8F0F9;
    border-radius:6px;
    transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
.input-gov-direccion{
    display:block;
    width:100%;
    height:40px;
    padding:16px;
    font-size:15px;
	font-family:var(--font-family-sans);
    font-weight:400;
    line-height:1.5;
    color:#495057!important;
    background-color:#e6e8eb!important;
    border:1px solid #325883;
    border-radius:6px;
    transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.input-gov-direccion, .input-group>.form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
} 
.textarea-gov{
    display:block;
    width:100%;
    padding:16px;
    font-size:15px;
	font-family:var(--font-family-sans);
    font-weight:400;
    line-height:1.5;
    color:#495057;
    background-color:#fff;
    border:1px solid #E8F0F9;
    border-radius:6px;
    transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
.input-gov-disabled{
    display:block;
    width:100%;
    height:40px;
    padding:16px;
    font-size:15px;
	font-family:var(--font-family-sans);
    font-weight:400;
    line-height:1.5;
    color:#495057;
    background-color:#F2F2F2;
    border:1px solid #BABABA;
    border-radius:6px;
    transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

select.input-gov-disabled:focus::-ms-value{
    color:#495057;
    background-color:#F2F2F2;
}
.input-gov-disabled::-ms-expand{
    background-color:transparent;
    border:0
}
.input-gov-disabled:focus{
    color:#495057;
    background-color:#fff;
    outline:0;
}
.input-gov-disabled::-webkit-input-placeholder{
    color:#6c757d;
    opacity:1
}
.input-gov-disabled::-moz-placeholder{
    color:#6c757d;
    opacity:1
}
.input-gov-disabled:-ms-input-placeholder{
    color:#6c757d;
    opacity:1
}
.input-gov-disabled::-ms-input-placeholder{
    color:#6c757d;
    opacity:1
}
.input-gov-disabled::placeholder{
    color:#6c757d;
    opacity:1
}
.input-gov-disabled:disabled,.input-gov-disabled[readonly]{
    background-color:#e9ecef;
	border: 2px solid #e9ecef;
    opacity:1
}

input[type=date].input-gov-disabled,input[type=datetime-local].input-gov-disabled,input[type=month].input-gov-disabled,input[type=time].input-gov-disabled{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none
}
.select-gov-error{
    display:block;
    width:100%;
    height:40px;
    padding:10px;
    font-size:15px;
	font-family:var(--font-family-sans);
    font-weight:400;
    line-height:1.5;
    color:#A80521;
    background-color:#fff;
    border:1px solid #A80521!important;
    border-radius:6px;
    transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.check-gov{
    position:relative;
    display:block;
    padding-left:1.25rem
}
.form-inline .check-gov{
    width:100%
}
.check-gov{
    position:relative;
    display:block;
    padding-left:1.25rem
}

.form-inline .check-gov{
    width:100%
}
@media (min-width:576px){
	
    .form-inline .check-gov{
        display:-ms-flexbox;
        display:flex;
        -ms-flex-align:center;
        align-items:center;
        -ms-flex-pack:center;
        justify-content:center;
        width:auto;
        padding-left:0
    }
}
@media (prefers-reduced-motion:reduce){
    .input-gov-text,.input-gov-error,.input-gov-disabled,.textarea-gov{
        transition:none
    }  
}
.input-gov-text,.textarea-gov::-ms-expand{
    background-color:transparent;
    border:0
}
.input-gov-text,.textarea-gov:focus{
    color:#495057;
    background-color:#fff;
    outline:0;
}
.input-gov-text,.textarea-gov::-webkit-input-placeholder{
    color:#FAFCFD;
    opacity:1
}
.input-gov-text,.textarea-gov::-moz-placeholder{
    color:#FAFCFD;
    opacity:1
}
.input-gov-text,.textarea-gov:-ms-input-placeholder{
    color:#FAFCFD;
    opacity:1
}
.input-gov-text,.textarea-gov::-ms-input-placeholder{
    color:#FAFCFD;
    opacity:1
}
.input-gov-text,.textarea-gov::placeholder{
    color:#FAFCFD;
    opacity:1
}
.input-gov-text,.textarea-gov:disabled,.input-gov-text[readonly]{
    background-color:#e9ecef;
    opacity:1
}
select.input-gov-text,.textarea-gov:focus::-ms-value{
    color:#495057;
    background-color:#fff
}
input[type=date].input-gov-text,input[type=datetime-local].input-gov-text,input[type=month].input-gov-text,input[type=time].input-gov-text{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none
}

.input-gov-error{
    display:block;
    width:100%;
    height:40px;
    padding:16px;
    font-size:15px;
	font-family:var(--font-family-sans);
    font-weight:400;
    line-height:1.5;
    color:#A80521;
    background-color:#fff;
    border:1px solid #A80521!important;
    border-radius:6px;
    transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

select.input-gov-error:focus::-ms-value{
    color:#A80521;
    background-color:#A80521;
}
.input-gov-error::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #A80521;
  opacity: 1; /* Firefox */
}

.input-gov-error:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #A80521;
}

.input-gov-error::-ms-input-placeholder { /* Microsoft Edge */
  color: #A80521;
}
.input-gov-error::-ms-expand{
    background-color:transparent;
    border:0
}
.input-gov-error:focus{
    color:#495057;
    background-color:#fff;
    border-color:#80bdff;
    outline:0;
    box-shadow:0 0 0 .2rem rgba(0,123,255,.25)
}
.input-gov-error::-webkit-input-placeholder{
    color:#6c757d;
    opacity:1
}
.input-gov-error::-moz-placeholder{
    color:#A80521;
    opacity:1
}
.input-gov-error:-ms-input-placeholder{
    color:#A80521;
    opacity:1
}
.input-gov-error::-ms-input-placeholder{
    color:#A80521;
    opacity:1
}
.input-gov-error::placeholder{
    color:#A80521;
    opacity:1
}
/* .input-gov-error:disabled,.select-gov[readonly]{
    background-color:#e9ecef;
    opacity:1
} */

input[type=date].input-gov-error,input[type=datetime-local].input-gov-error,input[type=month].input-gov-error,input[type=time].input-gov-error{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none
}

.form-control-file,.form-control-range{
    display:block;
    width:100%
}

.select-gov{
    display:block;
    width:100%;
    height:40px;
    padding:10px;
    font-size:16px;
	font-family:var(--font-family-sans);
    font-weight:400;
    line-height:1.5;
    color:#495057;
    background-color:#fff!important;
    border:1px solid #E8F0F9;
    border-radius:6px;
    transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out
}


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

@media (prefers-reduced-motion:reduce){
    .select-gov,.select-gov-error{
        transition:none
    }
}
.select-gov::-ms-expand{
    background-color:transparent;
    border:0
}
.select-gov:focus{
    color:#495057;
    background-color:#fff;
    border-color:#E8F0F9;
    outline:0;
    box-shadow:0 0 0 .2rem rgba(0,123,255,.25)
}
.select-gov::-webkit-input-placeholder{
    color:#6c757d;
    opacity:1
}
.select-gov::-moz-placeholder{
    color:#6c757d;
    opacity:1
}
.select-gov:-ms-input-placeholder{
    color:#6c757d;
    opacity:1
}
.select-gov::-ms-input-placeholder{
    color:#6c757d;
    opacity:1
}
.select-gov::placeholder{
    color:#6c757d;
    opacity:1
}
.select-gov-error::-ms-expand{
    background-color:transparent;
    border:0
}
.select-gov-error:focus{
    color:#495057;
    background-color:#fff;
    border-color:#80bdff;
    outline:0;
    box-shadow:0 0 0 .2rem rgba(0,123,255,.25)
}
.select-gov-error::-webkit-input-placeholder{
    color:#6c757d;
    opacity:1
}
.select-gov-error::-moz-placeholder{
    color:#6c757d;
    opacity:1
}
.select-gov-error:-ms-input-placeholder{
    color:#6c757d;
    opacity:1
}
.select-gov-error::-ms-input-placeholder{
    color:#6c757d;
    opacity:1
}
.select-gov-error::placeholder{
    color:#6c757d;
    opacity:1
}
.select-gov-error:disabled,.select-gov:disabled,.input-gov-text:disabled,input-gov-direccion:disabled,.textarea-gov:disabled[readonly]{
    background-color:#e9ecef!important;
    opacity:1
}
input:invalid {
  border: 1px solid #A80521!important;
}
input:invalid:required {
  border: 1px solid #A80521!important;
}
input:valid {
  border: 1px solid #495057;
}
input:active {
  border: 2px solid #FF8403;
}
input:focus {
  border: 2px solid #FF8403;
}
input:invalid {
  border: 1px solid #A80521!important;
}
input:invalid:required {
  border: 1px solid #A80521!important;
}

textarea:invalid {
  border: 2px solid #A80521!important;
}
textarea:invalid:required {
  border: 2px solid #A80521!important;
}
textarea:valid {
  border: 1px solid #495057;
}
textarea:active {
  border: 2px solid #FF8403;
}
textarea:focus {
  border: 2px solid #FF8403;
}

select:invalid {
  border: 2px solid #A80521!important;
}
select:invalid:required {
  border: 2px solid #A80521!important;
}
select:valid {
  border: 1px solid #495057;
}
select:active {
  border: 2px solid #FF8403!important;
}
select:focus {
  border: 2px solid #FF8403;
}
.input-gov-direccion:invalid {
  border: 1px solid #A80521!important;
}
.input-gov-direccion:invalid:required {
  border: 1px solid #A80521!important;
}
.input-gov-direccion:valid {
  border: 1px solid #495057;
}
.input-gov-direccion:active {
  border: 2px solid #FF8403;
}
.input-gov-direccion:focus {
  border: 2px solid #FF8403;
}
.input-gov-direccion:invalid {
  border: 1px solid #A80521!important;
}
.input-gov-direccion:invalid:required {
  border: 1px solid #A80521!important;
}

@media (min-width:576px){
    .form-inline label{
        display:-ms-flexbox;
        display:flex;
        -ms-flex-align:center;
        align-items:center;
        -ms-flex-pack:center;
        justify-content:center;
        margin-bottom:0
    }
    .form-inline .form-group{
        display:-ms-flexbox;
        display:flex;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        -ms-flex-flow:row wrap;
        flex-flow:row wrap;
        -ms-flex-align:center;
        align-items:center;
        margin-bottom:0
    }
    .form-inline .input-gov-text{
        display:inline-block;
        width:auto;
        vertical-align:middle
    }
    .form-inline .form-control-plaintext{
        display:inline-block
    }
    .form-inline .custom-select,.form-inline .input-group{
        width:auto
    }
    .form-inline .check-gov{
        display:-ms-flexbox;
        display:flex;
        -ms-flex-align:center;
        align-items:center;
        -ms-flex-pack:center;
        justify-content:center;
        width:auto;
        padding-left:0
    }
    .form-inline .form-check-input{
        position:relative;
        -ms-flex-negative:0;
        flex-shrink:0;
        margin-top:0;
        margin-right:.25rem;
        margin-left:0
    }
    .form-inline .custom-control{
        -ms-flex-align:center;
        align-items:center;
        -ms-flex-pack:center;
        justify-content:center
    }
    .form-inline .custom-control-label{
        margin-bottom:0
    }
}

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}
/* .active, .accordion:hover {
  background-color: #ccc;
}
.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.active:after {
  content: "\2212";
} */
.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.ir-arriba {
	display:none;
    background:var(--blue);
    color:#fff;
    position:fixed;
    right:15px;
    bottom:80px;
    z-index:5555;
    border-radius:6px;
    padding:14px 14px;
    padding-bottom:7px;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ir-arriba:hover {
  background-color: var(--orange);
}
.stuck {
  position: fixed;
  top: 48px;
  z-index: 1020;
  /*overflow-y: scroll;*/
}
.div-shadow{
	box-shadow: 0px 1px 14px 0px grey;
}
.div-progres{
	width: 600px;
	height:12px;
	background-color: var(--light-gray);
    margin:0px auto;
}
.progress-bar {
    background-color: var(--orange);
}
.divContador{
    display: flex;
    justify-content: end;
}
.form-input-range {
    display: -ms-inline-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}
.invalid {
  border: 2px solid #A80521!important;
}
