@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Farsan&family=Genos:ital,wght@0,100..900;1,100..900&family=Gruppo&family=Playwrite+AU+QLD:wght@100..400&family=Tomorrow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Farsan&family=Genos:ital,wght@0,100..900;1,100..900&family=Gruppo&family=Playwrite+AU+QLD:wght@100..400&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Tomorrow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');


footer{
    background-color: #2E58A2;
    color: white;
    
    text-align: center;
    padding: 0px;
 
}

 
.conteiner-quatroCards{
     
 
    width: 1150px;  
    margin: 0 auto; 
    display: flex;
    gap: 40px;
    font-family: "Tomorrow", Arial, Helvetica, sans-serif;
    padding: 10px;
}

.card-curso{
 
    width: 250px;
  
}

.logoTexto{
    display: flex;
    justify-content:left;
    align-items: center;
 
} 

.ptexto-logo{
     color: white;
     font-size: 10px;
     text-align: left;
     font-family: "Tomorrow", Arial, Helvetica, sans-serif;
     text-shadow: -1px 1px 0 rgba(0, 0, 0, .9),
     -2px 2px 0 rgba(0, 0, 0, .7),
     -3px 3px 0 rgba(0, 0, 0, .5),
     -4px 4px 0 rgba(0, 0, 0, .3),
     -5px 5px 0 rgba(0, 0, 0, .1);

}


.ptexto{
    color: white;
    font-size: 8px;
    text-align: left;
    font-family: "Chakra Petch", Arial, Helvetica, sans-serif;
  

}



.texto-cards-curso{
    font-size: 12px;
    text-align: justify; 
    color: rgba(0, 0, 0, 0.759);
         
}

.texto-cards-curso:hover{
   font-weight: 500;
}

.titulo-cards{
    color: white;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}

.text-cards{
    font-size: 12px;
    color: rgba(0, 0, 0, 0.759);
    text-align: left;

}

.text-cards:hover{
    font-weight: 500;

}






