.m-blackfriday__header{
    margin: 2rem auto;
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.m-blackfriday__header .txtblack{
    max-width: 343px;
    text-align: center;
    color: #50534A;
}

.txtblack br{
    display: none;
}

.banner-black {
    margin: 2rem auto;
    width: 90%;
    max-width: 343px;
    border-radius: 20px;
    background: linear-gradient(to bottom right,
            #003e67 0%,
            #0076c0 100%);
}

.banner-black__image {
    display: none;
}

.banner-black__content{
    padding: 25px 0;
     display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
     text-align: center;
}

.banner-black__title{
    width: 90%;
    max-width: 242px;
}

.countdown {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    padding: 18px 15px 12px;
}

.countdown__item {
    min-width: 53px;
    padding: 4px 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--white);
    border-radius: 8px;
    text-align: center;
}

.countdown__item span {
    display: block;
    font-size: 30px;
    font-weight: 700;
    line-height: 27px;
    color: var(--darkBlue);
}

.countdown__item small {
    font-size: 10px;
    color: #8C8689;
}

.banner-black__validity{
    width: 90%;
    max-width: 306px;
}

.banner-black__text{
    margin: 1rem auto 0;
    max-width: 309px;
    font-size: 10px;
    line-height: 14px;
    color: var(--white);
}




/* Estilos Form */
.banner-form{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 7px;
}

.banner-form__title{
    font-size: 19px;
    color: var(--white);
}

.banner-black__form{
        margin: 0 auto 18px;
    width: 90%;
    max-width: 264px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.banner-form__field{
    width: 100%;
    padding: 7px 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 4px;
    background-color: var(--white);
    border: 1px solid #B6B7B7;
}

.banner-form__field .banner-form__input{
    border: none;
    font-size: 14px;
}

.banner-form__field i{
    font-size: 17px;
    color: #86888C;
}


.banner-form__check{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 10px;
    color: var(--white);
}

#checkForm{
    display: none;
}

#checkForm:checked + label span::after {
    content: "✓";
    color: #000;
    position: absolute;
    font-size: 16px;
    top: -4px;
    left: 2px;
}

.banner-form__check span{
    display: block;
    width: 16px;
    height: 16px;
    border: 8px;
    background-color: var(--white);
    position: relative;
}

.banner-form__check p{
    font-size: 9px;
    line-height: 12px;
}

.banner-black__form .select2-container, .select2-container .select2-selection--single{
    width: 100% !important;
    max-width: 256px;
    height: 35px;
}

.banner-black__form .select2-container--default .select2-selection--single .select2-selection__placeholder{
  color: #86888c !important;
}

.banner-black__form .select2 .select2-container .select2-container--default {
  width: 100% !important;
}

.banner-black__form .select2-container--default .select2-selection--single .select2-selection__arrow{
    right: 11px;
    top: 3px;
}

.banner-black__form .select2-container--default .select2-results>.select2-results__options,
.banner-black__form .select2-results__option .select2-results__option--selectable{
    font-size: 13px;
}
.banner-black__form .select2-container--default .select2-selection--single .select2-selection__rendered,
.banner-black__form .select2-container .select2-selection--single .select2-selection__rendered {
  background-color: #F5F5F5;
  padding-top: 1px;
      padding-left: 12px;
  font-size: 14px;
  border: none !important;
  overflow: hidden;
}

.select2-results__option--selectable{
    font-size: 14px !important;
}

.select2-results__option{
    padding: 6px 12px;
}

.select2-selection__rendered{
    text-align: left;
}

.select2-container--open .select2-dropdown--below{
    margin: 5px 0;
        border-radius: 8px !important;
        overflow: hidden;
}


.select2-container--default .select2-selection--single{
    background-color: rgb(245, 245, 245);;
    border-radius: 4px;
    overflow: hidden;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{
    border-radius: 4px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
        padding: 6px 7px;
    margin: 5px 5px;
    background-color: #E8F4FF;
    color: var(--blue);
    border-radius: 4px;
    font-weight: bold;
}

.select2-results__option--selectable .icn-check-regular{
    display: none !important;
}

 .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable span{
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

 .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable .icn-check-regular{
    display: block !important;
 }

.banner-black__form .select2-container--default .select2-selection--single .select2-selection__arrow b{
  border-color: #888 transparent transparent transparent;
}

.banner-black__form .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
         border-color: transparent transparent var(--blue) transparent;
    border-width: 0 4px 5px 4px;
}

.banner-black__form .select2-results__option {
  font-size: 12px !important;
}

.banner-black__form .select2-container--default
  .banner-black__form .select2-results__option--highlighted.select2-results__option--selectable,
.banner-black__form .select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable:hover {
  background-color: white !important;
  color: var(--blue) !important;
}

.banner-black__form .select2-results > .select2-results__options {
  max-height: 217px !important;
}

.banner-form button{
    margin: 15px auto 0;
    width: 100%;
    max-width: 242px;
    height: 36px;
    background-color: #5CB615;
    font-size: 14px;
    color: var(--white);
    font-weight: bold;
    border-radius: 55px;
}

@media (min-width:768px) {
    .m-blackfriday__header {
        margin: 3rem auto;
    }
    .m-blackfriday__header h1{
        font-size: 40px;
    }
    .m-blackfriday__header .txtblack{
        max-width: 1120px;
        font-size: 24px;
        line-height: 32px;
    }

  
     .banner-black {
        width: 95%;
        max-width: 1148px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
    .banner-black__image {
        width: 38%;
        max-width: 380px;
        display: block;
        margin: 0 auto;
        align-self: flex-end;
    }

    .banner-black__content{
        width: 62%;
                padding: 25px 20px 25px 0;
        display: grid;
        grid-template-columns: repeat(2, auto);
        grid-template-rows: repeat(4, auto);
        align-items: center;
        justify-content: center;
        column-gap: 25px;
    }

    .banner-black__title{
              margin: 0 auto -20px;
        grid-area: 1 / 1 / 2 / 2;
    }

    .countdown{
                margin: 0 auto -20px;
            padding: 0;
                max-width: 269px;
        grid-area: 2 / 1 / 3 / 2;
    }

    .banner-black__validity{
        margin: 0 auto -21px;
        grid-area: 3 / 1 / 4 / 2;
    }
    .banner-black__text{
        margin: 0 auto;
        grid-area: 4 / 1 / 5 / 2;
    }

    .banner-form__title{
        font-size: clamp(17px, 1.2vw, 19px);
    }

    .banner-form{
        width: 95%;
    }

    .countdown__item{
            padding: 8px;
    }

    .banner-black__form{
        width: 95%;
        grid-area: 1 / 2 / 5 / 3;
    }
}

@media(min-width:1440px){
         .banner-black {
            gap: 0px;
         }
    .banner-black__image{
        width: 40%;
    }

     .m-blackfriday__header .txtblack br{
        display: block;
    }
}