:root {
  --color-blue:#0075B4;
  --color-blue-clear:rgb(0, 190, 230);
  --color-blue-dark: #004367;
  --color-orange: rgb(250, 174, 24);
  --color-orange-dark: rgb(250, 160, 24);
}
.text-blue {
  color: var(--color-blue);
}

body {
    font-family: 'Gotham-Light', serif;
    font-weight: 300;
    font-size: 16px;
    background-color: #f8f9fa;
  }
  
  h1, h2, h3, h4, h5, h6 {
    font-family: 'GothamRounded-Medium', serif;
  }

  .header-page {
    background-color: var(--color-blue);
    color: #ffffff;
  }
    .header-page .brand-container {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .header-page .navbar  {
        padding-bottom: 0;
    }
    .header-page .navbar-container {
        background-color: var(--color-blue-dark);
    }
    .header-page .btn-link {
        color: #ffffff;
        font-size: 28px;
        margin-left: 1rem;
    }
  
  .nav-link {
    padding: .8rem 1.3rem !important;
    color: #ffffff;
    font-family: 'GothamRounded-Medium', serif;
  }
    .nav-link:hover,
    .nav-link.active {
        background-color: var(--color-blue-clear);
        color: #ffffff;
    }
  @media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        justify-content: center;
    }
  }
  .navbar-brand-wrapper {
    display: flex;
    align-items: center;
  }
    .navbar-brand img {
        width: auto;
        height: 40px;
    }
    .navbar-title {
      margin-left: 20px;
      padding-left: 30px;
      position: relative;
    }
      .navbar-title::before {
        content: "";
        height: 100%;
        display: block;
        position: absolute;
        left: 0;
        border: 1px solid rgba(255, 255, 255, 0.3);
      }
    .navbar-title h2,
	.navbar-title h2 a {
      font-size: 3.3rem;
      line-height: 3.3rem;
      margin: 0;
      color: #ffffff;
    }
	.navbar-title h2 a:hover {
      color: #ffffff;
    }
    @media (max-width: 991px) {
        .navbar-nav {
            padding-top: 20px;
            padding-bottom: 20px;
        }
        .navbar-brand img {
            height: 30px;
        }
        .navbar-title {
          margin-left: 10px;
          padding-left: 20px;
        }
        .navbar-title h2,
		.navbar-title h2 a {
            font-size: 1.4rem;
        }
        .navbar-buttons {
            display: flex;
        }
        .navbar-toggler {
            border: none;
        }
            .navbar-toggler span {
                color: #ffffff;
                font-size: 34px;
                position: relative;
            }
            .header-page .btn-link {
                font-size: 22px;
                margin-left: 0;
            }
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }
main {
    margin-top: 210px;
} 
main.home {
  margin-top: 160px;
} 
@media (max-width: 991px) {
    main {
        margin-top: 150px;
    } 
    main.home {
      margin-top: 100px;
    } 
}
.btn {
  border-radius: 3px;
  font-family: 'GothamRounded-Medium', serif;
  text-transform: uppercase;
}
.btn-link {
  color: var(--color-blue);
  text-decoration: none !important;
}
  .btn-link:hover {
    color: #00679e;
  }
  .btn-link.white {
	  color: #ffffff;
  }
.btn-primary {
  border-color: var(--color-blue);
  background-color: var(--color-blue);
  color: #ffffff;
} 
  .btn-primary:hover {
    border-color: #00679e;
    background-color: #00679e;
    color: #ffffff;
  } 
.btn-secondary {
    border-color: var(--color-orange);
    background-color: var(--color-orange);
    color: #ffffff;
} 
  .btn-secondary:hover {
      border-color: var(--color-orange-dark);
      background-color: var(--color-orange-dark);
      color: #ffffff;
  } 
