@font-face {
  font-family: 'EncodeSansCondensed-Light';
  src: url('../fonts/EncodeSansCondensed-Light.ttf');
}

@font-face {
  font-family: 'EncodeSansCondensed-Medium';
  src: url('../fonts/EncodeSansCondensed-Medium.ttf');
}

/* LOGIN FORMS */

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #888;
  text-align: center;
}

h1, h2, h3, h4, h5 {
  font-family: 'EncodeSansCondensed-Light';
}

nav {
  color: black !important;
}

.navbar {
  -webkit-box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.4);
  box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.4);
}

strong {
  font-weight: 500;
}

a, a:hover, a:focus {
  color: #4e4e4e;
  text-decoration: none;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}

h1, h2 {
  margin-top: 10px;
  font-size: 70px;
  font-weight: 100;
  color: #555;
  line-height: 50px;
}

h3 {
  font-size: 22px;
  font-weight: 300;
  color: #555;
  line-height: 30px;
}

img {
  max-width: 100%;
}

i.disabled {
  color: #545454 !important;
  cursor: not-allowed;
  pointer-events: none;
}

a.disabled {
  color: #a2a2a2 !important;
  cursor: not-allowed;
  pointer-events: none;
}

div.disabled {
  color: #bdbdbd !important;
  cursor: not-allowed !important;
  pointer-events: none;
}

.disabled-modal {
  pointer-events: none;
  cursor: default !important;
}

.green {
  color: green;
}

.disabled-btn {
  background-color: #545454 !important;
  color: whitesmoke;
  cursor: not-allowed !important;
  pointer-events: none;
}

.fileupload {
  display:none;
}

.forget-passwd {
  font-size: 75%;
  margin-right: -12px;
  font-weight: 500;
  color: #2479a0;
}

.django_error {
  font-size: 13px;
  color: #b34d4d;
}

.django_error > input{
  border: 2px solid #9214149c !important;
}

.nav-label {
  margin-right: 15px;
  font-weight: 500;
  cursor: default !important;
}

