


/***********************************************/
.carrinho_tbl_total *:not(input){
    font-weight: var(--font-weight);
    font-size: 0.85rem;
}
.carrinho_tbl_total .price{
    text-align: right;
}
.carrinho_tbl_total .price-valor-b,
.carrinho_tbl_total .price-valor-c {
    text-align: right;
}
.carrinho_tbl_total .price-descr {
    margin-left: 1.7rem;
}
.carrinho_tbl_total .price-descr * {
    font-size: 0.75rem;
    font-style: italic;
}

/***********************************************/
.btn-view-more::before{
    content: "Consulte a relação completa de cursos";
    font-family: var(--font-family);
    font-weight: var(--font-weight);
}

.btn-view-more::after {
    font-family: FontAwesome;
    content: "\f0da";
    font-weight: 400;
}

.productLine .section-view-more .btn-view-more {
    white-space: normal;
    max-width: 65%;
    margin-top: 70%;
    font-size: 0.8rem;
}

/***********************************************/
nav .btn-contact::after {
    content: "whatsapp";
    margin-left: 3px !important;
    white-space: nowrap;
}


/***********************************************/
.btn-addCart::after,
.btn-addCartPending::after{
    content: "Inscreva-se";
}

.msg-unavailable.product-type-7::after {
  content: "Vagas esgotadas";
}

.btn-addNotify.product-type-7::after {
  content: "Avise-me quando houver vagas";
}

.btn-checkout::before {
    content: "Finalizar Inscrição";
}




/***********************************************/

.section-title h2{
    font-size: calc(1rem + 0.5vw);
    font-weight: 700;
}

.section-title h3 {
    font-size: calc(1.4rem + 0.5vw);
}

.product-item {
    padding-top: 0;
}
.product-item .image {
    max-height: max-content;
    background: #000;
    padding: 0;
    margin: 0;
    padding-bottom: 20px;
    /*filter: grayscale(1);*/
}

/*.product-item .image a::after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    background-color: transparent;
    background: linear-gradient(180deg, rgb(255 255 255 / 1%) 40%, rgb(0 0 0 / 60%) 75%, rgb(0 0 0 / 99%) 92%);
    width: 100%;
    height: 100%;
}*/

.product-item .image a img {
    width: 100%;
    max-height: unset;
}
/*.product-item .description,
.product-item .description a,
.product-item .price {
    font-weight: 400;
    color: var(--font-color-light);
    text-align: center;
}*/
.product-item .description {
    padding-top: 20px;
}
.product-item .description_ref {
    display: none;
}
.product-item .price {
    padding-bottom: 20px;
}
.product-item .price table {
    display: flex;
    align-content: center;
    justify-content: center;
}

/*.product-item .action-control .btn {
    width: unset;
    max-width: 70%;
    min-width: 200px;
    font-size: 0.85rem;
    flex: 1 1 0px;
}*/

.viewport-sm .product-item .action-control .btn,
.viewport-md .product-item .action-control .btn,
.viewport-lg .product-item .action-control .btn {
    width: 100%;
}




/**************************************/
.blocoGradeCustom .bannerGrid-item {
    padding: 0;
    text-align: center;
}

.blocoGradeCustom .bannerGrid-item .bg_img img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.blocoGradeCustom .bannerGrid-item .bg_descr {
    margin: 0;
    padding: 0 25px;
}

.bannerGrid .bg_descr i.lni {
    font-size: 28px;
    line-height: 51px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    padding: 0px;
    margin: 0px;
    margin-top: -22px;
    color:  var(--goldLight);
    background-color: var(--blackDark);
    border: 3px solid var(--blackDark);
    transition: all 0.3s ease-out;
}

.bannerGrid .bannerGrid-item:hover .bg_descr i.lni {
    background-color: var(--gold);
    color: var(--font-color-2);
}

.bannerGrid .bg_descr h4 {
    color: var(--font-color-2);
}

.bannerGrid .bg_descr p {
    margin: 0;
    padding: 0 0 35px 0;
}

/*
body{
    margin:0;
    padding:0;
    color:#6a7c92;
    position:relative;
    background:#fff
}
/*body,.form-group>label{
    font-family:poppins,"Roboto",sans-serif;
    font-size:16px;
    line-height:26px;
    font-weight:400;
    font-style:normal;
    color:#6a7c92
}*/
/*input.form-control,
textarea.form-control,
select.form-select,
input.form-check-input{
    background-color: var(--grayLight);
}*/

.form-group>label.control-label{
    font-weight:var(--font-weight);
    white-space:nowrap
}
.form-group-sm .form-control{
    height:auto;
    padding:5px 10px;
    font-size:14px;
    line-height:20px;
    border-radius:8px
}
.form-group-sm>label.control-label{
    font-size:14px;
    font-weight:var(--font-weight);
    line-height:20px;
    font-style:normal;
    white-space:nowrap
}

.orderStep{
    display: none;
}





/**REVISAR**/

.owl-item {
    padding-left: 10px;
    padding-right: 10px;
}




