/* header */

.dropdown_menu{
    flex-direction: column;
}
.central_header{
    align-items: center;
}
.central_header a{
    display: flex;
    align-items: center;
}
.NA_toggler_hover, .active_toggler_hover{
    filter: brightness(15);
}
.item_nav_header{
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
}
.dropdown_menu.active_dropdown{
    display: flex;
    position: absolute;
    top: 32px;
    right: -110px;
    border: #1a1a1a;
    box-sizing: border-box;
    border-radius: 12px;
    gap: 4px;
    width: 252px;
}
.dropdown_menu.active_dropdown li{
    padding: 8px;
    border: 1px solid black;
    border-radius: 8px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}

.container_popup_conteudo_programatico .background_card .main_image, .mobile_main_image{
    background-size: cover;
    background-position: center;
    background-image: url(../Imagens/popup_conteudo_programatico/main_image_ia_aplicada.jpg);
}
.buttons .orange{
    background: rgba(255, 151, 107, 1);
}

/* Certificados */
.head_certificados{
    width: 90%;

}
.head_certificados h2{
    text-align: left;
    font-weight: 400;
}

/* What's data */
.head_whats_data_science h1{
    text-align: center;
}
.head_whats_data_science::before{
    content: "";
    width: 852px;
    height: 852px;
    transform: rotate(-90deg);
    position: absolute;
    right: 148px;
    bottom: 0px;
    opacity: 0.2;
background: linear-gradient(to bottom right, var(--color-palette-orange-light) 6%, rgba(26, 26, 26, 0.00) 50%) bottom right / 50% 50% no-repeat, linear-gradient(to bottom left, var(--color-palette-orange-light) 6%, rgba(26, 26, 26, 0.00) 50%) bottom left / 50% 50% no-repeat, linear-gradient(to top left, var(--color-palette-orange-light) 6%, rgba(26, 26, 26, 0.00) 50%) top left / 50% 50% no-repeat, linear-gradient(to top right, var(--color-palette-orange-light) 6%, rgba(26, 26, 26, 0.00) 50%) top right / 50% 50% no-repeat;
z-index: -1;
}
.content_whats_data_science{
    position: relative;
}

/* Caminho */
.head_caminho h1{
    font-weight: 400;
}

/* Journey */
.body_journey p{
    font-size: 16px;
    line-height: 20px;
    white-space: nowrap;
}
.body_journey .module .head .tools{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}
.body_journey .module .head .tools .tool p{
    font-size: 14px;
    line-height: 18px;
}

/* Best bootcamp */
.body_best_bootcamps .icon{
    white-space: nowrap;
}
.mobile_aws_academy .icon{
    white-space: unset;
}
.background_image_card_included.one {
    background: url('../Imagens/Included/included_card_image2.jpg') lightgray 50% / cover no-repeat;
}
.background_image_card_included.two {
    background: url('../Imagens/Included/included_card_image3.jpg') lightgray 50% / cover no-repeat;
}
.background_image_card_included.three {
    background: url('../Imagens/Included/card_image_1_included.jpg') lightgray 50% / cover no-repeat;
}