:root{

    --preto-fosco:#1a1a1a;
    --Dourado:#FFDF00;
    --preto-cinza:#343434;
    --cinza:#C4C4C4;
    }
    .box1-nav2{
        width: 65%;
        height: 430px;
    }
    .box2nav2{
        width: 35%;
        height: 430px;
    }
    .box2nav2 img{
        width: 100%;
     height: 430px;
    }
    .text1nav2{
        text-align: center;
        margin-top: 140px;
    }
    .text1nav2 h1{
        font: 700;
        font-size: 48px;
        color: var(--Dourado);
    }
    .box2-coin-nav2{
        width: 30%;

    }
    .box2-coin-nav2 img{

        width: 100%;
        height: 430px;
    }
@media (max-width:1250px){
    .text1nav2 h1{
        font-size: 35px;
        }
        .text2espaco p{
font-size: 25px;
        }

}
@media (max-width:900px){
    .box2-coin-nav2 img{
        margin-top: 70px;
        height: auto;
    }
    .box2nav2 img{
        height: auto;
        margin-top: 70px;
    }

}
@media (max-width:750px){
    .text2espaco p{
        font-size: 20px;
            }
            .text1nav2 h1{
                font-size: 25px;
                }
}
@media (max-width:700px){
    .box-ConteudoCursos1{
        display: flex;
        justify-content: flex-end;
        flex-wrap: nowrap;
        flex-direction: column-reverse;
        align-items: center;
        width: 70%;
        border: solid 2px var(--cinza);
    }
.box1{
    margin-top: 0;
}
.box2nav2{
    height: auto;
    width: 50%;
}
.box1-nav2{
   
    height: auto;
    width: 100%;
}
.box2nav2 img{
    
    margin-top: 30px;
}
.box2-coin-nav2{
    width: 70%;
    height: 200px;
}
.box2-coin-nav2 img{
    margin-top: 0;
    height: 300px;
}
}

@media (max-width:500px){
    .box-ConteudoCursos1{
        width: 99%;
    }
}
@media (max-width:370px){
    .box1-nav2 .text1 h1{
        text-align: center;
        font-size: 20px;
    }
    .text1nav2 h1{
        font-size: 20px;
    }
    .box2-coin-nav2 img{
        height: 260px;
    }
  
    .text2espaco p{
        font-size: 17px;
    }
   
}