.row-nomargin {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

::-moz-selection {
  background: #de995e;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #de995e;
  color: #fff;
  text-shadow: none;
}

.sub-h {
  font-family: 'EncodeSansCondensed-Medium';
  letter-spacing: 1px;
  color: #2479a0;
}

.fs-content.active {
  height: 100vh;
  padding-bottom: 0;
  filter: blur(10px);
}

.btn-link-1 {
  display: inline-block;
  height: 50px;
  margin: 5px;
  padding: 16px 20px 0 20px;
  background: #de995e;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active {
  outline: 0;
  opacity: 0.6;
  color: #fff;
}

.btn-link-1.btn-link-1-facebook {
  background: #4862a3;
}

.btn-link-1.btn-link-1-twitter {
  background: #55acee;
}

.btn-link-1.btn-link-1-google-plus {
  background: #dd4b39;
}

.btn-link-1 i {
  padding-right: 5px;
  vertical-align: middle;
  font-size: 20px;
  line-height: 20px;
}

.btn-link-2 {
  display: inline-block;
  height: 50px;
  margin: 5px;
  padding: 15px 20px 0 20px;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.btn-link-2:hover, .btn-link-2:focus, .btn-link-2:active, .btn-link-2:active:focus {
  outline: 0;
  opacity: 0.6;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}

.btn-custom {
  background-color: #607d8bad !important;
}

.inner-bg {
  padding: 100px 0 170px 0;
}

.inner-bg-2 {
  padding: 0;
}

.blur {
  width: 100%;
  background-size: cover;
  -webkit-filter: blur(1px);
  -moz-filter: blur(1px);
  -o-filter: blur(1px);
  -ms-filter: blur(1px);
  filter: blur(1px);
  position: absolute;
}

.top-content .description {
  margin: 20px 0 10px 0;
}

.top-content .description p {
  opacity: 0.8;
}

.top-content .description a:hover, .top-content .description a:focus {
  border-bottom: 1px dotted #fff;
}

.form-col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-content {
  -webkit-box-shadow: 0px 7px 26px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 7px 26px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 7px 26px 0px rgba(0, 0, 0, 0.4);
}

.form-box {
  margin-top: 70px;
}

.form-top {
  border-bottom: 3px solid #9ec0d0;
  overflow: hidden;
  background: #ffffff;
  padding: 0 25px 15px 25px;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  text-align: left;
}

.form-top-left {
  float: left;
  width: 75%;
  padding-top: 25px;
}

.form-top-left h3 {
  margin-top: 0;
}

.form-top-right {
  float: left;
  width: 25%;
  padding-top: 5px;
  font-size: 66px;
  color: #ddd;
  line-height: 100px;
  text-align: right;
}

.form-bottom {
  padding: 25px 25px 15px 25px;
  background: #eee;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  text-align: left;
}

.form-bottom form textarea {
  height: 100px;
}

.form-bottom form button.btn {
  width: 100%;
}

.form-bottom form .input-error {
  border-color: #801010a6;
}

.social-login-buttons {
  margin-top: 25px;
}

.separator {
  clear: both;
  height: 5px;
}

.separator-2 {
  clear: both;
  height: 15px;
}

.border-lr {
  border-right: 2px solid whitesmoke;
  border-left: 2px solid whitesmoke;
}

.notes {
  font-size: 80%;
}

.notes>img {
  max-width: 140px;
}

footer {
  border-top: 2px solid aliceblue;
  position: relative;
  bottom: 0;
  background-color: #dcdcdcab;
  color: #3a3a3a;
  margin-top: 100px;
  width: 100%;
}

i.fa-2x {
  margin-top: 26px;
}

.form-separator {
  clear: both;
  height: 0px;
}

.material-close:hover {
  color: #2479a0;
}

.material-close {
  position: absolute;
  right: 0;
  margin: 6px 20px 15px 0;
  font-size: 35px;
  cursor: pointer;
}

.material-close-fs:hover {
  color: #2479a0;
}

.material-close-fs {
  position: absolute;
  right: 0;
  font-size: 45px !important;
  cursor: pointer;
}

.visita {
  padding: 3px 3px 3px 5px;
  border-radius: 2px;
  position: absolute;
  right: 15px;
  color: #505050;
  font-size: 13px;
  top: 8px;
}

.container-box {
  margin-top: 50px;
  background: white;
  border: 3px solid #1919192e;
  position: relative;
  -webkit-box-shadow: 0px 7px 26px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 7px 26px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 7px 26px 0px rgba(0, 0, 0, 0.4);
}

.label-tit {
  font-size: 80%;
  color: #2479a0;
  font-weight: 500;
  letter-spacing: .5px;
  text-align: left !important;
  margin: 13px;
  float: left;
}

.label-auto {

}

.tabs {
  padding: 20px 20px 0px 20px;
  font-size: 80%;
  font-weight: 500;
  letter-spacing: .5px;
  padding: 20px 20px 0px 20px;
}

.text-content {
  /*padding: 30px 80px 40px 0;*/
  font-size: 80%;
}

.form-number {
  padding: 40px 10px 10px 10px;
}

.form-number > div {
  text-align: left;
}

.form-number > div > label {
  font-size: 80%;
  color: #2479a0;
  font-weight: 500;
  letter-spacing: .5px;
}

.unity-label {
  display: none;
}

.no-radius {
  color: gray;
  -webkit-appearance: none;
  border-radius: 1px;
  background-position: right 50%;
  background-repeat: no-repeat;
  background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
  font-size: 80%;
  padding-right: 1.5em;
}

.window-top {
  margin-top: 70px;
}

.selected {
  background-color: #7b99a7;
  color: whitesmoke;
}

.error-message {
  color: #bf0303;
}

.modal-stucture {
  padding: 20px;
}


.error-input {
  border: 2px solid rgb(218, 125, 125) !important;
}

.container-modal {
  padding: 20px;
}
/***** DAS28 *****/

#das28-save {
  float: left;
}

.das28block {
  background-image: url('../img/cuerpoDAS28.png');
  height: 423px;
  width: 348px;
  margin: 0px auto;
  padding-bottom: 20px;
  background-position: center;
  background-repeat: no-repeat;
}

.point {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -o-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
  background-color: #e6e6e6;
  position: absolute;
  border: 1px solid;
  cursor: pointer;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.point:active {
  border-color: #7e90f1;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(63, 81, 181, 0.34);
}

.point:focus {
  border-color: #7e90f1;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(63, 81, 181, 0.34);
}

.point-sm {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -o-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
  background-color: #e6e6e6;
  position: absolute;
  border: 1px solid;
  cursor: pointer;
}

.point-sm:active {
  border-color: #7e90f1;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(63, 81, 181, 0.34);
}

.point-sm:focus {
  border-color: #7e90f1;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(63, 81, 181, 0.34);
}

.point.red {
  background-color: #980808;
}

.point.yellow {
  background-color: #fbc108;
}

.point.blue {
  background-color: #1c66ad;
}

.point-sm.red {
  background-color: #980808;
}

.point-sm.yellow {
  background-color: #fbc108;
}

.point-sm.blue {
  background-color: #1c66ad;
}

#das28_1, #eco28_1, #gra28_1 {
  margin-top: 65px;
  margin-left: 110px;
}

#das28_2, #eco28_2, #gra28_2 {
  margin-top: 65px;
  margin-left: 210px;
}

