   .detalles{
        display:flex;
        width:100%;
        background-color:#4892A0;
        padding:47px 20px;
        justify-content:center;
        position: relative;
         z-index: 2;
      }
      
      .detalles .contenedor{
        width:100%;
        max-width:1030px;
        display:flex;
        /*background-color:purple;*/
        flex-wrap:wrap;
        justify-content:space-between;
        gap:19px;
      }
      
      .detalles .datos{
        display:flex;
        flex-direction:column;
        width:fit-content;
        align-items:center;
        /*background-color:brown;*/
        max-width:200px;
        text-align:center;
      }
      
      .detalles .spaceCircle{
        width:83px;
        height:27px;
        position:relative;
        /*background-color:black;*/
      }
      
      .detalles .line{
        width:1px;
        background-color:white;
      }
      
      .detalles .topi{
        padding-bottom:10px;
        font-size:18px;
        line-height:24px;
        color:white;
      }
      
      .detalles .texto{
        padding-bottom:14px;
        font-size:18px;
        line-height:24px;
        color:white;
      }
      
      .detalles .icon{
        width:83px;
        height:83px;
        top:-93px;
        left:0;
        position:absolute;
        /*background-color:darkblue;*/
      }
      
      .detalles img{
        object-fit:cover;
        object-position:center;
        width:100%;
        height:100%;
      }