/* Modal lateral direito */
#interestModal.right .modal-dialog {
    position: fixed;
    right: 0;
    margin: 0;
    height: 100%;
    transform: translateX(100%);
    transition: transform 0.3s ease-out;
}

#interestModal.right.show .modal-dialog {
    transform: translateX(0);
}

#interestModal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    border-radius: 0.75rem 0 0 0.75rem !important;
    padding: 10px 20px 20px 50px;
}

#interestModal .box-image {
    width: 475px;
    height: 272px;
    position: absolute;
    top: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
    right: 0px;
}

#interestModal .container-banner {
    width: auto;
    position: relative;
    margin-bottom: 120px;
}

#interestModal .modal-header .modal-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    margin-left: 12px;
}

#interestModal .modal-header .modal-title span{
    margin-left: 10px;
}

#interestModal .container-banner .card-info {
    margin-right: 199px;
    border-radius: 8px;
    opacity: 0.9;
    background: rgb(243, 244, 245);
    height: 150px;
    width: 400px;
}

#interestModal .card-info .box-texts {
    padding: 16px 16px 0px 10px;
}

#interestModal .card-info .box-texts .modelo {
    margin: 0px;
    color: rgb(33, 37, 41);
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 120%;
}

#interestModal .card-info .box-texts .versao {
    margin: 0px;
    color: rgb(33, 37, 41);
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 120%;
}

#interestModal .form-text-info {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
}

#interestModal .form-text-info .sub-info {
    color: rgb(150, 163, 168);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

#interestModal .form-text-info #text-info {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0px;
}

#interestModal form .form-group {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

#interestModal form .form-field {
    flex: 1;
    position: relative;
}

#interestModal form .form-field input,
#interestModal form .form-field select {
    width: 100%;
    border: none;
    border-bottom: 1px solid #c4c4c4;
    background: transparent;
    padding: 10px 5px;
    font-size: 0.95rem;
    font-family: 'Poppins', sans-serif;
    outline: none;
    transition: border-color 0.3s;
}

#interestModal form .form-field input:focus,
#interestModal form .form-field select:focus {
    border-bottom: 1px solid #083557;
}


#interestModal form .form-group input:focus,
#interestModal form .form-group select:focus {
    border-bottom: 1px solid #083557;
}

#interestModal form .btn-enviar {
    background-color: #083557;
    color: white;
    padding: 12px;
    font-size: 1rem;
    width: 100%;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

@media(max-width: 768px) {
    #interestModal form .form-lateral {
        width: 100%;
    }

    #interestModal .box-image {
        width: 100%;
    }

    #interestModal .container-banner .card-info {
        width: 100%;
    }

    #interestModal #descricao-info,
    #interestModal #descricao-info img {
        width: 100%;
    }

    #interestModal .modal-content {
        padding: unset !important;
    }
    
}

#interestModal form input::placeholder,
#interestModal form select::placeholder,
#interestModal form textarea::placeholder {
    font-size: 0.875rem;      /* menor que o texto normal */
    font-weight: 300;         /* regular, mais leve */
    color: #979797;        /* mantém a cor do input */
                /* sutilmente mais claro */
}

#interestModal form select {
    font-size: 0.95rem;
    font-weight: 300;
    color: #979797;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 10px 5px;
    background-color: transparent;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

#interestModal form select:focus {
    outline: none;
    border-bottom: 1px solid #083557;
}

#interestModal form .titulo-secao {
    color: rgb(0, 30, 80);
    font-size: 3rem;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
}

#interestModal form .opcoes-contato {
    display: flex;
    flex-flow: wrap;
    margin-top: 8px;
    margin-bottom: 8px;
    width: 100%;
    padding-left: 10px;
}

#interestModal form .opcoes-contato label {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    margin-left: -11px;
    margin-right: 16px;
    padding-right: 64px;
}

#interestModal form .opcoes-contato input {
    cursor: inherit;
    margin-right: 12px;
    z-index: 1;
}

.container-header h5 {
    margin: 24px 0px 0px 20px;
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
}

.container-header p {
    margin: 8px 0px 20px 20px;
    color: rgb(255, 255, 255) !important;
    height: 24px;;
    font-size: 20px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0em;
    text-align: left;
}

.btn-whatsaap {
    background-color: #25d366;
}

.btn-whatsaap svg {
    width: 24px
}

#previewCardDestaqueModal .card-img {
    border-radius: unset;
}

#outrasOferta .descricao-info {
    all: unset;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.container-btns {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

#outrasOferta .descricao-info h2 {
    margin: unset !important;
    color: rgb(33, 37, 41);
    font-size: 1rem;
    font-weight: 700;
    line-height: 28px;
    width: max-content;
}

#outrasOferta .descricao-info p {
    margin: unset !important;
    font-size: 0.75rem;
}

#outrasOferta .descricao-info ul {
    border-top: solid 1px #ccc;
    padding-left: 20px;
    padding-top: 10px;
    text-align: left;
    font-size: 0.75rem;
    color: #333;
    font-weight: lighter;
}

#outrasOferta .descricao-info ul li {
    font-size: 12px;
}

#outrasOferta .container-image {
    padding: 10px;
    background: #f9f9f9;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 160px;
    margin-bottom: 12px;
}

#outrasOferta .container-tag {
    position: relative;
    margin-right: 16px;
}

#outrasOferta .container-tag .tag {
    position: absolute;
    background-color: rgb(209, 6, 165);
    padding: 6px 12px;
    border-radius: 16px;
    right: 0px;
    bottom: -18px;
}

#outrasOferta .container-tag .tag p {
    margin: 0px;
    color: rgb(255, 255, 255);
    font-family: VWHead;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
}

#outrasOferta .container-image .box-image {
    margin-top: 28px;
}

#outrasOferta .container-image .box-image .sub-box-image {
    width: 100%;
    height: 171px
}

#outrasOferta .container-image .box-image {
    margin-top: 28px;
}

#outrasOferta .container-image .box-image .sub-box-image {
    width: 100%;
    height: 171px
}

.cta-wrapper {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 10px;
}

.cta-wrapper .btn-interesse {
    background: #083557;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    font-size: 0.9rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    flex: 1 1 auto;
    max-width: 240px;
    cursor: pointer;
    height: 40px;
}

.cta-wrapper .btn-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #25d366;
    border-radius: 6px;
    padding: 10px 20px;
    transition: transform 0.3s ease;
    text-decoration: none;
    cursor: pointer;
    height: 40px;
}

.table-form-paginas-oferta tbody {
    color: #001f4d;
}

.table-form-paginas-oferta tbody ul li {
    list-style: none;
    position: relative;
    padding-left: 24px;
}

.table-form-paginas-oferta tbody ul li::before {
    content: '✔';
    position: absolute;
    left: 0;
    top: 0;
    color: #001f4d;
}

.icone-whatsapp {
    width: 20px;
}
