/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


.in-pricing__tab-list-item:before {color: black;}

/*
#hs_cos_wrapper_widget_1718717665873 .in-pricing__tab-list-item {
    font-family: BW MODELLICA;
    font-weight: 800;
    font-family: 'BW MODELLICA';
    color: white;
    font-size: 20px;
    /* background: white; */
    padding-top: 0px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
    /* border: 10px; */
    /* border-color: white; */
    border: 2px solid #ffffff;
    border-radius: 12px;
} 

/*alinhamento mini tit*/
.in-pricing__card-wrap {
        text-align: -webkit-center !important;
    }



@media only screen and (min-width: 768px) {
    h3 {
        font-size: 26px;
        line-height: 43px;
    }
}


.in-pricing-card, .in-pricing-card__list-wrap {
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;

    /*height: 100%; ajustar tamanho caixa*/
}

.in-pricing__tab-list-item {
            display: inline-block;
            padding: 10px 20px;
            font-size: 16px;
            color: white;
            background-color: #ffffff;
            text-align: center;
            text-decoration: none;
            border-radius: 5px;
            transition: background-color 0.3s;
        }

        .in-pricing__tab-list-item:hover {
            background-color: #0050f0;
            color: white !important;
}

.in-pricing__tab-list-item:first-child {
    margin-right: 0px;
    margin-bottom: 10px;
}

.in-pricing__tab-list {
    margin-bottom: 30px;
}




.tag-plano{ /*TAG mais indicado*/
  top: -20px; /* Move para cima */
    background-color: #25882f;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 64px;
    width: 92%;
    position: relative;
    display: inline-block; 
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.in-pricing-card .in-btn {
  width: 100%;
  display: block;
  text-align: center;
  padding: 10px 0;
}