@font-face {

  font-family: 'Product Sans';

  font-style: normal;

  font-weight: 400;

  src: url('../fonts/ProductSans-Regular.woff') format('woff'),

  url('../fonts/ProductSansRegular.ttf'); 
}

@media (max-width: 767px) {
  /* Estilos específicos para celulares */

  .nomostrarentabletymovil{
    display: none;
  }
}


@media (min-width: 768px) and (max-width: 1023px) {
  /* Estilos específicos para tablets */
.nomostrarentabletymovil{
  display: none;
}

}

@media (min-width: 1024px) {
  /* Estilos específicos para el resto de dispositivos */
.nomostarenpc {
  display: none;
}
}

.col-md-10-2 {
  display: flex;
  align-items: center;
}

.mx-auto2 {
  margin-right: auto!important;
  margin-left: auto!important;
  margin-top: 3rem;
}

.image-howitworks{
  margin-top: 80px;
}

.image2-howitworks{
  margin-top: 40px;
}

.text-howitworks{
  margin-top: 40px;
}

header {
  position: fixed;
  top: 0;
  right: 15%;
  transform: translateX(50%);

  z-index: 9999;
}

nav {
  display: flex;
  justify-content: flex-end;
}

ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  margin: 0 10px;
}

a {
  display: block;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  padding: 20px 10px;
}

a:hover {
  color: #0d6efd;

}

.mb-4 {
  
  margin-top: 7rem;
}

@media only screen and (max-width: 768px) {
  header {
    position: static;
    text-align: center;
    background-color: transparent;
    transform: none;
  }
  nav {
    display: block;
  }
  ul {
    display: block;
  }
  li {
    display: inline-block;
    margin: 10px 0;
  }
}



.circle-btn {
  
  bottom: 0;
  right: 0;
  margin-bottom: 2rem;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #ddd;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  transition: background-color 0.2s ease-in-out;
  padding: 0;
  border: none;
  cursor: pointer;
  text-align: center;
}

.circle-btn:hover {
  background-color: #e4e4e4;
}

.circle-btn:focus {
  outline: none;
}

.circle-btn-icon {
  font-size: 24px;
  color: #000;
  margin: 0;
  padding: 0;
}




.fw-bold {
  font-weight: 500!important;
}



.mx-auto {
  margin-right: auto!important;
  margin-left: auto!important;
  margin-top: -5em;
}

.px-4 {
  padding-right: 1.5rem!important;
  padding-left: 1.5rem!important;
  margin-top: 2rem;
}

.btn-group-lg>.btn, .btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 30rem;
}

.form-floating>.form-control {
  padding: 1rem 1.75rem;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 50px;
  appearance: none;
  border-radius: 2rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
  margin-bottom: 6rem!important;
}

.btn-group-lg>.btn, .btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 30rem;
  margin-top: auto;
  margin-bottom: 1rem;
}

.spinner {
  margin-top: 20px;
  display: none;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bounce 1.4s infinite ease-in-out;
  animation: sk-bounce 1.4s infinite ease-in-out;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.send-container {
  position: relative;
}


@media (min-width: 1200px){
  
  .datasection2{
    margin-top: -80px !important;
      width: 70% !important;
      margin: 0 auto;
      text-align: center;
    
    
    
    }
.display-5 {
  font-size: 3rem;
}

#spinner {
  position: absolute;
  bottom: 0;
  right: 0;
  display: none;

  border: 8px solid #f3f3f3; /* color del borde */
  border-top: 8px solid #3498db; /* color del borde superior */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 2s linear infinite;
  
  top: 64%;
  left: 50%;
  
  margin-left: -20px;
}
}

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}



@media (min-width: 992px){
/*
  .datasection2{
    margin-top: 70px;
    margin-left: -265px;
    width: 1050px;
    padding-bottom: 150px;
    
  }*/

  .datasection2{
    margin-top: -80px !important;
    width: 70% !important;
    margin: 0 auto;
    text-align: center;
  }
  
    
  


  .rounded-lg-3 { border-radius: .3rem; }

  #spinner {

    display: none;
    position: absolute;
    border: 8px solid #f3f3f3; /* color del borde */
    border-top: 8px solid #3498db; /* color del borde superior */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 90%;
    left: 50%;
    
    margin-left: -20px;
  }
}

.col-lg-5 {
    flex: 0 0 auto;
    width: 71.66666667%;
}

@media (max-width: 992px) {
  
.col-lg-5 {
    flex: 0 0 auto;
    width: 91.66666667%;
}

.mx-auto {
  margin-right: auto!important;
  margin-left: auto!important;
  margin-top: -5.5rem;
}

/*
.datasection2{
  margin-top: 60px;
  width: 420px !important;
  padding-left: 50px;
  padding-right: 10px;
 margin-left: -250px;
  padding-bottom: 150px;
}

*/

.datasection2{
  width: 100%;
  padding: 20px;
  text-align: center;
  margin-top: -100px !important;
}

.input-container2 {
  flex-grow: 0.95;
  margin-right: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100px !important;
  height: 200px;
  border: 2px dashed #ccc;
  border-radius: 5px;
  cursor: pointer;
}

.form-floating2 {
 
  width: 450px !important;
}

#spinner {

  display: none;
  position: absolute;
  border: 8px solid #f3f3f3; /* color del borde */
  border-top: 8px solid #3498db; /* color del borde superior */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 2s linear infinite;
  position: absolute;
  top: 88%;
  left: 50%;
  
  margin-left: -20px;
}

}


.containercheckbox {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.columncheckbox {
  flex: 1;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin: 10px;
  text-align: center;
  border-radius: 25px;
}

.checkbox-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  cursor: pointer;
  color: #333;
}

.checkbox-container input {
  display: none;
}

.checkmark {
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1.5px solid #ccc;
  margin-right: 10px;
  position: relative;
  border-radius: 5px;
  transition: background-color 0.3s, border-color 0.3s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.checkmark:after {
  content: "\2713";
  font-size: 18px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

.checkbox-container:hover .checkmark {
  background-color: #f4f4f4;
}

.checkbox-container input:checked + .checkmark {
  background-color: #2196F3;
  border-color: #2196F3;
}

.checkbox-container input:checked + .checkmark:after {
  display: block;
}

/* Ajuste específico para texto largo */
.checkbox-container span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
}

/* Cambio de orden para solucionar el problema */
.checkbox-container input {
  order: -1;
}

