﻿.box-simulados {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 32px 32px 32px 32px;
    /* Silver */
    border: 2px solid #D8D8D8;
    border-radius: 10px;
}

.box-info-simulados {
    display: table;
    width: 100%;
}

.box-info-simulados-left {
    display: table-cell;
    width: calc(100% - 500px);
}

.box-info-simulados-right {
    display: table-cell;
    width: 500px;
    background-image: url(/areadoaluno/img/bannersimulados.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}

.card-simulados {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */
    color: #110130;
    border: 2px solid #0F002A;
    border-radius: 20px;
    padding: 5px 10px 5px 10px;
}

.title-simulados {
    font-size: 32px;
    line-height: 36px;
    color: #0F002A;
    font-weight: 700;
    letter-spacing: 0.8px;
    margin-bottom: 16px;
    margin-top: 6px;
    padding-top: 30px;
}

.subtitle-simulados {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* or 150% */
    color: #110130;
}

.btn-simulados-estudo {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    background: #662483;
    border-radius: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    display: block;
    max-width: 400px;
    margin-top: 30px;
    cursor: pointer;
}

.btn-simulados-estudo:hover {
    color: #ffffff;
    text-decoration: none;
}


@media screen and (min-width: 767px) and (max-width: 991px) {
    .box-info-simulados-left {
        width: 50%;
    }

    .box-info-simulados-right {
        width: 50%;
    }
}

    /* Small devices, Tablets (< 767px) */


@media screen and (min-width: 541px) and (max-width: 767px) {

    .box-info-simulados-left {
        width: 50%;
    }

    .box-info-simulados-right {
        width: 50%;
    }

    .box-simulados {
        padding-top: 10px;
    }


    .title-simulados {
        font-size: 16px;
        line-height: 20px;
        color: #0F002A;
        font-weight: 700;
        letter-spacing: 0.8px;
        margin-bottom: 16px;
        margin-top: 6px;
        padding-top: 30px;
    }

    .subtitle-simulados {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        /* or 150% */
        color: #110130;
    }
}


/* Small devices, Tablets (< 450px) */
@media screen and (max-width: 540px) {

    .box-info-simulados-left {
        display: table-footer-group;
        
    }

    .box-info-simulados-right {
        height: 200px;
        display: table-cell;
        background-size: 70%;
       
    }
}