@font-face {
  font-family: gotham;
  src: url(../assets/font/Gotham-Light-Regular.otf);
  font-weight: bolder;
}
@font-face {
  font-family: gotham-bold;
  src: url(../assets/font/Gotham-Medium-Regular.ttf);
  /* font-weight: lighter; */
}
/* @font-face {
    font-family: gotham-bold;
    src: url(../assets/font/Gotham-Regular.otf);
    font-weight: lighter;
} */
h1,
h2,
h3,
h4,
h5,
h6,
h2 span {
  font-family: gotham-bold;
}
small {
  font-size: 60%;
}
p,
ul,
li,
a,
span,
body {
  font-family: gotham;
}

.btn-quickbox-register-web {
  background-color: #FCD741;
  color: #312e2e;
  border: 0;
  padding: 1vw 2.5vw;
  border-radius: 2rem;
  font-size: clamp(1rem, 2vw, 2rem);
  font-weight: bold;
  font-family: gotham-bold;
  box-shadow: 0px 6px 0px rgb(72, 71, 4);
  position: relative;
  transform: translateX(0);
  white-space: nowrap;
  z-index: 10;
}

.header-image {
  position: absolute;
  object-fit: cover;
  object-position: center bottom;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.btn-quickbox-blue {
  background-color: #0e4e94;
  padding: 8px 10px;
  border: 0;
  color: #ffffff;
  border-radius: 0.5rem;
}

.text-alizarin {
  color: #ed1b2e;
}
.text-bold {
  font-weight: bold;
  font-family: gotham-bold;
}

.text-devolucion {
  font-weight: bold;
  font-family: gotham-bold;
  font-size: 9px !important;
}

.padding-text {
  padding-bottom: 5px !important;
  margin-bottom: 15px !important;
  font-size: 60% !important;
}

.text-large {
  padding-top: -50px !important;
  margin-bottom: 5px !important;
}

.text-seguro {
  font-weight: bold;
  font-family: gotham-bold;
  font-size: 11px !important;
}

.btn-quickbox-alizarin {
  background-color: #ed1b2e;
  color: #ffffff;
  border: 0;
  padding: 8px 12px;
  border-radius: 0.5rem;
}
.bg-alizarin {
  background-color: #ed1b2e;
  color: #ffffff;
  border: 0;
  padding: 8px 12px;
  border-radius: 0;
}
/* p, ul, li, a, span, body{
    font-family: gotham;
}  */
section {
  background-color: #f5f5f5;
  padding: 30px 0;
}

.first {
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 16/7.7;
}


@media (min-width: 1024px) {

  .first {
    height: auto;
    min-height: 600px;
    max-height: 100vh;
  }
  .button-register-web-home {
    position: absolute;
    top: -2vw;
    right: 17vw;
    z-index: 10;
  }
  .desktop-image {
    display: block;
  }
  .mobile-image {
    display: none;
  }
  .button-register-mobile-home {
    display: none;
  }
}

@media (max-width: 1023px) {
  .headmast .header-slider .first {
    height: auto;
    min-height: 500px;
    aspect-ratio: 9/16;
  }

  .btn-quickbox-register-mobile {
    background-color: #FCD741;
    color: #312e2e;
    border: 0;
    padding: 2vw 5vw;
    border-radius: 2rem;
    font-size: clamp(0.9rem, 3.5vw, 1.2rem); 
    font-weight: bold;
    font-family: gotham-bold;
    box-shadow: 0px 4px 0px rgb(72, 71, 4);
    position: absolute;
    transform: translateX(-50%);
    width: auto;
    max-width: 90%;
  }

  .button-register-mobile-home {
    position: absolute;
    bottom: 63%; 
    left: 75%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    padding: 0;
    display: block;
    z-index: 10;
  }

  .button-register-web-home {
    display: none;
  }

  .header-slider .first .container {
    position: relative;
    height: 100%;
  }

  .desktop-image {
    display: none;
  }
  .mobile-image {
    display: block;
  }

  .first {
    height: 90vh;
    max-height: 90vh;
    border: 0;
    margin: 0;
  }
}

.headmast .slick-dots li button:focus {
  outline: none;
}
.headmast .slick-dots li.slick-active button {
  background-color: #ffffff;
}

.headmast .header-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.headmast .header-slider.slick-vertical .slick-slide {
  border: 0;
  height: 100vh;
}
.headmast .header-slider .slick-dots li {
  display: block;
}
.headmast .header-slider .bg-red {
  background-color: #ed1b2e;
  color: #ffffff;
  padding: 5px 10px;
}

.headmast .header-slider .bg-red-firts {
  background-color: #0e4e94;
  color: #ffffff;
  padding: 5px 10px;
  text-transform: uppercase;
}
.headmast .header-slider p {
  color: #ffffff;
  font-size: 22px;
}
.headmast .header-slider h2 {
  color: #ffffff;
}
.headmast .header-slider .text-big {
  font-size: 30px;
  font-weight: bolder;
}
.headmast .header-slider .btn-quickbox-blue {
  background-color: #0e4e94;
  color: #ffffff;
  border: 0;
  padding: 8px 12px;
  border-radius: 0.5rem;
}
#mainNav img {
  max-width: 100px;
}
#mainNav .btn-quickbox-blue {
  background-color: #0e4e94;
  padding: 8px 10px;
  border: 0;
  color: #ffffff;
  border-radius: 0.5rem;
}
#mainNav.navbar-light .navbar-nav .nav-link {
  color: #0d4e94;
  cursor: pointer;
  font-size: clamp(12px, 1.2vw, 15px);
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  transition: color 0.3s ease;
}

