/*
Theme Name: Fintalk
Theme URI: https://localhost/
Author: Gustavo Santos
Author URI: https://localhost/autor
Description: Tema desenvolvido para a empresa Fintalk
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 1.0
Requires at least: 5.7
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fintalk
*/

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.card {
    width: 100%;
    height: 512px;
    border-radius: 32px;
    overflow: hidden;
}

.img-card {
    background-color: #243151;
    height: 256px;
    border-radius: 32px 32px 0 0;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.info-card {
    padding: 32px;
    border-radius: 0 0 32px 32px;
    background-color: #182137;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 250px;
}

.info-card h3 {
    color: #FFF;
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    /* 22px */
}

.info-card p {
    color: #636C85;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 20.8px */
    margin-top: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.info-card a {
    padding: 16px 32px;
    border-radius: 75px;
    background: #FFF;
    color: #0B1224;
    text-align: center;
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    /* 18.2px */
    letter-spacing: 1.4px;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 40px;
}

/* CARDS CASES  */

.cases-wrapper {
    display: flex;
    gap: 32px;
}

.cases-wrapper .card-cases-main {
    border-radius: 32px;
    background: #182137;
    padding: 32px;
    width: 40%;
}

.card-cases {
    width: 30%;
}

.card-cases-main .img-cases {
    height: 300px;
}

.img-cases {
    border-radius: 16px;
    background-repeat: no-repeat;
    height: 250px;
    background-size: cover;
    background-position: center;
    background-color: #8A94AD;
    display: flex;
    align-items: flex-start;
}

.desc-cases {
    color: #FFF;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 20.8px */
    margin-top: 16px;
}

.cat-cases {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
}

.cat-cases p {
    color: #8A94AD;
    text-align: right;
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: 130%;
    /* 18.2px */
    letter-spacing: 1.4px;
}

.info-cases {
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.card-cases .img-cases p {
    display: none;
}

.card-cases-main .img-cases p {
    display: block;
}

.img-cases p {
    color: #FFF;
    text-align: center;
    font-family: "DM Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    line-height: 130%; /* 15.6px */
    letter-spacing: 1.2px;
    text-transform: uppercase;
    border-radius: 75px;
    background: #F83A72;
    padding: 12px 16px;
    margin: 32px;
}

@media all and (max-width: 1700px) {

}

@media all and (max-width: 1300px) {

}

@media all and (max-width: 1021px) {

    .cases-wrapper {
        flex-direction: column;
    }

    .card-cases {
        width: 100% !important;
    }

}

@media all and (max-width: 781px) {


}

@media all and (max-width: 551px) {

}