body {
	font-family: "Raleway", Helvetica, sans-serif;
	/* color: #1a1a1a; */
    background-color: #F6f6f6;
	/* font-size: 1.4em; */
}
textarea{
    resize: none;
}
.navbar-inverse {
    background-color: #fff;
    border-color: #fff;
}
.navbar-inverse .navbar-nav>li>a {
    color: #ffffff;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #f56e00;
    text-decoration: none;
    background-color: #fff;
    font-weight: 700;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    font-weight: 700;
    background-color: transparent;
}
.dropdown-menu {
	background-color:#313a7aF0;
}
.dropdown-menu>li>a {
    color: #ffffff;
    padding: 8px 24px;
}
#scrollable {
    max-height: 500px ;
    overflow: scroll;
    overflow-y: scroll;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #f56e00;
    text-decoration: none;
    background-color: #313a7a;
    font-weight: 700;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #f56e00;
    font-weight: 700;
}
.dropdown-menu .divider {
    background-color: #f56e00;
     margin: 9px 16px;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #313a7a;
    background-color: #ffffff;
}
#referencias {
  /* margin-top: 90px; */
}

section {
	/* margin: 40px 0; */
}
h1 {
	font-weight: 700;
	font-size: 1.5em;
	color: #313a7a;
}
h2 {
	font-weight: 600;
	font-size: 1.1em;
	color: #313a7a;
	font-style: normal;
}
h3 {
	font-weight: 600;
	font-size: 1.1em;
	color: #313a7a;
	font-style: normal;
}
h4 {
	font-weight: 400;
	font-size: 1em;
	color: #313a7a;
	font-style: normal;
}
section a {
	color:#313a7a;
	font-weight: 700;
	font-style: italic;
}
a:focus, a:hover{
    color: #f56e00;
    text-decoration: underline;
}
.modal a {
  font-weight: 700;
  font-style: italic;
  padding-left: 20px;
}
.red {
	color:#c0272d;
}
.green {
	color:#22b473;
}
.yellow {
  color:#FAAF3B;
}
.blue {
  color:#337ab7;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 14px 8px;
    text-align: center;
}
.table {
	margin-top: 20px;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #faffff;
}
hr.divider {
	border-top: 1px dotted #dbdbdb;
}
hr.dividerRecurrente {
	border-top: 1px dashed #313a7a;
}
.checkbox, .radio {
    margin: 0;
}
.switch {
  display: inline-block;
  height: 17px;
  position: relative;
  width: 30px;
}

.switch input {
  display:none;
}

.slider {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s;
}

.slider:before {
  background-color: #fff;
  bottom: 2px;
  content: "";
  height: 13px;
  left: 2px;
  position: absolute;
  transition: .4s;
  width: 13px;
}
.container-fluid {
    padding: 30px 15px 50px 15px;
    border-top: 1px dotted #dbdbdb;
    border-bottom: 1px dotted #dbdbdb;
    background-color: #f4f4f4;
}
.modal-backdrop {
    background-color:#313a7a;
}
.modal-backdrop.in {
    opacity: .9;
}

input:checked + .slider {
  background-color: #66bb6a;
}

