/**
 * Estilos para Página de Planos de Destaque
 * @version 2.0
 * @date 2025-10-18
 */

/* ============================================================================
   BOTÕES DE COMPRA
   ============================================================================ */

.desta_botao_rosa,
.desta_botao_rosaB {
    width: 95%;
    max-width: 340px;
    height: 50px;
    display: table;
    padding: 0px;
    margin: 25px auto 0 auto;
    color: #ffffff;
    background: #f94b86;
    border: 1px #e81d62 solid;
    border-radius: 8px 8px 0 0;
    cursor: pointer;
    transition: background 0.3s ease;
}

.desta_botao_rosa:hover,
.desta_botao_rosaB:hover {
    background: #e81d62;
}

.desta_botao_rosaB {
    height: 50px;
    border-radius: 8px 8px;
}

.desta_com,
.desta_comB {
    float: left;
    width: 38%;
    min-height: 65px;
    padding: 0px 0 0 0px;
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
}

.desta_peri {
    float: left;
    width: 20%;
    text-align: center;
    font-weight: bold;
    padding-top: 5px;
    color: #d31558;
    line-height: 1.2;
    padding-top: 10px;
    font-size: 1.2em;
}

.desta_comB,
.desta_preB {
    padding-top: 12px;
}

.desta_pre,
.desta_preB {
    float: left;
    width: 42%;
    font-size: 1.3em;
    font-weight: bold;
    padding: 12px 0 0 0;
    text-align: center;
}

.desta_botao_preto {
    width: 95%;
    max-width: 340px;
    height: 25px;
    margin: 0 auto 20px auto;
    background: #37414d;
    text-align: center;
    color: #c0c0c0;
    font-size: 0.8em;
    padding-top: 1px;
    border-radius: 0 0 8px 8px;
}

/* ============================================================================
   CARDS DE PLANOS
   ============================================================================ */

.text-success {
    color: #1cba62 !important;
}

.pricing-badge {
    position: absolute;
    top: 0;
    z-index: 999;
    right: 0;
    width: 100%;
    display: block;
    font-size: 15px;
    padding: 0;
    overflow: hidden;
    height: 100px;
}

.pricing-badge .badge {
    float: right;
    transform: rotate(40deg);
    right: -69px;
    top: 22px;
    position: relative;
    text-align: center;
    width: 220px;
    font-size: 14px;
    margin: 0;
    padding: 8px 12px;
    font-weight: 600;
    color: #ffffff;
    background: #f94b86;
    letter-spacing: 1px;
}

.card-margin {
    margin-bottom: 1.875rem;
}

.card {
    border: 0;
    box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: 1px solid #e6e4e9;
    border-radius: 8px;
}

.card .card-header.no-border {
    border: 0;
}

.card .card-header {
    background: none;
    padding: 1.2rem 1.2rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    min-height: 50px;
}

.card-header:first-child {
    border-radius: calc(8px - 1px) calc(8px - 1px) 0 0;
}

.card-body {
    line-height: 2;
}

.card-title {
    font-weight: bold;
    color: #6f7073;
}

.col-lg-4 {
    width: 600px;
    max-width: 90%;
    margin: 0 auto 0 auto;
}

/* ============================================================================
   BANNERS DE EXEMPLO
   ============================================================================ */

.banner_horizontal {
    width: 368px;
    margin: 0 auto 30px auto;
    position: relative;
    border-radius: 8px;
    display: table;
}

.banner_horizontal img {
    width: 100%;
    border-radius: 8px;
}

.banner_vertical {
    width: 49.5%;
    height: 221px;
    float: left;
    margin-left: 1px;
    display: table;
    position: relative;
}

.banner_vertical img {
    width: 100%;
    height: 221px;
}

.banner_verticalB {
    width: 33%;
    height: 160px;
    float: left;
    margin-left: 1px;
    display: table;
    position: relative;
}

.banner_verticalB img {
    width: 100%;
    height: 160px;
}

.boy-mascara {
    border-radius: 10px;
    background-size: 100% 115px;
}

.boy-dest-est {
    width: 34px;
    text-align: center;
    font-weight: bold;
    position: absolute;
    right: 12px;
    color: #fff;
    background: #37414d;
    border-radius: 20%;
    letter-spacing: 1px;
    bottom: 25%;
    margin: 0 4px 0 0;
    padding: 5px 0 1px 0;
    display: table;
}

.boy-outro-titu {
    width: 96%;
    color: #ffffff !important;
    position: absolute;
    bottom: 15px;
    right: 8%;
    font-size: 1em;
    line-height: 1;
    display: table;
    text-align: right;
    font-weight: bold;
}

/* ============================================================================
   RESPONSIVIDADE
   ============================================================================ */

@media (max-width: 768px) {
    .banner_horizontal {
        width: 100%;
    }
    
    .banner_vertical,
    .banner_verticalB {
        width: 100%;
        margin-bottom: 10px;
    }
    
    .col-lg-4 {
        width: 100%;
    }
}
