.entry-description {
    position: relative;
    background: #fff;
}

.entry-description > .txt-more {
    display: block;
    background: #fff;
    
    /*posiciona o link no final da DIV*/
    /* position: absolute; */

    bottom: 0px;
    top: 0px;
    transition: box-shadow 250ms ease-in-out;
    border-top: 1px solid #f2f2f2;
    padding-top: 15px;
    margin-top: 20px;
}

.entry-description > .partial {
    height: 200px; /* limita a altura aqui, assim ir� limitar o texto*/
    overflow: hidden;
}

.entry-description > a::before {
    content: "Ocultar"; /*Texto de quando o texto estiver visivel*/
}

.entry-description > a:hover {
    color: #2d3067;
    text-decoration: none;
}

.entry-description > a.txt-more::before {
    content: "Mostrar mais"; /* texto para o link*/
}

.detail-content {
    padding: 20px 30px;
    border: 0px solid;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    background-color: white;
    /* transition: box-shadow 250ms ease-in-out; */
    border-radius: 3px;
}

.detail-content:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 6px 10px 0px
}

.duvida-content {
    padding: 0px 30px 25px;
    border: 0px solid;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    transition: box-shadow 250ms ease-in-out;
    border-radius: 3px;
    margin-top: 20px;
}

.duvida-content:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 6px 10px 0px
}

.btnValidar {
    color: #ffffff;
    background: #444;
    border-color: #4440;
    /* width: 74%; */
    width: 38%;
    padding: 10px 20px;
    font-weight: bold;
    /* margin-top: 12px; */
    font-family: 'Montserrat', sans-serif;
    transition: all 300ms ease-in-out;
}

.btnReservar {
    float: left !important;
    width: 100%;
    padding: 10px 20px;
    margin-top: 12px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    transition: all 300ms ease-in-out;
}
.btnValidar:hover {
    background: #272727;
    border-color: #4440;
}

.btnValidar[disabled] {
    background-color: #afafaf;
    border-color: #4440;
}

.btnVoltar {
    color: #da9752;
    background: #da975200;
    border-color: #da9752;
    width: 100%;
    padding: 10px 20px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    margin-top: 12px;
    transition: all 300ms ease-in-out;
}

.btnVoltar:hover {
    background: #dbb079;
    border-color: #dbb079;
}

.btnComprar {
    color: #ffffff;
    background-color: #2d3067;
    border-color: #39843900;
    width: 100%;
    padding: 10px 20px;
    margin-top: 12px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    transition: all 300ms ease-in-out;
}

.btnComprar:hover {
    background-color: #171a44;
}

.input-desconto{
    text-transform: uppercase;
    height: 42px;
    margin: 0px;
}

.info-curso{
    border-top: 1px solid #e8e9eb;
    margin-top: 15px;
    padding-top: 15px;
}

.info-curso > span{
    font-family: 'Montserrat', sans-serif;
    color: #333;
}

.duvida-curso {
    display: inline-flex;
    align-items: center;
    color: #2d3067;
    margin-top: 10px;
}

.duvida-curso > span {
    font-weight: bold;
}

/* .duvida-curso-icon {
    width: 45px;
    font-size: 25px;
} */

.val-curso {
    background-color: #dbb079;
    padding: 10px 20px 1px 20px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}

.p_previsto_interesse {
    text-align: center;
}

.field_previsto_interesse {
    height: 42px;
    margin: 0px;
}

.btn_previsto_interesse_enviar {
    color: #ffffff;
    /*background: #444;
    border-color: #4440;*/
    width: 100%;
    padding: 10px 20px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    transition: all 300ms ease-in-out;
}

#recaptcha{
    margin-bottom:5px;
}

.val-curso-associado {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;

    background-color: #dbb07900;
    padding: 10px 5px;
    border-radius: 3px;
    color: #333;
    text-align: center;
    margin-bottom: 25px;
    border: 1px solid;
}

.val-pagar-left {
    border: 1px solid;
    border-radius: 3px;
    padding: 10px 20px;
    text-align: center;
    color: #333;
}

