.bg-red {
  background-color: #ed6d63;
}

.bg-red-gradient {
  background-color: #ed6d63;
  background: linear-gradient(229deg, rgb(237, 109, 99) 0%, rgb(255, 55, 55) 100%);
  border: none;
}

.bg-green {
  background-color: #55b364;
}

.bg-gray {
  background-color: #e8eaea;
}

.bg-gray-2 {
  background-color: #f3f7fd;
}

.bg-black {
  background-color: #282b2b;
}

.bg-none {
  background: none;
}

.bg-black-op {
  background: rgba(0, 0, 0, 0.8);
}

.bg-blue {
  background-color: #688fca !important;
}

.text-black {
  color: #282b2b;
}

.text-red {
  color: #ed6d63;
}

.text-green {
  color: #55b364;
}

.text-gray {
  color: #e8eaea;
}

.text-gray-2 {
  color: #f3f7fd;
}

.text-gray-3 {
  color: #7a899c;
}

.text-bold {
  font-weight: bold;
}

.text-min {
  font-size: 0.75em;
}

.text-small {
  font-size: small;
}

.text-large {
  font-size: x-large;
}

.text-larger {
  font-size: larger;
}

.line-through {
  text-decoration: line-through;
}

.text-white {
  color: white !important;
}

button.bg-red {
  border: none;
}
button.bg-red:hover {
  background-color: #ff4234;
}

button.bg-green:hover {
  background-color: #249837;
}

button.bg-gray:hover {
  background-color: #adafaf;
}

button.bg-black:hover {
  background-color: #0e0e0e;
}

button.bg-blue {
  border: none;
}
button.bg-blue:hover {
  background-color: #436daa !important;
}

body {
  background-color: white;
  font-size: 16px;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.h5 {
  font-size: 20px;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.position-relative {
  position: relative !important;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.d-none {
  display: none !important;
}

.d-flex {
  display: flex !important;
}

.d-block {
  display: block !important;
}

.text-white {
  color: #fff !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.align-items-center {
  align-items: center !important;
}

.text-center {
  text-align: center !important;
}

.flex-column {
  flex-direction: column !important;
}

.w-auto {
  width: auto !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif !important;
  line-height: 1.2;
}

.form-floating {
  position: relative;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1.5rem;
  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;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

.form-floating > .form-control, .form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}

.form-floating > .form-control {
  padding: 2rem 0.75rem;
}



@media (min-width: 768px) {
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .colbs5-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
}
body {
  color: #525859;
}

p {
  font-family: "Poppins", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
}

a {
  text-decoration: none;
}

nav {
  font-family: "Montserrat", sans-serif !important;
  background-color: white !important;
  box-shadow: 0 0 2px #000000;
}

.claserara {
  background-color: #688fca;
  color: white;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 0.8em;
  margin: 0 5px;
}

main h3 {
  font-size: 2.5em;
}
@media (max-width: 599px) {
  main h3 {
    font-size: 1.8em;
  }
}
main p {
  font-size: 0.9em;
}

.main-banner {
  background: url("../img/main-bg.png");
  background-size: cover;
  min-height: 60vh;
}
.main-banner h2 {
  font-size: 3em;
  font-weight: bold;
  font-family: "Nunito", sans-serif !important;
}
@media (max-width: 599px) {
  .main-banner h2 {
    font-size: 2.5em;
  }
}
.main-banner h4 {
  font-size: 1.5em;
}
.main-banner img {
  width: 75%;
}

.second img {
  max-width: 220px;
  height: fit-content;
}

.modules h4 {
  font-size: 1.2em;
}
.modules .card-functions {
  min-height: 400px;
}
@media (min-width: 600px) and (max-width: 990px) {
  .modules .card-functions {
    min-height: 300px;
  }
}
@media (max-width: 599px) {
  .modules .card-functions {
    min-height: auto;
  }
}
.modules .card-functions img {
  max-width: 140px;
}

.planes-card {
  border-radius: 5px;
  transition: 1s;
}
.planes-card:hover {
  box-shadow: 1px 1px 5px #282b2b;
}
.planes-card h4 {
  font-size: 1.2em;
}
.planes-card h4 span {
  font-size: 3em;
}
.planes-card button {
  display: block;
  width: -webkit-fill-available;
}
.planes .prices {
  min-height: 100px;
}
.planes .price-label {
  position: absolute;
  top: 50px;
  right: 0;
  background: #f7ba4e;
  font-size: 1.1em;
  margin: 30px 0;
  height: 35px;
  clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 15% 50%, 0% 0%);
  text-transform: uppercase;
  color: white;
  width: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bolsas h3 {
  font-size: 1.2em;
}

.bg-offers {
  background: url("../img/bg-offers.png");
  background-size: cover;
}

.demo {
  background: url("../img/demo-bg.png");
  min-height: 350px;
  background-size: cover;
  background-position: center center;
}
.demo p {
  font-size: 1em;
}

@media (max-width: 768px) {
  #slider {
    position: relative;
    width: 300%;
    margin: 0;
    left: 0;
    animation: 15s slider infinite;
  }
}
@media (max-width: 768px) {
  #slider .col-md-4 {
    width: 33.3%;
    float: left;
  }
}

@keyframes slider {
  0% {
    left: 0;
  }
  25% {
    left: -100%;
  }
  50% {
    left: -200%;
  }
  75% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
@media (max-width: 768px) {
  #sliderclientes {
    position: relative;
    width: 400%;
    margin: 0;
    left: 0;
    animation: 20s slider infinite;
  }
}
@media (max-width: 768px) {
  #sliderclientes .col-md-3 {
    width: 25%;
    float: left;
  }
}

