@import '/wp-content/themes/leblon-equities/dist/css/owl.carousel.min.css';

.card-fundos .text1 {
    font-size: 16px;
}

.card-fundos .text2 {
    font-size: 22px;
}

.card-fundos .text3 {
    font-size: 12px;
}

.restrita-invista .link-a.atv {
    color: #3B6065 !important;
}

.formw .control-label {
    display: inline-block;
    color: #3B6065;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.formw .control-input {
    width: 100%;
    height: 54px;
    border: 1px solid #000000;
    border-radius: 8px;
    font-size: 17px;
    padding: 6px 12px;
    background-color: #fff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.formw .wpcf7-select {
    width: 100%;
    height: 54px;
    border: 1px solid #000000;
    border-radius: 8px;
    font-size: 17px;
    padding: 6px 12px;
    background-color: #fff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.formw .btn-enviar {
    height: 52px;
    border-radius: 8px;
    font-family: 'Berthold Akzidenz Grotesk BE Md';
    color: white;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 30px;
    font-size: 16px;
    line-height: 1.42857143;
    text-transform: uppercase;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #3B6065;
}

.formw p {
    margin-bottom: 0;
}

.custom-check {
    background-color: rgba(59, 96, 101, 0.15);
    padding: 10px;
    border: 1px solid #3b6065;
    border-radius: 10px;
    margin: 0 1%;
    min-height: 260px;
}

.custom-check .control-label {
    display: block;
    text-align: center;
}

.custom-check .checkbox label {
    font-size: 14px;
}

.custom-check .checkbox input[type=checkbox] {
    position: absolute;
    top: 0;
    opacity: 0;
    z-index: -1;
}

.formw .checkbox,
.formw .radio {
    margin-bottom: 6px !important;
}



.wpcf7-list-item:has(input[type="checkbox"]:checked) {
    background-color: white;
    border-radius: 4px;
    padding: 2px 7px 2px 7px;
}

.formw .wpcf7-list-item {
    margin: 0;
    display: block;
    cursor: pointer;
    padding: 2px 7px 2px 7px;
    margin-bottom: 3px;
}

.formw .wpcf7-list-item label {
    margin-bottom: 0;
}

.wpcf7-list-item-label {
    font-size: 13px;
    line-height: 1.2;
    cursor: pointer;
    color: #3B6065;
}

.wpcf7-list-item label {
    display: block;
    cursor: pointer;
}


@media (max-width: 1919px) {
    .header-site .content-wrapper {
        padding: 0 !important;
    }
}