/* K A E -|- F O N T
==================================================*/
@font-face {
  font-family: 'montserrat bold';
  src: url('../webfonts/montserrat/Montserrat-Bold.otf');
}
@font-face {
  font-family: 'montserrat';
  src: url('../webfonts/montserrat/Montserrat-Regular.otf');
}
@font-face {
  font-family: 'montserrat ex light';
  src: url('../webfonts/montserrat/Montserrat-ExtraLight.otf');
}
@font-face {
  font-family: "telcel nova";
  src: url("../webfonts/telcel_nova/TelcelNova-Media.otf");
}
@font-face {
  font-family: "telcel nova light";
  src: url("../webfonts/telcel_nova/TelcelNova-Ligera.otf");
}
@font-face {
  font-family: "telcel nova bold";
  src: url("../webfonts/telcel_nova/TelcelNova-ObscuraItalicas.otf");
}
/* </> F O N T -|- G E N E R A L 
==================================================*/
@media (min-width: 1420px) {
  .container {
    max-width: 1390px;
  }
}
body {
  color: #212529;
  font-size: 14px;
  font-family: "montserrat";
}
b {
  font-family: "montserrat bold";
}
b.black {
  font-family: "montserrat black";
}
a {
  color: #002597;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  color: #002597;
  text-decoration: none;
}
input:focus {
  cursor: text;
  outline: 0px;
}
a:focus,
a:active,
button:focus,
button:active {
  outline: none;
  text-decoration: none;
  box-shadow: inset 0 0px 0px rgba(0,0,0,0);
  -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0);
}
select {
  border-radius: 2px;
  -webkit-appearance: none;
}
h6 {
  font-size: 15px;
}
h5 {
  font-size: 18px;
}
h4 {
  font-size: 20px;
}
h3 {
  font-size: 24px;
}
h2 {
  font-size: 28px;
}
h1 {
  font-size: 36px;
}
@media (min-width: 576px) {
  h6 {
    font-size: 16px;
  }
  h5 {
    font-size: 20px;
  }
  h4 {
    font-size: 24px;
  }
  h3 {
    font-size: 28px;
  }
  h2 {
    font-size: 32px;
  }
  h1 {
    font-size: 40px;
  }
}
/* </> G E N E R A L -|- B A C K G R O U N D
==================================================*/
.bg-color {
  color: #ffffff;
  background-color: #003879;
}
.bg-white {
  color: #000000;
  background-color: #ffffff;
}
.bg-light {
  color: #4b5156;
  background-color: #f7f8fa;
}
.bg-gray {
  color: #6c757d;
  background-color: #121315;
}
.bg-black {
  color: #ffffff;
  background-color: #0f0f0f;
}
.bg-wallpaper {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
/* </> B A C K G R O U N D -|- P A D D I N G
==================================================*/
.mrg-0 {
  margin: 0px;
}
.mrg-t15 {
  margin-top: 15px;
}
.mrg-t30 {
  margin-top: 30px;
}
.mrg-b15 {
  margin-bottom: 15px;
}
.pdd-0 {
  padding: 0px;
}
/* --- */
.pdd-5 {
  padding: 5px;
}
.pdd-t5 {
  padding-top: 5px;
}
.pdd-y5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.pdd-x5 {
  padding-left: 5px;
  padding-right: 5px;
}
/* --- */
.pdd-y10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* --- */
.pdd-15 {
  padding: 15px;
}
.pdd-t15 {
  padding-top: 15px;
}
.pdd-b15 {
  padding-bottom: 15px;
}
.pdd-y15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.pdd-x15 {
  padding-left: 15px;
  padding-right: 15px;
}
/* --- */
.pdd-30 {
  padding: 30px;
}
.pdd-t30 {
  padding-top: 30px;
}
.pdd-b30 {
  padding-bottom: 30px;
}
.pdd-y30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
/* --- */
.section-pdd-sm {
  padding-top: 30px;
  padding-bottom: 30px;
}
.section-pdd-md {
  padding-top: 60px;
  padding-bottom: 60px;
}
.section-pdd-lg {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (min-width: 768px) {
  .section-pdd-sm {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-pdd-md {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .section-pdd-lg {
    padding-top: 120px;
    padding-bottom: 120px;
  }
} 
/* </> P A D D I N G -|- B O O T S T R A P
==================================================*/
.modal-content {
  border: 0px;
  border-radius: 0px;
}
.modal-icon i {
 font-size: 70px;
}
.modal-body {
  padding: 30px;
}
#alertModal {
  color: #676a6c;
}
#alertModal p {
  color: #676a6c;
  font-size: 18px;
  margin-top: 45px;
  margin-bottom: 30px;
}
#alertModal p b {
  text-transform: uppercase;
}
#alertModal span {
  font-family: 'montserrat light';
}
#alertModal button {
  padding: 5px 15px;
  color: #676a6c;
  font-size: 14px;
  font-family: 'montserrat bold';
}
#alertModal .alert-success,
#alertModal .alert-success b {
  color: #99c61f;
}
#alertModal .alert-info,
#alertModal .alert-info b {
  color: #30bcda;
}
#alertModal .alert-warning,
#alertModal .alert-warning b {
  color: #ff7d13;
}
#alertModal .alert-danger,
#alertModal .alert-danger b {
  color: #f42a2f;
}
/* 
==================================================*/
.ff-telcel {
  font-family: "telcel nova bold";
}
.clr-blue {
  color: #244e88;
}
select.form-control:not([size]):not([multiple]) {
  height: 50px;
}
.form-control {
  height: 50px;
  padding: 15px;
  color: #000000;
  font-size: 14px;
  border-radius: 0px;
  border: 1px solid #ebebeb;
  font-family: "montserrat";
}
.form-control:focus {
  outline: 0;
  color: #000000;
  border-color: #ebebeb;
  background-color: #ffffff;
  box-shadow: 0 0 0 0rem rgba(0,0,0,0);
}
.btn {
  border: 0px;
  height: 50px;
  font-size: 14px;
  border-radius: 0px;
  padding: 5px 15px 5px 15px;
  font-family: "montserrat bold";
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-primary {
  background-color: #002597;
}
.img-full {
  width: 100%;
}
.header {
  color: #ffffff;
  margin-top: -51px;
  border-bottom: 5px solid #00529b;
  background-image: url(../../images/background/3560210.jpg);
}
.mask {
  background-color: rgba(0, 0, 0, 0.4);
}
.navbar {
  padding: 5px 15px;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar-brand {
  width: 200px;
}
.navbar-system {
  -webkit-box-shadow: 0 0.25rem 0.125rem 0 rgba(0,0,0,0.05);
  box-shadow: 0 0.25rem 0.125rem 0 rgba(0,0,0,0.05);
}
.navbar-system .navbar-brand {
  height: 40px;
}

.breadcrumb {
  background-color: transparent;
}

.table {
  width: 100%;
}
.table thead tr th {
  text-transform: uppercase;
  border: 1px solid #d8dae0;
  background-color: #eef0f6;
  font-family: 'montserrat bold';
}
.table tbody tr td {
  padding: 15px 15px;
  border: 1px solid #eef0f6;
}
.sub-table tbody tr td {
  border: 0px;
}
.table tbody tr td.brd-x {
  border-left: 1px solid #eef0f6;
  border-right: 1px solid #eef0f6;
}
.table .icon {
  width: 40px;
  text-align: center;
}
.table .td-0 {
  padding: 0px;
}
.table .td-x5 {
  padding-top: 5px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 5px;
}
.table .td-sm {
  width: 80px;
}
.table .td-md {
  width: 140px;
}
.table .td-lg {
  width: 220px;
}
.card {
  padding: 15px 15px;
}
.brd {
  border: 3px solid #ffffff;
}