/* Fonts */

/* Resets */
.img-fluid {
  width: 100%;
}

.noPadding {
  padding: 0;
}

.row {
  padding: 0 !important;
  margin: 0 !important;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

section.noPadding {
  padding: 0em 0;
}

/* Fonts */
/* Fonts */
body,
input,
textarea,
select {
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
body{
  background-image: url('https://image.digitalmetromall.com/lib/fe3611747364047c701474/m/1/5aa47807-921c-4bcc-96e2-9255db745ecf.png');
  background-repeat: no-repeat ;
  background-size: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-display: swap;
}

h1 {
  font-size: clamp(1.3rem, 1.16rem + 0.7vw, 2rem);
  color: #254e04;
  font-weight: 700;
}

h2 {
  font-size: clamp(1.5rem, 1.44rem + 0.3vw, 1.8rem);
}

h3 {
  font-size: clamp(1.2rem, 0.825rem + 1.2vw, 1.5rem);
  color: #488b11;
}

p,
li {
  font-size: clamp(1rem, 0.75rem + 0.8vw, 1.2rem);
}

label {
  font-size: clamp(0.9rem, 0.775rem + 0.4vw, 1rem);
  font-weight: 500;
  color: #254e04;
}
small,
.smallTxt {
  font-size: 0.7em;
  line-height: 1;
}
.color-1 {
  color: #254e04;
}

/* links */
a {
  color: #f73939;
  text-decoration: underline;
  transition: color 0.3s;
}

a:hover,
a:active,
a:focus {
  color: #fe4912 !important;
}

th,td{
  color: #ffffff;
  font-weight: 600;
}

/* Buttons */

.btn {
  font-style: normal;
  font-weight: 400;
  font-size: 1em;
  padding: 0.5em 1em !important;
  border-radius: 1.5rem;
  background-color: #254e04;;
  border: 1px solid #fff!important;
  max-width: 200px;
  width: 100%;
  transition: 0.3s ease;

  &:active, &:focus,
  &:hover {
    background-color: #4b7529;
    color: #fff!important;
    max-width: 210px;

  }
}
button{
  color: #fff!important;
}

/* LANDING PAGE */
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #488b11;
}
.select2-results__option {
    font-size: 1rem;
}
.wrap-landing {
  display: grid;
  grid-template-rows: auto 1fr auto;
  position: relative;
  min-height: 100dvh;

  /* HEADER */
  header {
    background-color: gray;

    .logo {
      max-width: 250px;
      width: 100%;
    }
  }

  /* CONTENIDO */

  .content-landing {
    overflow: hidden;
    .img-banner {
      max-width: 600px;
      width: 100%;
      border-radius: 1.5rem;
      box-shadow: 0 0 10px #000;
    }

    .content-form {
      background-color: #f7f7f7;
      border-radius: 1rem;
      box-shadow: 0 0 10px #e7c44f;
    }

    #bannerprincipal{
      filter: drop-shadow(2px 2px 8px rgba(22, 75, 6, 0.732));
      
    }

    /* ESTILOS PARA LOS INPUTS DEL FORM*/
    .form-check-input:checked {
      background-color: #326805;
      border-color: #326805;
    }
    .form-control,
    select {
      border-radius: 0.8rem;
    }
.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
    border: 1px solid #d2d6de;
    border-radius: 0;
    padding: 6px 12px;
    height: 34px
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 10px
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 0;
    height: auto;
    margin-top: -3px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
    border: 1px solid #d2d6de;
    border-radius: 0 !important;
    padding: 6px 12px;
    height: 40px !important;
    border-radius: 0.8rem!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 6px !important;
    right: 1px;
    width: 20px
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #212529;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    margin-right: 12px;
    width: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 50%;
    padding: 0;
    height: 28px;
    position: relative;
    background-color: transparent!important;
}
.select2-container--default .select2-selection--single .select2-selection__clear span {
        line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    color: #666;
    transform: translate(75%, 33%);
}

    .form-check {
      a {
        color: #326805;

        &:hover {
          color: #000 !important;
        }
      }
    }

    .content-factura{
        
        border-radius: 1rem;
        box-shadow: 0 0 10px #326805;

    }

    /* ESTILOS PARA LA TY */

    &.thankYou-page {
      .img-banner {
        max-width: 450px;
        width: 100%;
        border-radius: 1.5rem;
        box-shadow: 0 0 10px #000;
      }
    }

    &.wrapTable {
      overflow: hidden;
      .contentTable {
        max-height: 700px;
        margin: 0 auto;
        overflow-x: scroll;
      }
    }

  }

  /* FOOTER */
  footer {
    /* background-color: gray; */

    .logo {
      max-width: 250px;
      width: 100%;
    }
  }
}

/*Responsive*/
@media only screen and (max-width: 991px) {
  .wrap-landing {
    .content-landing {
      .img-banner {
        max-width: 400px;
      }

      &.wrapTable {
        .contentTable {
          max-height: 700px;
          margin: 0 auto;
          overflow-x: scroll;
        }
      }
    }
  }
}