
.view-ct-moto p {
    font-size: 13px;
}

.view-ct-moto strong {
    font-weight: bold;
}

.form-ct-moto {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
}

.form-ct-moto h3 {
    color: var(--main-color);
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.form-ct-moto-fields {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 25px;
}

.form-ct-moto-fields-border {
    display: flex;
    flex-direction: row;
    border: 1px solid #000;
}

.form-ct-moto-fields button {
    color: #ffffff;
    background: var(--main-color-darker);
    font-weight: bold;
}

.form-ct-moto-items {
    height: 40px;
    padding: 0px 25px;
    font-size: 18px;
    border: none;
}

.form-ct-moto-result p {
    font-size: 16px;
}

.form-ct-moto-result-error {
    color: red;
    font-weight: bold;
}

.form-ct-moto-hidden {
    display: none;
}

.outro-ct-moto img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
