@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700);
@media (max-width: 767px) {
  .skew ul li {
    padding: 30px 0px !important;
  }
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: 0px !important;
  }
  .navbar-brand {
    width: 80% !important;
  }
  .navbar-mestracker {
    border: 0px !important;
  }
  .navbar-mestracker #menu a {
    text-align: center;
    font-size: 1.5em !important;
    padding: 10px 0px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .skew ul li {
    padding: 20px 0px !important;
  }
}

body {
  font-family: 'Lato', sans-serif;
}

.separator-20 {
  width: 20px;
  display: inline-block;
}

.width-20 {
  display: block;
  height: 20px;
}

.line {
  border: 1px solid black;
}

.btn-circle {
  border: 2px solid;
  font-size: 1em;
  border-radius: 20px;
  padding: 10px 20px;
}

.btn-circle.btn-white {
  border-color: white;
  color: white;
  background-color: transparent !important;
  transition: all .2s linear;
}

.btn-circle.btn-white:hover {
  border-color: #254b8d !important;
  background-color: #254b8d !important;
}

.btn-circle.btn-blue {
  border-color: #254b8d;
  color: white;
  background-color: #254b8d;
  transition: all .2s linear;
}

.btn-circle.btn-blue:hover {
  border-color: #254b8d;
  background-color: transparent;
}

.btn-circle.btn-small {
  padding: 5px 10px !important;
  font-size: 0.9em !important;
  margin-bottom: 10px;
}

.btn-circle.btn-small:hover {
  background-color: #254b8d !important;
  color: #fff !important;
}

.btn-circle.btn-blue2 {
  border-color: #254b8d;
  color: white;
  background-color: #254b8d;
  transition: all .2s linear;
}

.btn-circle.btn-blue2:hover {
  border-color: #254b8d;
  color: #254b8d;
  background-color: white;
}

h3.title {
  font-size: 2em;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
}

p.subtitle {
  font-size: 1.2em;
  font-weight: 300;
  text-align: center;
  width: 55%;
  margin: 0 auto;
  margin-top: 20px;
  line-height: 30px;
}

.breadc {
  min-height: 290px;
  border-top: 4px solid #254b8d;
}

.breadc h1 {
  margin-top: 80px;
  color: white;
  font-weight: bolder;
  text-transform: uppercase;
  font-size: 2.5em;
}

.breadc .location ul {
  margin-top: -10px;
  text-transform: uppercase;
}

.breadc .location ul li {
  color: white;
  font-weight: bolder;
  font-size: 1em;
  color: #254b8d;
}

.breadc .location ul li:nth-child(1):after {
  color: white;
  content: "/ ";
  margin-left: 15px;
}

.breadc .location ul li a {
  color: white;
  text-decoration: none;
}

.breadc.about {
  background: url("../img/about.jpg") center;
  background-size: cover;
}

.breadc.faq {
  background: url("../img/faq.jpg") center;
  background-size: cover;
}

.breadc.term {
  background: url("../img/term.jpg") center;
  background-size: cover;
}

.breadc.contact {
  background: url("../img/contact.jpg") center;
  background-size: cover;
}

.breadc.report {
  background: url("../img/report.jpg") center;
  background-size: cover;
}

.breadc.pago {
  background: url("../img/pago.jpg") center;
  background-size: cover;
}

.content h2.subtitle {
  margin-top: 40px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
}

.content h2.subtitle strong {
  font-weight: bolder;
}

.content hr {
  border: 2px solid rgba(0, 0, 0, 0.2);
  width: 120px;
  margin-bottom: 30px;
}

.content .col-sm-6 {
  display: table-cell;
  float: none;
}

.content h3 {
  font-weight: bolder;
  text-transform: uppercase;
  color: rgba(34, 34, 34, 0.8);
}

.selects {
  height: 35px;
}

.selects div {
  padding: 0px 2px 0px 2px;
}

