/* Minification failed. Returning unminified contents.
(9,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(11,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(12,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(16,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(17,33): run-time error CSS1039: Token not allowed after unary operator: '-bs-primary-rgb'
(17,55): run-time error CSS1039: Token not allowed after unary operator: '-bs-bg-opacity'
(21,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(22,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(25,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(26,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(27,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(28,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(31,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(32,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(38,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(41,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(45,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(46,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(189,20): run-time error CSS1039: Token not allowed after unary operator: '-bs-body-color-rgb'
 */
html, body{
  font-family: 'Poppins', sans-serif;

}
p, ul, li{
  font-size: .9rem;
}
:root{
  --bs-primary-rgb: 10,44,137;
  --bs-link-color: #3d42cd;
  --bs-success-rgb: 55,205,94;
  --bs-body-color-rgb: 144,146,148;
}

bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important;
}

.btn-primary {
    --bs-btn-bg: #092c89;
    --bs-btn-border-color: #092c89;
}
.btn-outline-primary{ 
  --bs-btn-color: #092c89;
  --bs-btn-border-color: #092c89;
  --bs-btn-active-border-color: #092c89;
  --bs-btn-active-bg: #092c89;
}
  .btn-success {
    --bs-btn-bg: #4ace0d;
    --bs-btn-border-color: #4ace0d;
  }
  .text-success{
    color: #4ace0d;
  }
.navbar-dark{
  --bs-navbar-active-color: #4ace0d;
}
.progress-bar{
  --bs-progress-bar-bg: #3d42cd;
}

.active>.page-link, .page-link.active {
  --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #3d42cd;
}

.table>:not(caption)>*>* {
    padding: 0.85rem 0.5rem;
    font-size: .9rem;
}
.fw-bold {
    font-weight: 600!important;
}

.small, small {
    font-size: .8em;
}

.bg-wrap{
  background-color: #0f349d;
  opacity: 1;
  background: linear-gradient(135deg, #092c89 25%, transparent 25%) -10px 0/ 20px 20px, linear-gradient(225deg, #092c89 25%, transparent 25%) -10px 0/ 20px 20px, linear-gradient(315deg, #092c89 25%, transparent 25%) 0px 0/ 20px 20px, linear-gradient(45deg, #092c89 25%, #0f349d 25%) 0px 0/ 20px 20px;
}

.nav-link{
 font-size: .9rem;
 padding: .5rem 1rem!important;
}

.banner-top-purchase{
  background-image: url('../img/banners/sections/banner-top-purchase.jpg'); 
   background-size: cover;
  background-position: center;
}

.bg-waves{
  position: relative;
  padding-top: 5rem;
  background-repeat: no-repeat;
  background-size: cover;background-image: url(../img/Wave_bg@3x.png);
  z-index: -1;
  top: -3em;
}

.bg-waves:after{
  content: "";
  position: absolute;
  bottom: -7rem;
  left: 0;
  width: 100%;
  height: 12em;
  background-image: linear-gradient(120deg,#e2e2eb,#e0e5ec);
  z-index: -1;
}
  .bg-nosotros{
    position: relative;
    background: rgb(19,21,28);
    background: linear-gradient(90deg, rgba(19,21,28,0.8645833333333334) 10%, rgba(19,21,28,0.20632002801120453) 60%);
}

  .bg-nosotros:after{
    content: "";
    position: absolute;
    background-image: url('../img/banner-nosotros.jpg');
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
  }

.footer{
  position: relative;
    background-position: center;
    background-size: cover;
    z-index: 10;
}

.mb-n3{
  margin-bottom: -5rem !important;
}


.dateDisplay {
  content: "";
    position: absolute;
    background: #fff;
    border: 1px solid rgba(46,62,72,.12);
    border-radius: 6px;
    padding: 4px;
    width: 36px;
    height: 36px;
    z-index: 1;
    top: 1em;
    left: 1em;
}

  .dateDisplay-month {
      color: #2b2b2b;
    text-transform: uppercase;
    display: block;
    font-size: 11px;
    font-weight: 600;
    line-height: 11px;
  }
  .dateDisplay-day {
    color: #e1274c;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
  }
/****************************/

.subtitle{
    text-align: left;
    margin: .5rem 0;
}
.subtitle span{
    font-size: .7rem;
    line-height: 1;
    text-align: left;
    padding: 0 10px 0 0;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    z-index: 2;
}
.subtitle div{
    position: relative;
    text-align: left;
    margin: 0;
}
.subtitle div:before{
    content: "";
    display: block;
    border-top: solid 1px #dee2e6;
    width: 100%;
    position: absolute;
    top: 5px;
    z-index: 1;
}
/**************************/

.nav-pills .nav-link{
  color: rgba(var(--bs-body-color-rgb),.75);
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #3d42cd;
    background-color: transparent;
    border-bottom: 2px solid #3d42cd;
    border-radius: 0;
    font-weight: 600;
}
/**************************/

.form-control, .form-select{
 font-size: .9rem;
}

.form-control:disabled, .form-control[readonly], .form-select:disabled {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    padding: .375rem .75rem .375rem 0;
    opacity: 1;
}

/**************************/
@media (min-width: 768px){
  .container, .container-md, .container-sm {
      max-width: 992px;
  }
}
@media (min-width: 992px){
  .container, .container-lg, .container-md, .container-sm {
      max-width: 1024px;
  }
}
@media (min-width: 1200px){
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1200px;
  }
}








