
.inter {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
  }
  
  .btn-primary{
      background-color: #e30613 ;
      border-color: #e30613 ;
  }
  
    .btn-primary:hover{
      background-color: #000 ;
      border-color: #000 ;
  }
    .btn-primary:active {
        background-color: #000;
        border-color: #000;
    }
    .btn-primary:focus {
        background-color: #000;
        border-color: #000;
    }

  
  .progress{
    height:22px;
	--bs-progress-bg: #BDB8AA;
  border-radius: 0 !important;
  }
  .progress-bar {background-color: #e30613; font-weight: 600;}
  /*.form-check {
	  margin-left: 35px;
  }*/

.form-check {
padding-left:0;}
.form-check-input:checked {
    background-color: #e30613;
    border-color: #e30613;
}
  .form-control {
	  border-color: #828282;
  }
  .botonpregunta {
      border-radius: 50%;aspect-ratio: 1 / 1;border: solid 1px #828282;min-width: 36px; background-color: #fff; color: #828282;
  }
   .active{
      background-color: #BDB8AA; color: #fff;
  }
  /*
  .botonpregunta:hover {
      color: ;
      background-color: ;
      border-color: ;
  
  }*/

  .maxh70 {
    max-height: 70%;
  }
.msncajagris {
    /*margin-top: 30px;*/
    background-color: rgba(189, 184, 170, 0.60);
    padding: 15px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
}
  a {
	  color: #000;
	  text-decoration: underline;
  }
  .txtdeacuerdo {
	  font-size: 12px;
	  color: #828282;
	  font-weight: 600;
	  margin-right: 15px;
	  float: left;
  }
    body {
	  font-size: 14px;
  }
  p {
	  font-size: 14px;
 }
   .txt16 {
	  font-size: 16px;
 }

 .txt14 {
  font-size: 14px;
}

 .txtpreguntas {
	  font-size: 16px;
	  font-weight: 500;
	  margin-bottom: 25px;
  }
  .tituloaplicacion {
    font-family: inter;
    font-weight: bold; font-size:22px;
}

.claim {font-size: 24px;}

.claim span {font-size: 20px;}

.copyright {font-size:12px;}

.copyright .mini{font-size:10px;}

.justify{
    text-align: justify;}

.bold {
    font-weight: 600;
}

.borderojo {
    border: solid 1px #e30613;
    background-color: #F5F5F5;
}

.fleft {
    float: left;
    width: 50%;
}

@media (max-width: 2000px) {
    .altorow {
        resize: vertical;
        height: 55vh !important;
    }
}

@media (max-width: 1700px) {
    .altorow {
        resize: vertical;
        height: 50vh !important;
    }
}

@media (max-width: 1600px) {
    .altorow {
        resize: vertical;
        height: 45vh !important;
    }
}

@media (max-width: 1500px) {
    .altorow {
        resize: vertical;
        height: 40vh !important;
    }
}

@media (max-width: 1350px) {
    .altorow {
        resize: vertical;
        height: 35vh !important;
    }
}

@media (max-width: 1280px) {
    .altorow {
        resize: vertical;
        height: 45vh !important;
    }
}

@media (max-width: 1100px) {
    .altorow {
        resize: vertical;
        height: 42vh !important;
    }
}

@media (max-width: 1024px) {
    .altorow {
        resize: vertical;
        height: 37vh !important;
    }
}

@media (max-width: 992px) {
    .altorow {
        resize: vertical;
        height: 30vh !important;
    }
}

@media (max-width: 767.98px) {
    .fleft {
        width: 100% !important;
    }
}
