:root{

    --preto-fosco:#1a1a1a;
    --Dourado:#FFDF00;
    --preto-cinza:#343434;
    --cinza:#C4C4C4;
    }
main{
    font-family: 'Radio Canada', sans-serif;

}
.ConteudoCursos{
    width: 100%;
display: flex;
justify-content: center;
margin-top: 50px;
}
.box-ConteudoCursos{
    display: flex;
    width: 90%;
    height: 430px;
    border: var(--cinza) solid 3px;
    border-radius: 10px;
}
.box1{
    width: 70%;
    height: 430px;
 
}
.box2{
    width: 30%;
    height: 430px;

}
.box2 img{
    width: 90%;
 height: 430px;
 margin-left: 10%;
}
.text1{
   
    display: flex;
    justify-content: center;
}
.text1 h1{
    color: var(--Dourado);
 font-size:48px ;
}
.text2 p{
    color:white;
    font-size: 24px;
}
.text2espaco{
margin-right: 10%;
margin-left: 10%;
}
.box2-coin{
    width: 30%;
    height: 430px;

}
.box2-coin img{
    margin-left: 10%;
width: 100%;
 height: 430px;
 
}
.ConteudoCursos1{
    width: 100%;
display: flex;
justify-content: center;
margin-top: 50px;
}
.box-ConteudoCursos1{
    display: flex;
    flex-direction: row-reverse;
    width: 90%;
    height: 430px;
    border: var(--cinza) solid 3px;
    border-radius: 10px;
}
.textbutton-cursos{
    display: flex;
    justify-content: center;
}
.textbutton-cursos h1{
    font-size: 48px;
    color: white;
}
.button-cursos{
    display: flex;
    justify-content: center;
}
.button-cursos a{
width: 400px;
height: 90px;
background-color:var(--Dourado);
border-radius: 60px;
text-decoration: none;
font-weight: 700;
}
.button-cursos a p{
    text-align: center;
    font-size: 40px;
    color: var(--preto-fosco);
    margin-top: 18px;

}
.button-cursos a:hover{
    background-color: #fee124;
   transition: 0.5s;
   filter: drop-shadow(var(--cinza) -5px 5px 1px);
}
.imagem-mobile{
    display: none;
}
@media (max-width:1250px){
    .text1 h1{
        font-size: 35px;
            }
}
@media (max-width:920px){
    .box1-nav2 .text1 h1{
        font-size: 25px;
    }
}
@media (max-width:901px){

.textodiferente .ConteudoCursos .box-ConteudoCursos .box1 .text2 .text2espaco p{
    font-size: 20px;
}
}
@media (max-width:900px){
    .box-ConteudoCursos{
        height: 333px;
    }

    .box2 img{
        height: auto;
    }
    .text1 h1{
font-size: 30px;
    }
    .text2espaco p{
font-size: 20px;
    }

    .box2-coin img{
        width: 100%;
        margin-left: 20px;
        margin-top: 30px;
height: 300px;
    }
    .box-ConteudoCursos1{
        height: 333px;
    }
}
@media (max-width:750px){
    .textbutton-cursos h1{
        font-size: 35px;
    }
    .button-cursos a{
        width: 300px;
        height: 70px;
    }
    .button-cursos a p{
        font-size: 30px;
    }
    .box-ConteudoCursos{
        height: 270px;
    }
    .box-ConteudoCursos1{
        height: 270px;
    }
    .textodiferente .ConteudoCursos .box-ConteudoCursos .box1 .text2 .text2espaco p{
        font-size: 17px;
    }
    .text1 h1{
        font-size: 25px;
    }
    .box2-coin img{
        margin-top: 0;
        height: 270px;
    }
}
@media (max-width:700px){
.box-ConteudoCursos{
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
    flex-direction: column-reverse;
    align-items: center;
    width: 70%;
    border: solid 2px var(--cinza);
}
.box2-coin{
    width: 50%;
height: 200px;
}
.box2-coin img{
    margin-top: -60px;
    width: 100%;
height: 300px;
margin-left: 0;
}
.imagem-desktop{
    display: none;
}
.box2{
    width: 80%;
    height: auto;
}
.box1{
    width: 100%;
}
.box2 img{
   
    margin-left: 0;
    width: 100%;
}
.imagem-mobile{
    width: 100%;
    height: 100px;
    display: inline;
}
.box-ConteudoCursos{
    height: 500px;
}
.box-ConteudoCursos1{
    height: 500px;
}
}
@media (max-width:500px){
    .box-ConteudoCursos{
        width: 99%;
    }

}
@media (max-width:380px){
    .text1 h1{
        font-size: 20px;
    }
.text1 h1{
    text-align: center;
}
.textbutton-cursos h1{
    text-align: center;
}
}
