h2,
h3,
h4 {
    color: #1E304B;
}

html {
    height: 100%;
}

body {
    display: flex;
    justify-content: center;
}

.container-master {
    background-color: #FFFFFF;
    border-top: 20px solid #00A859;
    width: 100%;
}

@media (min-width: 768px) {
    .container-master {
        width: 1000px;
        min-width: 800px;
        margin-top: 50px;
        background-color: #FFFFFF;
    }

    .background {
        height: 500px;
        background-color: #23BBAC;
        z-index: -1;
    }

    .container-text-qr {
        width: 580px;
    }

    .title {
        font-size: 3rem;
    }

    .product-name {
        font-size: 2.5rem;
    }
    .img-logo {
        width: 100px;
        height: 100px;
    }

    body {
        display: flex;
        justify-content: center;
    }
}

.logo1 {
    border: 1px solid gray;
}

label {
    font-weight: bold;
}

.value {
    font-weight: 600;
}

.container-logo1 {
    border-radius: 35px;
}

.img-float {
    float: left;
    margin-right: 20px;
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .img-float {
        float: none;
        display: flex;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 5px;
        justify-content: center;
    }
}

.carousel-item img {
    margin: 0 auto;
    width: auto;
}

.custom-border-top {
    border-top: 4px solid #CBCBDB;
}

.buttons {
    border: none;
    min-width: 185px;
    border-radius: 5px;
    padding: 8px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 15px;
    font-weight: bold;
}

.text-buttons {
    color: white;
}

.text-yellow {
    color: #F47111;
}

.form-check-input {

}

input.largerCheckbox {
    transform: scale(2);
}

h1 {
    font-weight: bolder;
    color: #000C2B;
}

.title-yellow {
    color: #F47111
}

.custom-button {
    font-size: 20px;
    font-weight: 600;
}

.instructions {
    color: #000C2B;
}

.span-custom-font-size {
    font-size: 12px !important;
}


.title {
    font-weight: bolder;
    color: #00A859;
    font-size: 1.3rem;
}

.product-name {
    color: #00A859;
    font-size: 1.5rem;
    font-weight: 500;
    padding: 0px;
    margin: 0px;
}

.title-green {
    color: #00A859
}

.container-img {
    width: 250px;
    height: 250px;
}

.sale-id {
    color: #ED3136;
}

#id-instructions-button-desktop {
    width: 60%;
}

.size-radio {
    display: none;
}

.size-option {

    height: 45px;
    border: 2px solid #dee2e6;
    background: #fff;
    font-weight: 600;
    transition: all .2s ease;
}

.size-radio:checked + .size-option {
    border-color: #23BBAC;
    background: #23BBAC;
    color: #fff;
}

.size-option:hover {
    border-color: #23BBAC;
}
