.exp.content {
    width: 40vw;
    margin-left: 30vw;
    display: none;
}

.exp.content.active {
    display: block;
}

.exp.row {
    cursor: pointer;
}

.exp_cal {
    width: 400px;
    position: absolute;
    top: 107vh;
    left: 10vw;
    display: flex;
    flex-direction: column;
}

.exp.n_months {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #FFB320;
}

.exp.n_months div {
    width: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 30px;
    font-size: 14px;
    color: #1C2334;
    cursor: pointer;
    border-top: 15px solid #FFB320;
    border-bottom: 15px solid #FFB320;
}

.exp.row div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 40px;
    background-color: #1C2334;
    color: #f5f8ff;
}

.exp.row div {
    font-size: 13px;
}

.exp.row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 300px;
    border-left: 50px solid #1C2334;
    border-right: 50px solid #1C2334;
}

.exp.n_months .active {
    color: #FFB320;
    background-color: #1C2334;
    width: 80px;
    border-left: 10px solid #1C2334;
    border-right: 10px solid #1C2334;
    border-top: 15px solid #1C2334;
    border-bottom: 15px solid #1C2334;
}

.exp.row .lt {
    color: #868686;
}

.exp.week {
    border-top: 50px solid #1C2334;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 300px;
    border-left: 50px solid #1C2334;
    border-right: 50px solid #1C2334;
}

.exp.week div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 40px;
    background-color: #1C2334;
    color: #f5f8ff;
}

.last.row {
    border-bottom: 50px solid #1C2334;
}

.exp.week div {
    font-weight: 900;
    font-size: 14px;
}

.exp.row:hover div {
    background-color: #FFB320;
    color: #1C2334;
}

.const {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.const h2 {
    width: 100%;
}

.pro_pdf {
    margin-bottom: 6vh;
    margin-top: 3vh;
    padding: 20px;
    background-color: #1C2334;
    width: 5vw;
    height: 5vw;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
}

.pro_pdf h3 {
    color: #FFB320;
    font-size: 2.7vh;
    font-weight: 900;
}

.pro_pdf:hover {
    background-color: #FFB320;
}

.pro_pdf:hover h3 {
    color: #1C2334;
}

.exp.row.active div {
    background-color: #FFB320;
    color: #1C2334;
}

.date_week {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.date_week div {
    width: 33.3333%;
}

.date_week h3 {
    font-size: 26px;
    white-space: nowrap;
}

@media screen and (max-width:1500px) {
    .exp.content {
        margin-left: 40vw;
    }
}

@media screen and (max-width:1300px) {
    .exp.content {
        margin-left: 40vw;
    }

    .exp_cal {
        width: 350px;
        left: 8vw;
        top: 117vh;
    }

    .exp.row {
        width: 300px;
        border-left: 25px solid #1C2334;
        border-right: 25px solid #1C2334;
    }

    .exp.week {
        width: 300px;
        border-left: 25px solid #1C2334;
        border-right: 25px solid #1C2334;
        border-top: 30px solid #1C2334;
    }

    .exp.week div {
        height: 30px;
    }

    .exp.row div {
        height: 30px;
    }

    .last.row {
        border-bottom: #1C2334 solid 30px;
    }

    .exp.n_months div {
        height: 20px;
    }
}

@media screen and (max-width:1100px) {
    .exp.content {
        margin-left: 34vw;
        width: 50vw;
    }

    .exp_cal {
        width: 300px;
        left: 5vw;
    }

    .exp.row {
        width: 250px;
        border-left: 25px solid #1C2334;
        border-right: 25px solid #1C2334;
    }

    .exp.week {
        width: 250px;
        border-left: 25px solid #1C2334;
        border-right: 25px solid #1C2334;
        border-top: 25px solid #1C2334;
    }

    .exp.week div {
        height: 25px;
    }

    .exp.row div {
        height: 25px;
    }

    .last.row {
        border-bottom: #1C2334 solid 25px;
    }

    .exp.n_months div {
        height: 15px;
    }
}

@media screen and (max-width:1000px) {

    .exp_cal {
        left: 3vw;
    }

    .pro_pdf h3 {
        font-size: 2vh;
    }
}

@media screen and (max-width:950px) {
    .exp.content {
        margin-left: 0;
        margin-right: 0;
        width: 80vw;
    }

    .exp_cal { 
        display: none;
    }

    .date_week h3 {
        font-size: 20px;
    }
}

@media screen and (max-width:600px) {
    .date_week h3 {
        font-size: 18px;
    }
}