.h-100vh {
    height: 100vh;
}

.btn {
    line-height: 1 !important;
    border-radius: 1rem !important;
}

.max-w-box {
    max-width: 440px;
    margin: 0 auto;
}

.bg-banner {
    background-image: url("../images/home-d.png");
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


/* .btn:hover {
  color: white !important;
  background-color: #3fae2a;
} */

svg {
    width: 50%;
}

@media only screen and (max-width: 576px) {
    .bg-banner {
        background-image: url("../images/home-m.png");
        height: 164px !important;
        background-repeat: no-repeat;
        background-position: top;
        background-size: cover;
    }
    .max-w-box {
        max-width: 320px;
        margin: 0 auto;
    }
    .btn {
        border: 1px solid #3fae2a !important;
        min-width: 80px !important;
        min-height: 100px !important;
        width: 100%;
        height: 100%;
        max-width: 80px !important;
        max-height: 100px !important;
        font-size: 9px !important;
        position: relative;
    }
}

@media only screen and (min-width: 577px) and (max-width: 768px) {}

@media only screen and (min-width: 993px) {}

.text-green {
    color: #3fae2a;
}

.btn {
    border: 1px solid #3fae2a !important;
    min-width: 100px;
    min-height: 110px;
    width: 100%;
    height: 100%;
    max-width: 100px;
    max-height: 110px;
    font-size: 10px;
    position: relative;
}

a.btn span {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -30%);
    width: 97%;
}

a.btn svg {
    position: absolute;
    top: 37%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media only screen and (min-width: 577px) {
    .titular-home h3 {
        font-size: 1.5rem;
    }
    .titular-home h2 {
        font-size: 2rem;
    }
    .mt-sm-7rm {
        margin-top: 7rem !important;
    }
}

@media only screen and (max-width: 576px) {
    .titular-home h3 {
        font-size: 1.3rem;
    }
}

.bg-ecommerce {
    background-color: #efefef;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.letter-spacing-1 {
    letter-spacing: 1px;
}

a {
    cursor: pointer;
}

.underline:hover {
    text-decoration: none;
    color: #3dae2b;
}

.btn-green {
    background-color: #3dae2b;
    color: #ffffff;
}

.btn-success {
    color: #fff;
    background-color: #3dae2b !important;
    border-color: #3dae2b !important;
    width: 164px;
    height: 36px;
}

.btn-success:hover {
    background-color: #008000 !important;
    border-color: #008000 !important;
}

.titulo {
    position: absolute;
    bottom: 15px;
    right: 30px;
    width: 40%;
}

.header-absolute {
    position: absolute;
    left: 0;
    right: 0;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #3dae2b !important;
    background-color: #3dae2b !important;
}

.custom-control-label::after {
    top: 0rem !important;
}

.custom-control-label::before {
    top: 0.05rem !important;
}

.font-weight-400 {
    font-weight: 400 !important;
}

.input-invalid {
    border-color: #dc3545 !important;
    padding-right: calc(1.5em + 0.75rem);
    background-repeat: no-repeat;
    background-position: center right calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.invalid-feedback {
    margin-top: 0 !important;
}

.form-control {
    border: 1px solid #3fae2a !important;
    border-radius: 15px !important;
    opacity: 1 !important;
    outline: none;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0 !important;
}

.custom-control-label::before {
    border: #707070 solid 1px;
}

.border-radius-13 {
    border-radius: 6px;
}

.box-form {
    width: 350px;
    margin: 0 auto;
}

.cmr {
    max-width: 90%;
}

.subtitle {
    width: 78%;
    text-align: left;
    margin: 0 auto;
}

.btn-success {
    height: auto !important;
}

.font-25 {
    font-size: 25px;
}

.font-20 {
    font-size: 20px;
}

@media (min-width: 1920px) {
    .pt-10 {
        padding-top: 20%;
    }
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 991px) {
    .img-banner {
        background-image: url("../images/home-t.png");
        background-repeat: no-repeat;
        background-size: cover;
        height: 184px;
        background-position: center;
    }
    .pt-10 {
        padding-top: 10%;
    }
    .d-flex.h-100 {
        height: auto !important;
    }
    .overflow-y {
        max-height: 100%;
        height: 100%;
        overflow-y: auto;
    }
    /* .max-width {
            max-width: 300px;
        } */
}

@media screen and (max-width: 768px) {}

@media (min-width: 321px) and (max-width: 576px) {
    .img-banner {
        background-image: url("../images/home-m.png");
        background-repeat: no-repeat;
        background-size: cover;
        height: 184px;
        background-position: center;
    }
}

@media (min-width: 576px) {
    .modal-dialog.modal-sm {
        max-width: 600px !important;
    }
}

@media (max-width: 576px) {
    .jump {
        display: none;
    }
}

@media screen and (max-width: 320px) {
    .cmr-img {
        width: 70px;
    }
    .subtitle {
        width: 100%;
        text-align: center;
        font-size: 14px;
    }
    .font-40 {
        font-size: 25px;
    }
}

@media screen and (min-width: 991px) {}