   
      .contenedorAgencias{
        display:flex;
        justify-content:center;
        width:100%;
        padding:123px 20px;
      }
      .agencias{
        display:flex;
        width:100%;
        background-color:#E6F1F8;
        gap:50px;
        max-width:1320px;
        align-items:center;
        border-radius:18px;
        padding:112px 84px;
      }
      .agencias .foto{
        width: 100%;
        max-width: 483px;
        height: 586px;
      } 
      .agencias .textos{
        display:flex;
        width:100%;
        flex-direction:column;
        /*background-color:brown;*/
      }
      .agencias .warning{
        display:flex;
        /*background-color:pink;*/
        width:100%;
        gap:20px;
        align-items:center;
        margin-top:24px;
      }
      .agencias .icon{
        display: flex;
        width:34px;
        height:34px;
        flex-shrink: 0;
      }
      .agencias .card{
        margin-top:27px;
        display:flex;
        width:100%;
        padding:20px;
        background-color:white;
        gap:10px;
        border-radius:11px;
      }
      .agencias .datos{
        width:100%;
        display:flex;
        flex-direction:column;
        justify-content:center;
        /*background-color:lightgreen;*/
      }
      .agencias .logoSpace{
        display: flex;
        width:309px;
        height:138px;
        flex-shrink:0;
        align-items: center;
        justify-content: center;
      }
      .agencias .titular{
        font-size:48px;
        line-height:48px;
        font-weight:700;
        color:#1E355E;
      }
      .agencias .promo{
        font-size:26px;
        line-height:26px;
        font-weight:600;
        font-style:italic;
        color:#1E355E;
      }
      .agencias .parraNormal{
        font-size:20px;
        line-height:22.8px;
        font-weight:500;
        margin-bottom:5px;
        color:#4A5565;
      }
      .agencias .parraDenso{
        font-size:25px;
        line-height:22.8px;
        font-weight:700;
        margin-bottom:5px;
        color:#4A5565;
      }
       .agencias img{
        width:100%;
        height:100%;
        object-fit:cover;
        object-position:center;
      }
       .agencias .logoSpace.nikte img{
        width:auto;
        height: auto;
        object-fit:cover;
        object-position:center;
        max-height: 92px;
      }


      @media(max-width:1300px){
          .agencias .card{
              flex-direction: column;
              width: 100%;
              align-items: center;
              text-align: center;
              gap: 0;
          }

          .agencias .foto{
            width: 100%;
            flex-shrink: 0;
          }

          .agencias{
            padding: 92px 24px;
          }

          .agencias .textos{
            width: 100%;
          }
      }

@media(max-width:970px){

  .agencias{
      flex-direction: column;
      padding: 50px 20px;
  }

  .agencias .titular{
    text-align: center;
  }

  .agencias .warning{
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    align-items: center;
  }

  .agencias .logoSpace.linco{
    height: 100px;
  }

  .agencias .foto{
    width:100%;
    max-width:483px;
    aspect-ratio:483/586;
    flex-shrink:0;
    height: auto;
    min-width:0;
  }


}