#mainNav .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  
  /* display: flex;
     transform: translate(-50%, -50%);
    top: 50%;
    left: 50%; 
    position: absolute; */
}
#mainNav {
  width: 100%;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: #0d4e94 #f1f1f1;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}

#mainNav .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}

#mainNav .nav-link {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
} 

#mainNav::-webkit-scrollbar {
  height: 4px;
}

#mainNav::-webkit-scrollbar-thumb {
  background: #0d4e94;
  border-radius: 2px;
}

.navbar-collapse {
  width: 100%;
}

#mainNav .navbar-nav li {
  list-style: none;
  /* width: 100px; */
  position: relative;
  max-width: 100%;
}

.navbar-nav.ml-auto {
  display: flex;
  align-items: center;
  flex-shrink: 0; /* Evita que se reduzcan */
  flex-wrap: nowrap;
}

#mainNav .navbar-nav a.active::before {
  /*border-bottom: 2px solid #ED1B2E; */
  /* content: "";
    height: 3px;
    width: 100%;
    background-color: #ED1B2E;
    position: absolute; */
  border-bottom: 2px solid #ed1b2e;
  content: '';
  height: 2px;
  width: 90%;
  background-color: #ed1b2e;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 0;
}

#mainNav .navbar-nav li a:hover::before {
  /* border-bottom: 2px solid #ED1B2E; */
  content: '';
  height: 2px;
  width: 90%;
  background-color: #ed1b2e;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 0;
}
#mainNav .navbar-nav li a {
  display: block;
  /*     transition: 0.5s;
 */
}

