
.modal-footer[data-v-0b749e43] {
    display: flex;
    margin-top: 1.1875rem;
    flex-direction: column;
    justify-content: flex-end;
}
.modal-footer p[data-v-0b749e43] {
    font-weight: 400;
    font-size: 14px;
    color: #373835;
    margin-bottom: 8px;
}
.modal-footer p b[data-v-0b749e43] {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #373835;
}
.modal-footer button[data-v-0b749e43] {
    width: 357px;
    height: 40px;
    background: #46A8BA;
    border-radius: 80px;
    color: white;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 12px;
}
.modal-footer button.unavailable-button[data-v-0b749e43] {
    background: #373835;
    cursor: default;
    opacity: 0.5;
}
.modal-footer span[data-v-0b749e43] {
    color: #373835;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
}
.name-and-contact-content[data-v-0b749e43] {
    display: flex;
    gap: 8px;
}
.popSobConsultaContainer-box-form[data-v-0b749e43] { 
    display: flex;
    flex-direction: column;
}
.name-and-contact-content input[data-v-0b749e43] {
    margin-right: 0 !important;
}
.modal-footer .send-email[data-v-0b749e43] {
    margin-top: 24px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    row-gap: 8px;
}
.modal-footer .send-email input[data-v-0b749e43]{
    height: 40px;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #D6D6D6;
    font-size: 12px;
    color: #858585;
    font-weight: 500;
    padding: 12px 16px;
    margin-right: 8px;
}
.modal-footer button.button-send-email[data-v-0b749e43] {
    height: 40px;
    min-width: 93px;
    max-width: 93px;
    border-radius: 80px;
    background: #373835;
    font-size: 14px;
    color: #FFF;
    font-weight: 500;
}
  

@media screen and (max-width: 48rem) {
.modal-footer button[data-v-0b749e43] {
        width: 296px;
}
}


.modal-backdrop[data-v-1233ea2c] {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.modal[data-v-1233ea2c] {
    background: #FFFFFF;
    box-shadow: 2px 2px 20px 1px;
    overflow-x: auto;
    display: flex;
    flex-direction: column;
    padding: 32px;
    border-radius: 4px;
    width: auto;
    height: auto;
}
.modal-header[data-v-1233ea2c] {
    display: flex;
}
.modal-header[data-v-1233ea2c] {
    position: relative;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    line-height: 24px;
    justify-content: space-between;
    margin-bottom: 16px;
}
.modal-header button[data-v-1233ea2c] {
    padding: 0;
    line-height: 1;
}
.modal-body[data-v-1233ea2c] {
    position: relative;
}
.modal-body .tabsItem-content div[data-v-1233ea2c] {
    display: flex;
    align-items: center;
    gap: 8px;
}
.modal-body .tabsItem-content div input[data-v-1233ea2c]{
    height: 40px;
    width: 129px;
    border-radius: 8px;
    border: 1px solid #D6D6D6;
    font-size: 12px;
    color: #858585;
    font-weight: 500;
}
.modal-body .tabsItem-content .button-mobile[data-v-1233ea2c],
.modal-body .tabsItem-content .button-desktop[data-v-1233ea2c]{
    height: 40px;
    width: 61px;
    border-radius: 80px;
    background: #373835;
    font-size: 14px;
    color: #FFF;
    font-weight: 500;
}
.modal-body .checkbox-margin[data-v-1233ea2c] {
    display: flex;
    align-items: center;
    margin-top: 8px;
}
.modal-body .checkbox-margin label[data-v-1233ea2c] {
    margin-left: 16px;
}
.modal-body .checkbox-margin input[type=checkbox][data-v-1233ea2c] {
    position: relative;
    cursor: pointer;
    height: 0;
    width: 0;
    border: none;
}
.modal-body .checkbox-margin input[type=checkbox][data-v-1233ea2c]:before {
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    top: -8px;
    left: 0;
    border: 6px solid #D6D6D6; 
    outline: 7px solid #fff;
    outline-offset: -20px;
    border-radius: 4px;
    border-style: double;
}
.modal-body .checkbox-margin input[type="checkbox"][data-v-1233ea2c] {
  -moz-appearance:initial;
}
.modal-body .checkbox-margin input[type="checkbox"][data-v-1233ea2c] {
  appearance:initial;
}
.modal-body .checkbox-margin input[type="checkbox"][data-v-1233ea2c]:checked:before {
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    top: -8px;
    left: 0;
    border: 6px solid #D6D6D6; 
    outline: 4px solid black;   
    outline-offset: -20px;
    border-style: double;
    border-radius: 4px;
}



#calculadora .modal-body .tabsItem {
    margin-top: 0px!important;
}
#calculadora .modal-body .tabsItem-content {
    margin-top: 12px
}
#calculadora .modal-body .button-mobile {
  display: none;
}
#calculadora .modal-body .button-desktop {
  display: flex;
  align-items: center;
  justify-content: center;
}


@media screen and (max-width: 48rem) {
#calculadora .modal {
    padding: 16px;
}
#calculadora .modal-body .button-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    width: 100%;
}
#calculadora .modal-body .button-desktop {
    display: none;
}
#calculadora .modal-body .tabs {
    margin-top: 0;
}
}


.tabsItem-title[data-v-52b96a4c] {
  user-select: none;
  cursor: pointer;
  -webkit-user-drag: none;
  user-drag: none;
}