.main-view {
  min-height: 86vh;
  border-top: 4px solid #254b8d;
  background: url("../img/overlay.png"), url("../img/main-view.jpg") center;
  background-size: cover;
  background-attachment: fixed;
}

.main-view .main-text {
  color: white;
  text-align: center;
  margin-top: 25vh;
  text-transform: uppercase;
}

.main-view .main-text h2 {
  font-size: 3.5em;
  font-weight: bolder;
}

.main-view .main-text .main-small {
  margin: 20px 0px 35px 0px;
  font-size: 1.5em;
  font-weight: bolder;
  letter-spacing: 2px;
}

.main-view .main-text .btns {
  margin-top: -20px;
  padding: 20px 0px;
}

.main-view .main-text .btns li a {
  margin: 10px 0px;
}

.navbar-mestracker {
  background-color: transparent;
  border: 0px;
}

.navbar-mestracker #menu {
  margin-top: 40px;
}

.navbar-mestracker #menu li a {
  color: white;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: 300;
  padding: 4px 8px;
}

.navbar-mestracker #menu li a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.navbar-mestracker #menu li.acceder a {
  background-color: #254b8d;
  border-radius: 10px;
  font-size: .7em;
  padding: 4px 25px;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: -2px;
  transition: all .2s linear;
  margin-bottom: 10px;
}

.navbar-mestracker #menu li.acceder a:hover {
  background-color: rgba(37, 75, 141, 0.8);
}

.navbar-mestracker #menu li .btn-acceder {
  background-color: #254b8d;
  padding: 5px 10px;
  color: white;
  margin-bottom: 5px;
  border: 0px;
  border-radius: 4px;
  margin-top: -5px;
}

.navbar-mestracker .dropdown-menu {
  border-radius: 10px !important;
  min-height: 100px;
  width: 250px;
  padding: 20px 20px 10px 20px;
}

.pagos {
  width: 100%;
  min-height: 20px;
  background-color: #254b8d;
  text-align: center;
  font-size: 2em;
}

.pagos ul {
  width: 100%;
  display: inline-block;
  margin: 0px !important;
  margin-top: 10px !important;
}

.pagos ul li {
  padding: 15px 0px;
}

.pagos ul li a {
  color: white;
  text-decoration: none;
  transition: all .2s ease;
}

.pagos ul li a:hover {
  font-size: 1.1em;
}

.pagolist {
  width: 100% !important;
}

.infobanco {
  padding-left: 30px;
}

.usage {
  padding: 10px 0px;
}

.funciones ul {
  margin-top: 30px;
}

.funciones ul li {
  margin: 15px 10px;
}

.funciones ul li p {
  margin-top: 5px;
  font-weight: 300;
}

.funciones ul li img {
  transition: all .2s linear;
}

.funciones ul li img:hover {
  transform: rotate(360deg);
}

.skew {
  background-color: #254b8d;
  transform: skew(0deg, 2deg);
  overflow: hidden;
  margin-bottom: 35px;
}

.skew.seguridad {
  background: url("../img/overlay.png"), url("../img/seguridad.jpg") center top;
  background-attachment: fixed;
}

.skew.counter {
  background: url("../img/overlay.png"), url("../img/counter.jpg") center center;
  background-attachment: fixed;
}

.skew h3 {
  text-transform: uppercase;
  text-align: center;
  font-size: 3em;
  color: white;
  padding: 120px 10px;
  transform: skew(0deg, -2deg);
}

.responsive img {
  padding: 20px 10px;
}

.counter ul {
  color: white;
  transform: skew(0deg, -2deg);
}

.counter ul li {
  padding: 100px 35px;
}

.counter ul li i.fa {
  font-size: 5em;
}

.counter ul li .count-title {
  font-size: 4em;
}

.counter ul li .count-text {
  width: 70%;
  margin: 0 auto;
  margin-top: -10px;
  text-align: center;
  font-size: 1.8em;
  font-weight: 300;
}

.clientes {
  padding: 0px 20px 20px 20px;
}