#mainNav .navbar-nav .slide {
  position: absolute;
  width: 100px;
  height: 100%;
  top: 0;
  left: 0;
  background: #ed1b2e;
  z-index: -1;
  transition: 0.5s;
  opacity: 0;
}
#mainNav .navbar-nav a:nth-child(1).active ~ .slide {
  left: 0;
  opacity: 1;
}
#mainNav .navbar-nav a:nth-child(2).active ~ .slide {
  left: 100px;
  opacity: 1;
}
#mainNav .navbar-nav a:nth-child(3).active ~ .slide {
  left: 200px;
  opacity: 1;
}
#mainNav .navbar-nav a:nth-child(4).active ~ .slide {
  left: 300px;
  opacity: 1;
}
#mainNav .navbar-nav .gps {
  width: 20px;
}
.header-top {
  padding: 8px;
  display: flex;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  width: 100%;
  padding-bottom: 5px;
}
.header-top a {
  color: #0e4e94;
}
.navbar-expand-lg {
  -ms-flex-flow: column;
  flex-flow: column;
}
#that,
#services {
  height: 100vh;
}
.mouse-down-image-wrapper img {
  height: 100%;
  margin: auto;
}
.mouse-down-image-wrapper {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  width: 90px;
  margin-bottom: 5%;
  height: 90px;
  text-align: center;
}
section.that-easy {
  padding: 60px 0;
}
.that-easy h2 {
  color: #0d4e94;
  font-size: 35px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 25px;
}
.that-easy .image-wrap {
  height: 120px;
  display: flex;
  align-items: center;
}
.that-easy .image-wrap img {
  height: 100px;
}
.that-easy h3 {
  color: #0d4e94;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
}
.that-easy hr {
  margin-top: 2px;
  margin-bottom: 2px;
  border: 0;
  border-top: 2px solid #ed1b2e;
  width: 60%;
  margin-left: 0;
}
.that-easy p {
  color: #0d4e94;
}
.that-easy .know-more {
  color: #0e4e94;
}
.that-easy .know-more .arrow-know-more {
  width: 15px;
  max-width: 15px;
}
.that-easy .know-more .arrow-know-more img {
  width: 100%;
  max-width: 100%;
}
.plan-for-you {
  padding: 60px 0;
  background-color: #f5f5f5;
}
.plan-for-you h2 {
  color: #0d4e94;
  font-size: 35px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 25px;
}
.plan-for-you .card-plan .content-card {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 20px;
  cursor: pointer;
}
.plan-for-you .card-plan .footer-card {
  background-color: #ffffff;
  padding: 10px 0;
  margin-top: 15px;
  border-radius: 0.5rem;
}
.plan-for-you .card-plan .footer-card p {
  text-align: center;
  margin-bottom: 0;
  color: #0d4e94;
}
.plan-for-you .card-plan .title-card {
  height: 100px;
  position: relative;
}
.plan-for-you .card-plan .body-card {
  height: 155px;
}
.plan-for-you .card-plan {
  transition: transform 0.4s;
}
.plan-for-you .red-star {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.plan-for-you .know-more .arrow-know-more {
  width: 15px;
  max-width: 15px;
}
.plan-for-you .know-more .arrow-know-more img {
  width: 100%;
  max-width: 100%;
}
/* CARD PLAN HOVER */
.plan-for-you .card-plan:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.plan-for-you .card-plan:hover .content-card {
  background-color: #0d4e94;
}
.plan-for-you .card-plan:hover .title-card h3,
.plan-for-you .card-plan:hover .title-card h4,
.plan-for-you .card-plan:hover .body-card h4,
.plan-for-you .card-plan:hover .body-card .text-iva,
.plan-for-you .card-plan:hover .body-card p,
.plan-for-you .card-plan:hover .footer-card p {
  color: #ffffff;
}
.plan-for-you .card-plan:hover .footer-card {
  background-color: #0d4e94;
}

.plan-for-you .card-plan .title-card h3 {
  color: #0d4e94;
  font-weight: bold;
  text-transform: uppercase;
}
.plan-for-you .card-plan .title-card h4 {
  color: #0d4e94;
  text-transform: uppercase;
}
.plan-for-you .card-plan .title-card hr {
  margin-top: 2px;
  margin-bottom: 2px;
  border: 0;
  border-top: 2px solid #ed1b2e;
  width: 60%;
  margin-left: 0;
}
.plan-for-you .card-plan .body-card h4 {
  color: #ed1b2e;
  text-align: center;
  font-weight: bold;
}
.plan-for-you .card-plan .body-card .text-iva {
  font-size: 15px;
  color: #ed1b2e;
  font-weight: bold;
}

.plan-for-you .card-plan .body-card p {
  color: #0d4e94;
}

.quickbox-experience {
  height: 100vh;
  background: linear-gradient(
      to bottom,
      rgba(14, 78, 148, 0.8) 0%,
      rgba(14, 78, 148, 0.8) 100%
    ),
    url('../assets/images/bg-quickbox.jpg'); /* W3C */
  /*     background-size: cover;
 */
  background-repeat: no-repeat;
  background-position: center;
}
.quickbox-experience .testimonial .testimonial-photo {
  width: 100px;
  height: 100px;
  margin: auto;
  text-align: center;
  margin-top: -35px;
}
.quickbox-experience .testimonial .photo-circle {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  border-top-left-radius: 50% 50%;
  border-top-right-radius: 50% 50%;
  border-bottom-right-radius: 50% 50%;
  border-bottom-left-radius: 50% 50%;
}

.flag {
  margin-left: 57%;
  text-align: center;
  margin-top: -30px;
}

.quickbox-experience b {
  color: #ffffff;
  font-weight: bolder;
  font-size: 30px;
}
.quickbox-experience .quotes-string {
  width: 90px;
  margin: auto;
}
.quickbox-experience p {
  color: #ffffff;
}
.quickbox-experience h4 {
  font-weight: bolder;
  font-size: 25px;
  margin-top: 25px;
  color: #fff;
  text-transform: uppercase;
}
.testimonial {
  padding: 0 15px;
}

.dicover-products-slider img {
  margin: auto;
  width: 70%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
/* .amazon-logo {
  width: 160px;
}
.best-buy-logo {
  width: 125px;
  margin-top: -20px;
}
.walmart-logo {
  width: 210px;
}
.ebay-logo {
  width: 150px;
} */
.wrap-img-shoops {
  height: 100px;
  display: flex;
  margin: auto;
  justify-content: center;
}
.dicover-products-slider .slick-prev:before,
.dicover-products-slider .slick-next:before {
  color: #0e4e94;
}
.discover-products {
  padding: 60px 0;
}
.discover-products h2 {
  color: #0d4e94;
  font-weight: bolder;
  text-transform: uppercase;
  text-align: center;
}
.discover-products p {
  color: #0d4e94;
  text-align: center;
}
.discover-products .know-more .arrow-know-more {
  width: 15px;
  max-width: 15px;
}
.discover-products .know-more .arrow-know-more img {
  width: 100%;
  max-width: 100%;
}
.find-us-in {
  padding: 60px;
  background-color: #0e4e94;
  overflow: hidden;
}
.find-us-in h2 {
  color: #fff;
  text-align: center;
  font-weight: bolder;
  text-transform: uppercase;
  margin-bottom: 45px;
  font-size: 35px;
}
.find-us-in h3 {
  color: #fff;
  font-weight: bolder;
  text-transform: uppercase;
  font-size: 20px;
}
.find-us-in p {
  color: #fff;
}
.find-us-in .dowload-apps-wrap {
  background-color: #ed1b2e;
}
.find-us-in .fa-whatsapp {
  color: #ffffff;
  margin-left: 10px;
  font-size: 30px;
}
.find-us-in .fa-facebook,
.find-us-in .fa-instagram,
.find-us-in .fa-youtube-play {
  color: #ffffff;
  font-size: 30px;
}
.find-us-in .dowload-apps-wrap {
  padding: 0 25px;
  /*     border-radius: 1rem;
 */
  height: 200px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  padding-right: 0;
}
.find-us-in .dowload-apps-wrap::after {
  position: absolute;
  content: '';
  height: 200px;
  background-color: #0e4e94;
  width: 50%;
  z-index: -1;
  right: -50%;
  width: 100%;
  z-index: -1;
  right: -100%;
}
.find-us-in .dowload-apps-wrap img {
  width: 70px;
  margin: 10px;
}
.find-us-in a {
  color: #fff;
}
@media (max-width: 991.98px) {
  .find-us-in .dowload-apps-wrap img {
    width: 15%;
  }
}
footer {
  background-color: #f5f5f5;
  padding: 60px 0;
}
footer ul {
  text-align: center;
  display: flex;
  margin-top: 40px;
}
footer ul li,
footer ul a {
  display: inline-block;
  margin: auto;
  color: #0d4e94;
}
footer .copyrigth {
  text-align: center;
  color: #cecece;
  margin-bottom: -20px;
}
.back-to-top {
  position: fixed;
  /*     display: none;
 */ /* background: #007bff; */
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  color: #05cd51;
  font-size: 40px;
}
.back-to-top img {
  /*     padding-top: 12px;
 */
  color: #fff;
  width: 100%;
}
@media (max-width: 991.98px) {
  .plan-for-you div[class*='col-'] {
    padding: 20px 30px;
  }

  .find-us-in .dowload-apps-wrap::after {
    content: none;
  }
  footer ul {
    display: block;
  }
  footer ul li,
  footer ul a {
    display: block;
  }
  .warranty-img {
    width: 50% !important;
    display: flex;
    margin: auto;
  }
  .satisfaction-img {
    width: 50% !important;
    display: flex;
    margin: auto;
  }
  .quickbox-experience {
    padding: 0 20px;
  }
  .discover-products {
    padding: 60px 20px;
  }
  .find-us-in {
    padding: 60px 20px;
  }
  .find-us-in .dowload-apps-wrap {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
    margin-top: 30px;
  }
  section h2 {
    font-size: 30px !important;
  }
}
/* ======== RESTRICTED MATERIAL ======== */
.restricted-materials-tabs {
  background-color: #f5f5f5;
}
.resticted-materials-tabs .nav-tabs {
  border-bottom: 0px solid #dee2e6;
}
.resticted-materials-tabs .nav-tabs .nav-link {
  text-align: center;
  border: 0px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.resticted-materials-tabs .nav-tabs .nav-link {
  text-align: center;
  border: 0px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  text-transform: uppercase;
  font-weight: bolder;
  font-size: 20px;
  font-family: gotham-bold;
  color: #0e4e94;
}
.resticted-materials-tabs .nav-tabs .nav-link.active {
  background-color: #f5f5f5;
  color: #ed1b2e;
  text-transform: uppercase;
  font-weight: bolder;
  font-size: 20px;
  font-family: gotham-bold;
}
.resticted-materials-tabs a {
  color: #0d4e94;
}
/* #prohibited-products{
    background-color: #fff; 
    padding: 30px;
    margin-top: 20px;
} */
.banner-restricted-materials {
  background-image: url(images/caution.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  max-height: 100vh;
  border: 0;
  margin: 0;
}

.banner-restricted-materials .bg-red {
  background-color: #ed1b2e;
  color: #ffffff;
  padding: 5px 10px;
  font-size: 30px;
}
.banner-restricted-materials p {
  color: #ffffff;
  font-size: 22px;
}
.banner-restricted-materials h2 {
  color: #ffffff;
}
.banner-restricted-materials .text-big {
  font-size: 30px;
  font-weight: bolder;
}

.resticted-materials-tabs {
  padding: 20px 0;
}
.resticted-materials-tabs .tab-pane {
  background-color: #fff;
  padding: 30px;
  margin-top: 20px;
}

.resticted-materials-tabs .tab-content {
  color: #0d4e94;
}
@media (max-width: 991.98px) {
  .banner-restricted-materials {
    height: auto;
    max-height: none;
    padding: 60px 0;
  }
  .banner-restricted-materials p {
    font-size: 18px;
  }
  .banner-restricted-materials .col-lg-12.h-100.d-flex {
    padding-bottom: 120px;
  }
  .resticted-materials-tabs .tab-pane {
    padding: 15px;
  }
}
/* ############# Buyers guide ########### */
.buyers-guide {
  padding: 60px 0;
}

.buyers-guide h2 {
  color: #0d4e94;
  font-size: 35px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 25px;
}
.buyers-guide .buyer-guide-card {
  background-color: #fff;
  margin-top: 20px;
  border-radius: 1rem;
  min-height: 290px;
  padding: 15px;
}
.buyers-guide .image-wrap {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.buyers-guide .image-wrap img {
  height: 100px;
}
.buyers-guide h3 {
  color: #0d4e94;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
}
.buyers-guide hr {
  margin-top: 2px;
  margin-bottom: 10px;
  border: 0;
  border-top: 2px solid #ed1b2e;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.buyers-guide p {
  color: #0d4e94;
}
.buyer-guide-card {
  text-align: center;
}
@media (max-width: 991.98px) {
  .important-steps .slider-nav {
    width: 80%;
    margin: auto;
  }
  .important-steps .slider-nav iframe {
    height: 120px;
  }
  .important-steps .slider-for iframe {
    height: 200px;
  }
}
.important-steps {
  padding: 30px 0;
}
.important-steps h2 {
  color: #0d4e94;
  font-size: 35px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 25px;
}
.important-steps .slider-nav .item {
  padding: 5px 6px;
}
.important-steps .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #0e4e94;
  font-size: 16px;
}
.important-steps .slick-dots li button:before {
  font-size: 12px;
}
.important-steps .slick-dots li button:hover:before,
.important-steps .slick-dots li button:focus:before {
  color: #0e4e94;
}
.important-steps .slick-dots li button {
  padding: 0;
}
.important-steps .slick-dots li {
  margin: 0;
}
.ten-tips {
  padding: 60px 0;
  background-image: url(../assets/images/bg-tips.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ten-tips p {
  color: #0d4e94;
}
.ten-tips h2 {
  color: #0d4e94;
  font-size: 35px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 25px;
}
.ten-tips .slider-nav .item {
  padding: 5px 6px;
}
.ten-tips .round {
  background-color: #0d4e94;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-width: 40px;
}
.ten-tips .round::before {
  content: '';
  width: 20px;
  height: 4px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  bottom: 0;
  background-color: #0d4e94;
  left: 40px;
}
@media (max-width: 991.98px) {
  .ten-tips .round::before {
    content: none;
  }
  .ten-tips .round {
    margin-top: 20px;
  }
}
.frequent-questions {
  padding: 60px 0;
}
.frequent-questions p {
  color: #0d4e94;
}
.frequent-questions h2 {
  color: #0d4e94;
  font-size: 35px;
  text-transform: uppercase;
  font-weight: bold;
}
.frequent-questions .card-header {
  background-color: #fff;
  border-radius: 1rem;
  border: 0;
}
.frequent-questions .card-body {
  background-color: #ededed;
  border-radius: 1rem;
  border: 0;
  margin-top: 8px;
}
.frequent-questions .card {
  background-color: transparent;
  border: 0;
  margin-bottom: 8px;
}
.frequent-questions ol {
  color: #0e4e94;
}
.frequent-questions button {
  background-color: #ed1b2e;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  padding: 8px 24px;
  border: 0;
  text-align: center;
  display: flex;
  margin: 20px auto 0px;
}
.frequent-questions input {
  background-color: #0d4e94;
  color: #fff;
  border: 0;
  padding: 5px 15px;
  width: 60%;
  border-radius: 2rem;
  position: relative;
}
.frequent-questions input:focus {
  outline: 0;
}

/* .frequent-questions input::before{
    position: absolute;
    right: 0;
    width: 50px;
    height: 100%;
    content: "";
} */
.frequent-questions input {
  background-color: #0d4e94;
  color: #fff;
}
.frequent-questions input::-webkit-input-placeholder {
  color: #fff;
}
.frequent-questions input:-ms-input-placeholder {
  color: #fff;
}
.frequent-questions input::placeholder {
  color: #fff;
}
#accordion a {
  display: block;
  position: relative;
  color: #0e4e94;
}
#accordion a:after {
  content: '\f055'; /* fa-chevron-down */
  font-family: 'FontAwesome';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  z-index: 999;
  color: #0e4e94;
  height: 25px;
  padding-right: 1.25rem;
}
#accordion h3 {
  font-size: 20px;
  color: #0e4e94;
}
#accordion a:hover {
  color: transparent;
}
#accordion a[aria-expanded='true']:after {
  content: '\f056'; /* fa-chevron-up */
}
.slick-button-prev {
  left: -25px;
}
.slick-button-next {
  right: -25px;
}
.slick-button-prev i {
  font-size: 30px;
}
.slick-button-next i {
  font-size: 30px;
}
.slick-button-prev,
.slick-button-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: #0d4e94;
  border: none;
  outline: none;
  background: transparent;
}