@keyframes slider {
  0% {
    left: 0;
  }
  16.6% {
    left: -100%;
  }
  33.2% {
    left: -200%;
  }
  49.8% {
    left: -300%;
  }
  66.4% {
    left: -200%;
  }
  83% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
footer a {
  color: white;
}
@media (max-width: 599px) {
  footer {
    font-size: 0.8em;
  }
}

@media screen and (max-width: 320px) {
  table {
    display: block;
    overflow-x: auto;
  }
}

.panel-heading {
  border-bottom: #e8eaea solid 1px;
}

.bg-blue .navbar-nav {
  font-family: "Montserrat", sans-serif !important;
}
.bg-blue .navbar-nav a:hover {
  background: #436daa !important;
  color: white !important;
}

.active a {
  background: #436daa !important;
  font-weight: bold;
  color: white !important;
}
.active a:hover {
  color: #ed6d63 !important;
}

.open a:focus {
  background: #436daa !important;
}

.hello-bar {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
@media (max-width: 768px) {
  .hello-bar {
    flex-direction: column;
    align-items: center;
  }
  .hello-bar button {
    margin-top: 10px;
    display: inline-block;
    width: fit-content;
  }
}

.site-filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 600px) and (max-width: 990px) {
  .site-filter {
    flex-direction: column;
    align-items: center;
  }
  .site-filter h3 {
    margin: 5px 0;
  }
}
@media (max-width: 599px) {
  .site-filter {
    flex-direction: column;
    align-items: center;
  }
  .site-filter h3 {
    margin: 5px 0;
  }
}
.site-filter .form-inline {
  display: flex;
}

.recent-doc .row .col-sm-6:first-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .recent-doc .row .col-sm-6:first-child {
    justify-content: center;
  }
  .recent-doc .row .col-sm-6:first-child h3 {
    margin: 0 1em;
  }
}
.recent-doc .row .col-sm-6:last-child {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .recent-doc .row .col-sm-6:last-child {
    margin-top: 1em;
    justify-content: center;
  }
}

.queue-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 768px) {
  .cola-analisis .queue-header {
    flex-direction: column;
  }
}
.cola-analisis .queue-header .form-group {
  margin: 0;
}
@media (max-width: 768px) {
  .cola-analisis .queue-header .form-group {
    margin: 10px 0;
  }
}

.match-selector a {
  background: #ed6d63 !important;
}
.match-selector a:hover {
  color: white !important;
  background: #ff4234 !important;
}

a.drop-menu_option {
  background: white !important;
  color: #282b2b !important;
}

.payment .planes-card {
  transition: 0.01s;
  cursor: pointer;
  border: solid 4px transparent;
}
.payment .planes-card:hover {
  border: solid 4px #688fca;
}

.steps {
  border-top: 1px solid lightgray;
}
@media (max-width: 768px) {
  .steps {
    border: none;
  }
}
.steps .step-option span {
  transition: 0.5s;
  background-color: white;
  border: solid 2px #436daa;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  color: #436daa;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3em;
}
.steps .step-option span.active {
  background-color: #436daa;
  color: white;
}
@media (max-width: 768px) {
  .steps .step-option span {
    height: 30px;
    width: 30px;
  }
}
.steps .container {
  z-index: 2;
  margin-top: -16px;
}
.steps .container .col-md-4 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 768px) {
  #step1 img {
    max-height: 90px;
  }
}

#planes label {
  width: 100%;
  height: 100%;
}
#planes .card-input-element {
  display: none;
}
#planes .card-input-element:checked + .planes-card {
  border: solid 4px #688fca;
}

.product-card {
  position: relative;
  height: 100%;
}
.product-card::before {
  content: "";
  position: absolute;
  background-color: #688fca;
  top: -1px;
  left: 0;
  right: 0;
  width: 100%;
  height: 8px;
  border-radius: 0.15rem 0.15rem 0 0;
}
.product-card:hover::before {
  width: 102%;
  left: -1px;
  right: -1px;
}

.card-input-element:checked + .product-card::before {
  width: 102%;
  left: -1px;
  right: -1px;
}

#step-bolsas {
  color: #7a899c;
}
#step-bolsas .price-label {
  top: 25px;
}
#step-bolsas h4 {
  font-size: 1.5em;
  font-weight: bold;
  color: #282b2b;
}
#step-bolsas .prices {
  min-height: 65px;
}

select#palabras {
  border: none;
  padding: 2px 20px;
}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #688fca;
  width: 220px;
  height: 40px;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  padding: 8px 15px;
  transition: 0.3s;
  border: solid 1px #688fca;
}
.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #688fca transparent transparent transparent;
  position: absolute;
  top: 16px;
  right: 10px;
}
.select-styled:hover {
  background-color: white;
}
.select-styled:active, .select-styled.active {
  background-color: white;
}
.select-styled:active:after, .select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #688fca transparent;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #f2f2f2;
  border: 1px solid #688fca;
}
.select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  border-top: 1px solid #4273bd;
  transition: 0.2s;
}
.select-options li:hover {
  color: white;
  background: #688fca;
  border-right: 1px solid #688fca;
  border-left: 1px solid #688fca;
  border-bottom: 1px solid #688fca;
}
.select-options li[rel=hide] {
  display: none;
}

.btn-palabras {
  font-weight: 300;
  color: #688fca;
  border-radius: 2px;
  border: solid 2px #688fca;
  padding: 0.5em 1em;
  cursor: pointer;
  transition: 0.2s;
}
.btn-palabras:hover {
  background: #688fca;
  color: white;
}

.card-input-element:checked + .btn-palabras {
  background: #688fca;
  color: white;
}

/*# sourceMappingURL=main.css.map */
