   
      .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:483px;
        height:586px;
        flex-shrink:0;
      } 
      
      .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{
        width:34px;
        height:34px;
      }
      
      .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;
      }