.ct-forms.card {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #0000000F;
    padding: 0 15px 0 15px;
}

.ct-forms .title {
    color: #021120;
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
}

.ct-forms .subtitle {
    color: #777e8b;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.ct-forms .form-content {
    padding: 0 10px 10px 10px;
}

.ct-forms .flex-content {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.ct-forms .input {
    color: #777e8b;
    padding: 10px;
    text-indent: 5px;
    background: #fff;
    border: 1px solid #666;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 400;
}

.ct-forms .form-item {
    margin-top: 20px;
}

.ct-forms .flag {
    height: 100px;
}

.ct-forms .button-submit {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    width: 90px;
    height: 45px;
    padding: 10px 20px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    font-family: 'Inter', sans-serif;
    margin-bottom: 15px;
}

.ct-forms .button-submit:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.ct-forms .button-submit:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Checkbox styles */
.ct-forms .checkbox {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #777e8b;
}

.ct-forms .checkbox input {
    cursor: pointer;
    height: 17px;
    width: 17px;
    border-radius: 10px;
}

.ct-forms .checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 35px;
    width: 35px;
    background-color: #eee;
    border-radius: 4px;
}

.ct-forms .checkbox:hover input~.checkmark {
    background-color: #ccc;
}

.ct-forms .checkbox input:checked~.checkmark {
    background-color: #007bff;
}

.ct-forms .checkbox label {
    margin-left: 10px;
    line-height: 1.2;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    bottom: 2px;
}

.ct-forms .link {
    text-decoration: none;
}

/* Company fields hided */

.ct-forms #company_fields {
    display: none;
}

/* Spinner */
.ct-forms .spinner {
    display: none;
}

.ct-forms .spinner.loading {
    display: inline-block;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-top-color: #666;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    animation: spin 1s linear infinite;
    margin: 15px 0 0 30px;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.ct-forms .submit-content {
    display: flex;
    flex-direction: row;
}

.ct-forms .opcion {
    display: flex;
    align-items: center;
}

.ct-forms .opcion img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

/* Alerts  */

.ct-forms .alert {
    display: none;
    margin-top: 10px;
    padding: 10px;
    border-radius: 5px;
    background-color: #6ACDB6;
    color: white;
    font-weight: bold;
    text-align: center;
}

.ct-forms .alert-danger {
    display: none;
    margin-top: 10px;
    padding: 10px;
    border-radius: 5px;
    background-color: #ff4d4f;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.ct-forms .visible {
    display: block;
}

.ct-forms a {
    color: #1c64f2;
}

.ct-forms .flex-content input:first-child,
.ct-forms .flex-content select {
    margin-right: 15px;
}

.ct-forms .g-recaptcha {
    margin-bottom: 20px;
}

@media only screen and (max-width: 800px) {
    .ct-forms .content {
        width: 85%;
    }

    .ct-forms .flex-content {
        flex-direction: column;
    }

    .ct-forms .name,
    .ct-forms .lastname {
        width: 95% !important;
    }

    .ct-forms .lastname {
        margin-top: 20px;
    }

    .ct-forms .checkbox {
        display: flex;
        justify-content: space-around;
        flex-direction: row;
    }
}

#ct-newsletter-form .nt-label {
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    color: #777E8B;
    margin-bottom: 6px;
    text-transform: uppercase;
}

#nt-form {
    position: relative;
    max-width: 250px;
    padding-top: 10px;
}

#ct-newsletter-form .nt-email-input {
    width: 250px !important;
    max-width: 90% !important;
    height: 50px !important;
    background: #FFFFFF !important;
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
    border-radius: 8px !important;
    padding: 10px !important;
    text-indent: 5px !important;
}

#ct-newsletter-form .nt-email-input::placeholder {
    height: 24px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #777E8B;
}

#ct-newsletter-form .nt-email-input:focus {
    border-color: #666D77;
    outline: none;
}

#ct-newsletter-form .nt-button-submit {
    width: 49px;
    height: 49px;
    background: #1c64f2;
    border-radius: 100%;
    color: #fff;
    font-size: 24px;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#ct-newsletter-form .nt-button-submit:active {
    background: #1261cb;
    transform: translateY(1px);
}

#ct-newsletter-form .nt-text {
    font-family: 'Inter';
    color: #777E8B;
    margin-top: 10px;
}

#ct-newsletter-form .nt-link {
    font-family: 'Inter';
    color: #3166e9;
    text-decoration: none;
    transition: all .2s cubic-bezier(.165,.84,.44,1);
    outline: 0 solid rgba(0,72,255,.071);
    border-radius: 4px;
    background: rgba(0,72,255,0);
}

#ct-newsletter-form .nt-link:hover {
    background: rgba(0,72,255,.071);
    outline: 8px solid rgba(0,72,255,.071);
}

/* Spinner */
.hidden, .spinner {
    display: none;
}

.spinner.loading {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15px;
    height: 15px;
    border: 3px solid rgba(255, 255, 255, 0.8);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#ct-newsletter-form .nt-alert {
    width: 270px;
    display: none;
    padding: 10px 0;
}

#ct-newsletter-form .nt-alert-success {
    color: #6ACDB6;
}

#ct-newsletter-form .nt-alert-danger {
    color: #ff4d4f;
}

#ct-newsletter-form .nt-alert.visible,
#ct-newsletter-form .nt-alert-danger.visible {
    display: block;
}

#ct-newsletter-form .g-recaptcha {
    margin-top: 20px;
}

/* Prevents the recaptcha from leaving the screen. */
@media screen and (min-width: 768px) and (max-width: 991px) {
    #ct-newsletter-form .g-recaptcha {
        transform: scale(0.6);
        transform-origin: 0 0;
    }
}

@media screen and (min-width: 992px) and (max-width: 1240px) {
    #ct-newsletter-form .g-recaptcha {
        transform: scale(0.8);
        transform-origin: 0 0;
    }
}