.btn-outline-secondary {
  border-color: var(--color-orange);
  color: var(--color-orange);
}

  .btn-outline-secondary:hover {
      background-color: var(--color-orange-dark);
      color: #fff;
  }


  
  footer {
    background-color: #fff;
  }
  
  footer h5 {
    color: var(--color-blue);
  }
  
  footer a {
    color: var(--color-blue);
  }
  
  footer a:hover {
    text-decoration: underline;
  }
  
  .footer-icons i {
    font-size: 1.5rem;
    margin-right: 10px;
  }
  
  .footer-icons a:hover {
    text-decoration: none;
  }
  footer .copyright {
    padding: 26px 0;
    margin-top: 30px;
    border-top: 1px solid #e3e3e8;
  }
    footer .copyright .col  {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    footer .copyright p {
        margin: 0;
        padding: 0;
        font-family: 'Montserrat', serif;
        font-weight: 400;
        font-size: .8rem;
    }
  @media (max-width: 991px) {
    footer .copyright .col  {
      justify-content: center;
      flex-direction: column;
    }
    footer .copyright p {
      text-align: center;
    }
    footer .copyright p:first-child {
      margin-bottom: 10px;
    }
  }

.list-col h5 {
    font-family: 'GothamRounded-Medium', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    text-transform: uppercase;
    color: #1e1d1d;
    margin: 0;
    padding: 0 0 11px;
}
.list-col li {
    padding: .25rem 0;
}
    .list-col li a {
        font-family: 'GothamRounded-Light', serif;
        font-style: normal;
        font-weight: 325;
        font-size: 14px;
        line-height: 165%;
        color: #7c8096;
        text-decoration: none;
    }
.list-social-icons {
    padding: 0;
    margin: 0 0 50px 0;
    display: flex;
    justify-content: center;
    gap: 28px;
}
    .list-social-icons li {
        display: flex;
    }
    .list-social-icons li {
        display: flex;
    }

.list-medios-pago-wrapper {
    max-width: 170px;    
} 
@media (max-width: 991px) {
    .list-medios-pago-wrapper {
        max-width: 100%;    
    } 
}
.list-medios-pago {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 17px;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
    .list-medios-pago > div {
        display: flex;
        -webkit-box-align: stretch;
        align-items: stretch;
        justify-content: center;
    }
        .list-medios-pago > div img {
            width: 30px;
            height: 30px;
            object-fit: contain;
            max-width: 100%;
        }



/* Estilos para los botones de collapse */
.collapse-btn i {
    font-size: 1.5rem;
    color: var(--color-green-1);
}

.card {
    border: none;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(204,204,204,.5);
    -moz-box-shadow: 0px 0px 7px 0px rgba(204,204,204,.5);
    box-shadow: 0px 0px 7px 0px rgba(204,204,204,.5);
}
.card-header {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #ffffff;
}
.card-header.no-border,
.card-header.header-collapsed {
    border-bottom: none;
}

  /* LĆ­nea de tiempo horizontal */
@media (max-width: 991px) {
    .timeline-horizontal-container {
        display: none !important;
    }
}

  .timeline-horizontal {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 50px;
    padding-top: 40px;
  }
  
  .timeline-step {
    text-align: center;
    width: 20%;
    position: relative;
  }
  
  .timeline-step.active h5 {
    color: var(--color-blue);
  }
  
  .timeline-icon {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 40px;
    border: 2px solid #d6d8db;
    background-color: #e1e2e4;
    font-size: 24px;
    margin-bottom: 10px;
    color: #ffffff;
  }
  
  .timeline-step.active .timeline-icon {
    color: #ffffff;
    border: 2px solid var(--color-blue-dark);
    background-color: var(--color-blue);
  }

  .timeline-step p {
    margin-top: 5px;
    color: #6c757d;
  }

  .title-small {
    margin-top: 6px;
    display: block;
    font-size: 1rem;
    line-height: 1.2rem;
    font-weight: 400;
  }
  .title-small-2 {
    display: block;
    font-size: .8rem;
    line-height: 1rem;
    font-weight: 400;
	padding-top: 5px;
  }
  @media (max-width: 991px) {
	.title-small-2 {
		margin-bottom: 0;
	}
  }
  
  .timeline-horizontal::before {
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #d6d8db;
  }

  .timeline-horizontal .timeline-icon {
    left: calc(50% - 21px);
    top: -45px;
  }
  
  .timeline-step.active::before {
    background-color: var(--color-blue);
  }
  
  /* LĆ­nea de tiempo vertical */
  .timeline-vertical {
    list-style: none;
    padding-left: 0;
    position: relative;
  }
  .timeline-vertical::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 19px;
    width: 3px;
    height: 100%;
    background-color: #d6d8db;
  }
  
  .timeline-item {
    display: flex;
    align-items: flex-start;
    position: relative;
    padding-left: 50px;
  }
  .timeline-item.parent {
    margin-top: 50px;
  }
  .timeline-item.parent:first-child {
    margin-top: 0;
  }

  .timeline-item .step-detail {
    position: relative;
    display: flex;
  }
  .timeline-item .step-detail .title {
    flex: 0 0 120px;
  }
	  .timeline-item.parent .step-detail .title {
		padding-bottom: 20px;
	  }
  .timeline-item .step-detail .title .date,
  .timeline-item .step-detail .title .time {
    margin-bottom: 0;
  }
  .timeline-item .step-detail .title .date {
    font-weight: 800;
	color: #000000;
  }
  .timeline-item .step-detail .detail {
    margin-left: 40px;
	flex: 0 0 calc(100% - 140px);
	word-break: break-word;
	text-wrap: balance;
  }
	  .timeline-item .step-detail .detail h4 {
		word-break: break-word;
		text-wrap: balance;
	  }
  
  .timeline-item .step-detail::before {
    content: '';
    position: absolute;
    left: 130px;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #d6d8db;
  }
  
  .timeline-item.active .step-detail::before {
    background-color: var(--color-blue);
  }
  
  .timeline-icon {
    font-size: 24px;
    position: absolute;
    left: 0;
    color: #6c757d;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .timeline-item.active .timeline-icon {
    color: #ffffff;
    border: 2px solid var(--color-blue-dark);
    background-color: var(--color-blue);
  }
  
  .timeline-item h5 {
    color: var(--color-blue);
  }
  
  .timeline-item p {
    color: #6c757d;
  }
    @media (max-width: 991px) {
        .timeline-item .step-detail {
            flex-direction: column;
        }
        .timeline-item .step-detail .detail {
            margin-left: 0;
        }

        .timeline-vertical-container {
            padding: 0;
        }
		.timeline-vertical-container .timeline-item .step-detail {
           width: 100%;
        }
        .timeline-vertical-container .timeline-item .step-detail .title {
            flex: none;
            padding-bottom: 0;
        }
            .timeline-vertical-container .timeline-item .step-detail .title p {
                display: inline-block;
            }
        .timeline-vertical-container .timeline-icon {
            width: 30px;
            height: 30px;
            font-size: 18px;
        }
        .timeline-vertical-container .timeline-vertical::before {
            left: 14px;
            width: 2px;
        }
        .timeline-vertical-container .timeline-item .step-detail::before {
            display: none !important;
        }
		.timeline-vertical-container .timeline-item .step-detail .detail {
            flex: none;
        }
          
    }


.page-section-title {
    margin: 30px 0 40px 0;
}
@media (max-width: 991px) {
    .page-section-title {
        margin: 20px 0 20px 0;
    }
}
.page-section-faqs {
    margin: 50px 0 80px 0;
}
.h-group {
  margin: 20px;
}
  .home-title {
    display: flex;
    align-items: end;
  }
  .home-title .container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  
    .home-title .h3 {
      display: flex;
      font-size: 1.9rem;
      color: var(--color-grey-1);
      font-weight: 400;
      /*margin: 0 60px;*/
    }
    .color-green .home-title .h3 {
      color: var(--color-green-1);
    }
    .color-white .home-title .h3 {
      color: #ffffff;
    }
      .home-title .h3 strong {
        display: block;
        font-weight: 800;
        text-transform: uppercase;
        font-size: 2.6rem;
      }
      .home-title .h3 .icon-draw-circle {
        margin: 6px 10px 0 0;
      }
    .icon-draw-circle {
      width: 35px;
      height: 35px;
      border: 6px solid var(--color-blue-1);
      border-radius: 35px;
      display: inline-block;
      flex: 0 0 35px;
    }
  @media (max-width: 991.98px) {
    .home-title .container {
      justify-content: flex-start;
    }
    .home-title .h3 {
      margin: 0;
      font-size: 1.3rem;
    }
      .home-title .h3 strong {
        font-size: 1.6rem;
      }
  }
.info-hito {
    text-align: center;
}
  .info-hito .icon-svg svg:last-child {
    margin-left: -10px;
}


.tracking-card {
  max-width: 800px;
  margin: 50px auto;
  padding: 20px;
  border-radius: 10px;
  background-color: transparent;
  border: none;
  box-shadow: none;
  text-align: center;
  position: relative;
  z-index: 2;
  color: #ffffff;
}
.tracking-card .card-body-spacer {
  padding: 0 80px;
}
.card.home-card {
  max-width: 800px;
  margin: 50px auto 0 auto;
  padding: 20px;
  background-color: transparent;
  border: none;
  box-shadow: none;
  text-align: center;
}
.card.home-card .input-group button {
  border-radius: 50px 0 0 50px;
  border: 1px solid var(--color-blue);
  border-right: #ffffff;
  background-color: #ffffff;
}
.card.home-card .input-group .form-control {
  border-radius: 0 50px 50px 0;
  border: 1px solid var(--color-blue);
  border-left: #ffffff;
  background-color: #ffffff;
}
@media (max-width: 991.98px) {
  .tracking-card {
    margin: 0 auto;
    padding: 0;
  }
  .tracking-card .card-body-spacer {
    padding: 0;
  }
}

.btn-custom.btn-lg {
  padding: 1.2rem 1rem;
}

@media (max-width: 991px) {
    .mobile-no-show {
        display: none !important;
    }
}

/*--------------------------------------------------------------
# Loader
--------------------------------------------------------------*/
#ftco-loader,
#ftco-loader-part {
    position: fixed;
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
    border-radius: 16px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s ease-out, visibility 0s linear 0.2s;
    -o-transition: opacity 0.2s ease-out, visibility 0s linear 0.2s;
    transition: opacity 0.2s ease-out, visibility 0s linear 0.2s;
    z-index: 1000;
}
#ftco-loader-part {
    position: absolute;
}
#carWrapper {
    position: relative;
}

