@charset "UTF-8";
/*curvar imágenes*/
/*link vermás*/
/* Colors */
/* Typography */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
.colsedes__content {
  width: calc(100% - 2.2rem );
  max-width: 1420px;
  margin: 0 auto;
  /*padding: 0 20px;*/
  /*	@media (max-width: 924px){
  		padding: 0;
  		margin: inherit;
  		width: 100%;			
  	}*/ }
  .colsedes__content--grid {
    max-width: 996px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    gap: 30px;
    row-gap: 85px;
    flex-wrap: wrap; }
    .colsedes__content--grid .items {
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      gap: 36px; }
      @media (min-width: 992px) {
        .colsedes__content--grid .items {
          width: 48%; } }
      .colsedes__content--grid .items h4 {
        color: #112958;
        font-size: 32px;
        line-height: 127%;
        margin: 0; }
      .colsedes__content--grid .items p {
        color: #5D656C;
        line-height: 150%;
        margin: 0; }
      .colsedes__content--grid .items a {
        color: #5D656C;
        line-height: 150%;
        width: 100%;
        display: block; }
      .colsedes__content--grid .items--contacts .griddc {
        display: grid;
        grid-template-columns: 20px 1fr;
        grid-template-rows: 1fr;
        grid-column-gap: 10px;
        align-items: center;
        margin-bottom: 14px; }

/*# sourceMappingURL=col-sedes.css.map */