#das28_3, #eco28_3, #gra28_3 {
  margin-top: 114px;
  margin-left: 88px;
}

#das28_4, #eco28_4, #gra28_4 {
  margin-top: 114px;
  margin-left: 230px;
}

#das28_5, #eco28_5, #gra28_5 {
  margin-top: 155px;
  margin-left: 80px;
}

#das28_6, #eco28_6, #gra28_6 {
  margin-top: 155px;
  margin-left: 239px;
}

#das28_7, #eco28_7, #gra28_7 {
  margin-top: 160px;
  margin-left: 43px;
}

#das28_8, #eco28_8, #gra28_8 {
  margin-top: 160px;
  margin-left: 276px;
}

#das28_9, #eco28_9, #gra28_9 {
  margin-top: 194px;
  margin-left: 18px;
}

#das28_10, #eco28_10, #gra28_10 {
  margin-top: 194px;
  margin-left: 311px;
}

#das28_11, #eco28_11, #gra28_11 {
  margin-top: 224px;
  margin-left: 30px;
}

#das28_12, #eco28_12, #gra28_12 {
  margin-top: 224px;
  margin-left: 298px;
}

#das28_13, #eco28_13, #gra28_13 {
  margin-top: 229px;
  margin-left: 51px;
}

#das28_14, #eco28_14, #gra28_14 {
  margin-top: 229px;
  margin-left: 277px;
}

#das28_15, #eco28_15, #gra28_15 {
  margin-top: 234px;
  margin-left: 72px;
}

#das28_16, #eco28_16, #gra28_16 {
  margin-top: 234px;
  margin-left: 256px;
}

#das28_17, #eco28_17, #gra28_17 {
  margin-top: 239px;
  margin-left: 94px;
}

#das28_18, #eco28_18, #gra28_18 {
  margin-top: 239px;
  margin-left: 235px;
}

#das28_19, #eco28_19, #gra28_19 {
  margin-top: 254px;
  margin-left: 24px;
}

#das28_20, #eco28_20, #gra28_20 {
  margin-top: 254px;
  margin-left: 305px;
}

#das28_21, #eco28_21, #gra28_21 {
  margin-top: 258px;
  margin-left: 45px;
}

#das28_22, #eco28_22, #gra28_22 {
  margin-top: 258px;
  margin-left: 283px;
}

#das28_23, #eco28_23, #gra28_23 {
  margin-top: 263px;
  margin-left: 67px;
}

#das28_24, #eco28_24, #gra28_24 {
  margin-top: 263px;
  margin-left: 262px;
}

#das28_25, #eco28_25, #gra28_25 {
  margin-top: 268px;
  margin-left: 88px;
}

#das28_26, #eco28_26, #gra28_26 {
  margin-top: 268px;
  margin-left: 241px;
}

#das28_27, #eco28_27, #gra28_27 {
  margin-top: 265px;
  margin-left: 135px;
}

#das28_28, #eco28_28, #gra28_28 {
  margin-top: 265px;
  margin-left: 184px;
}