@media screen and (min-width: 800px) {
    /* Altera a ordena��o da Grid quando mobile */
    #xs-inverte-posicao > .col-md-5 {
        float: right;
    }

    #xs-inverte-posicao > .col-md-7 {
        float: left;
    }

    .pag-curso {
        /* background-color: #ffffff; */
        /* z-index: -1; */
        /* -webkit-transition: all 0.5s ease; */
        /* -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; 
        /* right: 0; */
        /* bottom: -67px; */
        position: fixed;
        display: inline-grid;
        width: 475px;
        top: 0;
    }

    .val-pagar-left {
        width: 49%;
        margin-right: 1%;
    }
}

.textSubscribe {
    position: relative; 
    top:-25px; 
    left: 20px;
    max-width:400px;
}

@media (max-width: 768px) {
    .textSubscribe {
        max-width:300px;
    }
    .detail-content {
        padding: 15px;
    }
    .pag-curso{
        background-color: #fff;
        padding: 0;
        z-index: 0 !important;
    }
    .desc-curso-xs{
        padding: 0;
    }
}

.val-pagar-right {
    border: 1px solid;
    border-radius: 3px;
    padding: 6px 20px;
    text-align: center;
    color: #333;
    font-weight: 900;
    font-size: 20px;
}

/* ====================
    Tooltip
==================== */
.icon {
    position: relative;
    transition: all 300ms ease-in-out;
}

/* Tooltip content */
.icon:hover:after {
    position: absolute;
    bottom: 3.5em;
    left: -1em;
    border-radius: .5em;
    padding: 1em 1.25em;
    content: attr(title);
    background: #2d3067;
    color: #fff;
    z-index: 100;
    width: 370px;
}

/* Arrow */
.icon:hover:before {
    position: absolute;
    bottom: 2.5em;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    content: '';
    border-left: .65em solid transparent;
    border-right: .65em solid transparent;
    border-top: 1.25em solid #2d3067;
    z-index: 100;
}

/* ====================
    Icons
==================== */
.icon {
    display: inline-block;
    text-decoration: none;
    margin: 0 15px 0px 0px;
}
.icon span {
    display: inline-block;
    position: relative;
    right: 9999px;
    width: 3em;
    height: 3em;
}
.icon span:before {
    position: absolute;
    right: -9999px;
    width: 1em;
    font-size: 40px;
    color: #2d3067;
    text-align: center;
    line-height: 1;
}

.btnAtribuir {
    color: #ffffff;
    background: #2d3067;
    border-color: #2d3067;
    width: 100%;
    max-width: 100%;
    padding: 10px 20px;
    font-weight: bold;
    /* margin-top: 12px; */
    font-family: 'Montserrat', sans-serif;
    transition: all 300ms ease-in-out;
}

.btnAtribuir:hover {
    background: #5cb85c;
    border-color: #5cb85c;
}

.btnAtribuir:active {
    background: #5cb85c;
    border-color: #5cb85c;
}

.info-pagSeguro {
    display: inline-block;
    margin: 10px 0 0 0;
    text-align: center;
}

.font-2rem {
    font-size: 2.3rem;
}

.font-1rem {
    font-size: 1.5rem;
}

#info-right {
    z-index: 999;
}

/* Modal após clicar em adicionar ao carrinho*/
#modalCarrinho {
    /*display: flex;
    justify-content: center;
    align-items: center; */
    top: 30%
}

#modalCarrinho .modal-header,
#modalCarrinho .modal-footer {
    border: none;
}

#btn-verMaisCursos {
    background-color: #fff;
    border: 1px solid #da9752;
    color: #da9752;
    padding: 15px 15px;
    margin-right: 10px;
    width: 45%;
    font-weight: bold;
}

#btn-finalizarCompra {
    background-color: #171a44;
    color: #fff;
    padding: 15px 15px;
    margin-left: 10px;
    width: 45%;
    font-weight: bold;
    border: none;
}

.link {
    width: 100%;
    max-width: 100px;
}

#quantidade-carrinho {
    position: absolute;
    position: absolute;
    /* top: -7px; */
    right: 1px;
    left: 10px;
    bottom: 14px;
    height: 14px;
    width: 23px;
    -webkit-box-shadow: 0 0 0 3px #ffffff;
    box-shadow: 0 0 0 3px #ffffff;
    color: #000000;
    line-height: 1;
    font-weight: 500;
    font-size: 13px;
    box-shadow: 0 0 0 3px #b9863f;
    border-radius: 50rem!important;
    --bs-bg-opacity: 1;
    background-color: #ffffff !important;
    text-align: center;
    font-weight: bold;
}

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}