/* About us */
.headmast .about-us-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 16/8;
}

@media(min-width: 1024px){
  .headmast .about-us-banner {
    height: auto;
    min-height: 60vh;
    max-height: 100vh;
  }

  .button-register-web-about-us {
    position: absolute;
    top: 11vw;
    left: -5vw;
    z-index: 10;
  }

  .button-register-mobile-about-us {
    display: none;
  }

  .desktop-image{
    display: block;
  }
  .mobile-image{
    display: none;
  }
}

@media (max-width: 1023px) {
  .headmast .about-us-banner {
    height: auto;
    aspect-ratio: 9/16;
    background-position: 75% center bottom;
    position: relative;
  }
   .button-register-mobile-about-us {
    position: absolute;
    bottom: 57%;
    left: 52%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    padding: 0 20px;
    display: block;
  }

  .button-register-web-about-us{
    display: none;
  }
  .desktop-image {
    display: none;
  }
  .mobile-image {
    display: block;
  }
}
.headmast .about-us-banner h1 .bg-red {
  background-color: #ed1b2e;
  color: #ffffff;
  padding: 10px 10px;
  font-size: 30px;
}
.headmast .about-us-banner p {
  color: #ffffff;
  margin-top: 15px;
  font-size: 22px;
}
.headmast .about-us-banner h2 {
  color: #ffffff;
}
.headmast .about-us-banner .text-big {
  font-size: 30px;
  font-weight: bolder;
}

