@import url('https://fonts.googleapis.com/css?family=Heebo:300,400,500,700,800,900');
.big-btn {
  background: #ffdc00;
  color: #333333;
  font-size: 16px;
  line-height: 1em;
  font-weight: 700;
  padding: 14px 54px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  border: 1px solid #ffdc00;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.big-btn:hover {
  background: transparent;
  color: #ffdc00;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.big-btn-line {
  background: transparent;
  color: #333333;
  font-size: 16px;
  line-height: 1em;
  font-weight: 700;
  padding: 14px 54px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  border: 1px solid #ffdc00;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.big-btn-line:hover {
  background: #ffdc00;
  color: #333333;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-fill {
  background: #ffdc00;
  color: #333333;
  font-size: 14px;
  line-height: 1em;
  font-weight: 700;
  padding: 12px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  border: 1px solid #ffdc00;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-fill:hover {
  background: transparent;
  color: #ffdc00;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-fill-s {
  background: #ffdc00;
  color: #333333;
  font-size: 12px;
  line-height: 1em;
  font-weight: 700;
  padding: 7px 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  border: 1px solid #ffdc00;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-fill-s:hover {
  background: transparent;
  color: #ffdc00;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-fill-dark {
  background: #333333;
  color: #FFF;
  font-size: 14px;
  line-height: 1em;
  font-weight: 700;
  padding: 12px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  border: 1px solid #333333;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-fill-dark:hover {
  background: transparent;
  color: #ffdc00;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-fill-gray {
  background: #CCC;
  color: #333333;
  font-size: 14px;
  line-height: 1em;
  font-weight: 700;
  padding: 12px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  border: 1px solid #CCC;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-fill-gray:hover {
  background: transparent;
  color: #333333;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-line {
  background: transparent;
  color: #333333;
  font-size: 14px;
  line-height: 1em;
  font-weight: 700;
  padding: 12px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  border: 1px solid #ffdc00;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-line:hover {
  background: #ffdc00;
  color: #333333;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-line-gray {
  background: transparent;
  color: #333333;
  font-size: 14px;
  line-height: 1em;
  font-weight: 700;
  padding: 12px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  border: 1px solid #dbdbdb;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-line-gray:hover {
  background: #dbdbdb;
  color: #333333;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
h5 {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  display: block;
}
.green {
  color: #799b12;
}
.yellow {
  color: #e1c727;
}
.red {
  color: #fc2a31;
}
.fill {
  object-fit: cover;
  object-position: middle center;
}
.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.shad {
  text-shadow: 0 -1px 0 rgba(128, 128, 128, 0.5);
}
.light {
  font-weight: 300;
}
.regular {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
.bold {
  font-weight: 700;
}
.extra {
  font-weight: 800;
}
.black {
  font-weight: 900;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
body,
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-family: 'Heebo', sans-serif;
}
a,
a:hover {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
  text-decoration: none;
}
hr.clear {
  background: none;
  border: 0;
  clear: both;
  display: block;
  float: none;
  font-size: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/*
Para el fill
.head-img {
      width: 100%;
      height: 415px;
      overflow: hidden;
      img {
        width: 100%;
        height: 415px;
        .fill;
      }
}*/
header.home {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  padding: 26px 0;
}
header.home .logo {
  margin-bottom: 25px;
}
header.home nav {
  text-align: right;
  margin: 10px 0 0 0;
}
header.home nav ul {
  margin: 0;
  padding: 0;
}
header.home nav li {
  list-style: none;
  display: inline-block;
  padding: 0 7px;
}
header.home nav li a {
  color: #ffdc00;
  font-size: 14px;
  font-weight: 700;
}
header.home nav li a:hover {
  color: #FFF;
}
header.home hr {
  margin: 0;
  border: none;
  width: 100%;
  height: 3px;
  background: #FFF;
}
header.inner {
  position: relative;
  background: #FFF;
  padding: 26px 0;
}
header.inner .logo {
  margin-bottom: 15px;
}
header.inner nav {
  text-align: right;
  margin: 15px 0 0 0;
}
header.inner nav ul {
  margin: 0;
  padding: 0;
}
header.inner nav li {
  list-style: none;
  display: inline-block;
  padding: 0 7px;
}
header.inner nav li a {
  color: #333333;
  font-size: 14px;
  font-weight: 700;
}
header.inner nav li a.user {
  color: #e1c727;
}
header.inner nav li a:hover {
  color: #ffdc00;
}
header.inner nav li a.but {
  background: #ffdc00;
  color: #333333;
  font-size: 14px;
  line-height: 1em;
  font-weight: 700;
  padding: 8px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  border: 1px solid #ffdc00;
}
header.inner nav li a.but:hover {
  background: transparent;
  color: #ffdc00;
}
header.inner nav li a.noti {
  color: #333333;
  font-size: 24px;
  position: relative;
}
header.inner nav li a.noti:hover {
  color: #e1c727;
}
header.inner nav li a.noti .cant {
  display: block;
  background: #fc2a31;
  color: #FFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  text-align: center;
  position: absolute;
  right: -4px;
  top: -4px;
  padding-top: 4px;
  font-size: 13px;
  font-weight: 700;
}
header.inner hr {
  margin: 0;
  border: none;
  width: 100%;
  height: 3px;
  background: #333333;
}
.hero {
  position: relative;
  height: 628px;
}
.hero .imagen {
  width: 100%;
  height: 628px;
  overflow: hidden;
}
.hero .imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: middle center;
}
.hero .txt {
  position: absolute;
  top: 200px;
  max-width: 40%;
}
@media (max-width: 767px) {
  .hero .txt {
    top: 150px;
    max-width: 90%;
  }
}
.hero .txt .tag {
  color: #ffdc00;
  font-size: 14px;
  font-weight: 700;
}
.hero .txt h1 {
  color: #FFF;
  font-size: 60px;
  font-weight: 500;
  line-height: 1em;
  margin: 30px 0 20px;
}
@media (max-width: 767px) {
  .hero .txt h1 {
    font-size: 38px;
  }
}
.hero .txt p {
  font-size: 21px;
  font-weight: 400;
  color: #FFF;
  line-height: 1.6em;
}
@media (max-width: 767px) {
  .hero .txt p {
    font-size: 18px;
  }
}
.hero .txt .big-btn {
  margin-top: 30px;
}
.intro-home {
  padding: 40px 0 80px;
}
.intro-home h2 {
  text-align: center;
  font-size: 48px;
  font-weight: 500;
  color: #333333;
  line-height: 1em;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .intro-home h2 {
    font-size: 36px;
  }
}
.intro-home h3 {
  font-size: 36px;
  font-weight: 500;
  color: #333333;
  line-height: 1em;
}
@media (max-width: 767px) {
  .intro-home h3 {
    font-size: 26px;
  }
}
.intro-home p {
  font-weight: 400;
  color: #333333;
  line-height: 1.5em;
  font-size: 16px;
}
.intro-home p.lead {
  font-size: 18px;
}
.intro-home .steps {
  margin: 40px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .intro-home .steps {
    flex-direction: column;
  }
}
.intro-home .steps article {
  text-align: left;
  max-width: 160px;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}
@media (max-width: 767px) {
  .intro-home .steps article {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}
.intro-home .steps article .icono {
  margin-bottom: 20px;
}
.intro-home .steps article img {
  max-width: 100%;
}
.intro-home .steps article .number {
  font-size: 24px;
  font-weight: 700;
  color: #ffdc00;
}
.intro-home .steps article .tit {
  font-weight: 500;
  font-size: 21px;
  color: #333333;
}
.intro-home .steps2 {
  margin: 40px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .intro-home .steps2 {
    flex-direction: column;
  }
}
.intro-home .steps2 article {
  text-align: center;
  max-width: 220px;
  margin-bottom: 30px;
  height: 320px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}
@media (max-width: 767px) {
  .intro-home .steps2 article {
    width: 100%;
    max-width: 100%;
    text-align: center;
    height: auto;
  }
}
.intro-home .steps2 article a {
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0;
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .intro-home .steps2 article a {
    position: relative;
    bottom: auto;
    right: auto;
    left: auto;
    display: inline-block;
    margin: 0 auto;
  }
}
.intro-home .steps2 article .status {
  position: absolute;
  top: 10px;
  right: 10px;
}
.intro-home .steps2 article .icono {
  margin-bottom: 20px;
}
.intro-home .steps2 article img {
  max-width: 100%;
}
.intro-home .steps2 article .number {
  font-size: 24px;
  font-weight: 700;
  color: #ffdc00;
}
.intro-home .steps2 article .tit {
  font-weight: 500;
  font-size: 21px;
  color: #333333;
}
.que-es {
  padding: 103px 0;
}
.que-es .big-btn {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .que-es .big-btn {
    margin-top: 30px;
  }
}
.que-es .tag {
  font-size: 14px;
  font-weight: 700;
  color: #333333;
}
.que-es h2 {
  font-size: 48px;
  font-weight: 500;
  color: #333333;
  line-height: 1em;
}
.que-es p {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
}
.que-es section {
  margin: 40px 0;
}
.que-es section .image img {
  max-width: 100%;
}
.que-es section .txt {
  padding: 70px 40px;
}
.que-es section .txt .step {
  color: #ffdc00;
  font-size: 36px;
  font-weight: 700;
  line-height: 1em;
}
.que-es section .txt h3 {
  font-size: 36px;
  font-weight: 500;
  color: #333333;
  line-height: 1em;
}
.que-es section .txt p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  color: #333333;
}
.que-es section .dots {
  text-align: right;
  margin-top: 80px;
}
.que-es section .dots ul {
  margin: 0px;
  padding: 0px;
  text-align: right;
}
.que-es section .dots li {
  list-style: none;
  display: inline-block;
  margin: 0 5px;
}
.que-es section .dots a {
  font-size: 12px;
  color: #CCC;
}
.que-es section .dots a:hover {
  color: #ffdc00;
}
.que-es section .dots a.active {
  color: #ffdc00;
}
footer {
  background: #333333;
  padding: 70px 0;
}
footer nav {
  margin-top: 10px;
  text-align: right;
}
footer nav a {
  font-size: 14px;
  font-weight: 700;
  color: #FFF;
  margin-left: 8px;
}
footer nav a:hover {
  color: #ffdc00;
}
footer .social {
  margin: 30px 0 0 0;
}
footer .social a {
  margin-right: 8px;
  font-size: 23px;
  display: inline-block;
  padding: 10px;
  color: #FFF;
  width: 50px;
  height: 50px;
  border: 1px solid #5b5b5b;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
footer .social a:hover {
  background: #FFF;
  color: #333333;
}
footer .copy {
  font-size: 12px;
  color: #5b5b5b;
  text-align: right;
  margin-top: 40px;
}
.cabezal-dist {
  background: url(../img/titulo-bg-dist.jpg) #ffdc00 right no-repeat;
  display: block;
  padding: 60px 50px;
  margin: 0 20px;
}
.cabezal-dist .tag {
  font-size: 14px;
  font-weight: 700;
  color: #333333;
  position: relative;
}
.cabezal-dist .tag:before {
  content: "";
  width: 50px;
  border-top: 3px solid #333333;
  position: absolute;
  height: 3px;
  top: 10px;
  left: -70px;
}
.cabezal-dist h1 {
  margin: 0px;
  font-size: 48px;
  font-weight: 500;
}
.cabezal {
  background: url(../img/titulo-bg.jpg) #ffdc00 right no-repeat;
  display: block;
  padding: 60px 50px;
  margin: 0 20px;
}
.cabezal .tag {
  font-size: 14px;
  font-weight: 700;
  color: #333333;
  position: relative;
}
.cabezal .tag:before {
  content: "";
  width: 50px;
  border-top: 3px solid #333333;
  position: absolute;
  height: 3px;
  top: 10px;
  left: -70px;
}
.cabezal h1 {
  margin: 0px;
  font-size: 48px;
  font-weight: 500;
}
.cabezal-evaluacion {
  display: block;
  padding: 0 50px;
  margin: 30px 20px 0 ;
}
.cabezal-evaluacion hr {
  height: 3px;
  background: #333333;
  margin: 0;
  border: none;
}
.cabezal-evaluacion .img {
  text-align: right;
}
.cabezal-evaluacion .img img {
  max-width: 100%;
}
.cabezal-evaluacion .tag {
  font-size: 14px;
  font-weight: 700;
  color: #333333;
  position: relative;
}
.cabezal-evaluacion .tag:before {
  content: "";
  width: 50px;
  border-top: 3px solid #333333;
  position: absolute;
  height: 3px;
  top: 10px;
  left: -70px;
}
.cabezal-evaluacion p {
  font-weight: 400;
  line-height: 1.3em;
  color: #333333;
}
@media (min-width: 768px) {
  .cabezal-evaluacion p {
    font-size: 18px;
    margin: 20px 0 20px;
  }
}
@media (min-width: 1200px) {
  .cabezal-evaluacion p {
    font-size: 21px;
    margin: 20px 0 30px;
  }
}
@media (max-width: 767px) {
  .cabezal-evaluacion p {
    font-size: 16px;
    margin: 20px 0 20px;
  }
}
.cabezal-evaluacion h1 {
  margin: 0px;
  font-size: 48px;
  font-weight: 500;
}
.cabezal-evaluacion .big-btn {
  margin-bottom: 50px;
}
.form {
  margin: 70px 0;
  padding: 0 70px;
}
.form.nogut {
  margin: 0;
  padding: 0;
}
.form h3 {
  font-size: 30px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 40px;
}
.form h3 span {
  color: #ffdc00;
}
.form p {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 1.6em;
}
.form p.mini {
  font-size: 14px;
}
.form h4 {
  font-size: 24px;
  font-weight: 700;
  color: #e1c727;
}
.form .numero {
  font-size: 261px;
  font-weight: 800;
  color: #fff3bf;
  text-align: center;
  line-height: 1em;
}
.form .dots {
  margin-top: 20px;
  text-align: right;
}
.form .dots ul {
  margin: 0px;
  padding: 0px;
}
.form .dots li {
  list-style: none;
  display: inline-block;
  margin: 0 5px;
  font-size: 12px;
  color: #CCC;
}
.form .dots li.active {
  color: #ffdc00;
}
.form .image-upload {
  position: relative;
  display: block;
  width: 114px;
}
.form .image-upload .image {
  width: 114px;
  height: 97px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.form .image-upload .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: middle center;
}
.form .image-upload .botones {
  position: absolute;
  z-index: 2;
  right: 0;
  left: 0;
  top: 30px;
  text-align: center;
}
.form .image-upload .botones a {
  color: #FFF;
  font-size: 28px;
  margin: 0 10px;
}
.form .image-upload .botones a:hover {
  color: #ffdc00;
}
.form .obras {
  margin: 30px 0;
}
.form .image-upload-obra {
  position: relative;
  display: block;
  width: 100%;
}
.form .image-upload-obra .image {
  width: 100%;
  height: 97px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.form .image-upload-obra .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: middle center;
}
.form .image-upload-obra .botones {
  position: absolute;
  z-index: 2;
  right: 0;
  left: 0;
  top: 30px;
  text-align: center;
}
.form .image-upload-obra .botones a {
  color: #FFF;
  font-size: 28px;
  margin: 0 10px;
}
.form .image-upload-obra .botones a:hover {
  color: #ffdc00;
}
.form label {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  display: block;
}
.form label span {
  display: block;
  font-weight: 400;
  font-size: 14px;
}
.form label span.line {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
}
.form label .tt {
  color: #ffdc00;
  font-size: 18px;
}
.form input {
  width: 100%;
  font-size: 15px;
  padding: 7px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 20px;
  border: 1px solid #CCC;
}
.form textarea {
  width: 100%;
  font-size: 15px;
  padding: 7px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 20px;
  border: 1px solid #CCC;
}
.form select {
  font-size: 15px;
  padding: 7px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 20px;
  background: #FFF;
  height: 40px;
  display: block;
  width: 100%;
}
.form .equipo-persona {
  border-bottom: 1px solid #cecece;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.form .equipo-persona h3 {
  margin-bottom: 10px;
}
.form section {
  margin: 30px 0;
}
.form .dist-add {
  padding: 30px 0 10px;
  border-top: 3px solid #333333;
  border-bottom: 1px solid #cecece;
}
.form .dist-sucursal {
  border-bottom: 1px solid #cecece;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.form .dist-sucursal h3 {
  margin-bottom: 10px;
}
.form .los-checkbox {
  display: block;
  margin-bottom: 30px;
}
.form .control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  padding-top: 3px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
.form .control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  width: auto;
}
.form .control_indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
  border: 0px solid #000000;
}
.form .control-radio .control_indicator {
  border-radius: undefined%;
}
.form .control:hover input ~ .control_indicator,
.form .control input:focus ~ .control_indicator {
  background: #cccccc;
}
.form .control input:checked ~ .control_indicator {
  background: #ffdc00;
}
.form .control:hover input:not([disabled]):checked ~ .control_indicator,
.form .control input:checked:focus ~ .control_indicator {
  background: #ffdc00;
}
.form .control input:disabled ~ .control_indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.form .control_indicator:after {
  box-sizing: unset;
  content: '';
  position: absolute;
  display: none;
}
.form .control input:checked ~ .control_indicator:after {
  display: block;
}
.form .control-checkbox .control_indicator:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.form .control-checkbox input:disabled ~ .control_indicator:after {
  border-color: #7b7b7b;
}
.form .bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #CCC;
  display: inline-block;
  color: #555;
  vertical-align: middle;
  max-width: 100%;
  line-height: 21px;
  cursor: text;
  width: 100%;
  font-size: 15px;
  padding: 6px;
  font-weight: 400;
  margin-bottom: 20px;
}
.form .bootstrap-tagsinput .label-info {
  background: #ffdc00;
  color: #333333;
}
.form .bootstrap-tagsinput .tag {
  color: #333333;
}
.form .bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0 6px;
  margin: 0;
  width: auto;
  max-width: inherit;
}
.form .bootstrap-tagsinput.form-control input::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.form .bootstrap-tagsinput.form-control input:-ms-input-placeholder {
  color: #777;
}
.form .bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
  color: #777;
}
.form .bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}
.form .bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
}
.form .bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}
.form .bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  padding: 0px 2px;
}
.form .bootstrap-tagsinput .tag [data-role="remove"]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.form .bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.form select.bs-select-hidden,
.form .bootstrap-select > select.bs-select-hidden,
.form select.selectpicker {
  display: none !important;
}
.form .bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
  vertical-align: middle;
  margin-bottom: 20px;
}
.form .bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.form .bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px;
}
.form .bootstrap-select > .dropdown-toggle.bs-placeholder,
.form .bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.form .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.form .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999999;
}
.form .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
.form .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
.form .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
.form .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
.form .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
.form .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
.form .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
.form .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
.form .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover,
.form .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
.form .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
.form .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
.form .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
.form .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
.form .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
.form .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
.form .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
.form .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
.form .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
.form .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
.form .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
.form .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
.form .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
.form .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255, 255, 255, 0.5);
}
.form .bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}
.form .bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}
.has-error .form .bootstrap-select .dropdown-toggle,
.error .form .bootstrap-select .dropdown-toggle,
.form .bootstrap-select.is-invalid .dropdown-toggle,
.was-validated .form .bootstrap-select .selectpicker:invalid + .dropdown-toggle {
  border-color: #b94a48;
}
.form .bootstrap-select.is-valid .dropdown-toggle,
.was-validated .form .bootstrap-select .selectpicker:valid + .dropdown-toggle {
  border-color: #28a745;
}
.form .bootstrap-select.fit-width {
  width: auto !important;
}
.form .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}
.form .bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.form .bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.form .bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.form .bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto;
}
.form-inline .form .bootstrap-select,
.form-inline .form .bootstrap-select.form-control:not([class*="col-"]) {
  width: auto;
}
.form .bootstrap-select:not(.input-group-btn),
.form .bootstrap-select[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.form .bootstrap-select.dropdown-menu-right,
.form .bootstrap-select[class*="col-"].dropdown-menu-right,
.row .form .bootstrap-select[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .form .bootstrap-select,
.form-horizontal .form .bootstrap-select,
.form-group .form .bootstrap-select {
  margin-bottom: 0;
}
.form-group-lg .form .bootstrap-select.form-control,
.form-group-sm .form .bootstrap-select.form-control {
  padding: 0;
}
.form-group-lg .form .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .form .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.form .bootstrap-select.form-control-sm .dropdown-toggle,
.form .bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.form .bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}
.form .bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}
.form-inline .form .bootstrap-select .form-control {
  width: 100%;
}
.form .bootstrap-select.disabled,
.form .bootstrap-select > .disabled {
  cursor: not-allowed;
}
.form .bootstrap-select.disabled:focus,
.form .bootstrap-select > .disabled:focus {
  outline: none !important;
}
.form .bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}
.form .bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}
.form .bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  flex: 0 1 auto;
}
.bs3.form .bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}
.input-group .bs3-has-addon.form .bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}
.input-group .bs3-has-addon.form .bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit;
}
.form .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}
.form .bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden;
}
.form .bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.input-group .form .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}
.form .bootstrap-select[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.form .bootstrap-select .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
}
.form .bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important;
}
.form .bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.form .bootstrap-select .dropdown-menu li {
  position: relative;
}
.form .bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}
.form .bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.form .bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  user-select: none;
}
.form .bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.form .bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}
.form .bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}
.form .bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}
.form .bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}
.form .bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.form .bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
  width: auto;
}
.form .bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.form .bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}
.form .bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: '\00a0';
}
.form .bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.form .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}
.form .bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.form .bootstrap-select .bs-ok-default:after {
  content: '';
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  transform: rotate(45deg);
}
.form .bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.form .bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}
.form .bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.form .bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.form .bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.form .bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.form .bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}
.form .bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}
.form .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
.form .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
.form .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.form .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block;
}
.form .bs-searchbox,
.form .bs-actionsbox,
.form .bs-donebutton {
  padding: 4px 8px;
}
.form .bs-actionsbox {
  width: 100%;
  box-sizing: border-box;
}
.form .bs-actionsbox .btn-group button {
  width: 50%;
}
.form .bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.form .bs-donebutton .btn-group button {
  width: 100%;
}
.form .bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.form .bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
.modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.modal-header {
  border-bottom: none;
  padding: 15px 15px 0 0;
}
.modal-footer {
  text-align: left;
  border-top: none;
  padding: 0 30px 30px 30px;
}
.modal-body {
  padding: 30px;
}
.modal-body h3 {
  margin-bottom: 10px;
}
.modal-body p {
  font-size: 16px;
}
.kilometros {
  margin: 20px 0;
}
.kilometros span {
  font-size: 32px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
}
.mapa-entrega {
  max-width: 450px;
  width: 100%;
  height: 217px;
}
.dashboard {
  margin: 90px 0;
}
.dashboard.lesspad {
  margin: 50px 0 90px;
}
.dashboard section {
  margin: 0 0 60px;
}
.dashboard section.conborde {
  margin: 0;
  padding: 40px 0;
  border-bottom: 3px solid #333333;
}
.dashboard section.sinborde {
  margin: 0;
  padding: 0;
}
.dashboard .header {
  margin-bottom: 30px;
}
.dashboard .header h2 {
  margin: 10px 0 0 0;
  font-size: 36px;
  font-weight: 500;
  color: #333333;
}
@media (max-width: 767px) {
  .dashboard .header h2 {
    font-size: 24px;
  }
}
.dashboard .header .config {
  background: #f1f1f1;
  padding: 20px;
  margin: 20px 0;
  min-height: 230px;
}
.dashboard .header .config .value {
  font-weight: 300;
}
.dashboard .header .config .toggle-group .btn-primary {
  background: #ffdc00;
}
.dashboard .noticia-article {
  font-family: 'Heebo', sans-serif;
}
.dashboard .noticia-article img {
  margin-bottom: 30px;
}
.dashboard .noticia-article a {
  color: #e1c727;
}
.dashboard .noticia-article p {
  font-size: 16px;
  line-height: 1.6em;
  color: #333333;
}
.dashboard .noticia-article p a {
  color: #e1c727;
}
.dashboard .noticia-article ul li {
  font-size: 16px;
  line-height: 1.6em;
  color: #333333;
}
.dashboard .noticia-article ul li a {
  color: #e1c727;
}
.dashboard .noticia-article h2 {
  font-size: 32px;
  font-weight: 500;
  color: #333333;
  line-height: 1.4em;
}
.dashboard .noticia-article h3 {
  font-size: 28px;
  font-weight: 500;
  color: #333333;
  line-height: 1.4em;
}
.dashboard .noticia-article h4 {
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  line-height: 1.4em;
}
.dashboard .noticia-article h5 {
  font-size: 21px;
  font-weight: 500;
  color: #333333;
  line-height: 1.4em;
}
@media (max-width: 767px) {
  .dashboard .vertodas {
    text-align: right;
    margin: 10px 0 0 0;
  }
}
.dashboard .vertodas .big-btn {
  position: relative;
  display: block;
  text-align: center;
}
.dashboard .vertodas .big-btn .cant {
  display: block;
  background: #fc2a31;
  color: #FFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  text-align: center;
  position: absolute;
  right: -4px;
  top: -4px;
  padding-top: 4px;
  font-size: 13px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .dashboard .vertodas .big-btn {
    display: inline-block;
    font-size: 14px;
    padding: 7px 20px;
  }
}
.dashboard .listado-leads article {
  margin: 20px 0;
  border: 1px solid #eaeaea;
}
.dashboard .listado-leads article .info {
  padding: 20px;
}
.dashboard .listado-leads article .info .mt2 {
  font-weight: 700;
  color: #e1c727;
  font-size: 21px;
}
.dashboard .listado-leads article .info .prod {
  font-weight: 500;
  color: #585858;
  font-size: 21px;
}
.dashboard .listado-leads article .info .des {
  font-size: 14px;
  color: #585858;
}
.dashboard .listado-leads article .ctas {
  padding: 20px;
  text-align: right;
}
.dashboard .listado-leads article .ctas .progress {
  margin-bottom: 5px;
  box-shadow: none;
  height: 15px;
}
.dashboard .listado-leads article .ctas .progress-bar-success {
  background: #95f429;
  /* Old browsers */
  background: -moz-linear-gradient(left, #95f429 0%, #fc2a31 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #95f429 0%, #fc2a31 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #95f429 0%, #fc2a31 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#95f429', endColorstr='#fc2a31', GradientType=1);
  /* IE6-9 */
}
.dashboard .listado-leads article .ctas .tiempo {
  font-size: 14px;
  font-weight: 700;
}
.dashboard .listado-leads article .ctas .tiempo.green {
  color: #799b12;
}
.dashboard .listado-leads article .ctas .tiempo.yellow {
  color: #e1c727;
}
.dashboard .listado-leads article .ctas .tiempo.red {
  color: #fc2a31;
}
.dashboard .listado-leads article .ctas .puntos {
  font-size: 14px;
  color: #333333;
  font-weight: 400;
  margin-bottom: 20px;
}
.dashboard .listado-leads article .mapa {
  width: 100%;
  height: 160px;
  background: #ccc;
}
.dashboard .iconos article {
  margin-bottom: 20px;
  text-align: center;
}
.dashboard .iconos article img {
  max-width: 100%;
}
.dashboard .iconos article .value {
  font-size: 24px;
  color: #585858;
  font-weight: 500;
  line-height: 1.3em;
}
.dashboard .iconos article span {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}
.dashboard .articulos article {
  margin-bottom: 30px;
}
.dashboard .articulos article img {
  width: 100%;
}
.dashboard .articulos article .date {
  font-size: 14px;
  color: #e1c727;
  font-weight: 700;
}
.dashboard .articulos article .tit {
  font-size: 16px;
  color: #585858;
  font-weight: 500;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.dashboard .articulos article:hover .tit {
  color: #e1c727;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.dashboard .side article {
  border: 1px solid #eaeaea;
  padding: 10px;
  width: 100%;
  font-size: 13px;
}
.dashboard .side article .row {
  margin-right: -5px;
  margin-left: -5px;
}
.dashboard .side article .col-xs-6 {
  padding-right: 5px;
  padding-left: 5px;
}
.dashboard .side article img {
  width: 100%;
}
.dashboard .side article .nombre {
  font-size: 16px;
  font-weight: 700;
}
.dashboard .side article .nombre a {
  color: #333333;
}
.dashboard .side article .nombre a:hover {
  color: #e1c727;
}
.dashboard .side .switch {
  text-align: center;
  margin: 10px 0;
}
.dashboard .puntos-duit-total {
  border: 1px solid #eaeaea;
  border-top: 0;
  padding: 20px;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  color: #585858;
}
.dashboard .puntos-duit-total img {
  max-width: 47px;
  width: 100%;
}
.dashboard .puntos-duit-total span {
  display: block;
  font-size: 24px;
}
.dashboard .mercadopago {
  border: 1px solid #eaeaea;
  margin-top: 30px;
  padding: 20px;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  color: #585858;
}
.dashboard .mercadopago img {
  max-width: 70px;
  width: 100%;
}
.dashboard .mercadopago img.thik {
  width: 45px;
  max-width: 45px;
}
.dashboard .mercadopago span {
  display: block;
  font-size: 24px;
}
.dashboard .mercadopago h4 {
  font-size: 16px;
  font-weight: 700;
}
.dashboard .mercadopago h4.success {
  color: #799b12;
}
.dashboard .mercadopago p {
  font-size: 13px;
}
.dashboard .mercadopago .btn-fill-s {
  margin-top: 12px;
}
.dashboard .in-precio {
  max-width: 120px;
}
.dashboard .qty {
  max-width: 80px;
}
.dashboard .info-presu {
  margin-bottom: 40px;
  font-size: 14px;
  color: #585858;
  line-height: 1.8em;
}
.dashboard .info-presu .proyid {
  font-size: 18px;
  margin-bottom: 20px;
}
.dashboard .mapa {
  width: 100%;
  height: 200px;
  background: #eaeaea;
}
.dashboard .presu-h {
  font-size: 14px;
  color: #585858;
  font-weight: 400;
}
.dashboard .presu-h h5 {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  margin: 0;
}
.dashboard .presu-h .subtot {
  padding-top: 10px;
  text-align: right;
}
@media (max-width: 767px) {
  .dashboard .presu-h .subtot {
    text-align: left;
  }
}
.dashboard .total-presu {
  padding: 10px;
  border-bottom: 3px solid #333333;
  font-size: 13px;
  color: #585858;
}
.dashboard .total-presu h5 {
  font-size: 18px;
  color: #333333;
  margin: 0;
}
.dashboard .total-presu .precio {
  font-size: 21px;
  color: #333333;
  font-weight: 700;
  text-align: right;
  padding: 10px;
}
.flotante {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 10px;
  background: #333333;
  z-index: 9999;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}
.flotante .volver {
  margin-top: 25px;
}
.flotante h3 {
  font-size: 16px;
  font-weight: 700;
  color: #ffdc00;
  margin: 0 0 7px;
}
.flotante h3 a {
  color: #FFF;
}
.flotante .txt {
  font-size: 12px;
  color: #FFF;
  font-weight: 400;
}
.flotante .grupo {
  display: block;
}
.flotante .this {
  display: inline-block;
  vertical-align: middle;
}
.flotante .this .in-precio {
  height: 40px;
}
.flotante .this input {
  height: 40px;
}
.dataTables_wrapper .dataTables_filter input {
  border: 1px solid #CCC;
  padding: 7px;
}
.panel-title {
  padding: 7px 10px;
  font-size: 18px;
  font-weight: 300;
}
.panel-title .fa {
  padding-right: 10px;
  color: #999;
}
.panel-title a:active,
.panel-title a:focus {
  text-decoration: none;
}
.panel-faq .panel-heading {
  background: #FFF;
  padding: 0;
  border-bottom: 1px solid #000;
}
.panel-faq .panel-heading h5 {
  font-weight: 400;
}
.panel-faq .panel-heading + .panel-collapse > .list-group,
.panel-faq .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
  border-bottom: none;
  background: #f9f9f9;
}
.referencias article {
  margin-bottom: 8px;
  padding-bottom: 5px;
  border-bottom: 1px solid #CCC;
}
.referencias article p {
  font-size: 12px;
  margin: 4px 0 0 0;
  line-height: 1em;
}
.score {
  font-size: 14px;
  color: #CCC;
}
.score .ok {
  color: #e1c727;
}
.score-big {
  font-size: 18px;
  color: #CCC;
}
.score-big .ok {
  color: #e1c727;
}
.anual-ventas h3 span {
  font-size: 13px;
}
.evaluacion-listado {
  margin: 70px 0;
  padding: 0 70px;
}
.evaluacion-listado article {
  margin-bottom: 50px;
}
.evaluacion-listado article .imagen {
  background: #ffdc00;
}
.evaluacion-listado article .imagen img {
  width: 100%;
}
.evaluacion-listado article h3 {
  font-size: 21px;
  font-weight: 500;
  margin: 0 0 20px;
}
.evaluacion-listado article p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
}
.evaluacion-listado article .status {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
}
.evaluacion-listado article .status .fa {
  font-size: 24px;
  vertical-align: middle;
  margin-right: 10px;
}
.evaluacion-listado article .score {
  margin: 30px 0;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
}
.evaluacion-listado article .score span {
  padding-left: 8px;
  color: #e1c727;
}
.evaluacion-listado article.finalizado .imagen img {
  opacity: 0.3;
}
.evaluacion-listado article.finalizado h3,
.evaluacion-listado article.finalizado p {
  color: #707070;
}
.evaluacion-listado article.finalizado .status {
  color: #707070;
}
.evaluacion-listado article.finalizado .status .fa {
  color: #ffdc00;
}
.evaluacion-listado article.pendiente .imagen img {
  opacity: 1;
}
.evaluacion-listado article.pendiente h3,
.evaluacion-listado article.pendiente p {
  color: #333333;
}
.evaluacion-listado article.pendiente .status {
  color: #707070;
}
.evaluacion-listado article.pendiente .status .fa {
  color: #fc2a31;
}
.evaluacion-listado article.pendiente .btns {
  margin-top: 40px;
}
.evaluacion-proceso {
  margin: 70px 0;
  padding: 0 70px;
}
.evaluacion-proceso .progreso {
  font-size: 30px;
  font-weight: 500;
  color: #ffdc00;
}
.evaluacion-proceso .progreso .progress {
  margin: 10px 0;
  box-shadow: none;
  background: #efefef;
}
.evaluacion-proceso .progreso .progress-bar {
  background: #ffdc00;
  box-shadow: none;
}
.evaluacion-proceso .tiempo {
  text-align: right;
  font-size: 30px;
  color: #333333;
  font-weight: 500;
}
.evaluacion-proceso .tiempo img {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}
.evaluacion-proceso article h3 {
  font-size: 21px;
  font-weight: 500;
  color: #333333;
  line-height: 1.4em;
}
.evaluacion-proceso article img {
  max-width: 100%;
}
.evaluacion-proceso article .respuestas {
  margin-top: 40px;
}
.evaluacion-material {
  margin: 70px 0;
  padding: 0 70px;
}
.evaluacion-material .dots {
  margin: 20px 0;
}
.evaluacion-material .dots ul {
  margin: 0px;
  padding: 0px;
}
.evaluacion-material .dots li {
  list-style: none;
  display: inline-block;
  margin: 0 5px;
  font-size: 12px;
  color: #CCC;
}
.evaluacion-material .dots li.active {
  color: #ffdc00;
}
.evaluacion-material .progreso {
  font-size: 30px;
  font-weight: 500;
  color: #ffdc00;
}
.evaluacion-material .progreso .progress {
  margin: 10px 0;
  box-shadow: none;
  background: #efefef;
}
.evaluacion-material .progreso .progress-bar {
  background: #ffdc00;
  box-shadow: none;
}
.evaluacion-material .tiempo {
  text-align: right;
  font-size: 30px;
  color: #333333;
  font-weight: 500;
}
.evaluacion-material .tiempo img {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}
.evaluacion-material article {
  margin-bottom: 40px;
}
.evaluacion-material article img {
  max-width: 100%;
}
.evaluacion-material article h2 {
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  line-height: 1.4em;
  margin-bottom: 30px;
}
.evaluacion-material article h3 {
  font-size: 21px;
  font-weight: 500;
  color: #333333;
  line-height: 1.4em;
  margin-bottom: 30px;
}
.evaluacion-material article h4 {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 1.4em;
  margin-bottom: 30px;
}
.evaluacion-material article p {
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 30px;
}
.evaluacion-material article li {
  font-size: 16px;
  line-height: 1.2em;
  margin-bottom: 15px;
}
.evaluacion-material article img {
  max-width: 100%;
}
.evaluacion-material article iframe {
  margin: 10px 0;
  width: 100%!important;
}
.evaluacion-material article .respuestas {
  margin-top: 40px;
}
.checkbox label .toggle,
.checkbox-inline .toggle {
  margin-left: -20px;
  margin-right: 5px;
}
.toggle {
  position: relative;
  overflow: hidden;
}
.toggle input[type="checkbox"] {
  display: none;
}
.toggle-group {
  position: absolute;
  width: 200%;
  top: 0;
  bottom: 0;
  left: 0;
  transition: left 0.35s;
  -webkit-transition: left 0.35s;
  -moz-user-select: none;
  -webkit-user-select: none;
  border-color: #eaeaea;
}
.toggle-group .btn-primary {
  background: #799b12;
  border-color: #eaeaea;
}
.toggle.btn-primary {
  background: #799b12;
  border-color: #eaeaea;
}
.toggle.off .toggle-group {
  left: -100%;
}
.toggle-on {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50%;
  margin: 0;
  border: 0;
  border-radius: 0;
}
.toggle-off {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
}
.toggle-handle {
  position: relative;
  margin: 0 auto;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 100%;
  width: 0px;
  border-width: 0 1px;
}
.toggle.btn {
  min-width: 59px;
  min-height: 34px;
}
.toggle-on.btn {
  padding-right: 24px;
}
.toggle-off.btn {
  padding-left: 24px;
}
.toggle.btn-lg {
  min-width: 79px;
  min-height: 45px;
}
.toggle-on.btn-lg {
  padding-right: 31px;
}
.toggle-off.btn-lg {
  padding-left: 31px;
}
.toggle-handle.btn-lg {
  width: 40px;
}
.toggle.btn-sm {
  min-width: 50px;
  min-height: 30px;
}
.toggle-on.btn-sm {
  padding-right: 20px;
}
.toggle-off.btn-sm {
  padding-left: 20px;
}
.toggle.btn-xs {
  min-width: 35px;
  min-height: 22px;
}
.toggle-on.btn-xs {
  padding-right: 12px;
}
.toggle-off.btn-xs {
  padding-left: 12px;
}
#mob {
  display: none;
}
@media (max-width: 767px) {
  #mob {
    width: 100%;
    background: #333;
    position: absolute;
    z-index: 888;
    padding: 50px 0 50px;
    margin: 0;
  }
  #mob ul {
    margin: 0;
    padding: 0;
  }
  #mob li {
    display: block;
    text-align: center;
    padding: 8px 0;
  }
}
.burger {
  display: none;
}
@media (max-width: 767px) {
  .burger {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
  }
}
#nav-icon3 {
  width: 30px;
  height: 25px;
  position: relative;
  margin: 5px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #FFF;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
  top: 0px;
}
#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 10px;
}
#nav-icon3 span:nth-child(4) {
  top: 20px;
}
#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