#eco28_29 {
  margin-top: 375px;
  margin-left: 85px;
}

#eco28_30 {
  margin-top: 375px;
  margin-left: 245px;
}

#eco28_31 {
  margin-top: 375px;
  margin-left: 125px;
}

#eco28_32 {
  margin-top: 375px;
  margin-left: 200px;
}

#eco28_33 {
  margin-top: 320px;
  margin-left: 134px;
}

#eco28_34 {
  margin-top: 320px;
  margin-left: 185px;
}

.tit-box {
  background-color: #2479a0d9;
  padding: 8px 7px 6px 8px;
  border-radius: 2px;
  color: whitesmoke;
  margin-right: 20px;
  border: 2px solid #a7a7a7;
}

.result-das {
  text-align: left;
  margin-top: 10px;
  width: 100%;
  display: inline-table;
}

.result-das > label {
  background-color: #dcdcdcd9;
  padding: 3px 12px 3px 12px;
  border-radius: 2px;
  color: #5d5d5d;
  font-weight: 500;
  width: 60px;
  text-align: center;
  font-size: 110%;
  margin-right: 20px;
  border: 2px solid #448eaf;
}

.lbl {
  background-color: #dcdcdcd9;
  padding: 3px 12px 3px 12px;
  border-radius: 2px;
  color: #5d5d5d;
  font-weight: 500;
  font-size: 110%;
  margin-right: 20px;
  border: 2px solid #448eaf;
}

.td-label {
  border: 2px solid #6397c5;
  font-size: 13px;
  padding: 6px 10px 6px 10px;
  border-radius: 4px;
}

.td-title {
  font-size: 13px;
  border-radius: 4px;
  background-color: #2f8fbb;
  padding: 4px;
  color: aliceblue;
  padding: 8px 12px 8px 12px;
}

.tr-margin > td {
  text-align: left;
  padding-bottom: 40px;
  padding-right: 10px;
}

td.tit {
  width: 90px;
}

td.subtit {

}

.formulae {
  color: #2f8fbb;
  font-weight: 500;
  font-size: 11px;
}

.min-font {
  font-size: 80%;
  padding: 10px 7px 8px 8px;
}

.tab-cell {
  display: table-cell;
  width: 10px;
}

.cc-header {
  text-transform: uppercase;
  background-color: #e0deded1;
  border-bottom: 2px solid #e2e0e0e0;
  -webkit-backdrop-filter: blur(10px);
  padding: 10px 0 5px 0;
}

.cc-content {
  font-size: 80%;
}

.list-group-item:hover {
  background-color: #9ec0d1;
  color: aliceblue;
  cursor: pointer;
}

.list-group-item.red {
  color: #af362c;
}

.list-group-item.red:hover {
  background-color: #af362c;
  color: whitesmoke;
}

.list-group-item.blue {
  color: #6191bf;
}

.list-group-item.blue:hover {
  background-color: #6191bf;
  color: whitesmoke;
}

.list-group-item.yellow {
  color:  #e0a041;
}

.list-group-item.yellow:hover {
  background-color: #e0a041;
  color: whitesmoke;
}

.custom-card {
  display:none;
  position: absolute;
  z-index: 1;
  width: 200px;
  border: 1px solid #c3c3c3;
  -webkit-box-shadow: 1px 1px 15px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 1px 1px 15px 0px rgba(0,0,0,0.5);
  box-shadow: 1px 1px 15px 0px rgba(0,0,0,0.5);
}

.ley-text {
  padding: 7px 0 0 45px;
  font-size: 90%;
  font-weight: 500;
  text-transform: uppercase;
  font-family: sans-serif;
}

.ley-point {
  width: 35px;
  border-radius: 20px;
  height: 35px;
  margin: 10px;
}

.ley-point.red {
  background: #980808;
}

.ley-point.white {
  border: 2px solid;
  background: whitesmoke;
}

.ley-point.blue {
  background: #1767ad;
}

.ley-point.yellow {
  background: #ffc107 ;
}

.material-close-das {
  position: absolute;
  right: 0;
  background: white;
  border-radius: 4px;
  margin: 3px 3px 0 0;
  padding: 0px 0px 0px 1px;
  top: 0;
  font-size: 20px !important;
  cursor: pointer;
}

