/* Imports
================================================== */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@200;300;400;500;600;700;800&display=swap');
@import "../../css/common/footer.css";
@import "../../css/landingv2/main-new.css";

html, body {
  background-color: #0C1D3D;
  color: white;
}

.btn {
  overflow: hidden;
}

.btn-primary {
  background-color: #A6C544;
  color: #0C1D3D !important;
  border-radius: 33px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  font-family: 'Proxima nova';
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}

.btn-primary:hover {
  background-color: #b5db3a;
  color: #061838 !important;
}

.btn-primary:before {
  background-color: #b5db3a;
}

.btn-outline-white {
  background-color: transparent;
  border: 1px solid white;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  font-family: "Proxima nova";
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 33px;
}

.btn-outline-white:hover {
  color: #0c1d3d;
}

/* Partners */
.partners {
  background: #041121;
  background: linear-gradient(0deg, #030F1C 60%, #030f1c00 100%);
}
.partner {text-indent: -9999px; background-position: center; background-size: 60%; background-repeat: no-repeat !important; padding: 2.2rem 0rem;}
.partner-addi-light {background-image: url('/images/logos/payment/addi-light.svg');}
.partner-aliexpress-light {background-image: url('/images/logos/integrations/aliexpress-light.svg');}
.partner-bancolombia-light {background-image: url('/images/logos/integrations/bancolombia-light.svg');}
.partner-bizum-light { background-image: url('/images/logos/payment/bizum-light.svg');}
.partner-cielo-light {background-image: url('/images/logos/payment/cielo-light.svg');}
.partner-correosdechile-light {background-image: url('/images/logos/shipping/correosdechile-light.svg');}
.partner-correosexpress-light {background-image: url('/images/logos/shipping/correos-express-light.svg');}
.partner-ctt-light {background-image: url('/images/logos/shipping/ctt-light.svg'); background-size: 40%;}
.partner-dpd-light {background-image: url('/images/logos/shipping/dpd-light.svg');}
.partner-entel-light {background-image: url('/images/logos/integrations/entel-light.svg');}
.partner-facebook-light { background-image: url('/images/logos/integrations/facebook-business-light.svg');}
.partner-google-light {background-image: url('/images/logos/integrations/google-partner-light.svg');}
.partner-ideal-light {background-image: url('/images/logos/payment/ideal-light.svg');background-size: 38%!important;}
.partner-instagram-light {background-image: url('/images/logos/integrations/instagram-light.svg');}
.partner-klarna-light {background-image: url('/images/logos/payment/klarna-light.svg');}
.partner-mercadolibre-light {background-image: url('/images/logos/integrations/mercadolibre-light.svg');}
.partner-mercadolivre-light {background-image: url('/images/logos/integrations/mercadolivre-light.svg');}
.partner-mercadopago-light {background-image: url('/images/logos/payment/mercadopago-light.svg');}
.partner-olx-light {background-image: url('/images/logos/integrations/olx-light.svg');}
.partner-pt2030-light {background-image: url('/images/home/integrations/PT2030-light.svg');}
.partner-pagseguro-light { background-image: url('/images/logos/payment/pagseguro-light.svg');}
.partner-paypal-light {background-image: url('/images/logos/payment/paypal-light.svg');}
.partner-servipag-light {background-image: url('/images/logos/payment/servipag-light.svg');}
.partner-sibs-light {background-image: url('/images/logos/payment/sibs-light.svg');}
.partner-stripe-light {background-image: url('/images/logos/integrations/stripe-light.svg');}
.partner-transbank-light {background-image: url('/images/logos/integrations/transbank-light.svg');}
.partner-tresguerras-light {background-image: url('/images/logos/shipping/tresguerras-light.svg');}
.partner-whatsapp-light {background-image: url('/images/logos/integrations/whatsapp-light.svg');}
.partner-yape-light {background-image: url('/images/logos/payment/yape-light.svg');}
.partner-welivery-light {background-image: url('/images/logos/shipping/welivery-light.svg');}

@media (min-width: 991px) and (max-width: 1200px) {
  .partner {background-size: 80%;}
  .free-trial .partner {background-size: 60%;}
}
@media (min-width: 576px) and (max-width: 768px) {
  .partner {background-size: 60%;}
}

/**/
.bg-general {
  background: #1175AA;
  background: linear-gradient(270deg,rgba(17, 117, 170, 1) 0%, rgba(17, 13, 61, 1) 80%);
}

.bg-list {
  background-color: #070e1f;
  position: relative;
}

.bg-list::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/assets/enterprise/images/bg_list.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .5;
  z-index: 1;
}

.bg-earth {
  background-image: url(/assets/enterprise/images/bg-earth.webp);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}

.z-2 {
  position: relative;
  z-index: 2;
}

.modal.show {
  z-index: 1055 !important;
}

.texts {
  font-style: italic;
  font-weight: 500;
}

/**/
.list-with-icons {
  list-style: none;
  padding-left: 0;
}

.list-with-icons div {
  margin-left: 2rem;
}

.list-with-icons p {
  margin-bottom: 0;
}

.list-with-icons small {
  font-size: 80%;
}

.list-included {
  display: flex;
  flex-wrap: wrap;
}

.list-included li {
  width: 48%;
}

.list-included li:nth-child(2n) {
  padding-left: 4%;
}

@media only screen and (max-width: 768px) {
  .list-included li {
    width: 100%;
  }
  
  .list-included li:nth-child(2n) {
    padding-left: 0;
  }

  .list-with-icons div {
    margin-left: 1rem;
  }

  .list-with-icons img {
    width: 50px;
    height: 50px;
  }
}

/* Footer
================================================== */
footer.bd-footer {
  position: relative;
  z-index: 1;
  background-color: #0C1D3D;
}

.footer_section {
  color: #BABABA;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 120px;

}

.footer_section {
  color: #BABABA;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.footer_section .footer-logo {
  margin-bottom: 30px;
}
.footer_section .social_text_layout {
  padding-left: 80px;
}

.footer_widget_area {
  padding: 115px 0px 100px 0px;
  text-align: left;
}


.footer_widget_title {
  font-size: 19px;
  margin-bottom: 30px;
  font-weight: 500;
}

.footer_copyright p {
  color: #ffffff;
  font-size: 18px;
}

.footer_contact_info li:not(:last-child) {
  margin-bottom: 5px;
}
.footer_contact_info li:first-child {
  margin-bottom: 30px;
}
.footer_contact_info a {
  line-height: 1;
  color: #CECECE;
  position: relative;
}
.footer_contact_info a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 0;
  height: 1px;
  content: "";
  position: absolute;
  background-color: #ffffff;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.footer_contact_info a:hover {
  color: #ffffff;
}
.footer_contact_info a:hover:before {
  left: 0;
  width: 100%;
  right: auto;
}

.video-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 0;
}

.video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* MODAL */
#exampleModal .modal-content {
  background-color: #030F1C;
}

.btn-close {
  background-color: #ffffff80;
}

.modal-header .flex-column {
  width: 100%;
}