section.subscribe{
    background-color: var(--blackDark);
    background: var(--linear-gradient);
    margin: 10rem 0;
    padding: 25vh 0;
}
.subscribe-descr,.subscribe-form{
    margin: 15px 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.subscribe-descr h2,
.subscribe-descr h3 {
    text-align: left;
    margin: 0;
}

.subscribe-form .input-group-text {
  background: var(--gold);
}
.subscribe-form input {
  min-height: 60px;
  font-size: 16px;
}
.subscribe-form button{
  color: #fff;
  font-size: 18px;
  border: none;
  background: none;
}

@media (max-width:991px){
    .subscribe-form .form{
        transform:translateY(0)
    }
    .subscribe-descr h2{
        font-size:23px;
        margin-bottom:25px
    }
    .subscribe-descr h3{
        font-size:38px;
        line-height:45px
    }
}
@media (max-width:767px){
    .subscribe-descr h3{
        font-size:30px;
        line-height:40px
    }
}



/*.contact-form-wrapper select#reason ~ span {width: 100% !important; padding: 0;}
.contact-form-wrapper .selection {width: 100%; padding: 0;}
.contact-form-wrapper .selection .select2-selection {border: 1px solid #F4EEFB !important;}
.contact-form-wrapper .selection .select2-selection .select2-selection__rendered{text-align: left; padding-left: 0; color: var(--font-color);};
.contact-form-wrapper .selection .select2-selection .select2-selection__arrow {color: #454545;display: inline-block; padding: 0;}
span.select2-selection__arrow { margin-top: 16px; }*/

.contact-form-wrapper{
    padding:50px 40px;
    border:none;
    /*box-shadow: var(--box-shadow);
    border-radius: var(--border-radius);
    transition:all 0.3s ease-out 0s;*/
}
/*.contact-form-wrapper:hover{
    box-shadow: var(--box-shadow-hover);
}*/

/*.contact-form-wrapper .form-control,
.contact-form-wrapper .form-select {
    min-height: 60px;
    margin-bottom:25px;
    transition:all 0.3s ease-out 0s;
    font-size: 1rem;
}*/

.contact-item{
    border: none;
    border-radius: var(--border-radius);
    margin-bottom:30px;
    padding:20px 30px;
    transition:all 0.3s ease-out 0s;
    box-shadow: var(--box-shadow);
}
.contact-item:hover{
    box-shadow: var(--box-shadow-hover);
}

.contact-icon {
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  margin: 0;
  text-align: center;
  border-radius: 50%;
  background: var(--color-1);
  background: linear-gradient(var(--color-1) 0%,var(--color-2) 100%);
  color: #fff;
}

/*
.contact-content{
    margin-left:25px
}
.contact-content h2{
    font-size: 26px;
    font-weight: 700;
    color:var(--color-1);
    margin-bottom:6px;
    text-align:left
}
.contact-content p{
    font-size:16px;
    line-height:17px
}
.contact-content .section-title{
    margin:0
}*/












.accordion-button,
.accordion-button h2/*,
/*.pg-carrinho .accordion-button,
.pg-carrinho .accordion-button h2,*/ {
    color: var(--color-1);
    font-size: 20px;
    font-weight: 700;
}

.accordion-body {
    color: var(--font-color);
    font-size: var(--font-size);
}


.accordion-body h1,
.accordion-body h2,
.accordion-body h3,
.accordion-body h4,
.accordion-body h5,
.accordion-body h6 {
    color: var(--font-color-2);
}

.pg-produto .productImgInfo-infoPrice,
.pg-produto .productImgInfo-infoParcel .t3,
.pg-produto .productImgInfo-infoParcel .t4,
.pg-produto .productImgInfo-infoParcel .t5,
#accordionCart .price2 {
    display: none;
}

.pg-produto .accordion-body {
    max-height: 70vh;
    overflow: auto;
}

.pg-produto .accordion-body h2:nth-child(n+2),
.pg-produto .accordion-body h3:nth-child(n+2){
    margin-top: 4rem;
}

.pg-produto .accordion-body p {
    text-align: justify;
}

.pg-produto .accordion-body a:not(.btn) {
    text-decoration: underline;
}

.pg-produto .accordion-body [style*="color:#000"] {
    color: var(--font-color) !important;
    font-family: var(--font-family) !important;
    font-size: var(--font-size) !important;
}

.pg-produto .accordion-body iframe[src*=youtube] {
    display: block;
    margin: auto;
    margin-bottom: 3rem;
    width: unset;
    height: unset;
    min-width: 50vw;
    min-height: 28vw;
    aspect-ratio: 1.78;
    border-radius: var(--border-radius);
}

.pg-produto .accordion-body table {
    margin: 20px 5px;
    border: var(--border) !important;
    font-size: 0.8rem;
}

.pg-produto .accordion-body th,
.pg-produto .accordion-body td {
    border: var(--border) !important;
    padding: 5px 7px;
    background-color: unset !important;
    border-collapse: collapse !important;
}

.pg-produto .accordion-body th {
    color: var(--font-color-2);
}



.bd-categoria .category-top > p:first-child {
  margin: 0px 0px 1.5rem 0px;
}

.bd-pagina-nao-encontrada .category-top > p:first-child img {
  display: none;
}


.product-item .description {
    padding-top: 3rem;
}
.product-item .image {
    display: none;
}
.product-item .description,
.product-item .description a {
    font-size: 1.2rem;
}