
/* MEDIA 834PX ABERTURA */

@media screen and (max-width: 834px) {
    aside{
        justify-content: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    aside .container-col2{
        width: 100%;
       max-width: 90%;
    }
    aside .linha{
        width: 100%;
    }
    aside .card-group-info{
        margin-bottom: 20px;
    }
}
/* MEDIA 834PX FECHAMENTO */

/* MEDIA 690PX ABERTURA */
@media screen and (max-width: 690px) {
    aside .linha p{
        font-size: 14px;
    }
    
}
/* MEDIA 690PX FECHAMENTO */

/* MEDIA 430PX ABERTURA */
@media screen and (max-width: 430px) {
    aside .img-experiencia{
        width: auto;
        padding: 0 10px;
    }
    aside .img-experiencia img{
        width: 90%;
    }
    aside .linha p{
        font-size: 12px;
        text-align: center;
        width: 100%;
    }
    
}

/* MEDIA 430PX FECHAMENTO */

/* MEDIA 393PX ABERTURA */
@media screen and (max-width: 393px) {
    aside .linha p{
        font-size: 11px;
        text-align: center;
        width: 100%;
    }
    aside .card-group-big{
        width: 350px;
    }
}

/* MEDIA 393PX FECHAMENTO */

/* MEDIA 360PX ABERTURA */
@media screen and (max-width: 360px) {
    aside .linha p{
        font-size: 10px;
        text-align: center;
        width: 100%;
    }
    aside .card-group-big{
        width: 320px;
    }
}

/* MEDIA 360PX FECHAMENTO */



#aside{
    width: 100%;
    height: auto;
}

.container-col1{
    margin-top: 40px;
    width: 100%;
    height: auto;
}
.linha{
    display: flex;
    justify-content: center;
    align-items: center;
}
.linha p{
    margin: 0;
    font-family: "Inter",sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}
.linha button{
    border: none;
    border-bottom: 2px solid black;
    border-radius: 5px;
    background-color: tomato;
    color: white;
    padding: 5px 10px;
    margin-top: 15px;
    text-transform: uppercase;
    font-family: "Inter",sans-serif;
    font-weight: 500;
}

.linha-top-1,.linha-top-2{
    width: 25%;
}
.linha-top-3,.linha-top-4{
    width: 32%;
    margin-top: 30px;
}
.img-experiencia{
    display: flex;
    flex-wrap: wrap;
}

/* COL 1 FECHAMENTO */

/* COL 2 ABERTURA */

.container-col2{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 25px;
    gap: 20px;
    height: auto;
    flex-wrap: wrap;
}

.img-experiencia{
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 15px;
}
.img-experiencia img{
    border-radius: 8px;
}
.card-body.card-info{
    display: flex;
    padding: 4px 10px;
    height: 100px;
}

.card {
    height: auto;
}
.text-col2{
    padding: 5px;
}
.card-info p button{
    margin-top: 10px;
    padding: 2px 15px;
}
p.card-text{
    text-align: left;
    margin: 0;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.info-card p{
    margin: 0;
    font-family: "Inter",sans-serif;
    text-align: right;
    width: 90px;
}
.info-card span{
    color: rgb(0, 90, 102);
    font-weight: 800;
    font-size: 20px;
}
.card-group-info{
    width: 250px;
    height: auto;
    padding: 0;
    margin-bottom: 50px;
}

/* COL 2 FECHAMENTO */

/* COL 3 ABERTURA */

.container-col3{
    margin-top: 40px;
    width: 100%;
    height: auto;
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}
.card-group-big{
    width: 400px;
}

.group-card-col3{
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
}
.sub-group-col3{
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}
.card-group-four{
    width: 300px;
}
.card-img-col3-big{
    height: 500px;
}
.card-img-col3{
    width: 400px;
    height: 184px;
}


/* COL 3 FECHAMENTO */

.container-col1 button,.container-col2 button,.container-col3 button{
    font-family: "Inter",sans-serif;
}