input:checked + .slider:before {
  transform: translateX(13px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.divOculto {
  display: none;
}
.btn-primary {
  background-color: #313a7a;
  border-color: #313a7a;
}
.btn-primary:disabled {
  background-color: #313a7a;
  border-color: #313a7a;
}
.navbar-header h1 {
  color: #fff;
}

/*steps*/
.stepwizard-step p {
    margin-top: 10px;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 50%;
    position: relative;
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.setup-content .btn {
  margin-top: 30px;
}
tfoot {
  color: #cccccc;
}
.table-responsive {
  margin-bottom: 40px;
  margin-top: 30px;
}




/* Estilos generales movil*/

@media (max-width: 767px) {
	.navbar-inverse .navbar-toggle {
	    border-color: #a3dce5;
	}
	.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
	    background-color: #f56e00;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
	    color: #ffffff;
	}
	.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	    border-color: #f56e00;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
	    background-color: #f56e00;
	}
  .navbar-header h1 {
    font-size: 1em;
  }
}

/* ALERTS */

.alert {
  padding: 20px;
  background-color: #f44336;
  color: white;
  opacity: 1;
  transition: opacity 0.6s;
  margin-bottom: 15px;
}

.alertNotiRecurrente{

    /* float: right; */
    position: fixed;
    top: 110px;
    display: block;
    margin: 0;
    padding: 0;
    left: 10px;
    /* height: 50%; */
    /* width: 100%; */
    /* background-color: #4CAF50; */
}

.alert.success {background-color: #4CAF50;}
.alert.info {background-color: #2196F3;}
.alert.warning {background-color: #ff9800;}
.alert.geo {background-color: #313a7a;}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}


/* BOTONES COLVIS */
.buttons-colvis {
    color: #fff;
    background-color: #313a7a;
    border-color: #313a7a;
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    text-decoration: none;
    border: 1px solid #ddd;
}
.buttons-colvis:hover{
    background-color: #f56e00;
    border-color: #f56e00;
}
.buttons-colvis:active{
    background-color: #285f8f;
    border-color: #285f8f;
}

.buttons-columnVisibility{
    color: #fff;
    background-color: #313a7aAA;
    border-color: #313a7aAA;
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    text-decoration: underline;
    border: 1px solid #ddd;
    display: block;
}
.buttons-columnVisibility.active{
    color: #fff;
    background-color: #313a7aF3;
    border-color: #313a7aF3;
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    text-decoration: none;
    border: 1px solid #ddd;
    display: block;
}
.edit-form{
    background-color: #313a7a;
}
.button-alta{
    background-color: white;
    border-width: 0px;
    font-weight: 700;
    color: #313a7a;
}
.button-alta:hover{
    background-color: white;
    border-width: 0px;
    font-weight: 700;
    color: #f56e00;
}
.btn-primary:hover{
    background-color: #f56e00;
    border-color: #f56e00;
}
.date{
    width: 100%;
}

/* Calendar */
#external-events {
    margin-top: 55px;
}

#external-events .fc-event {
  cursor: move;
  margin: 8px 0;
  padding: 5px;
}

/* Panel Dashboard */

.panel-dash {
    border-color: #313a7a;
}
.panel-dash > .panel-heading {
    background-color: #313a7a;
    color:white;
    font-size: 1.15em;
}
.panel-dash > .panel-body {
    /* text-align: center; */
}
.numberF3{
    font-weight: 700;
    font-size: 1.3em;
    color: rgb(38,46,92);
    text-align: left;
}
.numberF{
    font-family: monospace;
}

.panel-bg-gradient {
    border-radius: 20px;
    border: 0;
    color:white;
    background-image: linear-gradient(45deg, #1ebccd, #3a55b1) !important;
}
.panel-bg-gradient2 {
    border-radius: 20px;
    border: 0;
    color:white;
    background-image: linear-gradient(45deg, #3a55b1, #1ebccd) !important;
}
.panel-bg-gradient3 {
    border-radius: 20px;
    border: 0;
    color:white;
    background-image: linear-gradient(45deg, #ffbf36, #f56e00) !important;
}
.panel-bg-gradient4 {
    border-radius: 20px;
    border: 0;
    color:white;
    background-image: linear-gradient(45deg, #f56e00, #ffbf36) !important;
}
.panel-bg-gradient5 {
    border-radius: 20px;
    border: 0;
    color:white;
    background-image: linear-gradient(45deg, #c26a1e, #ffb30f) !important;
}
.panel-bg-gradient6 {
    border-radius: 20px;
    border: 0;
    color:white;
    background-image: linear-gradient(45deg, #ffb30f, #c26a1e) !important;
}
.panel-bg-gradient7 {
    border-radius: 20px;
    border: 0;
    color:white;
    background-image: linear-gradient(45deg, #23cd63, #1ca14e) !important;
}
.panel-bg-gradient7:hover {
    transform: scale(1.05,1.05);
    cursor: pointer;
}
.title-dash {
    color:white;
    font-size:1.3em;
    margin: 0px;
}
.cantidad-dash {
    color:white;
    font-size:2.5em;
    margin: 0px;
    font-weight: 400;
}
.subtitle-dash {
    color: white;
}
.lbl-dash{
    /* padding-top: 3px; */
    font-size: 1.1em;
}
.lbl-dash2{
    /* padding-top: 3px; */
    padding: 10px 8px;
    font-size: 1.1em;
}
.table-dash{
    padding: 0;
    margin: 0;
}
.panel-body-table{
    padding-top: 0;
    padding-bottom: 0;
}

.new-feature{
    position: absolute;
    top: 7px;
    right: 0px;
    padding: 1px 6px;
    border-radius: 50%;
    background: #f56e00;
    color: white;
}
.new-feature-up{
    position: absolute;
    top: -5px;
    right: -1px;
    padding: 1px 6px;
    border-radius: 50%;
    background: #f56e00;
    color: white;
}
.negritas{
    font-weight: bolder;
}
.font-italic{
    font-style: italic;
}
.text-align-right{
    text-align: right;
}
.text-align-left{
    text-align: left;
}
.padding-left-2{
    padding-left: 10px;
}
.padding-left-3{
    padding-left: 20px;
}
.padding-left-4{
    padding-left: 30px;
}
.padding-left-5{
    padding-left: 40px;
}
.margin-left-2{
    margin-left: 10px;
}
.margin-left-3{
    margin-left: 20px;
}
.margin-left-4{
    margin-left: 30px;
}
.margin-left-5{
    margin-left: 40px;
}



/* .card{
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 25px;
    box-shadow: 4px 4px 6px #b3b3b3;
}

.card-footer{
    border-radius: 25px;
} */

.btn-outline-danger {
    border-color: #dc354500;
}


.btn-outline-primary {
    color: #313a7a;
    border-color: #dc354500;

}
.btn-outline-primary:hover,.btn-outline-primary:focus {
    background-color:  #313a7a;
}

/* .card-footer a {
    font-weight: bold;
    font-style: normal;
}

.card-footer-n  a {
    font-weight: bold;
    font-style: normal;
} */

.btn-blue {
  color:#fff;
  background-color: #313a7a;
  border: none;
  padding:12px;
  text-align: center;
  font-style: normal;
}
.btn-blue:hover {
  color:#fff;
  background-color: #262d5e;
  border: none;
  padding:12px;
  text-align: center;
  font-style: normal;
}

.btn-yellow {
  color:#fff;
  background-color: #e79400;
  border: none;
  padding:12px;
  text-align: center;
  font-style: normal;
}
.btn-yellow:hover {
  color:#fff;
  background-color: #cd8400;
  border: none;
  padding:12px;
  text-align: center;
  font-style: normal;
}

.btn-green {
  color:#fff;
  background-color: #40901c;
  border: none;
  padding:12px;
  text-align: center;
  font-style: normal;
}
.btn-green:hover {
  color:#fff;
  background-color: #316f16;
  border: none;
  padding:12px;
  text-align: center;
}


/* .card-title{
    color:#f56e00;
    font-weight: bold;
} */

/* .card-text p {
    color:#313a7a;
} */


.bg-image-container {
    overflow: hidden;
    position: relative;
    border: 0px;
}.bg-image-container:hover{
    opacity: 0.9;
    scale:1.01;
}

.bg-image-container-nohover {
    overflow: hidden;
    position: relative;
    border: 0px;
}



.bg-image {
    opacity: 0.99;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}


.bg-image-content {
    position: relative;
}

.a-espacio:hover{
    text-decoration: none; !important
    font-style: normal; !important
}


.title-espacio{
    padding:3px;
    background:#000000CA;
    color:white;
    border-radius: 0.5rem;
    font-style: normal; !important
}
.title-espacio:hover{
    text-decoration: none;
    font-style: normal;
}

.text-espacio{
    padding:2px;
    background:#000000CA;
    color:white;
    border-radius: 0.5rem;
    font-style: normal; !important
}


.circle-span{
    display: inline-block; /* or block */
    width: 130px;
    height: 130px;
    color: white;
    border-radius: 50%;
    background: #f56808;
    padding-top: 40px;
    font-size: xx-large;
    font-weight: bold;
}

/* f56e00

#E76109

#f56808

#f56e00 */



/* h1 {
  display: block;
  font-size: 2em;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: 700;
  color: #f56808;
}
h2 {
  display: block;
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: 600;
  color:#313a7a;
}
h3 {
    display: block;
    font-size: 1.2em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: 600;
    color:#333;
}
p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    line-height: 150%;
}

.mensajeTop {
  background-color: #fff;
  box-shadow: 3px 3px 6px #b3b3b3;
}

.corner {
  border-radius: 24px;
}
.rounded {
  border-radius: 50%;
}

.img-responsive {
  width: 100%;
  height: auto;
}


.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.styled-checkbox + label:before {
  content: "";
  margin-right: 15px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 12px;
}
.styled-checkbox:hover + label:before {
   background: #40901c;
}
.styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
  background: #40901c;
  border-radius: 12px;
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}



.unstyled {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
li {
  margin: 20px 0;
}




.topnav {
  overflow: hidden;
  background-color: #fff;
}

.topnav a {
  float: left;
  display: block;
  color: #f56808;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #fff;
  color: #313a7a;
}

.topnav a.active {
  background-color: #fff;
  color: white;
}

.topnav .icon {
  display: none;
}
.fa {
    font-size: 1.8em;
}
.container {
  padding: 10px 25px;
}

.spanPlaca{
    font-size: 1.2em;
    font-family: Montserrat, Helvetica, sans-serif;
    padding:10px;
    width: 100%;
    border: none;
    border-radius: 8px 0px 0px 8px;
    text-align: left;
    color:#333;
    background-color: #fff;
    box-shadow: 3px 3px 6px #b3b3b3;
}

.divPlaca{
    padding:0px;
    padding-bottom: 6px;
}
.divDelete{
    padding-left: 0px;
}

.btn {
  font-size: 1.2em;
  font-family: Montserrat, Helvetica, sans-serif;
  padding:16px;
  width: 100%;
  border: none;
  border-radius:8px;
  text-align: left;
  margin-top:12px;
  margin-bottom: 12px;
}

.btn-simple {
  color:#333;
  background-color: #fff;
  box-shadow: 3px 3px 6px #b3b3b3;
  border: none;
  padding:12px;
}

.btn-simple:hover {
  color:#ffffff;
  background-color: #f76e00;
  box-shadow: 3px 3px 6px #b3b3b3;
  border: none;
}

.btn-noMargin{
    margin-top:0px;
    margin-bottom: 0px;
}
.btn-delete{
    margin-top:0px;
    margin-bottom: 0px;
    border-radius: 0px 8px 8px 0px;
    padding:10px;
    color: #C9002C;
    box-shadow: 3px 3px 3px #b3b3b3;
}

.btn-green {
  color:#fff;
  background-color: #40901c;
  border: none;
  padding:12px;
  text-align: center;
}
.btn-green:hover {
  color:#fff;
  background-color: #333;
  border: none;
  padding:12px;
  text-align: center;
}
.btn-blue {
  color:#fff;
  background-color: #313a7a;
  border: none;
  padding:12px;
  text-align: center;
}
.btn-blue:hover {
  color:#fff;
  background-color: #262d5e;
  border: none;
  padding:12px;
  text-align: center;
}
.btn-sec {
  color:#333333;
  background-color: #c4c4c4;
  border: none;
  padding:12px;
  text-align: center;
}
.btn-sec:hover {
  color:#fff;
  background-color: #333;
  border: none;
  padding:12px;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

/*tabs*/

/* Style the tab
.tab {
  overflow: hidden;
}

/* Style the buttons inside the tab
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 24px 14px 0;
  transition: 0.3s;
  font-size: 1.1em;
  font-family: Montserrat, Helvetica, sans-serif;
}

/* Change background color of buttons on hover
.tab button:hover {
  background-color: transparent;
}

/* Create an active/current tablink class
.tab button.active {
  border-bottom: 5px solid #f76e00;
  font-weight: 600;
}

/* Style the tab content
.tabcontent {
  display: none;
  padding: 6px 0;
  border-top: none;
}
/* end tabs



input[type=text], input[type=number],input[type=tel],input[type=date],input[type=time], select, textarea {
  background-color: #f0f3fd;
  width: 100%;
  font-size: 1em;
  font-family: Montserrat, Helvetica, sans-serif;
  padding: 20px 6px 12px 10px;
  border-radius:8px;

}

/* input[type=date],input[type=time]{
    background-color: #f0f3fd;
    width: 100%;
    font-size: 1em;
    font-family: Montserrat, Helvetica, sans-serif;
    padding: 20px 6px 12px 10px;
    border-radius:8px;
}

input[type=file] {
  background-color: #f0f3fd;
  width: 100%;
  font-size: 1em;
  font-family: Montserrat, Helvetica, sans-serif;
  padding: 20px 6px 12px 10px;
  border-radius:8px;

}


.floating-label {
  position: relative;
  margin-bottom: 20px;
}

.floating-input,
.floating-select {
  display: block;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #757575;
}

.floating-input:focus,
.floating-select:focus {
  outline: none;
  border-bottom: 2px solid #5264AE;
}

label {
  color: #999;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 0;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.floating-input:focus~label,
.floating-input:not(:placeholder-shown)~label {
  top: 0;
  font-size: 14px;
  color: #5264AE;
}

.floating-select:focus~label,
.floating-select:not([value=""]):valid~label {
  top: -18px;
  font-size: 14px;
  color: #5264AE;
}


/* active state

.floating-input:focus~.bar:before,
.floating-input:focus~.bar:after,
.floating-select:focus~.bar:before,
.floating-select:focus~.bar:after {
  width: 50%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.floating-textarea {
  min-height: 30px;
  max-height: 260px;
  overflow: hidden;
  overflow-x: hidden;
}


/* highlighter

.highlight {
  position: absolute;
  height: 50%;
  width: 100%;
  top: 15%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}


/* active state

.floating-input:focus~.highlight,
.floating-select:focus~.highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}


/* animation

@-webkit-keyframes inputHighlighter {
  from {
    background: #5264AE;
  }
  to {
    width: 0;
    background: transparent;
  }
}

@-moz-keyframes inputHighlighter {
  from {
    background: #5264AE;
  }
  to {
    width: 0;
    background: transparent;
  }
}

@keyframes inputHighlighter {
  from {
    background: #5264AE;
  }
  to {
    width: 0;
    background: transparent;
  }
}

/*Modal*/
/* The Modal (background)
.modal {
  display: none; /* Hidden by default
  position: fixed; /* Stay in place
  z-index: 1; /* Sit on top
  padding-top: 100px; /* Location of the box
  left: 0;
  top: 0;
  width: 100%; /* Full width
  height: 100%; /* Full height
  overflow: auto; /* Enable scroll if needed
  background-color: rgb(0,0,0); /* Fallback color
  background-color: rgba(0,0,0,0.75); /* Black w/ opacity
}

/* Modal Content
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 90%;
  border-radius: 12px;
}

/* The Close Button
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.remaining{
    font-weight: bold;
    font-size: 1.1em;
}
.maxdate{
    font-weight: bold;
    font-size: 1.1em;
}

/* NEW CONTENT

#startbutton {
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;

    padding: 5px;
    background-color: #f56e00;
    border: 1px solid rgba(255, 255, 255, 0.7);
    font-size: 14px;
    color: rgba(255, 255, 255, 1.0);
    cursor: pointer;
}
.btn-del{
    display: block;
    position: relative;
    bottom: 92px;
    left: 0px;
    width: auto;
}
.btn-del:hover{
    background-color: #c0272d;
    border-color: #c0272d;
}
.photo {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.canvas {
    display: none;
}

.camera {
    width: 340px;
    display: inline-block;
}

.output {
    max-height: 300px;
    width: 100%;
    display: inline-block;
}

input[type=file]::-webkit-file-upload-button {
    border: 1px solid #313a7a;
    border-radius: 8px;
    background: #bcc9f6;
    font-family: 'Montserrat', Helvetica, sans-serif;
}



.styled-checkbox2 {
  position: absolute;
  opacity: 0;
  width: 120px;
  height: 18px;
}
.styled-checkbox2 + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  color:#222;
}
.styled-checkbox2 + label:before {
  content: "";
  margin-right: 15px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 2px;
}
.styled-checkbox2:hover + label:before {
  /* background: #40901c;
}
.styled-checkbox2:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox2:checked + label:before {
  background: #40901c;
  border-radius: 2px;
}
.styled-checkbox2:disabled + label {
  color: #d8d8d8;
  cursor: auto;
}
.styled-checkbox2:disabled + label:before {
  box-shadow: none;
  background: #dddddd;
}
.styled-checkbox2:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}



.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 85%;
}
.btn_blue {
  font-family: Raleway;
  font-weight: 700;
  background-color: #323C78;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  font-size: 1em;
  display: block;
  border: none;
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
}
.btn_blue:hover {
  background-color: #4CAF50;
  color: white;
}
.btn_line {
  font-family: Raleway;
  font-weight: 700;
  background-color: #ffffff;
  color: #323C78;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  font-size: 1em;
  display: block;
  border: 2px solid #323C78;
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
} */
.card {
    background-color: #F6f6f6;
}
.loader-animation {
    border: 6px solid #ff6c2f;
    border-radius: 50%;
    border-top: 6px solid #f3f3f3;
    width: 20px;
    height: 20px;
    margin: auto;
    -webkit-animation: spin 1s linear infinite; /* Safari */
    animation: spin 1s linear infinite;
}
/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.card-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

hr.new1 {
  border: 0.5px solid #d0d0d0;
  border-radius: 5px;
}

.total{
    font-size: 2em;

}

.saldo{
    font-size: 1.5em;
    margin: 0px

}

.align-right{
    margin-right: 30px;
    float: right;

}
.pay_footer{
    padding: 10px 25px;
    background-color: #e3e2e2;
}

.card-boleto{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

.qr-boleto{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 20px;

}

.float-right{
  float: right;
}

.modal-terminos {
    max-width: 95%;
    max-height: 100%;
}
.text-justify{
  text-align: justify;
}

.aceptar-terminos{
  font-size: 0.8em;
}
.hidden{
  display: none;
}