.material-close-das:hover {
  background: #ca4343;
  color: whitesmoke;
}

.custom-btn {
  cursor: pointer;
  height: 30px;
  padding: 0 20px 0 19px;
  vertical-align: middle;
  background: #2479a1;
  border: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}

.custom-btn.margin {
  margin: 15px 8px 9px 10px;
}

.custom-btn:disabled {
  background: #2479a1a6 !important;
  color: whitesmoke !important;
  cursor: not-allowed !important;
}

.description {
  font-size: 60%;
}

/***** Eco *****/
.point-eco {
  width: 32px;
  height: 32px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -o-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
  position: absolute;
  border: 1px solid;
  cursor: pointer;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.point-eco:active {
  border-color: #7e90f1;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(63, 81, 181, 0.34);
}

.point-eco:focus {
  border-color: #7e90f1;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(63, 81, 181, 0.34);
}

.point-eco.focus {
    border-color: #7e90f1;
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(63, 81, 181, 0.34);
}

.point-eco-sm.focus {
    border-color: #7e90f1;
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(63, 81, 181, 0.34);
}

.point-eco-sm {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -o-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
  background-color: #e6e6e6;
  position: absolute;
  border: 1px solid;
  cursor: pointer;
}

.point-eco-sm:active {
  border-color: #7e90f1;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(63, 81, 181, 0.34);
}

.point-eco-sm:focus {
  border-color: #7e90f1;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(63, 81, 181, 0.34);
}

.circle-l {
  width: 15px;
  height: 30px;
  -webkit-border-radius: 15px 0px 0px 15px;
  -moz-border-radius: 15px 0px 0px 15px;
  -o-border-radius: 15px 0px 0px 15px;
  -ms-border-radius: 15px 0px 0px 15px;
  border-radius: 15px 0px 0px 15px;
  float: left;
}

.circle-l-sm {
  width: 9px;
  height: 18px;
  -webkit-border-radius: 10px 0px 0px 10px;
  -moz-border-radius: 10px 0px 0px 10px;
  -o-border-radius: 10px 0px 0px 10px;
  -ms-border-radius: 10px 0px 0px 10px;
  border-radius: 10px 0px 0px 10px;
  float: left;
}

.circle-l.c-yellow {
  background-color: #fbc108;
}

.circle-l.c-blue {
  background-color: #1c66ad;
}

.circle-l.c-red {
  background-color: #980808;
}

.circle-l.c-white {
  background-color: #e6e6e6;
}

.circle-l.c-black {
  background-color: #353535;
}

.c-black-drk-4{
  background: rgba(107,107,107,1);
  background: -moz-linear-gradient(left, rgba(107,107,107,1) 0%, rgba(26,26,26,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(107,107,107,1)), color-stop(100%, rgba(26,26,26,1)));
  background: -webkit-linear-gradient(left, rgba(107,107,107,1) 0%, rgba(26,26,26,1) 100%);
  background: -o-linear-gradient(left, rgba(107,107,107,1) 0%, rgba(26,26,26,1) 100%);
  background: -ms-linear-gradient(left, rgba(107,107,107,1) 0%, rgba(26,26,26,1) 100%);
  background: linear-gradient(to right, rgba(107,107,107,1) 0%, rgba(26,26,26,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b6b6b', endColorstr='#1a1a1a', GradientType=1 );
  color: whitesmoke;
}

.c-black-drk-3{
  background: rgba(156,156,156,1);
  background: -moz-linear-gradient(left, rgba(156,156,156,1) 0%, rgba(71,71,71,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(156,156,156,1)), color-stop(100%, rgba(71,71,71,1)));
  background: -webkit-linear-gradient(left, rgba(156,156,156,1) 0%, rgba(71,71,71,1) 100%);
  background: -o-linear-gradient(left, rgba(156,156,156,1) 0%, rgba(71,71,71,1) 100%);
  background: -ms-linear-gradient(left, rgba(156,156,156,1) 0%, rgba(71,71,71,1) 100%);
  background: linear-gradient(to right, rgba(156,156,156,1) 0%, rgba(71,71,71,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c9c9c', endColorstr='#474747', GradientType=1 );
  color: whitesmoke;
}

.c-black-drk-2{
  background: rgba(204,204,204,1);
  background: -moz-linear-gradient(left, rgba(204,204,204,1) 0%, rgba(143,140,143,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(204,204,204,1)), color-stop(100%, rgba(143,140,143,1)));
  background: -webkit-linear-gradient(left, rgba(204,204,204,1) 0%, rgba(143,140,143,1) 100%);
  background: -o-linear-gradient(left, rgba(204,204,204,1) 0%, rgba(143,140,143,1) 100%);
  background: -ms-linear-gradient(left, rgba(204,204,204,1) 0%, rgba(143,140,143,1) 100%);
  background: linear-gradient(to right, rgba(204,204,204,1) 0%, rgba(143,140,143,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#8f8c8f', GradientType=1 );
  color: whitesmoke;
}

.c-black-drk-1{
  color: #585858 !important;
  background: rgba(245,245,245,1);
  background: -moz-linear-gradient(left, rgba(245,245,245,1) 0%, rgba(212,212,212,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(245,245,245,1)), color-stop(100%, rgba(212,212,212,1)));
  background: -webkit-linear-gradient(left, rgba(245,245,245,1) 0%, rgba(212,212,212,1) 100%);
  background: -o-linear-gradient(left, rgba(245,245,245,1) 0%, rgba(212,212,212,1) 100%);
  background: -ms-linear-gradient(left, rgba(245,245,245,1) 0%, rgba(212,212,212,1) 100%);
  background: linear-gradient(to right, rgba(245,245,245,1) 0%, rgba(212,212,212,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#d4d4d4', GradientType=1 );
}

.c-red-drk-2 {
  background: rgba(245,166,166,1);
  background: -moz-linear-gradient(left, rgba(245,166,166,1) 0%, rgba(239,136,136,1) 49%, rgba(239,136,136,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(245,166,166,1)), color-stop(49%, rgba(239,136,136,1)), color-stop(100%, rgba(239,136,136,1)));
  background: -webkit-linear-gradient(left, rgba(245,166,166,1) 0%, rgba(239,136,136,1) 49%, rgba(239,136,136,1) 100%);
  background: -o-linear-gradient(left, rgba(245,166,166,1) 0%, rgba(239,136,136,1) 49%, rgba(239,136,136,1) 100%);
  background: -ms-linear-gradient(left, rgba(245,166,166,1) 0%, rgba(239,136,136,1) 49%, rgba(239,136,136,1) 100%);
  background: linear-gradient(to right, rgba(245,166,166,1) 0%, rgba(239,136,136,1) 49%, rgba(239,136,136,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a6a6', endColorstr='#ef8888', GradientType=1 );
}

.c-red-drk-3 {
  background: rgba(242,136,136,1);
  background: -moz-linear-gradient(left, rgba(242,136,136,1) 0%, rgba(224,83,83,1) 49%, rgba(224,83,83,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(242,136,136,1)), color-stop(49%, rgba(224,83,83,1)), color-stop(100%, rgba(224,83,83,1)));
  background: -webkit-linear-gradient(left, rgba(242,136,136,1) 0%, rgba(224,83,83,1) 49%, rgba(224,83,83,1) 100%);
  background: -o-linear-gradient(left, rgba(242,136,136,1) 0%, rgba(224,83,83,1) 49%, rgba(224,83,83,1) 100%);
  background: -ms-linear-gradient(left, rgba(242,136,136,1) 0%, rgba(224,83,83,1) 49%, rgba(224,83,83,1) 100%);
  background: linear-gradient(to right, rgba(242,136,136,1) 0%, rgba(224,83,83,1) 49%, rgba(224,83,83,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f28888', endColorstr='#e05353', GradientType=1 );
}

.c-red-drk-4 {
  background: rgba(240,72,72,1);
  background: -moz-linear-gradient(left, rgba(240,72,72,1) 0%, rgba(216,0,0,1) 49%, rgba(216,0,0,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(240,72,72,1)), color-stop(49%, rgba(216,0,0,1)), color-stop(100%, rgba(216,0,0,1)));
  background: -webkit-linear-gradient(left, rgba(240,72,72,1) 0%, rgba(216,0,0,1) 49%, rgba(216,0,0,1) 100%);
  background: -o-linear-gradient(left, rgba(240,72,72,1) 0%, rgba(216,0,0,1) 49%, rgba(216,0,0,1) 100%);
  background: -ms-linear-gradient(left, rgba(240,72,72,1) 0%, rgba(216,0,0,1) 49%, rgba(216,0,0,1) 100%);
  background: linear-gradient(to right, rgba(240,72,72,1) 0%, rgba(216,0,0,1) 49%, rgba(216,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f04848', endColorstr='#d80000', GradientType=1 );
}

.circle-r {
  width: 15px;
  height: 30px;
  -webkit-border-radius: 0px 15px 15px 0px;
  -moz-border-radius: 0px 15px 15px 0px;
  -o-border-radius: 0px 15px 15px 0px;
  -ms-border-radius: 0px 15px 15px 0px;
  border-radius: 0px 15px 15px 0px;
  float: right;
}

.circle-r-sm {
  width: 9px;
  height: 18px;
  -webkit-border-radius: 0px 10px 10px 0px;
  -moz-border-radius: 0px 10px 10px 0px;
  -o-border-radius: 0px 10px 10px 0px;
  -ms-border-radius: 0px 10px 10px 0px;
  border-radius: 0px 10px 10px 0px;
  float: right;
}

.circle-r.c-yellow {
  background-color: #fbc108;
}

.circle-r.c-blue {
  background-color: #1c66ad;
}

.circle-r.c-red {
  background-color: #980808;
}

.circle-r.c-white {
  background-color: #e6e6e6;
}

.circle-r.c-black {
  background-color: #353535;
}

.circle-r-sm.c-yellow {
  background-color: #fbc108;
}

.circle-r-sm.c-blue {
  background-color: #1c66ad;
}

.circle-r-sm.c-red {
  background-color: #980808;
}

.circle-r-sm.c-white {
  background-color: #e6e6e6;
}

.circle-r-sm.c-black {
  background-color: #353535;
}

.point-eco-sm > div {
  /*display:none;*/
}

.ib-title {
  background-color: #e6e6e6;
  border-radius: 2px;
}

.ib-title > h4 {
  text-transform: uppercase;
  padding: 10px;
}

.ib-content {
  padding-bottom: 40px;
}

.ib-l {
  background-color: white;
}

.ib-r {
  background-color: white;
}

.custom-button {
  cursor: pointer;
  height: 30px;
  margin-bottom: 3px;
  font-size: 70%;
  padding: 7.5px 0 0 0;
}

.custom-button:hover {
  background-color: #e6e6e6;
  border-radius: 3px;
}

.number-box {
  color: whitesmoke;
  float: left;
  margin: -1px 0px 0px 5px;
  padding: 0px 5px 0px 5px;
  border-radius: 3px;
  background-color: #ececec;
}

.pic-box {
  max-height: 200px;
  height: 200px;
  background-color: #c3c3c3;
  border: 1px solid #797979;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.image-icons {
  cursor: pointer;
  font-size: 25px !important;
  padding: 5px;
  color: blue;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}

/***** Graphics *****/

.gra-point {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -o-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
  background-color: #e6e6e6;
  position: absolute;
  border: 1px solid;
  cursor: pointer;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.gra-point:active {
  border-color: #7e90f1;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(63, 81, 181, 0.34);
}

.gra-point:focus {
  border-color: #7e90f1;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(63, 81, 181, 0.34);
}

.gra-point-sm {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -o-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
  background-color: #e6e6e6;
  position: absolute;
  border: 1px solid;
  cursor: pointer;
}

.gra-point-sm > img {
  margin-top: -8.5px;
}

.gra-point-sm:active {
  border-color: #7e90f1;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(63, 81, 181, 0.34);
}

.gra-point-sm:focus {
  border-color: #7e90f1;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(63, 81, 181, 0.34);
}

.img-logo {
  max-width: 420px;
  padding: 60px 0 30px 0;
}

#errors {
  text-align: center;
}

/***** Custom Grids *****/

@media (min-width: 576px) {
  .col-6-custom {
    -ms-flex: 0 0 48%;
    flex: 0 0 49%;
    max-width: 49%;
    margin-right: 1% !important;
  }
}

/***** Slider Bar *****/

.slider-label {
    width: 7%;
    margin: auto;
    font-size: 10px;
}

.slider {
    -webkit-appearance: none;
    width: 95%;
    height: 15px;
    border-radius: 5px;
    background-color: #1ABC9C;
    background-image: -webkit-linear-gradient(left, #1ABC9C 0%, #F1C40F 50%, #E74C3C 100%);
    background-image: linear-gradient(to right,#1ABC9C 0%, #F1C40F 50%, #E74C3C 100%);
    outline: none;
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: whitesmoke;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.7);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.7);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.7);
    cursor: pointer;
}

.slider::-moz-range-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 0;
  background: whitesmoke;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.7);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.7);
  box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.7);
  cursor: pointer;
}

.slider::-moz-range-track {
  -webkit-appearance: none;
    width: 95%;
    height: 15px;
    border-radius: 5px;
    background-color: #1ABC9C;
    background-image: -webkit-linear-gradient(left, #1ABC9C 0%, #F1C40F 50%, #E74C3C 100%);
    background-image: linear-gradient(to right,#1ABC9C 0%, #F1C40F 50%, #E74C3C 100%);
    outline: none;
    opacity: 1;
}

.slider::-moz-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: whitesmoke;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.7);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.7);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.7);
    cursor: pointer;
}

 #admin-table tbody tr:hover {
  background-color: #a7a5a5 !important;
  color: whitesmoke;
  cursor: pointer;
}


.footer {
  padding-top: 35px;
  padding-bottom: 5px;
  font-size: 12px;
  font-weight: 500;
  color: #313131;
  width: 100%;
  z-index: -999;
}

.fixed {
  position: fixed;
  bottom: 0;
}

#tamoe-image {
  max-width: 125px !important;
  margin-top: -25px;
}

.span-footer {
  color: #2f2f2f;
}

.activado {
  background-color: #e0e0e0;
  border-radius: 3px;
}

.pd-title {
  background-color: #569DFC;
  color: #FFF;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 5px;
}

.eg-title {
  background-color: #5B5B5B;
  color: #FFF;
  padding-top: 5px;
  border-radius: 5px;
  padding-bottom: 5px;
}

.visita:hover {
  color: #2478a0 !important;
}

/***** Material Icons *****/

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v31/2fcrYFNaTjcS6g4U3t-Y5UEw0lE80llgEseQY3FEmqw.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

/***** Media queries *****/

@media (min-width: 1199px) {
  .slider-label {
    width: 8%;
  }

  .unity-label {
    display: block;
  }

  footer {
    position: absolute;
  }

  .fs-content {
    padding-bottom: 5%;
  }

  .eg-btn {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (max-width: 767px) {
  .inner-bg {
    padding: 60px 0 110px 0;
  }

  .form-number > div {
    text-align: center !important;
  }

  .eg-btn {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (max-width: 415px) {
  .eg-btn {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  h1, h2 {
    font-size: 32px;
  }

  .ul-nav {
    display: -webkit-inline-box;
  }

  .form-separator {
    clear: both;
    height: 18px;
    width: 100%;
  }

  .form-number > div {
    text-align: center !important;
  }

  .das28-cont {
    margin-left: % !important;
    margin-bottom: 20px;
  }

  .mob-tabs {
    display: none;
  }

  #cont {
    padding: 0 !important;
  }

  #das28-save {
    clear: both;
    margin:0 !important;
  }

}

#errors ul li, #errors p {
  color: #732020;
  list-style-type: none;
}


.close.image-modal {
  position: absolute;
  right: 5px;
  top: 2px;
  cursor: pointer;
}

#modal-image .modal-body {
  padding: 5px !important;
}

#modal-image .modal-content {
  border-radius: 0px;
}

#modal-image {
  margin-top: 18vh;
}

.bg-image {
  max-height: 500px;
  height: 500px;
  background-color: #c3c3c3;
  border: 1px solid #797979;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.pic-search {
  float: right;
  margin: 5px 8px;
  display:none;
}