.ml-input {
  color: white;
  margin: 10px;
  padding: 5px 10px;
  background-color: transparent;
  border: 1px solid white;
  border-top: 0px;
  font-size: 1.3em;
}

.main-login {
  display: none;
}

.main-login p a {
  color: white;
  text-decoration: none;
}

.image-container {
  background: url("../img/about_1.jpg") center;
  background-size: cover;
  margin-bottom: 20px !important;
}

.image-container2 {
  background: url("../img/about_2.jpg") center;
  background-size: cover;
  margin-bottom: 20px !important;
}

.bg-color {
  padding: 20px;
  background-color: rgba(128, 128, 128, 0.1);
}

.faq-title {
  text-align: left;
  font-size: 1.5em;
  border-left: 4px solid #254b8d;
  padding-left: 10px;
  text-transform: uppercase;
}

.map {
  width: 100%;
  min-height: 400px;
  background-color: #254b8d;
  margin-bottom: 30px;
}

.cont-input {
  width: 100%;
  padding: 5px 10px;
}

.cont-title {
  font-size: 1.9em;
  margin-top: 0px;
  text-transform: uppercase;
}

.cont-text i {
  margin-right: 10px;
}

.subtitle-report {
  text-transform: uppercase;
  font-size: 1.3em;
  font-weight: bold;
}

.cont-2 {
  width: 49.5%;
}

select {
  height: 34px;
}

.emergencia {
  padding: 10px 0px;
  color: #333333;
  text-align: center;
  background-color: rgba(51, 51, 51, 0.1);
}

.emergencia h4 {
  font-weight: bolder;
  font-size: 1.4em;
}

.emergencia a {
  color: #333333;
  text-decoration: none;
}

footer {
  width: 100%;
  background-color: #282828 !important;
  min-height: 180px;
  padding-top: 10px;
  z-index: 9999 !important;
}

footer h4 {
  color: white;
  font-size: 1.2em;
  font-weight: bolder;
}

footer .list-footer {
  color: white;
}

footer .list-footer a {
  text-decoration: none;
  color: white;
  margin-left: 10px;
  transition: all .2s linear;
}

footer .list-footer a:before {
  content: "» ";
}

footer .list-footer a:hover {
  color: #254b8d;
  margin-left: 20px;
}

footer .list-footer2 {
  color: white;
}

footer .list-footer2 li {
  margin-left: 10px;
  transition: all .2s linear;
  cursor: initial !important;
}

footer .list-footer2 li:before {
  content: "» ";
}

footer .list-footer2 li:hover {
  color: #254b8d;
  margin-left: 20px;
}

footer .text-address {
  color: white;
  line-height: 25px;
}

footer .list-redes {
  padding-top: 20px;
}

footer .list-redes a {
  color: white;
  font-size: 3em;
  margin: 0px 7px;
}

footer .list-redes a .fa {
  transition: all .1s linear;
}

footer .list-redes a .fa-facebook:hover {
  color: #3b5998;
}

footer .list-redes a .fa-twitter:hover {
  color: #55acee;
}

footer .list-redes a .fa-instagram:hover {
  color: #125688;
}

footer .crapido {
  border: 1px solid #222;
  width: 100%;
  font-size: .9em;
  padding: 3px 2px;
}

footer .crapido-button {
  float: right;
  border: 0px;
  background-color: #254b8d;
  color: white;
  border-radius: 10px;
  padding: 5px 10px;
}

footer hr {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  width: 95%;
}

footer .copyright {
  background-color: #282828;
  height: 25px;
  color: white;
  font-size: .8em;
  text-transform: uppercase;
  margin-top: -10px;
  padding: 0px 10px;
}

footer .copyright .pixel {
  text-align: left;
}

footer .copyright .pixel a {
  color: white;
  text-decoration: none;
}

.status i {
  margin-top: 20px;
  font-size: 120px;
}

.status i.success {
  color: #60a114;
}

.status i.failure {
  color: #7b1013;
}

.status i.pending {
  color: #d2ba1b;
}