.about-us-content {
  color: #0d4e94;
}
/* How its work */

.headmast .how-its-work-slider .christmas-slide {
  background-image: url(images/Banner-Navidad.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  max-height: 100vh;
  border: 0;
  margin: 0;
}


.steps-how-its-work-tabs {
  background-color: #f5f5f5;
}
.steps-how-its-work-tabs .nav-tabs {
  border-bottom: 0px solid #dee2e6;
}
.steps-how-its-work-tabs .nav-tabs .nav-link {
  text-align: center;
  border: 0px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  padding: 0;
}
.steps-how-its-work-tabs .nav-tabs .nav-link {
  text-align: center;
  border: 0px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  text-transform: uppercase;
  font-weight: bolder;
  font-size: 20px;
  font-family: gotham-bold;
  color: #0e4e94;
  display: flex;
  justify-content: center;
  align-items: center;
}
.steps-how-its-work-tabs .nav-tabs .nav-link.active {
  background-color: #f5f5f5;
  color: #ed1b2e;
  text-transform: uppercase;
  font-weight: bolder;
  font-size: 20px;
  font-family: gotham-bold;
}
.steps-how-its-work-tabs .nav-tabs .nav-link .rounded-number {
  background-color: #0e4e94;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  font-size: 40px;
  width: 45px;
  height: 45px;
  min-width: 45px;
  min-height: 45px;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
}
.steps-how-its-work-tabs .nav-tabs .nav-link.active .rounded-number {
  background-color: #ed1b2e;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  font-size: 40px;
  width: 45px;
  height: 45px;
  min-width: 45px;
  min-height: 45px;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
}
.steps-how-its-work-tabs .nav-tabs .nav-link .rounded-number h4 {
  margin: 0;
  line-height: initial;
  font-size: 30px;
  font-weight: bolder;
}
.steps-how-its-work-tabs h5 {
  font-size: 18px;
  margin-bottom: 0;
}
.steps-how-its-work-tabs .step-wrap h4 {
  color: #0d4e94;
  font-weight: bold;
  margin-top: 15px;
  font-size: 18px;
}
.steps-how-its-work-tabs .step-wrap {
  text-align: center;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}
.steps-how-its-work-tabs .step-wrap img {
  width: 60%;
}
.steps-how-its-work-tabs .step-wrap hr {
  margin-top: 2px;
  margin-bottom: 2px;
  border: 0;
  border-top: 2px solid #ed1b2e;
  width: 100%;
  margin-left: 0;
}
.steps-how-its-work-tabs #nav-tab-hiwContent {
  padding-top: 45px;
}
.steps-how-its-work-tabs .tab-content {
  color: #0d4e94;
}
.steps-how-its-work-tabs .wrap-apps-icons img {
  margin: 5px;
  width: 60px;
}
@media (max-width: 991.98px) {
  .steps-how-its-work-tabs .nav-tabs .nav-link {
    justify-content: start;
    padding: 5px 0;
  }
  .steps-how-its-work-tabs .nav-tabs {
    padding-left: 15px;
  }
}
.headmast .how-its-work-slider .first-slide {
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 16/7.95;
}
@media (min-width: 1024px) {

  .headmast .how-its-work-slider .first-slide {
    height: auto;
    min-height: 600px;
    max-height: 100vh;
  }

  .button-register-web-how-its-work {
    position: absolute;
    top: 7vw;
    left: -5vw;
    z-index: 10;
  }
  
  .desktop-image {
    display: block;
  }
  
  .mobile-image {
    display: none;
  }
  
  .button-register-mobile-how-its-work {
    display: none;
  }
}

