﻿/* ==========================================================================
   TABELA CURSOS INCLUSOS
   ========================================================================== */

.cursos-inclusos .container {
    padding-bottom: 5px;
}

.cursos-inclusos h3 {
    display: block;
    font-family: 'robotobold', sans-serif;
    text-align: center;
    text-transform: uppercase;
    background-color: #174674;
    padding: 10px;
    color: #FFF;
    margin: 0;
}

.cursos-inclusos table {
    width: 100%;
    padding: 0 10px;
    background-color: #eceff1;
    border-collapse: separate;
    border-spacing: 0 1em;
    table-layout: fixed;
    vertical-align: middle;
}

.cursos-inclusos table tr:hover {
    transition: background-color ease-in-out .3s;
    background-color: rgba(0, 0, 0, .05);
}

.cursos-inclusos table tr td {
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;

    padding: 5px 10px;
    vertical-align: middle;
}

.cursos-inclusos table tr td:first-child {
    width: 50%;
    border-left: 1px solid #444;

}

.cursos-inclusos table tr td:nth-child(3) {
    width: 22%;
    min-width: 230px;
}

.cursos-inclusos table tr td:last-child {
    border-right: 1px solid #444;
    text-align: right;
    font-size: calc(20px + .2em);
    font-family: 'robotobold', sans-serif;
}

.cursos-inclusos table tr td .bt-p2 {
    text-align: center;
    padding: 12px 10px;
    margin: 0 auto !important;
    font-size: 15px;
}

.cursos-inclusos table tr td .bt-p1 {
    display: block;
    width: 90%;
    max-width: 300px;
    margin: 0 auto !important;
    text-align: center;
    font-size: 18px;
    padding: 12px 10px;
}

.cursos-inclusos table tr td strong {
    /*display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
    font-size: calc(17px + .2em);
    font-family: 'robotomedium', sans-serif;

}

.cursos-inclusos table tr td:nth-child(4) {
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'robotomedium', sans-serif;
}

.cursos-inclusos table tr:last-child {
    transition: background-color ease-in-out .3s;
    background-color: rgba(255, 255, 255, .65);
}

.cursos-inclusos table tr:last-child:hover {
    background-color: #FFF;
}

.cursos-inclusos table tr:last-child td:first-child strong {
    font-family: 'robotobold', sans-serif;
}

.cursos-inclusos table tr:last-child td:nth-child(2) {
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0);
    font-family: 'robotomedium', sans-serif;
}

.cursos-inclusos table tr:last-child td:nth-child(2) b {
    display: block;
    color: rgba(255, 255, 255, 0);
    font-size: 24px;
}

.cursos-inclusos table tr:last-child td:last-child {
    font-size: calc(26px + .1em);
}

@media screen and (max-width: 779px) {

    .cursos-inclusos table tr {
        display: block;
        margin: 10px 0;
        padding: 5px;
        border: 1px solid #444;
    }

    .cursos-inclusos table tr td {
        display: block;
        border: none !important;
        width: 100% !important;
        text-align: center !important;
    }

}
