form div label {
    font-size: small;
}
form div input {
    margin-top: -10px;
    font-size: larger;
}
button,
input[type="submit"] {
    border: none;
    cursor: pointer;
    color: transparent;
}
html,
body,
#wrapper {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}
#wrapper td {
    vertical-align: middle;
    text-align: center;
}
.container {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.container img {
    vertical-align: middle;
    max-height: 800px;
}
.container a.btn-compra-1 {
    position: absolute;
    top: 64%;
    left: 64%;
    width: 22%;
    height: 11%;
}
.container a.btn-informacion-1 {
    position: absolute;
    top: 43%;
    left: 64%;
    width: 22%;
    height: 11%;
}
.container a.btn-compra-2 {
    position: absolute;
    top: 88%;
    left: 53%;
    width: 41%;
    height: 7%;
}
.container a.btn-informacion-2 {
    position: absolute;
    top: 88%;
    left: 7%;
    width: 41%;
    height: 7%;
}
.bg-gray-color {
    background: #e3e3e3;
}
.bg-yellow-color {
    background: #e5e747;
}
.bg-gray-strong-color {
    background: #737373;
}
.text-purple-color {
    color: #990099;
}
.text-rosa-color {
    color: #e51078;
}
.text-blue-color {
    color: #00467a;
}
.form-control {
    font-size: small;
}
.text-header-form {
    font-size: medium;
    font-weight: 300;
    margin-top: 0;
}
.text-header-form-sm {
    font-weight: 300;
    font-size: 15px;
    padding: 15px 20px;
}
.container-body-custom small {
    font-size: x-small;
}
#myform input {
    margin: 15px 0;
    border: none;
}
#myform input::placeholder {
    color: #adabab;
}
.mensaje-error {
    margin-top: -2px;
    margin-left: 2px;
    font-size: 80%;
    color: #dc3545;
    display: none;
}
.btn-siguiente {
    width: 105px;
    height: 28px;
    margin-top: 0;
}
.btn-comprar {
    width: 105px;
    height: 28px;
    margin-top: 0;
}
.btn-comprar-sm {
    width: 90%;
    height: 39px;
    background-size: contain;
    background-position: center;
    margin-top: 12px;
}
.container-button-custom p {
    font-size: small;
}

@media (min-width: 430px) {
    .btn-siguiente {
        width: 107px;
        height: 35px;
        margin-top: 10px;
        background-size: contain;
    }
    .btn-comprar {
        width: 107px;
        height: 35px;
        margin-top: 10px;
        background-size: contain;
    }
    .text-header-form {
        font-size: small;
        margin-top: 0px;
        padding: 8px 14px;
    }
    #myform input {
        margin: 5px 0;
    }
    .container-button-custom p {
        font-size: 10px;
        margin: 0;
    }
    .btn-acepto {
        background: url("../image/btn_acepto_800.png") no-repeat;
        width: 140px;
        height: 37px;
    }
}

@media (min-width: 768px) {
    .text-header-form {
        font-size: 15px;
        margin-top: 0px;
        padding: 8px 14px;
    }
    #myform input {
        margin: 11px 0;
    }
    .container-button-custom p {
        font-size: small;
        margin: 0;
    }
    .btn-siguiente {
        width: 145px;
        height: 38px;
        margin-top: 40px;
        background-size: contain;
    }
    .btn-comprar {
        width: 200px;
        height: 38px;
        margin-top: 40px;
        background-size: contain;
    }
}
@media (min-width: 992px) {
    .text-header-form {
        font-size: 19px;
        margin-top: 30px;
        padding: 12px 22px;
    }
}
#lightbox,
#lightbox-loader {
    position: fixed; /* keeps the lightbox window in the current viewport */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    text-align: center;
    display: none;
}

#lightbox #content {
    width: 100%;
    height: 90%;
}

.container-button-custom {
    background: none;
}
.container-button-custom > div {
    width: 100%;
}
.text-fz-xxsmall {
    font-size: xx-small;
}
.text-fz-small {
    font-size: small;
}
.container-form-term-custom {
    background: none;
    color: black;
}
.custom-control label {
    color: #00467a;
}
@media (max-width: 575px) and (orientation: portrait) {
    .container-form-term-custom {
        background: #737373;
        color: white;
    }
    .custom-control label {
        color: white;
    }
}
@media (min-width: 576px) {
    .text-fz-xxsmall {
        font-size: x-small;
    }
    .text-fz-small {
        font-size: small;
    }
}
.formulario {
    top: 31%;
    right: 3%;
    max-width: 300px;
    color: #fff;
    position: absolute;
}
@media (max-width: 768px) {
    .formulario {
        position: relative;
        max-width: 463px;
        background-color: #043474;
        right: 0px;
        padding: 15px 10px;
        margin: 0 auto;
    }
    .formulario > form {
        margin-top: 0px !important;
    }
}
@media (min-width: 992px) {
    .formulario {
        max-width: 400px;
    }
}
@media (min-width: 1200px) {
    .formulario {
        right: 12%;
    }
    .text-fz-xxsmall {
        font-size: small;
    }
    .text-fz-small {
        font-size: medium;
    }
    .text-header-form {
        font-size: 19px;
        margin-top: 34px;
        padding: 30px 30px;
    }
    .container-body-custom small {
        font-size: small;
    }
}
@media (min-width: 1200px) and (orientation: landscape) {
    .container-body-custom {
        margin-left: -20px;
    }
}