@media (max-width: 1023px) {
  .headmast .how-its-work-slider .first-slide {
    height: auto;
    aspect-ratio: 9/16; 
    background-position: 70% center;
    position: relative;
  }

  .button-register-mobile-how-its-work {
    position: absolute;
    bottom: 62%;
    left: 30%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    padding: 0;
    display: block;
    z-index: 10;
}
  .button-register-web-how-its-work{
    display: none;
  }
  .desktop-image {
    display: none;
  }
  .mobile-image {
    display: block;
  }
}
.headmast .how-its-works-slider .slick-dots {
  position: absolute;
  margin-left: 20px;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 50%;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: fit-content;
  height: 10px;
}
.headmast .slick-dots li button {
  color: transparent;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-radius: 4rem;
  border: 2px solid #ffffff;
}
.headmast .slick-dots li button:focus {
  outline: none;
}
.headmast .slick-dots li.slick-active button {
  background-color: #ffffff;
}

.headmast .how-its-works-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.headmast .how-its-works-slider.slick-vertical .slick-slide {
  border: 0;
  height: 100vh;
}
.headmast .how-its-works-slider .slick-dots li {
  display: block;
}
.headmast .how-its-works-slider .bg-red {
  background-color: #ed1b2e;
  color: #ffffff;
  padding: 10px 10px;
  font-size: 30px;
}

.headmast .how-its-works-slider p {
  color: #ffffff;
  font-size: 22px;
}
.headmast .how-its-works-slider h2 {
  color: #ffffff;
}
.headmast .how-its-works-slider .text-big {
  font-size: 30px;
  font-weight: bolder;
}

/* Plans */
.headmast .plans-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 16/7.95;
}

