html, body {
    background-color: #F2F3F5;
    color: #484848;
    font-family: 'Signika', sans-serif !important;
    font-size: 16px;
    overflow-x: hidden;
}
*:focus-visible {
    outline: 0;
}
h1 {
    color: #00BF8B;
    font-size: 25px;
    font-weight: 600;
}
h2 {
    color: #003764;
    font-size: 25px;
}
h3 {
    color: #00BF8B;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
}
h4 {
    color: #484848;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
h5 {
    color: #8F8F8F;
    font-size: 18px;
}
p {
    margin-bottom: 0;
}
.subtitle {
    color: #007582;
}
.blue {
    color: #003764;
}
.green-bold {
    color: #00BF8B;
    font-weight: 600;
}
.red {
    color: #E94C4C;
}
header {
    background-color: #ffffff;
    padding: 28px 0;
    /* position: fixed; */
    width: 100%;
    z-index: 10;
}
header p {
    margin-top: 15px;
}
.main {
    background-color: #F2F3F5;
    padding: 230px 0 146px;
}
.error-section {
    min-height: 75vh;
}
.form-group {
    display: flex;
    flex-direction: column;
}
.form-group.error input{
    background-color: #FFDCDC;
    border-color: #E80404;
}
.form-group.error select{
    background-color: #FFDCDC;
    border-color: #E80404;
}
label {
    color: #003764;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
}
.form-group label {
    padding-left: 20px;
}
input, select {
    border-radius: 8px;
    border: 2px solid transparent;
    height: 50px;
    padding: 0 20px;
    width: 100%;
}
input[type="checkbox"] {
    height: 20px;
    margin-right: 8px;
    width: 20px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.check {
    align-items: center;
    display: flex;
    flex-direction: row;
    margin-bottom: 15px;
}
.check.error input {
    -webkit-box-shadow: 0px 0px 0px 3px #E80404;
    -moz-box-shadow: 0px 0px 0px 3px #E80404;
    box-shadow: 0px 0px 0px 3px #E80404;
}
.check.error, .check.error a {
    color: #E80404;
}
.check a {
    color: #00BF8B;
    margin-left: 5px;
    text-decoration: underline;
}
.btn {
    border: 0;
    border-radius: 0;
    color: #ffffff;
    padding: 13px 30px;
    width: 100%;
}
.btn:hover {
    color: #ffffff;
}
.btn.azul {
    background-color: #003764;
}
.btn:hover.azul {
    background-color: #014A86;
}
.btn.verde {
    background-color: #00BF8B;
}
.btn:hover.verde {
    background-color: #07DBA1;
}
.btn-secondary {
    background-color: transparent;
    color: #003764;
    text-decoration: underline;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
    background-color: transparent !important;
    color: #014A86;
    text-decoration: underline;
}
.btn .icon {
    margin-right: 10px;
}
.btn-group {
    display: block;
}
.btn-group button:first-child {
    margin-bottom: 15px;
}
.info-pago {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 25px 20px;
    box-shadow: 0px 3px 6px rgba(000, 000, 000, 0.08);
    margin-bottom: 30px;
}
.info-pago .costo {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.info-pago small {
    color: #8F8F8F;
    display: block;
    font-size: 15px;
    text-align: right;
}
#pago {
    margin-bottom: 50px;
}
label.option {
    display: block;
    position: relative;
    margin: auto;
    cursor: pointer;
    font-size: 22px;
    line-height: 24px;
    min-height: 100px;
    width: 100%;
    clear: both;
}
.card-input-element {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 100%;
}
.card-input-element:checked + .card-pago {
    border-color: #00BF8B;
}
.card-input-element:checked + .card-pago:before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 15px;
    color: #ffffff;
    background-color: #00BF8B;
    position: absolute;
    height: 30px;
    width: 30px;
    top: -15px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-pago {
    background-color: #ffffff;
    border: 3px solid transparent;
    border-radius: 10px;
    box-shadow: 0px 3px 6px rgba(000, 000, 000, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 17px 22px;
    position: relative;
    min-height: 100px;
}

.card-pago p {
    color: #003764;
    font-size: 18px;
    font-weight: 600;
}
.card-pago .paypal {
    margin: 0 50px;
    height: 55px;
    width: auto;
}
#transfer, #paypal {
    display: none;
}
#comprobante form {
    margin-top: 50px;
}
.leyenda {
    background-color: #E9ECEF;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 30px;
}
.leyenda p {
    color: #003764;
}
.dropzone {
    border: 3px dashed #CBCBCB !important;
    border-radius: 10px;
}
.dz-message {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.dz-message .icon {
    color: #CBCBCB;
    font-size: 50px;
    margin-bottom: 15px;
}
.circle {
    border-radius: 50px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    height: 60px;
    width: 60px;
}
.circle.success {
    background-color: #00BF8B;
}
.circle.error {
    background-color: #E94C4C;
}
.circle .icon {
    color: #ffffff;
    font-size: 30px;
}

.modal-header {
    background-color: #F2F3F5;
    border-bottom: 0 !important;
}
.modal-body {
    padding: 40px 0;
}
.modal-footer {
    border-top: 0 !important;
}

.footer-bottom {
    background-color: #0c223b;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 12px;
    letter-spacing: 1px;
}
.prointernet .pro-footer {
    height: 30px;
    opacity: 0.5;
}

.card-carnet {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 3px 6px rgba(000, 000, 000, 0.08);
}
.card-aviso {
    background-color: #FDFFBF;
    border-radius: 10px;
    box-shadow: 0px 3px 6px rgba(000, 000, 000, 0.08);
    padding-bottom: 15px;
}
.card-carnet:nth-child(n+4) {
    margin-top: 30px;
}
.card-carnet .carnet-title {
    background-color: #f5f5f5;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 5px 20px;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.card-aviso .carnet-title {
    background-color: #FFEA9B;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 5px 20px;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.card-carnet.promo .carnet-title {
    background-color: #00bf8b;
}
.card-carnet.promo .carnet-title h4, .card-carnet.promo .carnet-title h2 {
    color: #ffffff;
}
.card-carnet .carnet-title h4, .card-carnet .carnet-title h2, .card-aviso .carnet-title h4 {
    margin-bottom: 0;
    text-align: center;
}
.card-carnet .carnet-title h2 {
    color: #00bf8b;
}
.card-carnet .carnet-title h4 {
    color: #003764;
}
.carnet-body {
    padding: 5px 20px;
}
.card-carnet input, .card-carnet select {
    background-color: #fcfcfc;
    border: 2px solid #e7e7e7 !important;
}
@media (min-width: 992px) {
    .card-pago p {
        margin-left: 10px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .card-pago {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 17px 10px;
    }
    .card-pago p {
        text-align: center;
    }
}
@media (max-width: 767px) {
    .info-pago h1, .info-pago h5, .info-pago small {
        text-align: center;
    }
    .info-pago .costo {
        justify-content: center;
    }
    .card-pago {
        margin-bottom: 20px;
    }
}





/* ==== estilos para info whatsapp y datos de carnet ===== */


#info-whatsapp {
    border: 2px solid #003764;
    background-color: transparent;
    padding: 10px;
}

#info-whatsapp:hover {
    background-color: #003764;
}

div.hidden { display:none; }

/* Target the hidden div when the target div is being hovered over */
#trigger:hover + div.hidden {
 display:block;
}
#trigger {
    margin-left: 10px;
    font-size: 18px;
    background-color: transparent;
    border: 2px solid #003764;
    border-radius: 30px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#trigger:hover {
    background-color: #003764;
    color: #fff;
}

#info-whatsapp h6 {
    font-weight: bold;
}

#info-whatsapp {
    position: absolute;
    border: 2px solid #003764;
    background-color: #f0f0f0;
    padding: 10px;
    transform: translateY(26px);
    border-radius: 8px;
    z-index: 2;
}

.card-aviso-carnet .carnet-title {
    background-color: #003764;
}

.card-aviso-carnet .carnet-title h4 {
    color: #fff;
}

.card-aviso-carnet .carnet-body {
    background-color: #f9f9f9;
}

.card-aviso-carnet {
    background-color: #f9f9f9;
}

/* body {
    -webkit-touch-callout: none; 
   -webkit-user-select: none;   
      -moz-user-select: none; 
       -ms-user-select: none; 
           user-select: none;
} */

/* body {
    height: 100vh;
    overflow-y: scroll;
}

*::selection {
    color:unset;
} */

.container-fluid {
    padding: 0 100px;
}

@media (max-width: 991px) {
    .container-fluid {
        padding: 0 70px;
    }
}
@media (max-width: 767px) {
    .container-fluid {
        padding: 0 40px;
    }
}
@media (max-width: 575px) {
    .container-fluid {
        padding: 0 20px;
    }
}