﻿.lista-produtos {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}

.lista-produtos li {
    margin: 5px;        
}

.lista-produtos li:hover {    
    cursor: pointer;
}
.lista-produtos li button:hover {
    cursor: pointer;
}

.product-button {
    display: inline-block;
    padding: 15px 20px;
    background: var(--Linear-gradiente, linear-gradient(96deg, #498BE8 3.24%, #2B5BCA 96.76%));
    color: #fff;
    font-variant-numeric: lining-nums proportional-nums;
    border: none;
    border-radius: 8px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 45px;
    cursor: pointer;
    margin-bottom: 15px;
    text-decoration: none;
    width: 340px;
    max-width: 340px;
    height: 75px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
}

.product-button-inactive {
    display: inline-block;
    padding: 15px 20px;
    background: var(--Linear-gradiente, linear-gradient(96deg, #498BE8 3.24%, #2B5BCA 96.76%));
    color: var(--Astronaut---Primary-Info-Astronaut---500, #498BE8);
    font-variant-numeric: lining-nums proportional-nums;
    border: none;
    border-radius: 8px;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
    margin-bottom: 15px;
    text-decoration: none;
    font-weight: 600;
    width: 340px;
    max-width: 340px;
    height: 75px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
}


.product-button:hover {
    background-color: #005bb5;
}

.product-button-inactive {
    border: 2px solid var(--Astronaut---Primary-Info-Astronaut---200, #C4DEF9);
    background: var(--Astronaut---Primary-Info-Astronaut---50, #F0F7FE);
}

.product-button-inactive:hover {
    border: 2px solid var(--Astronaut---Primary-Info-Astronaut---500, #498BE8);
    background: var(--Astronaut---Primary-Info-Astronaut---200, #C4DEF9);
}

.card-subtitle {
    color: var(--Gray-Gray---900, #3D3D3D);
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    /* Desktop/P */
    font-family: Ubuntu;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 307px;
}

.btn-empresa {
    border: 2px solid #498BE8;
    padding: 10px 20px;
    max-width: 400px;
    background-color: white;
    color: #1C2A4F;
    border-radius: 10px;
    font-weight: bold;
    cursor: pointer;
    font-family: Ubuntu, sans-serif;
    font-size: 18px;
    transition: background-color 0.3s ease;
}

.btn-empresa:hover {
    background-color: #F0F7FE;
}

/* .tip-box {
    display: flex;
    align-items: center;
    padding: 12px 24px;
    justify-content: space-between;
    border-radius: 8px;
    border: 2px solid var(--Astronaut---Primary-Info-Astronaut---500, #498BE8);
    background: var(--Astronaut---Primary-Info-Astronaut---100, #DEEBFB);
    margin-bottom: 45px;
    margin-top: 0px;
}

.tip-box .close-button {
    background: none;
    border: none;
    font-size: 1.4em;
    color: #2B5BCA;
    font-weight: bold;
}

.tip-btext {
    color: var(--Astronaut---Primary-Info-Astronaut---900, #233C77);
    font-variant-numeric: lining-nums proportional-nums;
    /* Desktop/P */
    /* font-family: Ubuntu;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 900px;
} */

/* .tip-bicon {
    display: flex;
    width: 24px;
    height: 19.2px;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    color: var(--Astronaut---Primary-Info-Astronaut---700, #2B5BCA);
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
} */


aside {
    width: 25%;
    padding: 20px;
    background-color: #f7f7f7;
    border-radius: 10px;
}

main {
    width: 75%;
    padding: 20px;
}

h1 {
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    /* Desktop/H1 */
    font-family: Ubuntu;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    align-self: stretch;
    background: var(--Linear-gradiente, linear-gradient(96deg, #498BE8 3.24%, #2B5BCA 96.76%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h3 {
    color: #1C2A4F;
    font-variant-numeric: lining-nums proportional-nums;
    /* Desktop/H2 */
    font-size: 26px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    align-self: stretch;
}

p {
    align-self: stretch;
    color: var(--Gray-Gray---900, #3D3D3D);
    font-variant-numeric: lining-nums proportional-nums;
    /* Desktop/P */
    font-family: Ubuntu;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

ul {
    list-style-type: none;
    padding-left: 0;
}

@media screen and (max-width: 1024px) {
    .lista-produtos {
        justify-content: center;
        align-items: center;
    }
    .card-wrapper {
        width: 100% !important;
    }
    .video-wrapper {
        width: 100% !important;
        padding-left: 0 !important;
    }
    .video-card {
        margin-left: 0 !important;
        max-width: 100% !important;
    }
}