@media (min-width: 1024px) {
  .headmast .plans-banner {
    height: auto;
    min-height: 600px;
    max-height: 100vh;
  }
  .button-register-web-plans {
    position: absolute;
    top: 7vw;
    right: 17vw;
    z-index: 10;
  }

  .button-register-mobile-plans {
    display: none;
  }
  
  .desktop-image {
    display: block;
  }
  
  .mobile-image {
    display: none;
  }
}

@media (max-width: 1023px) {
  .headmast .plans-banner {
    height: auto;
    aspect-ratio: 9/16;
    background-position: 75% center;
    position: relative;
  }
   .button-register-mobile-plans {
    position: absolute;
    bottom: 62%;
    left: 59%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    padding: 0;
    display: block;
    z-index: 10;
  }

  .button-register-web-plans{
    display: none;
  }
  
  .desktop-image {
    display: none;
  }
  .mobile-image {
    display: block;
  }
}

.headmast .plans-banner .bg-red {
  background-color: #ed1b2e;
  color: #ffffff;
  padding: 10px 10px;
  font-size: 30px;
}
.headmast .plans-banner p {
  color: #ffffff;
  margin-top: 15px;
  font-size: 22px;
}
.headmast .plans-banner h2 {
  color: #ffffff;
}
.headmast .plans-banner .text-big {
  font-size: 30px;
  font-weight: bolder;
}

.parcels-plans {
  padding: 60px 0;
  background-color: #f5f5f5;
  color: #0d4e94;
}
.parcels-plans h2 {
  text-align: center;
  font-weight: bold;
  color: #0d4e94;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.parcels-plans h3 {
  font-size: 26px;
  font-weight: 100;
  text-align: center;
  margin: 0;
  color: #ed1b2e;
  font-weight: bold;
}
.parcels-plans h4 {
  font-size: 26px;
  color: #0d4e94;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
.parcels-plans h5 {
  font-size: 24px;
  color: #0d4e94;
  text-align: center;
  margin: 0;
  font-weight: 100;
}
.parcels-plans hr {
  margin-top: 2px;
  margin-bottom: auto;
  border: 0;
  border-top: 2px solid #ed1b2e;
  width: 50%;
  margin-left: auto;
}
.parcels-plans p {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
}
.parcel-plan-card .linear-gradient-chart {
  background-image: linear-gradient(
    to right,
    rgba(255, 0, 0, 0),
    rgba(13, 78, 148, 0.68)
  );
  height: 3px;
  margin-bottom: 10px;
  border-radius: 15px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.parcels-plans .parcel-plan-card {
  transition: transform 0.4s;
  min-height: 560px;
  padding: 0;
  border-radius: 20px;
}
.parcels-plans .head-card {
  text-align: center;
  min-height: 180px;
  background-color: #ffffff;
  padding: 15px;
  border-radius: 20px 20px 0 0;
}
.parcels-plans .head-card .red-star {
  width: 15px;
}
.parcels-plans .parcel-plan-card .box-texts {
  height: 60px;
  margin-bottom: 5px;
  position: relative;
}
.parcels-plans .parcel-plan-card .text-bold {
  font-size: 17px;
}
.parcels-plans .parcel-plan-card .footer-card {
  background-color: #0d4e94;
  padding: 10px 0;
  margin-top: 15px;
  border-radius: 0.5rem;
}
.parcels-plans .parcel-plan-card .footer-card p {
  text-align: center;
  margin-bottom: 0;
  color: #ffffff;
}
.parcels-plans .parcel-plan-card .content-card {
  background: #ffffff;
  padding: 15px;
  border-radius: 0 0 20px 20px;
}
.parcels-plans .parcel-plan-card .wrap-text-whith-starts {
  font-size: 13px;
}
.parcels-plans .parcel-plan-card .small {
  display: inline-block;
  font-size: 9px;
}
@media (max-width: 991.98px) {
  .parcels-plans .head-card .red-star {
    display: inline-block;
  }
  .parcels-plans .parcel-plan-card {
    margin: 15px 0;
  }
  .parcels-plans h4 {
    font-size: 20px;
  }
  .parcels-plans h3 {
    font-size: 20px;
  }
  .parcels-plans p {
    font-size: 12px;
    line-height: 10px;
  }
  .parcels-plans .wrap-text-whith-starts {
    font-size: 12px;
  }
  .parcels-plans .head-card {
    padding: 5px;
    min-height: 150px;
  }
  .parcels-plans .content-card {
    padding: 5px;
  }
  .parcels-plans .text-bold {
    font-size: 12px !important;
  }
  .parcels-plans .slick-prev {
    left: -5px;
    z-index: 9;
  }
  .parcels-plans .slick-prev::before {
    color: #ed1b2e !important;
  }
  .parcels-plans .slick-next {
    right: 5px !important;
    z-index: 9 !important;
  }
  .parcels-plans .slick-next::before {
    color: #ed1b2e !important;
  }
  .parcels-plans .parcel-plan-card .box-texts {
    height: 70px;
  }
  .parcels-plans .parcel-plan-card .small {
    display: inline-block;
    font-size: 7px;
  }
}
.parcels-plans .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #0e4e94;
  font-size: 16px;
}
.parcels-plans .slick-dots li button:before {
  font-size: 12px;
}
.parcels-plans .slick-dots li button:hover:before,
.parcels-plans .slick-dots li button:focus:before {
  color: #0e4e94;
}
.parcels-plans .slick-dots li button {
  padding: 0;
}
.parcels-plans .slick-dots li {
  margin: 0;
}
/* Postal plan */
.postal-plan-card {
  transition: transform 0.4s;
  background-color: #ffffff;
  padding: 15px;
  border-radius: 20px;
  text-align: center;
}

.postal-plan hr {
  margin-top: 2px;
  margin-bottom: auto;
  border: 0;
  border-top: 2px solid #ed1b2e;
  width: 20%;
  margin-left: auto;
}
.postal-plan h2 {
  color: #0d4e94;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.postal-plan h4 {
  color: #0d4e94;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
}
.postal-plan h3 {
  color: #ed1b2e;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
}
.postal-plan .postal-plan-card p {
  color: #0d4e94;
  text-align: center;
}
.postal-plan .red-star {
  width: 15px;
}
.postal-plan p {
  color: #0d4e94;
}
.postal-plan .footer-card {
  background-color: #0d4e94;
  padding: 10px 0;
  margin-top: 15px;
  border-radius: 0.5rem;
}
.postal-plan .footer-card p {
  text-align: center;
  margin-bottom: 0;
  color: #ffffff;
}
#modal-client-direction .wrap-table {
  width: 100%;
  border: 2px solid #0d4e94;
  border-radius: 1rem;
  padding: 15px;
}
#modal-client-direction .wrap-table table {
  width: 100%;
  color: #0d4e94;
}
#modal-client-direction .logo {
  width: 170px;
  margin: auto;
  display: flex;
}
#modal-client-direction h3,
#modal-client-direction h4 {
  color: #707070;
  font-weight: 100;
  font-family: gotham;
  text-align: center;
}
#modal-client-direction .wrap-icons {
  text-align: center;
}
#modal-client-direction .wrap-icons img {
  padding: 15px 5px;
  width: 40px;
}
#modal-client-direction .wrap-icon {
  display: inline-block;
  color: #0d4e94;
}
#modal-client-direction .close-modal-circle {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 40px;
  z-index: 4;
  color: #ed1b2e;
  cursor: pointer;
}
#modal-client-direction .modal-body {
  padding: 3rem 2rem;
}
@media (max-width: 991.98px) {
  #modal-client-direction .modal-body {
    font-size: 12px;
    padding: 15px;
  }
}
.terms-and-conditions #terms-and-conditions-content {
  color: #0d4e94;
  text-align: justify;
}
.privacy-policies {
  color: #0d4e94;
  text-align: justify;
}

