body, label, input, button, .button, textarea, select {
    font-family: 'Barlow', Arial;
    font-size: 22px;
}

p {
    line-height: 28px;
}

.title {
    font-family: "Archivo Black", sans-serif;
    text-transform: uppercase;
    font-size: 55px;
    line-height: 53px;
    margin-bottom: 20px;
    letter-spacing: -3px;
}

.color-orange {
    color: #FF8F00;
}
.color-white {
    color: white;
}
.color-red {
    color: #890101;
}

.section {
    padding: 50px 0;
}
.section.big {
    padding: 80px 0;
}

.bg-orange {
    background: #FF8F00;
    background: linear-gradient(180deg,rgba(255, 143, 0, 1) 0%, rgba(255, 186, 20, 1) 100%);
}
.bg-red {
    background: #890101;
    background: linear-gradient(180deg, rgba(137, 1, 1, 1) 0%, rgba(221, 11, 0, 1) 100%);
}
.headline {
    margin-bottom: 20px;
}

#s2 {
    padding-bottom: 50px;
}

.form {
    margin-top: 20px;
}
.form label {
    color: #890101;
}
.form .input {
    height: auto;
    border: none;
    border-radius: 8px;
    box-shadow: none;
    background-color: #fff;
    height: 60px;
    font-size: 22px;
    padding: 0 15px;
    color: #890101;
}
.form input[type="file"] {
    padding: 15px;
}
.form input:focus {
    border: none;
    box-shadow: none;
}
.form small {
    color: #890101;
    display: block;
    font-size: 14px;
    line-height: 21px;
}
.form .button {
    border-radius: 8px;
    font-size: 24px;
    font-weight: bold;
    background-color: #890101;
    text-transform: uppercase;
    margin-bottom: 30px;
    padding: 25px 20px;
    letter-spacing: 0 !important;
}

.form .button[disabled],
.form .button[disabled]:hover {
    background-color: #890101 !important;
    color: white !important;
}

.form-optins {
    display: flex;
    flex-direction: column;
    gap: 13px;
    margin: 20px 0 30px;
}
.form-optins label {
    display: flex;
    gap: 10px;
    align-items: normal;
    line-height: 22px;
    font-size: 17px;
    text-transform: uppercase;
    cursor: pointer;
}
.form-optins label a {
    color: #890101;
    text-decoration: underline;
    font-weight: bold;
}
.form-optins label a:hover {
    text-decoration: none;
}
.form-optins label input {
    margin: 0;
    cursor: pointer;
}

.block {
    background-color: white;
    padding: 60px 40px;
    border-radius: 20px;
}
.options {
    list-style: decimal;
    display: flex;
    flex-direction: column;
    gap: 15px;
    line-height: 30px;
    margin-left: 40px;
    margin-top: 35px;
    margin-bottom: 0;
    color: #890101;
}


h3.title {
    margin-bottom: 0;
    font-size: 45px;
    line-height: 45px;
}

#contador {
    display: flex;
    gap: 10px;
    margin: 25px 0;
}
#contador div {
    flex: 1;
    color: white;
    border-radius: 20px;
    padding: 35px 10px;
    background-color: #890101;
}
#contador b {
    font-size: 60px;
    line-height: 55px;
    margin-bottom: 8px;
}
#contador b,
#contador span {
    display: block;
}
#contador span {
    text-transform: uppercase;
    font-size: 18px;
}

.headline-date {
    background-color: #fff;
    display: inline-block;
    padding: 15px 40px;
    border-radius: 200px;
    font-weight: bold;
    color: #890101;
    margin-bottom: 20px;
    font-size: 25px;
}

.block-group {
    display: flex;
    gap: 10px;
    flex-direction: column;
    margin-top: 20px;
}
.block-group div {
    display: flex;
    gap: 50px;
    padding: 30px;
    align-items: center;
}
.block-group div b {
    display: block;
    color: #890101;
    text-transform: uppercase;
    font-size: 25px;
    width: 150px;
    text-align: center;
}
.block-group div b svg {
    width: 40px;
    height: auto;
    color: #FF8F00;
    display: table;
    margin: 0 auto 10px;
}

.block-group div span {
    font-weight: bold;
}
.block-group div ul {
    list-style: none;
    margin: 0;
    gap: 5px;
    flex: 1;
}

p {
    color: #890101;
}
p a {
    color: #890101;
    text-decoration: underline;
}
p a:hover {
    text-decoration: none;
    color: #890101;
}

.copy {
    text-align: center;
    margin-top: 50px;
    color: white;
}

.number-order {
        display: inline-flex;
    justify-content: center;
    background: #890101;
    font-size: 60px;
    font-weight: bold;
    padding: 15px 30px;
    border-radius: 20px;
    margin: 10px 0 20px;
    color: #FFB913;
}



@media (max-width: 639px) {
    #s1 img {
        max-width: 85%;
    }
    .section.big {
    padding: 50px 0;
}
p, body, input, label, .button {
    line-height: 23px;
    font-size: 18px;
}
.title {
        font-size: 40px;
    line-height: 40px;
    margin-bottom: 15px;
}
.form .input {
    height: 50px;
    font-size: 18px;
    margin-top: 7px;
}
.form input[type="file"] {
    padding: 10px 15px;
    font-size: 15px;
}
.form-optins label {
    font-size: 15px;
    line-height: 21px;
}
.form .button {
    font-size: 20px;
    margin-bottom: 25px;
    padding: 20px 20px;
}
.block {
    padding: 30px;
}
.options {
    line-height: 24px;
    margin-left: 16px;
    margin-top: 20px;
    font-size: 18px;
}
.form small {
    font-size: 15px;
}
.headline-date {
    font-size: 20px;
    margin-bottom: 15px;
}

h3.title {
    font-size: 35px;
    line-height: 35px;
}
#contador {
    margin: 20px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
}


.block-group div {
    gap: 20px;
    flex-direction: column;
}
.block-group {
    margin-top: 5px;
}
.copy {
    margin-top: 30px;
}

.section.big, .section {
    padding-left: 20px;
    padding-right: 20px;
}

#contador div {
    padding: 25px 10px;
}

#contador span {
    font-size: 15px;
}

#contador b {
    font-size: 50px;
    line-height: 45px;
}

.number-order {
    height: 110px;
    align-items: center;
}

.block-group div b {width:100%}

}