@font-face {
    font-family: 'apexsansboldstregular';
    src: url('fonts/apexsansboldst-webfont.woff2') format('woff2'),
         url('fonts/apexsansboldst-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'apexsansbookstregular';
    src: url('fonts/apexsanboost-webfont.woff2') format('woff2'),
         url('fonts/apexsanboost-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'apexsansmediumstregular';
    src: url('fonts/apexsanmedst-webfont.woff2') format('woff2'),
         url('fonts/apexsanmedst-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
p {
  font-family: 'apexsansbookstregular', sans-serif;
  margin-bottom: 0;
  line-height: 1.7rem;
}
b, strong {
  font-family: 'apexsansboldstregular', sans-serif;
}
nav {
    margin-top: 85px;
}
.titles{
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  color: black;
  font-size: 50px;
}
.description-text {
    font-size: 16px;
    color: black;
    width: 50%;
    margin: 0 auto;
}
.bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }

      }
.col-6, .col-12{
  padding: 5px !important;
}
h3{
  text-align:center;
  padding: 20px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
}
h4, h5, h6{
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  line-height: 1.7rem;
}
/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.form-control:focus{
  box-shadow: none;
  border: 2px solid #00dc8c;
}
.form-control:focus-within{
  box-shadow: none;
  border: 2px solid #00dc8c;
}
.form-control:active{
  box-shadow: none;
  border: 2px solid #00dc8c;
}
.form-control{
  border-radius: 0.3rem;
}
.btn-green {
    background-color: #00dc8c;
    border-radius: 5rem;
    color: black;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    font-size: 16px;
    border-color: #00dc8c;
}
.btn-green:active, .btn-green:hover {
    background-color: #00a066!important;
    border-color: #00a066;
  }
.p-3-copiloto {
    padding: 1rem 4rem;
}
footer {
    background-color: #f8f8f8;
    margin-top: 3rem;
}
.terms-links{
  text-align: center;
  margin: 5px 0 13px;;
}
footer ul li {
    display: inline-block;
    font-size: 12px;
    list-style: none;
    margin-right: 20px;
    vertical-align: middle;
}
footer ul li a {
    color: black;
}
footer ul li a:hover {
    color: black;
}
footer .logos {
    float: right;
    margin-top: 22px;
    padding: 0px 22px 0 75px;
    text-align: right;
    position: absolute;
}
footer .logos img {
  margin-right: 10px;
   }
.col-md-12.logo {
    text-align: center;
}
footer .img-logo {
    height: 43px;
    width: 152px;
    margin-top: 10px;
}
.copyright{
  background-color: #e5e5e5;
}
.footer-logos{
  padding: 1rem 0 1.5rem;
}
hr {
    margin: 0;
}
.center{
  text-align: center;
}
.link-text {
    font-size: 13px;
    color: #000000;
    font-weight: 600;
    padding: 10px 0;
    font-family: 'apexsansmediumstregular', sans-serif;
}
.small-link {
    color: #00dc8c;
}
.small-link:hover {
    color: #00b674;
}
.breadcrumb{
  background-color: transparent;
  font-family: 'apexsansmediumstregular';
  font-size: 12px;
  margin-left: 4rem;
}
.breadcrumb-item a {
  color: #000000;
}
.breadcrumb-item.active {
    color: #00dc8c;
}
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #000000;
    content: "-";
}
.subtitle {
    text-align: left;
    font-size: 24px;
    padding: 0;
    color: #000000;
}
#exampleCheck1 {
    margin-top: 15px;
}
.btn-outline-dark {
    border: 2px solid #000000;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 600;
    color: #000000;
    border-radius: 30px;
    margin-top: 17px;
    height: 54px;
    padding: 0 7%;
    margin-right: 3px;
}
.form-margin {
    margin-top: 4rem;
}
.steps{
      margin-top: 5rem;
    margin-bottom: 12rem;
}
  .progressbar {
      counter-reset: step;
  }
  .progressbar li {
      list-style-type: none;
      width: 20%;
      float: left;
      font-size: 12px;
      position: relative;
      text-align: center;
      color: #9caca7;
      font-weight: 600;
  }
  .progressbar li:before {
      width: 30px;
      height: 30px;
      content: counter(step);
      counter-increment: step;
      line-height: 30px;
      display: block;
      text-align: center;
      margin: 0 auto 10px auto;
      border-radius: 50%;
      background-color: #e4edea;
          font-weight: 900;
  }
  .progressbar li:after {
      width: 100%;
      height: 1px;
      content: '';
      position: absolute;
      background-color: #9caca7;
      top: 15px;
      left: -50%;
      z-index: -1;
  }
  .progressbar li:first-child:after {
      content: none;
  }
  .progressbar li.active {
      color: #000000;
  }
  .progressbar li.active:before {
    background-color: #00dc8c;
    border: none;
  }
  .progressbar li.active + li:after {
      background-color: #00dc8c;
  }
  .progressbar li.completed:before {
    border: none;
    content: url(https://upload.wikimedia.org/wikipedia/commons/e/e0/Check_green_icon.svg);
    width: 30px;
}
.form-control:disabled {
    background-color: white;
    border: 1px solid #9caca7;
    color: #9caca7;
    font-family: 'apexsansbookstregular', sans-serif;

}
.form-group:disabled {
    color: #9caca7;
}
.inner-btn {
    width: 80%;
    float: right;
}
.account-resume {
    border: 1px solid #d5d8d9;
    padding: 2rem 3rem;
        margin-top: -20px;
}
.bold-subtitle {
    font-family: 'apexsansboldstregular', sans-serif;
}
.resume-line {
    margin: 17px 0;
}
.account-title {
    margin-bottom: 2rem;
}
.subtotal {
  font-family: 'apexsansboldstregular', sans-serif;
  margin-top: 3rem;
}
.account-total {
    font-family: 'apexsansboldstregular', sans-serif;
    font-size: 26px;
}
.alert-success {
    color: #42723f;
    background-color: #def1d9;
    border-color: #67d262;
    padding: 5% 10%;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.completed {
    position: absolute;
    top: -18px;
    right: 46%;
}
input[type="file"] {
    float: left;
    position: absolute;
    margin-left: -152px;
    margin-top: 16px;
    z-index: -1;
	width: 90%;
}
.custom-file-upload {
    border: 2px solid #00dc8c;
    display: inline-block;
    padding: 6px 30px;
    margin-top: 10px;
    cursor: pointer;
    border-radius: 8px;
    color: #35dc88;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
	background-color: white;
}
.back-btn {
    float: left;
}
.btn-green-outline {
    border: 2px solid #00dc8c;
    background-color: transparent;
    border-radius: 5rem;
    color: #00dc8c;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    font-size: 16px;
}
.btn-green-outline:active, .btn-green-outline:hover {
    border-color: #00a066;
    background-color: transparent;
    color: #00a066;
  }
.hide {
  display: none;
}
.question {
    margin: 2rem 0;
}
input[type="radio"] {
    margin: 3px 10px;
}
.buttons {
    margin-top: 3rem;
}
.adress {
    font-size: 20px;
    margin-top: 2rem;
}
.adress2 {
    font-size: 14px;
}
.btn-ingresar {
    padding: 10px 31px;
}
.modal-header {
    text-align: center;
    display: block;
    border-bottom: 0;
    margin-top: 2rem;
}
.modal-footer {
    text-align: center;
    display: block;
    border-top: 0;
        margin-bottom: 3rem;
}
.modal-title{
      font-size: 24px;
}
.close {
    text-align: right;
    padding: 1rem;
}
.btn-block2{
  width: 40%;
}
@media (max-width: 1000px) {
  footer .logos{
  position: relative;
  text-align: center;
    float: none;
    padding: 0 0 22px;
}
.inner-btn {
    width: 100%;
    margin-top: 30px;
}
.col-6 {
    flex: none;
    max-width: 100%;
}
  .form-group {
    margin-bottom: 1rem;
}
}
.descriptive-menu-link {
    color: #00dd88;
    font-size: 12px;
}
.steps-link {
    text-decoration: none;
    color: #000000;
}
#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    cursor: pointer;
}

#textOverlay {
    position: absolute;
    top: 40%;
    left: 40%;
    font-size: 40px;
    font: 'Ubu';
    color: white;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

#modalTokenTarjeta .modal-header .close {
    align-self: flex-start;

    margin-top: -5rem;
}


.payment-option {
    border-radius: .25rem;
    padding: 1rem;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
}

.payment-option .custom-control-label {
    width: 100%;
    cursor: pointer;
    padding-left: 1.5rem; 
}

.payment-option .custom-control-label::before,
.payment-option .custom-control-label::after {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.payment-logo {
    max-height: 120px;
    max-width: 100%;
    width: auto;
    object-fit: contain;
    margin-left: 0.5rem;
}