@media (max-width: 1440px) {
  .col-lg-6-h {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
}

@media (max-width: 1024px) {
  .col-lg-2-h {
    -ms-flex: 0 0 16.666667% !important;
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }

  .col-lg-4-h {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .find-us-in .dowload-apps-wrap {
    padding: 0 25px;
    border-radius: 1rem;
    height: 200px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    padding-right: 0;
  }

  .find-us-in .dowload-apps-wrap::after {
    position: absolute;
    content: '';
    height: 200px;
    background-color: #0e4e94 !important;
    width: 50%;
    z-index: -1;
    right: -50%;
    width: 100%;
    z-index: -1;
    right: -100%;
  }

  .col-lg-6-h {
    -ms-flex: 0 0 50.333333%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 768px) {
  .col-12-h {
    flex: 0 0 27% !important;
    max-width: 27% !important;
  }

  .col-lg-2-h {
    -ms-flex: 0 0 16.666667% !important;
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }

  .col-lg-4-h {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-6-h {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .find-us-in .dowload-apps-wrap {
    padding: 0 25px;
    border-radius: 1rem;
    height: 200px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    padding-right: 0;
  }

  .find-us-in .dowload-apps-wrap::after {
    position: absolute;
    content: '';
    height: 200px;
    background-color: #0e4e94 !important;
    width: 50%;
    z-index: -1;
    right: -50%;
    width: 100%;
    z-index: -1;
    right: -100%;
  }
}
@media (max-width: 425px) {
  .col-12-h {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .col-lg-2-h {
    -ms-flex: 0 0 16.666667% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }

  .col-lg-4-h {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-6-h {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .find-us-in .dowload-apps-wrap {
    padding: 0 25px;
    border-radius: 1rem;
    height: 200px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    padding-right: 0;
  }

  .find-us-in .dowload-apps-wrap::after {
    position: absolute;
    content: '';
    height: 200px;
    background-color: #0e4e94 !important;
    width: 50%;
    z-index: -1;
    right: -50%;
    width: 100%;
    z-index: -1;
    right: -100%;
  }
}

.title-agencia {
  color: white;
  font-size: 16px;
}

.padding-href {
  padding-top: 2px;
  padding-bottom: 2px;
}

.bg-alizarin-blue {
  background-color: #0e4e94;
  color: #ffffff;
  border: 0;
  padding: 8px 12px;
  border-radius: 0;
}

.text-blue {
  color: #0e4e94;
}
