@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');



/* contenedor principal */
.par-cert-title{

  font-family: 'Montserrat', sans-serif;
  font-size:20px;
  color:#1053c6; 
  font-weight: 600;

}

.csg-container-pr{
 display: grid;
 grid-template-columns: 75% auto;

}

.csg-card{
 border-radius: 10px;
 overflow: hidden;
-webkit-box-shadow: 0px 5px 8px 1px rgb(153 153 153);
-moz-box-shadow: 0px 5px 8px 1px rgb(153 153 153);
box-shadow:0px 5px 7px 1px rgb(227, 227, 227);
}

.csg-card-bdy{
  padding: 6px;
}

.csg-card-bdy p{
  font-size: 0.9em;
  color: #727272;
  font-weight: 500;

}
.csg-cont-a{   
  padding:0 40px;
  background-size: cover;
  background-position: center;
}

.csg-cont-b{
  display: flex;
  flex-direction: column;
  align-items: center;
 justify-content: center;
}

.card-shd{
  /* -webkit-box-shadow: 0px 5px 8px 1px rgb(153 153 153);
  -moz-box-shadow: 0px 5px 8px 1px rgb(153 153 153); */
  box-shadow:0px 5px 8px 1px rgba(92, 92, 92, 0.199);
}



p{
  margin-top: 0;
  margin-bottom: 0;
  }
  
  
  .sst-container-full {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  }
  
  .sst-flex-center {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  height: calc(100vh - 70px);
  }
  
  
  .csg-container {
  max-width: 1260px;
  width: 100%;
  margin: auto;
  margin-top: 90px;
  flex: 1;
  padding: 20px;
  }
  
  .csg-card-title{
    font-size: 0.8em;
    color: black;
    font-weight: 600;
  }



 /* **************************** */
  /* Reglas para hacer que los links se ajusten al tamaño de pantalla*/
  

 
  @media (max-width: 768px) {

  


   .csg-cont-a{   
    padding:20px 16px;
  
  }
  
}

@media (max-width: 576px) {


.container-links {
margin-right: 40px;
}

.dropdown-content {
left: -100px;
}


}