#ftco-loader.fullscreen,
#ftco-loader-part.fullscreen {
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-color: #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#ftco-loader.show,
#ftco-loader-part.show {
    -webkit-transition: opacity 0.4s ease-out, visibility 0s linear 0s;
    -o-transition: opacity 0.4s ease-out, visibility 0s linear 0s;
    transition: opacity 0.4s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

#ftco-loader .circular,
#ftco-loader-part .circular {
    -webkit-animation: loader-rotate 2s linear infinite;
    animation: loader-rotate 2s linear infinite;
    position: absolute;
    left: calc(50% - 24px);
    top: calc(50% - 24px);
    display: block;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

#ftco-loader .path,
#ftco-loader-part .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: loader-dash 1.5s ease-in-out infinite;
    animation: loader-dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
}

@-webkit-keyframes loader-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -136px;
    }
}

@keyframes loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -136px;
    }
}

.home-banner {
  padding: 50px 0;
  background-image: url(../img/happy-customer-service-representative.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
@media (max-width: 991px) {
	.home-banner:before {
	  content:"";
	  display: block;
	  background-color: rgba(0,0,0,.5);
	  position: absolute;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  left: 0;
	}
}



.search-product-card__item-list {
  padding: 0 0 24px 0;
  font-size: 0;
  text-align: center;
}


.search-product-card__item-list>li {
  display: inline-block;
  width: 14.722222%;
  margin-top: 24px;
  margin-left: .833333%;
  margin-right: .833333%;
}



.search-product-card__item-text {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%;
  height: 48px;
  margin-top: 36px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  text-align: center;
  color: #000;
  word-break: break-word;
}




.search-product-card__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 40px 16px 16px;
  background: #ffffff;
  border-radius: 20px;
  text-decoration: none;
  color: var(--color-blue);
}




.image {
  display: inline-block;
  position: relative;
  width: 100%;
  font-size: 0;
}
.search-product-card__item .image {
  width: 72px;
  height: 72px;
  margin: 0 auto;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}


@media (max-width: 991.98px) {
  .search-product-card__item-list>li {
    display: block;
    width: 100%;
    margin-top: 24px;
    margin-left: 0;
    margin-right: 0;
  }
  .search-product-card__item .image {
    width: 200px;
    height: 200px;
  }
}

.grecaptcha-badge {
	bottom: 98px !important;
}
@media (max-width: 991px) {
	.grecaptcha-badge {
		bottom: 10px !important;
	}
}

.restyle-image .modal-content {
	background: transparent !important;
}
.restyle-image .modal-header {
	border: none !important;
}
.restyle-image.modal {
	--bs-modal-border-width: 0;
}
	.restyle-image.modal .btn-close {
	  filter: brightness(0) invert(1);
	}

